@font-face {
font-family: 'Gotham Light';
font-style: normal;
display: swap;
font-weight: normal;
src: local('Gotham Light'), url('../fonts/GothamLight.woff') format('woff');
}
@font-face {
font-family: 'Gotham Medium';
font-style: normal;
display: swap;
font-weight: normal;
src: local('Gotham Medium'), url('../fonts/GothamMedium.woff') format('woff');
}
@font-face {
font-family: 'Gotham Bold';
font-style: normal;
display: swap;
font-weight: normal;
src: local('Gotham Bold'), url('../fonts/GothamBold.woff') format('woff');
}


@charset "UTF-8";

/* ===================== PADRÃO ======================= */
* {
  font-size: 100%;
  padding: 0;
  margin: 0; 
  -webkit-transition: all 0.2s ease ;
  -moz-transition: all 0.2s ease ;
  -ms-transition: all 0.2s ease ;
  -o-transition: all 0.2s ease ;
  transition: all 0.2s ease;
  outline: none !important;
  }
*:hover {
  text-decoration: none;
}
a, a:link, a:hover, a:visited, a:active {
  text-decoration: none;
  color: #3f94bb;
  -webkit-transition: all 0.1s ease ;
  -moz-transition: all 0.1s ease ;
  -ms-transition: all 0.1s ease ;
  -o-transition: all 0.1s ease ;
  transition: all 0.1s ease;
}
a.sb_xver, a.sb_xver:link, a.sb_xver:hover, a.sb_xver:visited, a.sb_xver:active {
  color: #fff;
}
html, body {
  /*height: 100%;*/
  padding-right: 0; 
  background-repeat: no-repeat;
  background-position: top;
  scroll-behavior: smooth;
}
/* INI ESTILOS E BOTÕES */
h1 {
  font-family: 'Gotham Medium';
  font-weight: 300;
  font-size: 20px;
  color: #939498 !important;
}
h2 {
  font-family: 'Gotham Medium';
  font-style: normal;
  font-weight: 100 !important;
  font-size: 25px;
  color: #939498 !important;
}
h3 {
  font-family: 'Gotham Light';
  font-style: normal;
  font-weight: 100 !important;
  font-size: 22px;
  color: #333 !important;
  text-align: center;
}
h4 {
  font-family: 'Gotham Medium', sans-serif;
  font-style: normal;
  font-weight: normal !important;
  font-size: 24px;
  color: #333 !important;
}
p {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  text-align: left;
}
.uppr {
  text-transform: uppercase !important;
}
.espacamento {
  height: 40px;
}
.nopad{
   padding: 0 !important;
   margin: 0 !important;
}
.hidedsk {
  display: none;
}
hr {
  width: 110px;
  border: 6px solid #3f94bb;
  opacity: 0.8px;
}
.btn {
  /*border-radius: 25px;*/
  width: auto;
  padding-left: 20px;
  padding-right: 20px;  
  font-family: 'Gotham Medium';
  font-size: 16px;
  color: #fff !important;
  background-color: #3f94bb;
  z-index: 90;
}
.btn .fas {
  color: #fff !important;
  background-color: transparent;
}
.btn .fas:hover {
  color: #ccc !important;
  background-color: transparent;
}
.bt_in {
  padding: 20px 10px;
  background-color: #5a2b55;
  color: #fff;
  font-family: 'Gotham Light';
  font-size: 16px;
  text-align: center;
  border: 2px solid #fff;
}
a.bt_in, a.bt_in:link, a.bt_in:hover, a.bt_in:visited, a.bt_in:active {
  color: #fff;
}

.bt_act {
  padding: 0px 20px;
  line-height: 60px;
  background-color: #41b94c;
  color: #fff !important;
  border-radius: 15px;
  font-family: 'Gotham Medium';
  font-size: 16px;
  text-align: center;
  border: 2px solid #fff;
}
.bt_act img {   margin-right: 15px; }

