@font-face{
    font-family: 'Gotham Book';
    src: url('../fonts/GothamBook.ttf');
}

@font-face{
    font-family: 'Gotham Bold';
    src: url('../fonts/GothamBold.ttf');
}

@font-face{
    font-family: 'Gotham Light';
    src: url('../fonts/GothamLight.ttf');
}

@font-face{
    font-family: 'Tagette';
    src: url('../fonts/Tagette.ttf');
}

body{
    font-family: 'Gotham Light', sans-serif;
    overflow-x: hidden;
    font-size: 14px;
}

a:hover{
    text-decoration: none;
    color: #66afae;
}

p{margin-bottom: 0}

.bgverde{background-color: #004746}

header div:first-child a{color: #fff}
header .redessociais i{
    color: #F37E7E;
}
header .redessociais i:hover{
    color: #e80000;
}


.navbar-light .navbar-nav .nav-link {
     color: rgba(0, 71, 70, 0.78);
    font-weight: bold;
     text-transform: uppercase;
    font-size: 15px;
 }
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    font-weight: bold;
    color: #004746;

}

.carousel-control-next, .carousel-control-prev {
    width: 7%;
}

.title {
    font-family: 'Tagette', serif;
    font-size: 31px;
    color: #004746;
    font-weight: 900;
    margin-bottom: 12px;
}
.slogan {
    background-color: #66AFAE;
    color: #fff;
    width: 40%;
    margin: 5px auto;
    border-radius: 50px;
    font-style: italic;
    font-size: 14px;
}


.btn {
    font-family: 'Gotham Book';
    padding: 3px 25px;
    color: #fff;
    background-color: #66AFAE;
    border-radius: 50px;
    font-size: 16px;
}

.btn:hover {
    color: #66afae;
    text-decoration: none;
    background: transparent;
    border: 1px solid;
}

.bloco a{
    font-size: 18px;
}
.bloco p{
   line-height: 25px;
}
.bloco p:last-child{
    font-size: 24px;
    font-family: 'Gotham Bold';
}

.parallax {
    /* The image used */
    background-image: url("../img/img_parallax.jpg");
    /* Set a specific height */
    min-height: 300px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.frase{
    color: #fff;
    text-align: center;
    font-family: 'Tagette', serif;
    font-size: 44px;
    margin-top: 120px;
}

footer .bgverde p, .bgverde a{color: #fff; font-size: 13px}
footer .bgverde a:hover{color: #66afae}
footer .foot{
    padding: 50px 0;
}

footer .foot p, a{
     font-size: 13px;
    color: #212529;
 }
footer .foot a:hover{
    color: #66afae;
}
footer .foot h5{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
}

.bg-light {
    background-color: #e4e4e4!important;
}

@media (max-width: 640px) {
    .slogan {
        width: 100%;
    }
    .title {
        font-size: 24px;
    }

    header{text-align: center!important;}

    .frase{
        font-size: 35px;
    }
}

.QapTcha .bgSlider {
    width: 255px;
    height: 23px;
    float: left;
    background: url(../img/caminhoSlide.png) no-repeat center center;
}

.QapTcha .Slider {
    width: 34px;
    height: 47px;
    background: transparent url(../img/bg_draggable_qaptcha.png) no-repeat;
    cursor: e-resize;
    position: relative;
    top: -17px;
    left: 15px;
}

.bgSlider:before {
    width: 60px !important;
    height: 42px!important;
    content: " ";
    background-image: url(../img/icone_cadeado.png);
    position: absolute;
    top: -19px;
}


#envolva .bgSlider:before{
    right: -19px;
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

#envolva .dropError {
    color: #FFFFFF;
}

#envolva .QapTcha .bgSlider {
    filter: brightness(100);
}

#envolva .QapTcha .Slider{
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.arquivos .btn {
    font-family: 'Gotham Book';
    padding: 3px 25px;
    color: #fff;
    background-color: #66AFAE;
    border-radius: 5px;
    font-size: 16px;
}

.titulo{
    color: #66afae;
}

.titulo_galeria{
    position: absolute;
    bottom: 0;
    background-color: #007A78;
    opacity: 0.8;
    color: #FFFFFF;
    padding: 9px;
    margin-bottom: 9px;
    border-radius: 12px;
    left:18px;
    border: none;
    width: 200px;
}

#envolvase{
    background-color: #66AFAE;
    width: 100vw;
    margin-left: calc(-50vw + 50% - 8px);
}

.modal-body{
    background-color:#002323;
}


@media (min-width: 992px) {

    .flex-prev{
        margin-left: -3%;
        position: absolute;
        top: 35%!important;
    }

    .flex-next{
        position: absolute;
        left: 102%;
        top: 35%!important;
    }


}

.slogan {
    font-size: 13px;
}

/*.mb-2, .my-2 {*/
    /*margin-bottom: .5rem!important;*/
    /*margin-top: .8rem!important;*/
/*}*/

/*.ml-5, .mx-5 {*/
    /*margin-left: 2rem!important;*/
/*}*/

@media (max-width: 500px) {

    .flex-prev{
        margin-left: -21px;
        position: absolute;
        top: 40%!important;
    }

    .flex-next{
        position: absolute;
        left: 102%;
        top: 40%!important;
    }

   #carousel-galeria li{
        width: 120px!important;

    }

}


.modal-open .modal{
    background-color: rgba(00,35,35,0.3);
}

.modal-content {
    color: #FFFFFF;
    background: #002323!important;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    color:#002323;
}
 a.foto_modal{
     cursor: pointer;
 }

 .true_times {
     color: #FFFFFF;
     margin-left: 85%;
 }

 .close{
     background-color: #002323!important;
     width: 30px;
     margin-left: 85%;
 }

