*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
}
body {
    font-family: "Roboto", sans-serif;
}
.contenedor {
    width: 90%;
    max-width: 1000px;
    margin: auto;
    overflow: hidden;
}

/* ----HEADER---- */

.btn-wsp {
    display: inline-block;
    position: fixed;
    bottom: 50px;
    right: 30px;
    width: 80px;
    height: 80px;
    border-radius: 50px;
    box-shadow: 3px 2px 6px rgba(0, 0, 0, .6);
}
header {
    width: 100%;
    background: url('../img/portada\ 2025.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center 0;
}
header .contenedor {
    position: relative;
    height: 700px;
}

/*MENU DESPLEGABLE */

header .nav {
    width: 100%;
    margin-top: 40px;
    display: flex;
    justify-content: right;
}
header .nav a {
    color: #494C4B;
    font-size: 22px;
    font-weight: 600;
    text-decoration: none;
    padding: 10px 15px;
    display: flex;
}
.nav > li {
    float: left;
}
.nav li ul {
    display: none;
    position: absolute;
    min-width: 100px;
}
header .nav a:hover {
    text-decoration: underline;
}
.nav li:hover > ul {
    display: block;
}

/*TEXTO EN PORTADA*/

header .textos {
    width: 100%;
    position: absolute;
    top: 40%;
}

/* ----ACERCA DE---- */

.main {
    background-color: #F4F4F4;
}
.main .acerca-de .contenedor {
    overflow: visible;
    position: relative;
}
.main .acerca-de .foto {
    width: 70%;
    position: absolute;
    left: 0;
    top: -50px;
    z-index: 0;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .35);
}
.main .acerca-de .foto img {
    border-radius: 20px;    
    vertical-align: top;
    width: 100%;
}
.main .acerca-de article {
    background: #fff;
    color: #494C4B;
    padding: 30px;
    width: 50%;
    position: relative;
    top: 88px;
    z-index: 1;
    float: right;
    border-radius: 20px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .35);
}
.main .acerca-de article h3 {
    color: #00A75D;
    font-size: 44px;
    margin-bottom: 24px;
}
.main .acerca-de article p {
    line-height: 28px; 
    margin-bottom: 15px;
}

/* ----SECCION NUESTRO RANCHO---- */

.main .historia {
    padding-top: 550px;
    margin-bottom: 10px;
}
.main .historia .titulo {
    color: #00A75D;
    font-size: 48px;
    text-align: center;
    margin-bottom: 20px;
}
.main .historia .texto {
    font-size: 24px;
    color: #494C4B;
    line-height: 28px;
    width: 90%;
    margin: 20px auto 10% auto;
    text-align: center;
}
.main .historia p {
    margin-bottom: 20px;
}
.historia .texto .cita {
    font-size: 22px;
}
.historia .btn {
    display: inline-block;
    padding: 8px 16px;
    background-color: #00A75D;
    text-decoration: none;
    border-radius: 4px;
    margin-top: 16px;
    color: #fff;
}

/* ----SECCION ACTIVIDADES---- */

.main .actividades {
    width: 100%;
    background: url('../img/geometric-leaves.png');
}
.main .actividades {
    padding-top: 40px;
    margin-bottom: 60px;
}
.main .actividades .titulo {
    color: #778851;
    font-size: 52px;
    text-align: center;
    margin-bottom: 40px;
}
.main .actividades img {
    position: relative;
    left: 220px;    
}
.main .actividades .texto {
    font-size: 24px;
    color: #494C4B;
    width: 90%;
    margin: 20px auto;
    text-align: center;
    margin-top: 40px;
}
.main .actividades p { 
    margin-bottom: 20px;
}
.actividades .btn {
    display: inline-block;
    padding: 8px 16px;
    background-color: #778851;
    text-decoration: none;
    border-radius: 6px;
    margin-top: 16px;
    color: #fff;
}

/* ----SECCION GALERIA DE FOTOS---- */

