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

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

html body{
    background: linear-gradient(to bottom right, pink, rgb(43, 66, 242), rgb(96, 3, 143), rgb(59, 2, 86), rgb(10, 9, 100));
    background-size: 500%;
}

/*#contenedor-carga{
    width:100%;
    text-align:center;
    color:white;
}

#carga{
    position: fixed;
    margin-left:48%;
    margin-top:20%;
}

#texto-cargando{
    margin-top:25%;
}*/


/*Inicia efecto aparecer elementos con scroll*/

.animado{
    opacity:0;
    transition:all 0.5s;
}

.mostrarArriba{
    animation: mostrarArriba 1s;
}

@keyframes mostrarArriba{
    0%{
        transform: translateY(60px);
    }
    100%{
        transform: translateY(0);
    }
}

/*Termina efecto aparecer elementos con scroll*/


header {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 2rem 6rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 999;
}

.logo {
    color:white;
    text-decoration: none;
    font-size: 2rem;
}

.menu {
    list-style-type: none;
    display: flex;
    gap: 2rem;
}

.menu li a {
    color:white;
    text-decoration: none;
}

.parallax {
    height: 130vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    background-size: 500%;
    /*background: linear-gradient(to bottom right, blue, pink);*/
    background: linear-gradient(to bottom right, pink, rgb(43, 66, 242), rgb(96, 3, 143), rgb(39, 1, 57), rgb(1, 0, 59));
}

.montanas{
    width: 100%;
    position: absolute;
    bottom:5%;
}

.estrellas{
    width: 4%;
    position: absolute;
}

/*#css{
    top:0;
}

#html{
    left:0;
    top:4;
}

#bootstrap{
    bottom:0;
    right:0;
}

#php{
    top:0;
    left:0;
}

#javascript{
    bottom:0;
    left:0;
}*/

#estrella{
    right:0;
    top:0;
}

#estrellaD{
    left:0;
    top:0;
}

#estrellaT{
    right:0;
    top:0;
}

#estrellC{
    left:0;
    top:0;
}

#portafolio{
    bottom:0;
    width:10%;
    z-index:999;
}

#luna{
    width:20%;
    position: absolute;
    left: 0;
    top:0;
}

.titulo {
    position: absolute;
    top: 25%;
    font-size: 4rem;
    color:white;
}

.section {
    width:100%;
    padding: 6%;
    background-image: url("../images/atmosfera-reducida.png");
    background-size: 160%;
    color: white;
}

.section h2 {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.section p {
    margin-bottom: 1rem;
}

#yo{
    width:100%;
    height:500px;
    background-image:url("../images/yo-2-oscurecida.jpg");
    background-size: 100%;
}

#contacto-yo{
    width:100%;
    background-color: rgb(244, 244, 244);
    padding:2%;
    color:black;
}

/*#nombre{
    margin-left:7%;
    margin-top:-5%;
    background-color:red;
}*/

#yo{
    width:6%;
    height:6%;
    border-radius: 40%;
}

#receptor{
    background-color: white;
    color:black;
    padding:0.8%;
    width:30%;
    border-radius:10px;
}

#emisor{
    background-color: rgb(169, 242, 147);
    color:black;
    padding:0.8%;
    width:30%;
    margin-left:60%;
    border-radius:10px;
}

#imagenes-receptor{
    width:20%;
    margin-left:2%;
    border-radius:10px;
    border:2px solid white;
}

#seccion-histoias{
    width:100%;
    height:auto;
    overflow:hidden 
}

label{
    color:white;
    width:20%;
    margin-left:80%;
}

#info-mia{
    padding:2%;
    width:75%;
    color:white;
}

#icono-notificaciones{
    width:4%;
    margin-left:75%;
    margin-top:-1%;
    cursor:pointer;
}

#icono-mensaje{
    width:4%;
    margin-left:90%;
    margin-top:-5.5%;
    cursor:pointer;
}

#mi-nombre{
    margin-left:-80%;
    margin-top:2%;
    font-size: 210%;
    color:white;
    font-weight:500;
}

#contenido-inventario{
    width:100%;
}

.imagenes-almacen{
    width:50%;
    margin-top:3%;
}

.reels{
    width:15%;
    height:300px;
    margin-left:2%;
    background-color: red;
    border-radius:20px;
    display:inline-block;
    box-shadow: 1px 1px 6px gray;
    border:1px solid gray;
}

#reel-1{
    background-image: url("../images/reels.jpg");
    background-size:100%;
}

.card{
    width:23%;
    display:inline-block;
    float:left;
    margin-left:1%;
    cursor: pointer;
    background-color: black;
}

.card:hover{
    transition-duration: 0.4s;
    box-shadow:1px 2px 15px white;
    margin-top:-1%;
}

.texto-reels{
    color:black;
    margin-top:170%;
    font-size:110%;
}

.card-title{
    margin-top:99%;
    color:white;
}

