*{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}
.section{
    background-image: url(/img/back-emerg-princ.jpg);
    image-rendering: auto;
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}


.contenedor-box{
    padding: 2em;
    height: 350px;
    width: 350px;
    display: block;
    text-align: center;
    background-image: url(./img/fondo-nuemeros.jpg);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 10px 10px 5px -6px rgba(0,0,0,0.15);
    -webkit-box-shadow: 10px 10px 5px -6px rgba(0,0,0,0.15);
    -moz-box-shadow: 10px 10px 5px -6px rgba(0,0,0,0.15);
}
.items-box{
    list-style: none;
    height: 100%;
    width: 100%;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.div-titulo{
    height: 15%;
    width: 100%;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;

}
.p-titulo{
    font-size: 2em;
    
}
.div-subtitulo{
    height: 15%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent; 
}
.p-subtitulo{
    font-size: 0.9em;
    font-weight: lighter;
}
.div-donacion{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height:auto;
    background-color: transparent;
    font-weight: 900 bolder;
}
.signopesos-donacion{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
}
.monto-img{
    width: 320px;
    height: 88px;
}  
.numeromoneda{
    height: 100%;
    width: 75%;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}
.monto-donacion{
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}
.div-montos{
    height: 10%;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: transparent;
}
.monto1{
    height: 100%;
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #22b6af;
    
}
.monto2{
    height: 100%;
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:#22b6af;
    
}
.monto3{
    height: 100%;
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #22b6af;
    
}
.monto4{
    height: 100%;
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #22b6af;
   
}
.montoboton{
    
    width: 100%;
    height: 100%;
    background-color: #22b6af;
    border: none;
    font-weight: bold;
    
}
.contenedor-boton{
    height: 10%;
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center; 
    background-color: blue;
    border-radius: 25px; 
    
}
.boton{
    height: 40%;
    width: 80%;
    background-color:blue;
    border-radius: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dona-ahora{
    color: white;
    font-size: 1em;
    text-transform: uppercase;
}



.contenedor-titulo{
    padding: 2em;
    height: 350px;
    width: 350px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center; 
}


.div-titulo-section{
    width: 100%;
    height: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
   
}
.titulo-section{
    height: 80%;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    font-size: 2.5em;
    color: white;
    font-weight: 900;
    font-weight: bold;
    text-shadow: black;
    opacity: 0.9;
}

.span-750{
    
}
 
.div-subt-section{
height: 20%;
width: 100%;
display: flex;
justify-content: space-between;
align-items: center
}
.subtitulo-section{
    font-style: italic;
    font-weight: bold;
    color: white;
    text-shadow: black;
    opacity: 0.9;
}
.div-contenedor-fotop{
    height: 200px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fotop{
    height: 100%;
    width: 100%;

}