@import url('https://fonts.googleapis.com/css2?family=Secular+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans:ital,wght@1,800&display=swap');


*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}
.contenedor{
    margin: auto;
    background-color: #212529;
    align-content: center;
}

/*header*/

header{
    padding:10px;
    min-height: 80px;
    display: flex;
    align-items: center;
    flex-direction: column;
}


/*etiquetas generalres*/


a{
    text-decoration: none;
}
articule{
    display:block;
}
header img{
    padding: 10px;
    background-color: white;
}

/*nav*/


nav{
    width: 100%;
    min-height: 50px;
    display: flex;
    padding: 0px 20px;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}
nav a{
    color:white;
    font-family: arial;
    padding: 5 10px;
    background-color: transparent;
    border-radius: 5px;
    text-decoration: none;
}
nav a:hover{
    background: linear-gradient(30deg, #DFF01A, #EC87C2);
    border: 0px;
    color:#212529;
}
h2{
    font-family: 'Roboto Condensed', sans-serif;
    font-style: bold, italic;
        font-size: 35px;
}


/*mi nombre*/


.nombre{
    letter-spacing: -1px;
    color: transparent;
    -webkit-text-stroke: .4px white;
}

/*contenido general*/


.main{
    margin: auto;
    text-align: center;
    width:90%;
}
.descripcion{
    display:flex;
    justify-items: center;
}
.descripcion articule{
    display: inline;
}
#hola{
    width:140px;
    height:140px;
    border-radius: 150px;
    margin: auto;
    margin-top:15px;
    margin-bottom:15px;
    background: linear-gradient(30deg, #E0EC21, #EC8ABD);
    position: relative;
}
#hola img{
    position: absolute;
    top:0;
    left:0;
    border-radius: 150px;
}
#hola:hover img{
    filter: grayscale(100%);
}
/*
.yo{
    width:40%;
    border-radius: 50%;
    border: 6px solid #868e96;
    margin-bottom: 15px;
}
.yo:hover{
    border: 4px solid #74c0fc;
    filter: grayscale(1.0);
}
*/
articule{
    font-family: arial;
    color: white;
    font-size:14px;
}
h4{
    font-family: 'Roboto Condensed', sans-serif;
    font-style: bold, italic;
    font-size: 17px;
    color:#343a40;
    background: linear-gradient(30deg, #DFF01A, #EC87C2);
    border-radius: 5px;
    padding: 10px;
}


/*materias aprobadas*/


.caja{
    background:#495057;
    padding: 15px;
    margin-bottom: 40px;
}

.caja a{
    color:#212529;
}
.main li{
    list-style: none;
}
.main a{
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight:lighter;
    font-size: 17px;
    text-decoration: none;
    margin-bottom: 10px;
}
.main a:hover{
    background: linear-gradient(30deg, #DFF01A, #EC87C2);
    -webkit-text-fill-color:transparent;
    -webkit-background-clip: text;
    text-transform: uppercase;
    transition: 1s;
}


/*mi equipo*/
.integrantes{
    width: 80%;
    max-width: 450px;
    background-color: #495057;
    border-radius: 15px;
    margin:auto;
    padding:20px;
    text-align: center;
    margin-bottom: 35px;
}
.integrantes:hover{
    transform: translateY(-10px);
    transition: transform 0.3s ease;
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.2);
}
/*
.integrantes{
    width:50%;
    min-height: 200px;
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
    margin: auto;
    margin-top: 40px;
    text-align: center;
    background-color:  #495057;
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
}
.integrantes:hover{
    background-color:  linear-gradient(30deg, #DFF01A, #EC87C2);
    transition: 1s;  
}*/

.integrantes img{
    width:60%;
    height: auto;
    border-radius: 50%;
}
.integrantes articule{
    display: block;
}
.integrantes articule:hover{
     background: linear-gradient(30deg, #DFF01A, #EC87C2);
    -webkit-text-fill-color:transparent;
    -webkit-background-clip: text;
    transition: 1s;
}

/*boton*/

#boton{
    margin:auto;
    max-width: 100px;
    background: linear-gradient(30deg, #DFF01A, #EC87C2);
    padding: 5px 20px;
    box-shadow: 0px 0px 2px;
    border-radius: 7px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    animation: rotateback .5s linear infinite;
}

#boton:hover{
    background-color: #495057; 
}
#boton a{
    font-family: 'Roboto Condensed', sans-serif;
    font-style: bold, italic;
    font-size: 15px;
    color:white;
    text-decoration: none;
}
#boton a:hover{
    color:#212529;
}

