@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    
    
}

a{
    text-decoration: none;
    color: antiquewhite;
}

/* INICIO */

main{
    width: 100%;
    background-color: #004923;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}


#inicio{
    height: 100vh;
    width: 100%;
    background-color: #004923;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

}

#logo{
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    height: 150px;
    width: auto;

}

#eventos{
    height: 100vh;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #004923;
    background-image: url(../img/evento\ 4.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 25pt;
    color: blanchedalmond;
    text-decoration: none;
    transition-property: all;
    transition-duration: 1.5s;
}

#eventos:hover{
    width: 55%;
    font-size: 30pt;
    transition-property: all;
    transition-duration: 1.5s;
   
}

#campamentos{
    height: 100vh;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #004923;
    background-image: url(../img/campamento_juegos.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 25pt;
    color: blanchedalmond;
    text-decoration: none;
    transition-property: all;
    transition-duration: 1.5s;
    
}

#campamentos:hover{
    width: 55%;
    font-size: 30pt;
    transition-property: all;
    transition-duration: 1.5s;
    
}

.ainicio{
    text-decoration: none;
    color: antiquewhite;
}

@media (max-width:800px){
    #logo{
        height: 100px;
        width: auto;
        padding-bottom: 100px;
    }

    #eventos{
        font-size: 15pt;
        transition: none;
    }

    #eventos:hover{
        font-size: 15pt;
        width: 50%;
        transition: none;
    }

    #campamentos{
        font-size: 15pt;
    }

    #campamentos:hover{
        font-size: 15pt;
        width: 50%;
        transition: none;
    }

}
/*EVENTOS*/

/* HEADER EVENTOS */

.headerev{
    height: 20vh;
    width: 100%;
    background-color: #004923;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.logoheader{
    height: 80px;
    width: auto;
}


.naveventos{
    display: flex;
    height: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
    
}

.uleventos{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    width: 100%;
    position: absolute;
    top: 18.2vh;
    height: 0;
    overflow: hidden;
}

.lieventos{
    display: flex;
    color: blanchedalmond;
    list-style: none;
    text-decoration: none;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 15pt;
    transition-property: all;
    transition-duration: 0.5s;
}

.lieventos:hover{
    transition-property: all;
    transition-duration: 0.5s;
    color: #D1A566;

}

.label{
    cursor: pointer;
    
}

.list_icon{
    color: antiquewhite;
}

.menu_hamburguesa{
    display: none;
    transition-property: all;
    transition-duration: 0.5s;
}

.menu_hamburguesa:checked + .uleventos{
    height: calc(100vh - 20vh);
    transition-property: all;
    transition-duration: 0.5s;
    background-color: #022a15;
}

@media (min-width:800px){
    .label{
        display: none;
    }

    .uleventos{
        position: static;
        width: auto;
        flex-direction: row;
        height: auto;
        
    }
    
    .lieventos{
        font-size: 12pt;
    }
}
/* MAIN EVENTOS */

/* SECTION 1 EVENTOS */

#sectionev1{
    display: flex;
    background-color: #004923;
    background-image: url(../img/casa4\ -\ copia.JPG);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vh;
    flex-direction: column;
    padding-top: 150px;
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
    text-align: center;
    text-wrap: pretty;
    
}

#textoprincipalev{
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20pt;
    color: blanchedalmond;
    width: 70%;
    
}

@media (max-width:800px){
    #textoprincipalev{
        font-size: 12pt;
        text-align: center;
        justify-content: center;
        align-items: center;     
}
    }



#botonvermas{
    background-color: #D1A566;
    color: blanchedalmond;
    display: flex;
    border-radius: 40px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 15pt;
    width: 100px;
    height: 40px;
    justify-content: center;
    align-items: center;
    transition-property: all;
    transition-duration: 0.5s;
}

#botonvermas:hover{
    background-color: aliceblue;
    color: #004923;
}

/* SECTION 2 EVENTOS */

#sectionev2{
    display: flex;
    height: fit-content;
    width: 100%;
    background-color: blanchedalmond;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding-top: 60px;
    padding-bottom: 60px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 25pt;
}

#sectioneventos{
    display: flex;
    width: 100%;
    gap: 20px;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

#casamiento{
    background-image: url(../img/casamiento_beso.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
    width: 250px;
    transition-property: all;
    transition-duration: 1s;
}

#casamiento:hover{
    transition-property: all;
    transition-duration: 1s;
    height: 400px;
    width: 300px;

}

