/*## NUEVA REGLA - Añadir tal cual */
:root {
    --TextSize: 1.8rem;
    --LineHeight: 1.43em;
}

body:not(.edit) {
    font-size: var(--TextSize);
    line-height: var(--LineHeight);
}

/*--- Error en titulo con slides concatenadas ---*/
/*!! REGLA YA EXISTENTE - Añadir/Modificar declaraciones*/
.content_type_clase_alma_newitalianespresso #actividad .content .header {
    position: relative;
    overflow: visible;
}
.content_type_clase_alma_newitalianespresso #actividad .content .header .title h3 {
    margin-right: 90px;
}
.content_type_clase_alma_newitalianespresso #actividad .content .header .title h3 span.slide_number {
    top: -21px;
    right: -8px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .content_type_clase_alma_newitalianespresso #actividad .content .header .title h3 span.slide_number {
        margin-top: 10px;
    }
}

/*--- Unificar tamaño del texto en plantillas actividades
 Creamos variables para recoger ahí las medidas ---*/

/*## NUEVA REGLA - Añadir tal cual */
.fillblanks-draggable-wrapper .response p {
    font-size: var(--TextSize);
}
.checkbox-option label.filter-label,
 .checkbox-option label.filter-label-append,
  .radio-option label.filter-label {
    font-size: var(--TextSize);
}

/*!! REGLA YA EXISTENTE - Añadir/Modificar declaraciones*/
#actividad .pregunta .texto_curso {
	font-size: var(--TextSize);
    line-height: var(--LineHeight);
}

/*--- Ajustes en el Crucigrama ---*/

/*## NUEVA REGLA - Añadir tal cual */
.slide.crosswords-puzzle .enunciados {
    max-width: 300px;
}
/*!! REGLA YA EXISTENTE - Añadir/Modificar declaraciones*/
.slide.crosswords-puzzle .enunciado {
    font-size: 1.8rem;
    line-height: 1.43em;
}

/*----------------------------------*/
/*--- Nuevos elementos ---*/
/*----------------------------------*/

/*--- Nuevo icono cuadrado verde ---*/

/*!! REGLA YA EXISTENTE - Añadir/Modificar reglas*/
.square-icon,
.triangle-icon,

.square-icon-green {
    padding-left: 22px;
}

.texto_curso p.square-icon,
.texto_curso p.triangle-icon,

.texto_curso p.square-icon-green {
    margin-bottom: 0;
}

.square-icon:before,
.triangle-icon:before,

.square-icon-green:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    margin-top: 9px;
    margin-left: -22px;
    background: #797A7B;
}

/*## NUEVA REGLA - Añadir tal cual */
.square-icon-green:before {
    background: #93cc8d;
}

/*--- Nuevo desplegable ---*/

/*## NUEVA REGLA - Añadir tal cual */
#actividad .bck-dropdown {
    width: 100%;
    margin: 2rem 0;
    background-color: transparent;
}
#actividad .bck-dropdown .bck-dropdown-button {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: .5rem 1.5rem;
    background-color: #4d9dcc ;
    color: #ffffff;
}
#actividad .bck-dropdown .bck-dropdown-titulo {
    color: inherit;
    cursor: pointer;
    font-size: var(--TextSize);
    font-weight: bold;
    line-height: var(--LineHeight);
    padding: 0;
    width: 100%;
    text-align: center;
}
#actividad .bck-dropdown .bck-dropdown-icon {
    height: 25px;
}
#actividad .bck-dropdown .bck-dropdown-icon>.fa {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: inherit;
    border: none;
    padding: 0;
    font-size: var(--TextSize);
}
#actividad .bck-dropdown .bck-dropdown-content {
    width: 100%;
    background-color: #ffffff;
    border: solid 2px #4d9dcc ;
    max-height: none;
    padding: 1rem 1.5rem;
}
/*-----*/

