*{
    text-decoration: none;
    margin: 0;
    padding: 0;
    font-family: Helvetica;
    
}

body{
    
    background-color: #7A3C0F;
    overflow-x: hidden;
}

html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden !important;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    position: relative;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

@font-face {
    font-family: 'FivoSans'; 
    src: url('Tipografia/FivoSans-Black.otf') format('opentype');
    
}

.navar{

    display: flex;
    justify-content: space-around;
    align-items: center;  
    padding: 1rem;  

}

.marca{
    max-height: 25px;
}

.hamburguer{

    color: #ffffff;
    display: none;
    cursor: pointer;
   
}

.bar{
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    background-color: white;
    transition: .3s ease;
}

.navMenu{
    display: flex;
    align-items: end;
    gap: 2rem;
    list-style: none;
    font-size: 1rem;
    align-items: center;
    
}

.nav-link{

    color: rgb(255, 255, 255);
}

.whatsapp{

    color: white;
    background-color: green;
    border-radius: 10px;
    padding: 0.7rem;
    border: none;
    font-weight: bold;
    transition: 0.3s ease;
    display: flex;
    text-align: center;
    gap: 0.5rem;

}

.whatsapp:hover{
    box-shadow: 0 0 15px 3px rgb(9, 255, 0);
    transition: 0.3s ease;
    cursor: pointer;
}


/* section hero */

.section-hero{
    background: #ff00003f;
    
    
}


.hero{
    min-height: 950px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 3rem;
    padding-left: 17rem;

    background-image: url(icono/tupungatohero.png);
    
    
}

.hero--button{
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.7rem;
    border: none;
    color: white;
    font-weight: bold;
    background-color: green;
    border-radius: 10px;
}
.hero-whatsapp{
    max-width: 25px;

}

.hero--button:hover{
    box-shadow: 0 0 15px 3px rgb(9, 255, 0);
    transition: 0.3s ease;
    cursor: pointer;
}

.iconoWhatsapp{
    max-width: 15px;
}



h1{
    font-family: 'FivoSans';
    font-size: 60px;
    color: white;
    
    
}

.hero--p{
    font-size: 20px;
    color: rgba(255, 255, 255, 0.849);
}


/* reseñas de google */

.reseñas{
    padding: 7rem;

}



/* SERVICIO */

.sectionViajes{
    
    min-height: 750px;
    
}

.sectionHijo{

    display: flex;
    justify-content: space-around;
    margin-top: 2rem;
    
    
    padding: 2rem;
}

h2{
    
    font-family: 'FivoSans';
    font-size: 40px;
    color: white;
}


.sectionParrafo{
    width: 400px;
    font-size: 20px;
    font-weight: regular;
    color: #ece6e6;
}



.sectionHijo2{
    
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin-top: 5rem;
    
}


.contenedorNegroBlanco{
    display: flex;
    gap: 2rem;
}

.contenedor{
    background-color: #000000;
    border-radius: 10px;
    min-height: 350px;
    max-width: 350px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    

}

.imgContenedor{
    height: 25px;
    width: 25px;
    margin-right: 1rem;
    
}

.contendorParrafoLista{
    
    color: white;
    display: flex;
    align-items: center;
}