#cumpleaños{
    background-image: url(../img/fiesta.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
    width: 250px;
    transition-property: all;
    transition-duration: 1s;
}

#cumpleaños:hover{
    transition-property: all;
    transition-duration: 1s;
    height: 400px;
    width: 300px;

}

#corporativo{
    background-image: url(../img/evento\ 2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
    width: 250px;
    transition-property: all;
    transition-duration: 1s;
}

#corporativo:hover{
    transition-property: all;
    transition-duration: 1s;
    height: 400px;
    width: 300px;

}

.articleeventos{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15pt;
    gap: 20px;
}

/* SECTION 3 EVENTOS */

#sectionev3{
    height: 60vh;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-image: url(../img/mesa_casamiento_blanco.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    

}

#cotizaev{
    height: 60vh;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 25pt;
    gap: 30px;
}

#botoncotizar{
    background-color: #D1A566;
    color: blanchedalmond;
    display: flex;
    border-radius: 40px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 15pt;
    width: 150px;
    height: 40px;
    justify-content: center;
    align-items: center;
    transition-property: all;
    transition-duration: 0.5s;
}

#botoncotizar:hover{
    background-color: #004923;
    color: blanchedalmond;
}


#imgev3{
    display: flex;
    height: 60vh;
    width: 50%;


}

@media (max-width:800px){
    #cotizaev{
        font-size: 20pt;
        gap: 30px;
    }

    #botoncotizar{
        font-size: 12pt;
        width: 120px;
        height: 40px;
    }
}

/* FOOTER EVENTOS */

.footerev{
    height: fit-content;
    width: 100%;
    background-color: #004923;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    flex-wrap: wrap;
    

}

.logofooterev{
    padding-left: 30px;
    height: 100px;
    width: auto;
}

.datosfooterev{
    width: 50%;
    display: flex;
    justify-content: space-around;
    align-items:center;
    gap: 20px;
    flex-wrap: wrap;
}

.contactofooterev{
    color: blanchedalmond;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 12pt;
    line-height: 50px;
    flex-wrap: wrap;
}

.redesfooterev{
    color: blanchedalmond;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 12pt;
    line-height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.redesfooterev{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    gap: 20px;
}

.logoredes{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
    gap: 20px;
}

.logoredesev{
    height: 30px;
    width: auto;
    transition-property: all;
    transition-duration: 0.5s;
    
}

.logoredesev:hover{
    height: 40px;
    width: auto;
    transition-property: all;
    transition-duration: 0.5s;
}

@media (max-width:800px){

    .footerev{
        height: fit-content;
        width: 100%;
        flex-direction: column;
        padding-bottom: 100px;
        gap: 20px;
    }
    
    .datosfooterev{
        display: flex;
        flex-direction: row;
        width: 90%;
    }

    .redesfooterev{
    font-size: 10pt;
    line-height: 50px;
    }

    .contactofooterev{
    font-size: 10pt;
}


}

/* SUB PAGINAS EVENTOS */

/* EVENTOS */

#cabeceraeventosev{
    width: 100%;
    height: 60vh;
    background-image: url(../img/atardecer\ campo.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.difeventos{
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: row;
    background-color: antiquewhite;
    justify-content: center;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 80px;
    flex-wrap: wrap;
    gap: 30px;
}

.fotoseventos{
    width: 500px;
    height: auto;
    
}

.textoseventos{
    
    display: flex;
    flex-direction: column;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15pt;
    justify-content: center;
    align-items: flex-start;
    padding-left: 80px;
    gap: 30px;
    width: 30%;

}

.tituloseventos{
    font-family: "Lato", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 35pt;
    color: #004923;
}

@media (max-width:800px){
    .fotoseventos{
        width: 300px;
        height: auto;
        padding-right: 20px;
        padding-left: 20px;
    }

    .textoseventos{
        font-size: 12pt;
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
        align-items: center;
        width: 80%;
        gap: 10px;
    }

    .tituloseventos{
        font-size: 25pt;
    }

    .difeventos{
        gap: 20px;
        flex-direction: column;
        flex-wrap: nowrap;
        
        
    }

}

/* NOSOTROS */

#cabeceranosotrosev{
    width: 100%;
    height: 60vh;
    background-image: url(../img/entrada1\ -\ copia\ \(2\).JPG);
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
}

#sobrenosotrosev{
    display: flex;
    width: 100%;
    height: fit-content;
    background-color: antiquewhite;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    
}

