body {
    background-color: #fcb9e5;
    margin: 0%;
    padding: 0%;
    overflow-x: hidden;
}

/*------------------------------------------------------------NAV------------------------------------------------------------*/

nav {
    width: 100%;
    display: flex;
    flex-direction: row;
    font-size: 18px;
    position: fixed;
    z-index: 2;
    top: 0;
    background-color: #fff;
    height: 45px;
}

.nav-silvia {
    width: 100%;
    margin-left: 4%;
    font-size: 20px;
    margin-top: 1%;
}

.nav0 {
    margin-left: 2%;
    text-decoration: none;
    color: #7a7a7a;
    padding: 10px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.nav {
    margin-left: 2%;
    text-decoration: none;
    color: #FF74D0;
    padding: 10px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.don {
    margin-left: 2%;
    color: #fff;
    text-decoration: none;
    background-color: #FF74D0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    border-radius: 4px;
}

.don0 {
    background-color: #7a7a7a;
    margin-left: 2%;
    color: #fff;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    border-radius: 4px;
}

.grupo-nav {
    margin-top: 1%;
    margin-left: -25%;
    width: 100%;
}

.drop {
    visibility: hidden;
}

#drop {
    visibility: hidden;
}

.menu-img {
    width: 20px;
}

.outlink {
    color: #FF74D0;
}

/*-------------- IDIOMA BTN -------------------*/

.idioma {
    text-decoration: none;
    background-color: #af0404;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 2%;
    font-family: 'Lato', sans-serif;
    border-radius: 4px;
}

/*---------- DONATION MODAL ----------*/
/*---------- DONATION MODAL ----------*/

.cont-don {
    width: 100%;
}

.donation {
    background-color: #000000e0; /*ff91d9d0*/
    width: 100%;
    height: 40%;
    position: fixed;
    z-index: 1;
    top: 60%;
    left: 0;
    transition: all 500ms ease;
    opacity: 1;
    visibility: visible;
    
    animation: subE;
    animation-duration: 1s;
    animation-iteration-count: no-repeat;
}

@keyframes subE {
    10% {
        transform: translateY(200px);
    }
    30% {
        transform: translateY(100px);
    }
    50% {
        transform: translateY(50px);
    }
    90% {
        transform: translateY(0%);
    }
}

.flex-don {
    display: flex;
    flex-direction: row;
    margin-left: 15%;
    margin-top: 2%;
}

.don-pop {
    color: #ffffff;
    font-size: 45px;
    width: 45%;
    font-family: 'DM Serif Display', serif;
    font-weight: 500;
}

.btn-don-cont {
    width: 50%;
    text-align: center;
}

.don-btn-pop {
    background-color: #FF74D0;
    color: #ffffff;
    text-decoration: none;
    padding: 15px 120px;
    border-radius: 4px;
    font-family: sans-serif;
    font-weight: 700;
    position: relative;
    top: 50%;
    text-align: center;
}

.don-btn-pop:hover {
    background-color: #ff84d6;
}

#btn:checked  ~ .donation {
    animation: bajA;
    animation-duration: 1s;
    animation-iteration-count: no-repeat;
    opacity: 0;
    visibility: hidden;
    /*transform: translateY(200%);
    background-color: #ce0000;*/
}

@keyframes bajA {
    10% {
        transform: translateY(10px);
    }
    30% {
        transform: translateY(50px);
    }
    50% {
        transform: translateY(100px);
    }
    70% {
        transform: translateY(200px);
    }
    100% {
        transform: translateY(400px);
    }
}

/*.drop-don-cont {
    text-align: center;
    position: fixed;
    top: 40px;
    z-index: 0;
    background-color: #ce0000;
    color: #f1f1f1;
    width: 100%;
    height: 30px;
}*/

#xbtn {
    color: #ffffff;
    cursor: pointer;
    position: relative;
    top: 7%;
    left: 87%;
    font-size: 40px;
    font-family: 'open sans', sans-serif;
}

/*#btn {
    display: none;
}*/

/*------------------------------------HOME-------------------------------------*/
/*------------------------------------HOME-------------------------------------*/

/*----------TITULO-------------*/

.hello {
    margin-top: 10%;
    margin-bottom: 0;
    margin-left: 5%;
    font-size: 40px;
    color: #fff;
    text-shadow: #dfa9cd 4px 4px 4px;
}

.hola {
    margin-top: 10%;
    margin-bottom: 0;
    margin-left: 5%;
    font-size: 40px;
    color: #fff;
    text-shadow: #dfa9cd 4px 4px 4px;
}

.title {
    font-size: 120px;
    margin-left: 5%;
    margin-top: 0%;
    margin-bottom: 5%;
    font-family: 'Roboto Slab', serif;
    color: #ffffff;
    text-shadow: #dfa9cd 4px 4px 4px;
}

.titulo {
    font-size: 120px;
    margin-left: 5%;
    margin-top: 0%;
    margin-bottom: 5%;
    font-family: 'Roboto Slab', serif;
    color: #ffffff;
    text-shadow: #dfa9cd 4px 4px 4px;
}

/*----------PARRAFO-------------*/

.parrafo-ingles {
    margin-left: 5%;
    font-size: 18px;
    color: #414141;
    margin-bottom: 14.3%;
    font-family: 'Lato', sans-serif;
    margin-bottom: 9.9%;
}

.parrafo-espanol {
    margin-left: 5%;
    font-size: 18px;
    color: #414141;
    margin-bottom: 14.3%;
    font-family: 'Lato', sans-serif;
    margin-bottom: 9.9%;
}

.texto-home {
    margin-bottom: 0%;
}

.texto-inicio {
    margin-bottom: 0%;
}

/*------------BOTON------------*/

.btn-home {
    margin-top: 0%;
    margin-bottom: 17.4%;
}

.btn-inicio {
    margin-top: 0%;
    margin-bottom: 17.4%;
}

.click-en {
    margin-left: 5%;
    color: #fff;
    text-decoration: none;
    background-color: #FF74D0;
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: rgba(0, 0, 0, 0.50) 0px 5px 10px;
    font-family: 'Lato', sans-serif;
    border-radius: 4%;
}

.click-es {
    margin-left: 5%;
    color: #fff;
    text-decoration: none;
    background-color: #FF74D0;
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: rgba(0, 0, 0, 0.50) 0px 5px 10px;
    font-family: 'Lato', sans-serif;
    border-radius: 4%;
}

/*------------------------------------BLOG-------------------------------------*/
/*------------------------------------BLOG-------------------------------------*/

.blogs-options {
    display: flex;
    flex-direction: row;
    margin-bottom: 10%;
    margin-left: 4%;
    width: 100%;
}

.main {
    width: 40%;
}

.both {
    width: 50%;
    margin-right: 5%;
    margin-bottom: 0%;
}