/*--- TABS ---*/
/*## NUEVA REGLA - Añadir tal cual */
body:not(.edit) .bck-tabs-box {
    background-color: transparent;
    border: 0;
    margin: 2rem auto;
}
.bck-tabs-box:not(.vertical-tabs) .bck-tabtitles {
    margin-right: 0.7rem;
    background-color: #4d9dcc ;
    color: #ffffff;
    border-radius: 15px 15px 0 0;
    padding: 10px 15px;
    border: 2px solid #4d9dcc ;
    border-bottom: 0;
}
.bck-tabs-box:not(.vertical-tabs) .bck-tabtitles.bck-tabs-active,
.bck-tabs-box:not(.vertical-tabs) .bck-tabtitles:hover {
    background-color: #F1F1F1 !important;
    color: inherit;
}
body:not(.edit) .bck-tabcontents .div-contents {
    border-top: 2px solid #4d9dcc ;
    border-bottom: 2px solid #4d9dcc ;
}
body:not(.edit) .bck-tabs-box.vertical-tabs .bck-tabslists .bck-tabtitles {
    background-color: #4d9dcc ;
    color: #ffffff;
    border-radius: 15px 0 0 15px;
    padding: 5px 10px;
    border: 2px solid #4d9dcc ;
    margin: .5rem 0;
    border-right: 0;
}
body:not(.edit) .bck-tabs-box.vertical-tabs .bck-tabslists .bck-tabtitles:hover,
body:not(.edit) .bck-tabs-box.vertical-tabs .bck-tabslists .bck-tabtitles.bck-tabs-active {
    background-color: #F1F1F1 !important;
    color: inherit;
}
body:not(.edit) .bck-tabs-box.vertical-tabs .div-contents {
    border-left: 2px solid #4d9dcc ;
    border-right: 2px solid #4d9dcc ;
}


/*--- POPUP ---*/
/*## NUEVA REGLA - Añadir tal cual */
.info-template.shown {
    background: #249ED1 ;
    width: 150px;
}
p.info-icon.fa.fa-info {
    color: #249ED1;
    font-weight: bold;
    font-size: 27px;
    left: unset;
    right: 20px;
}
.fa-info:before {
    content: url(https://admin.blinklearning.com/useruploads/r/a/484574010/activity_other_imported/icona_popup_new.svg); /*icona_popup_new.svg*/
}
.info-template .info-title.shown {
    color: #ffffff;
}
.info-popover .popover-title:before,
 .popover-template .popover-title:before {
    display: none;
}
.info-popover .popover-title,
 .popover-template .popover-title {
    padding-left: 15px;
    font-weight: bold;
    color: gray;
}
#actividad .info-button {
    color: #249ED1;
    font-weight: bold;
    font-size: 26px;
    margin: 2rem 0;
    cursor: pointer;
}

/*--- Tooltip ---*/
/*## NUEVA REGLA - Añadir tal cual */
.bck-tooltip {
    text-decoration: none;
    background-color: #4d9dcc;
    color: #ffffff;
    padding: 0 5px;
    border-radius: 7px;
}
.popover-title {
    font-weight: bold;
    font-size: var(--TextSize);
    color: gray;
}

/*--- Tablas ---*/
/*## NUEVA REGLA - Añadir tal cual */
.texto_curso td.bck-td5 {
    background: #0D5CA5;
    color: #ffffff;
}
.texto_curso td.bck-td6 {
    background: #D1D5F1;
}
.texto_curso td.bck-td7 {
    background: #DA3832;
    color: #ffffff;
}
.texto_curso td.bck-td8 {
    background: #F6DACC;
}

/*--- FLIPBOX--*/
/*## NUEVA REGLA - Añadir tal cual */
.bck-flipbox {
    font-size: var(--TextSize);
}
body:not(.edit) .bck-flipbox-face.front,
 body:not(.edit) .bck-flipbox-face.back {
    border-color: #4d9dcc;
    display: flex;
    align-items: center;
}
body:not(.edit) .front .bck-flipbox-title,
 body:not(.edit) .front .bck-flipbox-section {
    color: #4d9dcc ;
}
body:not(.edit) .bck-flipbox-title,
 body:not(.edit) .bck-flipbox-section {
    background-color: transparent;
    padding: 10px 20px;
    padding-bottom: 10px;
}
body:not(.edit) .bck-flipbox-face.back {
    background-color: #4d9dcc ;
}


