@charset "UTF-8";

/*
Theme Name: Default Theme - MWR
Author: MWR
Description: Tema padrão MeuWebsiteRapido
Requires at least: 6.4
Tested up to: 6.4
Requires PHP: 7.0
Version: 1.0
License URI: https://www.meuwebsiterapido.com.br
Text Domain: twentytwentyone
*/



/* https://andy-bell.co.uk/a-modern-css-reset/ */

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin-block-end: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  margin: 0;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}




body{
  font-family: "Mulish", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #171718;
}

ul{
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.container{
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

section{
  width: 100%;
  padding: 40px 0;
}

section h2{
  margin: 0 0 15px;
  font-size: 32px;
}


.columns{
  display: flex;
  flex-wrap: wrap;
}


.center{
  text-align: center;
}

.img-center{
  margin: 0 auto;
  display: block;
}


h1, h2, h3, h4, h5, h6{
  font-family: "Antonio", serif;
  font-optical-sizing: auto;
  font-style: normal;
}


.title{
  margin-bottom: 25px;
  font-family: "Antonio", serif;
  font-optical-sizing: auto;
  font-style: normal;
  text-transform: uppercase;
}

.title h2{
  font-weight: 400;
}



header{
  width: 100%;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
  position: fixed;
  top: 0;
  z-index: 9;
}

header .container{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header img{
  max-width: 350px;
}

header .nav{
  display: flex;
}

header .nav a{
  padding: 5px 10px;
  font-family: "Antonio", serif;
  font-optical-sizing: auto;
  font-style: normal;
  text-transform: uppercase;
  font-size: 18px;
  color: #171718;
  text-decoration: none;
}

header .nav a:hover{
  color: #0b4924;
}




body{
  background: url(assets/images/bg-banner.jpg) no-repeat;
  background-size: 100% auto;
}


#banner{
 padding: 130px 0 100px;
 margin-top: 70px;
 text-align: center;
 color: #303221;
}

#banner .text{
  width: 52%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#banner .text h1{
  margin: 0 0 15px;
  display: inline-block;
  font-size: 32px;
  line-height: 46px;
  text-transform: uppercase;
  font-weight: 300;
}

#banner .text span{
  margin: 0 0 35px;
  display: inline-block;
  font-size: 62px;
  line-height: 62px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Antonio", serif;
}


#banner .text p{
  margin: 0 0 25px;
  font-size: 18px;
  line-height: 22px;
}

#banner .text a{
  padding: 10px 30px;
  color: #fafafa;
  font-size: 22px;
  font-weight: 300;
  text-decoration: none;
  font-family: "Antonio", serif;
  font-optical-sizing: auto;
  font-style: normal;
  text-transform: uppercase;
  background: #303221;
  border-radius: 100px;
}

#banner .text a:hover{
  background: #0b4924;
}





#listing{
  padding-top: 100px;
}

#listing .title{
  text-align: center;
}

#listing .title h2{
  font-weight: 300;
}

#listing .item{
  width: 33%;
  display: flex;
  align-items: center;
  margin-bottom: 45px;
}

#listing .item figure{
  max-width: 190px;
  margin-right: 10px;
  border-radius: 5px;
  overflow: hidden;
}

#listing .item strong{
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
}

#listing .item span{
  font-size: 16px;
  font-weight: 500;
}

#listing .item a{
  font-size: 14px;
  font-weight: 500;
}

#listing .item .infos{
  display: flex;
  flex-direction: column;
  font-family: "Antonio", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

#listing .item .infos a{
  color: #171718;
}








footer{
  padding: 40px 0 30px;
  margin-top: 50px;
  border-top: 1px solid #e1e1e1;
}

footer .container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
}

footer img{
  max-width: 90px;
  margin-right: 20px;
}

footer .left,
footer .right{
  width: 40%;
}

footer .left{
  display: flex;
}

footer .right{
  text-align: right;
}