.contendorParrafoLista2{
    color: #000000;
    display: flex;
    align-items: center;
    

}
.contenedor2{
    background-color: #f2f2f2;
    border-radius: 10px;
    min-height: 350px;
    max-width: 350px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.contenedorPrimario{
    background-color: #ff8d21;
    border-radius: 10px;
    min-height: 350px;
    min-width: auto;
    padding: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
}

.contenedorP{
    font-family: 'FivoSans';
    font-size: 65px;
    color: white;
}

.contenedorParrafo{
    color: #ece6e6;
}









/* section galeria de imagenes */




.contenedorGaleriaHijo{
    min-height: 950px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.imagenGaleria{
    width: 1500px;
}







/* section marcas */

.sectionMarcas{
    background-color: rgb(0, 0, 0);
    padding: 6rem;
    height: auto;
    display: flex;
    justify-content: center;
    
}

.sectionMarcasContenedor{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 2rem;
    height: 650px;
    width: 950px;

}

.caja0{
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    
    
    
}

h3{
    color: white;
    font-size: 30px;
    font-family: 'FivoSans';
    
}

.caja0__P{
    color: #f2f2f2;

}

.caja{
    background-color: #ff8d21;
    grid-column: 2/3;
    grid-row: 1/1;
    border-radius: 10px;

    display: flex;
    justify-content: center;
    align-items: center;
}

.caja1{
    background-color: #ff8d21;
    grid-column: 3/3;
    grid-row: 1/1;
    border-radius: 10px;

    display: flex;
    justify-content: center;
    align-items: center;
}

.caja2{
    background-color: #ff8d21;
    grid-column: 1/2;
    grid-row: 2/3;
    border-radius: 10px;

    display: flex;
    justify-content: center;
    align-items: center;
}

.caja3{
    background-color: #ff8d21;
    grid-column: 2/3;
    grid-row: 2/3;
    border-radius: 10px;

    display: flex;
    justify-content: center;
    align-items: center;
}

.caja4{
    display: flex;
    justify-content: center;
    align-items: center;
}

.whatsappCaja4{
    color: rgb(0, 0, 0);
    max-width: 250px;
    background-color: white;
    border: none;
    padding: 1rem;
    border-radius: 10px;

    font-width: bold;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: bold;
}

.Comentario{
    
    min-height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
    

}

.imgMarcas{
    
    max-width: 200px;
}




.uva{
    max-width: 50px;
}

.parrafo1{
    font-family: 'FivoSans';
    font-size: 50px;
    color: white;
    gap: 2rem;
    display: flex;
    align-items: center;
}

.parrafo2{
    font-size: 25px;
    color: #f2f2f2;
    display: flex;
    justify-content: center;
}



/* footer */

.pieDePajina{
    
    padding: 5rem;
    display: flex;
    justify-content: space-around;
}

.pieDePajina p{
    color: white;
}
.iconoRedes{
    display: flex;
    gap: 1rem;
}

.imgRedes{
    max-width: 25px;
}





/* Tablets */

@media (min-width: 768px) and (max-width: 1024px){



    .hamburguer{
        display: block;
    }

    .hamburguer.active .bar:nth-child(2){
        opacity: 0;
    }

    .hamburguer.active .bar:nth-child(1){
        transform: translateY(8px) rotate(45deg);
    }

    .hamburguer.active .bar:nth-child(3){
        transform: translateY(-8px) rotate(-45deg)
    }

    .navar{
        justify-content: space-between;
    }

    .navMenu{
        position: absolute;
        right: -100%;
        top: 60px;
        gap: 2rem;
        flex-direction: column;
        background-color: #7A3C0F;
        min-width: 20%;
        min-height: 20%;
        text-align: center;
        transition: .3s;
        padding: 2rem;
        z-index: 2;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        
    }

    .navMenu.active{
        right: 0;
        z-index: 2;
    }




    .hero{
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .sectionHijo{
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        gap: 1rem;
    }

    .sectionHijo2{
        flex-direction: column;
    }

    .contenedorNegroBlanco{
        display: flex;
        gap: 0.5rem;
    }

    .imagenGaleria{
        
        width: 750px;

    }

    h3{
        padding: 0;
        padding-inline: 0.5rem;

    }

    .imgMarcas{
        width: 120px;
    }

    .comentraioParrafo{
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    .parrafo1{
        
        text-align: center;
        padding-inline: 3rem;
    
    }

    .parrafo2{
        text-align: center;
    }
    
    .uva{
        display: none;
    }
    


}


/* Celulares grandes */

@media (min-width: 481px) and (max-width: 767px) {


.hamburguer{
        display: block;
    }

    .hamburguer.active .bar:nth-child(2){
        opacity: 0;
    }

    .hamburguer.active .bar:nth-child(1){
        transform: translateY(8px) rotate(45deg);
    }

    .hamburguer.active .bar:nth-child(3){
        transform: translateY(-8px) rotate(-45deg)
    }

    .navar{
        justify-content: space-between;
    }

    .navMenu{
        position: absolute;
        right: -100%;
        top: 60px;
        gap: 2rem;
        flex-direction: column;
        background-color: #7A3C0F;
        min-width: 20%;
        min-height: 3%;
        text-align: center;
        transition: .3s;
        padding: 2rem;
        z-index: 2;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        
    }

    .navMenu.active{
        right: 0;
        z-index: 2;
    }


    
    .hero{
        padding: 0rem;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    h1{
        padding: 3rem;
        
    }

    .sectionHijo{
        
        flex-direction: column;
        gap: 2rem;
        align-items: center;
    }

    .sectionHijo p{

        text-align: center;
    }

    .sectionHijo2{
        flex-direction: column;
        
    }

    .contenedorPrimario{
        
      width: 400px;
      align-items: center;
      gap: 2rem;
        
    
    }

    .contenedorP{
        font-size: 40px;
        
        
    }
    .contenedorParrafo{
        text-align: center;
        padding-inline: 2rem;
        
        
    }

    .contenedorNegroBlanco{
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }

    .contenedorGaleria{
        margin-top: 4rem;
        
    }
    .contenedorGaleriaHijo{

        background-image: url(Imagenes/galeriaMovil.png);
        
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;        /* ← clave */
        width: 100%;
        
               
    
    }

    .imagenGaleria{
        display: none;
    }

    .sectionMarcas{
        height: 1350px;
    }

    .sectionMarcasContenedor{
        
        display: flex;
        flex-direction: column;
    }

    .caja0{
        gap: 1rem;
    }

    .caja2{
        padding: 3.5rem;
    }
    .comentraioParrafo{
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .parrafo1{
        flex-direction: column;
        text-align: center;
        padding-inline: 4rem;
    }

    

    .parrafo2{
        padding-inline: 5rem;
        text-align: center;
    }

    .pieDePajina{
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }

    .pieDePajina p{
        text-align: center;
        padding-inline: 4rem;
    }
}






/* Celulares pequeños */
@media(max-width: 480px){
    


    .hamburguer{
        display: block;
    }

    .hamburguer.active .bar:nth-child(2){
        opacity: 0;
    }

    .hamburguer.active .bar:nth-child(1){
        transform: translateY(8px) rotate(45deg);
    }

    .hamburguer.active .bar:nth-child(3){
        transform: translateY(-8px) rotate(-45deg)
    }

    .navar{
        justify-content: space-between;
    }

    .navMenu{
        position: absolute;
        right: -100%;
        top: 60px;
        gap: 2rem;
        flex-direction: column;
        background-color: #7A3C0F;
        min-width: 20%;
        min-height: 3%;
        text-align: center;
        transition: .3s;
        padding: 2rem;
        z-index: 2;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        
    }

    .navMenu.active{
        right: 0;
        z-index: 2;
    }

    .hero{
        padding: 0rem;
        justify-content: center;
        align-items: center;
    }

    h1{
        text-align: center;
    }

    .hero--p{
        text-align: center;
    }

    .sectionHijo{
        flex-direction: column;
        gap: 4.5rem;
        align-items: center;
    }

    .sectionParrafo{
        text-align: center;
    }

    .sectionHijo2{
        flex-direction: column;
    
    }


    .contenedorPrimario{
        
        min-width: 100px;
        margin: 4rem;
        gap: 2rem;

    }

    .contenedorP{

        font-size: 45px;
    }

    .contenedorNegroBlanco{

        display: flex;
        flex-direction: column;
        gap: 2rem;
    
        
    }

    
    .sectionMarcas{

        height: 1350px;
    }

    .caja0{
        gap: 2rem;
    }

    .caja2{
        padding: 3.5rem;
    }

    .sectionMarcasContenedor{
        display: flex;
        flex-direction: column;
    }

    .comentraioParrafo{
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .parrafo1{

        text-align: center;
        flex-direction: column;
        padding-inline: 3rem;
    }

    .parrafo2{

        text-align: center;
        padding-inline: 4rem;
    }

    .imagenGaleria{
        display: none;
        
    }

    .contenedorGaleria{
        margin-top: 4rem;
        
    }

    .contenedorGaleriaHijo{
        background-image: url(Imagenes/galeriaMovil.png);
        
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;        /* ← clave */
        width: 100%;
        
               
    }

    .pieDePajina{
        display: flex;
        flex-direction: column;
        gap: 2rem;
        align-items: center;
    }

    .pieDePajina p{
        text-align: center;
        padding-inline: 3rem;
    }


}