*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'Helvetica Neue', sans-serif;
                                          
}

html{
    scroll-behavior: smooth;
}

::-webkit-scrollbar{
    width: 1.3rem;
}
  
::-webkit-scrollbar-thumb{
    border-radius: 1rem;
    background: #797979;
    transition: all 0.5s ease-in-out;
}
  
::-webkit-scrollbar-thumb:hover{
    background: #222224;
}
  
::-webkit-scrollbar-track{
    background: #f9f9f9;
}

header{
    position: fixed;
    top: 0;
    width: 100%;
    height: 80px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 4px 25px -22px black;
    z-index: 4;
}

.header-content{
    max-width: 2000px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}

.LOGOTIPO{
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.LOGOTIPO img{
    height: px;
    width: 190px;
    margin-top: 17px;
}

.menu{
    height: 80px;
}

.menu nav{
    height: 100%;
    
}

.menu nav ul{
    height: 100%;
    display: flex;
    list-style: none;
}
.menu nav ul li{
    height: 100%;
    margin: 0px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.menu-selected:before{
    content: '';
    width: 100%;
    height: 4PX;
    background: #f0a0f8;
    position: absolute;
    top: 0;
    left: 0;

}
.menu nav ul li a:hover{
    color: #f0a0f8 ;
}

.menu nav ul li a{
    color: #898989;
    font-size: 18px;
    transition: color 300ms;
}

.menu nav ul li .text-menu-selected{
    color: #f0a0f8;
}

.menu nav ul li a i{
    display: none;
}

#icono-menu{
    width: 50px;
    height: 50px;
    right: 20px;
    top: 16px;
    font-size: 27px;
    background: #7e2e8b;
    border-radius: 100%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    display: none;
}
    
.fi-rr-menu-burger{
    margin-bottom: -6px;
    z-index: 2;
}
    
#icono-menu:hover{
    opacity: 0.8;
}

/*portada*/

