/* FONTES */
@font-face {
    font-family: 'Co_Headline_Corp';
    src: url('fontes/CoHeadlineCorp-Bold.woff2') format('woff2'),
        url('fontes/CoHeadlineCorp-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body, html {
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden;
  color: #707070;
  font-size: 18px;
  font-weight: 400;
  background: #fff;
}

a:hover {text-decoration: none !important;}
.left {text-align: left;}
.center {text-align: center;}
.right {text-align: right;}
.vertical {margin: auto 0;}
.imgtotal img {width: 100%;}
strong {font-weight: 700;color: #505c6b;}

/* IR AO TOPO */
#iraotopo {position: fixed;bottom: 20px;right: 25px;z-index: 9999;width: 27px;height: 65px;text-align: center;background: #c6c6c6;cursor: pointer;border: 0;border-radius: 20px;text-decoration: none;transition: opacity 0.2s ease-out;opacity: 0;}
#iraotopo:hover {background: #505c6b;}
#iraotopo.show {opacity: 1;}

/* HEADER */
header #menuHeader {
  background: #fff;
  padding: 20px 0;
}
header .logo img {
  width: 100%;
}

header .menu,.submenu {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}
header .menu li {
  position:relative;
  float:left;
}
header .menu li a {
  color: #b48a65;
  display:block;
  padding: 10px 15px;
  font-size: 16px;
}
header .menu li a:hover {
  color: #d8b681;
}
header .menu li a.simulador {
  color: #fff;
  margin-left: 30px;
  background: #b48a65;
  font-size: 20px;
  font-weight: 600;
  border-radius: 5px;
  box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.1);
}
header .menu li a.simulador:hover {
  background: #d8b681;
}
header .menu li .submenu {
  position: absolute;
  top: 38px;
  left: 0;
  z-index: 3;
  padding: 0;
  display: none;
}
header .menu li .submenu.tres {
  left: -41px;
}
header .menu li:hover .submenu,header .menu li.over .submenu {
  display:block;
}
header .menu li .submenu li {
  text-align: center;
  display:block;
  width:148px;
}
header .menu li .submenu.dois li {
  text-align: center;
  display:block;
  width:186px;
}
header .menu li .submenu.tres li {
  text-align: center;
  display:block;
  width:175px;
}
header .menu li .submenu li a {
  background: #505c6b;
  padding: 7px;
  color: #fff;
  border-radius: 6px;
  margin-bottom: 5px;
  display:block;
}
header .menu li .submenu li a:hover {
  background: #b48a65;
  color: #fff;
}
header .menu li a.simulador {
  color: #fff;
  margin-left: 30px;
  background: #b48a65;
  font-size: 14px;
  font-weight: 600;
  border-radius: 5px;
  box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.1);
}
header .menu li a.simulador:hover {
  background: #d8b681;
}
header #menuHeader.menu-fixo {
  position: fixed;
  margin-top: 0;
  z-index: 10;
  width: 100%;
  transition: all 0.3s ease 0s;
  background-color: #fff;
  padding: 15px 15px 8px;
}

/* SLIDESHOW */
.slideshow .swiper-button-prev {
  background-image: url("../images/arrows-left.png") !important;
  left: 0 !important;
  background-repeat: no-repeat !important;
  border-radius: 0 10px 10px 0;
  background-size: 60px 60px !important;
  width: 60px !important;
  background-color: #fff;
  height: 60px !important;

}
.slideshow .swiper-button-next {
  background-image: url("../images/arrows-right.png") !important;
  right: 0 !important;
  background-repeat: no-repeat !important;
  border-radius: 10px 0 0 10px;
  background-size: 60px 60px !important;
  width: 60px !important;
  background-color: #fff;
  height: 60px !important;
}

/* CHAMADA INTERNA */
.chamada.interna {
  margin: 50px 0 140px;
}
.chamada.interna h1 {
  text-align: center;
  margin-bottom: 50px;
}
.chamada.interna h1 span {
  color: #505c6b;
}
.chamada.interna a.simulador {
  color: #fff;
  background: #b48a65;
  font-size: 20px;
  display: inline-block;
  font-weight: 600;
  border-radius: 5px;
  padding: 15px 30px;
  box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.1);
}
.chamada.interna a.simulador:hover {
  background: #d8b681;
}
.chamada.interna h2 {
  color: #505c6b;
  font-size: 25px;
  font-family: 'Co_Headline_Corp';
}
.chamada.interna h3 {
  color: #505c6b;
  font-size: 20px;
  font-family: 'Co_Headline_Corp';
}

/* CHAMADA */
.chamada {
  margin: 100px 0;
}
.chamada h1 {
  color: #b48a65;
  font-size: 55px;
  font-family: 'Co_Headline_Corp';
}

