/*
#545150 - cinza
#ffcc04 - amarelo
#d3072a - vermelho

font-family: 'Open Sans', sans-serif;
font-family: 'Kanit', sans-serif;

alinhar colunas na row
.centered {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

left: calc(50% - 72px);

row align-items-center

col align-self-start

-
align-self-center

|
justify-content-center

@media (min-width: 576px) {
    
}

@media (min-width: 768px) {
    
}

*/

body {
    background-color: rgba(255, 255, 255, 0);
    color: #666666;
    font-family: 'Open Sans', sans-serif;
}

a {
    color: #d3072a;
    transition: 0.5s;
}

a:hover,
a:active,
a:focus {
    color: #d3072a;
    outline: none;
    text-decoration: none!important;
}

p {
    font-size: 17px;
    padding: 0;
    line-height: 20px;
    color: #000;
    text-align: justify;
    margin: 0;]
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 20px 0;
    padding: 0;
    font-family: 'Kanit', sans-serif;
    text-align: center;
    font-weight: 700!important;
}

h1 {
    font-size: 1.7rem!important;
    color: #ffcc04;
}

hr {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important;
}

.btn {
    font-family: 'Kanit', sans-serif;
}

/* Back to top button */

.back-to-top {
    position: fixed;
    display: none;
    background: #191a1a;
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 22px;
    border-radius: 50%;
    left: 15px;
    bottom: 15px;
    padding-top: 10px;
    z-index: 11;
    transition: background 0.5s;
        -webkit-transition: background 0.5s;
        -moz-transition: background 0.5s;
        -o-transition: background 0.5s;
        -ms-transition: background 0.5s;
}

@media (max-width: 768px) {
    .back-to-top {
        bottom: 15px;
    }
}

.back-to-top i {
    padding-top: 12px;
    color: #fff;
}

/* Whatsapp-btn */

.whatsapp-btn {
    position: fixed;
    background: #52ce1b;
    color: #fff;
    width: 150px;
    line-height: 1.1;
    border-radius: 8px;
    right: 20px;
    bottom: 20px;
    transition: all 0.2s;
    padding: 20px 10px;
    z-index: 11;
    font-size: 30px;
    font-family: 'Kanit', sans-serif;
    text-align: center;
/*
    border-right: 3px #226d00 solid;
    border-bottom: 3px #226d00 solid;
*/
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.47));
}

.whatsapp-btn:hover {
    color: #fff;
    bottom: 30px;
}

@media (max-width: 768px) {    
    .whatsapp-btn {
        width: 140px;
        font-size: 23px;
        right: 20px;
        bottom: 14px;
        transition: all 0.3s;
        padding: 20px 10px;
        z-index: 11;
    }
}

.whatsapp-btn i {
    color: #fff;
    font-size: 80px;
}

.borda-zero {
    padding: 0!important;
}

/* Prelaoder */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #f2f2f2;
    border-top: 6px solid #d3072a;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: animate-preloader 1s linear infinite;
    -webkit-animation: animate-preloader 1s linear infinite;
    -moz-animation: animate-preloader 1s linear infinite;
    -o-animation: animate-preloader 1s linear infinite;
    -ms-animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform'': rotate(360deg);
        -ms-transform: rotate(360deg);
    }
}

/*Barra de contato*/

#direct-bar {
    color: #fff;
    height: 30px;
    width: 100%;
    position: fixed;
    /*    background-color: #454131;*/
    background: linear-gradient(to right, #ffcc04, #ffcc04, #d3072a);
    text-align: center;
    z-index: 997;
    font-family: 'Kanit', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    padding-top: 5px;
    border: none;
}

#direct-bar ul {
    text-align: center;
    padding: 0;
    margin: 0;
}

#direct-bar li {
    display: inline;
}

#direct-bar li strong {
    font-weight: 600;
}

#direct-bar li.divmenu {
    margin: 0 20px;
}

#direct-bar i {
    margin: 0 10px 0 10px;
}

#direct-bar a {
    color: #fff;
}

#direct-bar a:hover {
    /*    color: #ffcc04;*/
    color: #a80d0d;
}

@media (max-width: 768px) {
    #direct-bar li.divmenu {
        margin: 0 3px;
    }
    
    #direct-bar i {
        margin: 0 5px 0 5px;
    }
}

