@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

*{
    font-family: 'DM Sans';
}
/* nuevo diseño menu*/
.start-header{
    border-bottom: 1px solid white;
    background-color: transparent;
    padding: 24px 0;
}

.start-header.scroll-on{
    background: #A36820;
    border-bottom:none;
    padding:24px 0;
}
.nav-link{
    color: #FFF;
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
@media (min-width: 768px) {
    .navbar-expand-lg .navbar-nav {
        gap:44px;
        margin-left:auto;
    }
}
/* fin menu*/

.hero-image {
    height:738px;
    background-size:cover!important;
}
.hero-image h1 {
    color: #FFF;
    font-family: "DM Sans";
    font-size: 48px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-bottom:16px; 
}
.hero-image h1 p {
    font-size: 50px;
    color: white;
    font-weight: 900;
}
.hero-image .subtitle p {
    color: #FFF;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.hero-image .subrayado {
    background-image: url('https://www.nazcashuttle.com/wp-content/uploads/2025/09/underline-1.svg');
    display: inline-block;
    background-repeat: no-repeat;
    background-position: left bottom; 
    background-size: 100%; 
    padding-bottom: 4px; 
}
.hero-image .subrayado:last-child{
    background-image: url('https://www.nazcashuttle.com/wp-content/uploads/2025/09/underline-2.svg');
}

.btn-blue {
    color: #FFF;
    font-family: "DM Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    border-radius: 8px;
    background: #0062F6;
    padding:14px 32px;
    display:inline-block;
    text-decoration:none;
}
.hero-image .btn-blue {
    margin-top:33px;
}
h2 {
    color: #000;
    font-family: "DM Sans";
    font-size: 42px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom:32px;
    margin-top:4px;
}
p{
    color: #000;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.label {
    color: #000;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.features {
    padding:80px 0;
}
.features .box-feature{
    gap:120px;
}
.features h6 {
    color: #000;
font-family: "DM Sans";
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin:6px 0 8px;
}
.features p{
    color: #000;
font-family: "DM Sans";
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.options {
    background: #FFFADB;
    padding:100px 0;
}
.options .img-options {
    border-radius: 16px 16px 0 0;
    height:256px;
}
.options .box-content{
    padding:16px;
    border-radius: 0 0 16px 16px;
    background: #FFF;
}
.options .box-content p{
    color: #282726;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
    display: flex;
    gap: 3px;
}
.options .box-content p a {
    color: #282726;
}
.options .box-content h4 {
    color: #000;
    font-family: "DM Sans";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom:8px;
}
.options .btn-blue {
    color: #FFF9F9;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 8px;
    background: #0062F6;
    padding:10px 24px;
    text-decoration:none;
    width:100%;
    text-align: center;
}
.options .btn-blue.btn-line-black {
    border: 1px solid #000;
    background: #FFF;
    color:#000;
}
.options .box-options {
    border-radius: 16px;
    background: #FFF9F9;
    box-shadow: 4px 4px 20px 5px rgba(0, 0, 0, 0.10);
}
.options .box-img {
    position:relative;
}

.options .box-options .box-img a{
    position:absolute;
    color: #111;
    font-family: "DM Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 16.8px */
    display:flex;
    align-items:center;
    gap:4px;
    padding:8px;
    border-radius: 16px;
    background: #FFF9F9;
    top: 15px;
    text-decoration: none;
    left: 33%;
}
.about {
    padding:100px 0;
}
.how-it-works{
    background: #FFFADB;
    padding:100px 0;
}
.how-it-works span.number{
    color: #FFF;
    font-family: "DM Sans";
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    background-color: #8E5107;
    padding:8px 18px;
    border-radius:100%;
    display: inline-block;
}
.how-it-works span.circle-1{
    padding: 8px 21px;
}
.how-it-works span.circle-3{
    background: #89FF7E;
    padding: 6px 14px 10px;
}
.how-it-works h6{
    color: #000;
text-align: center;
font-family: "DM Sans";
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin:20px 0 10px;
}
.how-it-works p {
    color: #000;
text-align: center;
font-family: "DM Sans";
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.banner_nazca {
    height:590px;
    background-size: cover !important;
}
.banner_nazca h2{
    color: #FFF;
    font-family: "DM Sans";
    font-size: 42px;
    font-style: normal;
    font-weight: 800;
    line-height: 50px; /* 119.048% */
    margin-bottom:21px;
}
.banner_nazca h2 span {
    color: #FFF;
    font-family: "DM Sans";
    font-size: 52px;
    font-style: normal;
    font-weight: 800;
    line-height: 50px;
}
.banner_nazca p {
    color: #FFF;
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom:30px;
}
.banner_nazca a.btn-green {
    color: #FFF;
    font-family: "DM Sans";
    font-size: 23px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    border-radius: 5px;
    background: #139B06;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    padding:13px 33px;
    display:inline-block;
    text-decoration: none;
}
.explore{
    padding:100px 0;
    background: #FFFADB;
}
.explore .box-explore {
    border-radius: 16px;
    height:430px;
    position:relative;
    background-position-x: 100% !important;
}
.explore .box-explore hr{
    border:1px solid #FFF;
    margin: 5px 0 0;
}
.explore .box-content h3 {
    color: #FFF;
    font-family: "DM Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
.explore .box-content p{
    color: #FFF;
    font-family: "DM Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.explore .box-content {
    padding:16px;
}
.explore .position-absolute {
    bottom:0;
    width:100%;
}
.explore .box-content a{
    color: #FFF;
    font-family: "DM Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.3px;
    text-decoration: none;
    display: flex;
    gap: 7px;
    justify-content: end;
}
.reviews {
    padding:100px 0;
}
.reviews .box-review {
    border-radius: 16px;
    background: #FFF6B9;
    padding:30px 35px;
    height:100%;
}
.reviews .box-review h3 {
    color: #000;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin:27px 0 14px;
}
.reviews .box-review p{
    color: #000;
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin:14px 0 28px;
}
.faqs {
    padding:100px 0;
    background: #FFFADB;
}
.faqs .accordion-button{
    border-radius: 16px!important;
    background: #FFFDFD;
    box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.10);
    color: #000;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.faqs .accordion-item {
    border-radius: 16px;
}
.faqs .accordion {
    grid-template-columns: 1fr 1fr;
    gap: 16px 30px;
}
.faqs .accordion-flush>.accordion-item{
    background: transparent;
    border: none;
}
.faqs .accordion-header {
    margin-bottom: 0;
    background: white;
    border-radius: 16px 16px 0 0;
}
.faqs .accordion-collapse{
    background: white;
    border-radius: 0 0 16px 16px !important;
}
.contact{
    padding:100px 0;
}
.contact .box-golden {
    border-radius: 16px;
    border: 0.5px solid #D0CCCC;
    background: linear-gradient(90deg, #A36820 0%, #FFF6B9 43.27%, #FFF8C8 77.88%, #FFFADB 100%);
    padding:38px 15px;
}
.contact .box-golden p.send{
    color: #000;
font-family: "DM Sans";
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: normal;
margin:5px 0 12px;
}
.contact .box-golden .email a{
    color: #000;
font-family: "DM Sans";
font-size: 22px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-decoration-line: underline;
margin:12px 0;
}
.contact .box-golden p.text{
    color: #000;
font-family: "DM Sans";
font-size: 14px;
font-style: normal;
font-weight: 300;
line-height: normal;
}
footer {
    background: #A36820;
    padding:73px 0 29px;
}
footer hr {
     border: 1px solid white;
     margin:29px 0;
}
footer img.logo-footer{
    margin-left:0;
}
footer p.footer_intro {
    color: #FFF;
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: left;
}
footer .slash {
    border: 1px solid white;
    height:100%;
    width:1px;
    margin:auto;
}
.list_footer_contain p.title, .info_footer_container p.title{
    color: #FFF;
font-family: "DM Sans";
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
footer ul.list_footer li a{
    text-decoration: none;
    color: #FFF;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
footer ul.list_footer li{
    margin-bottom:22px;
}
.footer-copy {
    color: #FFF;
font-family: "DM Sans";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-align: center;
}
@media (max-width:769px){
    .hero-image{
        padding:0;
    }
    .hero-image h1 {
        font-size: 26px;
    }
    .hero-image .big-title {
        color: #FFF;
        font-family: "DM Sans";
        font-size: 42px;
        font-style: normal;
        font-weight: 900;
        line-height: 52px; /* 123.81% */
    }
    .hero-image .subtitle p{
        font-size: 12px;
        font-weight: 700;
        line-height: normal;
    }
    .hero-image .subrayado{
        background-size: 100% 9px;
        padding-bottom: 6px;
    }
    .hero-image .btn-blue{
        font-size:16px;
        margin-top:20px;
    }
    .content-imgs {
        gap: 20px !important;
    }
    .features .box-feature {
        gap:32px;
    }
    .features img {
        height:20px;
    }
    .label{
        font-size:14px;
    }
    h2 {
        font-size: 32px;
    }
    .options .box-options .box-img a{
        left:25%;
    }
    .options .box-content h4{
        font-size: 20px;
    }
    .banner_nazca h2 span{
        font-size: 40px;
        line-height: 45px;
    }
    .banner_nazca h2{
        font-size: 32px;
        line-height: 45px;
        margin-bottom:8px;
    }
    .banner_nazca p {
        font-size: 16px;
        margin-bottom: 26px;
    }
    .banner_nazca a.btn-green {
        font-size: 16px;
    }
    section {
        padding:60px 0!important;
    }
    .explore .box-content h3{
        font-size: 22px;
    }
    .explore .box-content p,.explore .box-content a{
        font-size: 14px;
    }
    .reviews .box-review h3 {
        margin: 24px 0 12px;
    }
    .reviews .box-review {
        padding: 13px 32px;
    }
    .faqs .accordion-button{
        height:70px;
    }
    .contact .box-golden p.send{
        font-size: 18px;
    }
    .contact .box-golden .email a{
        font-size: 20px;
    }
    .contact .box-golden p.text{
        font-size: 13px;
    }
    footer p.footer_intro,footer img.logo-footer{
        text-align: center;
    }
    .list_footer_contain{
        margin-left: 8.33%;
    }
    .slick-slide{
        padding:15px;
    }
    .slick-dots li button{
        background: #D9D9D9 !important;
        border-radius: 100%;
        text-align: center;
        margin: 3px auto;
        height: 14px !important;
        width: 14px !important;
    }
    .slick-dots li.slick-active button:before {
        background: #8E5107;
        border-radius: 100%;
        opacity: 1;
    }
    .slick-dots li button:before{
        content:''!important;
    }
    .start-header .navbar-brand img{
        width: 81px;
        height:auto!important;
        margin-left:15px;
    }
    .navbar>.container{
        margin:0;
        width: 100%;
    }
    .nav-item .nav-link{
        color: #000!important;
        font-family: "DM Sans";
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        padding: 20px !important;
    }
    .navbar-collapse {
        background: #FFFADB;
        margin-bottom: -25px;
        margin-top: 20px;
        height: calc(100vh - 56px);
    }
    button:focus:not(:focus-visible){
        box-shadow: none;
    }
    .navbar-toggler{
        margin-right:15px;
    }
    .btn-blue {
        font-size: 16px;
    }
    .nav-item{
        border-bottom: 0.5px solid #000;
    }
}