.bt_whatsapp {  background-color: #41b94c; }
.bt_whatsapp:hover {  background-color: #2c9936; }

.bt_telefone {  background-color: #4aea59; }
.bt_telefone:hover {  background-color: #41b94c; }

.bt_mapas {  background-color: #1b7093; }
.bt_mapas:hover {  background-color: #18556e; }
.video-responsive{overflow:hidden;padding-bottom:56.25%;position:relative;height:0;margin:5px 0px}
.video-responsive iframe{left:0;top:0;height:100%;width:100%;position:absolute;}

/* FIM ESTILOS E BOTÕES */

/* INI ESTILOS REDES SOCIAIS */
.social {
  line-height: 40px;
}
.fas, .fab, .fa {
  padding: 8px 11px 8px 11px;
  line-height: 38px !important;
  color: #939498;
  width: 41px;
  text-align: center;
  font-size: 18px !important;
}
.fas:hover, .fab:hover, .fa:hover {
  color: #fff;
}
/* FIM ESTILOS REDES SOCIAIS */


/* INI Menu  */
header {
  background-color: #5d3c78;
  margin: 0px !important;
  z-index: 10000;
  height: 130px;
  overflow: visible !important;
  display: block !important;
}
.menu_mbl, .menu-mobile {
  display: none !important;
}
.menu_dsk {
  display: inline;
  z-index: 90;
  margin-top: 40px;
  width: 100% !important;
  background-color: #3b1e53 !important;
}

.menu_fixo {
  text-align: center;
  font-family: 'Gotham Medium';
  font-size: 16px;
  line-height: 45px;
  color: #939498 !important;
  float: right !important;
  padding: 12px 21px 8px 21px;
  text-transform: uppercase;
  letter-spacing: -0.9px;
}
.menu_fixo:hover {
  padding: 8px 21px 8px 21px;
  border-bottom: 4px solid #5d3c78;
  color: #fff !important;
}
.menu_fixo_alternativo {
  border-radius: 30px;
  min-height: 50px;
  max-height: 55px;
  color: #939498 !important;
  text-transform: uppercase;
  background-color: #fff;
  margin: 0px 3px;
}
.menu_fixo_alternativo:hover {
  background-color: #939498; 
}
.menu_fixo_alternativo p {
  padding: 5px;
  text-align: center;
  font-family: 'Gotham Medium';
  font-size: 16px;
  color: #939498 !important;
  line-height: 15px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 90000;
}
.fixo_alternativo:hover {
  background-color: #949599;
  font-size: 17.5px;
  color: #fff !important;
}

@media (max-device-width: 1679px) {
  .menu_fixo {
    font-size: 15.2px;
    letter-spacing: -1px;
  }
  .fas, .fab, .fa {
    line-height: 38px !important;
    width: 41px;
    font-size: 18px !important;
  }
  .sb_xver {
    padding: 4px 6px;
    font-size: 13px !important;  
  }
}

@media (max-device-width: 1480px) {
  .menu_fixo {
    font-size: 14.2px;
    padding: 7px 7px;
    letter-spacing: -1.2px;
  }
  .menu_fixo:hover {
    padding: 7px 7px;
    border-bottom: 4px solid #5d3c78;
  }
  .fas, .fab, .fa {
    line-height: 13px !important;
    width: 31px;
    font-size: 13px !important;
  }
  .sb_xver {
    padding: 4px 10px;
    font-size: 14px !important;  
  }

}

@media (max-device-width: 1023px) {
  .hidedsk {
    display: block;
  }  
  .fas, .fab, .fa {
    background-color: #ccc;
    color: #fff;
    padding-top: 11px;
    line-height: 31px !important;
    width: 31px;
    font-size: 13px !important;
  }
  .menu_fixo_alternativo p {
    font-size: 10px;
    line-height: 13px;
    top: 55%;
  }
  .menu_mbl li {
    list-style-type: none;
  }
  .menu_mbl {
    padding: 0px;
    margin: 0px !important;
    margin-top: 10px !important;
    display: inline-block !important;
    list-style: none;
    text-align: right;
    color: #333;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Gotham Medium';
  }
  #menu_mbltop {
    -webkit-transition: all 0.2s ease ;
    -moz-transition: all 0.2s ease ;
    -ms-transition: all 0.2s ease ;
    -o-transition: all 0.2s ease ;
    transition: all 0.2s ease;
    border: 20px solid #333 !importants;
  }
  .menu_m {
    border-bottom: 1px solid #efefef;
    width: 100%;
    font-size: 14px !important;
    text-align: left;
    display: inline-block !important;
    padding: 4px 18px 6px 18px;
    background-color: #e8e5e5 !important;
   }
  .sbmenu_m {
    border-bottom: 1px solid #efefef;
    width: 100%;
    font-size: 14px !important;
    text-align: left;
    padding: 4px 18px 6px 28px;
    background-color: #efefef !important;
    display: inline-block !important;
   }
  .sbmenu_m:last-of-type {
    padding: 16px 10px 15px 20px;
  }   

  .menu_dsk, .hidembl {
    display: none !important;
  }
  .navbar-toggler {
    background-color: #3f94bb;
    margin-top: 2px;
    float: left;
  }
}
/* FIM Menu  */


/* INI Logo e Menu  */

.logo-topo img {
  max-height: 136px;
  width: auto;
}
.logo-topo img:hover {
   transform: scale(1.1);
}

.menu-topo {
  position: relative;
  left: 0px;
  top:1px;
  text-align: center;
  color: #fff;
  font-family: 'Gotham Medium';
  font-size: 14.2px;
  z-index: 9999999120 !important;
  background-color: #fff;
  text-transform: uppercase;
  line-height: 50px;
  display: inline-block;
}

.menu-topo a, .menu-topo a:link, .menu-topo a:visited, .menu-topo a:active, .dropdown  {
  display: inline-block;
}
.menu-topo a:hover {
  color: #3f94bb !important;
}
.logo-aparece {
  position: relative;
  top: 0px;
  max-width: 190px;
  margin-top: -10px;
}
@media (max-device-width: 1023px) {
  .logo-aparece {
    display: none !important;
  }


  .logo-topo img {
    float: none;
    text-align: center !important;
    max-width: 260px;
  }
  .fas, .fab, .fa {
    line-height: 16px !important;
    height: 35px;
    width: 35px;
    font-size: 13px !important;
  }
  header {
    text-align: center;
    min-height: 75px !important;
    height: 75px !important;
    z-index: 9999999999999;
  }
  
}

.dropdown {
  float: right;
}
.dropdown-content {
  margin-top: 82px;
  margin-left: 10px;
  display: none;
  border-radius: 0px 20px 20px 20px;
  position: absolute;
  min-width: 280px;
  z-index: 2000000;
  padding: 20px 10px;
  background-color: #4395c4;
  font-family: 'Gotham Medium';
}
.sb_xver {
  width: 100%;
  background-color: #4395c4;
  padding: 4px 10px;
  font-family: 'Gotham Light';
  color: #fff;
  font-size: 16px;  
}

.sb_xver:hover {
  background-color: #4395c4;
  color: #fff;
  font-family: 'Gotham Medium';
}
.dropdown-content a {
  text-decoration: none;
  display: inline-block;
  font-family: 'Gotham Light';
}
.dropdown:hover .dropdown-content {display: table-cell;}
.dropdown:hover .dropbtn, .dropdown-content a:hover {color: #333;cursor: pointer;}
/* FIM Logo e Menu  */


/* INI Slider  */
.carousel.carousel-fade .carousel-item {
    display: block;
    opacity: 0;
    transition: opacity ease-out .4s;
}
 #slider_topo {
  position: static;
  left: 0px !important; 
  top: 0px !important;
  z-index: 1000000 !important;
  margin-top: 0px;
  width: 100% !important;
}

.sldini {
  opacity: 1;
}
.sldini:hover {
  opacity: 0.7;
}
#slider_topo .carousel-item {
    min-height: 580px;
    max-height: 749px;
    overflow: hidden;
  }
@media (max-device-width: 1023px) {
  #slider_topo .carousel-item {
    min-height: 280px;
    height: 280px;
    padding-top: 22px;
    padding-bottom: 40px;
    transform: scale(1.1);
  }
  #slider_topo .carousel-inner img {
    height: 240px;
    transform: scale(1.1);
  }
}
@media (max-device-width: 1023px) and (orientation: landscape) {
  #slider_topo .carousel-item {
    height: 460px;
    padding-top: 27px;
    padding-bottom: 40px;
    transform: scale(1.1);
  }
  #slider_topo .carousel-inner img {
    height: 420px;
    transform: scale(1.1);
  }
}


