/*MENU AGENDAR FLUTUANTE*/
.owl-nav.disabled, .owl-dots.disabled {
    display: none!important;
}
div.agCont{
  display: block;
  opacity: 0;
    width: 100%;
  top: 0px;
  display: block;
  max-height: 0%;
  position: fixed;
      -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: hidden;
  z-index: -10;
}
div.agCont.active{
  max-height: 100%;
  height: 100%;
  z-index: 20;
  opacity: 1;
}

div.agendar:hover:after,
div.agendar.active:after{
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
}
div.agendar.active {
    position: fixed;
    z-index: 30;


  -webkit-transform: translate3d(0px,-25vh,0px);
  -moz-transform: translate3d(0px,-25vh,0px);
  -ms-transform: translate3d(0px,-25vh,0px);
  -o-transform: translate3d(0px,-25vh,0px);
  transform: translate3d(0px,-25vh,0px);
}
div.agendar:after{
  content: "";
  width: 0%;
  height: 0%;
  display: block;
  top: 50%;
  left: 50%;
  margin: auto; 
  border-radius: 100%;
  position: absolute;
  background: url(../images/assets/bg-agenda.png) center 27px no-repeat #00aeef;
  z-index: 2;
    -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
div.agendar{
  width: 135px;
  height: 135px;
  display: block;
  position: fixed;
  bottom: 5%;
  right: 5%;
  border-radius: 100%;
  background: url(../images/assets/bg-agenda.png) center 27px no-repeat #f58220;
  color: #fff;
  z-index: 1000;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 12;
  -webkit-transform: translate3d(0px,0px,0px);
  -moz-transform: translate3d(0px,0px,0px);
  -ms-transform: translate3d(0px,0px,0px);
  -o-transform: translate3d(0px,0px,0px);
  transform: translate3d(0px,0px,0px);

}
div.agendar a{
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 3;
  position: relative;
}

div.agendar span {
  text-transform: uppercase;
  font-family: 'brandon_textbold';
  position: absolute;
  bottom: 25px;
  width: 100%;
  text-align: center;
  line-height: 14px;
  font-size: 14px;
}


div.agendamentoBG{
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: rgba(255, 255, 255, 0.4);
  z-index: -10;

}

div.agCont.active div.agendamento{
      -webkit-transform: translate3d(0px,0px,0px);
    -moz-transform: translate3d(0px,0px,0px);
    -ms-transform: translate3d(0px,0px,0px);
    -o-transform: translate3d(0px,0px,0px);
    transform: translate3d(0px,0px,0px);
    z-index: 20;
}
div.agendamento{
  width: 900px;
  height: auto;
  display: block;
  position: fixed;
  top: 20%;
  margin: auto calc(50% - 450px);
  overflow: hidden;
  color: #fff;
  z-index: 1000;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding-top: 50px;
  z-index: -10;
  -webkit-transform: translate3d(0px,-30%,0px);
  -moz-transform: translate3d(0px,-30%,0px);
  -ms-transform: translate3d(0px,-30%,0px);
  -o-transform: translate3d(0px,-30%,0px);
  transform: translate3d(0px,-30%,0px);

}
div.agendamento p {
    color: #2c2e39;
    font-family: 'gardenia-bookregular';
    font-size: 14px;
    width: calc(100% - 80px);
    padding: 0 40px;
}
div.agendamento h1{
  bottom: 25px;
  color: #2c2e39;
  font-size: 28px;
  text-transform: uppercase;
  line-height: 36px;
  float: left;
  text-align: left;
  height: auto;
  font-family: 'gardenia-extrabolditalicBdIt';
  letter-spacing: 3px;
  border: 0px;
  outline: none;
  width: calc(100% - 80px);
  position: relative;
  padding: 0 40px;
}
div.agendamento form.agendamento{
  display: inline-block;
  padding: 30px;
  background: #fff;
  border-radius: 20px;
}
div.agendamento form.agendamento input{
    width: calc(100% - 40px);
    height: 20px;
    padding: 8px 20px;
    border: 1px solid rgba(0, 0, 0, 0.17);
    line-height: 20px;
    outline: none;
    margin-bottom: 10px;
    font-family: 'gardenia-bookregular';
    font-size: 14px;
    color: #2c2e39;
    outline: none;
    float: left;
}
input#agNome {
    width: calc(50% - 50px);
    margin-right: 10px;
}
input#agRes {
    width: calc(50% - 45px);
    margin-right: 0px;
}
input#telefone, input#agEmail, 
div.agendamento form.agendamento .box-input {
    width: calc(33% - 50px);
    margin-right: 10px;
    float: left;
}
div.agendamento form.agendamento input#date{}
div.agendamento form.agendamento .box-input{
    width: calc(100% - 0px);
    float: left;
    display: inline-block;
}
div.agendamento form.agendamento .box-input label {
    font-family: 'brandon_textmedium';
    font-size: 14px;
    color: #00aeef;
    margin-left: 20px;
    display: block;
    width: 160px;
    float: left;
}
div.agendamento form.agendamento input#date {
    width: calc(100% - 0px);
    float: left;
    background: url(../images/assets/bg-date.png) calc(100% - 50px) center no-repeat;
}
div.agendamento form.agendamento .box-input {
    width: calc(33% - 40px);
}
div.agendamento form.agendamento textarea{
  width: calc(100% - 40px);
  height: 120px;
  padding: 10px 20px;
  border: 1px solid rgba(0, 0, 0, 0.17);
  line-height: 20px;
  outline: none;
  margin-bottom: 10px;
  font-family: 'gardenia-bookregular';
  font-size: 14px;
  color: #7f7e7d;
  resize: none;
  outline: none;
  float: left;
}

div.agendamento form.agendamento button:hover {
    background-color: #32343f;
}
div.agendamento form.agendamento button {
width: auto;
    height: auto;
    padding: 5px 20px;
    line-height: 20px;
    background-color: #e61843;
    border-radius: 30px;
    outline: none;
    font-family: 'gardenia-boldbold';
    font-size: 13px;
    color: #fff;
    text-transform: capitalize;
    border: 0px;
    text-align: center;
    float: left;
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

/*MENU AGENDAR FLUTUANTE*/

div.agCont {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0px;
    left: 0px;
    background: rgba(255, 255, 255, 0.7);
    z-index: -10;
}
div.agCont div.agendamento {
    border: 1px solid #9c9c9c;
    /*background: url(../images/assets/bg-agendamento.jpg) center top no-repeat #fff;*/
    background: #fff;
}
/*COMEÇO BANNER*/
section#banner:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    left: 0px;
    bottom: 0px;
    background: #fff;
}
section#banner{
    width: 100%;
    height: auto;
    display: block;
    float: none;
    margin: 0 auto;
    position: relative;
}

section#banner #banner_principal{
    position: relative;
    width: 100%!important;
    overflow: hidden;
    height: 100%;
}
section#banner #banner_principal .owl-stage{
  /*width: auto!important;*/
  height: auto;
  overflow: hidden;
}
section#banner #banner_principal .bannerList{
    display: block;
    width: 100%;
    height: auto;
    background-size: cover;
}
section#banner #banner_principal .bannerList{
  display: block;
  width: 100%!important;
  height: 300px;
  overflow: hidden;
}
/*section#banner #banner_principal .bannerList .owl-item,
section#banner #banner_principal .bannerList .banner_item{
    height: 365px;
    display: block;
    width: 100%!important;
    background-position: center center;

}*/
section#banner #banner_principal div.banners_textos{
    width: 980px;
    height: 300px;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
section#banner #banner_principal div.banners_textos h2{
    font-family: 'brandon_text_regularregular';
    font-size: 30px;
    color: #fff;
    margin: 15px 0;
    height: 50px;
    display: block;
    float: left;
    width: auto;
    text-align: left;
    position: absolute;
    top: 32%;
    left: 55%;
}
section#banner #banner_principal div.banners_textos a{
    font-family: 'brandon_text_regularregular';
    font-size: 16px;
    line-height: 17px;
    color: #fff;
    margin: 15px 0;
    height: auto;
    display: block;
    float: left;
    width: auto;
    text-align: left;
    position: absolute;
    bottom: 20px;
    border-bottom: 1px solid #fff;
    left: 55%;
}
section#banner #banner_principal div.banners_textos p img{
    margin: -10px 20px;
    position: relative;
}
section#banner #banner_principal div.banners_textos p{
    font-size: 38px;
    font-family: 'gardenia-extrabolditalicBdIt';
    letter-spacing: 3px;
    line-height: 38px;
    color: #fff;
    height: 100%;
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
    text-transform: uppercase;
}
section#banner .bannerList .owl-dots {
    bottom: 15px;
    position: absolute;
    height: 20px;
    width: 100%;
    text-align: center;
}
section#banner .bannerList .owl-dots .owl-dot{
  width: 10px;
  height: 10px;
  display: inline-block;
    margin: 0 15px;
}
section#banner .bannerList .owl-dots .owl-dot span{
    width: 8px;
    height: 8px;
    background: #cccbc4;
    border-radius: 50%;

    z-index: 2;
    cursor: pointer;
    display: inline-block;
}
section#banner .bannerList .owl-dots .owl-dot span:hover,
section#banner .bannerList .owl-dots .owl-dot.active span{
    width: 10px;
    height: 10px;
    background: #fff;
}

