/*styles*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;400;700&display=swap');
@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');


html{
    scroll-behavior: smooth;
}

html,body {
    height: 100%; margin: 0px; padding: 0px; 
    font-family: 'Poppins'!important;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;

}

header{
    padding: 50px 0;
    border-bottom: solid #ccc 1px;
}

/*navigation*/
.navbar{
    padding: 0;
}
.navbar-light .navbar-nav .nav-link:focus, 
.navbar-light .navbar-nav .nav-link:hover{
    color:#454854;
}

nav .cta{
    border:solid 2px #ff0000;
    color: #ff0000!important;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 40px;
    padding: 10px 10px;
    width: 220px;
    text-align: center;
    margin-left: 20px;
    position: relative;
    top:-5px;
}

.nav-link{
    margin: 0.5rem 1.5rem 0 1.5rem!important;
}

nav ul,nav ul li{
    list-style: none;
}

.navbar-toggler{
    border:none;
}

.top-section{
    padding: 0px;
    border-bottom: solid #ccc 1px;
}

.top-section .title{
    color: #454854;
    font-size: 68px;
    line-height: 68px;
    font-weight: 700;
    margin: 0 0 50px 0;
}

.top-section .subtitle {
    font-size: 55px;
    font-weight: 700;
    font-family: 'Poppins'!important;
    text-transform: uppercase;
}

.top-section .icon-car{
    background: url('../images/icon_car.png') no-repeat left center;
    background-size: 50px;
    background-position: 90px 20px;
    padding-left: 25px;
}

.top-section .text{
    color:#454854;
    font-size: 28px;
    font-family: 'Poppins'!important;
    font-weight:400;
    line-height: 34px;
    margin: 0 0 50px 0;
}

.top-section .btn-reservar{
    border-radius: 40px;
    border:solid 4px #ff0000;
    width: 435px;
    padding: 10px 20px;
}

.top-section .btn-reservar span{
    font-size: 34px;
    position: relative;
    left: 60px;
    bottom: 3px;
    color:#ff0000;
    font-weight: 700;
    text-transform: uppercase;    
}

.top-section .btn-reservar::before{
    content: '|';
    color: #ff0000;
    font-weight: 400;
    font-size: 40px;
    position: relative;
    left: 40px;
}


/*card-infos*/
.card-infos{
    position: relative;
    bottom: 100px;
    border-radius: 40px;    
    background-color:#ff0000;
    width: 90%;
    padding: 20px;
    margin: 0 auto;
    min-height: 250px;
}

.card-infos .title{
    font-size: 55px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    background: url(../images/icone_dolar.png) no-repeat left center;
    padding-left: 120px;
}

.card-infos .text{
    font-size: 15px;
    color: #ffffff;
    margin-left:120px;
    padding-top: 10px;
}

.card-infos .text-2{
    font-size: 20px;
    line-height: 20px;
    color: #ffffff;
    margin-left:120px;
    margin-top: -20px;
}

.card-infos .subtitle{
    color: #ffffff;
    font-size: 38px;
    font-weight: 700;
    font-family: 'Poppins'!important;
    background: url(../images/icone_chave.png) no-repeat;
    background-position: 10px 10px;
    padding-left: 120px;
    padding-top: 0px;
    padding-bottom: 40px;
}

.card-infos .style-white{
    margin-left: 120px;
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.945);
}