.blog-whole-main {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blog-pic-main {
    color: black;
    margin: 4%;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
}

.blog-whole {
    display: flex;
    margin-right: 4%;
    margin-top: 0%;
} 

.blog-main {
    background-color: #fff;
    width: 300px;
    height: 300px;
    box-shadow: rgba(0, 0, 0, 0.50) 0px 5px 10px;
}

.blog-title-main {
    color: black;
    margin: 4%;
    text-decoration: none;
    font-family: serif;
    font-size: 30px;
}

.blog-pic-both {
    color: black;
    margin: 4%;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
}

/* .blog-both {
    background-color: #fff;
    width: 170px;
    height: 170px;
    box-shadow: rgba(0, 0, 0, 0.50) 0px 5px 10px;
} */

.blog-title-both {
    color: black;
    margin: 4%;
    text-decoration: none;
    font-family: serif;
    font-size: 30px;
}

.rowIMG {
    display: flex;
    flex-direction: row;
    width: 70%;
    margin-left: 15%;
}

.imgProt {
    width: 30%;
}

/*------------------------------------NEWS-------------------------------------*/
/*------------------------------------NEWS-------------------------------------*/

.new-whole {
    display: flex;
    margin-right: 4%;
    margin-top: 0%;
}

.new-main {
    width: 300px;
    height: 180px;
    box-shadow: rgba(0, 0, 0, 0.50) 0px 5px 10px;
}

.new-title-main {
    color: black;
    margin-top: 4%;
    text-decoration: none;
    font-family: serif;
    font-size: 25px;
    width: 70%;
}

.new-both {
    width: 170px;
    height: 100px;
    box-shadow: rgba(0, 0, 0, 0.50) 0px 5px 10px;
}

.new-pic-both {
    color: black;
    margin: 4%;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
}

.new-title-both {
    color: black;
    margin: 4%;
    text-decoration: none;
    font-family: serif;
    font-size: 30px;
}

/*------------------------------------BLOG/NEWS-DETAILS-------------------------------------*/
/*------------------------------------BLOG/NEWS-DETAILS-------------------------------------*/

.titulos-blogs {
    margin-top: 15%;
    margin-left: 15%;
    /*margin-right: 27%;*/
    width: 70%;
    margin-bottom: 0%;
    font-size: 60px;
    font-weight: 400;
    font-family: 'DM Serif Display', serif;
}

.fechas {
    display: flex;
    flex-direction: column;
    margin-left: 15%;
    margin-bottom: 4%;
}

.fechas-blogs {
    margin-left: 2%;
    font-size: 15px;
    font-weight: 400;
    font-family: sans-serif;
    color: #585858;
    margin-bottom: 0%;
}

.parrafos-blogs {
    margin-left: 15%;
    margin-right: 25%;
    font-family: 'serif';
    font-size: 20px;
}

.parrafos-blogs-grande {
    margin-top: 5%;
    margin-bottom: 5%;
    margin-left: 15%;
    margin-right: 25%;
    font-family: 'serif';
    font-size: 30px;
}

.parrafos-blogs-cita {
    margin-left: 15%;
    line-height: 7px;
    font-size: 15px;
    margin-bottom: 5%;
}

.sub-titulos-blogs {
    margin-top: 10%;
    margin-left: 15%;
    margin-right: 27%;
    font-size: 45px;
    font-weight: 400;
    font-family: 'DM Serif Display', serif;
}

.mira {
    font-size: 'Lato' sans-serif;
    margin-left: 4%;
    font-size: 25px;
    margin-top: 2%;
    margin-bottom: 4%;
}

hr {
    margin-left: 4%;
    margin-top: 10%;
    margin-right: 4%;
}

.first {
    margin-top: 2%;
}

.first, .first-blog, .both {
    width: 50%;
}

/*------------------------------------FOOTER-------------------------------------*/
/*------------------------------------FOOTER-------------------------------------*/

footer {
    width: 100%;
    height: 70px;
    background-color: #fff;
    display: flex;
    flex-direction: row;
}

.footer-sign {
    margin-left: 6%;
    width: 100%;
    color:#000;
}

.silvia {
    font-size: 30px;
    margin-bottom: 0%;
    margin-top: 1%;
}

.jou {
    font-size: 17px;
    color: #FF74D0;
    margin-top: -1%;
    margin-left: 1.5%;
}

.nav-footer {
    width: 120%;
    margin-left: -8%;
    margin-top: 2%;
    margin-right: 0%;
}

.copyright-footer {
    margin-top: 1%;
    width: 100%;
    margin-left: 10%;
    color: #c9c9c9;
}

/*------------------------------------ABOUT-------------------------------------*/
/*------------------------------------ABOUT-------------------------------------*/

.contenedor {
    display: flex;
    flex-direction: row;
    margin-top: 12%;
    width: 100%;
}

.foto-espa, .foto-eng {
    width: 60%;
    height: 900px;
    background: url(images/pichu.webp);
    background-size: cover;
    background-position: center;
    box-shadow: rgba(0, 0, 0, 0.50) 0px 5px 10px;
    margin-left: 4%;
    animation: picChange 35s infinite;
}@keyframes picChange {
    20%{
        background-image: url(images/pichu-uno.webp);
    }
    40%{
        background-image: url(images/pichu-dos.webp);
    }
    60%{
        background-image: url(images/pichu-tres.webp);
    }
    80%{
        background-image: url(images/pichu.webp);
    }
    95%{
        background-image: url(images/pichu-uno.webp);
    }
}

.info-about {
    display: flex;
    flex-direction: column;
    margin-left: 4%;
    width: 40%;
}

.acerca-mi {
    font-size: 30px;
    margin: 0;
    color: #ffffff;
    text-shadow: #dfa9cd 4px 4px 4px;
    margin-bottom: 4%;
}

.abt-me {
    font-size: 30px;
    margin: 0;
    color: #ffffff;
    text-shadow: #dfa9cd 4px 4px 4px;
    margin-bottom: 4%;
}

.titulo-about {
    font-size: 75px;
    margin-top: 0;
    margin-bottom: 0%;
    margin-right: 8%;
    font-family: 'Roboto Slab', serif;
    color: #fff;
    text-shadow: #dfa9cd 4px 4px 4px;
}

.title-about {
    font-size: 75px;
    margin-top: 0;
    margin-bottom: 0%;
    margin-right: 8%;
    font-family: 'Roboto Slab', serif;
    color: #fff;
    text-shadow: #dfa9cd 4px 4px 4px;
}

.parrafo-about-en {
    margin-bottom: 5%;
    margin-right: 8%;
    font-size: 18px;
    color: #414141;
    font-family: 'Lato', sans-serif;
}

.parrafo-about-es {
    margin-bottom: 5%;
    margin-right: 8%;
    font-size: 18px;
    color: #414141;
    font-family: 'Lato', sans-serif;
}

.click-about {
    color: #fff;
    text-decoration: none;
    background-color: #FF74D0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: rgba(0, 0, 0, 0.50) 0px 5px 10px;
    margin-right: 10%;
    margin-bottom: 18%;
    margin-top: 4%;
    font-family: 'Lato', sans-serif;
}

.click-acerca {
    color: #fff;
    text-decoration: none;
    background-color: #FF74D0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: rgba(0, 0, 0, 0.50) 0px 5px 10px;
    margin-right: 10%;
    margin-bottom: 18%;
    margin-top: 4%;
    font-family: 'Lato', sans-serif;
}

/*------------------------------------BLOG-------------------------------------*/
/*------------------------------------BLOG-------------------------------------*/

.pub {
    width: 70%;
    height: 100px;
    background-color: #7a7a7a;
    border-radius: 7px;
    margin: 7% 0 0 15%;
}

.blogs {
    background-color: #f1f1f1;
}

.segundo-blog {
    width: 100%;
    padding-bottom: 5%;
}

.titulo-blog {
    color: #414141;
    font-size: 25px;
    margin-left: 9%;
    margin-top: 12%;
}

.title-blog {
    color: #414141;
    font-size: 25px;
    margin-left: 9%;
    margin-top: 12%;
}

.letGrande {
    display: flex;
    flex-direction: row;
    margin-left: 15%;
}

.firLetMayus {
    font-size: 90px;
    height: 90px;
    color: #FF74D0;
    position: absolute;
}

.parrafo {
    width: 77%;
    font-family: 'serif';
    font-size: 20px;
}.parrafo::before {
    content: '';
    float: left;
    height: 2.4em;
    width: 77px;
}

.in-down {
    margin-top: -2%;
    margin-bottom: 7%;
}

.titulo-dos-blog {
    font-size: 40px;
    margin-left: 9%;
    font-family: 'Roboto Slab', serif;
    width: 50%;
}

.parrafo-blog {
    margin-left: 9%;
    font-size: 18px;
    color: #414141;
    margin-bottom: -1%;
    width: 55%;
    font-family: 'Lato', sans-serif;
}

.contenedor-blogs {
    display: flex;
    flex-direction: row;
    width: 80%;
    margin-left: 9%;
}

.blog-completo {
    display: flex;
    flex-direction: column;
    margin-bottom: 4%;
}

.imagen-about {
    width: 100%;
}

.blog-pic {
    margin: 10%;
    box-shadow: rgba(0, 0, 0, 0.50) 0px 10px 15px;
    height: 195px;
}

.blog-title {
    color: black;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    width: 70%;
    margin-top: 15%;
    margin-left: 15%;
    text-align: center;
}

.inf {
    color: #FF74D0;
    text-decoration: none;
    margin-left: 38%;
    margin-top: 10%;
}

.oculto {
    opacity: 0;
    cursor: default;
}

.onePicHolder {
    display: flex;
    flex-direction: column;
    margin-bottom: 4%;
    width: 25%;
    /*margin: 10%;
    box-shadow: rgba(0, 0, 0, 0.50) 0px 10px 15px; */
    /* height: 195px; */
}

/*------------------------------------BREAKING-------------------------------------*/
/*------------------------------------BREAKING-------------------------------------*/

.breaking {
    background-color: #f1f1f1;
}

.title-light {
    display: flex;
    flex-direction: row;
    margin-left: 17%;
    margin-top: 4%;
}

.titulo-breaking {
    font-size: 70px;
    margin-left: 2%;
    margin-bottom: 5%;
    font-family: 'Roboto Slab', serif;
}

.light {
    margin-left: 4%;
    margin-top: 10%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    
    animation-name: light;
    animation-duration: .5s;
    animation-iteration-count: infinite;
}

@keyframes light {
    0%{
        background-color: #4b0000;
    }
    50%{
        background-color: #975b00;
    }
    100%{
        background-color: #ce0000;
    }
}

.contenedor-news {
    display: flex;
    flex-direction: column;
    width: 60%;
    margin-left: 20%;
    margin-bottom: 10%;
}

.contenedor-single-a {
    display: flex;
    flex-direction: row;
    text-decoration: none;
    width: 100%;
    padding-bottom: 6%;
    margin-bottom: 7%;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.50) 0px 5px 10px;
}