/*-- #Menu --*/
/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}

.nav-menu li {
    position: relative;
    white-space: nowrap;
}

.nav-menu > li {
    float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
    display: block;
}

.nav-menu ul ul {
    top: 0;
    left: 100%;
}

.nav-menu ul li {
    min-width: 180px;
}

.logo_w {
    width: 270px;
    padding: 0 0 20px 20px;
}

/* Nav Meu Container */

#nav-menu-container {
    float: right;
    margin: 0;
}

/*@media (max-width: 768px) {*/
/*@media (max-width: 992px) {*/
@media (max-width: 1199px) {
    #nav-menu-container {
        display: none;
    }
}

@media (min-width: 1024px) {
    #nav-menu-container {
        padding-right: 0px;
    }
}

.nav-menu-hr {
    margin: 5px 15px!important;
    border-color: rgba(255, 255, 255, 0.5)
}

/* Nav Meu Styling */

.nav-menu a {
    padding: 26px 10px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    outline: none;
    text-transform: uppercase;
    font-family: 'Kanit', sans-serif;
}

.nav-menu li.reservas a {
    color: #d3072a;
    background-color: #f2f0e3;
}

.nav-menu li:hover > a,
.nav-menu > a {
    color: #ffcc04;
    text-decoration: none;
/*    background-color: rgba(144, 144, 144, 0.5);*/
/*    border-bottom: 1px solid #d3072a;*/
}

.menu-active > a {
    color: #ffcc04;
/*    border-bottom: 1px solid #d3072a;*/
}

.nav-menu > li {
    /*    margin-left: 10px;*/
}

.nav-menu ul {
    margin: 4px 0 0 0;
    padding: 10px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    background: #fff;
}

.nav-menu ul li {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
}

.nav-menu ul li a {
    padding: 10px;
    color: #333;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    display: block;
    font-size: 13px;
    text-transform: none;
}

.nav-menu ul li:hover > a {
    color: #d3072a;
}

.nav-menu ul ul {
    margin: 0;
}

/* Mobile Nav Toggle */

#mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    margin: 15px 20px 0 0;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    outline: none;
    cursor: pointer;
}

/*@media (max-width: 768px) {*/
/*@media (max-width: 992px) {*/
@media (max-width: 1200px) {
    #mobile-nav-toggle {
        display: inline;
        margin-right: 18px;
        margin-top: 47px;
    }
}

@media (max-width: 576px) {
    #mobile-nav-toggle {
        margin-right: 25px;
        margin-top: 47px;
    }
}

#mobile-nav-toggle i {
    color: #fff;
    font-size: 23px;
}

#mobile-nav i {
    margin-right: 10px;
    padding: auto;
    min-width: 14px;
}

/* Mobile Nav Styling */

#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 999;
    background: #000;
    left: -350px;
    width: 350px;
    overflow-y: auto;
    transition: 0.4s;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        -ms-transition: 0.4s;
}

#mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#mobile-nav ul li {
    position: relative;
}

#mobile-nav ul li a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    overflow: hidden;
    padding: 8px 0 8px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
    font-weight: 700;
    text-align: left;
}

#mobile-nav ul li a:hover {
    color: #ffcc04;
}

#mobile-nav ul .submenu {
    padding-left: 20px;
}

#mobile-nav ul li li {
    padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
    color: #d3072a;
}

#mobile-nav ul .menu-has-children li a {
    text-transform: none;
}

#mobile-nav ul .menu-item-active {
    color: #d3072a;
}

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 998;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    display: none;
}

#header .dropdown a {
    display: block;
}

#header .dropdown-item {
    padding: 10px;
}

#header .dropdown-item:hover {
    color: #fff;
    background-color: #656c71;
}

/* Nav Menu Arrows */

/* Header */

#header {
    height: 75px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    top: 30px;
    right: 0;
/*    border-bottom: 1px solid rgba(255, 255, 255, 0.3);*/
    z-index: 997;
    transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
}

/*@media (max-width: 768px) {*/
/*
@media (max-width: 992px) {
    #header {
        top: 0px;
    }
}
*/

#header.header-scrolled {
    background: rgba(0, 0, 0, 0.7);
    box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.2);
    height: 75px;
/*    background: linear-gradient(90deg, #d3072a, rgba(40, 87, 128, 0.8), rgba(0, 0, 0, 0.8));*/
}

