.fondo{
    margin: auto;
    display: block;
    width: 100%;
    
    position: relative;
    background-image: url(../img/f5.webp);
    
    background-size: 100vw 100vh;

    background-position: center;
	background-attachment: fixed;
}

.adv{
    margin: 3rem auto;
	width: 98%;
    max-width: fit-content;
    font-size: 72.5%;
    text-align: center;
    color: #e1e1e1;
    text-shadow: -1px -2px 1px black;
    line-height: 1.5;
	background: -webkit-linear-gradient(to right, #000, #0d0d0d, #345363, #343e63, #345363, #0d0d0d, #000); 
    background: linear-gradient(to bottom, #000, rgba(0,0,0,.75), rgba(0,0,0,.5), rgba(0,0,0,.75), #000);
    border-radius: .625rem;
    padding: .625rem;
    box-shadow: inset 0 0 1rem rgba(255,255,255,.75);
    cursor: grab;
	transition: all 0.5s;
    opacity: .75;
}

.adv:hover{
	transform: scale(1.125);
    opacity: 1;
}

.adv img{
    width: 1rem;
    margin-right: .125rem;
}

h1{
    margin: auto;
	width: 90%;
    color: white;
    text-transform: uppercase;
    text-shadow: 0px 0px 5px #000, 0px 0px 10px #000, 0px 0px 15px #000,
			   0px 0px 20px #526fff,
			   0px 0px 30px #526fff,
			   0px 0px 40px #526fff,
			   0px 0px 55px #526fff,
			   0px 0px 75px #526fff;
    padding: 0 1rem;
    text-align: center;
}

div.noticia {
    width: 95%;
    margin: 2rem auto;
    color: white;
    text-shadow: -1px -2px 1px black;
    text-align: justify;
    line-height: 1.5;
	background: -webkit-linear-gradient(to top right, rgba(0,0,0,.5), rgba(0,0,0,.25), rgba(0,0,0,.5));
    background: linear-gradient(to top right, rgba(0,0,0,.5), rgba(0,0,0,.25), rgba(0,0,0,.5));
    border-radius: 10px;
    padding: 15px;
}

div.noticia:hover{
	background: -webkit-linear-gradient(to top right, rgba(0,0,0,.75), rgba(0,0,0,.5), rgba(0,0,0,.75));
    background: linear-gradient(to top right, rgba(0,0,0,.75), rgba(0,0,0,.5), rgba(0,0,0,.75));
    color: #f3f3f3;
    box-shadow: 0 0 1rem #445bd3;
}

div.noticia img.izquierda {
    float: left;
    margin-top: .3125rem;
    margin-right: .9375rem;
    display: block;
    width: fit-content;
    border-radius: 5px;
}

div.noticia img.derecha {
    float: right;
    margin-top: .3125rem;
    margin-left: .9375rem;
    display: block;
    width: fit-content;
    border-radius: 5px;
}

div.noticia img.izquierda-1 {
    float: left;
    margin-top: .3125rem;
    margin-right: .9375rem;
    display: block;
    width: fit-content;
    border-radius: 5px;
}

div.noticia img.derecha-1 {
    float: right;
    margin-top: .3125rem;
    margin-left: .9375rem;
    display: block;
    width: fit-content;
    border-radius: 5px;
}

div.reset {
    clear: both;
}

.resaltar{
    color: #f2df75;
    text-shadow: -1px -2px 1px black;
    font-size: 98%;
}

.resalt{
    color: #a6bfff;
    text-shadow: -1px -2px 1px black;
    font-size: 98%;
}

.frases{
    font-size: 98%;
    color: white;
    font-style: italic;
}

.piep{
    font-size: 0.6em;
}

h6{
    margin: 0 auto 2rem;
    width: 97.5%;
    color: white;
    text-align: right;
    padding: 0 0 1%;
    font-weight: normal;
}

.btn_donacion{
    margin: auto;
    display: block;
	cursor: pointer;
	transition: all 0.5s;
}

.btn_donacion:hover{
	transform: scale(1.125);
}

.btn_donacion img{
    margin: auto;
    margin-top: .5rem;
    display: block;
    width: 80%;
    max-width: 120px;
}

@media (max-width: 399px){
    .fondo{
        width: 98%;
        background-image: url(../img/f5a.webp);
        background-size: 100vw 100%;
        background-repeat: no-repeat;
        background-attachment: inherit;
    }
    h1{
        font-size: 1.75rem;
    }
    div.noticia {
        font-size: 1.125em;
    }
    div.noticia img.izquierda{
        margin: auto;
        display: block;
        width: 100%;
        padding: 0 1.5rem .625rem;
        border-radius: 10px;
    }
    div.noticia img.derecha{
        margin: auto;
        display: block;
        width: 100%;
        padding: 0 1.5rem .625rem;
        border-radius: 10px;
    }
    div.noticia img.izquierda-1 {
        margin: auto;
        display: block;
        width: 100%;
        padding: 0 1.5rem .625rem;
        border-radius: 10px;
    }
    div.noticia img.derecha-1 {
        margin: auto;
        display: block;
        width: 100%;
        padding: 0 1.5rem .625rem;
        border-radius: 10px;
    }
    h6{
        font-size: .625rem;
        padding: 0 1% 1%;
    }
    .btn_donacion img{
        width: 80%;
        max-width: 120px;
    }
}

@media (max-width: 599px) and (min-width: 400px){
    .fondo{
        background-image: url(../img/f5a.png);
        background-size: 100vw 100%;
        background-repeat: no-repeat;
        background-attachment: inherit;
    }
    .adv{
        max-width: 24rem
    }
    h1{
        font-size: 1.75rem;
    }
    div.noticia {
        font-size: 1.0625em;
    }
    h6{
        font-size: .625rem;
    }
    .btn_donacion img{
        width: 80%;
        max-width: 120px;
    }
    .history{
        font-size: 1rem;
    }
}

@media (max-width: 767px) and (min-width: 600px){
    h1{
        font-size: 2rem;
    }
    div.noticia {
        font-size: 1.125em;
    }
    .btn_donacion img{
        width: 30%;
        max-width: 150px;
    }
}

@media (max-width: 950px) and (min-width: 768px){
    h1{
        font-size: 2.25rem;
    }
    div.noticia {
        font-size: 1.25em;
    }
    .btn_donacion img{
        width: 25%;
        max-width: 150px;
    }
}

@media (max-width: 1199px) and (min-width: 951px){
    h1{
        font-size: 2.5rem;
    }
    div.noticia {
        font-size: 1.375em;
    }
    .btn_donacion img{
        width: 25%;
        max-width: 160px;
    }
}

@media (max-width: 1480px) and (min-width: 1200px){
    h1{
        font-size: 3.5vw;
    }
    div.noticia {
        font-size: 1.5em;
    }
    .btn_donacion{
        width: 25%;;
    }
    .btn_donacion img{
        max-width: 180px;
    }
}

@media (min-width:1481px){
    h1{
        font-size: 3.5vw;
    }
    div.noticia {
        font-size: 1.625em;
    }
    .btn_donacion{
        width: 25%;;
    }
    .btn_donacion img{
        max-width: 180px;
    }
}

@media (min-width:1600px){
    h1{
        font-size: 3.5vw;
    }
    div.noticia {
        font-size: 1.9375em;
    }
    .btn_donacion{
        width: 25%;;
    }
    .btn_donacion img{
        max-width: 180px;
    }
}

@media (min-width:1900px){
    h1{
        font-size: 3.5vw;
    }
    div.noticia {
        font-size: 2.185em;
    }
    .btn_donacion{
        width: 25%;;
    }
    .btn_donacion img{
        max-width: 180px;
    }
}