#textonosotrosev{
    display: flex;
    flex-direction: column;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 15pt;
    gap: 40px;
    line-height: 25px;
    width: 40%;
    text-wrap: wrap;
}

#titulonosotrosev{
    flex-direction: column;
    font-family: "Lato", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 35pt;
    color: #004923;
}

#fotonosotrosev{
    height: auto;
    width: 500px;
}

@media (max-width:800px){
    #sobrenosotrosev{
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 20px;
        width: 100%;
        
    }
    
    #textonosotrosev{
        padding-top: 20px;
        width: 80%;
        justify-content: center;
        align-items: center;
        font-size: 10pt;
        text-wrap: wrap;
        line-height: 20px;
        text-align: center;
        padding-bottom: 20px;
    }

    #titulonosotrosev{
        font-size: 25pt;
        padding-top: 40px;
    }

    #fotonosotrosev{
        height: auto;
        width: 300px;
        justify-content: center;
        align-items: center;
        padding: 0;
    }

}

/* RESERVAS */

#cabecerareservasev{
    width: 100%;
    height: 60vh;
    background-image: url(../img/mesa_casamiento.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#reservasev{
    display: flex;
    width: 100%;
    min-height: 80vh;
    background-color: antiquewhite;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
}

#textoreservasev{
    display: flex;
    flex-direction: column;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15pt;
    gap: 30px;
    line-height: 25px;
    width: 40%;
}

#tituloreservasev{
    flex-direction: column;
    font-family: "Lato", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 35pt;
    color: #004923;
}


@media (max-width:800px){

    #textoreservasev{
        justify-content: center;
        align-items: center;
        font-size: 12pt;
        width: 75%;
        line-height: 20px;
    }

    #tituloreservasev{
        font-size: 25pt;
    }

    #fotoreservasev{
        height: 200px;
        width: auto;
    }
    
}

/* SERVICIOS */

#cabeceraserviciosev{
    width: 100%;
    height: 60vh;
    background-image: url(../img/casa_tranquera.JPG);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#sectionserviciosev{
    display: flex;
    height: fit-content;
    width: 100%;
    background-color: antiquewhite;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 100px;
    padding-top: 80px;
    padding-bottom: 150px;
    flex-wrap: wrap;
}

.serviciosev{
    display: flex;
    width: 90%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    
}

.articleserviciosev{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 40px;
}

.iconosservicio{
    width: 100px;
    height: auto;
}

.textoserviciosev{
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14pt;
    text-align: center;
    width: 65%;
}

#serviciostituloev{
    font-family: "Lato", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 800;
    font-style: normal;
    font-size: 30pt;
    width: 100%;
    color: #004923;
    height: 10vh;
    flex-wrap: wrap;
    text-align: center;
}

@media (max-width:800px){

    .articleserviciosev{
    flex-direction: column;
    }

    .serviciosev{
        width: 70%;
    }

    #serviciostituloev{
        font-size: 25pt;
       
    }
    .textoserviciosev{
    width: 100%;
    }

}



/* CONTACTO */

#cabeceracontactoev{
    width: 100%;
    height: 60vh;
    background-image: url(../img/casa1.JPG);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#contactoev{
    display: flex;
    width: 100%;
    height: fit-content;
    align-items: flex-start;
    justify-content: space-around;
    flex-direction: row;
    gap: 40px;
    background-color: antiquewhite;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12pt;
    padding-top: 80px;
    padding-bottom: 80px;
    flex-wrap: wrap;
}

#infocontactoev{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 50%;
    
}

#titulocontactoev{
    font-family: "Lato", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 35pt;
    color: #004923;
    
}

#ubicontactoev{
    width: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    background-color: antiquewhite;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20pt;
    
}

.textocontactoev{
    font-family: "Lato", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 15pt;
    color: black;
    width: 78%;
}

@media (max-width:800px){
    #contactoev{
        font-size: 12pt;
    }

    #infocontactoev{
        width: 80%;
    }

    #titulocontactoev{
        font-size: 20pt;
    }

    .textocontactoev{
        font-size: 12pt;
        
    }
     
    #mapacontactoev{
        width: 300px;
        height: 300px;
    }
}

/* CAMPAMENTOS */

