﻿/* ==========================================================================Base styles========================================================================== */
* {
margin: 0;
padding: 0;
border: 0;
outline: 0;
}

.grecaptcha-badge{
    display: none;
}
.clear {
clear: both;
}
/** A better looking default horizontal rule*/
hr {display: block;height: 1px;border: 0;border-top: 1px solid #f3f3f3;margin: 1em 0;padding: 0;}
ul {
list-style-type: none;
list-style: none;
margin: 0;
padding: 0;
}
/** Remove the gap between images, videos, audio and canvas and the bottom of* their containers: h5bp.com/i/440*/
audio,
canvas,
img,
video {
vertical-align: middle;
}
.disabledBtn {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: #b9b9b9 !important;
  background: #eeeeee !important;
}

/** Allow only vertical resizing of textareas.*/
textarea {
resize: vertical;
}
#enviandobtn{
    display: none;
}
/* ==========================================================================Browse Happy prompt========================================================================== */
.browsehappy {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0;
}
#promo{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 9999999999999;
  background: rgba(119, 119, 119, 0.71);
}
#promo p i{
    position: absolute;
    right: 5%;
    top: 5%;
    background: #fff;
    padding: 0px 1px 0px 0px;
    border-radius: 50%;
    border: solid 2px #444;
    font-size: 2rem;
}
#promo p:hover{/* cursor:pointer; *//* background: #d2d2d2; *//* color: #2b2b2b; */}
#promo a{width: 50%;display: flex;/* position: fixed; *//* left: 25%; *//* top: 25%; */margin: 0 auto;height: 90%;}
#promo img{
    width: 50%;
    /* margin-left: 25%; */
    /* margin-top: 3%; */
    margin: auto;
}
@media only screen and (max-width: 768px){
  #promo img{
}  
#promo a{width: 600px;height: 50%;margin: 70px 0 0 0;}
}
.contato-h2{
    font-size: 3rem;
    text-decoration: none;
    margin: 0;
    color: #2a60c2;
    text-align: left;
    font-weight: bold;
    text-shadow: 1px 1px 1px #2a60c2;
}

/*==========================================================================Geral==========================================================================*/
body {font-size: 1rem;font-family: 'Open Sans', sans-serif;color: #444;background: #f3f3f3;}
h1 {
color: #2172b3;
font-size: 24px;
text-decoration: none;
margin: 20px 0;
text-align: center;
}
h2 {/* font-size: 2.5rem; */text-decoration: none;margin: 20px 0;color: #2a60c2;font-weight: bold;}
h3,
h4 {font-size: 20px;color: #2a60c2;text-decoration: none;margin: 15px 0;text-align:  center;}
a {color: #2a60c2;text-decoration: none;}
a:hover {text-decoration: none;}
a.tel {
text-decoration: none;
color: inherit;
}
iframe{
    width:  100%;
}
/*==================================================Header==================================================*/
.topofixo {
position: fixed;
width: 100%;
z-index: 10;
top: 0px;
}
.topofixo .logo img {
width: 120px;
transition: .3s;
}
.topofixo #menu2 {
font-size: 14px;
margin: 18px 0;
margin-right: 10px;
}

.topofixo .menu {
font-size: 14px;
margin: 18px 0;
margin-right: 10px;
}

.topofixo .topo {
display: none;
}
header {
margin: 0 auto;
background: white;
}
header .logo {float: left;margin: 5px 0;}
header .logo img {width: 100%;transition: .3s;}
header .right {
float: right;
text-align: right;
color: #666;
font-size: 12px;
margin: 17px 0px;
}
header .right strong {
font-size: 20px;
}
.aling{
    display:  flex;
}
.aling-1{
    width: 44.5%;
}
/*==================================================Menu==================================================*/

.mobile {

display:none;

}

header #menu {
clear: both;
position: relative;
height: 40px;
background: #E4E4E4;
font-size: 15px;
text-align: center;
}
header #menu li {
position: relative;
display: inline-block;
}
header #menu a {
display: block;
color: #666;
text-decoration: none;
padding: 8px 30px;
height: 25px;
text-align: center;
transition: all .3s linear;
/* Efeito de Transição dos itens do header #menu e sub-header #menu */
}
header #menu a:hover,
header #menu li:hover a {
color: #FFF;
background: #2172b3;
}
header #menu table {
border-collapse: collapse;
position: absolute;
left: 0;
top: 0;
}
header #menu .dropdown .sub-menu {
display: none;
position: absolute;
top: 41px;
left: 0;
margin: 0;
height: auto;
width: 230px;
z-index: 7;
background: #2172b3;
}
header #menu .dropdown:hover .sub-menu {
display: block;
}
header #menu .dropdown:hover .sub-menu li {
position: relative;
float: left;
width: 230px;
margin: 0;
padding: 0;
}
header #menu .dropdown:hover .sub-menu li a {
display: block;
width: 220px;
font-size: 13px;
padding: 5px;
height: auto;
text-align: left;
text-decoration: none;
color: #fff;
}
header #menu .dropdown:hover .sub-menu li a:hover {
background: #1a5b8f;
color: #FFF;
/* text-decoration:underline; */
}
header #menu .dropdown ul li.dropdown .sub-menu {
display: none;
position: absolute;
top: 0px;
left: 200px;
margin: 0;
height: auto;
width: 190px;
z-index: 7;
}
header #menu .dropdown ul li.dropdown:hover .sub-menu {
display: block;
}
header #menu .dropdown .sub-menu-info {
display: none;
position: absolute;
top: 31px;
left: 0;
margin: 0;
height: 400px;
width: 300px;
z-index: 7;
background: #2172b3;
overflow-y:  scroll;
overflow-x: hidden;
}
header #menu .dropdown:hover .sub-menu-info {
display: block;
}
header #menu .dropdown:hover .sub-menu-info li {
position: relative;
float: left;
width: 300px;
margin: 0;
padding: 0;
}
header #menu .dropdown:hover .sub-menu-info li a {
display: block;
width: 290px;
font-size: 12px;
padding: 5px;
height: auto;
text-align: left;
text-decoration: none;
color: #fff;
}
header #menu .dropdown:hover .sub-menu-info li a:hover {
background: #1a5b8f;
color: #FFF;
/* text-decoration:underline; */
}
header #menu .dropdown ul li.dropdown .sub-menu-info {
display: none;
position: absolute;
top: 0px;
left: 200px;
margin: 0;
height: auto;
width: 190px;
z-index: 7;
}
header #menu .dropdown ul li.dropdown:hover .sub-menu-info {
display: block;
}
header #menu2 {height: 30px;text-align: center;margin-top: 18px;}
header #menu2 li {position: relative;display: inline-block;padding: 0;margin:  0;}
header #menu2 a {display: block;color: #666;text-decoration: none;padding: 3px 3px;height: 25px;text-align: center;transition: all .3s linear;
/* Efeito de Transição dos itens do header #menu2 e sub-header #menu2 */text-transform:  uppercase;}
header #menu2 a:hover,
header #menu2 li:hover a {color: #2a60c2;}
header #menu2 table {
border-collapse: collapse;
position: absolute;
left: 0;
top: 0;
}
header #menu2 .dropdown .sub-menu {
display: none;
position: absolute;
top: 31px;
left: 0;
margin: 0;
height: auto;
width: 230px;
z-index: 7;
background: #2172b3;
}
header #menu2 .dropdown:hover .sub-menu {
display: block;
}
header #menu2 .dropdown:hover .sub-menu li {
position: relative;
float: left;
width: 230px;
margin: 0;
padding: 0;
}
header #menu2 .dropdown:hover .sub-menu li a {
display: block;
width: 220px;
font-size: 13px;
padding: 5px;
text-align: left;
text-decoration: none;
color: #fff;
height: auto;
}
header #menu2 .dropdown:hover .sub-menu li a:hover {
background: #1a5b8f;
color: #FFF;
/* text-decoration:underline; */
}
header #menu2 .dropdown ul li.dropdown .sub-menu {
display: none;
position: absolute;
top: 0px;
left: 200px;
margin: 0;
height: auto;
width: 190px;
z-index: 7;
}
header #menu2 .dropdown ul li.dropdown:hover .sub-menu {
display: block;
}
header #menu2 .dropdown .sub-menu-info {
display: none;
position: absolute;
top: 31px;
left: 0;
margin: 0;
height: 400px;
width: 300px;
z-index: 7;
background: #2172b3;
overflow-x: hidden;
overflow-y: scroll;
}
header #menu2 .dropdown:hover .sub-menu-info {
display: block;
}
header #menu2 .dropdown:hover .sub-menu-info li {
position: relative;
float: left;
width: 300px;
margin: 0;
padding: 0;
}
header #menu2 .dropdown:hover .sub-menu-info li a {
display: block;
width: 290px;
font-size: 12px;
height: auto;
padding: 5px;
text-align: left;
text-decoration: none;
color: #fff;
}
header #menu2 .dropdown:hover .sub-menu-info li a:hover {
background: #1a5b8f;
color: #FFF;
/* text-decoration:underline; */
}
header #menu2 .dropdown ul li.dropdown .sub-menu-info {
display: none;
position: absolute;
top: 0px;
left: 200px;
margin: 0;
height: auto;
width: 190px;
z-index: 7;
}
header #menu2 .dropdown ul li.dropdown:hover .sub-menu-info {
display: block;
}



header .menu {height: 30px;font-size: 14px;text-align: center;margin-top: 18px;}
header .menu li {position: relative;display: inline-block;padding: 0;margin: 0px 10px;}
header .menu a {display: block;color: #666;text-decoration: none;padding: 3px 3px;height: 40px;font-size: 13px;text-align: center;transition: all .3s linear;
/* Efeito de Transição dos itens do header .menu e sub-header .menu */text-transform:  uppercase;margin-bottom: -16px;}
header .menu a:hover,
header .menu li:hover a {color: #2a60c2;}
header .menu table {
border-collapse: collapse;
position: absolute;
left: 0;
top: 0;
}
header .menu .dropdown .sub-menu {
display: none;
position: absolute;
top: 31px;
left: 0;
margin: 0;
height: auto;
width: 230px;
z-index: 7;
background: #2172b3;
}
header .menu .dropdown:hover .sub-menu {
display: block;
}
header .menu .dropdown:hover .sub-menu li {
position: relative;
float: left;
width: 230px;
margin: 0;
padding: 0;
}
header .menu .dropdown:hover .sub-menu li a {
display: block;
width: 220px;
font-size: 13px;
padding: 5px;
text-align: left;
text-decoration: none;
color: #fff;
height: auto;
}
header .menu .dropdown:hover .sub-menu li a:hover {
background: #1a5b8f;
color: #FFF;
/* text-decoration:underline; */
}
header .menu .dropdown ul li.dropdown .sub-menu {
display: none;
position: absolute;
top: 0px;
left: 200px;
margin: 0;
height: auto;
width: 190px;
z-index: 7;
}
header .menu .dropdown ul li.dropdown:hover .sub-menu {
display: block;
}
header .menu .dropdown .sub-menu-info {display: none;position: absolute;top: 45px;left: -668px;margin: 0;height: 400px;width: 802px;z-index: 7;background: #2172b3;overflow-x: hidden;overflow-y: scroll;}
header .menu .dropdown:hover .sub-menu-info {display: block;}
header .menu .dropdown:hover .sub-menu-info li {position: relative;float: left;width: 394px;margin: 0;height: 23px;padding: 0;padding-left: 2px;}
header .menu .dropdown:hover .sub-menu-info li a {display: block;width: 100%;font-size: 12px;height: auto;padding: 5px;text-align: left;text-decoration: none;color: #fff;}
header .menu .dropdown:hover .sub-menu-info li a:hover {
background: #1a5b8f;
color: #FFF;
/* text-decoration:underline; */
}
header .menu .dropdown ul li.dropdown .sub-menu-info {
display: none;
position: absolute;
top: 0px;
left: 200px;
margin: 0;
height: auto;
width: 190px;
z-index: 7;
}
header .menu .dropdown ul li.dropdown:hover .sub-menu-info {
display: block;
}
@media only screen and (min-width: 1024px) {
.topo{
position: fixed;
width: 100%;
z-index:999;
}
.scrollheader{position: fixed;z-index: 99999;background: #fff;width: 100%;margin-top: 33px;box-shadow: 1px 1px 2px #ccc;}
}
/*==================================================Content==================================================*/
.button-home-1{
    /* background: #2b6de4; */
    color: #fff;
    /* display: block; */
    /* width: 20%; */
    /* padding: 15px 20px; */
    /* text-align: center; */
    margin: 20px auto;
    /* border-radius: 2px; */
    margin-top: 125px;
    }
.button-home-1 a{
 background: #2b6de4;
 color: #fff;
 /* display: block; */
 /* width: 50% !important; */
 padding: 20px 100px !important;
 /* text-align: center; */
 margin: 20px auto;
 border-radius: 2px;
 }

@media only screen and (min-width: 765px){
   .endreco-titulo{ }
    .txt-slide{
}
.icon-master{
    /* width:  100% !important; */
}
    .textos-esq{
}
.title-breadcrumb{
    padding: 40px 0 !important;
}
.button-home{
    background: #2b6de4;
    color: #fff;
    display: block;
    width: 50% !important;
    padding: 15px 20px;
    text-align: center;
    margin: 20px auto;
    border-radius: 2px;
    margin-top: 125px;
    }

.button-home-1{
    /* background: #2b6de4; */
    color: #fff;
    /* display: block; */
    /* width: 50% !important; */
    /* padding: 20px 20px !important; */
    /* text-align: center; */
    margin: 20px auto;
    /* border-radius: 2px; */
    margin-top: 125px !important;
    }
.btn{}
    .textos-dir{}
    .slider-2__txt{}
    .slider-2-num{
}


.friday-img{
    background: url(../imagens/promo-natal.png) center no-repeat;
    width: 100%;
    height: 750px;
    background-position: top;
    display: flex;
}
a{text-decoration: none;}
.black-friday{
  color: #228dff;
  -webkit-animation: neon2 1.5s ease-in-out infinite alternate;
  -moz-animation: neon2 1.5s ease-in-out infinite alternate;
  animation: neon2 1.5s ease-in-out infinite alternate;
  font-size: 30px;
  margin: 150px auto;
  width: 15%;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Audiowide';
}

p a:hover {
  color: #ffffff;
}
/*glow for webkit*/

@-webkit-keyframes neon1 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #FF1177, 0 0 70px #FF1177, 0 0 80px #FF1177, 0 0 100px #FF1177, 0 0 150px #FF1177;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FF1177, 0 0 35px #FF1177, 0 0 40px #FF1177, 0 0 50px #FF1177, 0 0 75px #FF1177;
  }
}

@-webkit-keyframes neon2 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #228DFF, 0 0 70px #228DFF, 0 0 80px #228DFF, 0 0 100px #228DFF, 0 0 150px #228DFF;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #228DFF, 0 0 35px #228DFF, 0 0 40px #228DFF, 0 0 50px #228DFF, 0 0 75px #228DFF;
  }
}

@-webkit-keyframes neon3 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #FFDD1B, 0 0 70px #FFDD1B, 0 0 80px #FFDD1B, 0 0 100px #FFDD1B, 0 0 150px #FFDD1B;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FFDD1B, 0 0 35px #FFDD1B, 0 0 40px #FFDD1B, 0 0 50px #FFDD1B, 0 0 75px #FFDD1B;
  }
}