@media (max-width: 768px) {
    #header.header-scrolled {
    }
}

#header .logo-menu {
    float: left;
    margin-top: 4px;
}

.logo-menu img {
    width: 210px;
    padding-top: 6px;
}

.logo-toogle img {
    margin: 0 0 10px 15px ;
    width: 120px;
}

.logo-toogle strong {
    color: #ffcc04;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
    overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
    left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
    color: #fff;
}

/*-- # Institucional --*/

#intro {
    display: table;
    width: 100%;
    height: 90vh;
    background: none;
}

#intro .carousel-indicators .active {
    display: none;
}

#intro .carousel-item {
    width: 100%;
    height: 90vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#intro .carousel-item::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

#intro .carousel-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#intro .carousel-background img {
    max-width: 100%;
    position:absolute;
    left: 0;
    top: 33px;
}

#intro .carousel-content {
    width: 100%;
    padding: 25px 15%;
    bottom: 0;
    position: absolute;
}

#intro h1 {
    position: relative;
    top: 70%;
    color: #fff;
    font-size: 60px!important;
    text-align: center;
    filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.9));
    padding: 0 15%;
}

#intro h2 {
    position: relative;
    top: 45%;
    color: #fff;
    font-size: 40px;
    text-align: center;
    filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.9));
    padding: 0 15%;
}

@media (max-width: 576px) {
    #intro {
        height: 90vh;
    }

    #intro .carousel-item {
        height: 90vh;
    }

    #intro h1 {
        font-size: 40px!important;
        padding: 0 10%;
        top: 70%;
    }
    
    #intro h2 {
        font-size: 30px;
        padding: 0 10%;
        top: 52%;
    }
}

#intro p {
    width: 80%;
    margin: 0 auto 30px auto;
    color: #fff;
}

@media (min-width: 1024px) {
    #intro p {
        width: 60%;
    }
}

#intro .carousel-fade {
    overflow: hidden;
}

#intro .carousel-fade .carousel-inner .carousel-item {
    transition-property: opacity;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -ms-transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
    opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
    opacity: 1;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
    left: 0;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev,
#intro .carousel-control-next {
    width: 10% !important;
}

@media (min-width: 1024px) {

    #intro .carousel-control-prev,
    #intro .carousel-control-next {
        width: 5%;
    }
}

#intro .carousel-control-next-icon,
#intro .carousel-control-prev-icon {
    background: none;
    font-size: 32px;
    line-height: 1;
}

#intro .carousel-indicators li {
    cursor: pointer;
}

#intro .evite {
    position: absolute;
    top: 140px;
    left: 25%;
    width: 180px;
    filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.5));
    transition: 0.3s;
}

#intro .evite:hover {
    transform: scale(1.1);
}

@media (max-width: 768px) {
    #intro .evite {
        left: 10%;
        width: 170px;
        top: 20%;
    }
}

#intro .btn-get-started {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 32px;
    border-radius: 50px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    margin: 10px;
    color: #fff;
    background: #d3072a;
}

#intro .btn-get-started:hover {
    background: #fff;
    color: #d3072a;
}

.sf-arrows .sf-with-ul {
    padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
    content: "\f107";
    position: absolute;
    right: 15px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
}

/*reembolso*/

#reembolso {
    background: linear-gradient(to right, #ffcc04, #d3072a);
/*    background-color: #ffcc04;*/
    padding: 20px 0 20px 0;
    color: #fff
}

#reembolso h1 {
    font-size: 40px;
}

#reembolso h2 {
    font-size: 15px;
    font-family: 'Poppins', sans-serif!important;
}

@media (max-width: 768px) {
    #reembolso {
        padding: 20px 0 10px 0;s
    }
    
    #reembolso h1 {
        font-size: 24px;
        margin-bottom: 10px;
    }
}

/* vantagens */
#vantagens {
    padding: 80px 0 0;
    background-color: none;
    text-align: center;
    background-size:auto;
}

#vantagens h1 {
    color: #ffcc04;
}

#vantagens p {
    text-align: center;
    font-weight: 400;
    margin-bottom: 60px;
}

#vantagens span {
    font-size: 11px;
}

#vantagens i {
    font-size: 55px;
    margin: 15px 0;
    padding-top: 20px;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    color: #fff;
    background: -webkit-linear-gradient(45deg, #d3072a, #ffcc04);
    transition: 0.3s;
}