.container-cover{
    width: 100%;
    height: 500px;
    position: relative;
    top: 80px;
    background-image: url('../img/articulos-blog/draivismartinez-positividad.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    
}

.container-infor-cover{
    max-width: 800px;
    height: 500px;
    margin: auto;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    font-stretch: expanded;
    z-index: 1;
    position: relative;
    top: -420px;

}

.container-infor-cover h1{
    font-size: 60px;
    font-weight: 500;
    color: beige;
    margin-bottom: 20px;
}

.container-infor-cover p{
    color: beige;
    font-size: 25px;
    font-weight: 300;
}

/*contenido del articulo*/

.container-content{
    width: 1000px;
    margin: auto;
    margin-top: -350px;
    display: flex;
    justify-content: center;
}

article{
    width: 100%;
    padding: 20px;
    padding-bottom: 40px;
    box-shadow: -10px 0 20px -30px black;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}
article::before{
    content: '';
    width: 100%;
    height: 6px;
    position: absolute;
    top: 0;
    left: 0;
    background: #f0a0f8;
}

article h1{
    margin-top: 20px;
    font-weight: 500;
    font-size: 40px;
    color: #898989;
}

article h2{
    margin-top: 20px;
    font-weight: 500;
    font-size: 30px;
    color: #898989;
}

article h4{
    margin-top: 20px;
    font-weight: 500;
    font-size: 15px;
    color: #898989;
}

article p{
    margin-top: 20px;
    font-size: 20px;
    color: #898989;
}

article img{
    width: 100%;
    margin-top: 20px;
    border-radius: 5px;
}

/*side de los articulos relacionados*/

.container-aside aside{
    width: 320px;
    border-radius: 6px;
    box-shadow: -10px 0 20px -30px black;
    overflow: hidden;
    margin-left: 50px;
    margin-bottom: 40px;
    padding-bottom: 20px;
}

.container-aside aside img{
    width: 100%;
    height: 60%;
}

.container-aside aside h2
.container-aside aside p{
    margin-top: 20px;
    padding: 0px 20px;
    color: #898989;
}

.container-aside aside button{
    margin-top: 20px;
    margin-left: 20px;
    padding: 10px 50px;
    font-size: 16px;
    background: #f0a0f8;
    border: none;
    color: #ffffff;
    cursor: pointer;
    border-radius: 6px;
    box-shadow: 1px 1px 30px -5px #e8bcc3;
    transition: box-shadow 600ms;
}

.container-aside aside button:hover{
    box-shadow: 1px 1px 30px 0px #f0a0f8;
}

.container-aside aside button{
    opacity: 0.9;
}

/*footer -pie de pagina*/

.container-footer{
    width: 100%;
    padding: 40px;
    background: #fcfcfc38;
    margin-top: 50px;
}

.container-footer footer{
    max-width: 1200px;
    margin: auto; 
}

.container-footer footer .logo-footer{
    text-align: center;
}

.container-footer footer .logo-footer img{
    width: 180px;
    height: auto;
}

.container-footer footer .redes-footer{
    display: flex;
    justify-content: center;
    margin-top: 20px;
    flex-wrap: wrap;
}

.container-footer footer .redes-footer .icon-redes-footer{
    font-size: 20px;
    margin: 20px;
    background: #d3d3d3;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    color: #fff
}

footer .redes-footer .fi-brands-instagram:hover{
    background: linear-gradient(to top right, #fcde30, #e9712a, #d2313b, #ae4198, #7540a1, #5443a8);
    color: #fff ;
}

footer .redes-footer .fi-brands-whatsapp:hover{
    background: linear-gradient(to top left,  #dcf8c6, #25d366, #11b66467);
    color: #ffffff;
}
footer .redes-footer .fi-brands-telegram:hover{
    background:linear-gradient(to top right,#0088cc, #23a7e9) ;
    color: #ffffff;
} 

footer .redes-footer .fi-brands-facebook:hover{
    background: linear-gradient(360deg, #3b5998,#6d84b4,#afbdd4,#d8dfea,#ffffff);                                                                                         
    color: #fff;
}

footer .redes-footer .fi-brands-linkedin:hover{
    background: linear-gradient(360deg, #0072b1,#ffffff);
    color: #fff;
}

footer .redes-footer .fi-brands-tik-tok:hover{
    background: linear-gradient(90deg, #00f2ea,#000000,#ff0050);                                                                                                                                                                             
    color: #fff;
}

footer .redes-footer .fi-brands-youtube:hover{
    background: linear-gradient(339deg, #c4302b,#c4302b,#f4b8b8);
    color: #fff;                            
}

.container-footer footer hr{
    margin-top: 20px;
    border: none;
    height: 2px;
    background: #a8a8a87a;
}

.container-footer h4{
    text-align: center;
    margin-top: 40px;
    color: #dfdfdf;
    font-weight: 500;
}

/* Responsive Design - adaptable a dispositivos moviles*/

@media screen and (max-width: 1220px){
    
    .header-content,
    .container-content,
    .container-footer footer{
        max-width: 1000px;
        padding: 0 20px;
    }
}

@media screen and (max-width: 1020px){
    .container-content{
        width: 100%;
        flex-direction: column;
    }
    
    .article{
        box-shadow: 0 0 0 0;
    }

    .container-aside{
        display: flex;
        justify-content: center;
    }

    .container-aside aside{
        max-width: 680px;
        margin: 10px ;
    }

}

@media screen and (max-width: 800px){
    
    body{
        overflow-x: hidden ;
    }

    .container-all{
        transition: all 300ms cubic-bezier(1,0,0,1);
    }

    .move-container-all{
        transform: translateX(165px);
    }

    .menu{
        width: 0px;
        height: 100vh;
        position: fixed;
        top: 80px;
        left: 0;
        background: #fff;
        overflow: hidden;
        transform: translateX(-165px);
        box-shadow: 10px 0 20px -25px black;
        transition: all 300ms cubic-bezier(1,0,0,1);
    }

    .show-lateral{
        width: 165px;
        transform: translateX(0px);
    }

    .menu nav ul{
        flex-direction: column;
    }

    .menu nav ul li{
        max-width: 200px;
        height: 50px;
        justify-content: flex-start;
    }

    .menu-selected:before{
        width: 0;
    }

    .menu nav ul li a{
        margin-top: 40px;
        color: #898989;
    }

    .menu nav ul li a i{
        width: 20px;
        display: inline-block;
        margin-right: 10px;
        color: #7e2e8b;
    }

    #icono-menu{
        display: flex;
        margin-top: 15px;
    }

    .container-aside{
        flex-wrap: wrap;
    }


}
@media (min-width: 340px){

    .container-footer footer .redes-footer .icon-redes-footer {
        font-size: 16px; 
        margin: 10px;
    }

}