*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}
body{
    font-family: 'Poppins', sans-serif;
}

.contenedor{
    padding: 60px 0;
    width: 90%;
    max-width: 2000px;
    margin: 0 auto;
    overflow: hidden;
    
}

.titulo{
    color: #3498DB;
    font-size: 30px;
    text-align: center;
    margin-bottom: 60px;
}

/* Header */
header{
    width: 100%;
    height: 600px;
    background: #2193b0; 
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, hsla(191, 78%, 68%, 0.479), hsla(192, 68%, 41%, 0.651)), url(img/1.png);  
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, hsla(191, 89%, 17%, 0.678), hsla(192, 84%, 25%, 0.644)), url(img/1.png);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    background-position: center;
}

nav ul {
    list-style-type: none;
    display: flex;
    height: 300px;
    width: 95;
    align-items: center;
    justify-content: center;
    padding:  20px;
    position: relative;
}

nav ul li {
    margin: 0 30px;
}

nav ul li a {
    color: whitesmoke;
    font-size: 20px;
    font-weight:bold;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

nav ul li a:hover {
    color: #bdc1c5;
}



/* menu */
.menu {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    z-index: 1000;
}

.logo-1 {
    width: 0;
}

#menu {
    display: none;
}
.menu-icono {
    width: 25px;

}

.menu label{
    cursor: pointer;
    display: none;

}











.wave{
    position: absolute;
    bottom: 0;
    width: 100%;
}
.textos-header h1{
    color: whitesmoke;
    font-size: 100px;
    text-align: center;
    
}

/* Abaut us*/

.contenedor-sobre-nosotros{
    display: flex;
    justify-content: space-evenly;
}

.contenedor-sobre-objetivos{
    display:flex;
    justify-content: space-evenly;
}

.contenedor-sobre-metodologia{
    display: flex;
    justify-content: space-evenly;
}

.contenedor-sobre-fases{
    display: flex;
    justify-content: space-evenly;
}

.contenedor-sobre-objetivos{
    display: flex;
    justify-content: space-evenly

}
.contenedor-sobre-analisis {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: flex-start;
    gap: 20px;
}


/* imagenes*/

.img-abaut-us{
    width: 25%;

}

.img-abaut-us2{
    width: 25%;
    border-radius: 10px;
}

.img-objetivos{
    width: 25%;
    border-radius: 10px;
    position: relative;
    justify-content: left
    
    
    
}

.img-objetivos2{
    width: 40%;
    border-radius: 10px;
    position: relative;
    align-items: left;
    
}

.img-metodologia{
    width: 30%;
    border-radius: 10px;
    position: relative;
    left: 50px;
}

.img-fases{
    width: 40%;
    height: 300px;
    border-radius: 10px;
    position: relative;
    left: 20px;
}

.img-analisis, .img-analisis-2 {
    width: 100%;
    max-width: 400px; /* Ajusta el tamaño máximo según sea necesario */
    border-radius: 10px;
}

.sobre-nosotros .contenido-textos{
    width: 48%;
    text-align: justify;
}

.sobre-objetivos .contenido-textos{
    width: 48%;
    text-align: justify;
    position: relative;
    text-align: left;
    
    
}

.sobre-metodologia .contenido-textos{
    width: 48%;
    text-align: justify;
    position: relative;
}

.sobre-fases .contenido-textos{
    width: 48%;
    text-align: justify;
    
}

.sobre-analisis .contenido-textos{
    width: 80%;
    text-align: justify;
    position: relative;
    
}



.sobre-objetivos {
    background: #f2f2f2;
}

.sobre-fases{
    background: #f2f2f2;
}



/* integrantes */

.integrantes{
    background: #f2f2f2;
}

.galeria-port{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.imagen-port{
    width: 24%;
    margin-bottom: 10px;
    height: 225px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .5) ;
}

.imagen-port > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block ;
    object-fit: contain;
}

.hover-galeria{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    transform: scale(0);
    background: hsla(203, 69%, 71%, 0.496);
    transition: transform .5s;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


.hover-galeria p{
    color: #fff;
    
}

.sobre-fases ,.contenido-textos p{
    padding: 10px;
}


.imagen-port:hover .hover-galeria{
    transform: scale(1);
}


/* directore */
.cards{
    display: flex;
    justify-content: space-evenly;
}

.cards .card{
    background: #21618C;
    display: flex;
    width: 46%;
    height: 200px;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 5px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.6)
}