#vantagens i:hover {
    transform: scale(1.1);
}

/* comofunciona */
#comofunciona {
    padding: 140px 0 60px 0;
    background: url(../img/vantagens_bg.jpg) no-repeat top center #fff;
    background-color: #fff;
    background-size: cover;
    color: #fff;
}

#comofunciona img {
    margin-top: 10px;
    transition: 0.3s;
}

#comofunciona img:hover {
    transform: scale(1.1);
}

#comofunciona p {
    color: #333;
    padding: 50px 0 10px 0;
    font-weight: 700;
    font-size: 23px;
    line-height: 130%;
}

#comofunciona h1 {
    color: #fff;
}

#comofunciona li {
    padding: 10px 0;
    font-size: 20px;
    line-height: 1;
    color: #333;
    text-align: justify
}

#comofunciona ul {
    padding: 0 15px 0 20px;
}

#comofunciona span {
    font-weight: 700;
}

/* spotlight */
#spotlight {
    background: url(../img/spotlight.jpg) fixed center center;
    background-size: cover;
    padding: 8vh 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

@media (max-width: 767px) {
    #spotlight {
/*        background-size: 140% !important;*/
        background: url(../img/spotlight.jpg) no-repeat center center;
        background-size:cover
    }
}

#spotlight h1 {
    color: #fff;
    font-size: 60px!important;
    margin-bottom: 40px;
    filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.9));
    transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        -ms-transition: all .3s;
}

@media (max-width: 768px) {
    #spotlight h1 {
        font-size: 30px!important;
    }
}

@media (max-width: 576px) {

}

#spotlight .btn {
    color: #fff;
    background-color: #4fac68;
    border-radius: 50px;
    padding: 6px 40px;
    transition: all 0.3s;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px;
    border: 1px solid #4fac68;
}

#spotlight .btn:hover {
    background-color: rgba(37, 211, 102, 0.83);
    color: #fff;
    transform: scale(1.1);
    border: 1px solid #4fac68;
}

/* importancia --*/
#importancia {
    padding: 80px 0;
    background: #f7f7f7;
}

@media (max-width: 576px) {
    #importancia h1, h2 {
        text-align: center!important;
    }   
    
    #importancia {
        background-attachment: fixed;
    }
}

@media (max-width: 768px) {
    #importancia h1, h2, p {
    }
}

#importancia h1 {
    color: #ffcc04;
}

#importancia p {
    line-height: 25px;
    color: #333;
    text-align: justify;
    margin: 20px 0;
}

#importancia img {
    border-radius: 60px 0;
    border: 2px solid #ffcc04;
    padding: 6px;
    transition: 0.3s;
}

#importancia img:hover {
    transform: scale(1.07);
}

#importancia span {
    font-weight: 700;
}

/* vistos */
#quempode {
    padding: 90px 0 0;
    background-color: #d3072a;
    color: #fff;
}

#quempode p {
    color: #fff;
}

#quempode h1 {
    color: #ffcc04;
}

#quempode hr {
    border: 1px solid rgba(255, 255, 255, 0.23);
}

#quempode img {
    transition: 0.3s;
}

#quempode img:hover {
    transform: scale(1.07);
}


#quempode span {
    font-weight: 700;
    color: #ffcc04;
}

@media (max-width: 768px) {
    #quempode p {
        margin-top: 30px;
    }
}

/* modalidades */
#modalidades {
    padding: 130px 0 0 0;
    text-align: center;
    background: url(../img/modalidades_bg.jpg) no-repeat top center #fff;
    background-size:auto;
}

#modalidades img {
    border-radius: 60px 0;
    border: 2px solid #ffcc04;
    padding: 6px;
    transition: 0.3s;
}

#modalidades img:hover {
    transform: scale(1.1);
}

#modalidades p {
    color: #333;
    line-height: 130%;
    margin: 1rem 0;
}

#modalidades h1 {
    color: #ffcc04;
}

#modalidades li {
    padding: 10px 0;
    font-size: 20px;
    line-height: 1;
    color: #333;
}

#modalidades span {
    font-weight: 700;
    color: #d3072a;
}

#modalidades #accordion .card {
    background: none;
    text-align: left;
    border: none;
}

