.bloqueToggle{
    margin: 0 0 40px 0;
    clear: both;
}

.bloqueToggle>.toggle-toggle,
.bloqueToggle>h2 {
    text-align: center;
    float: left;
    width: 100%;
    font-family: IberPangeaText Light, sans-serif;
    color: #427314 !important;
    font-size: 25px;
}

.bloqueToggle .toggle {
    padding: 0;
    margin: 0;
    padding-inline-start: 0;
}

.bloqueToggle .toggle-group {
    width: 100%;
    border: 1px solid #E0E0E0;
    font-family: IberPangeaText, sans-serif;
    font-size: 0.7em;
    color: #2C2C2C;
    padding: 0;
    list-style: none;
    margin: -1px;
}

.bloqueToggle .toggle-group .toggle-heading {
    cursor: pointer;
    margin: 1.48em 63px 1.48em 2.11em;
    font-size: 1.62em;
    display: block;
    position: relative;
}
.bloqueToggle .toggle-group .toggle-heading .toggle-toggle{
    margin: 0;
    padding: 0;
    font-size: 0.878em;
    color: #2C2C2C;
    line-height: 1.14em;
    max-width: 100%;
    display: block;
    clear: both;
}

.bloqueToggle .toggle-group .toggle-heading .toggle-toggle.seccionTitulo {
    margin: 0;
    padding: 0;
}

.bloqueToggle .toggle-group>.toggle-heading:focus .toggle-toggle,
.bloqueToggle .toggle-group>.toggle-heading:hover .toggle-toggle {
    text-decoration: underline;
}

.bloqueToggle .toggle-group .toggle-heading .toggle-toggle:not(.collapsed):after {
    content: url("/wcorp/gc/prod/adminwcm/img/interiores/acordeon_flecha_abrir.svg");
     float: right;
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    margin: 0 -30px 0 0;
}
.bloqueToggle .toggle-group .toggle-heading .collapsed:after {
    content: url("/wcorp/gc/prod/adminwcm/img/interiores/acordeon_flecha_abrir.svg");
    float: right;
    margin: 0 -30px 0 0;
}

.bloqueToggle .toggle-group div.contenidoInterior {
    padding: 0 2.11em 1em 2.11em !important;
    font-size: 1.629em !important;
    width: 100% !important;
    display: block !important;
    float: none;
}

.bloqueToggle .toggle-group div p.nota {
    font-size: 0.923em;
    line-height: 1.389em;
    width: 100%;
}

.bloqueToggle .toggle-group div.swipetable-wrapper,
.bloqueToggle .toggle-group div.wrapper,
.bloqueToggle .toggle-group .swipeTableContainer,
.bloqueToggle .toggle-group .swipetable-inner {
    padding: 0;
    width: 100%;
    font-size: 1em;
}

.bloqueToggle .toggle-group div.linea {
    background-color: #e0e0e0;
    height: 1px;
    margin: 0 auto 2.5em;
    width: 20em;
    padding: 0;
}

.bloqueToggle .contenidoInterior {
    max-width: 100%;
}

.bloqueToggle .contenidoInterior .imgContenido {
    margin-bottom: 0;
}

/************/
/*  MOBILE  */
/************/
/* Para pantallas inferior a 959px pero superior a 768px (tablet) */
@media screen and (max-width: 59.94em) and (min-width: 48em) {
    div.bloqueToggle {
        width: 100%;
    }
}

/* Para pantallas inferior a 768px (mobile) */
@media screen and (max-width: 47.95em) {
    div.bloqueToggle {
        float: left;
        width: 100%;
        padding: 15px 0;
    }

    div.bloqueToggle>.toggle-toggle {
        font-size: 1.71em;
        font-family: IberPangeaText Light, sans-serif;
    }

    div.bloqueToggle .toggle-group {
        list-style: none;
        margin-top: 0;
    }

}