@-webkit-keyframes neon4 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #B6FF00, 0 0 70px #B6FF00, 0 0 80px #B6FF00, 0 0 100px #B6FF00, 0 0 150px #B6FF00;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #B6FF00, 0 0 35px #B6FF00, 0 0 40px #B6FF00, 0 0 50px #B6FF00, 0 0 75px #B6FF00;
  }
}

@-webkit-keyframes neon5 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #FF9900, 0 0 70px #FF9900, 0 0 80px #FF9900, 0 0 100px #FF9900, 0 0 150px #FF9900;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FF9900, 0 0 35px #FF9900, 0 0 40px #FF9900, 0 0 50px #FF9900, 0 0 75px #FF9900;
  }
}

@-webkit-keyframes neon6 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ff00de, 0 0 70px #ff00de, 0 0 80px #ff00de, 0 0 100px #ff00de, 0 0 150px #ff00de;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ff00de, 0 0 35px #ff00de, 0 0 40px #ff00de, 0 0 50px #ff00de, 0 0 75px #ff00de;
  }
}
/*glow for mozilla*/

@-moz-keyframes neon1 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #FF1177, 0 0 70px #FF1177, 0 0 80px #FF1177, 0 0 100px #FF1177, 0 0 150px #FF1177;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FF1177, 0 0 35px #FF1177, 0 0 40px #FF1177, 0 0 50px #FF1177, 0 0 75px #FF1177;
  }
}

@-moz-keyframes neon2 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #228DFF, 0 0 70px #228DFF, 0 0 80px #228DFF, 0 0 100px #228DFF, 0 0 150px #228DFF;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #228DFF, 0 0 35px #228DFF, 0 0 40px #228DFF, 0 0 50px #228DFF, 0 0 75px #228DFF;
  }
}

@-moz-keyframes neon3 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #FFDD1B, 0 0 70px #FFDD1B, 0 0 80px #FFDD1B, 0 0 100px #FFDD1B, 0 0 150px #FFDD1B;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FFDD1B, 0 0 35px #FFDD1B, 0 0 40px #FFDD1B, 0 0 50px #FFDD1B, 0 0 75px #FFDD1B;
  }
}

@-moz-keyframes neon4 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #B6FF00, 0 0 70px #B6FF00, 0 0 80px #B6FF00, 0 0 100px #B6FF00, 0 0 150px #B6FF00;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #B6FF00, 0 0 35px #B6FF00, 0 0 40px #B6FF00, 0 0 50px #B6FF00, 0 0 75px #B6FF00;
  }
}

@-moz-keyframes neon5 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #FF9900, 0 0 70px #FF9900, 0 0 80px #FF9900, 0 0 100px #FF9900, 0 0 150px #FF9900;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FF9900, 0 0 35px #FF9900, 0 0 40px #FF9900, 0 0 50px #FF9900, 0 0 75px #FF9900;
  }
}

@-moz-keyframes neon6 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ff00de, 0 0 70px #ff00de, 0 0 80px #ff00de, 0 0 100px #ff00de, 0 0 150px #ff00de;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ff00de, 0 0 35px #ff00de, 0 0 40px #ff00de, 0 0 50px #ff00de, 0 0 75px #ff00de;
  }
}
/*glow*/

@keyframes neon1 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #FF1177, 0 0 70px #FF1177, 0 0 80px #FF1177, 0 0 100px #FF1177, 0 0 150px #FF1177;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FF1177, 0 0 35px #FF1177, 0 0 40px #FF1177, 0 0 50px #FF1177, 0 0 75px #FF1177;
  }
}

@keyframes neon2 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #228DFF, 0 0 70px #228DFF, 0 0 80px #228DFF, 0 0 100px #228DFF, 0 0 150px #228DFF;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #228DFF, 0 0 35px #228DFF, 0 0 40px #228DFF, 0 0 50px #228DFF, 0 0 75px #228DFF;
  }
}

@keyframes neon3 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #FFDD1B, 0 0 70px #FFDD1B, 0 0 80px #FFDD1B, 0 0 100px #FFDD1B, 0 0 150px #FFDD1B;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FFDD1B, 0 0 35px #FFDD1B, 0 0 40px #FFDD1B, 0 0 50px #FFDD1B, 0 0 75px #FFDD1B;
  }
}

@keyframes neon4 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #B6FF00, 0 0 70px #B6FF00, 0 0 80px #B6FF00, 0 0 100px #B6FF00, 0 0 150px #B6FF00;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #B6FF00, 0 0 35px #B6FF00, 0 0 40px #B6FF00, 0 0 50px #B6FF00, 0 0 75px #B6FF00;
  }
}

@keyframes neon5 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #FF9900, 0 0 70px #FF9900, 0 0 80px #FF9900, 0 0 100px #FF9900, 0 0 150px #FF9900;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FF9900, 0 0 35px #FF9900, 0 0 40px #FF9900, 0 0 50px #FF9900, 0 0 75px #FF9900;
  }
}

@keyframes neon6 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ff00de, 0 0 70px #ff00de, 0 0 80px #ff00de, 0 0 100px #ff00de, 0 0 150px #ff00de;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ff00de, 0 0 35px #ff00de, 0 0 40px #ff00de, 0 0 50px #ff00de, 0 0 75px #ff00de;
  }
}
/*REEEEEEEEEEESPONSIVE*/