.conte {
    display: flex;
    flex-direction: row;
    text-decoration: none;
}

.imagen-news {
    width: 50%;
    margin-right: 2%;
    margin-top: 4%;
    margin-left: 4%;
}

.news-title-main {
    text-decoration: none;
    color: #000;
    font-size: 25px;
    margin-top: 10%;
    width: 90%;
}

.texto-news {
    display: flex;
    flex-direction: column;
    color: #414141;
}

.news-parrafo {
    width: 85%;
    font-size: 17px;
}

/*------------------------------------CONTACT-------------------------------------*/
/*------------------------------------CONTACT-------------------------------------*/

.body-contact {
    background-color: #f1f1f1;
}

.contenedor-contact {
    margin-top: 6%;
    margin-left: 10%;
    display: flex;
    flex-direction: row;
}

.titulo-contact {
    font-size: 60px;
    margin-bottom: 1%;
    width: 100%;
    font-family: 'Roboto Slab', serif;
}

.parrafo-contact, .parrafo-contacto {
    margin-left: 10%;
    width: 40%;
    font-size: 18px;
    color: #414141;
    position: relative;
    bottom:150px;
}

.foto-contact {
    width: 100%;
    height: 80%;
    padding: 10px;
    margin-top: 5%;
}

.imagen-contact {
    width: 80%;
}

.contact {
    width: 20%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-left: 10%;
    margin-bottom: 25.4%;
    margin-top: -8%;
}

.redes {
    background-color: #FF74D0;
    text-align: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 4px;
}

.rose {
    color: #FF74D0;
}

.social-img {
    margin-top: 10%;
    width: 32px;
}

/*------------------------------------DONAR-------------------------------------*/
/*------------------------------------DONAR-------------------------------------*/

.donar {
    background-color: #f1f1f1;
}

.agradecimiento {
    margin-left: 15%;
    margin-top: 10%;
}

.thank {
    font-size: 50px;
    font-family: 'Roboto Slab', serif;
}

.cerdito {
    width: 40%;
    margin-left: 40%;
    margin-bottom: 20%;
}

.click-pay {
    color: #fff;
    text-decoration: none;
    background-color: #FF74D0;
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: rgba(0, 0, 0, 0.50) 0px 5px 10px;
    margin-left: 15%;
}

/*------------------------------------BEAUTY-------------------------------------*/
/*------------------------------------BEAUTY-------------------------------------*/

.beauty {
    background-color: #f1f1f1;
}

.div-titulo {
    margin-left: 1%;
    width: 90%;
}

