/* Sem espaços após parágrafos - necessário em alguns navegadores*/
p{margin: 0; }

body{
  padding:0 !important;
  margin:0 !important;
  clear: both;
}

/* Fontes do Projeto*/
  @font-face {
    font-family: Nunito;
    src: url(Nunito.ttf);
  }  
  
  /* Faz a imagem do carrosel responsiva*/
.carousel-inner img {
    width: 100%;
    height: 100%;
} 

.bg{
    background-color: #a0d6b4;
    /*display: block;*/
    max-width: 100%;
    height: auto;
}

/*Cor da barra de menu, fonte e tamanho (padding) dentro do menu*/
.bg-light{background-color:#16BDAA !important; height: auto; font-size: 14px;  padding: 5px;
  font-family: 'Nunito','sans-serif'; /*border-bottom: #ffffff solid 1px; */ box-shadow: 0 0 3px #a7adba;}

.bg-light a {color: #ffffff !important; }

.nav-item a.active, .bg-light a:hover {/*background-color: #ffffff;*/ color:#004444 !important;}

.navbar-brand:hover{background-color: #16BDAA !important; color:#ffffff !important;}

.navbar-brand span{font-size: 25px; color:#ffffff !important;}

.navbar-brand a:hover{background-color: #16BDAA !important; color:#ffffff !important;}

/*Customização para a cor do menu sanduíche quando necessário*/
.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }
  
.custom-toggler.navbar-toggler {
    border-color: rgb(255,255,255);
  } 


  .home-text {
    width: 60%;
    font-family: 'Nunito','sans-serif';
    text-align: left;
    position: absolute;
    top: 50%;
    left: 70%;
    transform: translate(-70%, -50%);
    color: white;
    background-color: rgb(131,208,201); /* Fallback color */
    background-color: rgba(131,208,201, 0.5); /* Black w/opacity/see-through */  
    padding:50px;
  }
  
  .home-text h1 {font-size:50px; font-weight: bold;}
  
  .home-text h3 {font-size:35px;}

  .home-text h3 span {font-size:40px; font-weight: bold; color: #006666; background-color:#77ab59; padding: 0 10px;}  
  
  .home-text button{
    background-color:#ff7400;
    border: none;
    border-radius: 12px;
    font-family: 'Nunito','sans-serif';
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    margin: 4px 2px;
    transition-duration: 0.5s;
    cursor: pointer;
  }
  
  .home-text button:hover {
      background-color: #006666;
      color: white;
    }

.linha_gold {margin-top:5px;margin-bottom:20px;height:3px; border-style: solid; border-bottom-width: 3px;
      border-color: rgb(232, 144, 35); width: 80px; display: block;}

#home { background-color: #ffffff; padding: 25px 0;}

#empresa {background-color: #ffffff;  text-align: center; padding: 80px 0;
  background-image: url("../img/bg_esquerda.png"); background-repeat: no-repeat;} 

#empresa h1 { font-family: 'Nunito','sans-serif'; font-size: 35px; color: #000000;
            text-align: center; line-height: 35px; padding:50px 0; font-weight: bold;}

#cartas{background-color:#00917c; text-align:center;padding:100px 0;}

#cartas h1 { font-family: 'Nunito','sans-serif'; font-size: 50px; color: #ffffff; 
              text-align: center; line-height: 30px; padding-bottom:60px; }

#empresa h1 { font-family: 'Nunito','sans-serif'; font-size: 35px; color: #000000;
                text-align: center; line-height: 35px; padding:50px 0; font-weight: bold;}

#empresa p { font-family: 'Nunito','sans-serif'; font-size: 22px; text-align: left; line-height: 40px;}

#consorcios {background-color: #f1f1f1; text-align: center; padding: 80px 0;}

#consorcios h1 {font-family: 'Nunito','sans-serif'; font-size: 35px; color: #000000;
text-align: center; line-height: 35px; padding:50px 0; font-weight: bold;}

#consorcios p { font-family: 'Nunito','sans-serif'; font-size: 22px; 
  text-align: justify; line-height: 40px; padding: 20px;}

.box_card { width: 100%; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center; padding: 0px;}

.box_header {color: white;  font-family: 'Nunito','sans-serif';font-weight: bold;  text-align: center;
  padding-top: 110px; font-size: 90px;  height: 300px;}