footer .social a{
  margin-left: 5px;
  display: inline-block;
  color: #171718;
  font-size: 32px;
}








/* INTERNAS */
#banner-interna{
  width: 100%;
  height: 340px;
  margin-top: 100px;
  background-size: cover;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #303221;
  text-align: center;
  background: rgba(255, 255, 255, 0.6);
}

#banner-interna .text{
  display: flex;
  flex-direction: column;
}

#banner-interna h1{
  margin: 0 0 15px;
  display: inline-block;
  font-size: 42px;
  line-height: 56px;
  text-transform: uppercase;
  font-weight: 500;
}

#banner-interna span{
  color: #fafafa;
  font-size: 22px;
  font-weight: 300;
  text-decoration: none;
  font-family: "Antonio", serif;
  font-optical-sizing: auto;
  font-style: normal;
  text-transform: uppercase;
  color: #303221;
}



main{
  padding-bottom: 50px;
  display: flex;
  justify-content: space-between;
}

main .content{
  width: 55%;
  margin-left: 2%;
}

main h2{
  margin-top: 30px;
  font-size: 28px;
  text-transform: uppercase;
}

main p{
  margin: 0 0 15px;
}

main p strong{
  font-weight: 700;
}

main .campo p strong{
  display: block;
}

main .form{
  width: 40%;
  padding: 15px 20px;
  margin-right: 2%;
  margin-top: -30px;
  border-radius: 20px;
  background: #ebefcb;
}

main .form h3{
  text-transform: uppercase;
}

main .form .field.fone{
  width: 70%;
}

main .form .field.hidden{
/*  display: none;*/
}

main .form label{
  font-family: "Antonio", serif;
  font-optical-sizing: auto;
  font-style: normal;
  text-transform: uppercase;
  font-size: 18px;
}

main .form input{
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #b9bd9c;
}

main .form textarea{
  width: 100%;
  height: 100px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #b9bd9c;
  resize: none;
}

main .form input.wpcf7-submit{
  width: 70%;
  padding: 10px 25px;
  margin: 40px auto 0;
  display: block;
  background: #0b4924;
  color: #fafafa;
  border-radius: 10px;
  box-shadow: 0 2px 0 #062c15;
  border: none;
  font-family: "Antonio", serif;
  font-size: 28px;
  text-transform: uppercase;
  cursor: pointer;
}

main .form input.wpcf7-submit:hover{
  background: #171718;
}

.wpcf7-spinner{
  margin: 10px auto;
  display: block;
}



main .aviso{
  width: 70%;
  margin: 130px auto 0;
  padding: 100px 5%;
  background: #fafafa;
  text-align: center;
  border-radius: 20px;
}

main .aviso h2{
  font-size: 32px;
  font-weight: 500;
}

main .aviso .btn{
  width: 200px;
  padding: 10px 30px;
  margin-top: 50px;
  display: inline-block;
  background: #0b4924;
  color: #ebefcb;
  font-size: 22px;
  font-weight: 500;
  text-decoration: none;
  font-family: "Antonio", serif;
  font-optical-sizing: auto;
  font-style: normal;
  text-transform: uppercase;
  border-radius: 5px;
}

main .aviso .btn:hover{
  background: #171718;
}


main .aviso .bt-whats{
  padding: 5px 20px;
  margin-top: 10px;
  color: #333;
  border-radius: 5px;
  border: 1px solid #333;
  text-decoration: none;
}

main .aviso .bt-whats:hover{
  background: #333;
  color: #fafafa;
}









/* Responsivo */

.navbar-toggle{
  background: #333;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-right: 0;
}

.navbar-toggle .icon-bar{
  background: #fff;
}




@media (max-width: 1199px) and (min-width: 992px) {

  



}


@media (max-width: 991px) and (min-width: 768px) {

  


}


@media (max-width: 767px) {

  
}


@media (max-width: 480px) {



}


@media (max-width: 375px) {



}


@media (max-width: 320px){



}