.headercamp{
    display: flex;
    width: 100%;
    flex-direction: row;
    min-height: 150vh;
    background-image: url(../img/fondo\ atardecer\ camp.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    align-items: flex-start;
    justify-content: center;
    position: relative;
}

.articlecarteles{
    height: 20vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
}

.carteles{
    display: flex;
    height: 100px;
    width: auto;
    width: 100%;
    justify-content: space-around;
}

.logocamp{
    height: 120px;
    width: auto;
    padding-top: 20px;
}

.headerhamburguesacamp{
    display: none;
    height: 0;
    width: 100%;
    background-color: #004923;
    justify-content: center;
    align-items: center;
    
}

.navhamburguesacamp{
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    
}

.ulhamburguesacamp{
    display: none;
    position: absolute;
    top: 14vh;
    background-color: #e2861d;
    height: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 40px;
    
    
}

.lihamburguesacamp{
    list-style: none;
    text-decoration: none;
    color: antiquewhite;
    font-family: "Lato", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 15pt;
    
}

.lihamburguesacamp:hover{
    color: #004923;
    cursor: pointer;
}

.menu_hamburguesa:checked + .ulhamburguesacamp{
    height: 80vh;
    display: flex;
   
    
}

@media (max-width:800px){
    .headerhamburguesacamp{
        height: 20vh;
        display: flex;
        
    }

    .articlecarteles{
        display: none
    }

    .logocamp{
        height: 80px;
    }
    
}

/* SECTION 1 CAMP */

#sectioncirculos{
    display: flex;
    height: 50vh;
    width: 100%;
    background-color: white;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
    
}

@media (max-width:800px){
    #sectioncirculos{
        display: flex;
        flex-direction: column;
        height: fit-content;
        gap: 60px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.articlecirculos{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    font-family: "Lato", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 15pt;
    
}

.circulos{
    height: 120px;
    width: auto;
    transition-property: all;
    transition-duration: 0.5s;
}

.circulos:hover{
    height: 140px;
    width: auto;
    transition-property: all;
    transition-duration: 0.5s;
}

/* SECTION 2 CAMP */

#section2camp{
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    
}

#galeriafoto1{
    display: flex;
    height: 100vh;
    width: 100%;
    background-image: url(../img/casa_tranquera.JPG);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition-property: all;
    transition-duration: 1s;
    
}

#galeriafoto1:hover{
    transition-property: all;
    transition-duration: 1s;
    width: 120%;
    

}

#galeriafoto2{
    display: flex;
    height: 100vh;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-direction: column;
    font-family: "Lato", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 20pt;
    color: blanchedalmond;
    background-image: url(../img/caballo.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition-property: all;
    transition-duration: 1s;
    
}

#galeriafoto2:hover{
    transition-property: all;
    transition-duration: 1s;
    width: 120%;
    
}

#botongaleria{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #D1A566;
    width: 150px;
    height: 40px;
    border-radius: 20px;
    border: 5px solid #ab6413;
    color: #ab6413;
    transition-property: all;
    transition-duration: 0.5s;
    font-size: 12pt;

}

#botongaleria:hover{
    transition-property: all;
    transition-duration: 0.5s;
    color: aliceblue;
    background-color: #ab6413;
    
}

#galeriafoto3{
    display: flex;
    height: 100vh;
    width: 100%;
    background-image: url(../img/niños_bolsas.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition-property: all;
    transition-duration: 1s;
}

#galeriafoto3:hover{
    transition-property: all;
    transition-duration: 1s;
    width: 120%;

}

@media (max-width:800px){
    #galeriafoto2{
        font-size: 15pt;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    #botongaleria{
        width: 120px;
        height: 30px;
        border: 3px solid #ab6413;

    }
    
    #galeriafoto1{
        display: none;
    }

    #galeriafoto3{
        display: none;
    }


}

/* SECTION 3 CAMP */

#section3camp{
    height: 70vh;
    width: 100%;
    background-color: white;
    display: flex;
    flex-direction: column;
    background-image: url(../img/chicosacampando_copia.png);
    background-position: bottom right;
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 60%;
    justify-content: left;
    padding-left: 40px;
    padding-top: 40px;
    flex-wrap: wrap;
    text-wrap: wrap;
    gap: 20px;
}

#titulocamp3{
    display: flex;
    font-family: "Lato", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 35pt;
    color: #e2861d;
    
}

#textocamp3{
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 15pt;
    line-height: 25px;
    width: 60%;
    
}

