@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');


*{
    padding: 0;
    margin: 0;
}

body{
    font-family: 'Poppins', sans-serif;
}

.contenedor{
    padding: 40px 0;
    width: 90%;
    max-width: 1400px;
    margin: auto;
    overflow: hidden;
}

.reco{
    width: 120px;
    padding: 0 30px;
}


.titulo{
    font-size: 24px;
    /* color: #002A54; */
    color: #002A54;
    font-weight: 700;
}

.text{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    height: auto;
}

.info1{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    height: 500px;
}

.infotext{
    width: 50%;
    height: 100%;
    text-align: center;
}

.infotext .titulo{
    margin-bottom: -55px;
}

.profesor{
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    
}

.profesor img{
    width: 600px;
}

/*Header*/

header{
    width: 100%;
    height: 700px;
    background: #0575E6;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, hsla(227, 97%, 24%, 0.600), hsl(210, 96%, 46%, 0.600)), url(https://sfo3.digitaloceanspaces.com/e-fuente/e-fuentedevida.net/conocenos/recurso/docentes6.JPG);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, hsla(227, 97%, 24%, 0.600), hsl(210, 96%, 46%, 0.600)), url(https://sfo3.digitaloceanspaces.com/e-fuente/e-fuentedevida.net/conocenos/recurso/docentes6.JPG); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background-position: center;
    background-repeat: none;
    background-size: cover;
    background-attachment: fixed;
    position: relative;

}
.wave{
    position: absolute;
    bottom: 0;
    width: 100%;
}

/* Titulo */

.textos-header{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.unete{
    font-size: 64px;
    color: white;
    font-weight: 700;
}

.conoce{
    font-size: 32px;
    color: white;
    font-weight: 500;
}

.reconocimientos-div{
    width: 100%;
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    background: #fffc00;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, hsl(0, 0%, 100%, 0.600), hsl(59, 100%, 50%, 0.600)), url(https://sfo3.digitaloceanspaces.com/e-fuente/e-fuentedevida.net/conocenos/recurso/cocina2.JPG);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, hsl(0, 0%, 100%, 0.600), hsl(59, 100%, 50%, 0.600)), url(https://sfo3.digitaloceanspaces.com/e-fuente/e-fuentedevida.net/conocenos/recurso/cocina2.JPG); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background-position: center;
    background-repeat: none;
    background-size: cover;
}

.reco-text{
    width: 70%;
    height: 50%;
    color: rgb(0, 0, 0);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #f7f8f921;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(5px);
    transition: 0.3s ease-in-out;
    padding: 10px;
}

.reco-text .titulo{
    margin-bottom: 50px;
}

main{
    width: 100%;
}

.postulate{
    width: 100%;
    height: 700px;
    background: url(https://sfo3.digitaloceanspaces.com/e-fuente/e-fuentedevida.net/conocenos/recurso/martine1.JPG);   
    background-position: top;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: right ;
}

.postulate-text{
    width: 500px;
    height: 400px;
    padding: 12px;
    background-color: #f7f8f949;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    transition: 0.3s ease-in-out;
    color: rgb(0, 0, 0);
    font-weight: 500;
    text-align: center;
    border-radius: 20px;
    margin-right: 50px;
}

.p{
    font-size: 19px;
}

.derechos{
    width: 100%;
    text-align: center;
    padding: 25px 0;
    color: white;
    background: #003D7C;
}

.reco-img{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;


}
.reco-img img{
    margin: 20px;
}

/* configuracion del boton */



/* responsive */

@media screen and (max-width: 1500px ){
    .profesor img{
        width: 500px;
    }
}


@media screen and (max-width: 1200px){
    .contenedor{
        width: 100%;
    }

    .profesor{
        width: 30%;
    }

    .profesor img{
        width: 400px;
    }

    .conoce, .unete{
        text-align: center;
    }
}

@media screen and (max-width:950px){
    .profesor img{
        width: 300px;
    }

    .unete{
        font-size: 56px;
    }

    .reconocimientos-div{
        height: auto;
    }

    .reco-text{
        margin-top: 20px;
    }

    .info1{
        height: auto;
    }

    .infotext{
        height: 500px;
    }

}

@media screen and (max-width: 900px) {

    .info1{
        flex-direction: column;
    }

    .infotext .titulo{
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .infotext{
        height: auto;
        width: 70%;
    }
    
    .postulate{
        display: flex;
        align-items: center;
        justify-content: center;
        
    }

    .postulate-text{
        margin:0px;
    }

    .profesor img{
        width: 500px;
    }
}

@media screen and (max-width: 600px){

    .profesor img{
        width: 400px;
    }

}

@media screen and (max-width: 550px){

    .conoce{
        font-size: 26px;
    }

    .unete{
        font-size: 46px;
    }

    .postulate-text{
        width: 80%;
        height: auto;
    }

    .btn{
        width: 80%;
    }
}
   

@media screen and (max-width: 450px) {

    .profesor img{
        width: 300px;
    }

    .conoce{
        font-size: 20px;
    }

    .unete{
        font-size: 34px;
    }
    
}

@media screen and (max-width: 330px) {
    .profesor img{
        display: none;
    }
    .conoce{
        font-size: 16px;
    }

    .unete{
        font-size: 28px;
    }
    
}