.cards .card img{
    width: 140px;
    height: 170px;
    object-fit: cover;
    border: 3px solid #fff;
    border-radius: 50%;
    display: block;
}

.cards .card > .contenido-texto-card {
    width: 60%;
    color: #fff;
}

.cards .card > .contenido-texto-card p {
    font-weight: 300;
    padding-top: 5px;

}

/* footer */

footer{
    background: #414141;
    padding: 60PX 0 30PX 0;
    margin: auto;
    overflow: hidden;
}

.contenedor-footer{
    display: flex;
    width: 90%;
    justify-content: space-evenly;
    margin: auto;
    padding-bottom: 50px;
    border-bottom: 1px solid #ccc;
}

.content-foo{
    text-align: center;
}

.content-foo h4{
    color: #fff;
    border-bottom:  3px solid rgb(5, 94, 124);
    padding-bottom: 5px;
    margin-bottom: 10px;
} 

.content-foo p{
    color: #ccc;
} 

.titulo-final{
    text-align: center;
    font-size: 24px;
    margin: 20px 0 0 0;
    color: #9E9797;
}



/* arreglo imagenes integrantes */

.hover-galeria p {
    position: absolute;
    color: #000000; 
    font-size: 1.5em;
    font-weight: bold; 
    margin: 0;
    transform: translateY(80px);
    text-align: center;
}


@media screen and (max-width:900px){

    /* menu */ 
    .menu {
        padding: 20px;
        justify-content: space-between;
    }

    .logo-1 {
        width: 25px;
    }

    .menu label {
        display: initial;
    }

    .menu .navbar{
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #2193b0;
        display: none;
        padding-bottom: 30px ;
        padding-top: 30px;
    }

    
    .menu .navbar ul {
        flex-direction: column;
        width: 100%;
        
    }

    .menu .navbar ul li {
        width: 100%;
        text-align: left;
        margin: 5px 0;

    }

    #menu:checked ~ .textos-header .navbar {
        display: flex;
        width: 100%;
        text-align: center;
    }







    header{
        background-position: center;
        background-size: contain;
        background-position: top center;
        width: 100%;
        height: 250px;
    }

    .textos-header h1{
        color: whitesmoke;
        font-size: 25px;
        
    }

    nav ul li a{
        font-size: 10px;
        align-items: center;
        
    }
    nav ul li{
        margin: 0 10px;
    }
    nav ul {
        justify-content: center;
        align-items: center;
        width: 90%;
        position: relative;
        height: 200px;
    }

    .sobre-nosotros h2{
        font-size: 0.5cm;
    } 

    .contenedor-sobre-nosotros{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .sobre-nosotros .contenido-textos{
        width: 90%;
    }

    .img-abaut-us{
        width: 75%;
    }
    .img-abaut-us2{
        width: 75%;
    }

    .contenedor-sobre-objetivos {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 90%;

    }

    .img-objetivos {
        height: 400px;
        width: 75%;
        position: relative;
        margin-bottom: 10px;
    
        
    }

    .img-objetivos2 {
        width: 100%;
    }

    .sobre-objetivos .contenido-textos {
        width: 90%;
        text-align:left, justify;

    }

    .contenedor-sobre-metodologia {
        flex-direction: column;
        justify-content: center;
        align-items: center;

    }

    .sobre-metodologia .contenido-textos{
        width: 90%;
    }

    .img-metodologia{
        position: relative;
        left: -1%;
        height: 325px;
        width: 75%;
    
    }


    .contenedor-sobre-fases{
        flex-direction: column;
        justify-content: center;
        align-items: center;

    }

    .sobre-fases .contenido-textos{
        width: 90%;
    }

    .img-fases{
        width: 75%;
    }

    .contenedor-sobre-analisis{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .sobre-analisis .contenido-textos{
        width: 90%;
        position: relative;
        left: auto;
        
    }

    /* Galeria */
    .imagen-port{
        width: 44%;
    }

    .hover-galeria p {
        transform: translateY(60px);

    }

    /* card */
    .cards{
        flex-direction: column ;
        justify-content: center;
        align-items: center;
    }

    .cards .card{
        width: 90%;
    }

    .cards .card:first-child{
        margin-bottom: 20px;
    }    
}