/*redes*/

.redes{
    width: 60%;
    margin: auto;
    text-align: center;
}
  articule{
    font-family: 'Roboto Condensed', sans-serif;
    font-style: bold, italic;
    font-size: 23px;
    color:white;
    letter-spacing: -1px;
}

/*mockup y analisis*/

.mockup{
    margin-top:30px;
    display: flex;
    justify-content: space-around;
}
.mockup img{
     transition: transform .5s;
    margin-bottom: 30px;
}
.mockup img:hover{
    filter: blur(0.2px);
    transform: scale(1.02) rotate(1deg);
}
#span{
    display:flex;
    justify-content: center;
}
.redes a{
    text-decoration: none;
}
span{
    color: #495057;
    font-size: 30px;
    display: inline;
    margin: 10px;
}

/*institucional*/

.datosobligatorios{
    margin: auto;
    width:100%;
    text-align: left;
    border: 3px solid #495057;
    padding: 30px;
    margin-bottom: 40px;
}
.datosobligatorios img{
    margin-top: 20px;
    margin-bottom:10px;
    display: block;
}
p{
    font-family: arial;
    color:white;
    opacity: .8;
}
.datosobligatorios img{
    padding:20px;
    background-color: white;
}


/*div de moron surco*/

.listado-Card{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}
.card-Moron:hover{
    transform: translateY(-10px);
    transition: transform 0.3s ease;
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.2);
}
.card-Moron{
    width: 80%;
    max-width: 350px;
    background-color: #495057;
    border-radius: 15px;
    margin:auto;
    text-align: center;
    margin-bottom: 35px;
}

.card-Moron p{
    color: white;
    padding: 15px 15px 15px 15px;
    text-align: center;
    font-size: 16px;
}

.card-Moron p strong{
    color: white;
    text-align: center;
    font-size: 18px;
}
.card-Moron a{
    color:white;
    text-align: center;
    font-size: 17px;
    font-family:'Roboto Condensed', sans-serif; 
}
.card-Moron img{
    width: 100%;
    height: auto;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.card-Info .card-Titulo a:hover{
    color: #8ce99a;
}
.card-Img{
    display: flex;
    justify-content: space-around;
}

/*footer*/

footer{
    text-align: center;
    padding:10px;
    color:#343a40;
    background: linear-gradient(30deg, #DFF01A, #EC87C2);
    font-family: 'Roboto Condensed', sans-serif;
    font-style: regular;
    font-size:12px;
    display:flex;
    align-items: center;
    margin-top: 30px;
}


@keyframes rotateback{
    50%{
       background: linear-gradient(30deg, #DFF01A, #EC87C2); 
    }
    100%{
       background: linear-gradient(30deg, #EC87C2,#DFF01A); 
    }
}

@media screen and (max-width:600px){
    
	header h2{
      font-size: 23px;
    }
    nav a{
        font-size: 12px;
    }
    .mockup img{
        height: 170px;
    }
    footer{
        font-size: 10px;
    }
}
@media screen and (min-width:720px){
    footer{
        height:50px;
    }
}

@media screen and (min-width:600px){
    .main{
        width:60%;
    }
    header{
        flex-direction: row;
    }
    
}