.modal-body{
    text-align: left;
    padding:4%;
}

#notificaciones{
    width:100%;
    height:500px; 
    z-index:  99999;
    background-color: greenyellow;
}

.fechas{
    font-size:120%;
    color:gray;
    font-weight:400;
}

.notificacion-individual{
    cursor:pointer;
    padding:1%;
    box-shadow:0px 2px 6px rgb(194, 194, 194);
    background-color: white;
    height:auto;
    margin-bottom:1%;
}


.notificacion-individual:hover{
    transition-property: all 10s;
    box-shadow:1px 2px 15px rgb(175, 175, 175);
}

.mensaje-vista{
    color:gray;
    font-size: 85%;
    margin-left:7%;
    margin-top:-3%;
 }

.imagen-notificaciones{
    width:5%;
    border-radius:50%;
}

.emisor-chat{
    width:30%;
    background-color: rgb(186, 186, 186);
    border-radius:25px;
    padding:1%;
    margin-left:7%;
}

.receptor-chat{
    width:30%;
    background-color: rgb(34, 34, 255);
    color:white;
    border-radius:25px;
    padding:1%;
    margin-left:57%;
}

#boton-ver{
    font-size:90%;
    border-radius:11px;
    margin-left:2%;
}

#boton-ver:hover{
    transform:scale(1.05);
}

#boton-cv{
    background: linear-gradient(to bottom right, rgb(91, 5, 134), rgb(7, 5, 73));
    color:white;
    border:0.5 px solid white;
    box-shadow:0px 0px 10px white;
}

#boton-cv:hover{
    transform:scale(1.01);
    box-shadow:0px 0px 15px white;
}

footer{
    color:white;
}

i{
    color:white;
}

/*
Full screen Modal 
*/
.fullscreen-modal .modal-dialog {
    margin: 0;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
  }
  @media (min-width: 768px) {
    .fullscreen-modal .modal-dialog {
      width: 750px;
    }
  }
  @media (min-width: 992px) {
    .fullscreen-modal .modal-dialog {
      width: 970px;
    }
  }
  @media (min-width: 1200px) {
    .fullscreen-modal .modal-dialog {
       width: 1170px;
    }
  }


/* mobile or only mobile */
@media ((min-width: 300px) and (max-width: 500px)) {

    .parallax{
        padding:2%;
        height:100vh;
    }

    #titulo{
        position: initial;
        margin-top: -95%;
        font-size: 5rem;
        text-align:center;
    }

    .montanas{
        width: 300%;
        margin-left:100%;
        position: absolute;
        bottom:-2%;
    }

    section{
        background-attachment: fixed;
    }

    .mensaje-vista{
        font-size: 85%;
        margin-left:18%;
        margin-top:-6.5%;
     }

     .imagen-notificaciones{
        width:15%;
     }

     .section {
        width:100%;
        padding: 5%;
        background-size: 250%;
    }

     #contacto-yo{
        margin:auto;
    }

     #emisor{
        width:50%;
        margin-left:50%;
        padding:3%;
     }

     #receptor{
        width:56%;
        margin-left:0%;
        padding:3%;
     }

     #imagenes-receptor{
        width:45%;
     }

     #escritura{
        font-size:220%;
        text-shadow: 1px 1px 5pc black;
     }

     #mensaje-notificaciones{
        display:none;
     }

     #mi-nombre{
        margin-left:2%;
        margin-top:8%;
        text-align: left;
        font-size: 140%;
        font-weight:500;
    }

    #yo{
        width:15%;
        height:15%;
        border-radius: 40%;
    }

    label{
        display:none;
    }

    #icono-notificaciones{
        width:10%;
        margin-left:62%;
        margin-top:-5%;
        cursor:pointer;
    }
    
    #icono-mensaje{
        width:10%;
        margin-left:4%;
        margin-top:-8.5%;
        cursor:pointer;
    }

    #info-mia{
        padding:1%;
        width:100%;
        color:white;
    }

    .imagenes-almacen{
        width:100%;
        margin-top:4%;
    }

    #universidad{
        display:none;
    }

    .card{
        width:32%;
    }

    .card-title{
       font-size:100%;
    }

    #boton-ver{
        width:50%;
        padding:1%;
        margin-top:3%;
        margin-left:25%;
        border-radius:4px;
    }

    .notificacion-individual{
        margin-bottom:3.5%;
        padding:2%;
        box-shadow:0px 2px 5px rgb(189, 189, 189);
    }

    #titulo-historias{
        margin-top:8%;
        font-weight:200;
        font-size:150%;
    }

    .emisor-chat{
        width:50%;
        background-color: rgb(186, 186, 186);
        border-radius:15px;
        padding:2.5%;
        margin-left:-2%;
    }

    .receptor-chat{
        width:50%;
        background-color: rgb(34, 34, 255);
        color:white;
        border-radius:15px;
        padding:2.5%;
        margin-left:46%;
    }
}