#modalidades #accordion .card-header {
    background: none;
    margin-bottom: 10px;
    padding: 0;
    background-color: #ffcc04;
    border: none;
    border-bottom: 1px solid #ffcc04;
/*    border-radius: 8px;*/
}

#modalidades #accordion .card-body {
    text-align: justify;
    padding: 0 0 20px 0;
    margin: 0 20px 0px 20px;
    color: #d3072a;
}

#modalidades .btn {
    white-space: normal;
}

#modalidades #accordion .btn-link {
    font-size: 18px;
    padding: 7px 10px;
    color: #fff;
    text-align: left;
    text-decoration: none;
    width: 100%;
    border: none;
    cursor: pointer;
}

#modalidades #accordion .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    text-decoration: none;
}

/*valores*/
#valores {
    padding: 160px 0 60px 0;
    text-align: center;
    background: url(../img/valores_bg.jpg) no-repeat top center #f7f7f7;
    background-size: 100%;
}

#valores h1 {
    color: #333;
    margin-bottom: 30px;
}

#valores h2 {
    color: #797979;
    margin: 30px 0;
}

#valores h3 {
    color: #d3072a;
    font-size: 35px;
    text-align: center;
}

#valores h5 {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
}

#valores p {
    margin-top: 0!important;
    text-align: center;
    margin-bottom: 20px;
}

#valores .card {
    text-align: center;
    border-radius: 8px;
    transition: all 0.3s;
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.1));
    margin: 0;
    margin-bottom: 20px;
    border: none;
    background-color: #ffffff;
}

#valores .card:hover {
    transform: scale(1.04);
    filter: drop-shadow(0px 15px 5px rgba(0, 0, 0, 0.2));
}

#valores .card .card-header {
    color: #fff;
    background-color: #d3072a;
    border-radius: 8px 8px 0 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
}

#valores .card i {
    filter: drop-shadow(0px 8px 3px rgba(0, 0, 0, 0.2));
    color: #00b94e;
}

#valores .card-body {
    padding-bottom: 5px;
}

@media (max-width: 576px) {
    #valores .card {
        margin: 25px 10px;
    }
    
    #valores  {
        padding-top: 110px;
        background-size: 250%;
    }
    
    #valores h1 {
        margin-bottom: 0px;
    }
}

/*CONTACT*/

#contact {
    padding: 80px 0 40px;
    background-color: #fff;
    background: url(../img/contato.jpg) no-repeat center fixed;
}

#contact .contact-info {
    text-align: center;
}

#contact h1 {
    color: #333;
}

#contact p {
    text-align: center;
    font-size: 17px;
}

#contact .contact-info i {
    font-size: 52px;
    display: inline-block;
    color: #ffcc04;
}

#contact .contact-info address,
#contact .contact-info p {
    margin-bottom: 0;
    color: #000;
}

#contact .contact-info h3 {
    font-size: 20px;
    margin-bottom: 1px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}

#contact h4 {
    font-size: 18px;
    margin-bottom: 35px;
    color: #656565 !important;
    text-align: center;
}

#contact .contact-info i {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

#contact .contact-info i:hover {
    transform: scale(1.04);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

#contact .contact-info a:hover {
    color: #fdb913;
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
    margin-bottom: 20px;
}

@media (min-width: 768px) {

    #contact .contact-address,
    #contact .contact-phone,
    #contact .contact-email {
        padding: 0 0 10px 0;
    }
}

#contact .form #sendmessage {
    color: #fdb913;
    border: 1px solid #fdb913;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#contact .form #errormessage {
    color: red;
    display: none;
    border: 1px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
    display: block;
}

#contact .form .validation {
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
}

#contact .form input,
#contact .form textarea {
    padding: 15px 14px;
    border-radius: 5px;
    box-shadow: none;
    font-size: 13px;
    border-top: 1px;
    border-left: 1px;
    border-right: 1px;
    text-transform: uppercase;
    margin-bottom: 17px;
}

#contact .form-group {
    margin-bottom: 0;
}

#contact .form button[type="submit"] {

    border: 1px solid #dedede;
    border-radius: 50px;
    padding: 7px 50px;
    color: #000;
    transition: all 0.3s;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Kanit', sans-serif;
    background: #fff;
}