.box_card h2{font-family: 'Nunito','sans-serif';font-weight: bold;
        font-size: 50px; text-shadow: 2px 2px 4px #000000;}

.box_container {height:auto; background-color: #ffffff;}

.parcelas {font-family: 'Nunito','sans-serif';font-weight: bold;
  font-size: 22px; text-align: center; display: block;}

.preco {font-family: 'Nunito','sans-serif';font-weight: bold; color: #5cb85c;
    font-size: 35px; text-align: center; display: block;}

.box_card .centro {text-align: center;}

.box_card button { display: inline-block; border-radius: 12px; background-color: #006666; border: none; 
  color: #ffffff; text-align: center; font-size: 28px; padding: 10px;
   font-family: 'Nunito','sans-serif';font-size: 22px;  width: 70%; 
   transition: all 0.5s; cursor: pointer; margin: 5px 0 25px;}

.box_card button:hover {background-color:#ff7400;  color: #ffffff}

#funcionamento{background-color: #E1F0F0; text-align: center;  padding: 50px 150px;}

#funcionamento p { font-family: 'Nunito','sans-serif'; font-size: 22px; 
  text-align: justify; line-height: 40px; padding: 0px;}

.img-responsive { width: 100%; height: auto;}
  
.esquerda {float: left; padding: 0 20px 10px 0; max-width: 400px;}

.direita {float: right; padding: 10px 0 5px 10px; max-width: 320px; }

#funcionamento h1 {font-family: 'Nunito','sans-serif'; font-size: 35px; 
  text-align: center; line-height: 35px; padding:50px 0; font-weight: bold; color: #000000;}


#contato {background-color: #ffffff; text-align: center; padding: 80px 0;
  background-image: url("../img/bg_direita.png"); background-repeat: no-repeat;
  background-position: top right;}

#contato h1 {font-family: 'Nunito','sans-serif'; font-size: 35px; 
  text-align: center; line-height: 35px; padding:50px 0; font-weight: bold; color: #000000;}

#contato a {color:#ffffff;}

#contato a:hover {color:#ffa700;text-decoration: none;}

.box_contato { width: 100%; background-color: #006666; padding: 30px 0; line-height: 60px;
  border-radius: 25px; color: #ffffff; font-family: 'Nunito','sans-serif';
  font-size: 25px; text-align: center; margin-bottom: 50px; transition-duration: 0.5s;}

.box_contato:hover{ background-color: #004c4c; color: #ffa700; }

  #submitBtn{
    font-family: 'Nunito','sans-serif'; font-size: 30px;
    width: 100%;
    background-color:#65737e;
    border: none;
    color: white;
    padding: 12px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;  
    transition-duration: 0.4s;
    cursor: pointer; border-radius: 0px;
    margin-top: 12px;
  }
  
  #submitBtn:enabled{
    background-color:#006666; 
  }
  
  #submitBtn:hover {
      background-color:  #ffa700;
      color: white;
    }
  
  #contato #nome, #contato #email, #contato #mensagem{
      font-family: 'Nunito','sans-serif'; font-size: 25px;
      width: 100% !important;
      background-color: #f5f5f5;
      border: solid 1px #e8e8e8;
      color: #000000;
      padding: 15px 15px;  
      margin-top: 20px;   border-radius: 0px;
    }

    .g-recaptcha { display: inline-block; margin-top: 15px;}

    .modal-backdrop{z-index: 1050;}
    .modal{z-index: 1060;}
    .modal-body {font-family: 'Nunito','sans-serif';font-size: 18px;}
    .btn-danger {background-color:#006666;; border: 0; font-family: 'Nunito','sans-serif';font-size: 18px;}
    .btn-danger:hover{background-color:#ffa700;}
    

.mapa {width: 100%; height: 300px; border: none; }

.parallax { 
  background-image: url("../img/bg.jpg");
  min-height: 300px; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: -10px;
}

.parallax h1 {font-size:60px; font-family: 'Ralewayv', sans-serif; 
  padding-top: 110px; color:#ffffff; text-align: left;}


#footer{font-family: 'Nunito','sans-serif'; font-size: 18px; 
      background-color: #006666; margin-top: 0px; width: 100%; height: 60px; 
      padding-top:16px !important; padding-bottom:3px !important; text-align: center;
      color: #ffffff; position: absolute;
}

#footer a {font-family: 'Nunito','sans-serif'; color:#77ab59; }

#footer a:hover {color: #ffa700; text-decoration: none;}



.flip-box {
  background-color: transparent;
  width: 100%;
  height: 300px;
  /*border: 1px solid #f1f1f1;*/
  perspective: 1000px;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
  transform: rotateX(180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 50px 0; line-height: 200px;
  font-family: 'Nunito Sans','sans-serif';
  font-size: 50px; text-align: center;font-weight: bold;
}

.flip-box-front img{
  display:inline; text-align: center;
}

.flip-box-front {
  background-color: #ffb26b;
  color: #ffffff;
}

.flip-box-back {
  background-color: #226597;
  color: white;
  transform: rotateX(180deg);
}




/* Animação 1 */
.slideanim {visibility:hidden;}
  .slide {
      animation-name: slide;
      -webkit-animation-name: slide;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      visibility: visible;
  }
  @keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }

/* Animação 2 */
  .slideanim1 {visibility:hidden;}
  .slide1 {
    animation-name: slide1;
    -webkit-animation-name: slide1;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
}
@keyframes slide1 {
  0% {
    opacity: 0;
    transform: translateX(-70%);
  } 
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@-webkit-keyframes slide1 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-70%);
  } 
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}


@media only screen and (max-width: 1020px) {

  .box_contato { font-size: 15px;}

  #funcionamento{padding: 50px 0px;}

}

@media only screen and (max-width: 780px) {

  .home-text h1 {font-size:30px;}
  
  .home-text h3 {font-size:25px;}

  .home-text button{padding: 4px 8px; font-size: 18px; margin: 4px 2px; }

  .home-text h3 span {font-size:25px; padding: 0 5px;} 

  .parallax h1 {font-size:40px; }

  .box_contato {font-size: 12px;}

  .img-responsive {max-width: 100%;}

}

@media only screen and (max-width: 575px) {

  .navbar-brand span{font-size: 20px; color:#ffffff !important;}
  .box_contato { font-size: 20px;}
  .flip-box {margin-bottom: 10px;}


}