@media (max-width: 650px) {
  #container {
    width: 100%;
  }
  p {
    font-size: 3.5em;
  }
}
















    .slider-2{
    height: 580px !important;
}
}
.endreco-titulo{
    height: 40px;
}
.txt-slide{
    margin: 0;
    color:  #fff;
    height: 67px;
    vertical-align: middle;
    display:  table-cell;
    text-align:  initial;
}
.quadro-1-preco{width: 0;float: left;padding: 0;box-sizing: border-box;text-align: center;color: #fff;}
.quadro-2-preco{width: 66.66%;float: left;padding: 0;box-sizing: border-box;text-align: center;color: #fff;}
.quadro-3-preco{width: 132.99%;float: left;padding: 0;box-sizing: border-box;text-align: center;color: #fff;}
.step-3{margin-top: 140px;}
.preco-home{font-size: 9px;}
.especial-temporada1{
    position:  absolute;
    font-size: 8px;
    background:  #696969;
    padding: 0px 20px;
    margin:  0;
}
.alta-temporada1{
    position:  absolute;
    font-size: 8px;
    background:  #2a60c2;
    padding: 0px 22px;
    margin:  0;
}
.baixa-temporada1{
    position:  absolute;
    background: #d20000;
    padding: 0px 23px;
    margin: 0;
}
.apartir1{font-size: 10px;}
.txt-temporada1{
    font-size: 7px;
    text-align:  center;
}
@media only screen and (min-width: 480px) { 
.quadro-1-preco{width: 0;float: left;padding: 0;box-sizing: border-box;text-align: center;color: #fff;}
.quadro-2-preco{width: 66.66%;float: left;padding: 0;box-sizing: border-box;text-align: center;color: #fff;}
.quadro-3-preco{width: 132.99%;float: left;padding: 0;box-sizing: border-box;text-align: center;color: #fff;}
.step-3{margin-top: 140px;}
.preco-home{font-size: 9px;}
.especial-temporada1{
    position:  absolute;
    font-size: 8px;
    background:  #696969;
    padding: 0px 20px;
    margin:  0;
}
.alta-temporada1{
    position:  absolute;
    font-size: 8px;
    background:  #2a60c2;
    padding: 0px 22px;
    margin:  0;
}
.baixa-temporada1{
    position:  absolute;
    background: #d20000;
    padding: 0px 23px;
    margin: 0;
}
.apartir1{font-size: 8px;}
.txt-temporada1{
    font-size: 7px;
    text-align:  center;
} }

@media only screen and (min-width: 768px) {
 .quadro-1-preco{width: 33.33%;padding: 0;box-sizing: border-box;text-align: center;color: #fff;height: 56px;}
.quadro-2-preco{padding: 0;box-sizing: border-box;text-align: center;color: #fff;height: 56px;width: 33.33%;}
.quadro-3-preco{float: left;box-sizing: border-box;text-align: center;color: #fff;height: 56px;width: 34.33%;}
.step-3{margin-top: 140px;}
.preco-home{font-size: 9px;width: 100%;}
.icon-master{width:100%}
.especial-temporada1{
    position:  absolute;
    background:  #696969;
    padding: 5px 7px 5px 10px;
    /* margin: 0; */
}
.alta-temporada1{
    position:  absolute;
    background:  #2a60c2;
    padding: 5px 9px;
}
.baixa-temporada1{
    position:  absolute;
    background: #d20000;
    padding: 5px 11px;
}
.apartir1{font-size: 9px;}
.txt-temporada1{
    font-size: 8px;
    text-align:  center;
} }

.form-step-2{border-bottom:  1px solid #ccc;}
.sobre-nos{width: 50%;}
.sobre-nos-2{}
.sobre-nos-img{    
    background: url(../imagens/bg-sobre.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
}
.card-1{}
.card-cred{
    width: 33.33%;
    float: left;
    padding: 15px;
    box-sizing: border-box;
    text-align: center;
}
.card-cred1{width: 33.33%;float: left;padding: 15px;box-sizing: border-box;text-align: center;}
.txt-sobre{
    font-size: 13px;
    line-height: 22px;
    margin-top: 15px;
}

.box-preco{
    display:  flex;
    margin-top: 50px;
    margin-bottom: 15px;
}
.check-box{display: flex;font-size:10px;width: 140%;}
.txt-temporada{
    font-size: 9px;
    text-align: center;
    font-weight: 600;
    background: #424242;
    padding: 3px;
    margin: 5px 0 0 0;
    border-radius:  2px;
}
.wrapper {width: 100%;max-width: 87vw;margin: 0 auto;}
.content {/* padding:0 15px; */}
section {
float: left;
width: 100%;
padding: 0;
min-height: 340px;
}
section p {font-size: 14px;text-align: justify;}
article {
float: left;
width: 70%;
}
article p {margin: 0.5em 0;}
article strong {
font-weight: normal;
}
article.full {
width: 100%;
}
article .alerta {
font-size: 12px;
color: #444;
font-weight: bold;
}
.title-breadcrumb {background: url(../imagens/bg-inf-02.webp) no-repeat;box-sizing: border-box;padding: 90px 0;/* margin-top: 79px; */}
.title-breadcrumb h1 {color: white;margin: 0;text-align:  center;font-size: 3.5rem;text-transform: uppercase;}
.title-breadcrumb #breadcrumb {width: auto;margin-top: 0px;background: rgba(255, 255, 255, 0.7);border-radius: 5px;box-sizing: border-box;padding: 7px 10px;}
.title-breadcrumb #breadcrumb a {
color: #666;
text-decoration: none;
}
.title-breadcrumb #breadcrumb a:hover {color: #333;text-decoration: none;}
#breadcrumb {display: inline-block;clear: both;width: 100%;color: #333;font-size: 12px;margin-top: 15px;}
#breadcrumb div {
display: inline;
}
#breadcrumb a {
color: #666;
text-decoration: none;
}
#breadcrumb a:hover {
color: #bbb;
text-decoration: none;
}
.list {margin: 0 0 20px 10px;}
.list li {list-style: disc;margin: 2px 0;/* line-height: 1.5em; */font-size: 14px;}
.picture-legend {
background: #eee;
display: inline-block;
padding: 3px;
}
.picture-legend strong {
clear: both;
display: block;
text-align: right;
font-weight: normal;
padding: 4px;
font-size: 9px;
}
.picture-legend img {
margin: 0 auto;
display: block;
}
.picture-left {
float: left;
margin: 0 10px 0 0;
max-width: 50%;
}
.picture-right {
float: right;
margin: 0 0 0 10px;
max-width: 50%;
}
.picture-center {
margin: 0 auto;
display: block;
}
.btn {
text-decoration: none;
color: #fff;
background: #2172b3;
padding: 10px 15px;
margin: 10px auto;
font-size: 14px;
display: inline-block;
border-radius: 3px;
transition: .3s;
}
.btn:hover {
opacity: 0.9;
}
.depo-link{
    font-size: 19px;
    text-transform:  uppercase;
    float: right;
}
.topo {background: #2a60c2;color: white;font-size: 13px;padding: 5px 10px;}
.topo a {
color: white;
margin: 0 10px;
text-decoration: none;
padding-top: 7px;
}
header .topo .social {
display: inline-block;
float: right;
}
.conteudo-index {box-sizing: border-box;padding: 120px 0px;background-size:  cover;margin: 50px 0;}
.conteudo-index h2,
.conteudo-index h1 {color: #fff;text-align:  center;font-weight:  bold;}
.conteudo-index p {
color: #444;
}
/*==================================================Thumbnails - MODIFY RAFA==================================================*/
.icon-thumbs{
    margin:  0;
}
.icone-thumb{}
.icone-thumb:hover{
    color: #2a60c2;
}
.title-quemsomos{
    padding: 10px;
    margin: 10px;
}

.divisao-quemsomos{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
}
@media only screen and (min-width:320px) and (max-width: 1024px) {
.divisao-quemsomos{
    flex-direction: column!important;
}
}
.texto-1 h3 {
    padding: 0px;
}
.texto-2 h3 {
    padding: 0px;
}
.texto-3 h3 {
    padding: 0px;
}

.texto-1 {
    width: 90%;
    padding: 10px;
    margin: 0 10px;
    background: url(../imagens/target-azul.png)no-repeat center;
    background-size: 180px 180px;
    transition: .2s;
    background-color: #e9e9e9;
}
.texto-2 {
    width: 90%;
    padding: 10px;
    margin: 25px 10px;
    background: url(../imagens/binoculars-azul.png)no-repeat center;
    background-size: 180px 180px;
    transition: .2s;
    background-color: #e9e9e9;
}
.texto-3 {
    width: 90%;
    padding: 10px;
    margin: 25px 10px;
    background: url(../imagens/diamond-azul.png)no-repeat center;
    background-size: 180px 180px;
    transition: .2s;
    background-color: #e9e9e9;
}
 

.texto-1:hover{
    background-color: #2a60c2;
    background-image: url(../imagens/target.png);
    background-size: 180px 180px;
    background-position: center;
    background-repeat: no-repeat;
}
.texto-2:hover{
    background-color: #2a60c2;
    background-image: url(../imagens/binoculars.png);
    background-size: 180px 180px;
    background-position: center;
    background-repeat: no-repeat;
}
.texto-3:hover{
    background-color: #2a60c2;
    background-image: url(../imagens/diamond.png);
    background-size: 180px 180px;
    background-position: center;
    background-repeat: no-repeat;
}
.texto-1:hover p{
    color: #fff;
}
.texto-2:hover p{
    color: #fff;
}
.texto-3:hover p{
    color: #fff;
}
.texto-1:hover h3{
    color: #fff;
}
.texto-2:hover h3{
    color: #fff;
}
.texto-3:hover h3{
    color: #fff;
}

.textos-slide {
    display: flex;
    margin: 0 12% 0 14%;
    flex-direction: row;
}

.textos-esq {
    width: 100%;
}

.textos-dir {
    width: 100%;
    font-size: 10px;
}
                                
.thumbnails-20 {display: inline-block;list-style: none;list-style-type: none;flex-wrap:  wrap;justify-content: center;display: flex;margin-bottom: 50px;}
.thumbnails-20 li {width: 354px;height: 100%;margin: 20px 20px;text-align: center;text-transform: uppercase;transition: .3s;position: relative;box-shadow: 0px 0px 10px #999;}
.thumbnails-20 li:last-child {
    /*=: flex-start
    float:  right;
    margin-right: 28.5%;*/
}
.thumbnails-20 li:hover img {/* opacity: 0.9; */}
.thumbnails-20 li:hover h2 {
opacity: 0.9;
}
.thumbnails-20 img {width: 100%;height: 200px;object-fit: cover;transition: .3s;}
.thumbnails-20 h2 {font-size: 10px;background: #2172b3;height: 20px;padding: 8px 0px;margin-top: 0px;transition: .3s;color:  #fff;width: 100%;}
.thumbnails-20 a {text-decoration: none;color: white;/* padding: 93px 20px 134px 20px; */}
.thumbnails-20 h2 a{
    /* background: red; */
    padding: 32%;
    width: 100%;
}
.thumbnails-20 a:hover {
text-decoration: none;
}
.thumbnails-20 .thumbnail-texto{position: absolute;top: 0;height: 256px;width: 100%;background: rgba(0, 0, 0, 0.5);display: flex;justify-content: center;align-items: center;flex-direction: column;box-sizing: border-box;/* padding: 20px; */opacity: 0;transition: .3s;}
.thumbnails-20 .thumbnail-texto h2{background: none;font-size: 20px;height:  auto;padding: 0;width:  100%;margin: 0;word-wrap: break-word;font-weight:  bold;}
.thumbnails-20 .thumbnail-texto p{font-size: 12px;width: 100%;word-wrap: break-word;text-align: center;}
.thumbnails-20 li:hover .thumbnail-texto{
opacity: 1;
}
@media only screen and (max-width: 765px) {
.title-breadcrumb #breadcrumb{}
.thumbnails-20 li:last-child {
    /*margin-right: 0;*/

}
.no-float{
    float: none !important;
}

.thumbnails-20{text-align: center;padding: 0;}

.thumbnails-20 .thumbnail-texto {height: 240px;}

.thumbnails-20 li{float: none;display: inline-block;width: auto;height: 100%;margin-bottom: 50px;}
}
                                
.thumbnails {display: inline-block;list-style: none;list-style-type: none;display: flex;flex-wrap: wrap;justify-content: center;}
.thumbnails li {
float: left;
width: 213px;
height: 236px;
margin: 10px 16px;
text-align: center;
text-transform: uppercase;
transition: .3s;
}
.thumbnails li:hover img {
opacity: 0.9;
}
.thumbnails li:hover h2 {
opacity: 0.9;
}
.thumbnails img {
width: 100%;
height: 200px;
object-fit: cover;
transition: .3s;
}
.thumbnails h2 {font-size: 10px;background: #2172b3;height: 22px;padding: 8px 4px;margin-top: 0px;transition: .3s;color:  #fff;}
.thumbnails a {text-decoration: none;color: white;}
.thumbnails a:hover {
text-decoration: none;
}
/*==================================================Sidebar==================================================*/
aside {float: right;width: 25%;margin: 0 auto;text-transform: uppercase;}
.asidempi{float: right;border-radius: 2px;}
aside h2 a {display: block;padding: 5px;font-size: 15px;background: #2a60c2;color: #fff;text-decoration: none;}
aside nav {
list-style: none;
list-style-type: none;
margin: 0 0 0 0;
padding: 0;
}
aside li {
margin: 5px 0 0 0;
}
aside li a {border-left: 2px solid #d4cfcf; font-size: 12px;display: block;padding: 5px;color: #666;transition: all .3s linear;text-decoration: none;}
aside nav li a:hover {padding-left: 10px;border-left: 2px solid #2a60c2;color: #2a60c2;}
aside h3 {color: #fff;background: #d20000;padding: 10px 0;margin-bottom: 0;text-align: center;}
aside p {background: #ffffff;margin: 0;text-align: center;}
aside strong {font-size: 16px;line-height: 34px;color: #666;}
aside a {text-decoration: none;}
.navmpi{height: 650px;overflow: auto;}
.navmpi-open{height: 616px;overflow: auto;}
fieldset .block-blue:after{display:none;}
/*==================================================Includes==================================================*/
.apartir{
    font-size:  9px;
    text-align:  center;
}
.msg3-sweet{
    text-transform: initial;
    margin: 0 0 50px 0;
}
.icon-master{
    float: right;
    background: #ffffff;
    box-sizing: border-box;
    width: 80%;
    box-shadow: 0px 0px 10px #cccccc;
    margin-top: 38px;
}
.icon{
    width: 33.33%;
    float: left;
    padding: 15px;
    box-sizing: border-box;
    text-align: center;
}
.icon p{
    text-align:  center;
}
/*  Saiba mais */
.more {
margin-bottom: 20px;
}
.more h2 strong {
font-size: 16px;
}
/*  Gallery  */
.gallery {
    display: inline-block;
    list-style-type: none;
    list-style: none;
    /* overflow: auto; */
    background-color: #fff;
    margin-bottom: 20px;
    box-shadow: 0px 0px 10px #cccccc;
    border-radius: 2px;
    padding: 0;
    width: 26.5%;
    float: right;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    }

custom {

width: 100%;
    height: 450px;
    padding: 10px;
    background: #fff;
    box-sizing: border-box;
    object-fit: cover;
    object-position: bottom;
    box-shadow: 0px 0px 10px #cccccc;
    
}

.gallery li {
float: left;
margin: 5px;
text-align: center;
transition: .3s;
}
.gallery li:hover {opacity: 0.9;transform: scale(1.01);}
.gallery li img {width: 90px;height: 65px;object-fit: cover;border-radius: 5px;}
p.ampliar {
color: #F30;
font-size: 11px;
margin: 5px 0;
}
.item{
    margin: 1px;
    padding: 2px 4px 2px 1px;
    text-align: center;
    transition: .3s;
    width: 30%;
    border: solid 1px #fff;
    float: right;
    }
/*  Social midia  */
.compartilhe {
font-size: 0.75em;
margin: 0.5em 0;
display: block;
font-weight: bold;
}
.social-media {
display: inline-block;
padding: 0;
margin: 5px 0;
}
.social-media li {
float: left;
margin-right: 10px;
}
.bt-twitter {
text-indent: -5000px;
overflow: hidden;
display: block;
width: 55px;
height: 20px;
background: url(../imagens/icones/tweet.png) no-repeat 0 0;
}
.bt-twitter:hover {
background-position: 0px -20px;
}

/*  Páginas relacionadas  */
.related-posting-title {
font-size: 22px;
}
.related-posting {
list-style: none;
list-style-type: none;
margin: 0;
padding: 0;
}
.row {
clear: both;
display: block;
background: #E8E8E8;
border-left: 3px solid #ccc;
padding: 10px 20px;
transition: all .3s linear;
min-height: 85px;
margin: 0 0 2px 0;
overflow: hidden;
}
.row:hover {border-left: 3px solid #2a60c2;}
.row img {
display: block;
float: left;
width: 80px;
height: 80px;
border: 1px solid #CCC;
margin: 0 10px 0 0;
}
.row p {
font-size: 12px;
line-height: 15px;
margin-bottom: 0;
}
.row a {color: #2a60c2;text-decoration: none;}
.row p a {
color: #69747b;
}
.row strong {
font-size: 12px;
}
/*  Tabs regiões  */
.hide {
position: absolute;
top: -9999px;
left: -9999px;
}
#servicosTabsDois .list-wrap {
background: #eee;
padding: 10px;
margin: 0 0 15px 0;
font-size: 10px;
}
#servicosTabsDois ul {
list-style: none;
display: inline-block;
}
#servicosTabsDois .list-wrap li {
width: 160px;
float: left;
color: #666;
}
#servicosTabsDois .nav {
overflow: hidden;
margin: 0;
padding: 0;
}
#servicosTabsDois .nav li {
float: left;
margin: 0 10px 0 0;
}
#servicosTabsDois .nav li.last {
margin-right: 0;
}
#servicosTabsDois .nav li a {
display: block;
text-decoration: none;
padding: 12px;
background: #ddd;
transition: all .3s linear;
color: #666;
font-size: 12px;
text-align: center;
border: 0;
}
#servicosTabsDois .nav li a:hover,
#servicosTabsDois .nav li a:focus {
background: #999;
color: #fff;
}
#servicosTabsDois ul li.nav-two a.current {
background-color: #eee !important;
color: #666;
}
/*  Copyright  */
.copyright {
font-size: 10px;
color: #666;
}
.copyright a {
font-size: 10px;
color: #666;
}
/*==================================================Footer==================================================*/
footer {clear: both;/* margin-top: 15px; */padding: 15px;background: #333;}
.contact-footer {
float: left;
color: #eee;
margin-right: 30px;
}
.contact-footer strong {
font-size: 18px;
/* letter-spacing: -1px; */
}
.contact-footer a {
text-decoration: none;
color: #fff;
}
footer address {
margin: 0 0 10px 0;
font-size: 12px;
font-style: normal;
line-height: 15px;
}
footer address span {
margin: 0 0 5px 0;
font-size: 14px;
font-weight: bold;
display: block;
}
footer .menu-footer {text-align: center;}
footer .menu-footer nav {margin: 3px 0;}
footer .menu-footer nav li {
display: inline;
padding: 0 10px 0 0;
}
footer .menu-footer nav li a {color: #eee;font-size: 13px;text-decoration: none;text-transform:  uppercase;padding: 0 25px;}
footer .menu-footer nav li a:hover {
color: #bbb;
}
footer .social {
margin: 15px 0 0 0;
float: right;
}
footer .social .social-icons:hover {
opacity: 1;
background: #FFF;
color: #2172b3;
}
footer .social .social-icons {
width: auto;
border-radius: 10px;
transition-property: all;
transition-duration: 0.3s;
padding: 10px;
display: block;
margin: 0 0 0 5px;
float: right;
font-size: 18px;
background: #2172b3;
color: #FFF;
min-width: 25px;
min-height: 20px;
text-align: center;
/* box-shadow: 2px 2px 2px #ccc; */
}
.copyright-footer {text-align: left;font-size: 11px;color: #eee;background: #333;padding-bottom: 50px;padding-top: 15px;width:  100%;}
.copyright-footer .selos {
float: right;
}
.copyright-footer .selos strong {
background: #fff;
color: #363b36;
padding: 0px 5px;
}
.copyright-footer .selos a {
margin: 0 0 0 5px;
color: #B7B7B7;
text-decoration: none;
opacity: 0.8;
transition-property: all;
transition-duration: 0.3s;
}
.copyright-footer .selos a:hover {
opacity: 1;
}
.copyright-footer .selos span{}
/*==================================================Página Contato (Formulario)==================================================*/
#form-odonto-2 {width: 50%;background: rgba(44, 118, 197, 0.15);} 
#form-odonto-2 h2 {text-align: center;color: #ffffff;}
#form-odonto-2 h3 {text-align: center;color: #929090;}
.form-conteudo {width: 90%;margin: 0 auto;}
.form-conteudo-2 {width: 50%;float:  right;}
.form-style-5 {/* padding: 20px; */}
.box-form {background: url(../imagens/box-form.jpg);background-position: center;background-size: cover;display: flex;width: 57%;flex-direction: row;margin: 0 auto;margin-bottom: 20px;border-radius: 2px;margin-top: 20px;}
#form-odonto i {font-size: 19px;padding: 0 10px 0 0;color: #f9f9f9;text-shadow: 0px 0px 4px rgba(0, 131, 255, 0.4);}
#form-odonto-2 i {font-size: 19px;padding: 0 10px 0 0;color: #fff;text-shadow: 0px 0px 4px rgba(0, 131, 255, 0.4);}
#form-odonto{background-color: #ffffff;max-width: 25%;height: auto;border:1px solid #ccc!important;float:right;border-radius:3px;box-shadow: 2px 2px 5px #ccc;}
#form-odonto i{font-size:19px;padding:0 10px 0 0;color: #2a60c2;}
#form-odonto h3{font-size: 18px;padding:0 10px 0 0;color: #56575a;}
fieldset{border:0;margin:0;padding:0;}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}
.estilo-form{display:block;border:none;padding: 0px 15px;left: -5px;}
.estilo-form label{text-align:left;color: #2a60c2;line-height:35px;}
.estilo-form input{width:100%;border-radius:1px;border-bottom:1px solid #ccc;margin-bottom: 16px;/* background:#f9f9f9; */min-height: 19px;box-sizing: border-box;}
.estilo-form input[type=submit]{width:100%;border-radius: 2px;border-bottom: 0px solid #ccc;margin-bottom: 20px;background: #d20000;min-height: 30px;color: #fff;}
.contact {display: block;padding: 0 20px;}
.form {float: left;width: 50%;display:  flex;margin: auto;flex-direction: column;}
.form label {width: 185px;font-weight: bold;padding-right: 5px;font-size: 13px;display: table-cell;vertical-align: middle;}
.form label span {font-size: 9px;color: #C00;}
.form input,
.form textarea,
.form select {width: 80%;margin: 10px 0 4px 0;padding: 8px 5px;/* border: solid 1px #CFCFCF; */font-size: 16px;box-sizing: border-box;}
input#ddd {width: 17%;}
input#telefone {/* width: 59%; */}
input#telefone {/* width: 58%; */}
input#chegada-2 {/* width: 38% !important; */font-size: 14px;/* float: left; */}
input#saida-2 {/* width: 38% !important; */font-size: 14px;/* float: left; */}



@media screen and (max-width: 850px) {
    #form-odonto {float:left;max-width: 100%;}
}


@media screen and (max-width: 420px) {
.card-center {
    justify-content: center;
    height: 280px;
    min-height: 0 !important;
}

.card-casas {
    -webkit-transform: translatY(-80px) !important;
    transform: translateY(-70px) !important;
    width: 80%;
}
.form input,
.form textarea,
.form select {width: 100%;}
input#ddd {
width: 30%;
}
input#telefone {
width: 67%;
}
.form textarea {
width: 100% !important;
}
}
input.ir {
width: 40%;
max-width: 150px;
}
.form textarea {
width: 80%;
font-family: fonte;
margin-bottom: 18px;
}
.form input:focus,
.form textarea:focus,
.form select:focus {background: rgb(226, 226, 226);}
.form .ir {border: solid 1px #2a60c2;background: #2a60c2;padding: 10px 18px;color: #fff;cursor: pointer;border-radius: 5px;width: 40%;max-width: 150px;transition: all 300ms ease-in-out;}
.form .ir:hover {background: #3779ff;color: #ffffff;border-color: #3779ff;}
.bt-submit {margin: 5px 0 0 0;display:  none;}
.form span.obrigatorio {
font-size: 0.8em;
color: #C00;
margin-top: 10px;
}
.form label.error {
display: block;
color: red;
margin: 0 .5em 0 0;
vertical-align: top;
font-size: 10px;
}
.help {
font-size: 11px;
color: #666;
}
.alert {
color: #FF0000;
}
.contact-form {
float: right;
color: #989898;
font-size: 11px;
width: 50%;
}
.contact-form strong {color: #666;margin: 0 10px;}
/*==================================================Sitemap==================================================*/
.sitemap {margin-left: 30px;list-style: none;list-style-type: none;margin-top: 40px;}
.sitemap li {
font-size: 15px;
margin: 10px 0;
}
.sitemap li a {
color: #777;
font-size: 20px;
line-height: 25px;
text-decoration: none;
}
.sitemap li a:hover {
color: #222 !important;
}
.sitemap li ul {
margin-left: 35px;
list-style: none;
list-style-type: none;
}
.sitemap li ul li {
margin: 5px 0;
padding: 0;
}
.sitemap li ul li a {
font-size: 12px;
color: #777;
}
.sitemap li ul li ul li {
margin: 5px 0;
}
.sitemap li ul li ul li a {
font-size: 13px;
color: #777;
}
.sitemap li a:hover {
color: #999;
}
.sitemap .fa {
display: none;
}
.sitemap br {
display: none;
}
.button-home {
    background: #2b6de4;
    color: #fff;
    display: block;
    width: 20%;
    padding: 10px 12px;
    text-align: center;
    margin: 20px auto;
    border-radius:  2px;
    margin-top: 70px;
}
.button-home:hover {
    background: #3779ff;
}
.button-home a {
    color: #fff;
}
/*========================================Page not found========================================*/
.msg-404 {
position: relative;
font-size: 22px;
line-height: 34px;
color: #A7A9AC;
margin-bottom: 30px;
}
.menu-404 {
background: #F8F8F8;
width: 95%;
padding: 15px;
margin-bottom: 20px;
float: left;
}
.menu-404 a {
display: block;
margin: 0 auto;
}
/* ==========================================================================Helper classes========================================================================== */
/** Image replacement*/
.ir {
background-color: transparent;
border: 0;
overflow: hidden;
/* IE 6/7 fallback */
/**text-indent: -9999px;*/
}
.ir:before {
content: "";
display: block;
width: 0;
height: 150%;
}
/** Hide from both screenreaders and browsers: h5bp.com/u*/
.hidden {
display: none !important;
visibility: hidden;
}
/** Hide only visually, but have it available for screenreaders: h5bp.com/v*/
.visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
/** Extends the .visuallyhidden class to allow the element to be focusable* when navigated to via the keyboard: h5bp.com/p*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto;
}
/** Hide visually and from screenreaders, but maintain layout*/
.invisible {
visibility: hidden;
}
/** Clearfix: contain floats** For modern browsers* 1. The space content is one way to avoid an Opera bug when the*    `contenteditable` attribute is included anywhere else in the document.*    Otherwise it causes space to appear at the top and bottom of elements*    that receive the `clearfix` class.* 2. The use of `table` rather than `block` is only necessary if using*    `:before` to contain the top-margins of child elements.*/
.clearfix:before,
.clearfix:after {
content: " ";
/* 1 */
display: table;
/* 2 */
}
.clearfix:after {
clear: both;
}
/** For IE 6/7 only* Include this rule to trigger hasLayout and contain floats.*/
.clearfix {
/**zoom: 1;*/
}
.slicknav_menu {
display: none;
}
.slicknav_nav .fa {
display: none;
}
.slicknav_nav br {
display: none;
}
/*==================================================Layout responsivo com Grid==================================================*/
.grid {
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.grid:after {
content: "";
clear: both;
display: block;
}
[class*="col-"] {float: left;padding: 15px;box-sizing: border-box;}
/* [class*="col-"] iframe {display: block;margin: 0 auto;width: 100%;max-width: 300px;height: 200px;border: 0;} */
.col-1 {
width: 8.33%;
}
.col-2 {width: 16.66%;padding: 0;padding-top: 7px;}
.col-3 {
width: 25%;
}
.col-4 {
width: 33.33%;
}
.col-5 {
width: 41.66%;
}
.col-6 {
width: 50%;
}
.col-7 {
width: 58.33%;
}
.col-8 {
width: 66.66%;
}
.col-9 {
width: 75%;
}
.col-10 {width: 100%;}
.col-11 {
width: 91.66%;
}
.col-12 {width: 100%;}
.txtcenter {
text-align: center;
}
.txtleft {
text-align: left;
}
.txtright {
text-align: right;
}
.pd {
padding: 0;
}
.fright {float: right;color: #f3f3f3;font-size: 10px;margin-top:  10px;}
.fleft {
float: left;
}
.fwidth {
width: 100%;
}
.center-block {
display: block;
margin: 0 auto;
}
.promo-natal{
    display: none;
}
/*========================================Fancy Box - Lightbox========================================*/
#title-empresa h2 {
font-size: 14px;
background: #E9E9E9;
padding: 4px 10px;
line-height: 15px;
color: #717171;
text-transform: uppercase;
text-decoration: none;
margin: 0 0 10px 0;
font-weight: 500;
border-radius: 8px;
}
#title-keyword h3 {
font-size: 12px;
padding: 0 10px;
line-height: 15px;
color: #717171;
text-decoration: none;
margin: 0 0 10px 0;
border-radius: 8px;
}

.custom {width: 100%;height: 500px;padding: 10px;background: #fff;box-sizing: border-box;object-fit:  cover;object-position: center;box-shadow: 0px 0px 10px #cccccc;cursor: pointer;}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-image,
.fancybox-inner,
.fancybox-nav,
.fancybox-nav span,
.fancybox-outer,
.fancybox-skin,
.fancybox-tmp,
.fancybox-wrap,
.fancybox-wrap iframe,
.fancybox-wrap object {padding: 0;margin: 0;border: 0;outline: 0;vertical-align: top;top: -150px;}
.fancybox-wrap {
position: absolute;
top: 0;
left: 0;
z-index: 8020
}
.fancybox-skin {position: relative;background: #f9f9f9;color: #444;text-shadow: none;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;height: auto;}
.fancybox-opened {
z-index: 8030
}
.fancybox-opened .fancybox-skin {top: 0;-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);box-shadow: 0 10px 25px rgba(0, 0, 0, .5);}
.fancybox-inner,
.fancybox-outer {
position: relative
}
.fancybox-inner {
overflow: hidden
}
.fancybox-type-iframe .fancybox-inner {
-webkit-overflow-scrolling: touch
}
.fancybox-error {
color: #444;
font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
margin: 0;
padding: 15px;
white-space: nowrap
}
.fancybox-iframe,
.fancybox-image {
display: block;
width: 100%;
height: 100%
}
.fancybox-image {
max-width: 100%;
max-height: 100%
}
#fancybox-loading,
.close-form,
.fancybox-close,
.fancybox-next span,
.fancybox-prev span {
background-image: url(images-fancy/fancybox_sprite.png)
}
#fancybox-loading {
position: fixed;
top: 50%;
left: 50%;
margin-top: -22px;
margin-left: -22px;
background-position: 0 -108px;
opacity: .8;
cursor: pointer;
z-index: 8060
}
#fancybox-loading div {
width: 44px;
height: 44px;
background: url(images-fancy/fancybox_loading.gif) center center no-repeat
}
.fancybox-close {position: absolute;top: -18px;right: 4px;width: 36px;height: 36px;cursor: pointer;z-index: 8040;}

.close-form {display:none;}

.fancybox-nav {
position: absolute;
top: 0;
width: 40%;
height: 100%;
cursor: pointer;
text-decoration: none;
background: url(images-fancy/blank.gif);
-webkit-tap-highlight-color: transparent;
z-index: 8040
}
.fancybox-prev {
left: 0
}
.fancybox-next {
right: 0
}
.fancybox-nav span {
position: absolute;
top: 50%;
width: 36px;
height: 34px;
margin-top: -18px;
cursor: pointer;
z-index: 8040;
visibility: hidden
}
.fancybox-prev span {
left: 10px;
background-position: 0 -36px
}
.fancybox-next span {
right: 10px;
background-position: 0 -72px
}
.fancybox-nav:hover span {
visibility: visible
}
.fancybox-tmp {
position: absolute;
top: -99999px;
left: -99999px;
visibility: hidden;
max-width: 99999px;
max-height: 99999px;
overflow: visible!important
}
.fancybox-lock {
overflow: hidden!important;
width: auto
}
.fancybox-lock body {
overflow: hidden!important
}
.fancybox-lock-test {
overflow-y: hidden!important
}
.fancybox-overlay {
position: absolute;
top: 0;
left: 0;
overflow: hidden;
display: none;
z-index: 8010;
background: url(images-fancy/fancybox_overlay.png)
}
.fancybox-overlay-fixed {
position: fixed;
bottom: 0;
right: 0
}
.fancybox-lock .fancybox-overlay {
overflow: auto;
overflow-y: scroll
}
.fancybox-title {visibility: hidden;font: 400 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;position: absolute;text-shadow: none;z-index: 8050;}
.fancybox-opened .fancybox-title {
visibility: visible
}
.fancybox-title-float-wrap {
position: absolute;
bottom: 0;
right: 50%;
margin-bottom: -35px;
z-index: 8050;
text-align: center
}
.fancybox-title-float-wrap .child {
display: inline-block;
margin-right: -100%;
padding: 2px 20px;
background: 0 0;
background: rgba(0, 0, 0, .8);
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
text-shadow: 0 1px 2px #222;
color: #FFF;
font-weight: 700;
line-height: 24px;
white-space: nowrap
}
.fancybox-title-outside-wrap {
position: relative;
margin-top: 10px;
color: #fff
}
.fancybox-title-inside-wrap {padding-top: 10px;bottom: 13px;}
.fancybox-title-over-wrap {
position: absolute;
bottom: 0;
left: 0;
color: #fff;
padding: 10px;
background: #000;
background: rgba(0, 0, 0, .8)
}
.active-menu-topo {color: #2a60c2 !important;font-weight: bold;}
.active-menu-aside {
color: rgb(33, 114, 179);
background-color: rgba(33, 114, 179, 0.1);
border-left: 2px solid #2172b3;
font-weight: bold;
}

/* ====================== thumbs galeria =============================================  */

.thumbGaleria {

    display: flex;
    flex-wrap: wrap;
}
.item img {width: 90px;border-radius: 4px;}


/*==========================================================================Tabela==========================================================================*/

.tg {
border-collapse: collapse;
border-spacing: 0;
table-layout: fixed;
width: 100%;
}
.tg td {
font-size: 12px;
text-align: center;
line-height: 30px;
border-style: solid;
border-width: 1px;
overflow: hidden;
word-break: normal;
color: #000;
}
.tg th {
font-size: 14px;
font-weight: normal;
padding: 10px 5px;
border-style: solid;
border-width: 1px;
overflow: hidden;
word-break: normal;
}
.tg .tg-kf0f {
background-color: #3166ff;
color: #000000
}
.tabela {
background: none repeat scroll 0% 0% rgb(33, 114, 179);
text-align: center;
line-height: 30px;
}
.tabela p {
text-align: center;
line-height: normal;
}
.tabela th{
border: 1px solid #000;
color: #ffffff;
}
.tabela-conteudo {
background: none repeat scroll 0% 0% rgb(229, 236, 244);
padding: 0cm;
}
.busca{padding: 9px 15px;border: 1px solid;width:  100%;padding: 8px 15px;padding: 10px 15px;border: 1px solid #fff;color: #666;background: rgba(255, 255, 255, 0);}
.busca:focus{
border: 2px solid #2172b3;
}
.barra-busca form{
position: relative;
}
.barra-busca{
background-color: #e4e4e4;
border-top: 1px solid #ccc;
padding: 10px 0;
box-sizing:  border-box;
}
.barra-busca .btn{
max-width: 100%;
position:  absolute;
margin: 0;
top: 3px;
right: 3px;
}
.barra-busca input[type="search"]{
width: 100%;
box-sizing:  border-box;
}
.barra-busca2 form{
position: relative;
}
.barra-busca2{box-sizing:  border-box;}
.barra-busca2 .btn{max-width: 100%;position:  absolute;margin: 0;top: 1px;right: 1px;font-size: 7px;}
.barra-busca2 input[type="search"]{width: 100%;box-sizing:  border-box;border-radius: 5px;padding: 6px 10px;}
.topofixo .barra-busca2{
padding: 0;
}
/* ==========================================================================BOTAO TOPO========================================================================== */
#scrollUp {bottom: 0;right: 30px;width: 50px;height: 45px;margin-bottom: -10px;padding: 10px 5px;font: 14px/20px sans-serif;text-align: center;text-decoration: none;text-shadow: 0 1px 0 #fff;color: #FFF;border-radius: 5px 5px 0 0;background-color: #2a60c2;-webkit-transition: margin-bottom 150ms linear;-moz-transition: margin-bottom 150ms linear;-o-transition: margin-bottom 150ms linear;transition: margin-bottom 150ms linear;}
#scrollUp:hover {
margin-bottom: 0;
color: #fff
}
#scrollUp-active {
display: none
}
/*========================================CSS Mobile========================================*/
@media only screen and (min-width: 959px) {
.hide-desktop{
    display: none;
}
}
/* TABLET */
@media only screen and (min-width:767px) and (max-width: 1023px) {
.wrapper {
box-sizing: border-box;
padding: 0 10px;
}
header .right a {
margin: 0px 10px;
}
header .right {
width: 100%;
text-align: center;
}
header .logo {
text-align: center;
width: 100%;
}
header .logo img {
margin-top: 10px;
}
header nav a {
padding: 10px 0px;
width: 142px;
}
article img {
max-width: 100%;
}
.gallery li {
margin: 4px;
}
.js .slicknav_menu {
display: block;
/* position: fixed; */
z-index: 11;
/* width: 100%; */
}
.js #menu {
display: none;
}
.js #menu2 {
display: none;
}
.contact-footer a {
color: white;
text-decoration: none;
}
#servicosTabsDois .nav li a {
padding: 10px;
}
.col-m-1 {
width: 8.33% !important;
}
.col-m-2 {
width: 16.66% !important;
}
.col-m-3 {
width: 25% !important;
}
.col-m-4 {
width: 33.33% !important;
}
.col-m-5 {
width: 41.66% !important;
}
.col-m-6 {
width: 50% !important;
}
.col-m-7 {
width: 58.33% !important;
}
.col-m-8 {
width: 66.66% !important;
}
.col-m-9 {
width: 75% !important;
}
.col-m-10 {
width: 83.33% !important;
}
.col-m-11 {
width: 91.66% !important;
}
.col-m-12 {
width: 100% !important;
}
.hide-tablet {
display: none;
}
.topofixo {
position: relative;
}
#header-block {
display: none !important;
}
.slider-2__caption{
    padding-top: 100px!important;
}
}
/* Mobile */
@media only screen and (max-width: 765px) {

.gallery {

    width:100%;

}
.friday-img{}
.promo-natal{
    display: flex;
    width: 100% !important;
    height: 350px;
}

.close-form {position: fixed;top: 0;right: 20px;width: 35px;height: 34px;cursor: pointer;z-index: 8040;display: block;}

div#example-async.form.form-aside.wizard {width: 100%;/* float: left; */display: none;position:  fixed;top: 0;left: -16px;z-index: 8039;height: 100vh;overflow-y: auto;}

.topofixo {
position: relative;
}
.owl-pagination {
display: none;
}
.quadro-1-preco{width: 33.33%;float: left;padding: 0;box-sizing: border-box;text-align: center;color: #fff;height: 30px;}
.quadro-2-preco{width: 33.33%;float: left;padding: 0;box-sizing: border-box;text-align: center;color: #fff;}
.quadro-3-preco{width: 33.33%;float: left;padding: 0;box-sizing: border-box;text-align: center;color: #fff;}
.step-3{margin-top: 140px;}
.preco-home{font-size: 9px;}
.especial-temporada1{
    position:  absolute;
    font-size: 8px;
    background:  #696969;
    padding: 0px 5px;
    margin:  0;
    width: 30%;
}
.alta-temporada1{
    position:  absolute;
    font-size: 8px;
    background:  #2a60c2;
    padding: 0px 5px;
    margin:  0;
    width: 33.33%;
}
.baixa-temporada1{
    position:  absolute;
    font-size: 8px;
    background: #d20000;
    padding: 0px 5px;
    margin: 0;
    width: 33.33%;
}
.apartir1{font-size: 7px;}
.txt-temporada1{
    font-size: 7px;
    text-align:  center;
}
.title-breadcrumb h1 {box-sizing: border-box;font-size: 2.5rem;text-align:  center;}
.title-breadcrumb #breadcrumb {display:  flex;justify-content:  center;font-size: 80%;margin-top: 30px;}
header .topo .social {
display: none;
}
.wrapper {box-sizing: border-box;padding: 0 10px;}
header {
/* padding-top: 54px; */
}
header .logo a {
margin: 0 auto;
}
header .logo {
width: 100%;
display: block;
text-align: center;
}
header .logo img {
margin-top: 20px;
max-width: 100%;
}
header .right {
width: 100%;
text-align: center;
}
.topo .fright {
float: none;
}
.topo {
text-align: center;
}
article {
width: 100%;
}
aside {/* width: 100% !important; *//* margin: 0 !important; */display:  none;}
.gallery li img {width: 100%;}
.gallery li {
width: 45%
}
.thumbnails li {
width: 100%;
margin: 10px 0;
}
.thumbnails {
width: 100%;
box-sizing: border-box;
padding: 10px;
}
.thumbnails img {
width: 100%;
}
footer .wrapper {
text-align: center !important
}
.copyright-footer {
text-align: center
}
footer .menu-footer nav li {
display: block;
background: rgba(0, 0, 0, 0.2);
margin: 10px 0px;
text-align: center;
padding: 10px
}
.contact-footer {
float: none
}
.copyright-footer .wrapper {
text-align: center
}
footer .social {
float: none;
width: 100%
}
.copyright-footer .selos {
float: none;
margin: 10px 0px
}
.copyright-footer .selos a {
float: none;
display: block;
width: 100%;
background: rgba(0, 0, 0, 0.2);
padding: 10px 0px;
margin: 10px 0px
}
footer .social .social-icons {
float: none;
padding: 10px 0px;
margin: 10px 0px;
width: 100%;
text-align: center
}
.contact-footer a {
color: white;
text-decoration: none;
}
.contact-footer {
margin-right: 0;
}
.js #menu {
display: none;
}
.js #menu2 {
display: none;
}
.js .slicknav_menu {
display: block;
}
#servicosTabsDois .nav li a {
padding: 8px;
font-size: 13px;
width: 100%;
}
.hide-mobile {
display: none;
}
.contact {
padding: 0;
}
.form {
width: 100%;
}
.contact-form {
float: none;
width: 100%;
}
#header-block {
display: none !important;
}
}
/*=======================================VERSAO MOBILE PARA CELULARES PEQUENOS======================================*/
@media only screen and (max-width:480px) {
[class*="col-"] {width: 100%;}
#slide-show {
height: 880px !important;
}
.card-casas{
    -webkit-transform: translateX(3px) !important;
    transform: translateX(0px) !important;
    transform: translateY(-101px) !important;
    width: 80%;
    margin-left: 4%;
}
}
/*Mobile Menu Core Style*/
.slicknav_btn {
position: relative;
display: block;
vertical-align: middle;
float: right;
padding: 0.438em 0.625em 0.438em 0.625em;
line-height: 1.125em;
cursor: pointer;
}
.slicknav_menu .slicknav_menutxt {
display: block;
line-height: 1.188em;
float: left;
}
.slicknav_menu .slicknav_icon {
float: left;
margin: 0.188em 0 0 0.438em;
}
.slicknav_menu .slicknav_no-text {
margin: 0
}
.slicknav_menu .slicknav_icon-bar {
display: block;
width: 1.125em;
height: 0.125em;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
margin-top: 0.188em
}
.slicknav_nav {
clear: both
}
.slicknav_nav ul,
.slicknav_nav li {
display: block
}
.slicknav_nav .slicknav_arrow {
font-size: 0.8em;
margin: 0 0 0 0.4em;
}
.slicknav_nav .slicknav_item {
cursor: pointer;
}
.slicknav_nav .slicknav_row {
display: block;
}
.slicknav_nav a {
display: block
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
display: inline
}
.slicknav_menu:before,
.slicknav_menu:after {
content: " ";
display: table;
}
.slicknav_menu:after {
clear: both
}
/*User Default StyleChange the following styles to modify the appearance of the menu.*/
.slicknav_menu {
font-size: 16px;
}
/* Button */
.slicknav_btn {
margin: 5px 5px 6px;
text-decoration: none;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
background-color: #222222;
}
/* Button Text */
.slicknav_menu .slicknav_menutxt {
color: #FFF;
font-weight: bold;
text-shadow: 0 1px 3px #000;
}
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
background-color: #f5f5f5;
}
.slicknav_menu {background: #57585a;padding: 5px;}
.slicknav_nav {
color: #fff;
margin: 0;
padding: 0;
font-size: 0.875em;
}
.slicknav_nav,
.slicknav_nav ul {
list-style: none;
overflow: hidden;
}
.slicknav_nav ul {
padding: 0;
margin: 0 0 0 20px;
}
.slicknav_nav .slicknav_row {
padding: 5px 10px;
margin: 2px 5px;
}
.slicknav_nav a {
padding: 5px 10px;
margin: 2px 5px;
text-decoration: none;
color: #fff;
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
padding: 0;
margin: 0;
}
.slicknav_nav .slicknav_row:hover {
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
background: #ccc;
color: #fff;
}
.slicknav_nav a:hover {
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
background: #ccc;
color: #222;
}
.slicknav_nav .slicknav_txtnode {
margin-left: 15px;
}

[class^="hvr-"] {cursor: pointer;text-decoration: none;color: #666;-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}

.hvr-underline {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
position: relative;
overflow: hidden;
}

.hvr-underline:before {content: "";position: absolute;z-index: -1;left: 51%;right: 51%;bottom: 0;background: #2a60c2;height: 3px;-webkit-transition-property: left, right;transition-property: left, right;-webkit-transition-duration: 0.3s;transition-duration: 0.3s;-webkit-transition-timing-function: ease-out;transition-timing-function: ease-out;}

.hvr-underline:hover:before, .hvr-underline:focus:before, .hvr-underline:active:before {
left: 0;
right: 0;
}

/* Style the search field */
form.busca-topo input[type=text] {
  padding: 5px 8px;
  font-size: 14px;
  border: 1px solid white;
  float: left;
  background: none;
  border-radius: 5px;
  color:  #fff;
}

/* Style the submit button */
form.busca-topo button {
  float: left;
  color: white;
  font-size: 14px;
  border-left: none; /* Prevent double borders */
  cursor: pointer;
  background:  none;
  padding-top:  7px;
  padding-left: 10px;
}

form.busca-topo button:hover {
  background: #0b7dda;
}

/* Clear floats */
form.busca-topo::after {
  content: "";
  clear: both;
  display: table;
}

form.busca-topo input{
  color: #fff;
}

.topo span{
    padding-top: 7px;
    color:  #fff;
}

.block-title {
    font-weight: bold;
    margin: 0 0 25px;
    position: relative;
    text-align: center;
    line-height: 1.2;
    padding-bottom: 25px;
    color: #3f3f3f;
}

.block-title:after {
    content: "";
    height: 0px;
    width: 100px;
    position: absolute;
    bottom: -2px;
    left: 50%;
    margin-left: -45px;
    border-bottom: 9px solid #ffffff;
}

.block-blue {
    position: relative;
    text-align: center;
    line-height: 1.2;
    text-transform:  uppercase;
    padding-bottom: 15px;
}

.block-blue:after {
    content: "";
    height: 0px;
    width: 100px;
    position: absolute;
    bottom: -2px;
    left: 50%;
    margin-left: -45px;
    border-bottom: 9px solid #2a60c2;
}

.block-white {
    position: relative;
    text-align: center;
    line-height: 1.2;
    padding-bottom: 15px;
}

.block-white:after {
    content: "";
    height: 0px;
    width: 100px;
    position: absolute;
    bottom: -2px;
    left: 50%;
    margin-left: -45px;
    border-bottom: 9px solid #fff;
}

.blue{
    color: #2a60c2;
    text-transform:  uppercase;
    margin-bottom:  0;
}

.thumbnails-informacoes{
    background: #ffffff;
    box-sizing:  border-box;
    /* padding: 7px 0; */
    /* display:  inline-block; */
    position:  relative;
}

.thumbnails-informacoes h3{
    font-size: 19px;
    margin: 0;
    color: #333;
    font-weight:  bold;
}

.thumbnails-informacoes p{
    font-size: 9px;
    margin: 0;
    color: #040404;
    text-align:  center;
}

.icone-thumbnails{width: 33.33%;float: left;padding: 16px;box-sizing: border-box;text-align:  center;color: #555;}

.bg-depoimentos{
    background: url(../imagens/img.webp);
    padding: 70px 50px;
    height: auto;
    box-sizing:  border-box;
}

.bg-depoimentos h3{
    color: #fff;
}

.bg-depoimentos p{
    color: #fff;
}

.video-depoimentos{
    width: 100%;
    height: 250px;
}

.depoimentos h3{
    font-size: 15px;
}

.depoimentos p{
    font-style: italic;
}

.depoimentos img{
    height: 300px;
    object-fit: cover;
    width: 100%;
    object-position:  bottom;
}

.fa-footer{
    color: #2a60c2;
}

.copyright-footer a, span{
    /* margin-left: 10px; */
}

.logo-footer{
    display: flex;
    justify-content: center;
    margin: 70px 0;
}

.logo-footer img{height: 80px;}

.busca-topo input::placeholder { color: #fff; font-size: 0.6em; }

.grey {
    color: #cecece;
}

.form-search {
    float: left;
    width: 100%;
    background: #424242;
    padding-top: 30px;
    padding-bottom:  30px;
    margin-bottom: 50px;
    display: none;
}

.form-search input, .form-search textarea, .form-search select {
    width: 100%;
    margin: 10px 0 4px 0;
    padding: 8px 5px;
    border: solid 2px #2a60c2;
    font-size: 16px;
    box-sizing: border-box;
    border-radius: 14px;
    color: #c7c7c7;
    background: none;
    text-align:  center;
    min-height: 45px;
}

.form-search .ir {
    background: #2a60c2;
    padding: 10px 18px;
    color: #fff;
    cursor: pointer;
    border-radius: 20px;
    width: auto;
    transition: all 300ms ease-in-out;
    text-transform: uppercase;
    border:  0;
    max-width: 100%;
}

.form-search .ir:hover {
    background: #3779ff;
    color: #ffffff;
    border: 0;
}

.form-search label {
    width: 185px;
    font-weight: bold;
    padding-right: 5px;
    font-size: 13px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    color: #e0e0e0;
}

.bg-search{
    background: #424242;
    background-color:  #fff;
}

.card-casas{
    padding: 20px 23px;
    box-shadow: 0px 0px 11px #cccccc;
    background-color: #fff;
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px);
    /* margin-left: 41%; */
    /* width: 80%; */
}

.card-casas h2 {
    font-size: 1.5rem;
    text-decoration: none;
    margin: 5px 0;
    color: #2a60c2;
    font-weight: normal;
    font-weight: bold;
}

.card-casas p {
    font-size: 14px;
    text-align: justify;
    margin: 0.5em 0 !important;
}

.card-casas .btn {
    text-decoration: none;
    color: #555555;
    background: #ffffff;
    padding: 10px 15px;
    margin: 10px auto;
    font-size: 13px;
    display: inline-block;
    transition: .3s;
    border: 1px solid #2a60c2;
}

.card-casas .btn:hover {
    background: #2a60c2;
    color: #fff;
}

.img-casas img{
    height: 350px;
    object-fit:  cover;
    width: 100%;
    margin: 20px 0;
}

.card-center{
    display: flex;
    align-items: center;
    min-height: 415px;
}

/*SLIDER INDEX*/
.slider {
  height: 600px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* margin: 50px 0; */
}
.slider__nav {
  width: 12px;
  height: 12px;
  margin: 2rem 12px;
  border-radius: 50%;
  z-index: 10;
  /* outline: 6px solid #ccc; */
  /* outline-offset: -6px; */
  box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #ffffff;
}
.slider__nav:checked {
  -webkit-animation: check 0.4s linear forwards;
          animation: check 0.4s linear forwards;
          background:#2a60c2;
}
.slider__nav:checked:nth-of-type(1) ~ .slider__inner {
  left: 0%;
}
.slider__nav:checked:nth-of-type(2) ~ .slider__inner {
  left: -100%;
}
.slider__nav:checked:nth-of-type(3) ~ .slider__inner {
  left: -200%;
}
.slider__nav:checked:nth-of-type(4) ~ .slider__inner {
  left: -300%;
}
.slider__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 400%;
  height: 100%;
  -webkit-transition: left 0.4s;
  transition: left 0.2s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  padding: 79px 0;
}
@media only screen and (max-width:1024px) {
.slider__inner {
  padding-top: 0px;
}
}

/*SLIDER INDEX*/
.slider-2 {
  height: 450px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 50px 0px 0 0;
}
.slider-2__nav {
  width: 12px;
  height: 12px;
  margin: 2rem 12px;
  border-radius: 50%;
  z-index: 10;
  /* outline: 6px solid #ccc; */
  /* outline-offset: -6px; */
  box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #ffffff;
}
.slider-2__nav:checked {
  -webkit-animation: check 0.4s linear forwards;
          animation: check 0.4s linear forwards;
          background:#2a60c2;
}
.slider-2__nav:checked:nth-of-type(1) ~ .slider-2__inner {
  left: 0%;
}
.slider-2__nav:checked:nth-of-type(2) ~ .slider-2__inner {
  left: -100%;
}
.slider-2__nav:checked:nth-of-type(3) ~ .slider-2__inner {
  left: -200%;
}
.slider-2__nav:checked:nth-of-type(4) ~ .slider-2__inner {
  left: -300%;
}
.slider-2__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  -webkit-transition: left 0.4s;
  transition: left 0.2s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.slider-2__contents {
  height: 600px;
  padding: 2rem;
  text-align: center;
  padding-top: 60px;
}


.bg-slider-1 {
    background: url(../imagens/bg-01.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
}

.bg-slider-2 {
    background: url(../imagens/bg-02.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
}
.bg-slider-3 {
    background: url(../imagens/bg-03.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
}

.bg-slider-4 {
    background: url(../imagens/bg-04.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
}
.bg-slider-5 {
    background: url(../imagens/bg-inf-01.webp) no-repeat;
    background-size: cover;
    width: 100%;
}

.bg-slider-6{
    background: url(../imagens/bg-inf-02.webp) no-repeat;
    background-size: cover;
    width: 100%;
}
.bg-slider-7 {
    background: url(../imagens/bg-inf-04.webp) no-repeat;
    background-size: cover;
    width: 100%;
}

.bg-slider-8 {
    background: url(../imagens/bg-inf-04.webp) no-repeat;
    background-size: cover;
    width: 100%;
}
@media only screen and (min-width: 1023px) {
.bg-slider-1 {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-slider-2 {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-slider-3 {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-slider-4 {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-slider-5 {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 0;
    height: 96vh;
}

.bg-slider-6{
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 3px;
    padding-bottom: 0;
    height: 95vh;
}
.bg-slider-7 {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 5px;
    padding-bottom: 0;
    height: 91vh;
}

.bg-slider-8 {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 8px;
    padding-bottom: 0;
    height: 85vh;
}
.slider-2__contents .bg-slider-5 .button-home{
}
.slider-2__txt {
    font-size: 1rem;
    height: 0px;
}
.title-breadcrumb{
    width: 100%;
    padding-top: 160px!important;
}
.thumb-preco {
    display:none!important;
}
}
@media only screen and (min-width:320px) and (max-width: 812px) {

h2 .block-blue .depoimentos {

display:none;

}

.slider__caption {
    padding-top: 40px!important;
}
.textos-slide {
    margin: 0;
    flex-direction:  column;
}
.slider-2__contents {
    height: 1000px;
    padding: 0 2rem;
}
.slider-2__caption {
    margin-bottom: 0px!important;
    padding-top: 20px!important;
    margin: 0px!important;
    font-size: 1.5rem;
}
.slider{
    height: 950px;
}
.slider__caption {
  font-size: 16px;
  margin-bottom: 0;
}
}

.slider__image {
  font-size: 2.7rem;
  color: #2196F3;
}
.slider__caption {
  font-weight: 500;
  margin: 1rem 0 2rem;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.82);
  text-transform: uppercase;
  color:  #fff;
  font-weight:  bold;
  font-size: 2em;
  padding-top: 110px;
  margin-bottom: 60px;
}
.slider__txt {
  color: #fff;
  max-width: 70%;
  font-size: 1.1rem;
  text-align: initial;
  padding-left: 22%;
  margin: 1.5em 0;
}

.slider-p {
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
}

.slider-num{
    padding: 1px 8px;
    font-size: 1.2rem;
    border: 1px solid #fff;
    margin-right: 5px;
    font-weight:  bold;
}
.slider-2__image {
  font-size: 2.7rem;
      color: #2196F3;
}
.slider-2__caption {
  font-weight: 500;
  margin: 2rem 0 1rem;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.82);
  text-transform: uppercase;
  color:  #fff;
  font-weight:  bold;
  }
.slider-2__txt {
  color: #fff;
  max-width: 80%;
  margin: 1em 0 1em;
  float:  left;
  line-height: 35px;
  vertical-align: middle;
  display: initial;
}

.slider-2-p {
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
}

.slider-2-num{
    padding: 8px 10px;
    font-size: 1.3rem;
    border: 1px solid #fff;
    margin-right: 5px;
    font-weight:  bold;
    /* float:  left; */
}
/*FIM SLIDER INDEX*/

.form-aside {
    width: 93%;
    padding: 10px;
    border: 1px solid;
    box-shadow: 0px 0px 10px #cccccc;
    background: #fff;
    border: 1px solid #ccc;
    float: right;
}
.form-aside input, .form-aside textarea, .form-aside select {
    width: 100%;
    margin: 10px 0 4px 0;
    padding: 8px 5px;
    font-size: 16px;
    box-sizing: border-box;
}

.form-aside .ir {
    border: solid 1px #2a60c2;
    background: #2a60c2;
    padding: 10px 18px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    width: 100%;
    max-width: 300px;
    transition: all 300ms ease-in-out;
    font-size:  23px;
    font-weight:  bold;
}

.form-aside h2{
    font-size: 33px;
    text-transform:  initial;
    font-weight:  bold;
}

.form-aside label {
    width: auto;
    font-weight: bold;
    padding-right: 5px;
    font-size: 13px;
    display: table-cell;
    vertical-align: middle;
    text-transform: initial;
    padding-top: 2px;
    color: #2a60c2;
}

.form-aside .fas{
    color: #545454;
}

/*SCROLL ASIDE*/

::-webkit-scrollbar-track {
    background-color: #e8e8e8;
}
::-webkit-scrollbar {
    width: 8px;
    background: #e8e8e8;
}
::-webkit-scrollbar-thumb {
    background: #2a60c2;
}

/*END SCROLL ASIDE*/
@media only screen and (max-width: 765px) {.baixa-temporada{
    width: 31% !important;
}}
@media only screen and (max-width: 765px) {.alta-temporada{
    width: 31% !important;
}}
@media only screen and (max-width: 765px) {.especial-temporada{
    width: 31% !important;
}}

.temporada{
    color: #fff;
    font-size: 10px;
    border-radius: 3px;
}

.baixa-temporada{
    background: #d20000;
    padding: 2px 0 0 0;
    font-size: 16px;
    margin: 0 10px 0 0;
    text-align:  center;
    width:  15%;
    height:  50px;
    box-shadow: 0px 0px 10px #cccccc;
}

.especial-temporada{
    background: #696969;
    padding: 2px 0 0 0;
    font-size: 16px;
    height:  50px;
    margin: 0 0 0 0;
    text-align:  center;
    width:  15%;
    box-shadow: 0px 0px 10px #cccccc;
}

.alta-temporada{
    background: #2a60c2;
    padding: 2px 0 0 0;
    font-size: 16px;
    margin: 0 10px 0 0;
    text-align:  center;
    height: 50px;
    width: 15%;
    box-shadow: 0px 0px 10px #cccccc;
}

.preco-alta{
    font-size: 13px;
}

.preco-baixa{
    font-size: 13px;
}
/*====================================== Contato ======================== */
#fundo-contato{
    width: 80%;
    height: 119px;
    display: flex;
    bottom: 0;
    margin-left: 91px;
    margin-top: 12px;
    margin-right: 90px;
    margin-bottom: 10px;
    background: url(../imagens/contato-img.jpg)no-repeat center center;
    background-size: cover;
    justify-content: center;
    -webkit-background-size: cover;
}
@media only screen and (max-width: 1024px) {
#fundo-contato{
    max-width: 100%;
    margin-bottom: 10px;
    margin-left: 35px;
}
}
.contato-formulario{
    max-width: 100%
}
/*====================================== thumbs instagram ======================== */
.depoInsta {border: 1px solid #ccc;padding: 0;background: #fff;border-radius: 6px;-webkit-box-shadow: 0px 1px 5px 1px rgba(153,153,153,1);-moz-box-shadow: 0px 1px 5px 1px rgba(153,153,153,1);box-shadow: 0px 1px 5px 1px rgb(222, 222, 222);min-height: 490px;margin: 30px auto;}
.depoInsta p {padding: 0 0px;margin: 0.5em 0px;margin-bottom: 15px;text-align:  center;color: #444;}
.depoInsta h3 {padding: 0 0px;margin: 0.5em 0px;margin-bottom: 15px;text-align:  center;color: #2a60c2;}
.depoInsta .icones-insta {width:23px;height: 22px;padding: 16px;}
.icones-insta-div {
display:inline-flex;
justify-content:flex-start;
}
.contato-fone{
}

.icones-insta:last-child {display:  block;align-self: flex-end;}
.alingDepo {
   display:  flex;
   justify-content: space-around;
   /* margin: 40px; */
}
    .desktop-info {

          display: block;

    }
    .mobile-info {
     display: none;
}

@media only screen and (min-width:320px) and (max-width: 1024px) {

.icon-master{

    width:100%

}
h2.block-blue.depoimentos {
    display:none;
}

h2.block-blue.visao {

display:block;

}

h2.block-blue-mobile {
    
    display: block; 

}


    .desktop-info {display: none;}
    .mobile-info {
     display: block;
}

    .mobile {
        display: flex;
        position: fixed;
        background-color: #f98100;
        width: 100%;
        height: 60px;
        z-index: 999;
        bottom: 0;
        left: 0px;
        flex-direction: row;
    }
    .mobile p {
        text-align: center;
        color: #fff;
        font-size: 17px;
        margin-left: 29px;
        text-transform:  uppercase;
    }

    .mobile i {
        font-size: 43px;
        color:  #fff;
        margin-right:  10px;
    }

.custom-mobile {

display: block;

}

.gallery-mobile {


display: block;

}


.divisao-quemsomos{
    flex-direction: column;
}

.alingDepo {flex-direction:  column;width: 500px;max-width: 100%;}

.icones-insta {
    margin-left: -18px;
    justify-content:start;
    margin: 1px;
}
 .fim {

    display: flex;
 }

.copyFooter{

    display: flex;
    flex-direction: column;
}}

.fim {/* display: flex; */border-top: solid 1px #f3f3f3;}
.copyFooter{display: flex;flex-direction: column;text-align:  center;}
.itens-form {margin: 2px;padding: 5px;display: flex;justify-content: space-between;}
.itens-form h6 {margin: 0;}
.itens-form p {margin: 0;    }
.cd-slider-nav i {margin-left:31px;}
.figure2 {justify-content: flex-start}
.titulo-lista{font-size: 25px;text-transform:  uppercase;padding: 13px 5px 5px;border-bottom: solid 2px #dc6b0e;border-top: solid 3px #dc6b0e;background: #ffdcbf;}
.aside-mpi li{border-bottom: 1px solid #dc6b0e;}
.cd-hero{position:relative;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-position:center center;background-repeat:no-repeat;background-size:cover}
.cd-hero-slider{position:relative;height:360px;overflow:hidden}
.cd-hero-slider li{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%);transform:translateX(100%)}
.cd-hero-slider li.selected{position:relative;-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}
.cd-hero-slider li.move-left{-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translateX(-100%)}
.cd-hero-slider li.is-moving,.cd-hero-slider li.selected{-webkit-transition:-webkit-transform .5s;-moz-transition:-moz-transform .5s;transition:transform .5s}
@media only screen and (min-width:768px)
{.cd-hero-slider{height:400px}}@media only screen and (min-width:1170px){.cd-hero-slider{height:750px}}
.cd-hero-slider li {background-position: center center; background-size: cover; background-repeat: no-repeat;}
.cd-hero-slider li:first-of-type {background-image: url(../imagens/bg-01.jpg); background-position: center center;background-size: cover;background-repeat: no-repeat;}
.cd-hero-slider li:nth-of-type(2) {background-image: url(../imagens/bg-02.jpg);background-position: center center;background-size: cover;background-repeat: no-repeat;}
.cd-hero-slider li:nth-of-type(3) {background-image: url(../imagens/bg-03.jpg);background-position: center center;background-size: cover;background-repeat: no-repeat;}
.cd-hero-slider li:nth-of-type(4) {background-image: url(../imagens/bg-04.jpg);
background-position: center center;background-size: cover;background-repeat: no-repeat; }
.cd-hero-slider li:nth-of-type(5) {
/* background-color: #2c343b;
background-position: center center;background-size: cover;background-repeat: no-repeat; */
}
.cd-hero-slider .cd-full-width,.cd-hero-slider .cd-half-width{position:absolute;width:100%;max-width:980px;box-sizing:border-box;padding:100px 10px 0;height:100%;z-index:1;left:0;right:0;margin:0 auto;top:0;text-align:center;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}.cd-hero-slider .cd-img-container{display:none}.cd-hero-slider .cd-img-container img{position:absolute;left:50%;top:50%;bottom:auto;right:auto;-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);-o-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.cd-hero-slider .cd-bg-video-wrapper{display:none;position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.cd-hero-slider .cd-bg-video-wrapper video{display:block;min-height:100%;min-width:100%;max-width:none;height:auto;width:auto;position:absolute;left:50%;top:50%;bottom:auto;right:auto;-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);-o-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.cd-hero-slider h2,.cd-hero-slider p{line-height:1.2;margin:0;text-shadow:2px 2px 2px #000;color:#fff;width:75%}.cd-hero-slider h2{font-size:2.4rem}.cd-hero-slider p{font-size:1.4rem;line-height:1.4}.cd-hero-slider .cd-btn{text-decoration:none;display:inline-block;padding: 0.6em 3.4em;margin-top:.8em;background-color:#dc6b0e;font-size:1.3rem;font-weight:700;border-radius:2px;letter-spacing:1px;cursor:pointer;color:#fff;box-shadow:0 3px 6px rgba(0,0,0,.1);-webkit-transition:background-color .2s;-moz-transition:background-color .2s;transition:background-color .2s;}.cd-hero-slider .cd-btn.secondary{background-color:rgba(22,26,30,.8)}.cd-hero-slider .cd-btn:nth-of-type(2){margin-left:1em}.no-touch .cd-hero-slider .cd-btn:hover{background-color:#b3570b}.no-touch .cd-hero-slider .cd-btn.secondary:hover{background-color:#161a1e}@media only screen and (max-width:767px){.cd-hero img,.cd-slider-nav{display:none}.cd-hero-slider .cd-full-width,.cd-hero-slider .cd-half-width{padding-top:60px}.cd-hero-slider p{width:100%;font-size:14px}.cd-hero-slider h2{margin:10px 0;width:100%;font-size:16px}.cd-hero-slider .cd-btn{float:none}}@media only screen and (min-width:768px){.cd-hero-slider .cd-bg-video-wrapper,.cd-hero-slider .cd-img-container{display:block}.cd-hero-slider .cd-full-width,.cd-hero-slider .cd-half-width{padding-top:14%}.cd-hero-slider .cd-half-width{width:45%}.cd-hero-slider .cd-half-width:first-of-type{left:5%}.cd-hero-slider .cd-half-width:nth-of-type(2){right:5%;left:auto}.cd-hero-slider h2,.cd-hero-slider p{width:75%;font-size:15px}.cd-hero-slider h2{font-size:1.2em;font-weight:700;text-align:left}.cd-hero-slider .cd-btn{font-size:1rem}.title-main h1{margin-top:114px;margin-left:92px}}
@media only screen and (min-width:1170px){.cd-hero-slider .cd-full-width,.cd-hero-slider .cd-half-width{padding-top:250px}.cd-hero-slider h2,.cd-hero-slider p{margin-bottom:20px}.cd-hero-slider h2{font-size:1.6em}.cd-hero-slider p{font-size:1.2rem}}
.cd-slider-nav{position:absolute;width:100%;bottom:0;z-index:2;text-align:center;height:55px;/* background-color:rgba(0,1,1,.5) */}.cd-slider-nav nav{display:inline-block;position:relative}.cd-slider-nav .cd-marker{position:absolute;bottom:0;left:0;width:60px;height:100%;color:#dc6b0e;/* background-color:#fff; *//* box-shadow:inset 0 2px 0 currentColor; */-webkit-transition:-webkit-transform .2s,box-shadow .2s;-moz-transition:-moz-transform .2s,box-shadow .2s;transition:transform .2s,box-shadow .2s;}.cd-slider-nav .cd-marker.item-2{-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%);transform:translateX(100%)}.cd-slider-nav .cd-marker.item-3{-webkit-transform:translateX(200%);-moz-transform:translateX(200%);-ms-transform:translateX(200%);-o-transform:translateX(200%);transform:translateX(200%)}.cd-slider-nav .cd-marker.item-4{-webkit-transform:translateX(300%);-moz-transform:translateX(300%);-ms-transform:translateX(300%);-o-transform:translateX(300%);transform:translateX(300%)}.cd-slider-nav .cd-marker.item-5{-webkit-transform:translateX(400%);-moz-transform:translateX(400%);-ms-transform:translateX(400%);-o-transform:translateX(400%);transform:translateX(400%)}.cd-slider-nav ul::after{clear:both;content:"";display:table}.cd-slider-nav li{display:inline-block;width:60px;float:left}.cd-slider-nav li.selected a{color:#dc6b0e}.no-touch .cd-slider-nav li.selected a:hover{background-color:transparent}.cd-slider-nav a{display:block;position:relative;padding-top:35px;font-size:1rem;font-weight:700;color:#a8b4be;-webkit-transition:background-color .2s;-moz-transition:background-color .2s;transition:background-color .2s}.no-touch .cd-slider-nav a:hover{/* background-color:rgba(0,1,1,.5); */padding-bottom:5px;}.cd-slider-nav li:first-of-type a::before{background-position:0 0}.cd-slider-nav li.selected:first-of-type a::before{background-position:0 -24px}.cd-slider-nav li:nth-of-type(2) a::before{background-position:-24px 0}.cd-slider-nav li.selected:nth-of-type(2) a::before{background-position:-24px -24px}.cd-slider-nav li:nth-of-type(3) a::before{background-position:-48px 0}.cd-slider-nav li.selected:nth-of-type(3) a::before{background-position:-48px -24px}.cd-slider-nav li:nth-of-type(4) a::before{background-position:-72px 0}.cd-slider-nav li.selected:nth-of-type(4) a::before{background-position:-72px -24px}.cd-slider-nav li:nth-of-type(5) a::before{background-position:-96px 0}.cd-slider-nav li.selected:nth-of-type(5) a::before{background-position:-96px -24px}@media only screen and (min-width:768px){.cd-slider-nav{height:60px}.cd-slider-nav .cd-marker,.cd-slider-nav li{width:80px}.cd-slider-nav a{padding-top:20px;height:34px;padding-bottom:6px;font-size:1.1rem;text-transform:uppercase}.cd-slider-nav a::before{top:18px}}
.cd-main-content{width:90%;max-width:768px;margin:0 auto;padding:2em 0}.cd-main-content p{font-size:1.4rem;line-height:1.8;color:#999;margin:2em 0}@media only screen and (min-width:1170px){.cd-main-content{padding:3em 0}.cd-main-content p{font-size:1.6rem}}.no-js .cd-hero-slider li{display:none}.no-js .cd-hero-slider li.selected{display:block}
.selos{
    float:  left;
    font-size: 10px;
}
.selos a{color:#fff}
.selos span{color:#fff;}
.w3c{text-align: right}
.w3c a{color:#fff}

/*====================================== gallery mobile ==============================*/

.custom-mobile {display: none;}
.gallery-mobile {display: none;}

/* ======================== depoimentos-home =========================================*/

.depoimentos {display:block;}
.visao {display:none;}
.block-blue-mobile {display: none;}

/*=================================== New Features =====================================*/

div.preco-home div.grid {width: 100%;display: flex;flex-direction: row;}
.wrappermpi {width: 100%;max-width: 75vw;margin: 30px auto;}
.wrappermpi p{line-height: 23px;}
#navid{transition: 0.5s ease-in;}
#btninfo{background: #2172b3;padding: 5px;color: #fff;text-align: center}

.closefrom{
    position: absolute;
    top: 0px;
    right: 39px;
}
#modalform {background-color: #fefefe;margin: auto;/* position: fixed; */border: 1px solid #888;width: 40%;border-radius: 12px;padding: 70px 70px;display: none;/* top: 0; */z-index: 999999999999999;}

#modalform form{
margin-top: 25px;
}
#modalform h2{
    width: 70%;
    text-align: center;
    margin: auto;
    margin-top: 11px;
}
#modalform input, #modalform select, #modalform textarea{
    /* display: block; */
    border: none;
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
    border-bottom: 1px solid #ccc;
    margin: 5px 0;
}

#modalform input {

padding:5px 30px;

}
#modalform i {
    margin: 5px;
    font-size:20px;
}

#modalform label{
    display: flex;
    align-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
    margin: 20px 0;
}

#modalform .ir{
    margin: 20px auto;
    transition: .3s;
}

#modalform .ir:hover{
background: #2172b3;
color: #fff;
}
#modalform .obrigatorio{
font-size: 12px;
}

#idealsweet{
     display: block;
     position: fixed;
     top: 0;
     left: 0;
     background: rgba(51, 51, 51, 0.73);
     width: 100%;
     z-index: 999999999;
     height: 100%;
}
.idealsweet{
     width: 40%;
     background: #fff;
     margin: 82px auto;
     border-radius: 20px;
     height: 50%;
     padding: 39px;
     position: relative;
}

 .close-sweet{
     position: absolute;
    top: 5%;
    right: 5%;
}
 .icon-sweet{
     text-align: center;
     font-size: 6rem;
     margin: 17px auto;
     color: #29ca29;
     /* transform: translateY(-13px); */
}
 .msg-sweet{
     text-align: center;
     font-size: 2.0rem;
     margin-top: 6px;
     color: #147cea;
     font-weight: bold;
}
 .msg2-sweet{
     height: 20%;
     padding: 5px 0px;
     text-align: center;
}
 .btn-sweet{
     background: #147cea;
     padding: 10px 27px;
     width: fit-content;
     margin: auto;
     margin-bottom: 24px;
     color: #ffffff;
     transition: .2s;
     border-radius: 5px;
}
 .btn-sweet:hover{
     cursor: pointer;
    background: #ff4500;
}
 .next_attention--move {
     -webkit-animation: kf_pagebtn_attention 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s ;
     -moz-animation: kf_pagebtn_attention 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s ;
     -o-animation: kf_pagebtn_attention 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s ;
     -ms-animation: kf_pagebtn_attention 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s ;
     animation: kf_pagebtn_attention 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s ;
}
 @-moz-keyframes kf_pagebtn_attention {
     0% {
         -webkit-transform: scale(0.1);
         -moz-transform: scale(0.1);
         -o-transform: scale(0.1);
         -ms-transform: scale(0.1);
         transform: scale(0.1);
         opacity: 0.01;
         -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
         filter: alpha(opacity=75);
    }
     100% {
         -webkit-transform: scale(1.0);
         -moz-transform: scale(1.0);
         -o-transform: scale(1.0);
         -ms-transform: scale(1.0);
         transform: scale(1.0);
         opacity: 1;
         -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
         filter: alpha(opacity=0);
    }
}
 @-webkit-keyframes kf_pagebtn_attention {
     0% {
         -webkit-transform: scale(0.1);
         -moz-transform: scale(0.1);
         -o-transform: scale(0.1);
         -ms-transform: scale(0.1);
         transform: scale(0.1);
         opacity: 0.01;
         -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
         filter: alpha(opacity=75);
    }
     100% {
         -webkit-transform: scale(1.0);
         -moz-transform: scale(1.0);
         -o-transform: scale(1.0);
         -ms-transform: scale(1.0);
         transform: scale(1.0);
         opacity: 1;
         -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
         filter: alpha(opacity=0);
    }
}
 @-o-keyframes kf_pagebtn_attention {
     0% {
         -webkit-transform: scale(0.1);
         -moz-transform: scale(0.1);
         -o-transform: scale(0.1);
         -ms-transform: scale(0.1);
         transform: scale(0.1);
         opacity: 0.01;
         -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
         filter: alpha(opacity=75);
    }
     100% {
         -webkit-transform: scale(1.0);
         -moz-transform: scale(1.0);
         -o-transform: scale(1.0);
         -ms-transform: scale(1.0);
         transform: scale(1.0);
         opacity: 1;
         -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
         filter: alpha(opacity=0);
    }
}
 @keyframes kf_pagebtn_attention {
     0% {
         -webkit-transform: scale(0.1);
         -moz-transform: scale(0.1);
         -o-transform: scale(0.1);
         -ms-transform: scale(0.1);
         transform: scale(0.1);
         opacity: 0.01;
         -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
         filter: alpha(opacity=75);
    }
     100% {
         -webkit-transform: scale(1.0);
         -moz-transform: scale(1.0);
         -o-transform: scale(1.0);
         -ms-transform: scale(1.0);
         transform: scale(1.0);
         opacity: 1;
         -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
         filter: alpha(opacity=0);
    }
}
 @media only screen and (max-width: 760px){
     #idealsweet{
         display: block;
         position: fixed;
         top: 0;
         background: rgba(51, 51, 51, 0.73);
         width: 100%;
         height: 100%;
         z-index: 9999999999999;
    }
     .idealsweet{
         width: 59%;
         height: 60%;
         margin: 110px auto;
    }
     .close-sweet{
         position: absolute;
        top: 5%;
        right: 5%;
    }
     .icon-sweet{
         font-size: 5rem;
         transform: translateY(-21px);
         margin: 0;
    }
     .msg-sweet{
         margin-top: 7px;
         transform: translateY(-21px);
    }
     .msg2-sweet{
         transform: translateY(-21px);
    }
     .btn-sweet{
         transform: translateY(-21px);
    }
     .btn-sweet:hover{
         cursor: pointer;
        background: #ff4500;
    }
     .next_attention--move {
         -webkit-animation: kf_pagebtn_attention 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s ;
         -moz-animation: kf_pagebtn_attention 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s ;
         -o-animation: kf_pagebtn_attention 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s ;
         -ms-animation: kf_pagebtn_attention 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s ;
         animation: kf_pagebtn_attention 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s ;
    }
     @-moz-keyframes kf_pagebtn_attention {
         0% {
             -webkit-transform: scale(0.1);
             -moz-transform: scale(0.1);
             -o-transform: scale(0.1);
             -ms-transform: scale(0.1);
             transform: scale(0.1);
             opacity: 0.01;
             -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
             filter: alpha(opacity=75);
        }
         100% {
             -webkit-transform: scale(1.0);
             -moz-transform: scale(1.0);
             -o-transform: scale(1.0);
             -ms-transform: scale(1.0);
             transform: scale(1.0);
             opacity: 1;
             -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
             filter: alpha(opacity=0);
        }
    }
     @-webkit-keyframes kf_pagebtn_attention {
         0% {
             -webkit-transform: scale(0.1);
             -moz-transform: scale(0.1);
             -o-transform: scale(0.1);
             -ms-transform: scale(0.1);
             transform: scale(0.1);
             opacity: 0.01;
             -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
             filter: alpha(opacity=75);
        }
         100% {
             -webkit-transform: scale(1.0);
             -moz-transform: scale(1.0);
             -o-transform: scale(1.0);
             -ms-transform: scale(1.0);
             transform: scale(1.0);
             opacity: 1;
             -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
             filter: alpha(opacity=0);
        }
    }
     @-o-keyframes kf_pagebtn_attention {
         0% {
             -webkit-transform: scale(0.1);
             -moz-transform: scale(0.1);
             -o-transform: scale(0.1);
             -ms-transform: scale(0.1);
             transform: scale(0.1);
             opacity: 0.01;
             -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
             filter: alpha(opacity=75);
        }
         100% {
             -webkit-transform: scale(1.0);
             -moz-transform: scale(1.0);
             -o-transform: scale(1.0);
             -ms-transform: scale(1.0);
             transform: scale(1.0);
             opacity: 1;
             -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
             filter: alpha(opacity=0);
        }
    }
     @keyframes kf_pagebtn_attention {
         0% {
             -webkit-transform: scale(0.1);
             -moz-transform: scale(0.1);
             -o-transform: scale(0.1);
             -ms-transform: scale(0.1);
             transform: scale(0.1);
             opacity: 0.01;
             -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
             filter: alpha(opacity=75);
        }
         100% {
             -webkit-transform: scale(1.0);
             -moz-transform: scale(1.0);
             -o-transform: scale(1.0);
             -ms-transform: scale(1.0);
             transform: scale(1.0);
             opacity: 1;
             -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
             filter: alpha(opacity=0);
        }
    }
}
.loading:after {
 content: ' .';
 animation: dots 1s steps(5, end) infinite;}

@keyframes dots {
 0%, 20% {
   color: rgba(0,0,0,0);
   text-shadow:
     .25em 0 0 rgba(0,0,0,0),
     .5em 0 0 rgba(0,0,0,0);}
 40% {
   color: white;
   text-shadow:
     .25em 0 0 rgba(0,0,0,0),
     .5em 0 0 rgba(0,0,0,0);}
 60% {
   text-shadow:
     .25em 0 0 white,
     .5em 0 0 rgba(0,0,0,0);}
 80%, 100% {
   text-shadow:
     .25em 0 0 white,
     .5em 0 0 white;}}




















     
@media only screen and (max-width: 765px) {
#modalform{/* width: 100%; *//* padding: 24px; *//* position: fixed; *//* top: 0; */}
#modalform {background-color: #fefefe;margin: auto;position: fixed;border: none;width: 100%;height: 100%;border-radius: 0;padding: 1px;display: none;top: 0px;left: 0px;/* margin: auto; */overflow: auto;}
#modalform form{margin-top: 0px;}
#modalform span{
    /* float: left; */
    margin: 0 10px;
    margin-top: 8px;
    color: #2a60c2;
    font-weight: bolder;
    font-family: 'Open Sans', sans-serif;
}
#modalform input, #modalform select, #modalform textarea{
    /* display: block; */
    border: none;
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
    border-bottom: 2px solid #ccc;
    /* margin: 10px 0; */
}

#modalform input {padding: 5px 7px;}
#modalform i {
    margin: 5px;
    font-size:20px;
}

#modalform label{
    display: flex;
    align-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 18px;
    /* margin: 6px 0; */
    /* margin: auto; */
}

#modalform .ir{
    margin: 20px auto;
    transition: .3s;
}
}
#modalform .ir:hover{
background: #2172b3;
color: #fff;
}
#modalform .obrig{}

/*==========================MPI=================*/