/*---- CAMBIOS DE COLOR POR SECCIONES--------*/
/*## NUEVA REGLA - Añadir tal cual */
/* -------------------------------- magenta ----------------------------------- */
#actividad .content .magenta .header .title h3 span.slide_number {
    background: #da3d96;
}
#actividad .content .magenta .header .title h3 {
    color: #da3d96;
}
.content .magenta ol.bck-ol1 li,
.magenta h4.bck-title1 {
    color: #da3d96;
}
.content .magenta ol.bck-ol1 li:before {
    color: #da3d96;
}
.content .magenta ol.bck-ol2 li:before {
    background: #da3d96;
}
.magenta .bck-box.box-1 {
    border-color: #da3d96;
}
.magenta .texto_curso td.bck-td1 {
    background: #f4c9e4;
}
.magenta .texto_curso td.bck-td2 {
    background: #da3d96;
}
#actividad .magenta .bck-dropdown .bck-dropdown-button {
    background-color: #da3d96;
}
#actividad .magenta .bck-dropdown .bck-dropdown-content {
    border-color: #da3d96;
}
.magenta .bck-tabs-box:not(.vertical-tabs) .bck-tabtitles {
    background-color: #da3d96;
    border-color: #da3d96;
}
body:not(.edit) .magenta .bck-tabcontents .div-contents {
    border-top-color: #da3d96;
    border-bottom-color: #da3d96;
}
body:not(.edit) .magenta .bck-tabs-box.vertical-tabs .bck-tabslists .bck-tabtitles {
    background-color: #da3d96;
    border-color: #da3d96;
}
body:not(.edit) .magenta .bck-tabs-box.vertical-tabs .div-contents {
    border-left-color: #da3d96;
    border-right-color: #da3d96;
}
.magenta .info-template.shown {
    background: #da3d96;
}
.magenta p.info-icon.fa.fa-info {
    color: #da3d96;
}
.magenta .info-popover .popover-title,
.magenta .popover-template .popover-title {
    color: #da3d96;
}
#actividad .magenta .info-button {
    outline-color: #da3d96;
    color: #da3d96;
}
.magenta .bck-tooltip {
    background-color: #da3d96;
}
.magenta .popover-title {
    color: #da3d96;
}
body:not(.edit) .magenta .front .bck-flipbox-title,
 body:not(.edit) .magenta .front .bck-flipbox-section {
    color: #da3d96;
}
body:not(.edit) .magenta .bck-flipbox-face.front,
 body:not(.edit) .magenta .bck-flipbox-face.back {
    border-color: #da3d96;
}
body:not(.edit) .magenta .bck-flipbox-face.back {
    background-color: #da3d96;
}

/* -------------------------------- celeste ----------------------------------- */
#actividad .content .celeste .header .title h3 span.slide_number {
    background: #6dc1c3;
}
#actividad .content .celeste .header .title h3 {
    color: #6dc1c3;
}
.content .celeste ol.bck-ol1 li,
.celeste h4.bck-title1 {
    color: #6dc1c3;
}
.content .celeste ol.bck-ol1 li:before {
    color: #6dc1c3;
}
.content .celeste ol.bck-ol2 li:before {
    background: #6dc1c3;
}
.celeste .bck-box.box-1 {
    border-color: #6dc1c3;
}
.celeste .texto_curso td.bck-td1 {
    background: #bfe2e2;
}
.celeste .texto_curso td.bck-td2 {
    background: #6dc1c3;
}
#actividad .celeste .bck-dropdown .bck-dropdown-button {
    background-color: #6dc1c3;
}
#actividad .celeste .bck-dropdown .bck-dropdown-content {
    border-color: #6dc1c3;
}
.celeste .bck-tabs-box:not(.vertical-tabs) .bck-tabtitles {
    background-color: #6dc1c3;
    border-color: #6dc1c3;
}
body:not(.edit) .celeste .bck-tabcontents .div-contents {
    border-top-color: #6dc1c3;
    border-bottom-color: #6dc1c3;
}
body:not(.edit) .celeste .bck-tabs-box.vertical-tabs .bck-tabslists .bck-tabtitles {
    background-color: #6dc1c3;
    border-color: #6dc1c3;
}
body:not(.edit) .celeste .bck-tabs-box.vertical-tabs .div-contents {
    border-left-color: #6dc1c3;
    border-right-color: #6dc1c3;
}
.celeste .info-template.shown {
    background: #6dc1c3;
}
.celeste p.info-icon.fa.fa-info {
    color: #6dc1c3;
}
.celeste .info-popover .popover-title,
.celeste .popover-template .popover-title {
    color: #6dc1c3;
}
#actividad .celeste .info-button {
    outline-color: #6dc1c3;
    color: #6dc1c3;
}
.celeste .bck-tooltip {
    background-color: #6dc1c3;
}
.celeste .popover-title {
    color: #6dc1c3;
}
body:not(.edit) .celeste .front .bck-flipbox-title,
 body:not(.edit) .celeste .front .bck-flipbox-section {
    color: #6dc1c3;
}
body:not(.edit) .celeste .bck-flipbox-face.front,
 body:not(.edit) .celeste .bck-flipbox-face.back {
    border-color: #6dc1c3;
}
body:not(.edit) .celeste .bck-flipbox-face.back {
    background-color: #6dc1c3;
}