/*section#banner .owl-nav{
    width: 1140px;
    margin: 0 auto;
    height: 427px;
    display: block;
    position: relative;
    z-index: 2;
    margin-top: -427px;
}
section#banner .owl-nav{
    width: 980px;
    height: 50px;
    z-index: 2;
    display: block;
    text-align: center!important;
    bottom: 0px;
    position: relative;
    margin: 0 auto;
}*/

section#banner .owl-pagination .owl-page span:hover, section#banner .owl-pagination .owl-page.active span{
    background: #fff;
}

section#banner .owl-nav .owl-prev:hover,
section#banner .owl-nav .owl-next:hover{
  opacity: 1;
}
section#banner .owl-nav .owl-prev{
  opacity: 0.7;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  display: block;
  text-decoration: none;
  z-index: 2;
  position: absolute;
  cursor: pointer;
  text-indent: -9999px;
  top: -55%;
  left: 10px;
  background: none;
  border: 3px solid #fff;
      -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0.7;
  box-shadow: inset 0 7em 3em -7em rgba(255,255,255,0.6), 0 0.1em 0.1em -0.2em rgba(100,100,100,1), 0 0em 1em -0.75em rgba(100,100,100,0.75), 0 1em 2em -0.5em rgba(100,100,100,0.5), 0 2em 3em -0.25em rgba(100,100,100,0.2);
  -webkit-box-shadow: inset 0 7em 3em -7em rgba(255,255,255,0.6), 0 0.1em 0.1em -0.2em rgba(100,100,100,1), 0 0em 1em -0.75em rgba(100,100,100,0.75), 0 1em 2em -0.5em rgba(100,100,100,0.5), 0 2em 3em -0.25em rgba(100,100,100,0.2);
}
section#banner div#banner_principal.active .banner_item .banners_textos p {
  -webkit-transform: translate3d(0px,120px,0px);
  -moz-transform: translate3d(0px,120px,0px);
  -ms-transform: translate3d(0px,120px,0px);
  -o-transform: translate3d(0px,120px,0px);
  transform: translate3d(0px,120px,0px);
  opacity: 1;

}
section#banner .banner_item .banners_textos p {
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -webkit-transform: translate3d(0px,-120px,0px);
  -moz-transform: translate3d(0px,-120px,0px);
  -ms-transform: translate3d(0px,-120px,0px);
  -o-transform: translate3d(0px,-120px,0px);
  transform: translate3d(0px,-120px,0px);
  /*opacity: 0;*/
}
section#banner .banner_item {
    background-size: cover;
    background-position: right center;
    height: 300px;
    display: block;
    position: relative;
}
section#banner .owl-nav .owl-next:after{
    content: "";
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    margin: 0 auto;
    top: -5px;
    right: -3px;
    transform: scale(0.8);
    background: url(../images/assets/seta-banner.png) no-repeat right center;
    background-size: 80px;
}
section#banner .owl-nav .owl-prev:after{
    content: "";
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    margin: 0 auto;
    top: -5px;
    left: -3px;
    transform: scale(0.8);
    background: url(../images/assets/seta-banner.png) no-repeat left center;
    background-size: 80px;
}
section#banner .owl-nav .owl-next{
    opacity: 0.7;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  display: block;
  text-decoration: none;
  z-index: 2;
  position: absolute;
  cursor: pointer;
  text-indent: -9999px;
  top: -55%;
  right: 10px;
  background: none;
  border: 3px solid #fff;
      -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0.7;
  box-shadow: inset 0 7em 3em -7em rgba(255,255,255,0.6), 0 0.1em 0.1em -0.2em rgba(100,100,100,1), 0 0em 1em -0.75em rgba(100,100,100,0.75), 0 1em 2em -0.5em rgba(100,100,100,0.5), 0 2em 3em -0.25em rgba(100,100,100,0.2);
  -webkit-box-shadow: inset 0 7em 3em -7em rgba(255,255,255,0.6), 0 0.1em 0.1em -0.2em rgba(100,100,100,1), 0 0em 1em -0.75em rgba(100,100,100,0.75), 0 1em 2em -0.5em rgba(100,100,100,0.5), 0 2em 3em -0.25em rgba(100,100,100,0.2);
}

/*FIM BANNER*/
/*COMEÇO CONTEUDO*/
section.estrutura{
    width: 100%;
    height: auto;
    background: #fff;
    /*background: #f6f6f6;*/
    display: inline-block;
}
section.estrutura .conteudo{
    width: 910px;
    display: block;
    margin: 0 auto; 
    min-height: 180px;
    padding-top: 20px;
    position: relative;
    z-index: 1;

} 

section.estrutura p.info {
    font-family: 'gardenia-bookregular';
    display: inline-block;
    font-size: 14px;
    color: #212020;
    line-height: 24px;
    width: 100%;
    text-align: left;
    height: auto;
    margin-top: 30px;
}



section.estrutura h2.titulo{
    color: #2c2e39;
    font-size: 28px;
    text-transform: uppercase;
    line-height: 28px;
    float: left;
    text-align: left;
    padding-top: 0px;
    height: 28px;
    font-family: 'gardenia-extrabolditalicBdIt';
    letter-spacing: 3px;
    border: 0px;
    outline: none;
    width: calc(100% - 40px);
    border-radius: 40px;
    margin: 40px 0px 30px;
    position: relative;
}

section.estrutura h2.titulo:after{
  content: "";
  width: 0px;
  height: 30px;
  display: block;
  margin: 15px auto;
  position: relative;
  bottom: 10px;
  background: url(../images/logo-smile.svg) center center no-repeat;
  background-size: 80px;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

section.estrutura h2.titulo.active:after {
  width: 100px;
}

section.estrutura div.slide-espec{
  width: 100%;
  height: 290px;
  display: inline-block!important;
  overflow: hidden;
}
section.estrutura div.slide-espec p {
    font-family: 'gardenia-blackbold';
    font-size: 44px;
    line-height: 44px;
    color: #fff;
    height: auto;
    display: block;
    float: left;
    margin: auto calc(50% - 490px);
    width: calc(980px - 20%);
    text-align: center;
    position: relative;
    top: 0px;
    left: 0px;
    padding: 6% 10% 0px;
    text-transform: uppercase;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.38);
}

section.estrutura div.slide-espec .owl-item:nth-child(1){
    border: 5px solid rebeccapurple;

}

div.slide-espec div.rico1 div.box div.bottom a img,
div.slide-espec div.rico3 div.box div.bottom a img{
  display: none!important;
}
div.slide-espec div.rico1 div.box{
  width: calc(70% - 10px)!important;
  float: left!important;
  background-position: left center!important;

}
div.slide-espec div.rico2 div.box{
       /*border: 5px solid rebeccapurple!important;*/
    width: calc(160% + 10px)!important;
    margin-left: calc(-30% - 5px)!important;

}
div.slide-espec div.rico3 div.box{
    width: calc(70% - 10px)!important;
    float: right!important;
    background-position: right center!important;
    /*border: 5px solid rebeccapurple!important;*/
}

.owl-item.rico1.active, .owl-item.rico3.active {
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    filter: gray;
    filter: grayscale(100%);
}

