/* BLOG */

.banner-titulo {
    background: #259033;
    color: white;
    text-align: center;
    padding: 40px 40px;
}
.pregunta p {
    font-size: 2em;
    font-weight: bold;
    padding-top: 40px;
    color: #f9c349;
    text-shadow: 2px 1px 1px gray;
}

.respuesta ul {
    list-style: none;
}

.respuesta p{
    text-align: justify;
}
.respuesta .titulo {
    color: #193873;
    font-weight: bold;
}
.imagen-sin-contenido {
    text-align: center;
}
.texto-sin-contenido {
    text-align: center;
}
/* FIN BLOG */
/* Add here all your CSS customizations */
.logo-google {
    position: absolute;
    top: 5px;
    z-index: 999999999999999999999999999999;
}
.mantenimiento {
    right: inherit;
    left: 20px;
}
.respuesta img{
    width:100%;
}

section.unit {
    position: relative !important;
}

div#buenfin {
    width: 60px;
    z-index: 9999;
    position: fixed;
    right: 5px;
    top: 5px;
}

div#buenfin img {
    width: 100%;
}

sub.txt_mensualid {
    font-size: 0.9rem;
    text-shadow: none !important;
    position: absolute;
    top: inherit;
    bottom: 14px;
    text-align: center;
    left: 43%;
}


/***************OFERTA IMG*******************/

div#msmPromo img {
    width: 100%;
}

div#msmPromo {
    position: absolute;
    z-index: 9999999;
    top: 17%;
    left: 44%;
    width: 12%;
    /* min-width: 150px; */
}

.f-inscripcion {
    background: red;
    transform: rotate(-10deg);
    width: 360px !important;
    height: 230px;
    position: absolute;
    right: 20px;
    top: -70px;
    box-shadow: 0px 5px 0px 3px rgba(14, 14, 14, 0.47);
}

.f-inscripcion h2 {
    position: absolute;
    top: 49px;
    left: 43px;
    transform: rotate(10deg);
}

.colorBlanco {
    font-size: 1.5em;
    color: #fff !important;
}

.ofertaPrecio {
    font-size: 2em !important;
}


/*********************************/

.quitarFlow {
    overflow: visible;
    height: 75px !important;
}

@media (max-width: 700px) {
    .f-inscripcion {
        transform: rotate(0deg);
        background: red;
        min-width: 119%;
        top: -54px;
        height: 72px;
        position: absolute;
        margin-top: -12PX;
        padding-top: 12px;
        left: -26px;
    }
    strong.f-precioactual {
        color: #F5FD01;
        font-size: 1.3em !important;
    }
    .f-inscripcion h2 {
        line-height: 115%;
        margin-top: -8px !important;
        transform: rotate(0deg);
        font-size: 1.3em;
        top: 12px;
        left: 120px;
    }
}