/* -------------------------------- verde ----------------------------------- */
#actividad .content .verde .header .title h3 span.slide_number {
    background: #93cc8d;
}
#actividad .content .verde .header .title h3 {
    color: #93cc8d;
}
.content .verde ol.bck-ol1 li,
.verde h4.bck-title1 {
    color: #93cc8d;
}
.content .verde ol.bck-ol1 li:before {
    color: #93cc8d;
}
.content .verde ol.bck-ol2 li:before {
    background: #93cc8d;
}
.verde .bck-box.box-1 {
    border-color: #93cc8d;
}
.verde .texto_curso td.bck-td1 {
    background: #d5edd1;
}
.verde .texto_curso td.bck-td2 {
    background: #93cc8d;
}
#actividad .verde .bck-dropdown .bck-dropdown-button {
    background-color: #93cc8d;
}
#actividad .verde .bck-dropdown .bck-dropdown-content {
    border-color: #93cc8d;
}
.verde .bck-tabs-box:not(.vertical-tabs) .bck-tabtitles {
    background-color: #93cc8d;
    border-color: #93cc8d;
}
body:not(.edit) .verde .bck-tabcontents .div-contents {
    border-top-color: #93cc8d;
    border-bottom-color: #93cc8d;
}
body:not(.edit) .verde .bck-tabs-box.vertical-tabs .bck-tabslists .bck-tabtitles {
    background-color: #93cc8d;
    border-color: #93cc8d;
}
body:not(.edit) .verde .bck-tabs-box.vertical-tabs .div-contents {
    border-left-color: #93cc8d;
    border-right-color: #93cc8d;
}
.verde .info-template.shown {
    background: #93cc8d;
}
.verde p.info-icon.fa.fa-info {
    color: #93cc8d;
}
.verde .info-popover .popover-title,
.verde .popover-template .popover-title {
    color: #93cc8d;
}
#actividad .verde .info-button {
    outline-color: #93cc8d;
    color: #93cc8d;
}
.verde .bck-tooltip {
    background-color: #93cc8d;
}
.verde .popover-title {
    color: #93cc8d;
}
body:not(.edit) .verde .front .bck-flipbox-title,
 body:not(.edit) .verde .front .bck-flipbox-section {
    color: #93cc8d;
}
body:not(.edit) .verde .bck-flipbox-face.front,
 body:not(.edit) .verde .bck-flipbox-face.back {
    border-color: #93cc8d;
}
body:not(.edit) .verde .bck-flipbox-face.back {
    background-color: #93cc8d;
}