.foto-beauty {
    width: 55%;
    background-color: #f1f1f1;
    margin-left: 15%;
    margin-top: 13%;
    margin-bottom: 8%;
}

.imagen-beauty {
    width: 100%;
}

/*------------------------------------WAR-------------------------------------*/
/*------------------------------------WAR-------------------------------------*/

.war {
    background-color: #f1f1f1;
}

.titulo-war {
    font-size: 60px;
    width: 100%;
    margin-top: 15%;
    margin-left: 15%;
    margin-bottom: 0%;
    font-weight: 400;
    font-family: 'DM Serif Display', serif;
    width: 55%;
}

.fecha-war {
    margin-left: 15%;
    margin-right: 27%;
    font-size: 15px;
    font-weight: 400;
    font-family: sans-serif;
    color: #585858;
}

.parrafo-war {
    margin-left: 15%;
    font-family: 'Lato', sans-serif;
    width: 55%;
}

.foto-war {
    width: 50%;
    height: 400px;
    margin-left: 15%;
    margin-top: 7%;
    margin-bottom: 10%;
    background-color: #f1f1f1;
    box-shadow: rgba(0, 0, 0, 0.50) 0px 5px 10px;
}

.imagen-war {
    width: 100%;
}

/*------------------------------------CRITIC-------------------------------------*/
/*------------------------------------CRITIC-------------------------------------*/

.sweet-tooth {
    background-color: #f1f1f1;
}

.contenedor-citic {
    display: flex;
    flex-direction: row;
    width: 100%;
} 

.foto-critic {
    width: 55%;
    background-color: #fff;
    margin-left: 15%;
    margin-top: 7%;
    margin-bottom: 7%;
}

.foto-critic-dos {
    width: 55%;
    background-color: #fff;
    margin-left: 15%;
    margin-top: 4%;
    margin-bottom: 4%;
}

.imagen-critic {
    width: 100%;
}

/* .imagen-critic:hover {
    filter: brightness(20%);
} */

.drawsText {
    position: relative;
    z-index: 4;
    top: -40px;
    left: 470px;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    display: none;
}

.link {
    color: #000;
}

/*------------------------------------OSTIAS-------------------------------------*/
/*------------------------------------OSTIAS-------------------------------------*/

.titulo-ostias {
    font-size: 60px;
    width: 100%;
    margin-top: 15%;
    margin-left: 15%;
    margin-bottom: 0%;
    font-weight: 400;
    font-family: 'DM Serif Display', serif;
    width: 55%;
}

/*--------------------------------------------------------------MEDIA QUERIES-----------------------------------------------------*/
/*--------------------------------------------------------------MEDIA QUERIES-----------------------------------------------------*/
/*--------------------------------------------------------------MEDIA QUERIES-----------------------------------------------------*/
/*--------------------------------------------------------------MEDIA QUERIES-----------------------------------------------------*/

@media screen and (max-width:1175px) {
    .silvia {
        font-size: 20px;
    }
    .nav-footer {
        font-size: 15px;
     }
}

@media screen and (max-width:1024px){
    .grupo-nav {
        margin-left: -45%;
    }
    .silvia {
        font-size: 20px;
    }
    .jou {
        font-size: 13px;
    }
    .nav-footer {
       font-size: 13px;
    }
    /*----------------------*/
    .copyright-footer {
        font-size: 13px;
        margin-left: 4%;
    }
    /*--------------------------*/
    .flex-don {
        margin-top: -1%;
    }
    /*------------------------*/
    .btn-inicio, .btn-home {
        margin-bottom: 21.9%;
    }
    /*---------------------------*/
    .titulo-about, .title-about {
        font-size: 55px;
    }
    .blog-pic {
        height: 160px;
    }
    .news-title-main {
        font-size: 20px;
    }
    .news-parrafo {
        font-size: 15px;
    }
    .titulo-contact {
        line-height: 60px;
    }
    .parrafo-contact {
        bottom: 100px;
    }
    .parrafo-contacto {
        top: -130px;
    }
    .contact {
        margin-bottom: 31%;
    }
    .cerdito {
        margin-bottom: 28%;
    }
    .foto-war {
        height: 315px;
    }
}

@media screen and (max-width:1005px) {
    .silvia {
        margin-top: 4%;
    }
    .nav-footer {
        display: flex;
        flex-direction: row;
        font-size: 13px;
        width: 100%;
        margin-left: -23%;
    }
    .copyright-footer {
        margin-top: 2%;
    }
}

@media screen and (max-width:950px){
    .grupo-nav {
        margin-left: -55%;
    }
    .letGrande {
        width: 100%;
        margin-left: 4%;
    }
    .parrafo {
        width: 90%;
    }
}

/*-----------TABLET----------------*/
/*-----------TABLET----------------*/
/*-----------TABLET----------------*/
/*-----------TABLET----------------*/

