*{
    margin: 0px;
    padding: 0px;
}
img{
    width: 100%;
}
ol, ul {
    padding-left: 0rem!important;
}
ul, ol{
    list-style-type: none;
    padding: 0;
    margin: 0;
    padding-left: 0;
}
body{
    font-family: 'Roboto', sans-serif;
    background: rgb(245,249,250);
    background: -webkit-linear-gradient(rgba(245,249,250,1) 0%, rgba(197,205,207,1) 100%, rgba(17,96,133,0) 100%, rgba(24,59,99,0) 100%);
    background: -o-linear-gradient(rgba(245,249,250,1) 0%, rgba(197,205,207,1) 100%, rgba(17,96,133,0) 100%, rgba(24,59,99,0) 100%);
    background: linear-gradient(rgba(245,249,250,1) 0%, rgba(197,205,207,1) 100%, rgba(17,96,133,0) 100%, rgba(24,59,99,0) 100%);
    min-height: 100vh;
}
a{
    text-decoration: none;
}

.ck-editor__editable {
    min-height: 300px;
}


/* botones de compartir post */
.facebook:hover { 
    background-color: #4267B2 !important; 
}
.twitter:hover { 
    background-color: #1DA1F2 !important; 
}
.copy-link:hover { 
    background-color: #4CAF50 !important; 
}
.whatsapp:hover{
    background-color: #25D366 !important; 
}
/* botones de compartir post */