.logo {
    width: 140px;
}

.logo-dark {
    width: 140px;
}

.logo-light {
    width: 140px;
}

.icono {
    height:80px;
}

.suscrito-ok {
    color: #3E4247;
    text-align: center;
    margin: auto;
    margin-top: 20px;
    min-width: 200px;
    max-width: 516px;
    padding: 12px;
    background-color: #ffffc7;
    font-size: medium;
    font-weight: 400;
    border-radius: 0.4rem;;
}

.bad{
    color: #fff;
    text-align: center;
    margin: auto;
    margin-top: 20px;
    min-width: 200px;
    max-width: 516px;
    padding: 12px;
    background-color: #F5B041;
    font-size: medium;
    font-weight: 400;
    border-radius: 0.4rem;;
}

.progress-wrap {
    opacity: 1 !important;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(3px);
}

.whatsapp-float{
    position:fixed;
	width:2.3rem;
	height:2.3rem;
	bottom:30px;
	left:30px;
    background: #25D366;
	color:#fff;
	border-radius:50px;
	text-align:center;
    font-size:1.3rem;
    z-index:100;
}
.whatsapp-float:hover {
	text-decoration: none;
	color: #25d366;
    background-color:#fff;
}

.whatsapp-my-float{
	margin-top:0px;
}

.responsive-text {
    font-size: 18px; /* por defecto */

    /* >=576px */
    @media (min-width: 576px) {
        font-size: 18px;
    }

    /* >=768px */
    @media (min-width: 768px) {
        font-size: 20px;
    }

    /* >=992px */
    @media (min-width: 992px) {
        font-size: 22px;
    }
}

.responsive-h1 {
    font-size: 26px; /* por defecto */

    /* >=576px */
    @media (min-width: 576px) {
        font-size: 28px;
    }

    /* >=768px */
    @media (min-width: 768px) {
        font-size: 30px;
    }

    /* >=992px */
    @media (min-width: 992px) {
        font-size: 32px;
    }
}