.carousel.carousel-fade .carousel-item.active {
    opacity: 1 !important;
}
.slider_inside {
  border: 2px solid #333;
  background-color: #333;
  height: 110px;
  background: url('../imgs/slider_interno.jpg');
  background-size: cover;
}
.carousel-control-prev-icon {
  background-image: url("../imgs/icones/previous.png");
  width: 80px;
  height: 80px;
  cursor: pointer;
}
.carousel-control-next-icon {
  background-image: url("../imgs/icones/next.png");
  width: 80px;
  height: 80px;
  cursor: pointer;
}

.carousel-control-prev-iconim {
  background-image: url("../imgs/icones/previousim.png");
  width: 80px;
  height: 80px;
  cursor: pointer;
}
.carousel-control-next-iconim {
  background-image: url("../imgs/icones/nextim.png");
  width: 80px;
  height: 80px;
  cursor: pointer;
}

@media (max-device-width: 1023px) {
  .carousel-control-prev-icon, .carousel-control-next-icon {
    display: none;
  }
  .carousel-control-prev-iconim, .carousel-control-next-iconim {
    width: 40px !important;
    min-width: 40px !important;
    height: 40px !important;
    min-height: 40px !important;
    margin-top: -50px;
    cursor: pointer;

  }
  .carousel-control-prev-iconim {
    background-image: url("../imgs/icones/previous.png");
    margin-left: 30px;
  }
  .carousel-control-next-iconim {
    margin-left: -30px;
    background-image: url("../imgs/icones/next.png");
  }
}