#contact .form button[type="submit"]:hover {
    background: #fdb913;
    color: #fff;
    border: 1px solid #fdb913;
    transform: scale(1.1);
}

@media (min-width: 768px) {

    #contact .contact-address,
    #contact .contact-phone,
    #contact .contact-email {
        padding: 0 0 10px 0;
    }
}


/*GOOGLE MAPS*/

#googlemaps {
    height: 200px;
/*    border: 1:px solid red;*/
/*    margin: 25px;*/
}

#googlemaps .container-fluid {
    margin: 0;
    padding: 0;
    border: 0;
    width: 99%;
}

#googlemaps iframe {
    margin-top: 10px;
    border: 0;
    width: 100%;
    height: 200px;
}

#googlemaps .container-fluid {
    padding: 0;
}

/*Footer*/

footer {
    background-color: #ddd;
    padding: 25px 0;
    text-align: left;
}

@media (max-width: 767px) {
    footer {
        text-align: center;
    }
}

footer span.copyright {
    font-size: 11px;
    display: inline-flex;
    line-height: 130%;
}

footer p {
    font-size: 9px;
    text-align: right;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    footer p {
        margin: 35px 0 0 0;
        padding: 0;
        text-align: center;
    }
}

footer .footer-logo {
    width: 80px;
    margin-right: 10px;
    padding-top: 10px;
}

footer .logo-mediatom {
    width: 32px;
}

footer p.logo-img {
    margin: 0;
}

/*MODAL*/
.modal {
    background-color: rgba(0, 0, 0, 0.71);
    border: none;
}

.modal .modal-header {
    background-color: #d3072a;
}

.modal a:hover {
    text-decoration: none;
}

.modal i {
    text-align: center;
    font-size: 50px;
}

.modal-body {
    font-size: 23px;
    background-color: #fff;
}

.modal-body p {
    font-size: 16px;
    text-align: justify;
}

.modal span {
    font-weight: 700;
}

.modal .logo {
    width: 220px;
    position: relative;
    padding: 10px 0;
    left: calc(50% - 110px);
}

.modal .info {
    padding: 20px 0;
}

.modal .minibar {
    padding: 0;
}

.modal .info h1 {
    color: #ffcc04;
    font-size: 25px;
    font-weight: 900;
    text-transform: uppercase;
}

.modal .info h2 {
    font-size: 15px;
    text-transform: uppercase;
}

.modal .info ul {
    margin: 0;
    padding: 0 0 0 20px;
}

.modal .info li {
    font-size: 16px;
    margin-top: 10px;
    text-align: justify;
    padding-right: 30px;
}

@media (max-width: 768px) {
    .modal .info p {
        font-size: 15px;
    }
}

.modal .close {
    color: #fff!important;
}


.space30 {
    padding: 30px 0;
}

*::-moz-selection {
    background: #fff1cf;
    color: #000;
}

*::selection {
    background: #fff1cf;
    color: #000;
}

.g-recaptcha {
    width: 304px;
    padding-bottom: 15px;
    margin: auto;
}


/*COOKIE*/

.cookieConsentContainer {
    z-index: 999;
    width: 100%;
    min-height: 20px;
    box-sizing: border-box;
    padding: 20px;
    background: rgba(51, 51, 51, 0.76);
    overflow: hidden;
    position: fixed;
    bottom: 0;
    display: none;
}

.cookieConsentContainer .cookieTitle a {
    color: #fff;
    font-size: 22px;
    line-height: 20px;
    display: block;
}

.cookieConsentContainer .cookieDesc p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    display: block;
    margin-top: 10px;
}

.cookieConsentContainer .cookieDesc a {
    color: #fff;
    text-decoration: underline;
}

.cookieConsentContainer .cookieButton a {
    display: inline-block;
    color: #fff!important;
    font-size: 14px;
    font-weight: 700;
    margin-top: 14px;
    background: #ffcc04;
    box-sizing: border-box;
    padding: 10px 30px;
    text-align: center;
    transition: background .3s;
    border-radius: 50px;
    text-transform: uppercase;
    width: 250px;
}

.cookieConsentContainer .cookieButton a:hover {
    cursor: pointer;
    background: #fff;
    color: #d3072a!important;
}

@media (max-width:980px) {
    .cookieConsentContainer {
        bottom: 0 !important;
        left: 50 !important;
        width: 90% !important;
    }
}
