/*#progress{
    position: fixed;
    top: 0;
    width: 0;
    background: red;
    height: .25em;
    z-index: 99999;
    
    animation: progress_bar auto linear;
    animation-timeline: scroll(root block);
}

@keyframes progress_bar{
    0% { width: 0% }
    100% { width: 100%}
}*/

.fondo{
    margin: auto;
    display: block;
    width: 100%;
    
    position: relative;
    background-image: url(../img/f3.webp);
    
    background-size: 100vw 100vh;

    background-position: center;
	background-attachment: fixed;
}

.resaltar{
    color: #f2df75;
    text-shadow: -1px -2px 1px black;
    font-size: 98%;
}

.resalt{
    color: #c3ffb2;
    text-shadow: -1px -2px 1px black;
    font-size: 98%;
}

.frases{
    font-size: 98%;
    color: white;
    font-style: italic;
}

.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;
    
    /*animation-name: warning;
    animation-duration: 2s;
    animation-delay: .25s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    
    animation: warning 2s .25s linear both;
}

@keyframes warning{
    0% {
        opacity: 0;
        transform: translateX(100%)
    }
    
    50% {
        opacity: .4;
    }
    
    100% {
        opacity: 1;
        transform: translateX(50%);
    }*/
}

.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 #75eb89,
			   0px 0px 30px #75eb89,
			   0px 0px 40px #75eb89,
			   0px 0px 55px #75eb89,
			   0px 0px 75px #75eb89;
    padding: 0 1rem;
    text-align: center;
}

#foto{
    width: 98%;
    margin: auto;
    text-align: center;
}

#foto .contenedor{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.foto{
    margin: 1% auto;
}

.foto img{
    max-width: 22%;
    border: rgba(255,255,255,0.5);
	cursor: pointer;
    border-radius: 5px;
	transition: all 0.5s;
}

.foto img:hover{
    transform: scale(1.1);
}

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;
    opacity: .75;
}

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 #45ea60;
    opacity: 1;
}

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;/*
    
    animation: reveal linear both;
    animation-timeline: view();
    animarion-range: entry 25% cover 50%;*/
}/*

@keyframes reveal {
    0% {
        opacity: 0;
        translate: 0 100px;
    }
    50% {
        opacity: 1;
        translate: 0 0;
    }
    100% {
        opacity: 0;
        translate: 0 0;
    }
}*/

div.reset {
    clear: both;
}

.piep{
    font-size: 0.6em;
}

.colombia{
    width: 100%;
}

.colombia img{
    display: block;
    margin: 1% auto;
    border-radius: 5px;
}

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/f3a.webp);
        background-size: 100vw 100%;
        background-repeat: no-repeat;
        background-attachment: inherit;
    }
    .adv{
        width: 100%;
    }
    h1{
        font-size: 1.75rem;
    }
    div.noticia {
        font-size: 1.125em;
    }
    .foto img{
        margin: 5px auto;
        width: 35%;
        max-width: 130px;
    }
    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 4rem .625rem;
        border-radius: 10px;
    }
    .colombia img{
        width: 60%;
    }
    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{
        width: 98%;
        background-image: url(../img/f3a.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;
    }
    .foto img{
        margin: 5px auto;
        width: 35%;
        max-width: 130px;
    }
    .colombia img{
        width: 35%;
    }
    .btn_donacion img{
        width: 80%;
        max-width: 120px;
    }
}

@media (max-width: 767px) and (min-width: 600px){
    h1{
        font-size: 2rem;
    }
    div.noticia {
        font-size: 1.125em;
    }
    .colombia img{
        width: 35%;
    }
    .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;
    }
    .colombia img{
        width: 35%;
    }
    .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;
    }
    .colombia img{
        width: 25%;
    }
    .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;
    }
    .colombia img{
        width: 25%;
    }
    .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;
    }
    .colombia img{
        width: 25%;
    }
    .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;
    }
    .colombia img{
        width: 25%;
    }
    .btn_donacion{
        width: 25%;;
    }
    .btn_donacion img{
        max-width: 180px;
    }
}