section.estrutura div.slide-sorria:after{
    content: "";
    position: absolute;
    top: 0px;
    left: 60%;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    background: #00aeef;
}
section.estrutura div.slide-sorria:before{
    content: "";
    position: absolute;
    top: 0px;
    margin: 0 calc(50% - 500px);
    width: 900px;
    height: 130px;
    float: right;
    display: block;
    /* margin-left: 120px; */
    padding: 20px 0px 50px 120px;
    background-size: cover;
    background-repeat: no-repeat;
    background: #00aeef;
    border-radius: 130px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
section.estrutura div.slide-sorria{
  width: 100%;
  height: 200px;
  display: inline-block!important;
  overflow: hidden;
  position: relative;
}
section.estrutura div.slide-espec .owl-wrapper-outer,
section.estrutura div.slide-sorria .owl-wrapper-outer{
  overflow: hidden;
}
section.estrutura div.slide-espec .owl-nav .owl-next:hover,
section.estrutura div.slide-sorria .owl-nav .owl-next:hover,
section.estrutura div.slide-espec .owl-nav .owl-prev:hover,
section.estrutura div.slide-sorria .owl-nav .owl-prev:hover{
     opacity: 1;
    background: rgb(230, 24, 67);
    border: 2px solid #2c2e39;
}
section.estrutura div.slide-espec .owl-nav .owl-next,
section.estrutura div.slide-sorria .owl-nav .owl-next{
    opacity: 0.7;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: block;
    text-decoration: none;
    z-index: 2;
    position: absolute;
    cursor: pointer;
    text-indent: -9999px;
    top: -55%;
    right: 10px;
    border: 2px solid #ffffff;
    background: rgba(231, 226, 228, 0.8);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0.7;
    box-shadow: inset 0 7em 3em -7em rgba(255,255,255,0.6), 0 0.1em 0.1em -0.2em rgba(100,100,100,1), 0 0em 1em -0.75em rgba(100,100,100,0.75), 0 1em 2em -0.5em rgba(100,100,100,0.5), 0 2em 3em -0.25em rgba(100,100,100,0.2);
    -webkit-box-shadow: inset 0 7em 3em -7em rgba(255,255,255,0.6), 0 0.1em 0.1em -0.2em rgba(100,100,100,1), 0 0em 1em -0.75em rgba(100,100,100,0.75), 0 1em 2em -0.5em rgba(100,100,100,0.5), 0 2em 3em -0.25em rgba(100,100,100,0.2);
}
section.estrutura div.slide-espec .owl-nav .owl-prev,
section.estrutura div.slide-sorria .owl-nav .owl-prev{
    opacity: 0.7;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: block;
    text-decoration: none;
    z-index: 2;
    position: absolute;
    cursor: pointer;
    text-indent: -9999px;
    top: -55%;
    left: 10px;
    border: 2px solid #ffffff;
    background: rgba(231, 226, 228, 0.8);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0.7;
    box-shadow: inset 0 7em 3em -7em rgba(255,255,255,0.6), 0 0.1em 0.1em -0.2em rgba(100,100,100,1), 0 0em 1em -0.75em rgba(100,100,100,0.75), 0 1em 2em -0.5em rgba(100,100,100,0.5), 0 2em 3em -0.25em rgba(100,100,100,0.2);
    -webkit-box-shadow: inset 0 7em 3em -7em rgba(255,255,255,0.6), 0 0.1em 0.1em -0.2em rgba(100,100,100,1), 0 0em 1em -0.75em rgba(100,100,100,0.75), 0 1em 2em -0.5em rgba(100,100,100,0.5), 0 2em 3em -0.25em rgba(100,100,100,0.2);
}
section.estrutura div.slide-espec .owl-nav .owl-prev:after,
section.estrutura div.slide-sorria .owl-nav .owl-prev:after {
    content: "";
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    margin: 0 auto;
    top: -5px;
    left: -3px;
    transform: scale(0.8);
    background: url(../images/assets/seta-banner.png) no-repeat left center;
    background-size: 80px;
}
section.estrutura div.slide-espec .owl-nav .owl-next:after,
section.estrutura div.slide-sorria .owl-nav .owl-next:after {
    content: "";
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    margin: 0 auto;
    top: -5px;
    right: -3px;
    transform: scale(0.8);
    background: url(../images/assets/seta-banner.png) no-repeat right center;
    background-size: 80px;
}

section.estrutura div.slide-espec .owl-item.active{
  margin-left: -10px;
}
section.estrutura div.slide-espec .owl-dots{
      position: absolute;
    bottom: 10px;
    height: 30px!important;
    display: table;
    width: 100%;
    text-align: center;
}

section.estrutura div.slide-espec .owl-dots .owl-dot span:hover,
section.estrutura div.slide-espec .owl-dots .owl-dot.active span{
    width: 14px;
    height: 14px;
    background: #f69333;
}

section.estrutura div.slide-espec .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: #ffffff;
    border-radius: 50%;
    z-index: 2;
    cursor: pointer;
    display: inline-block;
}
section.estrutura div.slide-espec .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin: 0 15px;
}
section.estrutura div.slide-espec .owl-nav{
  width: 980px;
}
section.estrutura div.slide-espec div.box{
  width: calc(100% - 0px);
  float: left;
  min-height: 290px;
  display: block;
  /*margin-left: calc(0% - 0px);*/
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.7s ease-in-out;
-moz-transition: all 0.7s ease-in-out;
-o-transition: all 0.7s ease-in-out;
transition: all 0.7s ease-in-out;
}
section.estrutura div.slide-sorria div.box{
  width: 70%;
  height: 130px;
  float: right;
  display: block;
  padding: 20px 0px 50px 120px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  /*background: #00aeef;*/
  background: transparent;
  border-radius: 130px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

section.estrutura div.slide-espec div.bottom{    
  width: calc(100% - 0px);
  height: auto;
  display: block;
  position: absolute;
  bottom: 0px;
  /*margin-bottom: 10px;*/
}
section.estrutura div.slide-sorria div.bottom p{    
  color: #fff;
  font-family: 'brandon_textmedium_italic';
  font-size: 16px;
  line-height: 16px;
  
}
section.estrutura div.slide-sorria div.bottom span{    
  color: #fff;
  font-family: 'brandon_textmedium_italic';
  font-size: 16px;
  line-height: 16px;
  margin-top: 10px;
  display: inline-block;
  
}
section.estrutura div.slide-sorria img.avatar{    
  width: 130px;
  height: 130px;
  overflow: hidden;
  border-radius: 50%;
  float: left;
}
section.estrutura div.slide-sorria span.logo-smile {
    width: 0px;
    height: 30px;
    display: block;
    position: absolute;
    margin-left: 160px;
    bottom: 20px;
    left: 30px;
    background: url(../images/logo-smile-white.svg) center center no-repeat;
    background-size: 100px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
    z-index: 1;
}
section.estrutura div.slide-sorria .owl-item.active span.logo-smile {
    width: 90px;
    left: 60px;
    margin-left: 80px;
}
section.estrutura div.slide-sorria div.bottom{    
  width: calc(40%);
  height: auto;
  display: block;
  position: relative;
  bottom: 0px;
  float: left;
  margin: 25px 30px;
}
section.estrutura div.slide-sorria div.owl-nav{
  width: 45%;
  padding-left: 50px;
}
section.estrutura div.slide-espec div.bottom a img{    
  width: auto!important;
  float: left;
  height: 20px;
  margin: 2px 10px 0px;
}
section.estrutura div.slide-espec div.bottom a{
  width: 100%;
  display: block;
  height: 45px;
  -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
section.estrutura div.slide-espec div.bottom a span.ic{
  /*float: left;*/
}    
section.estrutura div.slide-espec div.bottom a span{    
  width: calc(50% - 40px);
  height: auto;
  display: block;
  background: rgba(0, 174, 239, 0.54);
  float: left;
  color: #fff;
  text-align: left;
  font-family: 'brandon_textmedium';
  font-size: 18px;
  bottom: 0px;
  padding: 10px 20px;
  -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}
section.estrutura div.slide-espec div.bottom a:hover{
    background: rgba(245, 130, 32, 0.55);
    color: #ffffff;
}

section.estrutura div.slide-espec div.bottom a span:last-of-type{
  text-align: right;
}


section.estrutura div.slide-sorrir{
  display: inline-block;
  width: 100%;
  height: auto;
  position: relative;
}
section.estrutura div.slide-sorrir div.box .img{
  width: 100%;
  height: 160px;
  background-position: center;
  z-index: 3;
  background-repeat: no-repeat;
  position: relative;
}

section.estrutura div.slide-sorrir div.box span:after{
  content: "";
  display: block;
  top: -26px;
  left: 0px;
  width: 3px;
  position: absolute;
  height: 0px;
  margin: 0 calc(50%);
  background: #e6e6e5;
    -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

section.estrutura div.slide-sorrir div.box span{
  color: #f58220;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 14px;
  font-family: 'brandon_textmedium';
  text-align: center!important;
  width: calc(100% - 40px);
  padding: 0px 20px;
  display: block;
  margin-top: 20px;
  position: relative;
}
section.estrutura div.slide-sorrir div.box{
  display: block;
  float: left;
  width: 16.6%;
  height: 160px;
  position: relative;
  transition-delay: 0.4s;
  margin-right: -10px;

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

  -webkit-transform: translate3d(-100px,0px,0px);
  -moz-transform: translate3d(-100px,0px,0px);
  -ms-transform: translate3d(-100px,0px,0px);
  -o-transform: translate3d(-100px,0px,0px);
  transform: translate3d(-100px,0px,0px);

}
section.estrutura div.slide-sorrir div.box:before{
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  background: url(../images/icon/icon-box-fundo-branco.png) center center no-repeat;
  -webkit-animation: roda 60s linear infinite;
  -o-animation: roda 60s linear infinite;
  animation: roda 60s linear infinite;
}
section.estrutura div.slide-sorrir div.box:after{
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  background: url(../images/icon/icon-box2.png) center center no-repeat;
    -webkit-animation: roda_ant 60s linear infinite;
  -o-animation: roda_ant 60s linear infinite;
  animation: roda_ant 60s linear infinite;
}

section.estrutura div.slide-sorrir div.box:nth-child(1):before{
  -webkit-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

section.estrutura div.slide-sorrir div.box:nth-child(1){
  z-index: 1;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
  opacity: 0;
  -webkit-transform: translate3d(-100px,0px,0px);
  -moz-transform: translate3d(-100px,0px,0px);
  -ms-transform: translate3d(-100px,0px,0px);
  -o-transform: translate3d(-100px,0px,0px);
  transform: translate3d(-100px,0px,0px);
}
section.estrutura div.slide-sorrir div.box:nth-child(1) span:after{
    height: 20px;
    -webkit-transition-delay: 1.6s;
    -o-transition-delay: 1.6s;
    transition-delay: 1.6s;
}
section.estrutura div.slide-sorrir div.box:nth-child(2):before{
  -webkit-animation-delay: 1s;
  -o-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
section.estrutura div.slide-sorrir div.box:nth-child(2){
  z-index: 2;
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
  opacity: 0;
  -webkit-transform: translate3d(-100px,0px,0px);
  -moz-transform: translate3d(-100px,0px,0px);
  -ms-transform: translate3d(-100px,0px,0px);
  -o-transform: translate3d(-100px,0px,0px);
  transform: translate3d(-100px,0px,0px);
}
section.estrutura div.slide-sorrir div.box:nth-child(2) span:after{
    height: 20px;
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
}
section.estrutura div.slide-sorrir div.box:nth-child(3):before{
  -webkit-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
section.estrutura div.slide-sorrir div.box:nth-child(3){
  z-index: 3;
  -webkit-transition-delay: 1.0s;
  -o-transition-delay: 1.0s;
  transition-delay: 1.0s;
  opacity: 0;
  -webkit-transform: translate3d(-100px,0px,0px);
  -moz-transform: translate3d(-100px,0px,0px);
  -ms-transform: translate3d(-100px,0px,0px);
  -o-transform: translate3d(-100px,0px,0px);
  transform: translate3d(-100px,0px,0px);
}
section.estrutura div.slide-sorrir div.box:nth-child(3) span:after{
    height: 20px;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}
section.estrutura div.slide-sorrir div.box:nth-child(4):before{
  -webkit-animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
section.estrutura div.slide-sorrir div.box:nth-child(4){
  z-index: 4;
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
  opacity: 0;
  -webkit-transform: translate3d(-100px,0px,0px);
  -moz-transform: translate3d(-100px,0px,0px);
  -ms-transform: translate3d(-100px,0px,0px);
  -o-transform: translate3d(-100px,0px,0px);
  transform: translate3d(-100px,0px,0px);
}

section.estrutura div.slide-sorrir div.box:nth-child(4) span:after{
    height: 20px;
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
}
section.estrutura div.slide-sorrir div.box:nth-child(5):before{
  -webkit-animation-delay: 1.4s;
  -o-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
section.estrutura div.slide-sorrir div.box:nth-child(5){
  z-index: 5;
  -webkit-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  transition-delay: 1.4s;
  opacity: 0;
  -webkit-transform: translate3d(-100px,0px,0px);
  -moz-transform: translate3d(-100px,0px,0px);
  -ms-transform: translate3d(-100px,0px,0px);
  -o-transform: translate3d(-100px,0px,0px);
  transform: translate3d(-100px,0px,0px);
}
section.estrutura div.slide-sorrir div.box:nth-child(5) span:after{
    height: 20px;
    -webkit-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s;
}
section.estrutura div.slide-sorrir div.box:nth-child(6):before{
  -webkit-animation-delay: 1.6s;
  -o-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
section.estrutura div.slide-sorrir div.box:nth-child(6){
  z-index: 6;
  -webkit-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
  transition-delay: 1.6s;
  opacity: 0;
  -webkit-transform: translate3d(-100px,0px,0px);
  -moz-transform: translate3d(-100px,0px,0px);
  -ms-transform: translate3d(-100px,0px,0px);
  -o-transform: translate3d(-100px,0px,0px);
  transform: translate3d(-100px,0px,0px);
}
section.estrutura div.slide-sorrir div.box:nth-child(6) span:after{
    height: 20px;
    -webkit-transition-delay: 1.6s;
    -o-transition-delay: 1.6s;
    transition-delay: 1.6s;
}

section.estrutura div.slide-sorrir.active div.box{
  opacity: 1;
  -webkit-transform: translate3d(0px,0px,0px);
  -moz-transform: translate3d(0px,0px,0px);
  -ms-transform: translate3d(0px,0px,0px);
  -o-transform: translate3d(0px,0px,0px);
  transform: translate3d(0px,0px,0px);
}
section.estrutura div.slide-sorrir.active div.box span:after{
  height: 20px;
}



section.estrutura div.linha.final:before{
  content: "";
  width: 100%;
  height: 100px;
  position: absolute;
  top: -30%;
  left: 0px;
  display: block;
  background: #f6f6f6;
}
section.estrutura div.linha.final{
  background: #f6f6f6;
  /*z-index: 2;*/
  overflow: initial;
}
section.estrutura div.linha{
  width: 100%;
  min-height: 300px;
  display: inline-block;
  position: relative;
  padding-top: 20px;
  overflow: hidden;
  margin-bottom: -5px;
}

section.estrutura div.linha div.esq{
  width: 50%;
  display: block;
  height: 300px;
  float: left;
}
section.estrutura div.linha.final{
  width: 910px;
  margin: 0 auto 5px;
  float: none;
  display: block;
  background: none;
  min-height: 100px!important;
  overflow: hidden;
  display: block;
  padding: 60px 0px 40px;
}
section.estrutura div.linha.final .left {
  width: calc(100% - 300px);
  display: block;
  float: left;
}
section.estrutura div.linha.final a.links:hover {
  background-size: 115%!important;
}
section.estrutura div.linha.final a.links {
    width: calc(100% - 20px);
    padding: 10px;
    height: calc(100px - 20px);
    display: block;
    float: left;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    /*background-size: cover;*/
    position: relative;

    -webkit-transition: background-size 0.3s ease-in-out;
    -moz-transition: background-size 0.3s ease-in-out;
    -o-transition: background-size 0.3s ease-in-out;
    transition: background-size 0.3s ease-in-out;
    background-size: 110%;
}
section.estrutura div.linha.final:before{
  content: none;
}
section.estrutura div.linha.final a.linhaRoundLeft {
    border-radius: 130px;
    width: calc(100% - 10px);
    padding: 25px 0px;
    background-size: 100%!important;
}
section.estrutura div.linha.final a.linhaRoundLeft:hover {
    background-size: 110%!important;
}
section.estrutura div.linha.final div.esq,
section.estrutura div.linha.final div.dir{
  width: 50%;
  float: left;
  height: auto;
}
section.estrutura div.linha div.esq div.box{
  background: url(../images/assets/bg-te-liga.jpg) calc(100% - 220px) center  no-repeat #f18122;
  background-size: cover;
  width: 100%;
  height: 200px;
  float: right;
  display: block;
  margin: 30px 30px 0 0;
  position: relative;
  background-repeat: no-repeat;
  border-radius: 130px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

section.estrutura div.linha div.esq form.teliga:after{
  content: "";
  width: 270px;
  height: 80px;
  display: block;
  position: absolute;
  left: -100%;
  top: 50px;
  background: url(../images/assets/after-te-liga.png) center center no-repeat;

}
section.estrutura div.linha div.esq form.teliga{
  width: 300px;
  height: calc(100% - 50px);
  display: block;
  float: right;
  padding: 50px 0px 0px;
  position: relative;
}

section.estrutura div.linha div.esq form.teliga input::placeholder{
  color: #fff;
}
section.estrutura div.linha div.esq form.teliga input{
  width: 70%;
  height: auto;
  padding: 8px 20px;
  border: 2px solid #fff;
  line-height: 20px;
  background-color: transparent;
  border-radius: 30px;
  outline: none;
  margin-bottom: 10px;
  font-family: 'brandon_textblack';
  font-size: 13px;
  color: #fff;

}
section.estrutura div.linha div.esq form.teliga button:hover {
    color: #00aeef;
    background: #fff;
}
section.estrutura div.linha div.esq form.teliga button{
  width: auto;
  height: auto;
  padding: 5px 20px;
  line-height: 20px;
  background-color: #00aeef;
  border-radius: 30px;
  outline: none;
  margin-bottom: 10px;
  font-family: 'brandon_textblack';
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  border: 0px;
  cursor: pointer;
      -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;

}

section.estrutura div.linha div.dir{
  display: block;
  float: right;
  width: 50%;
  /*margin-bottom: 50px;*/
}

section.estrutura .slideDir{
  margin-left: 50px;
}
.slideDir,
.slideDir .owl-item {
    width: 280px!important;
    height: 280px!important;
    padding: 0px!important;
}
section.estrutura div.slideDir div.owl-stage-outer{
  overflow: hidden;
}
section.estrutura div.slideDir div.box{
    width: 280px!important;
    height: 280px!important;
    padding: 0px!important;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
}
section.estrutura div.slideDir div.box img.img-bg{
  width: 100%;
}

section.estrutura div.slideDir div.box div.bottom{
  background: rgba(0, 174, 239, 0.54);
  float: left;
  color: #fff;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0px;
  height: 50%;
}
section.estrutura div.slideDir div.box div.bottom img.icon{
  width: auto;
  display: block;
  margin: 30px auto 10px;
}
section.estrutura div.slideDir div.box div.bottom span{
  color: #fff;
  width: 100%;
  display: inline-block;
  text-align: center;
  font-family: 'brandon_textmedium';
  font-size: 18px;
  line-height: 30px;
}

section.estrutura div.slideDir .owl-nav .owl-next:after {
    content: "";
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    margin: 0 auto;
    top: -5px;
    right: -3px;
    transform: scale(0.8);
    background: url(../images/assets/seta-banner3.png) no-repeat right center;
    background-size: 80px;
}
section.estrutura div.slideDir .owl-nav .owl-prev:after {
    content: "";
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    margin: 0 auto;
    top: -5px;
    left: -3px;
    transform: scale(0.8);
    background: url(../images/assets/seta-banner3.png) no-repeat left center;
    background-size: 80px;
}

footer{
  background: #fff!important;
}
section.estrutura div.slideDir .owl-nav .owl-prev {
    opacity: 0.7;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: block;
    text-decoration: none;
    z-index: 2;
    position: absolute;
    cursor: pointer;
    text-indent: -9999px;
    top: 50%;
    left: -60px;
    background: none;
    border: 3px solid #7d7d7d;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-box-shadow: inset 0 7em 3em -7em rgba(255,255,255,0.6), 0 0.1em 0.1em -0.2em rgba(100,100,100,1), 0 0em 1em -0.75em rgba(100,100,100,0.75), 0 1em 2em -0.5em rgba(100,100,100,0.5), 0 2em 3em -0.25em rgba(100,100,100,0.2);
    box-shadow: inset 0 7em 3em -7em rgba(255,255,255,0.6), 0 0.1em 0.1em -0.2em rgba(100,100,100,1), 0 0em 1em -0.75em rgba(100,100,100,0.75), 0 1em 2em -0.5em rgba(100,100,100,0.5), 0 2em 3em -0.25em rgba(100,100,100,0.2);
}

section.estrutura div.slideDir .owl-nav .owl-next {
    opacity: 0.7;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: block;
    text-decoration: none;
    z-index: 2;
    position: absolute;
    cursor: pointer;
    text-indent: -9999px;
    top: 50%;
    right: -60px;
    background: none;
    border: 3px solid #7d7d7d;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-box-shadow: inset 0 7em 3em -7em rgba(255,255,255,0.6), 0 0.1em 0.1em -0.2em rgba(100,100,100,1), 0 0em 1em -0.75em rgba(100,100,100,0.75), 0 1em 2em -0.5em rgba(100,100,100,0.5), 0 2em 3em -0.25em rgba(100,100,100,0.2);
    box-shadow: inset 0 7em 3em -7em rgba(255,255,255,0.6), 0 0.1em 0.1em -0.2em rgba(100,100,100,1), 0 0em 1em -0.75em rgba(100,100,100,0.75), 0 1em 2em -0.5em rgba(100,100,100,0.5), 0 2em 3em -0.25em rgba(100,100,100,0.2);
}

section.estrutura div.slideDir .owl-nav {
    height: 0px!important;
    top: -60%!important;
    width: 100%!important;
}

section.estrutura div.slideDir .owl-dots.disabled {
    display: none!important;
    height: 0px!important;
}

/*FACEBBOK*/
section.estrutura div.facebook{
  width: 294px;
  height: 210px;
  display: block;
  float: right;
  overflow: hidden;
}


a.linhaRoundLeft.conheca {
    -webkit-transition: background-size 0.3s ease-in-out;
    -moz-transition: background-size 0.3s ease-in-out;
    -o-transition: background-size 0.3s ease-in-out;
    transition: background-size 0.3s ease-in-out;
    margin-bottom: 15px;
    background-size: 100%;
}

section.estrutura .linha.meio {
  min-height: 100px!important;
  z-index: 2;
}

section.estrutura .linha.meio .esq, section.estrutura .linha.meio .dir {
  height: auto!important;
  position: relative;
}


section.estrutura .perguntas form.formbusca {
  width: 100%;
  min-height: 40px;
  display: inline-block;
  margin-bottom: 10px;
  border: 1px solid #d8d5d3;
}
section.estrutura .perguntas form.formbusca input{
  font-family: 'gardenia-bookregular';
  font-size: 16px;
  outline: none;
  width: calc(100% - 90px);
  padding: 10px;
  color: #555;
  float: left;
  line-height: 16px;
  text-align: left;
}

section.estrutura .perguntas form.formbusca button:hover{
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
section.estrutura .perguntas form.formbusca button{
    float: right;
    width: 60px;
    min-height: 40px;
    color: #e61843;
    cursor: pointer;
    font-size: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;


}

section.estrutura .perguntas {
  padding-bottom: 10px;
  width: 100%;
  display: inline-block;
  margin: 10px 0 50px;
}
section.estrutura .perguntas .box.active{
  max-height: 800px;
  border-radius: 20px;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
section.estrutura .perguntas .box{
  width: 100%;
  display: inline-block;
  /*max-height: auto;*/
  height: auto;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  /*overflow: hidden;*/
  border-radius: 20px;
  /*border-bottom-left-radius: 40px;*/
  /*border-bottom-right-radius: 40px;*/
}
section.estrutura .perguntas .box.active h3{
  background: #e61843;
}
section.estrutura .perguntas .box.active h3:before{
  background: url(../images/icon/plus.png) right center no-repeat;
}
section.estrutura .perguntas .box h3:before{
  content: "";
  width: 22px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  right: 10px;
  background: url(../images/icon/plus.png) left center no-repeat;
}
section.estrutura .perguntas .box h3{
  color: #fff;
  font-size: 19px;
  line-height: 20px;
  float: left;
  text-align: left;
  padding-top: 0px;
  font-family: 'gardenia-bookregular';
  border: 0px;
  outline: none;
  width: calc(100% - 110px);
  border-radius: 0px;
  padding: 15px 30px 15px 80px;
  position: relative;
  cursor: pointer;
  z-index: 3;
  background: #6f6cb0;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;

}
section.estrutura .perguntas .box .expand .box {
    width: 110px;
    display: block;
    float: left;
    margin-left: 20px;
    text-align: center;
    font-size: 12px;
    padding-bottom: 20px;
    color: #555555;
    font-family: 'gardenia-regularregular';
}
section.estrutura .perguntas .box .expand .box img{
    border-radius: 100px;
    overflow: hidden;
}
section.estrutura .perguntas .box .expand span.conh {
    color: #f39224;
    margin: 0px 20px 20px;
    width: calc(100% - 40px);
    display: inline-block;
    font-family: 'gardenia-extraboldbold';
}
section.estrutura .perguntas .box h3 span.icon{
  width: 65px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #f39224;
  background-position: center;
  background-repeat: no-repeat;
}
section.estrutura .perguntas .conteudo {
    padding: 0 20px;
    width: calc(910px - 40px)!important;
}
section.estrutura .perguntas .box.active .expand p{
  /*padding: 20px 20px 30px; */
  /*max-height: 500px;*/
  /*min-height: 500px;*/
}
section.estrutura .perguntas .box .expand p{
    /*max-height: 0px;*/
    /*min-height: 0px;*/
    padding: 20px 20px 30px;
    display: block;
}
section.estrutura .perguntas .box.active .expand{
  max-height: 800px;
}
section.estrutura .perguntas .box .expand h2 {
    margin: 30px 20px 0px;
} 

section.estrutura .perguntas .box .expand{
  color: #555;
  font-size: 14px;
  line-height: 18px;
  float: left;
  text-align: left;
  padding-top: 0px;
  font-family: 'gardenia-bookregular';
  outline: none;
  width: calc(100% - 2px);
  padding: 40px 0 0;
  position: relative;
  margin-top: -41px;
  z-index: 1;
  overflow: hidden;
  max-height: 0px;
  background: #fff;
  display: inline-block;
  border: 1px solid #d8d5d3;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

section.estrutura a.agenda {
    width: calc(100% - 350px);
    height: calc(270px - 40px);
    float: left;
    display: block;
    padding: 20px 20px 20px 330px;
    position: relative;
    background-repeat: no-repeat;
    -webkit-transition: background-size 0.3s ease-in-out;
    -moz-transition: background-size 0.3s ease-in-out;
    -o-transition: background-size 0.3s ease-in-out;
    transition: background-size 0.3s ease-in-out;
    background-size: 110%!important;
    background: url(../images/assets/bt-bg-agenda.png) center center no-repeat #f58220;
}
section.estrutura a.agenda h3 strong{
    font-family: 'gardenia-bolditalicBdIt';  
}
section.estrutura a.agenda h3 {
    font-size: 49px;
    font-family: 'gardenia-italicitalic';
    line-height: 49px;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    padding: 70px 20px 10px 0px;
    width: calc(100% - 20px);
    display: inline-block;
}
section.estrutura a.agenda p {
    font-size: 18px;
    font-family: 'gardenia-italicitalic';
    line-height: 18px;
    color: #f9d5ac;
    text-align: left;
    padding: 0px;
    width: calc(100% - 100px);
    display: inline-block;
}
section.estrutura a.agenda:hover span {
    background: rgb(230, 24, 67);
    border: 1px solid #2c2e39;
    color: #fff;
}
section.estrutura a.agenda span {
    font-size: 15px;
    font-family: 'gardenia-bookitalicitalic';
    line-height: 15px;
    color: #fff;
    text-align: left;
    padding: 10px 25px;
    width: auto;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 30px;
    margin-top: 10px;
    -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
section.estrutura a.agenda h2.titulo:before {
    content: "";
    width: 50px;
    height: 50px;
    display: block;
    left: -60px;
    background: url(../images/assets/bg-agenda.png) center center no-repeat;
    background-size: 30px;
    position: absolute;
    top: -15px;
}
section.estrutura a.ligue {
    width: calc(100% - 120px);
    height: 50px;
    float: left;
    display: block;
    padding: 20px 120px 50px 0px;
    position: relative;
    background-repeat: no-repeat;
    border-radius: 130px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -webkit-transition: background-size 0.3s ease-in-out;
    -moz-transition: background-size 0.3s ease-in-out;
    -o-transition: background-size 0.3s ease-in-out;
    transition: background-size 0.3s ease-in-out;
    background-size: 110%!important;
    background: url(../images/assets/bt-bg-ligue.png) left center no-repeat #f58220;
}
section.estrutura a.ligue h2.titulo {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 15px;
    float: left;
    text-align: left;
    padding-top: 0px;
    font-family: 'brandon_textbold';
    letter-spacing: 3px;
    border: 0px;
    outline: none;
    width: 300px;
    border-radius: 40px;
    margin: 20px 60px 0px 70px;
    position: relative;
}
section.estrutura a.ligue h2.titulo:before {
    content: "";
    width: 50px;
    height: 60px;
    display: block;
    right: -60px;
    background: url(../images/icon/icon-estrutura-ligue.png) center center no-repeat;
    position: absolute;
    top: -15px;
}
section.estrutura a.ligue span {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 15px;
    float: left;
    text-align: left;
    padding-top: 0px;
    font-family: 'brandon_textbold';
    letter-spacing: 3px;
    border: 0px;
    outline: none;
    width: auto;
    border-radius: 40px;
    margin: 10px 60px 30px 70px;
    position: relative;
}

section.estrutura a.agenda:hover,
section.estrutura a.ligue:hover  {
    background-size: 115%!important;
}

section.estrutura a.agenda h2.titulo{
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 15px;
    float: right;
    text-align: center;
    padding-top: 0px;
    font-family: 'brandon_textbold';
    letter-spacing: 3px;
    border: 0px;
    outline: none;
    width: 280px;
    border-radius: 40px;
    margin: 30px 60px 30px 0px;
    position: relative;
}
section.estrutura a.estrutura {
    width: calc(100%);
    height: 50px;
    float: left;
    display: block;
    padding: 20px 0px 30px;
    position: relative;
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 130px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-size: 100%;
    background: url(../images/assets/bt-bg-tratamento.png) right center no-repeat #f58220;
}

section.estrutura a.especialidades {
    width: calc(100%);
    height: 50px;
    float: left;
    display: block;
    padding: 20px 0px 30px;
    position: relative;
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 130px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-size: 100%;
    background: url(../images/assets/bt-bg-especialidades.png) right center no-repeat #00aeef;
}


.linhaRoundLeft.localiza {
    background: url(../images/assets/bg-estrutura-agenda-ligue.png) right center no-repeat #f58220 !important;
    -webkit-transition: background-size 0.3s ease-in-out;
    -moz-transition: background-size 0.3s ease-in-out;
    -o-transition: background-size 0.3s ease-in-out;
    transition: background-size 0.3s ease-in-out;
    margin-bottom: 15px;
    background-size: 100%!important;
}

section.estrutura .linhaRoundLeft h2.titulo:after {
  content: none;
}
div.linha.final a.especialidades h2.titulo{
  color: #fff;
}
div.linha.final a.especialidades h2.titulo:before {
    content: "";
    width: 50px;
    height: 50px;
    display: block;
    left: -60px;
    background: url(../images/icon/espec1.png) center center no-repeat;
    background-size: 40px;
    position: absolute;
    top: -15px;
}
div.linha.final h2.titulo {
    height: 20px;
    margin-top: 10px!important;
    display: inline-block;
    text-align: left;
    width: 75%;
    float: right;
    color: #fff;
}
div.linha.final h2.titulo:before {
    content: "";
    width: 50px;
    height: 50px;
    display: block;
    left: -60px;
    background: url(../images/icon/icon-conheca.png) center center no-repeat;
    position: absolute;
    top: -15px;
}
div.linha.final a img {
    position: absolute;
    left: 20px;
    top: 20px;
    width: auto;
    display: block;
    height: auto;
    float: left;
}
div.linha.final span strong{
    font-family: 'gardenia-extraboldbold';
    display: inline-block;
    width: 100%;
    font-size: 18px;
}
div.linha.final span {
color: #fff!important;
    width: calc(100% - 120px);
    text-align: left!important;
    margin: 0px 20px 0px 100px;
    font-family: 'gardenia-bookregular';
    font-size: 20px;
    line-height: 25px;
    text-transform: uppercase;
    padding: 15px 10px;
    padding-bottom: 0px;
    display: block;
    height: 100%;
    position: relative;
}
.linhaRoundLeft.localiza h2.titulo {
    height: 20px;
    display: inline-block;
    color: #fff!important;
    text-align: left;
    width: 60%;
    margin-top: 20px!important;
    float: right;
}

a.linhaRoundLeft.conheca{
    -webkit-transition: background-size 0.3s ease-in-out;
    -moz-transition: background-size 0.3s ease-in-out;
    -o-transition: background-size 0.3s ease-in-out;
    transition: background-size 0.3s ease-in-out;
    margin-bottom: 15px;
    background-size: 70%!important;
    cursor: pointer;
}
a.linhaRoundLeft.localiza {
    -webkit-transition: background-size 0.3s ease-in-out;
    -moz-transition: background-size 0.3s ease-in-out;
    -o-transition: background-size 0.3s ease-in-out;
    transition: background-size 0.3s ease-in-out;
    margin-bottom: 15px;
    background-size: 50%!important;
    cursor: pointer;
}

a.linhaRoundLeft.conheca:hover{ 
    background-size: 80%!important;
}
a.linhaRoundLeft.localiza:hover {
    background-size: 60%!important;
}

.linhaRoundLeft.localiza h2.titulo:before {
    content: "";
    width: 50px;
    height: 60px;
    display: block;
    left: -60px;
    background: url(../images/icon/icon-estrutura-ligue.png) center center no-repeat;
    position: absolute;
    top: -15px;
}


a.linhaRoundLeft.localiza span {
    line-height: 14px!important;
    font-family: 'brandon_textmedium';
    text-align: center!important;
    color: #fff!important;
    width: 260px;
    display: block;
    text-align: left!important;
    line-height: 20px;
    position: absolute;
    top: 65px;
    right: 165px;
}

div.agendar{
  display: none!important;
}



h2.titulo.big {
    background: #00aeef!important;
    color: #fff!important;
    width: 400px!important;
    font-size: 20px!important;
    height: 20px!important;
    padding: 20px 0px!important;
    margin: -30px calc(50% - 200px) 70px!important;
}

h2.titulo.big:after {
    width: 100px;
    top: 20px;
}

/*FIM FACEBBOK*/




/*FIM CONTEUDO*/



section.estrutura div.atendimento{
  width: 100%;
  height: 85px;
  display: block;
  overflow: hidden;
  background: #e51843;
}
section.estrutura div.atendimento .conteudo{
  height: 85px;
}

section.estrutura div.atendimento .conteudo span a{
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
section.estrutura div.atendimento .conteudo span a:hover{
  color: #2c2e39;
}
section.estrutura div.atendimento .conteudo span.atendimento{
  background: url(../images/icon/bg-atendimento.png) left center no-repeat;
}
section.estrutura div.atendimento .conteudo span.horario{
  background: url(../images/icon/bg-horario.png) 25px center no-repeat;
}
section.estrutura div.atendimento .conteudo span.agenda{
  background: url(../images/icon/bg-agenda.png) 25px center no-repeat;
}
section.estrutura div.atendimento .conteudo span{
  width: calc(33% - 80px);
  height: 45px;
  display: block;
  float: left;
  text-align: left;
  color: #fff;
  padding: 5px 0 5px 80px;
  font-family: 'gardenia-extraboldbold';
}


/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-width : 417px) 
and (max-width : 1024px) {
    section.estrutura div.atendimento span{
    font-size: 12px;
    height: 35px!important;
  }
  section.estrutura div.atendimento{
    height: 90px;
  }
  section.estrutura div.slide-sorria,
  section.estrutura div.slide-sorria .owl-item,
  section.estrutura div.slide-sorria div.box{
    min-height: 135px;
  }
  section.estrutura div.slide-sorrir{
      height: 260px;
  }
  section.estrutura div.linha div.esq{
    width: 40%;
  }
  section.estrutura div.linha div.dir, 
  section.estrutura div.linha div.esq {
      width: calc(50% - 0px)!important;
  }
  section.estrutura div.slideDir .owl-nav {
      height: 0px!important;
      top: -60%!important;
      width: 75%!important;
  }
  .linhaRoundLeft h2.titulo{
    width: 90%!important;
  }
  section.estrutura div.linha.final{
    width: 100%
  }

  section.estrutura div.linha.final div.esq, section.estrutura div.linha.final div.dir{
    width: calc(50% - 20px)!important;
    margin-left: 15px;
    float: left;
  }
  section.estrutura div.linha.final a.linhaRoundLeft{
    background-size: cover!important;
  }
  div.linha.final h2.titulo{
    width: 65%!important;
  }
  div.linha.final .esq span{
    top: 70px;
  }

}
/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-width : 0px) 
and (max-width : 1024px) {
  section.estrutura .conteudo {
      width: calc(100% - 40px)!important;
      padding: 20px;
  }
  section.estrutura .linha.meio a{
    background-size: cover!important;
  }

  section.estrutura .perguntas .conteudo {
      padding: 0 20px;
      width: calc(100% - 40px)!important;
  }
  section.estrutura p.info {
      border-radius: 0px!important;
      padding: 20px 0px!important;
      margin: 0 auto!important;
      display: inline-block;
  }
  section.estrutura div.slide-sorria:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 70%;
    height: 130px;
    float: right;
    display: block;
    margin-left: 30px;
    padding: 20px 0px 50px 120px;
    background-size: cover;
    background-repeat: no-repeat;
    background: #00aeef;
    border-radius: 130px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
    section.estrutura div.slide-espec{
      height: 200px!important
    }
    section.estrutura div.slide-espec div.box {
      min-height: 200px!important;
      width: 100%!important;
      margin: 0px 0%!important;
      background-size: cover!important;
    }

    section.estrutura div.slide-sorria div.owl-nav{
      width: 70%;
    }
    section.estrutura div.slide-sorria div.box{
      width: 80%;
    }
    section.estrutura div.slide-sorria div.bottom{
      width: calc(50%);
    }
    div.agendar{
      display: none;
    }
    section.estrutura div.slide-espec .owl-nav{
       width: calc(100% - 40px)!important;
      padding: 0px 20px!important;
    }
    section#banner #banner_principal div.banners_textos{
      width: 100%;
    }
    section#banner #banner_principal div.banners_textos h2,
    section#banner #banner_principal div.banners_textos p,
    section#banner #banner_principal div.banners_textos a{
      /*left: 40%;*/
    }
    section#banner #banner_principal div.banners_textos h2{
      top: 20%;
    }
    section#banner div#banner_principal.active .banner_item .banners_textos p {
        -webkit-transform: translate3d(0px,40%,0px);
        -moz-transform: translate3d(0px,40%,0px);
        -ms-transform: translate3d(0px,40%,0px);
        -o-transform: translate3d(0px,40%,0px);
        transform: translate3d(0px,40%,0px);
        opacity: 1;
    }
    section#banner div#banner_principal.active .banner_item .bannertxts, 
    section#banner #banner_principal div.banners_textos {
        height: 100%;
    }
    
    section#banner #banner_principal div.banners_textos a{
      bottom: 50px;
    }




    section.estrutura div.slide-sorrir .owl-nav .owl-prev {
      opacity: 0.7;
      width: 40px;
      height: 40px;
      border-radius: 50px;
      display: block;
      text-decoration: none;
      z-index: 2;
      position: absolute;
      cursor: pointer;
      text-indent: -9999px;
      top: -60%;
      left: 10px;
      background: none;
      border: 3px solid #f58220;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      -webkit-box-shadow: inset 0 7em 3em -7em rgba(255,255,255,0.6), 0 0.1em 0.1em -0.2em rgba(100,100,100,1), 0 0em 1em -0.75em rgba(100,100,100,0.75), 0 1em 2em -0.5em rgba(100,100,100,0.5), 0 2em 3em -0.25em rgba(100,100,100,0.2);
      box-shadow: inset 0 7em 3em -7em rgba(255,255,255,0.6), 0 0.1em 0.1em -0.2em rgba(100,100,100,1), 0 0em 1em -0.75em rgba(100,100,100,0.75), 0 1em 2em -0.5em rgba(100,100,100,0.5), 0 2em 3em -0.25em rgba(100,100,100,0.2);
    }
    section.estrutura div.slide-sorrir .owl-nav .owl-prev:after {
      content: "";
      width: 50px;
      height: 50px;
      display: block;
      position: absolute;
      margin: 0 auto;
      top: -5px;
      left: -3px;
      transform: scale(0.8);
      background: url(../images/assets/seta-banner2.png) no-repeat left center;
      background-size: 80px;
  }
    section.estrutura div.slide-sorrir .owl-nav .owl-next {
      opacity: 0.7;
      width: 40px;
      height: 40px;
      border-radius: 50px;
      display: block;
      text-decoration: none;
      z-index: 2;
      position: absolute;
      cursor: pointer;
      text-indent: -9999px;
      top: -60%;
      right: 10px;
      background: none;
      border: 3px solid #f58220;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      -webkit-box-shadow: inset 0 7em 3em -7em rgba(255,255,255,0.6), 0 0.1em 0.1em -0.2em rgba(100,100,100,1), 0 0em 1em -0.75em rgba(100,100,100,0.75), 0 1em 2em -0.5em rgba(100,100,100,0.5), 0 2em 3em -0.25em rgba(100,100,100,0.2);
      box-shadow: inset 0 7em 3em -7em rgba(255,255,255,0.6), 0 0.1em 0.1em -0.2em rgba(100,100,100,1), 0 0em 1em -0.75em rgba(100,100,100,0.75), 0 1em 2em -0.5em rgba(100,100,100,0.5), 0 2em 3em -0.25em rgba(100,100,100,0.2);
    }
    section.estrutura div.slide-sorrir .owl-nav .owl-next:after {
        content: "";
        width: 50px;
        height: 50px;
        display: block;
        position: absolute;
        margin: 0 auto;
        top: -5px;
        right: -3px;
        transform: scale(0.8);
        background: url(../images/assets/seta-banner2.png) no-repeat right center;
        background-size: 80px;
    }
    section.estrutura div.slide-sorrir div.owl-stage-outer{
      overflow: hidden;
    }
    section.estrutura div.slide-sorrir div.box{
      width: 80%;
    }
  section.estrutura .linhaRoundLeft{
    background-size: cover!important;
    
  }
  section.estrutura a.agenda {
      background: url(../images/assets/bt-bg-agenda.png) right center no-repeat #f58220!important;
      height: 300px;
      width: 100%;
      padding: 0px!important;
      background-size: cover!important;
  }
  section.estrutura a.agenda h3,
  section.estrutura a.agenda p{
      padding: 35px 0px 0px;
      width: 100%;
      text-align: center;
  }
  section.estrutura a.agenda span {
      width: 190px;
      text-align: center;
      margin: 20px calc(50% - 120px);
  }


}





div.agCont span.fecha:hover {
  border: 2px solid #e61843;
  color: #e61843;
}
div.agCont span.fecha {
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 20px;
    right: 20px;
    border: 2px solid #2c2e39;
    z-index: 1;
    border-radius: 40px;
    color: #2c2e39;
    text-align: center;
    padding: 3px 4px 5px;
    cursor: pointer;

    -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;

}


section.estrutura div.slide-sorria.slideDir .owl-nav .owl-next,
section.estrutura div.slide-sorria.slideDir .owl-nav .owl-prev{
    border: 3px solid #7d7d7d;
}

section.estrutura div.slide-sorria.slideDir .owl-nav .owl-prev:after {
    background: url(../images/assets/seta-banner3.png) no-repeat left center;
    background-size: 80px;
}


section.estrutura div.slide-sorria.slideDir .owl-nav .owl-next:after {
    background: url(../images/assets/seta-banner3.png) no-repeat right center;
    background-size: 80px;
}

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

    a.linhaRoundLeft.localiza span{
    /* left: 80px; */
    right: 0px;
    text-align: left!important;
    width: 230px;
  }
    section.estrutura a.agenda {
      padding-top: 50px!important;
      height: calc(300px - 60px);
    }

    section.estrutura div.linha.final a{
      background-size: cover!important;
    }
}
@media only screen 
and (min-width : 0px) 
and (max-width : 1024px) {
  section.estrutura div.slide-espec p{
      margin: auto calc(50% - 60%);
      width: 100%;
  }
  .owl-item.rico1.active, .owl-item.rico3.active {
      -webkit-filter: grayscale(0);
      -webkit-filter: grayscale(0%);
      filter: none;
      filter: grayscale(0%);
  }

    section.estrutura a.ligue span {
      font-size: 18px;
      width: 100%;
  }
  div.agCont div.agendamento{
    top: 0px;
    height: calc(100% - 40px);
    overflow-y: scroll;
    width: calc(100% - 0px)!important;
    margin: 0;
    padding-bottom: 40px;
  }
  section#banner .banner_item{
    height: 200px;
    margin-right: 0px;
    border-radius: 0px;
    background-size: cover;
    background-position: center;
    width: 100%;
  }
  section#banner #banner_principal{
    height: 200px;
  }
  section#banner .owl-nav .owl-prev,
  section#banner .owl-nav .owl-next{
    top: -80%;
  }
}

@media only screen 
and (min-width : 0px) 
and (max-width : 414px) {
  section.estrutura div.slide-espec p{
      /*margin: auto calc(50% - 225px);*/
      width: 100%;
      font-size: 35px;
      line-height: 40px;
  }
  section.estrutura div.slide-espec .owl-dots{
    display: none;
  }
  section.estrutura div.atendimento .conteudo span:last-of-type:after {
  opacity: 0;
}
section.estrutura div.atendimento {
        min-height: 200px;
}
section.estrutura div.atendimento .conteudo span:after {
    content: "";
    width: 200%;
    height: 1px;
    bottom: -5px;
    left: -50%;
    position: absolute;
    background: #cb153b;
}
  section.estrutura div.atendimento .conteudo span {
      width: calc(100% - 100px);
      margin: 4px calc(50% - 150px);
      position: relative;
  }
  section.estrutura div.atendimento .conteudo {
    min-height: 200px!important;
  }
  section.estrutura div.atendimento{
    height: auto;
  }
  section.estrutura div.linha.final .left {
      width: calc(100% - 0px);
      display: block;
      float: left;
  }
  div.linha.final span{
      padding: 5px 10px;
  }
  section.estrutura div.facebook{
    width: 80%!important;
    margin: 0 auto;
    float: none;
  }
  div.agendamento form.agendamento input{
    width: calc(100% - 40px)!important;
  }
  div.agendamento form.agendamento .box-input {
    width: calc(100% - 0px)!important;
  }
  section.estrutura h2.titulo{
    margin: 0px!important;
    min-height: 70px!important;
  }
  section#banner #banner_principal div.banners_textos p img {
      margin: -2px 20px;
      position: relative;
      width: 50px;
  }
  section.estrutura div.linha{
    margin: 0px!important; 
  }
  section.estrutura .linha.meio .esq h2{
    width: 180px;
  }
  section.estrutura .linha.meio .esq a {
    margin: 10px 0px;
    width: 70%;
    padding-left: 60px;
    float: left;
  }
  section.estrutura .linha.meio .dir a {
    margin: 10px 0px;
    width: 70%;
    padding-right: 60px;
    float: right;
  }
  section.estrutura .linha.meio .dir h2{
    width: 200px;
    padding-left: 50px;
  }
  section.estrutura .linha.meio .dir span{
    width: 310px;
    padding-left: 0px;
    padding-right: 0px;
    margin: 15px 0 0 25px;
    font-size: 25px;
    letter-spacing: 0px;
  }
    a.linhaRoundLeft.localiza span{
       left: 80px; 
     /* right: 0px;
      text-align: left!important;
      width: 230px;*/
    }
  div.agCont div.agendamento{
    top: 0px;
    height: calc(100% - 40px);
    overflow-y: scroll;
    width: 100%;
    margin: 0;
    padding-bottom: 40px;
  }
section.estrutura div.slide-sorria:after {
  content: none;
}
section.estrutura div.slide-sorria:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    float: right;
    display: block;
    margin-left: 0px;
    padding: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background: #00aeef;
    border-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

    section.estrutura div.slide-sorrir div.box {
      width: 100%;
    }
    section.estrutura div.slide-sorrir div.owl-stage-outer {
      height: 220px;
    }
    section#banner #banner_principal div.banners_textos{
        width: 100%!important;
    }
    section#banner #banner_principal div.banners_textos h2,
    section#banner #banner_principal div.banners_textos p,
    section#banner #banner_principal div.banners_textos a{
      width: 70%;
      left: 70px;
    }
    section#banner div#banner_principal.active .banner_item .bannertxts,
    section#banner #banner_principal div.banners_textos {
        height: 100%;
    }
    section#banner div#banner_principal.active .banner_item .banners_textos p {
        -webkit-transform: translate3d(0px,30%,0px);
        -moz-transform: translate3d(0px,30%,0px);
        -ms-transform: translate3d(0px,30%,0px);
        -o-transform: translate3d(0px,30%,0px);
        transform: translate3d(0px,30%,0px);
        opacity: 1;
    }
    footer .conteudo{
      width: 100%;
      padding: 0px;
    }
    section.estrutura div.slide-espec .owl-nav .owl-next, 
    section.estrutura div.slide-sorria .owl-nav .owl-next{
      opacity: 1!important;
    }

    section.estrutura div.slide-espec div.box{
      width: 100%!important;
      margin: 0px 0%!important;
      background-size: cover!important;
    }
    section.estrutura div.slide-espec div.box{
      height: 190px;
      background-size: contain;
    }
    section.estrutura div.slide-espec div.bottom{
      bottom: 8px;
    }
    .owl-loaded .owl-nav{
      width: calc(100% - 40px)!important;
      padding: 0px 20px!important;
      width: 100%;
      height: 100%!important;
      position: absolute;
      display: block!important;
      top: 100%;
    }

    section.estrutura div.slide-sorria div.box{
      width: calc(100% - 80px);
      height: auto;
      display: inline-block;
      padding: 40px;
      border-radius: 0px;
    }
    section.estrutura div.slide-sorria span.logo-smile{
      top: 170px;
      left: 0px;
      margin: 0 calc(50% - 0px)!important;
    }
    section.estrutura div.slide-sorria .owl-item.active span.logo-smile {
        width: 90px;
        left: 0px;
        margin: 0 calc(50% - 45px)!important;
    }
    section.estrutura div.slide-espec, 
    section.estrutura div.slide-sorria,
    section.estrutura div.slide-espec .owl-stage-outer,
    section.estrutura div.slide-sorria .owl-stage-outer{
      height: auto;
      display: inline-block;
    }
    section.estrutura div.slide-sorria div.bottom{
      width: calc(100% - 60px);
      margin: 40px 30px 10px;
    }
    section.estrutura div.slide-sorria img.avatar{
      margin: 0 calc(50% - 65px);
      float: none;
    }
    footer .logo{
      margin: 0 auto;
      float: none; 
    }

    section.estrutura div.linha div.esq form.teliga:after {
      content: "";
      width: 100%;
      height: 80px;
      display: block;
      position: absolute;
      left: 0px;
      top: 40px;
      background: url(../images/assets/after-te-liga.png) center center no-repeat;
    }
    section.estrutura div.linha div.esq {
      width: 100%!important;
      height: auto!important;
    }
    section.estrutura div.linha div.dir {
      width: 100%!important;
      height: auto!important;
    }
    section.estrutura .slideDir{
      margin: 20px auto!important; 
    }
    section.estrutura div.slideDir .owl-nav{
      position: relative;
      width: 80%!important;
    }
    section.estrutura div.linha div.esq div.box {
      width: 100%;
      margin: 0px;
      height: auto;
      border-radius: 0px;
      padding-top: 80px;
      background: url(../images/assets/bg-te-liga-mobile.jpg) center top no-repeat #f18122;
      background-size: cover;
    }
    footer .bottom{
      height: auto;
    }
    section.estrutura div.linha div.esq form.teliga {
        width: calc(100% - 120px);
        padding: 180px 60px 60px;
        margin: 0 auto;
    }
    section.estrutura div.linha div.esq form.teliga input{
        width: calc(100% - 40px);
    }

    footer .logo-ag {
      width: 60px;
      display: block;
      float: left;
      margin: 0 calc(50% - 30px);
    }
/*    a.linhaRoundLeft {
        width: calc(100% - 110px);
        border-radius: 0px!important;
        padding: 20px 100px 70px!important;
    }
    section.estrutura .linhaRoundLeft {
        width: calc(100%);
        border-radius: 0px!important;
        padding: 20px 0px 50px!important;
        background-size: cover!important;
    }*/
    section.estrutura div.linha.final .esq span{
      top: 70px;
      left: -30px;
    }
    section.estrutura div.linha.final .dir span{
      left: -30px;
    }
    section.estrutura div.linha.final a{
      margin: 10px 0px;
      background-size: cover!important;
    }
    section.estrutura div.linha.final{
      width: calc(100% - 40px);
      padding: 0px 20px;
    }
    section.estrutura div.linha.final a.linhaRoundLeft{
      background-size: cover!important;
    }
    section.estrutura .linhaRoundLeft h2.titulo {
        margin-left: 0px!important;
        width: 75%;
        left: 0px;
    }

}


.perguntas .expand .box span {
    width: 100%;
    float: left;
}






