/* BLOCOS 1-2 */
.bloco1 {
  color: #b48a65;
  margin-bottom: 140px;
  font-size: 17px;
}
.bloco2 {
  color: #b48a65;
  margin-bottom: 100px;
  font-size: 17px;
}
.bloco1 img {
  border-radius: 20px 0 20px 0;
}
.bloco2 img {
  border-radius: 0 20px 0 20px;
}
.bloco1 h2,.bloco2 h2 {
  font-size: 20px;
  border-bottom: 2px solid #b48a65;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.bloco1 h3,.bloco2 h3 {
  margin: 20px 0;
  color: #505c6b;
  font-size: 35px;
  font-family: 'Co_Headline_Corp';
}
.bloco1 .saibamais,.bloco2 .saibamais {
  color: #b48a65;
  font-weight: 600;
  border: 1px solid #b48a65;
  background: #edebdc;
  width: 40%;
}
.bloco1 .saibamais:hover,.bloco2 .saibamais:hover {
  color: #fff;
  border: 1px solid #505c6b;
  background: #505c6b;
}

/* VIDEO */
.video {
  background: #e6e6e6;
  padding: 70px 0;
  font-size: 35px;
  font-family: 'Co_Headline_Corp';
}
.video h2 {
  color: #505c6b;
  margin: 0;
}
.video h3 {
  color: #b48a65;
}
.video iframe {
  border: 8px solid #fff;
  margin-top: 40px;
}

/* BLOCO 3 */
.bloco3 {
  margin: 120px 0;
}
.bloco3 h2 {
  color: #b48a65;
  font-size: 35px;
  font-family: 'Co_Headline_Corp';
  margin-bottom: 20px;
}
.bloco3 .orcamento {
  color: #fff;
  background: #b48a65;
  font-size: 17px;
  font-weight: 600;
  border-radius: 5px;
  box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.1);
  padding: 15px;
  width: 100%;
}
.bloco3 .orcamento:hover {
  background: #d8b681;
}

/* BLOCO 4 */
.bloco4 {
  margin: 120px 0 50px;
}
.bloco4 h2 {
  color: #505c6b;
  font-size: 35px;
  font-family: 'Co_Headline_Corp';
  margin-top: 20px;
  margin-bottom: 20px;
}

/* SIMULADOR */
.form_simula {
  margin-bottom: 120px;
}
.form_simula h2 {
  color: #b48a65;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 27px;
}
#forms,#forms3,#forms4 {
  margin-top: 40px;
  background: #fff;
  border-radius: 20px;
  padding: 30px 30px 10px;
  box-shadow: 0px 0px 15px -1px rgba(0,0,0,0.1);
}
#forms label,#forms2 label,#forms3 label,#forms4 label {
  color: #505c6b;
  font-weight: 700;
  margin-bottom: 0;
  font-size: 15px;
}
#forms .inputs,#forms2 .inputs,#forms3 .inputs,#forms4 .inputs {
  border: 1px solid #ddd;
  padding: 27px 10px;
  font-size: 15px;
}
#forms select,#forms2 select,#forms3 select,#forms4 select {
  border: 1px solid #ddd;
  height: 56px;
  font-size: 15px;
}
#forms2 .btn_enviar_mail {
  width: 100%;
}
#forms .btn_enviar_mail,#forms2 .btn_enviar_mail,#forms3 .btn_enviar_mail,#forms4 .btn_enviar_mail {
  color: #fff;
  background: #b48a65;
  font-size: 17px;
  font-weight: 600;
  border-radius: 5px;
  box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.1);
  padding: 10px 30px;
}
#forms .btn_enviar_mail:hover,#forms2 .btn_enviar_mail:hover,#forms3 .btn_enviar_mail:hover,#forms4 .btn_enviar_mail:hover {
  background: #d8b681;
}
.restricao {
  font-size: 12px;
  margin-top: 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

/* PRESTADORAS */
.prestadoras h2 {
  color: #b48a65;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 27px;
  padding-bottom: 5px;
  border-bottom: 2px solid #b48a65;
}
.prestadoras img {
  padding: 50px;
}

/* CONTATO */
.contato {
  margin: 100px 0 50px;
}
.contato h2 {
  color: #b48a65;
  font-size: 35px;
  font-family: 'Co_Headline_Corp';
  margin-bottom: 80px;
}
.contato h3 {
  color: #b48a65;
  font-size: 25px;
  font-weight: 300;
}

/* FOOTER */
footer {
  font-size: 14px;
  margin: 30px 0;
  border-top: 1px solid #eee;
  padding-top: 30px;
}
footer .social a {
  display: inline-block;
  filter: grayscale(100%);
}
footer .social a:hover {
  filter: grayscale(0%);
}
footer .social a img {
  width: 30px;
}