				@font-face {
				    font-family: 'gilroy';
				    src: url('../fonts/GILROY-BOLD.woff2') format('woff2');
				    font-weight: normal;
				    font-style: normal;
				    font-display: swap;
				}
				
				@font-face {
				    font-family: 'gilroy';
				    src: url('../fonts/GILROY-EXTRABOLD.woff2') format('woff2');
				    font-weight: 500;
				    font-style: normal;
				    font-display: swap;
				}
				
				@font-face {
				    font-family: 'gilroy';
				    src: url('../fonts/GILROY-HEAVY.woff2') format('woff2');
				    font-weight: 300;
				    font-style: normal;
				    font-display: swap;
				}
				
				.btn-donate {
				    background-color: #fff;
				    display: inline-flex;
				    justify-content: space-between;
				    align-items: center;
				    border-radius: 1.2rem;
				    text-decoration: none;
				}
				
				.btn-donate span {
				    color: #3e9be9;
				}
				
				.text-blue {
				    color: #001464;
				}
				
				.bg-blue {
				    background-color: #001464;
				}
				
				.bg-claro {
				    background-color: #1C3E93;
				}
				
				.bg-color-gradient-banner {
				    background: rgb(145, 222, 237);
				    background: linear-gradient(200deg, rgba(145, 222, 237, 1) 28%, rgba(223, 209, 187, 1) 54%, rgba(252, 143, 152, 1) 100%);
				}
				
				.bg-color-gradient-seccion {
				    background: rgb(145, 222, 237);
				    background: linear-gradient(150deg, rgba(145, 222, 237, 1) 17%, rgba(223, 209, 187, 1) 39%, rgba(252, 143, 152, 1) 55%);
				}
				
				@media screen and (min-width: 100px) and (max-width: 374px) {
				    .text-center-img {
				        font-size: 10px;
				        padding-left: 0rem;
				        left: 50%;
				        margin-left: 0.2rem;
				    }
				}
				
				@media screen and (min-width: 375px) and (max-width: 767px) {
				    .text-center-img {
				        font-size: 13px;
				        padding-left: 0rem;
				    }
				    .corazon-mobile {
				        width: 100px;
				    }
				    .mt-negative-message {
				        margin-top: 0;
				    }
				    .text-img-papper-1 {
				        font-size: 12px;
				        top: 12%;
				        right: 10%;
				        left: 10%;
				    }
				    .comerico {
				        width: 260px;
				    }
				    footer br {
				        display: block;
				    }
				}
				
				@media screen and (min-width: 768px) and (max-width: 991px) {
				    .logo-suave-gold-fana {
				        width: 250px;
				    }
				    .mt-negative-message {
				        margin-top: -2rem;
				    }
				    .text-center-img {
				        font-size: 13px;
				        padding-left: 0rem;
				        left: 50%;
				    }
				    .text-img-papper-1 {
				        top: 17%;
				        right: 22%;
				        left: 22%;
				    }
				}
				
				@media screen and (min-width: 992px) and (max-width: 1199px) {
				    .text-img-papper-1 {
				        top: 14%;
				        right: 8%;
				        left: 8%;
				    }
				}
				
				@media screen and (min-width: 992px) and (max-width: 1920px) {
				    .escritorio {
				        height: 965px;
				    }
				    .corazon-mobile {
				        width: 220px;
				    }
				    .logo-horizontal {
				        width: 350px;
				    }
				    .llama {
				        width: 150px;
				    }
				    .elimina {
				        width: 900px;
				    }
				}
				
				@media screen and (min-width: 1920px) and (max-width: 2560px) {
				    .imagen4k {
				        width: 2560px;
				    }
				    .escritorio4k {
				        width: 1280px;
				        height: 964px;
				    }
				    .textos4k {
				        font-size: 50px;
				    }
				    .textosparrafo4k {
				        font-size: 35px;
				    }
				    .textoscardio4k {
				        font-size: 30px;
				    }
				    .eliminaelcigarrocita {
				        width: 1280px;
				    }
				    .descansamini {
				        width: 500px;
				    }
				    .llama {
				        width: 250px;
				    }
				}