@media screen and (max-width:890px){
    .nav {
        width: 100%;
    }
    .nav0 {
        width: 100%;
    }
    .don {
        background-color: #FF74D0;
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-right: 200px;
        color: #fff;
    }
    .don0 {
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-right: 200px;
    }
    #grupo-nav {
        display: flex;
        flex-direction: column;
        position: relative;
        top: 36px;
    }
    .grupo-nav {
        transform: translateX(200%);
        transition: all 500ms ease;
    }
    .nav-silvia {
        margin-top: 3%;
    }
    .drop {
        opacity: 100%;
        position: fixed;
        top: 13px;
        left: 85%;
        z-index: 70;
        color: #FF74D0;
        visibility: visible;
    }
    #drop {
        position: fixed;
        top: 15px;
        left: 85%;
        width: 40px;
        height:40px;
    }
    #drop:checked  ~ .grupo-nav {
        transform: translateX(-25%);
    }
    #op {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-right: 200px;
        border-bottom: 2px solid #FF74D0;
        background-color: #fff;
    }
    #op:hover {
        background-color: #FCA7E0;
    }
    .idioma {
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-right: 200px;
    }
    .menu-img {
        width: 30px;
    }
    /*---------------FOOTER---------------*/
    footer {
        width: 100%;
        height: 190px;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        padding-top: 7px;
    }
    .footer-sign {
        text-align: center;
        width: 100%;
        color:#000;
        margin-left: 0%;
    }
    .silvia {
        font-size: 35px;
        margin-bottom: 0%;
    } 
    .jou {
        font-size: 20px;
    }
    .nav-footer {
        display: none;
    }
    .copyright-footer {
        margin-top: 3%;
        width: 100%;
        text-align: center;
        font-size: 18px;
    }
    /*---------------HOME---------------*/
    /*---------------HOME---------------*/
    .hello {
        margin-top: 23%;
        margin-bottom: -1%;
        text-align: center;
    }
    .hola {
        margin-top: 23%;
        margin-bottom: -1%;
        text-align: center;
    }
    .title {
        font-size: 80px;
        margin-bottom: 13%;
        text-align: center;
    }
    .titulo {
        font-size: 80px;
        margin-bottom: 13%;
        text-align: center;
    }
    .parrafo-ingles {
        font-size: 23px;
        color: #414141;
        margin-bottom: 14.3%;
        font-family: 'Lato', sans-serif;
        margin-bottom: 9.9%;
        text-align: center;
    }
    .parrafo-espanol {
        margin-bottom: 20%;
        text-align: center;
        margin-left: 1%;
        font-size: 23px;
    }
    .texto-home {
        margin-bottom: -4%;
    }
    .texto-inicio {
        margin-bottom: -4%;
    }
    .btn-home, .btn-inicio {
        margin-bottom: 54%;
        text-align: center;
    }
    .click-en, .click-es {
        padding: 17px 77px;
        /*margin-left: 15%;*/
    }
    .en {
        margin-left: 25%;
    }
    /*---------------ABOUT---------------*/
    /*---------------ABOUT---------------*/
    .contenedor {
        display: flex;
        flex-direction: column-reverse;
        margin-bottom: 20%;
    }
    .info-about {
        margin-left: 1%;
        width: 95%;
    }
    .abt-me {
        margin-top: 5%;
        margin-left: 2%;
    }
    .acerca-mi {
        margin-top: 5%;
        margin-left: 2%;
    }
    .foto-espa  {
        width: 95%;
        height: 870px;
        margin-left: 1.5%;
        position: relative;
        top: -590px;
    }
    .foto-eng  {
        width: 95%;
        height: 870px;
        margin-left: 1.5%;
        position: relative;
        top: -557px;
    }
    .titulo-about {
        font-size: 45px;
        width: 100%;
        margin-left: 2%;
    }
    .title-about {
        font-size: 45px;
        width: 100%;
        margin-left: 2%;
    }
    .parrafo-about-es, .parrafo-about-en {
        position: relative;
        top: 940px;
        margin-left: 3%;
    }
    .click-about {
        position: relative;
        top: 940px;
        margin-left: 8%;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .click-acerca {
        position: relative;
        top: 940px;
        margin-left: 28%;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    /*----------------BLOG----------------*/
    /*----------------BLOG----------------*/
    .segundo-blog {
        width: 100%;
        background-color: #f1f1f1;
        padding-bottom: 10%;
        margin-top: 10%;
    }
    .titulo-blog, .title-blog {
        font-size: 25px;
        margin-top: 15%;
        margin-left: 4%;
        margin-bottom: 2%;
    }
    .in-down {
        margin-left: 4%;
    }
    .titulo-blog-grande {
        font-size: 100px;
        position: relative;
        top: -25px;
    }
    .titulo-dos-blog {
        width: 90%;
        font-size: 35px;
        margin-left: 0%;
    }
    .parrafo-blog {
        width: 90%;
        font-size: 17px;
        margin-left: 0%;
    }
    .contenedor-blogs {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-left: 4%;
    }
    .blog-completo {
        width: 96%;
    }
    .blog-pic {
        margin-left: 1%;
        width: 95%;
        box-shadow: rgba(0, 0, 0, 0.50) 0px 10px 15px;
        height: 638px;
        margin-bottom: 15%;
    }
    .blog {
        width: 100%;
    }
    .blog-title {
        display: none;
    }
    .inf {
        margin-top: 2%;
        margin-bottom: 20%;
        margin-left: 35%;
        font-size: 20px;
    }
    .blog-pic-both {
        margin-left: 0%;
    }
    .onePicHolder {
        display: flex;
        flex-direction: column;
        margin-bottom: 4%;
        width: 95%;
    }
    /*----------------NEWS----------------*/
    /*----------------NEWS----------------*/
    .title-light {
        margin-left: 7%;
    }
    .light {
        margin-top: 9%;
    }
    .titulo-breaking {
        font-size: 45px;
    }
    .contenedor-news {
        margin-left: 1%;
        width: 98%;
    }
    .news-title-main {
        font-size: 30px;
    }
    .news-parrafo {
        display: none;
    }
    .new-title-main {
        margin: 4%;
    }
    /*---------------CONTACT---------------*/
    /*---------------CONTACT---------------*/
    .contenedor-contact {
        margin-top: 6%;
        margin-left: 4%;
        display: flex;
        flex-direction: column;
    }
    .titulo-contact {
        font-size: 55px;
        margin-bottom: 1%;
        width: 100%;
        font-family: 'Roboto Slab', serif;
        margin-left: 3%;
    }
    .parrafo-contact, .parrafo-contacto {
        width: 90%;
        margin-left: 4%;
        font-size: 25px;
        color: #414141;
        position: relative;
        /*bottom:150px;*/
        margin-top: 40%;
        margin-bottom: 20%;
    }
    .foto-contact {
        width: 90%;
        height: 80%;
        margin-right: 4%;
        padding: 10px;
    }  
    .imagen-contact {
        width: 100%;
    }
    .contact {
        width: 80%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-left: 4%;
        margin-bottom: 20%;
        margin-top: -30%;
    }
    .redes {
        background-color: #FF74D0;
        width: 45px;
        height: 45px;
        cursor: pointer;
    }
    .social-img {
        margin-top: 15%;
    }
/*---------------DONAR---------------*/
/*---------------DONAR---------------*/
    .agradecimiento {
        margin-left: 0%;
        text-align: center;
        margin-bottom: 13%;
    }
    .thank {
        margin-bottom: 7%;
    }
    .click-pay {
        padding-left: 100px;
        padding-right: 100px;
        margin-left: 20%;
    }
    .cerdito {
        margin-top: 70px;
        margin-left: 13%;
        width: 70%;
        margin-bottom: 45%;
    }
/*---------------EACH---------------*/
/*---------------BLOG---------------*/
/*--------------OPTION--------------*/
    .blogs-options {
        display: flex;
        flex-direction: column;
    }
/*-------------COMMON---------------*/
/*---------------BLOG---------------*/
/*-----------DENOMINATORS-----------*/
    .titulos-blogs {
        font-size: 40px;
        width: 90%;
        margin-left: 4%;
    }
    .fechas {
        margin-left: 2%;
    }
    .fechas-blogs {
        margin-left: 2%;
    }
    .parrafos-blogs {
        width: 90%;
        margin-left: 4%;
        font-size: 18px;
    }
    .sub-titulos-blogs {
        width: 90%;
        margin-top: 80px;
        font-size: 30px;
        margin-left: 4%;
    }
    .parrafos-blogs-grande {
        margin-left: 7%;
        font-size: 20px;
        margin-right: 0%;
        width: 80%;
    }
    .foto-beauty {
        width: 90%;
        margin-left: 5%;
    }
    .blog-whole {
        display: flex;
        flex-direction: column;
    }
    .blog-both {
        width: 300px;
        height: 300px;
        margin-left: 4%;
    }
    .blog-title-main, .blog-title-both {
        display: none;
    }
    /*--------------NEWS---------------*/
    .first, .both {
        width: 100%;
    }
    .new-whole {
        display: flex;
        flex-direction: column;
        margin-right: 4%;
        margin-top: 0%;
    }
    .first, .new-whole {
        background-color: #fff;
        box-shadow: rgba(0, 0, 0, 0.50) 0px 5px 10px;
        margin-bottom: 4%;
        width: 90%;
    }
    .new-main {
        box-shadow: none;
        width: 100%;
    }
    .new-pic-main, .new-pic-both {
        margin: 4%;
        height: 200px;
        margin-bottom: 25%;
    }
    .new-both {
        width: 100%;
        height: 200px;
        box-shadow: none;
    }
    /*---------BLOGS/NEWS---------------*/
    hr {
        display: none;
    }
    .mira {
        margin-top: 25%;
    }
    .parrafos-blogs-cita {
        line-height: 18px;
    }
/*---------------BEAUTY---------------*/
/*---------------BEAUTY---------------*/
    .titulo-beauty {
        font-size: 40px;
    }
/*----------------WAR-----------------*/
/*----------------WAR-----------------*/
    .foto-war {
        width: 80%;
        height: 340px;
        margin-left: 7%;
    }
/*----------------SWEET-----------------*/
/*----------------SWEET-----------------*/
    .foto-critic {
        width: 90%;
        margin-left: 4%;
    }
    .foto-critic-dos {
        width: 90%;
        margin-left: 4%;
    }
}

@media screen and (max-width:800px){
    .foto-espa  {
        top: -620px;
    }
}

@media screen and (max-width:770px){
    .click-es {
        padding-left: 90px;
        padding-right: 90px;
        margin-left: 20%;
    }
    .click-en {
        padding-left: 90px;
        padding-right: 90px;
        margin-left: 20%;
    }
    .parrafo-ingles {
        text-align: center;
    }
    .fechas {
        margin-left: 2%;
    }
    .fechas-blogs {
        margin-left: 2%;
    }
}

@media screen and (max-width:640px){
    .es {
        margin-left: 25%;
    }
}

@media screen and (max-width:600px){
    .menu-img {
        width: 20px;
    }
}

@media screen and (max-width:540px){}

/*-----------MOBILE----------------*/
/*-----------MOBILE----------------*/
/*-----------MOBILE----------------*/
/*-----------MOBILE----------------*/

@media screen and (max-width:480px){
    /*-------------POPPUP----------------*/
    /*-------------POPPUP----------------*/
    .donation {
        height: 50%;
    }
    .flex-don {
        display: flex;
        flex-direction: column;
        margin-top: -2%;
        margin-left: 3%;
    }
    .don-pop {
        margin-top: 20%;
        color: #ffffff;
        font-size: 30px;
        width: 90%;
        font-family: 'DM Serif Display', serif;
        font-weight: 500;
        text-align: center;
    }
    .btn-don-cont {
        margin-left: 15%; 
    }
    /*-------------HOME----------------*/
    /*-------------HOME----------------*/
    .hello, .hola {
        text-align: center;
        font-size: 35px;
    }
    .titulo, .title {
        font-size: 70px;
        margin-bottom: 15%;
        text-align: center;
    }
    .btn-home, .btn-inicio {
        text-align: center;
    }
    .parrafo-ingles, .parrafo-espanol {
        font-size: 20px;
    }
    .blog-pic {
        height: 430px;
    }
    .foto-war {
        height: 240px;
    }
    .news-title-main {
        font-size: 20px;
    }
    .foto-eng {
        top: -690px;
    }
    .parrafo-about-en, .parrafo-about-en {
        top: 770px;
    }
    .click-about {
        top: 770px;
    }
    .foto-espa {
        top: -770px;
    }
    .esp {
        top: 950px;
    }
    .onePicHolder {
        display: flex;
        flex-direction: column;
        margin-bottom: 4%;
        width: 95%;
    }
    /*------------------------*/
    /*------------------------*/
    .parrafo-about-es, .parrafo-about-en {
        position: relative;
        top: 970px;
        margin-left: 3%;
    }
    .click-about {
        top: 970px;
    }
}

@media screen and (max-width:435px){
    .btn-home {
        margin-left: -18%;
    }
    /*--------------------*/
    /*--------------------*/
    .foto-espa {
        top: -840px;
    }
    .foto-eng {
        top: -750px;
    }
    .parrafo-about-en {
        top: 930px;
    }
    .esp {
        top: 570px;
    }
    .click-about {
        top: 900px;
    }
    .click-acerca {
        top: 930px;
    }
}

@media screen and (max-width:415px){
    .copyright-footer {
        font-size: 13px;
    }
    /*-------------------*/
    .titulo, .title {
        font-size: 60px;
    }
    .click-en {
        margin-left: 7%;
        padding-left: 40px;
        padding-right: 40px;
    }
    .click-es {
        margin-left: 15%;
        padding-left: 40px;
        padding-right: 40px;
    }
    /*---------------------*/
    /*---------------------*/
    .foto-espa {
        top: -840px;
    }
    .foto-eng {
        top: -750px;
    }
    .parrafo-about-en {
        top: 930px;
    }
    .esp {
        top: 570px;
    }
    .click-about {
        top: 900px;
    }
    .click-acerca {
        top: 930px;
    }
    /*---------------------*/
    /*---------------------*/
    .blog-pic {
        height: 370px;
    }
    .foto-war {
        height: 200px;
    }
    .light {
        margin-top: 13%;
    }
    .news-title-main {
        font-size: 18px;
    }
    .new-pic-main, .new-pic-both {
        margin-bottom: 7%;
    }
}

@media screen and (max-width:395px){
    .silvia {
        font-size: 25px;
    }
    .jou {
        font-size: 15px;
    }
    .copyright-footer {
        font-size: 15px;
    }
    /*---------------HOME---------------*/
    /*---------------HOME---------------*/
    .hello, .hola {
        text-align: center;
    }
    .titulo, .title {
        font-size: 55px;
        margin-bottom: 15%;
        margin-left: 7%;
    }
    .parrafo-ingles, .parrafo-espanol {
        font-size: 15px;
    }
    .btn-home, .btn-inicio {
        margin-top: 13%;
        text-align: center;
    }
    .click-en, .click-es {
        padding-left: 40px;
        padding-right: 40px;
    }
    .click-en {
        margin-left: 0%;
    }
    .click-es {
        margin-left: 15%;
    }
    /*---------------ABOUT---------------*/
    /*---------------ABOUT---------------*/
    .foto-eng {
        top: -770px;
    }
    .foto-espa {
        top: -840px;
    }
    .parrafo-about-en {
        font-size: 17px;
        top: 870px;
    }
    .click-about {
        top: 870px;
    }
    .click-acerca {
        top: 970px;
    }
    /*---------------BLOG---------------*/
    /*---------------BLOG---------------*/
    .blog-pic {
        height: 340px;
    }
    /*---------------NEWS---------------*/
    /*---------------NEWS---------------*/
    .new-pic-main, .new-pic-both {
        margin-bottom: 7%;
    }
    .news-title-main {
        width: 90%;
        font-size: 15px;
    }
    /*---------------DONATE---------------*/
    /*---------------DONATE---------------*/
    .thank {
        width: 90%;
        font-size: 45px;
        margin-left: 7%;
    }
}

@media screen and (max-width:385px) {
    .foto-eng {
        top: -670px;
    }
    .parrafo-about-es {
        top: 970px;
    }
    .parrafo-about-en {
        top: 800px;
    }
    .click-about {
        top: 770px;
    }
    .click-acerca {
        top: 950px;
    }
}

@media screen and (max-width:375px){
    .don-pop {
        margin-top: 7%;
    }
    .btn-don-cont {
        margin-left: 4%;
    }
    /*-------------------*/
    /*-------------------*/
    .foto-eng {
        top: -740px;
    }
    .foto-espa {
        top: -880px;
    }
    .parrafo-about-en {
        top: 920px;
    }
    .click-about {
        top: 900px;
    }
}

@media screen and (max-width:360px){
    .nav {
        width: 100%;
    }
    .nav0 {
        width: 100%;
    }
    .don {
        background-color: #FF74D0;
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-right: 200px;
        color: #fff;
    }
    .don0 {
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-right: 200px;
    }
    #grupo-nav {
        display: flex;
        flex-direction: column;
        position: relative;
        top: 36px;
    }
    .grupo-nav {
        transform: translateX(200%);
        transition: all 500ms ease;
    }
    .nav-silvia {
        margin-top: 3%;
    }
    .drop {
        opacity: 100%;
        position: fixed;
        top: 13px;
        left: 85%;
        z-index: 70;
        color: #FF74D0;
        visibility: visible;
    }
    #drop {
        position: fixed;
        top: 15px;
        left: 85%;
        width: 40px;
        height:40px;
    }
    #drop:checked  ~ .grupo-nav {
        transform: translateX(-25%);
    }
    #op {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-right: 200px;
        border-bottom: 2px solid #FF74D0;
        background-color: #fff;
    }
    #op:hover {
        background-color: #FCA7E0;
    }
    .idioma {
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-right: 200px;
    }
    /*---------------FOOTER---------------*/
    footer {
        width: 100%;
        height: 130px;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        padding-top: 7px;
    }
    .footer-sign {
        text-align: center;
        width: 100%;
        color:#000;
        margin-left: 0%;
    }
    .silvia {
        font-size: 20px;
        margin-bottom: 0%;
    } 
    .jou {
        font-size: 15px;
    }
    .nav-footer {
        display: none;
    }
    .copyright-footer {
        margin-top: 3%;
        width: 100%;
        text-align: center;
        font-size: 13px;
    }
    .copyright-footer-sp {
        margin-top: 3%;
        width: 100%;
        text-align: center;
        font-size: 13px;
    }
    /*-------------POPPUP----------------*/
    /*-------------POPPUP----------------*/
    .donation {
        height: 50%;
    }
    .flex-don {
        display: flex;
        flex-direction: column;
        margin-top: -2%;
        margin-left: 3%;
    }
    .don-pop {
        color: #ffffff;
        font-size: 30px;
        width: 90%;
        font-family: 'DM Serif Display', serif;
        font-weight: 500;
        text-align: center;
        margin-top: 0%;
    }
    .btn-don-cont {
        margin-left: 4%;
    }
    /*---------------HOME---------------*/
    /*---------------HOME---------------*/
    .hello, .hola {
        margin-top: 23%;
        margin-bottom: -3%;
        text-align: center;
    }
    .titulo, .title {
        font-size: 55px;
        margin-bottom: 15%;
        text-align: center;
    }
    .parrafo-ingles, .parrafo-espanol {
        margin-bottom: 20%;
        text-align: center;
        margin-left: 1%;
    }
    .texto-home {
        margin-bottom: -4%;
    }
    .btn-home, .btn-inicio {
        margin-left: 7%;
        margin-bottom: 54%;
    }
    /*---------------ABOUT---------------*/
    /*---------------ABOUT---------------*/
    .contenedor {
        display: flex;
        flex-direction: column-reverse;
        margin-bottom: 20%;
    }
    .info-about {
        margin-left: 1%;
        width: 95%;
    }
    .abt-me, .acerca-mi {
        margin-top: 5%;
        margin-left: 2%;
    }
    .foto-espa  {
        width: 95%;
        height: 500px;
        margin-left: 1.5%;
        position: relative;
        top: -900px;
    }
    .foto-eng  {
        width: 95%;
        height: 500px;
        margin-left: 1.5%;
        position: relative;
        top: -830px;
    }
    .titulo-about {
        font-size: 45px;
        width: 100%;
        margin-left: 2%;
    }
    .parrafo-about-en, .parrafo-about-es {
        position: relative;
        top: 580px;
        margin-left: 3%;
    }
    .click-about {
        position: relative;
        top: 570px;
        margin-left: 8%;
    }
    .click-acerca {
        position: relative;
        top: 570px;
        margin-left: 8%;
    }
    /*----------------BLOG----------------*/
    /*----------------BLOG----------------*/
    .segundo-blog {
        width: 100%;
        background-color: #f1f1f1;
        padding-bottom: 10%;
        margin-top: 10%;
    }
    .titulo-blog {
        font-size: 20px;
        margin-top: 15%;
        margin-left: 4%;
        margin-bottom: 2%;
    }
    .in-down {
        margin-left: 4%;
    }
    .titulo-blog-grande {
        font-size: 100px;
        position: relative;
        top: -25px;
    }
    .titulo-dos-blog {
        width: 90%;
        font-size: 30px;
        margin-left: 0%;
    }
    .parrafo-blog {
        width: 90%;
        font-size: 13px;
        margin-left: 0%;
    }
    .letGrande {
        width: 100%;
        margin-left: 4%;
    }
    .parrafo {
        width: 90%;
        font-size: 13px;
    }
    .contenedor-blogs {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-left: 4%;
    }
    .blog-completo {
        width: 96%;
    }
    .blog-pic {
        margin-left: 1%;
        width: 95%;
        box-shadow: rgba(0, 0, 0, 0.50) 0px 10px 15px;
        height: 318px;
        margin-bottom: 15%;
    }
    .blog {
        width: 100%;
    }
    .blog-title {
        display: none;
    }
    .inf {
        margin-top: 2%;
        margin-bottom: 20%;
        margin-left: 35%;
    }
    .blog-pic-both {
        margin-left: 0%;
    }
    .onePicHolder {
        display: flex;
        flex-direction: column;
        margin-bottom: 4%;
        width: 95%;
    }
    /*----------------NEWS----------------*/
    /*----------------NEWS----------------*/
    .title-light {
        margin-left: 7%;
    }
    .light {
        margin-top: 17%;
    }
    .titulo-breaking {
        font-size: 45px;
    }
    .contenedor-news {
        margin-left: 1%;
        width: 98%;
    }
    .news-title-main {
        font-size: 15px;
    }
    .news-parrafo {
        display: none;
    }
    .new-title-main {
        margin: 4%;
    }
    /*---------------CONTACT---------------*/
    /*---------------CONTACT---------------*/
    .contenedor-contact {
        margin-top: 6%;
        margin-left: 4%;
        display: flex;
        flex-direction: column;
    }
    .titulo-contact {
        font-size: 55px;
        margin-bottom: 1%;
        width: 100%;
        font-family: 'Roboto Slab', serif;
        margin-left: 3%;
    }
    .parrafo-contact, .parrafo-contacto {
        width: 90%;
        margin-left: 4%;
        font-size: 18px;
        color: #414141;
        position: relative;
        /*bottom:150px;*/
        margin-top: 50%;
    }
    .foto-contact {
        width: 90%;
        height: 80%;
        margin-right: 4%;
        padding: 10px;
    }  
    .imagen-contact {
        width: 100%;
    }
    .contact {
        width: 80%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-left: 4%;
        margin-bottom: 20%;
        margin-top: -30%;
    }
    .redes {
        background-color: #FF74D0;
        width: 45px;
        height: 45px;
        cursor: pointer;
    }
    .social-img {
        margin-top: 15%;
    }
