@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    font-family: "Karla", sans-serif;
}

body {
    color: #FFA69E;
    background-color: #FFF7F8;
}

/************ MENU DE NAVEGACION ***********/
h1 {
    font-size: 3.75rem;
    padding: 0% 0%;
}


.container {
    height: 200px;
    background-size: cover;
    padding-top: 2rem;
    padding-right: 6%;
    padding-bottom: 0px;
    padding-left: 8%;
}
.menu-list{
    padding: 1% 0%;
}
nav {
    padding-right: 8%;
    padding-bottom: 0px;
    padding-left: 8%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

nav ul li {
    display: inline-block;
    margin: 1rem 0.9rem;
    list-style: none;
}

nav ul li a {
    text-decoration: none;
    font-weight: bold;
    color: #000000;
}


nav ul li a:hover {
    color: #FFF7F8;
    background-color: #FFA69E;
    border-radius: 10%;
    padding: 0.5rem;
}

.checkbtn {
    font-size: 30px;
    color: #FFA69E;
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
}

#check {
    display: none;
}

/***********IMAGEN COMING SOON***********/

.iluminacion {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.iluminacion img {
    width: 70%;
    margin-left: 20px; 
}

.iluminacion div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.iluminacion p {
    margin: 0;
    padding:0 10%;
    font-size: 20px; 
    color: #333; 
}

.iluminacion a {
    display: inline-block;
    margin-top: 30px;
    padding: 10px 20px;
    margin-left: 10%;
    font-size: 14px;
    color: white;
    background-color: #FF7E6B; 
    border: none;
    border-radius: 5px; 
    text-decoration: none;
    transition: background-color 0.3s;
}


/************* LINEAS rosa oscura **************/

.linea {
    width: 100%;
    border: none;
    border-top: 2px solid #8C5E58;
    margin-top: 5%;
}

/*********** MENU DE NOSOTROS ***********/
h2 {
    font-size: 2.5rem;
    text-align: center;
    margin: 2rem auto;

}

section {
    display: grid;
    align-content: center;
}

section article {
    display: flex;
    justify-content: space-between;
}

section article figure {
    padding: 0.2rem;
    display: grid;
    max-width: 300px;
    background-color: #FFA69E;
    border-radius: 10%;
    margin: 20px;

}

section article figure:hover {
    box-shadow: 0px 0px 50px 10px #FF7E6B;
    background-color: #FFF7F8;
}

section article figure figcaption {
    padding: 1rem;
    text-align: center;
    color: #000;
    font-weight: bold;
}

.avatar {
    border-radius: 10% 10% 0 0;
    max-width: 100%;
}


/************DATOS ACADEMICOS*****************/

section-2 {
    display: flex;
    justify-content: center;
    padding: 2rem;
    margin-left: 10rem;
    margin-bottom: -3rem;
}

section-2 article {
    text-align: left;
    margin: 5%;
}

section-2 article ul {
    width: 20rem;
    list-style: none;
}

.titulo {
    font-weight: bold;
    display: table;
    margin-top: 1rem;
    text-align: left;
    color: #FF7E6B;
}

footer {
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    padding: 44px;
    text-align: center;
    color: #000;
}
/*****Plan****/
.texto{
    color: #000;
}
.columnas{
    color: #000;
    display:flex;
    justify-content: space-between;
}
.caja{
    width: 48%;
    padding: 20px;
background-color: #FFA69E;
margin: 10px;
border-radius: 10px;
}
.caja2{
    width: 48%;
}
span img{
    margin: 0% 20%;
height: 500px;

}
h3{
    margin: 10px 0;
    color:#FFA69E;
}
iframe{
    width: 100%;
    height: 700px;
}
.uikit{
    width: 100%;
}
/******************* ACA EMPIEZA EL RESPONSIVE :(  *****************/

@media (max-width: 740px) {


    body{
        max-width: 100%;
    }
    h1 {
        font-size: 2.3rem;
        margin: 1rem 0 1.2rem -1rem;
    }


    .checkbtn {
        display: block;
        margin-right: -0.1rem;

    }

    nav ul {
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 90px;
        left: -100%;
        text-align: center;
        transition: all .5s;
        background: #FF7E6B;
    }

    
    nav ul li {
        display: block;
        margin: 50px 0;
        line-height: 30px;
    }
    .iluminacion {
        flex-direction: column;
        align-items: flex-start;
    }

    .iluminacion img {
        margin: 10%;
        width: 80%;
    }
    #check:checked~ul {
        left: 0;
    }

    .linea {
        margin-top: 1rem;
    }

    
    main article img {
        max-width: 100%
    }

    section article{
        display: inline-block;
        grid-template-columns: auto;
    }

    section-2 {
        display: inline;
    }
    footer{
        font-size: 50%;
    }
    .columnas{
        display:flex;
        flex-direction:column;
        justify-content: space-between;
    }
    .caja{
        width: 80%;
        margin: 5%;
    }
    .caja2{
        width: 80%;
        margin: 5%;
    }
    span img {
        width: 80%;
        height: 80%;
        margin:10%
    }
    .caja2{
        width: 90%;
    }

}







/**
.content {
    margin-top: 10%;
    font-size: 1.25rem;
}

.content h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 60px;
}

a {
    color: #ffff
}

main-2 {
    margin-top: -0.625rem;
}

.integrantes {
    margin-top: 2%;
    text-align: center;

}

.nombres {
    list-style: none;
}

.nombres li {
    display: inline-block;
}

.nombres a {
    font-size: bold;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    width: auto;
    height: auto;
    text-align: center;
    margin-right: 40px;
    margin-bottom: 40px;


}

.nombres a:hover {
    color: #f94d;

}
**/