.galeria{
    overflow: hidden;
}
.galeria .foto {
    width: 25%;
    float: left;
}
.galeria .foto img {
    width: 100%;
    vertical-align: top;
    opacity: .7;
}
.galeria .foto img:hover {
    opacity: 1;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

/* UBICACION Y MAPA */

.ubicacion {
    background: #fff;
    padding: 60px 0;
}
.ubicacion .titulo {
    color: #00A75D;
    text-align: center;
    font-size: 48px;
    line-height: 40px;
    margin-bottom: 40px;
}
.ubicacion .direccion {
    font-size: 24px;
    color: #494C4B;
    line-height: 28px;
    width: 50%;
    margin: 20px auto 10% auto;
    text-align: center;
    margin-bottom: 20px
}
.mapa {
    background: #fff;
    width: 100%;
    overflow: hidden;
}
.mapa iframe {
    width: 100%;
    max-height: 600px;
}

/* footer */

.container {
    max-width: 1000px;
    margin: 0 auto;
}
.footer {
    background-color:#00A75D;
    padding: 60px 0;
}
.footer-row {
    display: flex;
    flex-wrap: wrap;
}
.footer-link {
    width: 25%;
    padding: 0 15px;
}
.footer-link h4 {
    font-size: 26px;
    color: #ffff;
    margin-bottom: 25px;
    font-weight: 600;
    border-bottom:  2px solid #fff;
    padding-bottom: 10px;
    display: inline-block;
}
.footer-link ul li a {
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    display: block;
    margin-bottom: 20px;
    transition: all .3s ease;
}
.footer-link ul li a:hover{
    color: #494C4B;
    padding-left: 4px;
}
.social-link img {
    display: inline-block;
    min-height: 40px;
    width: 40px;
    margin: 0 10px 10px 0;
}

/* MEDIA QUERIES */
@media screen and (max-width: 760px) {
    header .contenedor{
        position: static;
        height: auto;
    }
    header .textos {
        position: static;
        margin: 100px 0;
    }
    header .nav {
        justify-content: center;
    }

    header .nav a {
        margin: 8px 6px;
        font-size: 18px;
    }

    header .textos img {
        width: 310px;
    }

    .main .acerca-de .foto {
        width: 100%;
        position: relative;
    }

    .main .acerca-de article {
        position: relative;
        width: 100%;
        top: -50px;
        border-radius: 0;
        transform: translate(0px, 0);
    }

    .main .historia {
        padding-top: 200px;
    }

    /*IMAGEN DE ACTIVIDADES*/
    
    .main .actividades .titulo {
        font-size: 36px;
    }
    
    .main .actividades img {
        height: 690px;
        width: 490px;;
        left: 80px;
    }
    
    .main .actividades .texto {
        font-size: 20px;
    }    

    /*galería de fotos*/

    .main .galeria .foto {
        width: 50%;
    }

    .main .mapa {
        width: 80%;
        margin: auto;
    }

    .main .ubicacion .direccion {
        font-size: 20px;
        line-height: 24px;
    }

    /*FOOTER*/

    .container {
        max-width: 600px;
    }

    .footer-link h4 {
        font-size: 22px;
    }

    .footer-link ul li a{
        font-size: 14px;
    }

    .social-link img {
        display:flow-root;
    }

}

@media screen and (max-width: 440px) {
    header .nav {
        margin-top: 20px;
        display: flow-root;
    }

    header .nav a {
        margin: 4px 0px;
        font-size: 14pt;
    }

    header .textos img {
        width: 220px;
    }

    /*EL ARTICULO*/

    .main .acerca-de article h3 {
        font-size: 36px;
    }

    .main .acerca-de article p {
        font-size: 16px;
        line-height: 22px;
    }

    /*NUESTRO RANCHO*/
    .main .historia {
        padding-top: 200px;
    }

    .main .historia .titulo {
        font-size: 30px;
    }

    .main .historia p{
        font-size: 18px;
        line-height: 22px;
    }

    .main .historia .cita{
        font-size: 16px;
    }

    /*CALENDARIO DE ACTIVIDADES*/
    
    .main .actividades {
        height: 700px;
    }

    .main .actividades img {
        height: 460px;
        width: 320px;
        left: 30px;
    }

    .main .actividades .texto {
        font-size: 15px;
        width: 100%;
    }

    .actividades .btn {
        margin-top: 1px;
    }

    .verano .image img {
    width: 58%;
    border-radius: 10px;
    }

    .verano .contenedor .texto {
        font-size: 14px;
    }

    .verano .contenedor .texto2 {
        font-size: 14px;
    }

    .verano .titulo {
        font-size: 28px;
    }

    .verano .cursode-verano2 .texto2 .titulo {
        font-size: 22px;
    }

    .verano .article li {
        font-size: 18px;
    }

    .temas {
        display:inline
    }

    .hero-content li {
        font-size: 14px;
        line-height: 18px;
    }

    .precios {
        display: inline;
    }

    .precios .hero-content li {
        font-size: 14px;
        line-height: 12px;
    }

    .temas img {
        width: 60%;
        border-radius: 20px;
    }

    .precios img {
        width: 60%;
        border-radius: 20px;
    }

    .temas .hero-content h3 {
        font-size: 26px;
    }

    .galeria .foto {
        width: 50%;
    }


    /*UBICACION*/
    
    .main .ubicacion .titulo {
        font-size: 34px;
    }
    
    .main .ubicacion .direccion {
        width: 100%;
        text-align: center;
    }    

    /*FOOTER*/
    .container {
        max-width: 400px;
    }

    .footer-link h4 {
        font-size: 16px;
    }
    
    .footer-link ul li a{
        font-size: 12px;
        
    }

    .social-link img {
        min-height: 26px;
        width: 26px;
    }
}