/*---------------DONAR---------------*/
/*---------------DONAR---------------*/
    .agradecimiento {
        margin-left: 0%;
        text-align: center;
        margin-bottom: 13%;
    }
    .thank {
        margin-bottom: 7%;
    }
    .click-pay {
        margin-left: 23%;
    }
    .cerdito {
        margin-top: 40px;
        margin-left: 13%;
        width: 70%;
        margin-bottom: 45%;
    }
/*---------------EACH---------------*/
/*---------------BLOG---------------*/
/*--------------OPTION--------------*/
    .blogs-options {
        display: flex;
        flex-direction: column;
    }
/*-------------COMMON---------------*/
/*---------------BLOG---------------*/
/*-----------DENOMINATORS-----------*/
    .titulos-blogs {
        font-size: 35px;
        width: 90%;
        margin-left: 4%;
    }
    .fechas-blogs {
        margin-left: 4%;
    }
    .parrafos-blogs {
        width: 90%;
        margin-left: 4%;
        font-size: 15px;
    }
    .sub-titulos-blogs {
        width: 90%;
        margin-top: 80px;
        font-size: 30px;
        margin-left: 4%;
    }
    .parrafos-blogs-grande {
        margin-left: 7%;
        font-size: 20px;
        margin-right: 0%;
        width: 80%;
    }
    .parrafos-blogs-cita {
        margin-left: 15%;
        line-height: 13px;
        font-size: 12px;
        margin-bottom: 5%;
    }
    .foto-beauty {
        width: 90%;
        margin-left: 5%;
    }
    .blog-whole {
        display: flex;
        flex-direction: column;
    }
    .blog-both {
        width: 300px;
        height: 300px;
        margin-left: 4%;
    }
    .blog-title-main, .blog-title-both {
        display: none;
    }
    /*--------------NEWS---------------*/
    .first, .both {
        width: 100%;
    }
    .new-whole {
        display: flex;
        flex-direction: column;
        margin-right: 4%;
        margin-top: 0%;
    }
    .first, .new-whole {
        background-color: #fff;
        box-shadow: rgba(0, 0, 0, 0.50) 0px 5px 10px;
        margin-bottom: 4%;
        width: 90%;
    }
    .new-main {
        box-shadow: none;
    }
    .new-pic-main {
        margin: 4%;
    }
    .new-both {
        width: 300px;
        height: 180px;
        box-shadow: none;
    }
    /*---------BLOGS/NEWS---------------*/
    hr {
        display: none;
    }
    .mira {
        margin-top: 25%;
    }