/*card-service*/
.services-section{

    background: -moz-linear-gradient(top,  rgba(143, 147, 163, 0) 0%, rgba(43, 51, 82, 1) 100%);
    background: -webkit-linear-gradient(top,  rgba(143, 147, 163, 0) 0%,rgba(143, 147, 163, 1) 100%);
    background: linear-gradient(to bottom,  rgba(143, 147, 163, 0) 0%,rgba(143, 147, 163, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f93a3', endColorstr='#8f93a3',GradientType=0 );
}

.card-services{
    border-radius: 40px;
    background-color:#e3e4e8;
    width: 90%;
    padding: 20px 0;
    margin: 0 auto;

}

.card-services .card-service .title{
    font-size: 38px!important;

}

.card-services .subtitle{
    font-size: 32px;
    font-weight: 700;
    font-family: 'Poppins'!important;
    text-align: center;
    padding: 20px 0;
}

.card-service{
    border: solid 1px #ccc;
    width: 530px;
    border-radius: 40px;
    background-color:#ffffff;
    padding: 60px 70px;
}

.card-services .text-3{
    text-align: center;
    font-size: 20px;
    max-width: 500px;
    margin:0 auto;
    padding: 60px 0 60px 0;
}

.lc{
    margin-left: -70px;
}
.rc{
    margin-right: -70px;
}
.card-service .title{
    font-size: 38px;
    color: #454854;
    font-weight: 700;
}
.card-service .subtitle{
    font-size: 15px;
    text-align: left;
}

.card-service .subtitle-2{
    font-size: 20px;
    text-align: left;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 80px;
}
.card-service ul li{
    color:#8f93a3;
    font-size: 20px;
}
/* contact-section */
.contact-section{
    margin: 50px 0;
}
.contact-section .contact-box{
    width: 50%;
}

.contact-section .list-contacts{
    list-style: none;
    padding-left: 0;
}

.contact-section .list-contacts li{
    list-style: none;
    font-size: 28px;
    color:#8f93a3;
}

.contact-section .title{
    font-size: 55px;
    font-weight: 700;
    font-family: 'Poppins' !important;
    margin: 50px 0;
    color:#454854;
}


.contact-section .block-reserva{
    background-color: #ff0000;
    border-radius: 40px;
    min-height:max-content;
    padding: 50px;
}

.contact-section .block-reserva .title{
    font-size: 50px;
    font-weight: 700;
    font-family: 'Poppins' !important;
    color: #ffffff;
    text-transform: uppercase;
    background: url('../images/icon-car-w.png') no-repeat left center;
    background-size: 100px;
    background-position: 30px 15px;
    padding-left: 180px;
}

.contact-section .block-reserva .btn-reservar-agora{
    border-radius: 60px;
    border: solid 5px #fff;
    padding: 30px 65PX;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 34px;
    top: 10px;
    position: relative;
    
}

.contact-section .block-reserva .text{
    color: #ffffff;
    font-size: 16px;
}

.contact-section .block-reserva .style-white{
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.945);

}

.contact-section address{
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    color: #8f93a3;
    font-family: 'Poppins' !important;
    line-height: 28px;
}

/* structure-section */
.structure-section{
    background-color: #8f93a3;
    min-height: 300px;
    border-bottom: solid #ccc 1px;
    padding: 50px 0 100px 0;    
}
.structure-section .contact-box{
    width: 50%;
}

.structure-section .title{
    color:#e3e4e8;
    font-size: 78px;
    font-weight: 700;
    margin: 0 0 50px 0;
}

.structure-section .texto{
    color:#e3e4e8;
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 40px;
}

.structure-section .mag70{
    margin-top: 70px;
}

.structure-section .mag90n{
    margin-top: -90px;
}

/* htg-section */
.htg-section{
    min-height: 300px;
    border-bottom: solid #ccc 1px;
}
.htg-section .htg-box{
    width: 50%;
}

.htg-section .text{
    color: #8f93a3;
    font-size: 28px;
    line-height: 28px;
    font-weight: 400;
}

.htg-section .title{
    color:#454854;
    font-size: 78px;
    line-height: 78px;
    font-weight: 700;
    margin-top: 50px;
    margin-bottom: 50px;
}

.htg-section .subtitle{
    color: #8f93a3;
    font-size: 20px;
    font-weight: 700;
    line-height: 34px;
    text-transform: none;
}

.htg-section .btn-htg{
    border-radius: 30px;
    border:solid 2px #ff0000;
    width: 240px;
    padding: 10px 20px;
    color:#ff0000;
    text-transform: uppercase;
    font-weight: 700;
}

.htg-section .list-buttons{
    list-style: none;
    padding: 0;    
}

.htg-section .list-buttons li{
    list-style: none;
    margin-bottom: 20px;
}

.htg-section .map_iframe{
    border:0;
    min-width:700px;
    height:100%;
}

.book-section{
    padding: 0px;
    border-bottom: solid #ccc 1px;
}

.book-section .title{
    color:#454854;
    font-size: 78px;
    line-height: 78px;
    font-weight: 700;
    margin-top: 50px;
    margin-bottom: 50px;
}


footer{
    padding: 50px;
    background-color: #454854;
}

footer p{
    font-size: 16px;
    line-height: 16px;
    color: #e3e4e8;
    font-weight: 400;
    text-align: center;
}

.list-payments{
    padding: 0;
    margin: 0;
    list-style: none;
}
.list-payments li{
    padding: 10px 0;
    margin: 0;
    list-style: none;
}
.list-payments li p{
    margin-bottom: 0px;
} 

hr.style-white {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.fs20{
    font-size: 20px!important;
}

.img-topbanner{
    width: 100%;    
}

.p-10{
    padding: 10px;
}

.start_chat{
    background-color: #01e675;
    text-decoration: none;
    font-weight: 700;
    color: #fff;
    font-size: 16px;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    display: block;
    width: 200px;    
}

/*ACF*/
#acf-field_61c3f9c3b9ce0{
    pointer-events:none;
    color:#AAA;
    background:#F5F5F5;
}

@media (max-width: 991px) {
    header{
        padding: 20px 0!important;
    }
    .top-section{
        padding-top: 20px;
    }
    .top-section .title{
        font-size: 48px;
        line-height: 48px;
    }    
    .top-section .text{
        font-size: 18px;
    }
    .top-section .btn-reservar{
        width: 100%;
        margin-bottom: 30px;
    }
    .top-section .btn-reservar span{
        left:40px;
    }
    .top-section .btn-reservar::before {
        left:25px;
    }
    .top-section .icon-car{
        background-position: 40px 20px;
    }
    .img-topbanner{
        position: relative;
        width: 120%;
        left:-10%;
        border-top: solid 1px #ccc;
    }
    .nav-link{
        font-size: 28px;
        padding: 10px 0;
        text-align: center;
        margin: 10px auto!important;
    }
    .card-infos{
        bottom: 0;
        margin-top: 30px;
        width: auto;
    }
    
    .card-infos .title{
        font-size: 40px;
        padding-left: 105px;
        background-size: 90px;
    }
    
    .card-infos .subtitle{
        font-size: 24px;
        padding-left: 105px;
        padding-top: 0;
        background-position: 0px top;
        background-size: 90px;
    }

    .card-infos .style-white{
        margin-left: 105px;
    }

    .card-infos .text{
        margin-left: 105px;
        padding-top: 0px;
        font-size: 12px;
    }
    .card-infos .text-2{
        font-size: 18px;
        margin-left: 100px;
    }
    .card-infos{
        margin-bottom: 30px;
    }
    .services-section .subtitle{
        font-size: 15px;
        padding: 0;
    }

    .services-section address{
        font-weight: 700;
    }
    .rc, .lc{
        margin: 0;
    }
    
    .card-services{
        width:auto;
    }

    .card-services .card-service{
        border-radius: 0;
        padding: 40px;
        margin-bottom: 20px;    
    }

    .card-services .text-3 {
        text-align: center;
        font-size: 24px;
        line-height: 24px;
        max-width: 500px;
        margin: 0 auto;
        padding: 30px;
    }

    .card-services .card-service .title{
        font-size: 30px!important;

    }

    .card-services .card-full{
        width: 130%;
        margin-left: -11%;
        padding: 20px;    
    }


    .htg-section .title{
        font-size: 54px;
        line-height: 54px;
    }
    .htg-section .text{
        font-size: 24px;
    }

    .htg-section .list-buttons{
        text-align: center;
    }
    .contact-section .block-reserva{
        margin: 20px auto;
    }

    .contact-section .block-reserva .title{
        font-size: 36px;
        background-size: 90px;
        padding-left: 100px;
        background-position:0px;
    }
    .contact-section .block-reserva .btn-reservar-agora{
        font-size: 21px;
        border: solid 3px #fff;
        padding: 10px 24px;
    }

    .contact-section .list-contacts li{
        font-size: 20px;
    }

    .contact-section .title{
        margin: 0;
    }

    .structure-section .title{
        font-size: 54px;
        line-height: 54px;
    }

    .structure-section .texto{
        font-size: 24px;
        line-height: 24px;
    }

    .mag70, .mag90n{
        margin-top: 0!important;
    }
    .img-fluid{
        max-width: 50%;
    }

    .htg-section .map_iframe{
        border:0;
        width:700px;
        height:400px;
        margin-left: -20px;
    }

}
@media (min-width: 1200px) {
    .img-topbanner{
        width: auto!important;    
    }
}

  [type="date"] {
    background:#fff url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png)  97% 50% no-repeat ;
  }
  [type="date"]::-webkit-inner-spin-button {
    display: none;
  }
  [type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
  }
  
  