html {
line-height: 1.15; -webkit-text-size-adjust: 100%; }  body {
margin: 0;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box; height: 0; overflow: visible; } pre {
font-family: monospace, monospace; font-size: 1em; }  a {
background-color: transparent;
} abbr[title] {
border-bottom: none; text-decoration: underline; text-decoration: underline dotted; } b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace; font-size: 1em; } small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; } button,
input { overflow: visible;
} button,
select { text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box; padding: 0; } [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield; outline-offset: -2px; } [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; }  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
} body,
button,
input,
select,
optgroup,
textarea {
color: #404040;
font-family: sans-serif;
font-size: 16px;
font-size: 1rem;
line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
clear: both;
}
p {
margin-bottom: 1.5em;
}
dfn, cite, em, i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code, kbd, tt, var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem;
}
abbr, acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark, ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} html {
box-sizing: border-box;
}
*,
*:before,
*:after { box-sizing: inherit;
}
body {
background: #fff; }
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul, ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto; max-width: 100%; }
figure {
margin: 1em 0; }
table {
margin: 0 0 1.5em;
width: 100%;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
font-size: 12px;
font-size: 0.75rem;
line-height: 1;
padding: .6em 1em .4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
}
select {
border: 1px solid #ccc;
}
textarea {
width: 100%;
}  a {
color: royalblue;
}
a:visited {
color: purple;
}
a:hover, a:focus, a:active {
color: midnightblue;
}
a:focus {
outline: thin dotted;
}
a:hover, a:active {
outline: 0;
} .main-navigation {
clear: both;
display: block;
float: left;
width: 100%;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
left: 100%;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.main-navigation li {
float: left;
position: relative;
}
.main-navigation a {
display: block;
text-decoration: none;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: block;
}
}
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
margin: 0 0 1.5em;
overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
}  .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0;
} .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
} .clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
} .widget {
margin: 0 0 1.5em; }
.widget select {
max-width: 100%;
}  .sticky {
display: block;
}
.post,
.page {
margin: 0 0 1.5em;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}  .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
} .site {font-family:'Montserrat'; }
.page {margin:0; }
.centro {width:100%; max-width:1170px; margin-left:auto; margin-right:auto; padding-left:20px; padding-right:20px; }
.btn-whatsapp {width:48px; display:block; background-color:#30BF39; border-radius:50px; text-align:center; padding:8px 0; }
.btn-whatsapp i {color:#FFF; font-size:27px; }
.btn-branco,
.btn-preto {border-radius:10px; font-weight:700; border-radius:20px; letter-spacing:5px; padding-left:40px; padding-right:40px; }
.btn-branco {color:#FFF !important; border:2px solid #FFF; }
.btn-branco:hover {color:#333 !important; background-color:#FFF; }
.btn-preto {color:#444 !important; border:2px solid #444; }
.btn-preto:hover {color:#333 !important; background-color:#FFF; }
.bts-social a {color:#FFF; font-size:21px; margin-right:15px; }
.btn-role {text-align:center; letter-spacing:3px; font-size:16px; font-weight:500; color:#FFF !important; }
.btn-role img {margin-top:15px; }
.btn-menu {cursor:pointer; }
.btn-menu .mini {display:none; }
main.site-main textarea.form-control,
main.site-main select.form-control,
main.site-main input.form-control {height:47px; border:2px solid rgba(0,0,0,.5); color:#333; background-color:transparent; font-size:15px; font-weight:700; padding:10px; border-radius:10px; letter-spacing:2px; text-transform:uppercase; }
main.site-main textarea.form-control {height:auto; }
.wow {visibility:hidden; }
@media( max-width:767px ){
.btn-menu img {display:none; }
.btn-menu .mini {display:block; }
}
#cookie-notice .cn-button {background-color:#191820; } header.site-header {width:100%; position:fixed; z-index:10; }
header.site-header .btn-menu {width:119px; position:absolute; top:47px; right:54px; opacity:1; transition:.2s opacity, .2s right; cursor:pointer; }
header.site-header .btn-menu img.mini {display:none; }
header.site-header .btn-whatsapp {position:absolute; bottom:47px; right:54px; }
header.site-header .bts-social {bottom:47px; left:54px; position:absolute; z-index:1; }
header.site-header .btn-menu.hide {opacity:0; right:-50px; }
header.site-header .menu-content {width:100%; height:100%; opacity:1; position:fixed; top:0; left:0; background-color:rgba(24,23,31,.94); overflow:auto; transition:.2s opacity; }
header.site-header .menu-content > .d-flex {height:100%; min-height:710px; position:relative; }
header.site-header .menu-content > .d-flex > .d-flex {max-height:538px; min-height:480px; }
header.site-header .menu-content div a {margin-top:10px; color:#FFF; font-size:26px; font-weight:500; opacity:0; transition:.3s opacity, .3s margin-top; }
header.site-header .menu-content div a.animated {margin-top:0px; opacity:1; }
header.site-header .menu-content .btn-menu-fechar {position:absolute; top:47px; right:54px; cursor:pointer; }
header.site-header .menu-content .btn-menu-fechar img.mini {display:none; }
header.site-header .menu-content .logo {position:absolute; top:47px; left:54px; }
header.site-header .menu-content.hide {opacity:0; height:0%; }
header.site-header .menu-content.hide div a {opacity:0; }
@media( max-width:767px ) {
header.site-header .menu-content .logo {width:100%; left:0; text-align:center; display:block; }
header.site-header .btn-menu {width:60px; top:10px; right:10px; }
header.site-header .btn-menu img {display:none; }
header.site-header .btn-menu img.mini {display:block; }
header.site-header .menu-content .btn-menu-fechar {top:10px; right:10px; }
header.site-header .menu-content .btn-menu-fechar img {display:none; }
header.site-header .menu-content .btn-menu-fechar img.mini {display:block; }
header.site-header .menu-content > .d-flex {max-height:470px; }
header.site-header .btn-whatsapp {position:absolute; bottom:10px; right:10px; }
header.site-header .bts-social {bottom:10px; left:10px; position:absolute; z-index:1; }
} footer.site-footer {background-color:#74869C; padding-top:120px; position:relative; }
footer.site-footer section.instagram {margin-bottom:70px; }
footer.site-footer section.instagram h4 {text-align:center; margin-bottom:35px; }
footer.site-footer section.instagram h4 a {color:#FFF; font-weight:500; font-size:35px; }
footer.site-footer section.instagram > .d-flex a {background-position:center; background-size:cover; margin:5px; }
footer.site-footer section.instagram .iframe {width:100%; position:relative; overflow:hidden;}
footer.site-footer section.instagram .iframe img {width: 20% !important; min-height: auto; opacity: 0; display: block;}
footer.site-footer section.instagram .iframe iframe {width: 100%; height: 105%; position: absolute; top: 0; left: 0; overflow: hidden;}
footer.site-footer section.newsletter {max-width:587px; color:#FFF; text-align:center; padding:0 20px; margin:auto; }
footer.site-footer section.newsletter form {position:relative; }
footer.site-footer section.newsletter form > p {font-size:15px; font-weight:700; letter-spacing:4px; }
footer.site-footer section.newsletter form .form-control {height:49px; border:2px solid #FFF; border-radius:50px; font-size:15px; background-color:transparent; padding:0 100px 0 20px; color:#FFF; }
footer.site-footer section.newsletter form .form-control::-webkit-input-placeholder { color: #FFF;
}
footer.site-footer section.newsletter form .form-control::-moz-placeholder { color: #FFF;
}
footer.site-footer section.newsletter form .form-control:-ms-input-placeholder { color: #FFF;
}
footer.site-footer section.newsletter form .form-control:-moz-placeholder { color: #FFF;
}
footer.site-footer section.newsletter form .btn {height:38px; border-radius:50px; position:absolute; bottom:6px; right:5px; background-color:#DEB974; color:#FFF; font-size:14px; letter-spacing:2px; font-weight:700; }
footer.site-footer section.copyright {text-align:center; border-top:1px solid #FFF; padding:20px 0; margin-top:125px; }
footer.site-footer section.copyright a {color:#FFF; font-size:9px; } main.home {}
main.home section {z-index:1; position:relative; } main.home section.banner-bg {width:100%; min-height:100vh; background-image:url(//rouvaplas.com.br/wp-content/themes/rouvaplas-inverno-2026/img/home-banner.jpg); background-position:center; background-size:cover; position:fixed; z-index:0; }
main.home section.banner {min-height:100vh; position:relative; }
main.home section.banner .logo {top:47px; left:54px; position:absolute; z-index:1; }
main.home section.banner .btn-menu {top:47px; right:54px; position:absolute; z-index:1;  cursor:pointer; }
main.home section.banner .btn-whatsapp {bottom:47px; right:54px; position:absolute; z-index:1; }
main.home section.banner .bts-social {bottom:47px; left:54px; position:absolute; z-index:1; }
main.home section.banner > .d-flex {min-height:100vh; height:100%; }
main.home section.banner > .d-flex h1 a {color:#FFF; text-align:center; font-size:35px; font-weight:700; letter-spacing:15px; }
main.home section.banner > .d-flex h1 a:hover {text-decoration:none; }
main.home section.banner > .d-flex h1 a strong {font-size:85px; font-weight:500; }
main.home section.banner .btn-role {position:absolute; z-index:1; bottom:45px; left:50%; margin-left:-95px; }
@media( max-width:990px ) {
main.home section.banner > .d-flex h1 a strong {font-size:60px;}
}
@media( max-width:767px ) {
main.home section.banner .logo {width:190px; top:10px; left:10px; }
main.home section.banner .btn-menu {top:10px; right:10px; }
main.home section.banner > .d-flex h1 a strong {font-size:xx-large; letter-spacing:3px; }
main.home section.banner .btn-whatsapp {bottom:10px; right:10px; }
main.home section.banner .bts-social {bottom:10px; left:10px; }
} main.home section.colecao {background-color:#FFF; box-shadow:0 -3px 10px rgba(0,0,0,.5) }
main.home section.colecao > .d-flex > a {width:50%; position:relative; color:#FFF; text-align:center; }
main.home section.colecao > .d-flex > a figure {margin:0; z-index:0; background-position:center; background-size:cover; }
main.home section.colecao > .d-flex > a:first-child figure {background-image:url(//rouvaplas.com.br/wp-content/themes/rouvaplas-inverno-2026/img/home-conceito-bg.jpg); }
main.home section.colecao > .d-flex > a:last-child figure {background-image:url(//rouvaplas.com.br/wp-content/themes/rouvaplas-inverno-2026/img/home-lookbook-bg.jpg); }
main.home section.colecao > .d-flex > a .txt {width:100%; height:100%; position:absolute; z-index:1; top:0; left:0; }
main.home section.colecao > .d-flex > a .txt h2 {font-size:15px; font-weight:700; letter-spacing:15px; text-shadow:0 0 5px rgba(0,0,0,.3); }
main.home section.colecao > .d-flex > a .txt h2 strong {font-size:55px; font-weight:500; padding:5px 0 15px; display:block; }
@media( max-width:990px ) {
main.home section.colecao > .d-flex > a {width:100%; }
main.home section.colecao > .d-flex > a .txt {padding-bottom:20px; }
main.home section.colecao > .d-flex > a .txt h2 strong {letter-spacing:5px; }
}
@media( max-width:767px ) {
main.home section.colecao > .d-flex > a .txt h2 strong {font-size:xx-large; }
} main.home section.makingof {min-height:100vh; background-image:url(//rouvaplas.com.br/wp-content/themes/rouvaplas-inverno-2026/img/home-makingof-bg.jpg); background-color:#FFF; background-position:center; background-size:cover; position:relative; }
main.home section.makingof a {width:100%; height:100%; top:0; left:0; position:absolute; z-index:1; }
main.home section.makingof a:hover {text-decoration:none; }
main.home section.makingof .scanline {width:100%; height:100%; background-image:url(//rouvaplas.com.br/wp-content/themes/rouvaplas-inverno-2026/img/home-makingof-scanline.png); background-position:center; position:absolute; z-index:0; top:0; left:0; margin:0; padding:0; }
main.home section.makingof .txt {width:100%; height:100%; z-index:1; position:absolute; }
main.home section.makingof .txt h2 {color:#FFF; font-size:15px; font-weight:700; letter-spacing:15px; text-align:center; }
main.home section.makingof .txt h2 strong {font-size:55px; font-weight:500; }
@media( max-width:768px ) {
main.home section.makingof a {padding-bottom:20px; }
main.home section.makingof .txt h2 {font-size:15px; }
main.home section.makingof .txt h2 strong {font-size:55px; letter-spacing:5px; }
} main.home section.representantes {background-image:url(//rouvaplas.com.br/wp-content/themes/rouvaplas-inverno-2026/img/home-representantes-bg.jpg); background-color:#FFF; background-position:top right; background-repeat:no-repeat; }
main.home section.representantes .centro {padding-top:200px; padding-bottom:200px; padding-left:40px; padding-right:40px; }
main.home section.representantes h3 {font-size:35px; color:#333; font-weight:500; letter-spacing:15px; margin-bottom:72px; }
main.home section.representantes .txt {max-width:450px; font-size:15px; font-weight:700; color:#333; }
main.home section.representantes .txt p:last-of-type,
main.home section.representantes .txt p:first-of-type {color:#333333; }
main.home section.representantes .txt p:first-of-type {margin:0; }
main.home section.representantes form {width:calc( 100% - 510px ); }
main.home section.representantes form .form-control {margin-bottom:16px; }
main.home section.representantes form .form-control::-webkit-input-placeholder { color: #333;
}
main.home section.representantes form .form-control::-moz-placeholder { color: #333;
}
main.home section.representantes form .form-control:-ms-input-placeholder { color: #333;
}
main.home section.representantes form .form-control:-moz-placeholder { color: #333;
}
main.home section.representantes form .form-control[name="ys-estado"] option:first-child {color:#333; }
main.home section.representantes form .form-control[name="ys-estado"] option {color:#000; }
main.home section.representantes form > .d-md-flex .form-control:first-child {margin-right:16px; }
main.home section.representantes form .btn {margin-top:47px; font-size:18px; color:#333 !important; border:1px solid #333 !important;}
@media( min-width:768px ) {
main.home section.representantes .txt {margin-right:60px; }
main.home section.representantes form .form-control[name="ys-email"] {width:calc( 100% - 209px - 16px ); }
main.home section.representantes form .form-control[name="ys-cidade"] {width:calc( 100% - 84px - 16px ); }
main.home section.representantes form .form-control[name="ys-estado"] {width:84px; }
main.home section.representantes form .form-control[name="ys-telefone"] {width:209px; }
}
@media( max-width:990px ){
main.home section.representantes .centro {padding-left:20px; padding-right:20px; }
main.home section.representantes .txt {max-width:300px; }
main.home section.representantes form {width:calc( 100% - 390px ); }
}
@media( max-width:768px ){
main.home section.representantes h3 {font-size:25px; letter-spacing:3px; }
main.home section.representantes .txt {max-width:100%; }
main.home section.representantes form {width:100%; }
main.home section.representantes form .btn {padding-right:0; padding-left:0; }
} main.home section.blog {background-color:#FFF; }
main.home section.blog .centro {padding-top:180px; padding-bottom:180px; text-align:center; }
main.home section.blog h3 {color:#333; font-size:55px; font-weight:700; text-align:center; }
main.home section.blog .posts a {width:33%; max-width:360px; color:#1F1F1F; font-size:16px; font-weight:500; letter-spacing:2px; text-align:center; }
main.home section.blog .posts a:hover {text-decoration:none; }
main.home section.blog .posts a figure {background-size:cover; background-position:center; margin-bottom:20px; position:relative; }
main.home section.blog .posts a figure:after {content:''; width:1px; height:100%; background-color:#BBB; position:absolute; top:0; right:-25px; }
main.home section.blog .posts a:last-of-type figure:after {display:none; }
main.home section.blog .posts .spacer {width:54px; height:100%; }
main.home section.blog .btn-todos {margin-top:58px; }
@media( max-width:767px ){
main.home section.blog .posts a {width:100%; display:block; margin:0 auto 30px; }
main.home section.blog .posts a figure:after {display:none; }
main.home section.blog .posts .spacer {display:none; }
} main.home section.contato {height:911px; background-image:url(//rouvaplas.com.br/wp-content/themes/rouvaplas-inverno-2026/img/home-contato-bg.jpg); background-position:center; background-size:cover; }
main.home section.contato .centro {height:100%; }
main.home section.contato .centro > div {width:calc( 100% - 20px ); }
main.home section.contato .titulo {text-align:center; color:#333; margin-bottom:49px; }
main.home section.contato .titulo h3 {font-size:35px; font-weight:500; letter-spacing:20px; }
main.home section.contato .titulo p {font-size:14px; font-weight:700; letter-spacing:3px; }
main.home section.contato .form-control {border-color:#333; color:#333; margin-bottom:10px; background-color:#FFF;}
main.home section.contato .form-control::-webkit-input-placeholder { color: #333;
}
main.home section.contato .form-control::-moz-placeholder { color: #333;
}
main.home section.contato .form-control:-ms-input-placeholder { color: #333;
}
main.home section.contato .form-control:-moz-placeholder { color: #333;
}
main.home section.contato .form-control[name="ys-nome"] {width:calc( 100% - 170px - 5px ); }
main.home section.contato .form-control[name="ys-nome"].lojista {width:calc( 50% - 5px - (170px)/2 ); }
main.home section.contato .form-control[name="ys-tipo"] {width:calc( 170px - 5px ); }
main.home section.contato .form-control[name="ys-cnpj"] {width:calc( 50% - 5px - (170px)/2 ); }
main.home section.contato .form-control[name="ys-email"] {width:calc(100% - 209px - 10px); }
main.home section.contato .form-control[name="ys-cidade"] {width:calc(100% - 84px - 10px); }
main.home section.contato .form-control[name="ys-telefone"] {width:209px; }
main.home section.contato .form-control[name="ys-estado"] {width:84px; }
main.home section.contato .d-md-flex > .d-md-flex {width:calc( 50% - 5px ); }
main.home section.contato .footer {margin-top:48px; }
main.home section.contato .footer address {font-size:15px; font-weight:700; color:#333; letter-spacing:2px; line-height:30px; }
main.home section.contato .footer .btn {font-size:19px; }
@media( max-width:767px ) {
main.home section.contato .titulo h3 {font-size:xx-large; letter-spacing:5px; }
main.home section.contato .centro > div {width:100%; }
main.home section.contato .d-md-flex > .d-md-flex {width:100%; }
main.home section.contato {height:auto; padding:30px 0; }
main.home section.contato .form-control {width:100% !important; }
main.home section.contato .footer address {font-size:13px; }
} main.page header.topo {min-height:490px; text-align:center; background-position:top center; background-size:cover; position:relative; }
main.page header.topo .conteudo {width:100%; height:100%; position:absolute; z-index:1; }
main.page header.topo .conteudo h1,
main.page header.topo .conteudo .titulo {font-size:35px; font-weight:700; letter-spacing:15px; margin:0; color:#FFF; }
main.page header.topo .conteudo h1 strong,
main.page header.topo .conteudo .titulo strong {font-size:85px; font-weight:500; padding:5px 0 15px; display:block; }
main.page header.topo .logo {top:47px; left:54px; position:absolute; z-index:1; }
main.page header.topo .btn-menu {top:47px; right:54px; position:absolute; z-index:1; }
@media( max-width:768px ) {
main.page header.topo .logo {width:190px; top:10px; left:10px; }
main.page header.topo .btn-menu {top:10px; right:10px; }
main.page header.topo .conteudo h1 {font-size:15px; letter-spacing:5px; }
main.page header.topo .conteudo h1 strong {font-size:xx-large; }
} main.conceito header.topo {background-image:url(//rouvaplas.com.br/wp-content/themes/rouvaplas-inverno-2026/img/conceito-topo-bg.jpg);}
main.conceito header.topo .conteudo h1 {margin-bottom:50px; }
main.conceito section.conteudo {background-color:#FFF; padding-top:90px; overflow:hidden; }
main.conceito section.conteudo .centro {max-width:1390px; }
main.conceito section.conteudo a {margin-bottom:30px; transition:.2s opacity; width:calc( 33% - 15px ); }
main.conceito section.conteudo a img {transition:.5s opacity, .5s margin-left, .5s margin-top; }
main.conceito section.conteudo a:hover {opacity:.7; }
main.conceito section.conteudo a.animated img {margin-top:0px !important; margin-left:0px !important; opacity:1 !important; } main.lookbook header.topo {background-image:url(//rouvaplas.com.br/wp-content/themes/rouvaplas-inverno-2026/img/lookbook-topo-bg.jpg);}
main.lookbook.alto-verao header.topo {background-image:url(//rouvaplas.com.br/wp-content/themes/rouvaplas-inverno-2026/img/lookbook-alto-verao-topo-bg.jpg); }
main.lookbook header.topo .conteudo h1 {margin-bottom:50px; }
main.lookbook header.topo .conteudo .bts .btn {width:210px; padding-right:0; padding-left:0; text-align:center; margin:10px; }
main.lookbook section.conteudo {background-color:#F5F6F8; padding-top:90px; padding-bottom:180px; }
main.lookbook section.conteudo .centro {max-width:1660px; }
main.lookbook section.conteudo a {width:20%; transition:.2s opacity; }
main.lookbook section.conteudo a:hover {opacity:.5; }
@media( max-width:1360px ) {
main.lookbook section.conteudo a {width:25%; }
}
@media( max-width:1280px ) {
main.lookbook section.conteudo a {width:33.33%; }
}
@media( max-width:1280px ) {
main.lookbook section.conteudo a {width:50%; }
} main.marca header.topo {background-image:url(//rouvaplas.com.br/wp-content/themes/rouvaplas-inverno-2026/img/marca-topo-bg.jpg); }
main.marca header.topo .conteudo h1 {margin-top:110px; }
main.marca section.conteudo {padding-bottom:120px; padding-top:100px; }
main.marca section.conteudo .centro {max-width:800px; } main.blog header.topo {background-image:url(//rouvaplas.com.br/wp-content/themes/rouvaplas-inverno-2026/img/blog-topo-bg.jpg); }
main.blog header.topo .conteudo h1 a,
main.blog header.topo .conteudo .titulo a {color:#FFF !important; }
main.blog header.topo .sidebar {width:100%; max-width:600px; text-align:center; }
main.blog header.topo .sidebar > form,
main.blog header.topo .sidebar > .form-control {width:calc( 50% - 10px ); margin:0 5px; }
main.blog header.topo .sidebar .form-control {border-radius:50px; border-color:#FFF; }
main.blog header.topo .sidebar .btn:hover {color:#FFF !important; cursor:auto; }
main.blog section.conteudo {padding-top:70px; padding-bottom:100px; }
main.blog section.conteudo .sidebar .widget {margin-bottom:50px; }
main.blog section.conteudo .sidebar .widget-title {color:#1F1F1F; font-size:25px; font-weight:500; margin-bottom:20px; }
main.blog section.conteudo .sidebar .widget-title:before {content:"// "; }
main.blog section.conteudo .sidebar ul {margin:0; padding:0; }
main.blog section.conteudo .sidebar ul li {margin:0; padding:0; list-style:none; color:#1F1F1F; letter-spacing:1px; text-transform:uppercase; margin-bottom:15px; font-size:13px; font-weight:500; }
main.blog section.conteudo .sidebar ul li a {color:#1F1F1F; }
main.blog section.conteudo .comentarios a {color:#333; }
main.blog header.topo .sidebar .form-control::-webkit-input-placeholder { color: #FFF;
}
main.blog header.topo .sidebar .form-control::-moz-placeholder { color: #FFF;
}
main.blog header.topo .sidebar .form-control:-ms-input-placeholder { color: #FFF;
}
main.blog header.topo .sidebar .form-control:-moz-placeholder { color: #FFF;
}
main.blog.index section.conteudo .centro {max-width:1190px; }
main.blog.index section.conteudo .posts .post {width:calc( 33% - 20px ); max-width:360px; margin:0 10px 40px; text-align:center; }
main.blog.index section.conteudo .posts .post figure {margin:0; padding:0; background-color:#CCC; background-position:center; background-size:cover; }
main.blog.index section.conteudo .posts .post h2 {color:#1F1F1F; font-size:16px; font-weight:500; margin-top:10px; }
main.blog.index section.conteudo .pagination .page-numbers {padding:5px 10px; color:#333; font-weight:500; }
main.blog.index section.conteudo .pagination .page-numbers:hover {background-color:#333; color:#FFF; text-decoration:none; }
main.blog.index section.conteudo .pagination .page-numbers.current {background-color:#333; color:#FFF; }
main.blog.single section.conteudo .centro {max-width:1150px; }
main.blog.single section.conteudo .post {width:calc(100% - 377px); }
main.blog.single section.conteudo .post a {color:#333; }
main.blog.single section.conteudo .post > h1 {word-break:break-all; font-size:35px; text-align:center; text-transform:uppercase; margin-bottom:41px; }
main.blog.single section.conteudo .post .info {font-size:12px; color:#878787; font-weight:500; text-align:center; text-transform:uppercase; }
main.blog.single section.conteudo .post .comentarios {margin-top:100px; }
main.blog.single section.conteudo .post .comentarios .comment-list {margin-top:30px; }
main.blog.single section.conteudo .post .comentarios .comment-list li {line-height:30px; }
main.blog.single section.conteudo .post .comentarios .comment-list li .comment-content {background-color:#EEE; padding:10px; }
main.blog.single section.conteudo .post .comentarios .comment-list li .comment-metadata a {color:#999; }
main.blog.single section.conteudo .post .comentarios .comment-list li .comment-content p {margin:0; }
main.blog.single section.conteudo .sidebar {max-width:290px; }
@media( max-width:767px ) {
main.blog.index section.conteudo .posts .post {width:100%; margin:0 auto 40px; }
main.blog.single section.conteudo .post {width:100%; }
main.blog.single section.conteudo .sidebar {margin:50px auto 0; }
main.blog header.topo .sidebar > form,
main.blog header.topo .sidebar > .form-control {margin:0 auto 20px;}
}.addtoany_content{clear:both;margin:16px auto}.addtoany_header{margin:0 0 16px}.addtoany_list{display:inline;line-height:16px}.a2a_kit a:empty,.a2a_kit a[class^="a2a_button_"]:has(.a2a_s_undefined){display:none}.addtoany_list a,.widget .addtoany_list a{border:0;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle}.addtoany_list a img{border:0;display:inline-block;opacity:1;overflow:hidden;vertical-align:baseline}.addtoany_list a span{display:inline-block;float:none}.addtoany_list.a2a_kit_size_32 a{font-size:32px}.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span{height:32px;line-height:32px;width:32px}.addtoany_list a:not(.addtoany_special_service)>span{border-radius:4px;display:inline-block;opacity:1}.addtoany_list a .a2a_count{position:relative;vertical-align:top}.site .a2a_kit.addtoany_list a:focus,.addtoany_list a:hover,.widget .addtoany_list a:hover{background:none;border:0;box-shadow:none}.addtoany_list a:hover img,.addtoany_list a:hover span{opacity:.7}.addtoany_list a.addtoany_special_service:hover img,.addtoany_list a.addtoany_special_service:hover span{opacity:1}.addtoany_special_service{display:inline-block;vertical-align:middle}.addtoany_special_service a,.addtoany_special_service div,.addtoany_special_service div.fb_iframe_widget,.addtoany_special_service iframe,.addtoany_special_service span{margin:0;vertical-align:baseline!important}.addtoany_special_service iframe{display:inline;max-width:none}a.addtoany_share.addtoany_no_icon span.a2a_img_text{display:none}a.addtoany_share img{border:0;width:auto;height:auto}