/*---------------BEAUTY---------------*/
/*---------------BEAUTY---------------*/
    .titulo-beauty {
        font-size: 40px;
    }
/*----------------WAR-----------------*/
/*----------------WAR-----------------*/
    .foto-war {
        width: 80%;
        height: 185px;
        margin-left: 7%;
    }
/*----------------SWEET-----------------*/
/*----------------SWEET-----------------*/
    .sweet-tooth{
        margin-left: 4%;
    }
    .foto-critic {
        width: 90%;
        margin-left: 4%;
    }
    .foto-critic-dos {
        width: 90%;
        /* margin-left: 4%; */
        margin: 10% 0 10% 4%;
    }
}

@media screen and (max-width:360px),
       screen and (max-height:640px){
    .don-pop {
        margin-top: 7%;
    }
}

@media screen and (max-width:320px){
    .drop {
        top: 10px;
    }
    #op {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .nav-silvia {
        font-size: 15px;
    }
    #drop:checked  ~ .grupo-nav {
        transform: translateX(-10%);
    }
    /*-------------HOME------------*/
    /*-------------HOME------------*/
    .titulo, .title {
        font-size: 50px;
    }
    .texto-home, .texto-inicio {
        font-size: 15px;
    }
    .click {
        padding-left: 40px;
        padding-right: 40px;
    }
    .en {
        margin-left: 0%;
    }
    .es {
        margin-left: 11%;
    }
    /*-------------ABOUT------------*/
    /*-------------ABOUT------------*/
    .foto-eng {
        top: -900px;
    }
    .foto-espa {
        top: -1070px;
    }
    /*-------------BLOG------------*/
    /*-------------BLOG------------*/
    .blog-pic {
        height: 290px;
    }
    /*------------BLOG------------*/
    /*-----------DETAILS------------*/
    .blogs-options {
        margin-left: 0%;
    }
    .news-title-main {
        font-size: 13px;
    }
    /*------------NEWS------------*/
    /*-----------DETAILS------------*/
    .new-main, .new-both {
        width: 265px;
    }
    .new-title-main {
        width: 90%;
    }
    /*------------CONTACT------------*/
    /*------------CONTACT------------*/
    .titulo-contact {
        width: 90%;
    }
    .redes {
        background-color: #FF74D0;
        width: 40px;
        height: 40px;
        cursor: pointer;
    }
    /*------------WAR------------*/
    /*------------WAR------------*/
    .foto-war {
        height: 150px;
    }
}