@media (max-width:800px){
    #section3camp{
        font-size: 10pt;
        background-size: 100%;
        text-wrap: wrap;
        padding: 0;
        justify-content: flex-start;
        align-items: flex-start;
        display: flex;
        min-height: 50vh;
        height: 85vh;
    }

    #titulocamp3{
        font-size: 35pt;
        width: 70%;
        justify-content: flex-start;
        align-items: flex-start;
        display: flex;
        padding-top: 40px;
        padding-left: 30px;
    }

    #textocamp3{
        width: 80%;
        justify-content: flex-start;
        align-items: flex-start;
        display: flex;
        font-size: 12pt;
        line-height: 22px;
        padding-left: 30px;
        padding-top: 20px;
    }

}

/* FOOTER CAMP */

.footercamp{
    display: flex;
    width: 100%;
    min-height: 30vh;
    background-color: #004923;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    background-image: url(../img/fondo\ footer\ camp.jpg);
    background-position: center;
    background-size: cover;
}

.logofootercamp{
    height: 100px;
    width: auto;
    padding-left: 40px;
}

.botonerafootercamp{
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    
    
}

.navfootercamp{
    display: flex;
    width: 100%;
    flex-direction: row;
    
}

.ulfootercamp{
    display: flex;
    flex-direction: row;
    list-style: none;
    justify-content: space-around;
    gap: 40px;
}

.lifootercamp{
    font-family: "Lato", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 12pt;
    color: #004923;
    transition-property: all;
    transition-duration: 0.5s;
}

.lifootercamp:hover{
    transition-property: all;
    transition-duration: 0.5s;
    color: white;
}

.logosfootercamp{
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    

}

.iconosfootercamp{
    height: 30px;
    width: auto;
    transition-property: all;
    transition-duration: 0.5s;
}

.iconosfootercamp:hover{
    transition-property: all;
    transition-duration: 0.5s;
    height: 40px;
}

.footercarpa{
    height: 140px;
    width: auto;
    display: flex;
    align-items: flex-end;
    padding-right: 40px;
}

@media (max-width:800px){

    .footercamp{
        flex-direction: column;
        height: fit-content;
        padding-top: 20px;
        padding-bottom: 20px;
        gap: 40px;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .ulfootercamp{
    flex-wrap: wrap;
    gap: 20px;
    padding: 0;
    }



    .logofootercamp{
        height: 100px;
        width: auto;
        padding-left: 0;
    }

    .lifootercamp{
        font-size: 10pt;
        justify-content: center;
        align-items: center;
        
    }
    

    .footercarpa{
        padding-right: 0;
    }

    .iconosfootercamp:hover{
        transition-property: all;
        transition-duration: 0.5s;
        height: 40px;
    }
    

    
}

/* NOSOTROS CAMPAMENTOS */

.imgilustracion{
    width: 100%;
    padding-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ilustracioncamp{
    width: 700px;
    height: auto;
    padding-top: 20px;
}

#headercampnosotros{
    height: fit-content;
    width: 100%;
    background-image: url(../img/entrada1\ -\ copia.JPG);
    background-position: center;
    background-size:cover;
    background-repeat: no-repeat;
    padding-bottom: 100px;
    
}

#sectionosotros2{
    width: 50%;
    display: flex;
    flex-direction: column;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15pt;
    justify-content: center;
    padding-top: 80px;
    align-items: center;
    color: antiquewhite;
    text-align: center;
    line-height: 30px;
    padding-left: 380px ;
}




@media (max-width:800px){
    
    #headercampnosotros{
        min-height: 100vh;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    #sectionosotros2{
        font-size: 12pt;
        line-height: 20px;
        min-height: 60vh;
        padding-top: 40px;
        width: 70%;
        padding-left: 0 ;
    }

    .ilustracioncamp{
        width: 300px;
        height: auto;
    }

}

/* RESERVAS CAMPAMENTOS */

#headercampreservas{
    background-image: url(../img/mesa_casamiento\ -\ copia.jpg);
    background-position: center;
    background-size: cover;
    height: fit-content;
    padding-bottom: 80px;
    width: 100%;
    flex-direction: column;
    display: flex;
    
}

#sectionreservas2{
    width: 40%;
    display: flex;
    flex-direction: column;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12pt;
    justify-content: center;
    align-items: center;
    color: antiquewhite;
    text-align: center;
    flex-wrap: wrap;
    padding-left: 450px;
    
   
}

#reservascamp{
    text-align: left;
    flex-direction: column;
}

