.btn,
a{
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

#cookieDiv{
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    z-index: 2000000001;
}
#cookieDiv > div{
    display: inline-block;
    background-color: #222224;
    color: #FFFFFF;
    padding: 5px 20px;
}
#cookieDiv a{
    color: #c06a2f;
}
#cookieDiv a.fechar{
    color: #ffffff;
    display: inline-block;
    margin-left: 15px;
    margin-right: -10px;
    cursor: pointer;
}

#conteudo .conteudoSub{
    padding-top: 20px;
}

#galeriaHome{
    position: relative;
}





._13years{
    font-size: 13px;
    padding-top: 15px;
}
._13years h2{
    margin-top: 30px;
}

/* Linha 1 */

#conteudo .linha_1{
    background-color: #222222;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #999999;
    font-size: 15px;
    font-weight: 500;
}
#conteudo .linha_1 strong{
    color: #bc8d15;
}
#conteudo .linha_1 p{
    margin-bottom: 15px;
}
#conteudo .linha_2{
    background-color: #333333;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #999999;
    font-size: 15px;
    font-weight: 500;
    position: relative;
}

#conteudo .linha_2 strong{
    color: #bc8d15;
}
#conteudo .linha_2 p{
    margin-bottom: 15px;
}
#conteudo .linha_2 a{
    color: #bc8d15;
}
#conteudo .linha_2 a:hover{
    color: #ffffff;
	text-decoration: underline;
}


/* Formularios */
/*#enquiryFormC{
}

#enquiryFormC .has-error .help-block{
    color: #fff000;
}

#enquiryForm{
    position: relative;
    background-color: #27b6bd;
    padding: 15px;
    border-bottom: 1px solid #fFFFFF;
}
#enquiryForm h1{
    font-size: 18px;
    text-align: center;
    font-weight: 900;
    color: #FFFFFF;
    background-image: none;
    
    padding-bottom: 0px;
    margin-bottom: 14px;
    
}
#enquiryForm.loading{
    padding-bottom: 25px;
    background-image: url("../img/loader_laranja.gif");
}
#enquiryForm .status{
    color: #FFFFFF;
}
#enquiryForm label{
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
	line-height:20px;
}
#enquiryForm .btn-default{
    padding-left: 40px;
    padding-right: 40px;
}
#enquiryForm .politica{
    color: #FFFFFF;
    line-height: 18px;
}
#enquiryForm .politica a{
    color: #FFFFFF;
}*/

form.loading{
    background-image: url("../img/loader.gif");
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 25px;
}
form.loading button[type=submit]{
    display: none;
}



.carousel .carousel-control{
    background-image: none;
    filter: none;
    background-repeat: no-repeat;
    text-indent: -9999px;
    
    width: 21px;
    height: 37px;
    top: 50%;
    margin-top: -18px;
    
}

.carousel .carousel-control.right{
    background-image: url("../img/seta_dir_t.png");
    background-position: center center;
    right: 0px;
}
.carousel .carousel-control.right:hover{
    background-image: url("../img/seta_dir_t_over.png");
}
.carousel .carousel-control.left{
    background-image: url("../img/seta_esq_t.png");
    background-position: center center;
    left: 0px;
}
.carousel .carousel-control.left:hover{
    background-image: url("../img/seta_esq_t_over.png");
}

.carousel.one .carousel-control{
    display: none;
}


.carousel .carousel-indicators li{
    width: 10px;
    height: 10px;
    margin: 0;
    margin-right: 5px;
    background-color: transparent;
    border-color: #FFFFFF;
    border-radius: 50%;
}

.carousel .carousel-indicators li:hover,
.carousel .carousel-indicators .active {
    background-color: #bc8d15;
    border-color: #bc8d15;
}




.miss{
    color: red;
}



.g-recaptcha > div{
    max-width: 100%!important;
}
.g-recaptcha iframe{
    max-width: 100%!important;
}



#newsletterForm.loading{
    background-image: url("../img/loader.gif");
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 25px;
}
#newsletterForm .status{
    padding-top: 5px;
    text-align: center;
}



.btn {
font-weight: 600;
color: #212529;
text-align: center;
-webkit-user-select: none;
font-size: 1rem;
line-height: 1.5;
}

.bootstrap-select > .dropdown-toggle {
padding-right: 10px;
}

.btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
color: #212529;
background-color: #fff;
border-color: #d3d9df;
}