@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
body{
    font-family: 'Lato', sans-serif;
}
.imageContainer{
    width: 100%;
    margin: auto;
    margin-bottom: 0;
    height: 300px;
    position: relative;
    background-color: pink;
    
}
.imageContainer img{
    width: 100%;
    object-fit: cover;
    height: 100%;
    text-align:center;
    filter: blur(3px);
}
.titulo{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 90px;
    font-weight: 900;
    color:white;
}
.info{
    position: absolute;
    top: 65%;
    left: 50%;
    transform:translate(-50%,-50%);
    color: #c3c3c3;
}
.yo{
    width: 100%;
    text-align: center;
    position: relative;
    margin-top: 100px;
}
.yoTitle{ 
          
    width: 100%;  
    position: relative;
    font-weight: 700;
    font-size: 80px;

}
.yoTexto p{
    margin-bottom: 20px;       
}
.yoTexto{
    display: inline-block;
    width: 60%;
    margin-top: 100px;
    position: relative;
    font-size: 22px;
    font-weight: 300;
}
.containerInstax{
    margin-left: 5%;
    margin-right: 15%;
    width: 80%;
    position: relative;
    display: flex;
}
.imagenes{
    width: 60%;
    display: inline-block;
    margin-left: 100px;
    height: 80%;
    opacity: 60%;
    background-color: whitesmoke;
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.4); 
    box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.4);
}
.imagenes img{
    margin-top: 10%;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 20%;
    width: 80%;
    position: relative;

}
.imagenes:nth-child(odd){
    z-index: 0;
    transform:rotate(-10deg);
    transition: 1s;
}
.imagenes:nth-child(even){
    left: -60px;
    transform:rotate(15deg);
}
.imagenes:hover{
    transition: 1s;
    transform:rotate(0);
    opacity: 100%;
}
.nav{
    z-index: 2;
    text-align: center;
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.4); 
    box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.4);
    width: 100%;
    top: 0;
    position: sticky;
}
.nav ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color:white;
    font-weight: 900;
}
.nav li{
    display: inline-flex;
}
.nav li a{ 
    width: 100%;
    position: relative;
    display: inline-flex;
    color: black    ;
    text-align: center;
    padding: 30px;
    text-decoration: none;

}
.nav li a:hover{
    background-color:pink;
}
.tarjetas{
    z-index: -10;
    margin-top: 100px;
    margin-bottom: 100px;
    width: 100%;
    position: relative;
    display: flex;
}
.tarjeton{
    border: 0;
    border-radius: 10px;
    margin-right: 10px;
    margin-left: 10px;
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.44); 
    box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.44);
    position: relative;
}
.imagen{
    width: 100%;
    position: relative;
    object-fit: contain;

}
.cardContent{
    width: 80%;
    position: relative;
    margin-left: 5%;
    margin-right: 15%;
    margin-bottom: 5%;
}
.launched{
    top:-20px;
    left: -20px;
    width: 40%;
    position: relative;
    display: inline;
}
.launched span{
    font-weight: 300;
    border:0;
    padding: 10px;
    border-radius: 10px;
    background-color: #9ab3f5;
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.35); 
    box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.35);

}
.title{
    border: 0;
    color: #7579e7;   
    position: relative;
    font-weight: 900;
    font-size: 30px;
}
.content{
    margin-top:5%;
    position: relative;
    display: flex;
    font-weight: 400;
    opacity: 50%;
}
.footerCard{
    margin-top: 10px;
    color: #a3d8f4;
    font-size: small;
}
.fTitle{
    color: white;
    font-weight: 700;

}
.fContent{
    font-weight: 300;
    color: gray;

}
/* .socialIcons{
    text-align: center;
} */
.footer a{
    margin: 10px;
}
.footer img{
    width: 4%;
    filter: invert(100%);
    transition: 0.2s;
}
.footer img:hover{
    filter: invert(60%);
}
.mySpotify{
    border: 0;
    border-radius: 15px;
    margin-bottom: 100px;
    margin-top:100px;
    text-align: center;
}
.hidden{
    display:none;
}
.shown{
    display:block
}
.mySpotify p{
    font-size: 80px;
    font-weight: 700;
}
.footer{
    text-align: center;
    bottom: 0;
    padding-top: 5%;
    width: 100%;
    left: -5px;
    right: 0;
    position: relative;
    background: #3f3f3f;
    display: inline-block;
    height  : 200px;
}
.socialIcons{
    margin-bottom: 40px;
}
@media(max-width:600px){
    
}