#tituloreservascamp{
    font-size: 20pt;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-style: normal;
    padding-top: 80px;
}

@media (max-width:800px){
    #headercampreservas{
        height: fit-content;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    #sectionreservas2{
        font-size: 10pt;
        height: fit-content;
        width: 85%;
        flex-direction: column;
        display: flex;
        padding-left: 0;
    }

}
 

/* SERVICIOS CAMPAMENTOS */

#headercampservicios{
    background-image: url(../img/caballos_cruzados.JPG);
    background-position: center;
    background-size: cover;
    height: fit-content;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

#servicioscamp{
    display: flex;
    height: fit-content;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 100px;
    padding-top: 80px;
    padding-bottom: 150px;
    flex-wrap: wrap;
}

#serviciostitulocamp{
    font-family: "Lato", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 800;
    font-style: normal;
    font-size: 25pt;
    width: 100%;
    color: #D1A566;
    height: 15vh;
    flex-wrap: nowrap;
    text-align: center;
}

.articleservicioscamp{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    gap: 100px;
}

.difservicioscamp{
    display: flex;
    width: 300px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    flex-wrap: nowrap;
    
}

.textoservicioscamp{
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15pt;
    text-align: center;
    color: antiquewhite;

}


@media (max-width:800px){

    .articleservicioscamp{
    flex-direction: column;
    }

    #servicioscamp{
        width: 90%;
    }

    .difservicioscamp{
        width: 80%;
        
    }
    

}

/* CONTACTO CAMPAMENTOS */

#headercampcontacto{
    background-image: url(../img/casa1_copia.JPG);
    background-position: center;
    background-size: cover;
    height: fit-content;
    width: 100%;

}

#sectioncontacto{
    width: 100%;
}

#sectioncontacto2{
    width: 40%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15pt;
    justify-content: center;
    align-items: center;
    color: antiquewhite;
    text-align: center;
    padding-left: 470px;
    padding-top: 40px;
    
}

#sectioncontacto3{
    display: flex;
    height: fit-content;
    width: 100%;
    align-items: flex-start;
    justify-content: center;
    flex-direction: row;
    gap: 50px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15pt;
    padding-top: 80px;
    padding-bottom: 80px;
    
}

#infocontactocamp{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 45%;
}

#titulocontactocamp{
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 35pt;
    color: antiquewhite;

}

.textocontactocamp{
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 15pt;
    color: antiquewhite;
   
}

.titulocontactocamp{
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 15pt;
    color: antiquewhite;
}

#ubicontactocamp{
    width: 40%;
    justify-content: center;
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 12pt;
    color: antiquewhite;

}

#mapacontactocamp{
    width: 400px;
    height: 400px;
}



@media (max-width:800px){

    #headercampcontacto{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    
    }

    #sectioncontacto2{
        font-size: 11pt;
        height: fit-content;
        width: 80%;
        padding: 0;
        padding-top: 20px;
        
    }

    #sectioncontacto3{
        flex-wrap: wrap;
        gap: 40px;
        padding-top: 0;
    }

    
    #contactocamp{
        font-size: 12pt;
    }

    #infocontactocamp{
        width: 85%;
        justify-content: center;
        align-items: center;
        
    }

    #titulocontactocamp{
        font-size: 20pt;
    }

    #ubicontactocamp{
        justify-content: center;
        align-items: center;
        font-size: 12pt;
        text-align: center;
    }

    .textocontactocamp{
        font-size: 11pt;
        width: 80%;
        text-align: center;
    
    }

     
    #mapacontactocamp{
        width: 300px;
        height: 300px;
    }
}




/* GALERIA DE FOTOS CAMPAMENTO */

#headersectioncamp{
    background-image: url(../img/valla\ campo\ -\ copia.jpg);
    background-position: center;
    background-size: cover;
    height: fit-content;
    width: 100%;
}

#maincampgaleria{
    display: flex;
    width: 100%;
    flex-direction: row;
    gap: 40px;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 80px;
    padding-bottom: 80px;
}

.imagenesgaleria{
    height: 350px;
    width: auto;
    transition-property: all;
    transition-duration: 1s;
}

.imagenesgaleria:hover{
    height: 370px;
    width: auto;
}

@media (max-width:800px){

    .imagenesgaleria{
        height: auto;
        width: 300px;
    }
   
    .imagenesgaleria:hover{
    height: auto;
    width: 300px;
    }
}