/* -------------------------------- amarillo ----------------------------------- */
#actividad .content .amarillo .header .title h3 span.slide_number {
    background: #f8cf06;
}
#actividad .content .amarillo .header .title h3 {
    color: #f8cf06;
}
.content .amarillo ol.bck-ol1 li,
.amarillo h4.bck-title1 {
    color: #f8cf06;
}
.content .amarillo ol.bck-ol1 li:before {
    color: #f8cf06;
}
.content .amarillo ol.bck-ol2 li:before {
    background: #f8cf06;
}
.amarillo .bck-box.box-1 {
    border-color: #f8cf06;
}
.amarillo .texto_curso td.bck-td1 {
    background: #fcf0be;
}
.amarillo .texto_curso td.bck-td2 {
    background: #f8cf06;
}
#actividad .amarillo .bck-dropdown .bck-dropdown-button {
    background-color: #f8cf06;
}
#actividad .amarillo .bck-dropdown .bck-dropdown-content {
    border-color: #f8cf06;
}
.amarillo .bck-tabs-box:not(.vertical-tabs) .bck-tabtitles {
    background-color: #f8cf06;
    border-color: #f8cf06;
}
body:not(.edit) .amarillo .bck-tabcontents .div-contents {
    border-top-color: #f8cf06;
    border-bottom-color: #f8cf06;
}
body:not(.edit) .amarillo .bck-tabs-box.vertical-tabs .bck-tabslists .bck-tabtitles {
    background-color: #f8cf06;
    border-color: #f8cf06;
}
body:not(.edit) .amarillo .bck-tabs-box.vertical-tabs .div-contents {
    border-left-color: #f8cf06;
    border-right-color: #f8cf06;
}
.amarillo .info-template.shown {
    background: #f8cf06;
}
.amarillo p.info-icon.fa.fa-info {
    color: #f8cf06;
}
.amarillo .info-popover .popover-title,
.amarillo .popover-template .popover-title {
    color: #f8cf06;
}
#actividad .amarillo .info-button {
    outline-color: #f8cf06;
    color: #f8cf06;
}
.amarillo .bck-tooltip {
    background-color: #f8cf06;
}
.amarillo .popover-title {
    color: #f8cf06;
}
body:not(.edit) .amarillo .front .bck-flipbox-title,
 body:not(.edit) .amarillo .front .bck-flipbox-section {
    color: #f8cf06;
}
body:not(.edit) .amarillo .bck-flipbox-face.front,
 body:not(.edit) .amarillo .bck-flipbox-face.back {
    border-color: #f8cf06;
}
body:not(.edit) .amarillo .bck-flipbox-face.back {
    background-color: #f8cf06;
}
/* -------------------------------- cekeste ----------------------------------- */
#actividad .content .azul .header .title h3 span.slide_number {
    background: #0d5ca5;
}
#actividad .content .azul .header .title h3 {
    color: #0d5ca5;
}
.content .azul ol.bck-ol1 li,
.azul h4.bck-title1 {
    color: #0d5ca5;
}
.content .azul ol.bck-ol1 li:before {
    color: #0d5ca5;
}
.content .azul ol.bck-ol2 li:before {
    background: #0d5ca5;
}
.azul .bck-box.box-1 {
    border-color: #0d5ca5;
}
.azul .texto_curso td.bck-td1 {
    background: #d1d5f1;
}
.azul .texto_curso td.bck-td2 {
    background: #0d5ca5;
}
#actividad .azul .bck-dropdown .bck-dropdown-button {
    background-color: #0d5ca5;
}
#actividad .azul .bck-dropdown .bck-dropdown-content {
    border-color: #0d5ca5;
}
.azul .bck-tabs-box:not(.vertical-tabs) .bck-tabtitles {
    background-color: #0d5ca5;
    border-color: #0d5ca5;
}
body:not(.edit) .azul .bck-tabcontents .div-contents {
    border-top-color: #0d5ca5;
    border-bottom-color: #0d5ca5;
}
body:not(.edit) .azul .bck-tabs-box.vertical-tabs .bck-tabslists .bck-tabtitles {
    background-color: #0d5ca5;
    border-color: #0d5ca5;
}
body:not(.edit) .azul .bck-tabs-box.vertical-tabs .div-contents {
    border-left-color: #0d5ca5;
    border-right-color: #0d5ca5;
}
.azul .info-template.shown {
    background: #0d5ca5;
}
.azul p.info-icon.fa.fa-info {
    color: #0d5ca5;
}
.azul .info-popover .popover-title,
.azul .popover-template .popover-title {
    color: #0d5ca5;
}
#actividad .azul .info-button {
    outline-color: #0d5ca5;
    color: #0d5ca5;
}
.azul .bck-tooltip {
    background-color: #0d5ca5;
}
.azul .popover-title {
    color: #0d5ca5;
}
body:not(.edit) .azul .front .bck-flipbox-title,
 body:not(.edit) .azul .front .bck-flipbox-section {
    color: #0d5ca5;
}
body:not(.edit) .azul .bck-flipbox-face.front,
 body:not(.edit) .azul .bck-flipbox-face.back {
    border-color: #0d5ca5;
}
body:not(.edit) .azul .bck-flipbox-face.back {
    background-color: #0d5ca5;
}