@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

.carousel-item .info {
  font-family: 'Gotham Bold';
  font-size: 35px;
  color: #f1cee2 !important;
  position: absolute;
  top: 18%;
  margin-right: 10%;
  left: 48%;
  width: 40%;
  z-index: 90;
  padding: 0px 20px;
  text-align: center;
  -webkit-transition-delay: 3500ms;
  -moz-transition-delay: 3500ms;
  -o-transition-delay: 3500ms;
  transition-delay: 3500ms;
}
.carousel-item .info h1 {
  font-family: 'Gotham Bold';
  font-size: 61px;
  color: #f1cee2 !important;
  padding: 10px 0px;
  line-height: 54px;

  -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 2s; /* Firefox < 16 */
  -ms-animation: fadein 2s; /* Internet Explorer */
  -o-animation: fadein 2s; /* Opera < 12.1 */
  animation: fadein 2s;
   filter: drop-shadow(0 0 30px #fff);
}
.carousel-item .info h2 {
  font-family: 'Gotham Medium';
  font-size: 24px;
  color: #f1cee2 !important;
  padding: 10px 0px;
  z-index: 90;
  -webkit-animation: fadein 4s; /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 4s; /* Firefox < 16 */
  -ms-animation: fadein 4s; /* Internet Explorer */
  -o-animation: fadein 4s; /* Opera < 12.1 */
  animation: fadein 4s;
}
.carousel-item .info .btn {
  /*border-radius: 25px;*/
  width: auto;
  padding: 20px 40px 16px 40px;
  font-family: 'Gotham Medium';
  font-size: 25px;
  color: #fff !important;
  background-color: #00bb2d;
  z-index: 90;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;  
}

.carousel-item .info .btn:hover {
  background-color: #006400;
  opacity: 1 !important;
  padding: 20px 60px 16px 40px;
}
@media (max-device-width: 1023px) {
  .carousel-item .info {
    font-size: 20px;
    top: 42%;
    left: 6%;
    width: 80%;
    padding: 0px 10px;
  }
  .carousel-item .info h1 {
    color: #c785ab !important;
    font-size: 25px;
    padding: 6px 0px;
    line-height: normal;
    filter: drop-shadow(0 0 30px #fff);
}

  .carousel-item .info h2 {
    font-size: 15px;
    padding: 6px 0px;
  }
  .carousel-item .info .btn {
   display: none;
  }
  .empfooter .btn { 
  line-height: 34px !important; }
}
/* FIM Slider  */


/* INI Rodapé  */
.rodape {
  background-color: #3b1e53;
  padding-top: 40px;
  padding-bottom: 20px;
  color: #fff !important;
  text-align: left;
  font-family: 'Gotham Medium';
  font-size: 23px;
  line-height: 45px;
}
.rodape a {
  color: #fff !important;
}
.rodape .logo-rodape {
  max-width: 190px;
}
@media (max-device-width: 1023px) {
  .rodape {
    font-size: 18px;
    line-height: 45px;
  }  
  .rodape .logo-rodape {
    margin: 30px 0px;
  }
@media (max-device-width: 1023px) and (orientation:landscape) {
  .rodape .logo-rodape {
    max-width: 190px;
  }
}
/* FIM Rodapé  */