/* -------------------------------- rojo ----------------------------------- */
#actividad .content .rojo .header .title h3 span.slide_number {
    background: #da3832;
}
#actividad .content .rojo .header .title h3 {
    color: #da3832;
}
.content .rojo ol.bck-ol1 li,
.rojo h4.bck-title1 {
    color: #da3832;
}
.content .rojo ol.bck-ol1 li:before {
    color: #da3832;
}
.content .rojo ol.bck-ol2 li:before {
    background: #da3832;
}
.rojo .bck-box.box-1 {
    border-color: #da3832;
}
.rojo .texto_curso td.bck-td1 {
    background: #f6dacc;
}
.rojo .texto_curso td.bck-td2 {
    background: #da3832;
}
#actividad .rojo .bck-dropdown .bck-dropdown-button {
    background-color: #da3832;
}
#actividad .rojo .bck-dropdown .bck-dropdown-content {
    border-color: #da3832;
}
.rojo .bck-tabs-box:not(.vertical-tabs) .bck-tabtitles {
    background-color: #da3832;
    border-color: #da3832;
}
body:not(.edit) .rojo .bck-tabcontents .div-contents {
    border-top-color: #da3832;
    border-bottom-color: #da3832;
}
body:not(.edit) .rojo .bck-tabs-box.vertical-tabs .bck-tabslists .bck-tabtitles {
    background-color: #da3832;
    border-color: #da3832;
}
body:not(.edit) .rojo .bck-tabs-box.vertical-tabs .div-contents {
    border-left-color: #da3832;
    border-right-color: #da3832;
}
.rojo .info-template.shown {
    background: #da3832;
}
.rojo p.info-icon.fa.fa-info {
    color: #da3832;
}
.rojo .info-popover .popover-title,
.rojo .popover-template .popover-title {
    color: #da3832;
}
#actividad .rojo .info-button {
    outline-color: #da3832;
    color: #da3832;
}
.rojo .bck-tooltip {
    background-color: #da3832;
}
.rojo .popover-title {
    color: #da3832;
}
body:not(.edit) .rojo .front .bck-flipbox-title,
 body:not(.edit) .rojo .front .bck-flipbox-section {
    color: #da3832;
}
body:not(.edit) .rojo .bck-flipbox-face.front,
 body:not(.edit) .rojo .bck-flipbox-face.back {
    border-color: #da3832;
}
body:not(.edit) .rojo .bck-flipbox-face.back {
    background-color: #da3832;
}


/*--- Modificar título en coursetag ya existente ---*/
/*!! REGLA YA EXISTENTE - Añadir/Modificar declaraciones*/
.coursetag_almadieci.content_type_clase_alma_newitalianespresso #actividad .content .header .title h3 span.slide_number {
    right: 0;
    bottom: 0;
}


/*--- Modificar título en activitags ya existente ---*/
/*!! REGLA YA EXISTENTE - Añadir/Modificar declaraciones*/
.activitytag_almanuovoespresso.content_type_clase_alma_newitalianespresso #actividad .content .header .title h3 span.slide_number {
    right: 0;
}
.activitytag_almanuovoespressoazul.content_type_clase_alma_newitalianespresso #actividad .content .header .title h3 span.slide_number {
    right: 0;
}
.activitytag_almanuovoespressoverde.content_type_clase_alma_newitalianespresso #actividad .content .header .title h3 span.slide_number {
    right: 0;
}
.activitytag_almanuovoespressorosa.content_type_clase_alma_newitalianespresso #actividad .content .header .title h3 span.slide_number {
    right: 0;
}
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
    .activitytag_almanuovoespresso.content_type_clase_alma_newitalianespresso #actividad .content .header .title h3 span.slide_number,
    .activitytag_almanuovoespressoazul.content_type_clase_alma_newitalianespresso #actividad .content .header .title h3 span.slide_number,
    .activitytag_almanuovoespressoverde.content_type_clase_alma_newitalianespresso #actividad .content .header .title h3 span.slide_number,
    .activitytag_almanuovoespressorosa.content_type_clase_alma_newitalianespresso #actividad .content .header .title h3 span.slide_number
     {
        right: 0;
    }
    /*!! REGLA YA EXISTENTE - Añadir/Modificar declaraciones*/
    /*Tiene que ir dentro de la Query*/
    .activitytag_almanuovoespresso.content_type_clase_alma_newitalianespresso #actividad .content .header .title,
    .activitytag_almanuovoespressoazul.content_type_clase_alma_newitalianespresso #actividad .content .header .title,
    .activitytag_almanuovoespressoverde.content_type_clase_alma_newitalianespresso #actividad .content .header .title,
    .activitytag_almanuovoespressorosa.content_type_clase_alma_newitalianespresso #actividad .content .header .title {
        padding-top: 6px;
    }
}