<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* FUENTES */
@font-face {
	font-family: 'Conv_playtime-webfont';
	src: url('fonts/playtime-webfont.eot');
	src: local('â˜º'), url('fonts/playtime-webfont.woff') format('woff'), url('fonts/playtime-webfont.ttf') format('truetype'), url('fonts/playtime-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* NUEVA FUENTE BK-24053 */
@font-face {
    font-family: 'Aller';
    src: url('fonts/Aller-BoldItalic.woff') format('woff'),
        url('fonts/Aller-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'Aller';
    src: url('fonts/Aller-Bold.woff') format('woff'),
        url('fonts/Aller-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Aller';
    src: url('fonts/Aller.woff') format('woff'),
        url('fonts/Aller.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Aller';
    src: url('fonts/Aller-Italic.woff') format('woff'),
        url('fonts/Aller-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
/* NUEVA FUENTE BK-25448 */
@font-face {
    font-family: 'PT Sans';
    src: url('fonts/PTSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PT Sans';
    src: url('fonts/PTSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'PT Sans';
    src: url('fonts/PTSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'PT Sans';
    src: url('fonts/PTSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'Gloria Hallelujah';
    src: url('fonts/GloriaHallelujah.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/*************************************************************************************************************************/

/* General **************************************************************************************************************/
	body {
		font-size: 1.8rem;
	}

	.body_clase:not(.edit) .content-wrapper {
		padding-top: 100px;
		padding-bottom: 0;
	}

	.body_clase.edit .content-wrapper {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	body.is_app .content-wrapper,
	body.app:not(.offline-pc) .content-wrapper,
	body.user_demo .content-wrapper {
	    padding-top: 60px;
	}

	:root {
		--TextSize: 1.8rem;
		--LineHeight: 1.43em;
	}

	body:not(.edit) {
		font-size: var(--TextSize);
		line-height: var(--LineHeight);
	}

	.is_app.content_type_clase_alma_newitalianespresso {
		padding-top: 0px;
	}

	#actividad .carousel-inner .item-container {
		background-image: none;
		margin: 20px auto 30px;
		padding: 80px 80px;
		position: relative;
	}

	.content_type_clase_alma_newitalianespresso #actividad .content .header .title img,
	.content_type_clase_alma_newitalianespresso #actividad .content .header .chapter {
		display: none;
	}

	.content_type_clase_alma_newitalianespresso #actividad .content .header {
		height: auto;
		border: none;
		position: relative;
    	overflow: visible;
	}

	.content_type_clase_alma_newitalianespresso #actividad .content .header .title {
		height: auto;
		overflow: visible;
		margin-bottom: 15px;
		padding-right: 100px;
		line-height: 2.7rem;
	}

	.content_type_clase_alma_newitalianespresso #actividad .content .header .title h3 {
		margin: 0;
	    color: #58585A;
		font-size: 24px;
	    font-weight: bold;
		line-height: 2.7rem;
		margin-right: 90px;
	}

	.content_type_clase_alma_newitalianespresso #actividad .content .header .title h3 span.slide_number {
		position: absolute;
		top: -21px;
		right: -8px;
		display: block;
		width: 90px;
		border-radius: 10px;
		background: #58585A;
		padding: 0px !important;
		color: #fff;
		text-align: center !important;
		line-height: 7rem;
	}

	.texto_curso p:last-of-type {
		margin-bottom: 20px;
	}

	.texto_curso p:last-child {
		margin-bottom: 0;
	}

/* Navbar ************************************************************************************************************/
	.navbar-bottom {
		background: #eee;
		display: none;
	}
	.edit .navbar-bottom {
		display: block;
	}
	.slider-indicators {
	    padding-left: 100px;
	    padding-right: 100px;
	}

	.slider-indicators li,
	.edit .slider-indicators li {
		background-color: #ffca04;
		color: #ffffff ;
		opacity: 0.5;
	}

	.slider-indicators .active,
	.slider-indicators li:hover,
	.edit .slider-indicators li.active,
	.edit .slider-indicators .concat.active {
	    opacity: 1;
	}
	.edit .slider-indicators .concat.active {
		color: #ffca04 ;
	}

/* Navbar (Breadcums) **********************************************************************************************/
	.content_type_clase_alma_newitalianespresso .publisher-navbar {
		position: fixed;
		top: 44px;
		background: #ffffff;
		width: 100%;
		left: 0;
		height: 58px;
		box-shadow: rgba(0, 0, 0, 0.3) 0px 0 9px;
	}

	.is_app.content_type_clase_alma_newitalianespresso .publisher-navbar {
		position: sticky;
		top: 0px;
	}

	#top-navigator {
		height: 44px;
		overflow: hidden;
		position: relative;
	}

	#top-navigator.show_left:before {
        background: none;
        display: none;
    }

    #top-navigator.show_right:after {
        background: none;
        display: none;
    }

	.content_type_clase_alma_newitalianespresso .publisher-navbar .navbar-content {
		max-width: 960px;
		margin: 0 auto;
		padding-left: 90px;
		padding-right: 50px;
	}

	.content_type_clase_alma_newitalianespresso .logo-publisher {
		display: block;
		margin-left: -48px;
	}
	.content_type_clase_alma_newitalianespresso .logo-publisher:before {
		content: " ";
		background-image: url(logoALMA.png);
		height: 36px;
		background-repeat: no-repeat;
		width: 100px;
		margin-left: -50px;
		margin-top: 10px;
		margin-right: 10px;
		float: left;
		background-size: contain;
	}

	.content_type_clase_alma_newitalianespresso .slider-indicators {
		padding: 0;
		display: inline-block;
		text-align: left;
		position: relative;
		width: 5000px;
		bottom: 0px;
		left: 0px;
		z-index: 0;
		background-color: #ffffff;
	    color: #00599C;
	}

	.content_type_clase_alma_newitalianespresso .publisher-navbar #top-navigator .slider-indicators {
		background: #D52422;
	}
	.content_type_clase_alma_newitalianespresso .publisher-navbar #top-navigator .slider-indicators {
		border-radius: 120px;
	}

	.content_type_clase_alma_newitalianespresso .publisher-navbar li {
		border-radius: 5px;
		border: none;
		background-color: transparent;
		color: #ffffff;
		vertical-align: middle;
		margin: 0px 5px;
		text-indent: 0px;
		line-height: 3.5rem;
		font-size: 2.0rem;
		font-weight: bold;
		cursor: pointer;
	}

	.content_type_clase_alma_newitalianespresso .slider-indicators:after {
		content: '';
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
	}

	.content_type_clase_alma_newitalianespresso .slider-indicators li {
		width: 35px;
		height: 35px;
		background-color: transparent;
		margin: 0px;
		text-align: center;
		opacity: 0.5;
		position: relative;
		float: left;
	}

	.content_type_clase_alma_newitalianespresso .slider-indicators li:first-child {
		margin-left: 10px;
	}

	.content_type_clase_alma_newitalianespresso .slider-indicators li:not(:first-child):before,
	.content_type_clase_alma_newitalianespresso .slider-indicators li:not(:first-child):after {
		content: '';
		display: block;
		width: 1px;
		height: 100%;
		background: rgba(0,0,0,.1);
		position: absolute;
		left: 0;
		top: 0;
	}
	.content_type_clase_alma_newitalianespresso .slider-indicators li:after {
		background: rgba(255,255,255,.2);
		left: -1px;
	}

	.content_type_clase_alma_newitalianespresso .slider-indicators li.active,
	.content_type_clase_alma_newitalianespresso .publisher-navbar li:hover {
		background-color: transparent;
		opacity: 1;
	}
	.content_type_clase_alma_newitalianespresso .publisher-navbar #top-navigator {
		float: left;
		margin-top: 10px;
		display: block;

	}

	.content_type_clase_alma_newitalianespresso .publisher-navbar .dropdown button {
		width: auto;
		padding: 0px 10px;
	}

	.open &gt; .dropdown-menu {
		display: block;
		max-height: 300px;
		overflow-y: auto;
	}

	.content_type_clase_alma_newitalianespresso .publisher-navbar .dropdown button {
		border: none;
	}

	.content_type_clase_alma_newitalianespresso .publisher-navbar .dropdown button:focus {
		outline: none;
	}

	.content_type_clase_alma_newitalianespresso .publisher-navbar .dropdown li {
		display: list-item;
		width: auto;
	}

	.content_type_clase_alma_newitalianespresso .publisher-navbar .dropdown li a {
		color: #0095DA;
		font-weight: bold;
	}

	.content_type_clase_alma_newitalianespresso .publisher-navbar .dropdown .caret {
		display: none;
	}

/* Lists &amp; Titles ************************************************************************************************/
	.content ol,
	.cke_contents ol {
		list-style: none;
		margin-bottom: 0;
		padding: 0;
	}

	.content ol.bck-ol2,
	.cke_contents ol.bck-ol2 {
		margin-bottom: 20px;
		padding-left: 22px;
		font-size: 18px;
	}

	.edit .content ol,
	.edit .cke_contents ol {
		padding-left: 30px;
	}

	.content ol li,
	.cke_contents ol li {
		counter-increment: bck-li-counter 1;
		position: relative;
	}

	.content ol.bck-ol1 li,
	.cke_contents ol.bck-ol1 li,
	h4.bck-title1 {
		margin: 0;
		font-size: 2.0rem;
		font-weight: bold;
		color: #797A7B;
		line-height: 2.9rem;
	}

	.content ol li:before,
	.cke_contents ol li:before {
		margin-right: 7px;
		content: counter(bck-li-counter)'';
		position: relative;
		text-align: right;
	}

	.content ol.bck-ol1 li:before,
	.cke_contents ol.bck-ol1 li:before {
		margin-top: -3px;
		margin-left: -22px;
    	color: #797A7B;
		font-size: 2.8rem;
		font-weight: bold;
	}

	.content ol.bck-ol2 li:before,
	.cke_contents ol.bck-ol2 li:before {
		width: 20px;
		height: 16px;
		margin-top: 5px;
		margin-left: -22px;
		border-radius: 2px;
		background: #797A7B;
    	color: #fff;
		font-size: 1.8rem;
		line-height: 1.6rem;
		text-align: center;
		position: absolute;
	}

/* Tables &amp; Boxes *******************************************************************************************************/

	.texto_curso th,
	.texto_curso td {
		padding: 10px;
	}

	.texto_curso th,
	.texto_curso td.bck-td1 {
		background: #D9DADB;
	}

	.texto_curso td.bck-td2 {
		background: #6F7175;
		color: #fff;
	}

	.bck-box.box-1 {
		border: 2px solid #6F7175;
		padding: 10px;
		margin: 10px 0px;
	}

/* Iconos ***************************************************************************************************************/
	.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;
	}

	.triangle-icon:before{
		background:
			linear-gradient(65deg, transparent 4px, #bbb 0) left,
			linear-gradient(-65deg, transparent 4px, #bbb 0) right;
		background-size: 50% 100%;
		background-repeat: no-repeat;
	}

	#actividad .player.audio,
	#help-panel-content .player.audio,
	#remote-alert-modal-rich .player.audio {
		background-color: transparent;
		background-image: url(images/audio_icon.png);
		background-position: center center;
		background-size: 28px 28px;
	}

	#actividad .player.audio:hover,
	#help-panel-content .player.audio:hover,
	#remote-alert-modal-rich .player.audio:hover {
		opacity: .5;
		filter: alpha(opacity=50);
	}

/* Responsive ***********************************************************************************************************/
@media only screen and (max-width: 1000px) {

	.content_type_clase_alma_newitalianespresso .logo-publisher:before {
		margin-left: -30px;
	}

}

@media only screen and (max-width: 580px) {

	#actividad .carousel-inner .item-container {
		padding: 80px 50px;
	}

	.content_type_clase_alma_newitalianespresso #actividad .content .header .title h3 span.slide_number {
		right: 50px;
	}

}

/*----------------------------------------------MEJORAS GENÃ‰RICAS AL ESTILO----------------------------------*/

/*-----------------CRUCIGRAMA-------------------------*/
ol.enunciados li.enunciado:before {
    margin-left: -20px;
}

.slide.crosswords-puzzle .enunciados {
    margin-top: 10px;
}

.slide.crosswords-puzzle .enunciado {
    font-size: var(--TextSize);
    line-height: var(--LineHeight);
}

/*------- Mejoras en vista movil ----------*/

/* Smartphones (portrait &amp; landscape) */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
    #actividad .class_slide {
        padding: 0;
    }
    .content_type_clase_alma_newitalianespresso #actividad .content .header .title h3 {
        font-size: 22px;
    }
    .content_type_clase_alma_newitalianespresso #actividad .content .header .title h3 span.slide_number {
        line-height: 2.0;
        right: 0px;
        font-size: 25px;
        text-align: center;
        line-height: 1.8;
        margin-top: 10px;
    }
}

/*--------- Cambios para coursetag_almadieci ------*/
    /*--------------------- TOC ------------------------*/
    /*-----------------------------------------------*/
    .coursetag_almadieci #indice .units ul li {
        margin-bottom: 10px;
        padding: 3px 16px;
        -webkit-box-shadow: 2px 3px 4px 1px #00000042;
        -moz-box-shadow: 2px 3px 4px 1px #00000042;
        box-shadow: 2px 3px 4px 1px #00000042;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .coursetag_almadieci #indice .units ul li.active:not(.disabled),
    body:not(.isTablet).coursetag_almadieci #indice .units ul li:hover:not(.disabled),
    .coursetag_almadieci #indice .units ul li:focus:not(.disabled) {
        background: #249ed16e;
        border-bottom: 8px solid #249ed1;
    }
    .coursetag_almadieci #indice .units ul li a .title {
        font-size: 18px;
        padding: 10px;
    }
    .coursetag_almadieci #indice .unit-content .header.default {
        background: #97cbe1 !important;
    }
    .coursetag_almadieci #indice .unit-content .header.default:after {
        background-image: url(/themes/responsive/assets/styles/alma_newitalianespresso/logoALMA.png);
        content: "";
        padding: 42px;
        right: 39px;
        bottom: -33px;
        position: absolute;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .coursetag_almadieci .btn-primary,
    .coursetag_almadieci .btn-primary.disabled,
    .coursetag_almadieci .btn-primary.disabled:hover,
    .coursetag_almadieci .btn-primary.disabled:focus {
        color: #fff;
        background-color: #249ed1;
        border-color: transparent;
        opacity: 1;
    }
    /*------------*/

/*----------------- BARRA SUPERIOR ------------------------------*/
    .coursetag_almadieci.content_type_clase_alma_newitalianespresso .publisher-navbar {
        border-bottom: 3px solid #249ed1;
    }

/*---*/

/*--------------TITLE--------------------------*/
    .coursetag_almadieci.content_type_clase_alma_newitalianespresso #actividad .content .header {
        padding: 50px 20px 0px 12px;
        margin-left: -34px;
        border-bottom: 5px solid #da3d96;
    }
    .coursetag_almadieci.content_type_clase_alma_newitalianespresso #actividad .content .header .title{
        margin-bottom: 7px;
    }
    .coursetag_almadieci.content_type_clase_alma_newitalianespresso #actividad .content .header .title h3 {
        color: #da3d96;
        font-weight: 600;
        line-height: 35px;
    }
    .coursetag_almadieci.content_type_clase_alma_newitalianespresso #actividad .content .header .title h3 span.slide_number {
        background: #da3d96;
        height: 46px;
        top: 50px;
        right: 0;
		bottom: 0;
        line-height: 1.4em;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        font-weight: 700;
    }
    .coursetag_almadieci.content_type_clase_alma_newitalianespresso #actividad .content .header .title .area {
        display: inline-block;
        background: #DA3D96;
        padding: 5px 5px 5px 5px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        color: white;
        font-family: 'Conv_playtime-webfont', cursive;
        font-size: 21px;
        line-height: 27px;
    }
/*----------*/

/*---------------------ESTILOS --------------------------------*/
/*Configuracion slide*/
.coursetag_almadieci #actividad .carousel-inner .item-container {
    padding-top: 0;
}

/*Barra superior*/
.coursetag_almadieci.content_type_clase_alma_newitalianespresso .publisher-navbar #top-navigator .slider-indicators {
    background: #249ed1;
}

/*ICONOS*/
.coursetag_almadieci .texto_curso p.square-icon,
.coursetag_almadieci .texto_curso p.triangle-icon,
.texto_curso p.circle-icon,
.texto_curso p.rombo-icon {
    margin-bottom: 0;
}
.coursetag_almadieci .square-icon,
.coursetag_almadieci .triangle-icon,
.circle-icon,
.rombo-icon {
    padding-left: 22px;
}
.coursetag_almadieci .square-icon:before,
.coursetag_almadieci .triangle-icon:before,
.circle-icon:before,
.rombo-icon:before {
    content: '';
    width: 11px;
    height: 11px;
    margin-left: -22px;
    background: #6BC4C2;
    position: relative;
    display: inline-block;
    margin-right: 10px;
}
.coursetag_almadieci .triangle-icon:before {
    background: linear-gradient(65deg, transparent 4px, #DA3D96 0) left, linear-gradient(-65deg, transparent 4px, #DA3D96 0) right;
    background-size: 51% 100%;
    background-repeat: no-repeat;
}
.circle-icon:before {
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
}
.rombo-icon:before {
    background: #005FB4;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* --------- TITULOS ---- */

/*Titulo 1 - Enunciados*/
.coursetag_almadieci.content ol.bck-ol1 li,
 .coursetag_almadieci.cke_contents ol.bck-ol1 li,
  .coursetag_almadieci h4.bck-title1 {
    font-style: italic;
}
/*Titulo 2*/
.bck-title2 {
    color: #da3d96;
    font-weight: 600;
}
/*Titulo 3*/
.bck-title3 {
    color: #92CD8D;
    font-weight: 600;
}

/*Titulo 4*/
.bck-title4 {
    color: #6DC1C3;
    font-weight: 600;
}

/*Titulo 5 - Para boton de audio*/
.bck-title5 {
    background: red;
    display: inline-block;
    background: #F9CE08;
    font-weight: 700;
    padding: 0px 8px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    font-size: 18px;
}

/*Titulo 6 - Enunciado amarillo*/
.bck-title6 {
    color: #F9CE08;
    font-weight: 600;
}

/*TÃ­tulos 7 8 9 10 11,12 - Fondo de color*/
.bck-title7,
.bck-title8,
.bck-title9,
.bck-title10,
.bck-title11,
.bck-title12 {
    background: #da3d96;
    color: white;
    padding: 5px 10px;
    font-weight: 700;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    margin: 10px 0;
    width: -moz-fit-content;
    width: webkit-content;
    width: fit-content;
}

.bck-title8 {
    background: #6DC1C3;
}
.bck-title9 {
    background: #92CD8D;
}
.bck-title10 {
    background: #F9CE08;
}
.bck-title11 {
    background: #0e5ba5;
}
.bck-title12 {
    background: #da3832;
}

/*TÃ­tulo 13*/
.bck-title13 {
    color: #0e5ba5;
    font-weight: 600;
}
/*TÃ­tulo 14*/
.bck-title14 {
    color: #da3832;
    font-weight: 600;
}
/*TÃ­tulos*/
.bck-title1,
.bck-title15,
.bck-title16,
.bck-title17,
.bck-title18 {
    margin: 0;
    font-size: 2.0rem;
    font-weight: bold;
    color: #797A7B;
    line-height: 2.9rem;
}
.bck-title15 {
    color: #e2001a;
}
.bck-title16 {
    color: #0076bd;
}
.bck-title17 {
    color: #fabb00;
}
.bck-title18 {
    color: #4faf6c;
}

/*ENFASIS*/
.edit .bck-enfasis1,
.edit .bck-enfasis2,
.edit .bck-enfasis3,
.edit .bck-enfasis4,
.edit .bck-enfasis12,
.edit .bck-enfasis13 {
    margin-left: 0;
}
/*Ã‰nfasis 1*/
.bck-enfasis1 {
    font-size: 24px;
    font-family: 'Conv_playtime-webfont', cursive;
    font-weight: 700;
    color: #da3d96;
    margin-left: -32px;
    text-align: center;
    margin-right: 4px;
    position: relative;
    width: 35px;
    display: inline-block;
}
/*Ã‰nfasis 2*/
.bck-enfasis2 {
    font-size: 24px;
    font-family: 'Conv_playtime-webfont', cursive;
    font-weight: 700;
    color: #92CD8D;
    margin-left: -32px;
    text-align: center;
    margin-right: 4px;
    position: relative;
    width: 35px;
    display: inline-block;
}

/*Ã‰nfasis 3*/
.bck-enfasis3 {
    font-size: 24px;
    font-family: 'Conv_playtime-webfont', cursive;
    font-weight: 700;
    color: #6DC1C3;
    margin-left: -32px;
    margin-right: 4px;
    position: relative;
    width: 35px;
    text-align: center;
    display: inline-block;
}
/*Ã‰nfasis 4*/
.bck-enfasis4 {
    font-size: 24px;
    font-family: 'Conv_playtime-webfont', cursive;
    font-weight: 700;
    color: #FED65D;
    margin-left: -32px;
    margin-right: 4px;
    position: relative;
    width: 35px;
    display: inline-block;
    text-align: center;

}
/*Enfasis 12 - NÃºmero azul*/
.bck-enfasis12 {
    font-size: 24px;
    font-family: 'Conv_playtime-webfont', cursive;
    font-weight: 700;
    color: #0e5ba5;
    margin-left: -32px;
    margin-right: 4px;
    position: relative;
    width: 35px;
    display: inline-block;
    text-align: center;

}
/*Ã‰nfasis 13 - NÃºmero rojo*/
.bck-enfasis13 {
    font-size: 24px;
    font-family: 'Conv_playtime-webfont', cursive;
    font-weight: 700;
    color: #da3832;
    margin-left: -32px;
    margin-right: 4px;
    position: relative;
    width: 35px;
    display: inline-block;
    text-align: center;
}

/*Ã‰nfasis 5 - Subrayado en celeste*/
.bck-enfasis5 {
    background: #95D0D0;
    font-weight: bold;
    padding: 1px 4px;
}
/*---- Ã‰NFASIS CAMBIO DE COLOR ----*/
.bck-enfasis6 {
    color: #da3d96;
}
.bck-enfasis7 {
    color: #92CD8D;
}
.bck-enfasis8 {
    color: #6DC1C3;
}
.bck-enfasis9 {
    color: #FED65D;
}
.bck-enfasis14 {
    color: #0e5ba5;
}
.bck-enfasis15 {
    color: #da3832;
}
.bck-enfasis10 {
    font-family: 'Conv_playtime-webfont', cursive;
}
.bck-enfasis11 {
    font-family: 'Conv_playtime-webfont', cursive;
    font-weight: 800;
}

.bck-enfasis16 {
    font-family: 'Gloria Hallelujah', cursive;
}
.bck-enfasis17 {
    font-family: 'Aller', sans-serif;
}
.bck-enfasis18 {
    font-family: 'PT Sans', sans-serif;
}
/*Boton audio*/
.coursetag_almadieci #actividad .player.audio,
.coursetag_almadieci #help-panel-content .player.audio,
.coursetag_almadieci #remote-alert-modal-rich .player.audio {
    background-image: url(images/Botonplay_almaedizioni.png);
    vertical-align: middle;
    display: inline-block;
}

/*------------CAJAS-------------------*/
/*CAJA 2*/
.bck-box.box-2 .bck-title {
    background: #FFCA08;
    display: inline-block;
    padding: 1px 13px;
    border-radius: 7px 7px 0px 0px;
    -moz-border-radius: 7px 7px 0px 0px;
    -webkit-border-radius: 7px 7px 0px 0px;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 27px;
}
.bck-box.box-2 .bck-content {
    border: 2px solid #FFCA08;
    padding: 10px;
}
.bck-box.box-2 .bck-title:before {
    content: '\f0eb';
    font-family: 'FontAwesome';
    position: absolute;
    left: 3px;
    margin-top: 5px;
    font-size: 32px;
    color: #ffca08;
    font-weight: 100;
}

/*CAJA 3*/
.bck-box.box-3 {
    padding: 10px;
    border: 5px double #69C363;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}
.bck-box.box-3:before {
    content: '\f002';
    font-family: 'FontAwesome';
    margin-top: 0;
    font-size: 28px;
    color: #69C363;
    position: absolute;
}
.bck-box.box-3 .bck-title {
    font-weight: bold;
    padding-left: 34px;
}

/*CAJA 4 - Bocadillo rosa*/
.bck-box.box-4:before {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border-top: 23px solid #da3d96;
    border-right: 20px solid transparent;
    border-left: 1px solid transparent;
    bottom: -25px;
    margin: 0 0 0 40px;
}
.bck-box.box-4 {
    padding: 10px;
    position: relative;
    border: 2px solid #DA3D96;
}
.bck-box.box-4 .bck-title {
    border: 2px dotted #DA3D96;
    padding: 0 14px;
    display: inline-block;
    margin-bottom: 5px;
}
/*CAJA 5 - Bocadillo celeste*/
.bck-box.box-5:before {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border-top: 23px solid #94CED0;
    border-right: 20px solid transparent;
    border-left: 1px solid transparent;
    bottom: -25px;
    margin: 0 0 0 40px;
}
.bck-box.box-5 {
    padding: 10px;
    position: relative;
    border: 2px solid #94CED0;
}
.bck-box.box-5 .bck-title {
    border: 2px dotted #94CED0;
    padding: 0 14px;
    display: inline-block;
    margin-bottom: 5px;
}
/*CAJA 6 - Bocadillo celeste*/
.bck-box.box-6:before {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border-top: 23px solid #92CD8D;
    border-right: 20px solid transparent;
    border-left: 1px solid transparent;
    bottom: -25px;
    margin: 0 0 0 40px;
}
.bck-box.box-6 {
    padding: 10px;
    position: relative;
    border: 2px solid #92CD8D;
}
.bck-box.box-6 .bck-title {
    border: 2px dotted #92CD8D;
    padding: 0 14px;
    display: inline-block;
    margin-bottom: 5px;
}

/*CAJA 6 - Bocadillo celeste*/
.bck-box.box-6:before {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border-top: 23px solid #92CD8D;
    border-right: 20px solid transparent;
    border-left: 1px solid transparent;
    bottom: -25px;
    margin: 0 0 0 40px;
}
.bck-box.box-6 {
    padding: 10px;
    position: relative;
    border: 2px solid #92CD8D;
}
.bck-box.box-6 .bck-title {
    border: 2px dotted #92CD8D;
    padding: 0 14px;
    display: inline-block;
    margin-bottom: 5px;
}
/*CAJA 7 - Caja title celeste*/
.bck-box.box-7 .bck-title {
    background: #6DC1C3;
    padding: 10px;
    color: white;
    text-align: center;
    font-weight: 600;
}
.bck-box.box-7 {
    border: 2px solid #6DC1C3;
}
.bck-box.box-7 .bck-content {
    padding: 10px;
}

/*CAJA 8 - fLECHA VERDE*/
.bck-box.box-8 {
    border: 3px dotted #92cd8d;
}
.bck-box.box-8 .bck-title {
    background: #92cd8d;
    padding: 10px 10px 11px 15px;
    position: relative;
    display: inline-block;
    margin-left: -3px;
    margin-top: -4px;
    min-width: 150px;
    font-weight: 700;
}
.bck-box.box-8 .bck-title:before, .bck-box.box-8 .bck-title:after {
    border-bottom: 24px solid transparent;
    border-top: 24px solid transparent;
    top: -1px;
    content: " ";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
}
.bck-box.box-8 .bck-title:before {
    border-left: 16px solid #92cd8d;
    right: -16px;
    z-index: -1;
}
.bck-box.box-8 .bck-title:after {
    border-left: 16px solid #92cd8d;
    right: -15px;
    z-index: 2;
}
.bck-box.box-8 .bck-content {
    padding: 10px;
}

/*CAJA 9*/
.bck-box.box-9 {
    border: 2px dotted #da3d96;
    padding: 10px;
}
.bck-box.box-9 .bck-title {
    font-family: 'Conv_playtime-webfont', cursive;
    font-size: 29px;
    font-weight: 800;
}

/*CAJA 10*/
.bck-box.box-10 {
    border: 2px dotted #6DC1C3;
    padding: 10px;
}
.bck-box.box-10 .bck-title:before {
    content: "DIECI";
    position: absolute;
    background: #6dc1c3;
    color: white;
    padding: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    left: 10px;
}
.bck-box.box-10 .bck-title {
    font-family: 'Conv_playtime-webfont', cursive;
    font-size: 29px;
    padding-left: 92px;
    font-weight: 800;
}

/*CAJAS 11, 12, 13 Y 14 - CAJA DE PUNTOS CON TITULO A COLOR*/
.bck-box.box-11 .bck-title {
    color: inherit;
    font-weight: bold;
}
.bck-box.box-11,
.bck-box.box-12,
.bck-box.box-13,
.bck-box.box-14,
.bck-box.box-15,
.bck-box.box-16 {
    padding: 10px;
    border: 2px dotted;
}
.bck-box.box-11 {
    border-color: #da3d96;
}
.bck-box.box-11 .bck-title {
    color: #da3d96;
}
.bck-box.box-12 {
    border-color: #6dc1c3;
}
.bck-box.box-12 .bck-title {
    color: #6dc1c3;
}
.bck-box.box-13 {
    border-color: #92cd8d;
}
.bck-box.box-13 .bck-title {
    color: #92cd8d;
}
.bck-box.box-14 {
    border-color: #FFCA08;
}
.bck-box.box-14 .bck-title {
    color: #FFCA08;
}
.bck-box.box-15 {
    border-color: #0e5ba5;
}
.bck-box.box-15 .bck-title {
    color: #0e5ba5;
}
.bck-box.box-16 {
    border-color: #da3832;
}
.bck-box.box-16 .bck-title {
    color: #da3832;
}

.bck-box.box-1,
.bck-box.box-17,
.bck-box.box-18,
.bck-box.box-19,
.bck-box.box-20 {
    border: 2px solid #6F7175;
    padding: 10px;
    margin: 10px 0px;
}
.bck-box.box-17  {
    border-color: #e2001a;
}
.bck-box.box-18  {
    border-color: #0076bd;
}
.bck-box.box-19  {
    border-color: #fabb00;
}
.bck-box.box-20  {
    border-color: #4faf6c;
}

/*-------LISTAS------*/

/*Before en nueva coursetag*/
.coursetag_almadieci .content ol li:before,
.coursetag_almadieci .cke_contents ol li:before {
    margin-right: 10px;
}

/*Lista 1*/
.coursetag_almadieci .content ol.bck-ol1 li,
.coursetag_almadieci .cke_contents ol.bck-ol1 li {
        font-weight: normal;
        font-size: 18px;
        color: black;
        margin: 6px 0px;
}
.coursetag_almadieci .content ol.bck-ol1 li:before,
.coursetag_almadieci .cke_contents ol.bck-ol1 li:before {
    font-family: 'Conv_playtime-webfont', cursive;
    color: #da3d96;
    margin-left: 0;
    font-size: 24px;
 }

/*Lista 2*/
.coursetag_almadieci .content ol.bck-ol2,
.coursetag_almadieci .cke_contents ol.bck-ol2 {
margin-bottom: 0px;
padding-left: 0px;
}
.coursetag_almadieci .content ol.bck-ol2 li,
.coursetag_almadieci .cke_contents ol.bck-ol2 li {
        font-weight: normal;
        font-size: 18px;
        color: black;
        margin: 6px 0px;
    }
.coursetag_almadieci .content ol.bck-ol2 li:before,
.coursetag_almadieci .cke_contents ol.bck-ol2 li:before {
    font-family: 'Conv_playtime-webfont', cursive;
    color: #6DC1C3;
    font-size: 24px;
    margin-left: 0;
    background: none;
    position: relative;
 }

 /*Lista 3*/
.content ol.bck-ol3,
.cke_contents ol.bck-ol3 {
margin-bottom: 0px;
padding-left: 0px;
}
.content ol.bck-ol3 li,
.cke_contents ol.bck-ol3 li {
        font-weight: normal;
        font-size: 18px;
        color: black;
        margin: 6px 0px;
    }
.content ol.bck-ol3 li:before,
.cke_contents ol.bck-ol3 li:before {
    font-family: 'Conv_playtime-webfont', cursive;
    color: #92CD8D;
    margin-left: 0;
    font-size: 24px;
 }

  /*Lista 4*/
.content ol.bck-ol4,
.cke_contents ol.bck-ol4 {
margin-bottom: 0px;
padding-left: 0px;
}
.content ol.bck-ol4 li,
.cke_contents ol.bck-ol4 li {
        font-weight: normal;
        font-size: 18px;
        color: black;
        margin: 6px 0px;
    }
.content ol.bck-ol4 li:before,
.cke_contents ol.bck-ol4 li:before {
    font-family: 'Conv_playtime-webfont', cursive;
    color: #FED65D;
    margin-left: 0;
    font-size: 24px;
 }

 .content ol.bck-ol8 li:before,
.cke_contents ol.bck-ol8 li:before {
    font-family: 'Conv_playtime-webfont', cursive;
    color: #0e5ba5;
    margin-left: 0;
    font-size: 24px;
 }

 .content ol.bck-ol9 li:before,
 .cke_contents ol.bck-ol9 li:before {
     font-family: 'Conv_playtime-webfont', cursive;
     color: #da3832;
     margin-left: 0;
     font-size: 24px;
  }



 /*Lista 5 - A, B C*/
.content ol.bck-ol5 li:before,
.cke_contents ol.bck-ol5 li:before {
    content: counter(bck-li-counter,lower-alpha)'';
    color: #76c5c7;
    margin-left: 0;
    font-size: 22px;
    font-weight: 600;
}

 /*Lista 6 - Lista con fondo de color celeste*/
 .content ol.bck-ol6 li:before,
 .cke_contents ol.bck-ol6 li:before {
    color: white;
    background: #76c5c7;
    margin-left: 0;
    font-size: 28px;
    font-family: 'Conv_playtime-webfont', cursive;
    padding: 0px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    vertical-align: middle;
    display: inline-block;
    width: auto;
    min-width: 40px;
    text-align: center;
    height: 30px;
    padding-top: 3px;
 }
  .content ol.bck-ol6 li,
.cke_contents ol.bck-ol6 li {
    font-weight: normal;
    font-size: 18px;
    color: black;
    margin: 6px 0px 22px 0px;
}
 /*Lista 7 - Lista con fondo de color rosa*/
 .content ol.bck-ol7 li:before,
 .cke_contents ol.bck-ol7 li:before {
    color: white;
    background: #DA3D96;
    margin-left: 0;
    font-size: 28px;
    font-family: 'Conv_playtime-webfont', cursive;
    padding: 0px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    vertical-align: middle;
    display: inline-block;
    width: auto;
    min-width: 40px;
    text-align: center;
    height: 30px;
    padding-top: 3px;
 }
  .content ol.bck-ol7 li,
.cke_contents ol.bck-ol7 li {
    font-weight: normal;
    font-size: 18px;
    color: black;
    margin: 6px 0px 22px 0px;
}
.content ol.bck-ol2,
 .cke_contents ol.bck-ol2,
.content ol.bck-ol10,
 .cke_contents ol.bck-ol10,
.content ol.bck-ol11,
 .cke_contents ol.bck-ol11,
.content ol.bck-ol12,
 .cke_contents ol.bck-ol12,
.content ol.bck-ol13,
 .cke_contents ol.bck-ol13 {
    margin-bottom: 20px;
    padding-left: 22px;
    font-size: 18px;
}

.content ol.bck-ol2 li:before,
 .cke_contents ol.bck-ol2 li:before,
.content ol.bck-ol10 li:before,
 .cke_contents ol.bck-ol10 li:before,
.content ol.bck-ol11 li:before,
 .cke_contents ol.bck-ol11 li:before,
.content ol.bck-ol12 li:before,
 .cke_contents ol.bck-ol12 li:before,
.content ol.bck-ol13 li:before,
 .cke_contents ol.bck-ol13 li:before {
    width: 20px;
    height: 16px;
    margin-top: 5px;
    margin-left: -22px;
    border-radius: 2px;
    background: #797A7B;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.6rem;
    text-align: center;
    position: absolute;
}

.content ol.bck-ol10 li:before,
 .cke_contents ol.bck-ol10 li:before {
    background: #e2001a;
 }
.content ol.bck-ol11 li:before,
 .cke_contents ol.bck-ol11 li:before {
    background: #0076bd;
}
.content ol.bck-ol12 li:before,
 .cke_contents ol.bck-ol12 li:before {
    background: #fabb00;
}
.content ol.bck-ol13 li:before,
 .cke_contents ol.bck-ol13 li:before {
    background: #4faf6c;
}

 /*-------------------------- TABLAS ---------------------------*/
 /* Celda 1 con coursetag*/
 .coursetag_almadieci .texto_curso td.bck-td1 {
    background: #6DC1C3;
    color: white;
}

 /* Celda 2 con coursetag*/
 .coursetag_almadieci .texto_curso td.bck-td2 {
    background: #6dc1c373;
    color: #000;
}

 /* Celda 3 con coursetag*/
 .coursetag_almadieci .texto_curso td.bck-td3 {
    background: #DA3D96;
    color: white;
}

 /* Celda 4 con coursetag*/
 .coursetag_almadieci .texto_curso td.bck-td4 {
    background: #da3d9647;
    color: #000;
}

/*Tabla 02 Rojo*/
.texto_curso .bck-table-2 th,
.texto_curso .bck-table-2 td.bck-td1 {
    background: #EFB3B2;
}
.texto_curso .bck-table-2 td.bck-td2 {
    background: #E2001A;
}

/*Tabla 03 Azul*/
.texto_curso .bck-table-3 th,
.texto_curso .bck-table-3 td.bck-td1 {
    background: #B5E3FF;
}
.texto_curso .bck-table-3 td.bck-td2 {
    background: #0076BD;
    color: #fff;
}

/*Tabla 04 Amarillo*/
.texto_curso .bck-table-4 th,
.texto_curso .bck-table-4 td.bck-td1 {
    background: #FFE69B;
}
.texto_curso .bck-table-4 td.bck-td2 {
    background: #FABB00;
    color: #fff;
}

/*Tabla 05 Verde*/
.texto_curso .bck-table-5 th,
.texto_curso .bck-table-5 td.bck-td1 {
    background: #AFE2BE;
}
.texto_curso .bck-table-5 td.bck-td2 {
    background: #4FAF6C;
    color: #fff;
}

/*---------------------*/



/*--------------- CAMBIOS EN TITLE POR SECCIONES ----------------*/
/*Verde*/
.coursetag_almadieci.content_type_clase_alma_newitalianespresso #actividad .content .verde .header {
    border-bottom: 5px solid #92CD8D;
}
.coursetag_almadieci.content_type_clase_alma_newitalianespresso #actividad .content .verde .header .title h3 {
    color: #92CD8D;
}
.coursetag_almadieci.content_type_clase_alma_newitalianespresso #actividad .content .verde .header .title h3 span.slide_number {
    background: #92CD8D;
}
.coursetag_almadieci.content_type_clase_alma_newitalianespresso #actividad .content .verde .header .title .area {
    background: #92CD8D;
}
/*Celeste*/
.coursetag_almadieci.content_type_clase_alma_newitalianespresso #actividad .content .celeste .header {
    border-bottom: 5px solid #6DC1C3;
}
.coursetag_almadieci.content_type_clase_alma_newitalianespresso #actividad .content .celeste .header .title h3 {
    color: #6DC1C3;
}
.coursetag_almadieci.content_type_clase_alma_newitalianespresso #actividad .content .celeste .header .title h3 span.slide_number {
    background: #6DC1C3;
}
.coursetag_almadieci.content_type_clase_alma_newitalianespresso #actividad .content .celeste .header .title .area {
    background: #6DC1C3;
}
/*amarillo*/
.coursetag_almadieci.content_type_clase_alma_newitalianespresso #actividad .content .amarillo .header {
    border-bottom: 5px solid #FED65D;
}
.coursetag_almadieci.content_type_clase_alma_newitalianespresso #actividad .content .amarillo .header .title h3 {
    color: #FED65D;
}
.coursetag_almadieci.content_type_clase_alma_newitalianespresso #actividad .content .amarillo .header .title h3 span.slide_number {
    background: #FED65D;
}
.coursetag_almadieci.content_type_clase_alma_newitalianespresso #actividad .content .amarillo .header .title .area {
    background: #FED65D;
}

/*Azul*/
.coursetag_almadieci.content_type_clase_alma_newitalianespresso #actividad .content .azul .header {
    border-bottom: 5px solid #0e5ba5;
}
.coursetag_almadieci.content_type_clase_alma_newitalianespresso #actividad .content .azul .header .title h3 {
    color: #0e5ba5;
}
.coursetag_almadieci.content_type_clase_alma_newitalianespresso #actividad .content .azul .header .title h3 span.slide_number {
    background: #0e5ba5;
}
.coursetag_almadieci.content_type_clase_alma_newitalianespresso #actividad .content .azul .header .title .area {
    background: #0e5ba5;
}

/*Rojo*/
.coursetag_almadieci.content_type_clase_alma_newitalianespresso #actividad .content .rojo .header {
    border-bottom: 5px solid #da3832;
}
.coursetag_almadieci.content_type_clase_alma_newitalianespresso #actividad .content .rojo .header .title h3 {
    color: #da3832;
}
.coursetag_almadieci.content_type_clase_alma_newitalianespresso #actividad .content .rojo .header .title h3 span.slide_number {
    background: #da3832;
}
.coursetag_almadieci.content_type_clase_alma_newitalianespresso #actividad .content .rojo .header .title .area {
    background: #da3832;
}

/*-------------------------- QUERIES -----------------------------------*/

/* Smartphones (portrait &amp; landscape) */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {

    .bck-box.box-8 .bck-title {
        min-height: 71px;
    }
    .bck-box.box-8 .bck-title:after,
     .bck-box.box-8 .bck-title:before {
        border-bottom: 38px solid transparent;
        border-top: 35px solid transparent;
    }
    .coursetag_almadieci #actividad .class_slide {
        padding-bottom: 20px;
        padding-left: 0;
        padding-right: 0;
    }
    .coursetag_almadieci.content_type_clase_alma_newitalianespresso #actividad .content .header {
        padding: 70px 0px 0px 13px;
    }
    .content_type_clase_alma_newitalianespresso #actividad .content .header .title {
        padding-right: 0px;
    }
    .coursetag_almadieci.content_type_clase_alma_newitalianespresso #actividad .content .header .title h3 span.slide_number {
        top: 0;
        margin-top: auto;
    }

}

/*----------------------------------------------------------------------------------------------*/
/* ------------------------ activitytag .activitytag_almanuovoespresso ----------------------------- */
/*----------------------------------------------------------------------------------------------*/

/*-NAVBAR*/
.activitytag_almanuovoespresso.content_type_clase_alma_newitalianespresso .publisher-navbar {
    border-bottom: 2px solid #d52422;
}
/* --- PADDING DE LA PÃGINA ---*/
.activitytag_almanuovoespresso #actividad .carousel-inner .item-container {
    padding-top: 0;
}
/* ---- HEADER ---- */
.activitytag_almanuovoespresso.content_type_clase_alma_newitalianespresso #actividad .content .header .title {
    background: none;
    padding: 6px 10px 5px 10px;
    border: 2px solid #EE1C29;
    border-top: 0;
    text-align: center;
}
.activitytag_almanuovoespresso.content_type_clase_alma_newitalianespresso #actividad .content .header .title h3 span.slide_number {
    line-height: 2.0;
    background: #ee1c29;
    top: 0;
    right: 0px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 100%;
}
.activitytag_almanuovoespresso.content_type_clase_alma_newitalianespresso #actividad .content .header .title h3 {
    color: #ee1c29;
    padding-top: 8px;
}

/*Lista 1 y titulo 1*/
.activitytag_almanuovoespresso h4.bck-title1 {
    font-size: 22px;
}
.activitytag_almanuovoespresso .content ol.bck-ol1 li,
.activitytag_almanuovoespresso .cke_contents ol.bck-ol1 li,
.activitytag_almanuovoespresso h4.bck-title1 {
    color: #ee1c29;
}
.activitytag_almanuovoespresso .content ol.bck-ol1 li:before,
.activitytag_almanuovoespresso .cke_contents ol.bck-ol1 li:before {
    color: #ee1c29;
}
.activitytag_almanuovoespresso .content ol.bck-ol2 li:before,
 .activitytag_almanuovoespresso .cke_contents ol.bck-ol2 li:before {
    background: #ee1c29;
}

/* Smartphones (portrait &amp; landscape) */
@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
     {
        line-height: 2.0;
        right: 0;
        font-size: 25px;
        text-align: center;
        line-height: 1.8;
        padding-left: 33px;
        margin-top: auto;
		padding-top: 6px;
    }
}

/*----------------------------------------------------------------------------------------------*/
/* ------------------------ activitytag .activitytag_almanuovoespressoazul ----------------------------- */
/*----------------------------------------------------------------------------------------------*/

/*-NAVBAR*/
.activitytag_almanuovoespressoazul.content_type_clase_alma_newitalianespresso .publisher-navbar {
    border-bottom: 2px solid #009CAB;
}
/* --- PADDING DE LA PÃGINA ---*/
.activitytag_almanuovoespressoazul #actividad .carousel-inner .item-container {
    padding-top: 0;
}
/* ---- HEADER ---- */
.activitytag_almanuovoespressoazul.content_type_clase_alma_newitalianespresso #actividad .content .header .title {
    background: none;
    padding: 6px 10px 5px 10px;
    border: 2px solid #009CAB;
    border-top: 0;
    text-align: center;
}
.activitytag_almanuovoespressoazul.content_type_clase_alma_newitalianespresso #actividad .content .header .title h3 span.slide_number {
    line-height: 2.0;
    background: #009CAB;
    top: 0;
    right: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 100%;
}
.activitytag_almanuovoespressoazul.content_type_clase_alma_newitalianespresso #actividad .content .header .title h3 {
    color: #009CAB;
    padding-top: 8px;
}

/*Lista 1 y titulo 1*/
.activitytag_almanuovoespressoazul h4.bck-title1 {
    font-size: 22px;
}
.activitytag_almanuovoespressoazul .content ol.bck-ol1 li,
.activitytag_almanuovoespressoazul .cke_contents ol.bck-ol1 li,
.activitytag_almanuovoespressoazul h4.bck-title1 {
    color: #009CAB;
}
.activitytag_almanuovoespressoazul .content ol.bck-ol1 li:before,
.activitytag_almanuovoespressoazul .cke_contents ol.bck-ol1 li:before {
    color: #009CAB;
}
.activitytag_almanuovoespressoazul .content ol.bck-ol2 li:before,
 .activitytag_almanuovoespressoazul .cke_contents ol.bck-ol2 li:before {
    background: #009CAB;
}

/*----------------------------------------------------------------------------------------------*/
/* ------------------------ activitytag .activitytag_almanuovoespressoverde ----------------------------- */
/*----------------------------------------------------------------------------------------------*/

/*-NAVBAR*/
.activitytag_almanuovoespressoverde.content_type_clase_alma_newitalianespresso .publisher-navbar {
    border-bottom: 2px solid #71BF45;
}
/* --- PADDING DE LA PÃGINA ---*/
.activitytag_almanuovoespressoverde #actividad .carousel-inner .item-container {
    padding-top: 0;
}
/* ---- HEADER ---- */
.activitytag_almanuovoespressoverde.content_type_clase_alma_newitalianespresso #actividad .content .header .title {
    background: none;
    padding: 6px 10px 5px 10px;
    border: 2px solid #71BF45;
    border-top: 0;
    text-align: center;

}
.activitytag_almanuovoespressoverde.content_type_clase_alma_newitalianespresso #actividad .content .header .title h3 span.slide_number {
    line-height: 2.0;
    background: #71BF45;
    top: 0;
    right: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 100%;
}
.activitytag_almanuovoespressoverde.content_type_clase_alma_newitalianespresso #actividad .content .header .title h3 {
    color: #71BF45;
    padding-top: 8px;
}

/*Lista 1 y titulo 1*/
.activitytag_almanuovoespressoverde h4.bck-title1 {
    font-size: 22px;
}
.activitytag_almanuovoespressoverde .content ol.bck-ol1 li,
.activitytag_almanuovoespressoverde .cke_contents ol.bck-ol1 li,
.activitytag_almanuovoespressoverde h4.bck-title1 {
    color: #71BF45;
}
.activitytag_almanuovoespressoverde .content ol.bck-ol1 li:before,
.activitytag_almanuovoespressoverde .cke_contents ol.bck-ol1 li:before {
    color: #71BF45;
}
.activitytag_almanuovoespressoverde .content ol.bck-ol2 li:before,
 .activitytag_almanuovoespressoverde .cke_contents ol.bck-ol2 li:before {
    background: #71BF45;
}

/*----------------------------------------------------------------------------------------------*/
/* ------------------------ activitytag .activitytag_almanuovoespressorosa ----------------------------- */
/*----------------------------------------------------------------------------------------------*/

/*-NAVBAR*/
.activitytag_almanuovoespressorosa.content_type_clase_alma_newitalianespresso .publisher-navbar {
    border-bottom: 2px solid #B51E91;
}
/* --- PADDING DE LA PÃGINA ---*/
.activitytag_almanuovoespressorosa #actividad .carousel-inner .item-container {
    padding-top: 0;
}
/* ---- HEADER ---- */
.activitytag_almanuovoespressorosa.content_type_clase_alma_newitalianespresso #actividad .content .header .title {
    background: none;
    padding: 6px 10px 5px 10px;
    border: 2px solid #B51E91;
    border-top: 0;
    text-align: center;

}
.activitytag_almanuovoespressorosa.content_type_clase_alma_newitalianespresso #actividad .content .header .title h3 span.slide_number {
    line-height: 2.0;
    background: #B51E91;
    top: 0;
    right: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 100%;
}
.activitytag_almanuovoespressorosa.content_type_clase_alma_newitalianespresso #actividad .content .header .title h3 {
    color: #B51E91;
    padding-top: 8px;
}

/*Lista 1 y titulo 1*/
.activitytag_almanuovoespressorosa h4.bck-title1 {
    font-size: 22px;
}
.activitytag_almanuovoespressorosa .content ol.bck-ol1 li,
.activitytag_almanuovoespressorosa .cke_contents ol.bck-ol1 li,
.activitytag_almanuovoespressorosa h4.bck-title1 {
    color: #B51E91;
}
.activitytag_almanuovoespressorosa .content ol.bck-ol1 li:before,
.activitytag_almanuovoespressorosa .cke_contents ol.bck-ol1 li:before {
    color: #B51E91;
}
.activitytag_almanuovoespressorosa .content ol.bck-ol2 li:before,
 .activitytag_almanuovoespressorosa .cke_contents ol.bck-ol2 li:before {
    background: #B51E91;
}

/* Navigators &amp; Navbar (Breadcums) */
.publisher-navbar {
	position: fixed;
	top: 44px;
	background: #ffffff;
	width: 100%;
	left: 0;
	height: 58px;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0 9px;
}

.is_app .publisher-navbar {
	position: sticky;
	top: 0px;
}

.publisher-navbar .navbar-content {
	max-width: 960px;
	margin: 0 auto;
	padding-left: 90px;
	padding-right: 50px;
}

.slider-indicators:after {
	content: '';
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.slider-indicators li.slider-indicator,
.slider-indicators .slider-indicator.active {
	text-align: center;
	float: left;
}

.publisher-navbar #top-navigator,
.publisher-navbar .dropdown {
	float: left;
	margin-top: 10px;
	display: block;
}

.publisher-navbar #top-navigator {
	max-width: 90%;
	position: relative;
	overflow: hidden;
}

#top-navigator.show_right:after {
	content: '\F054';
}

#top-navigator.show_left:before {
	content: '\F053';
}

#top-navigator.show_right:after,
#top-navigator.show_left:before {
	font-family: 'FontAwesome';
	position: absolute;
	right: 0;
	color: #ffffff;
	top: -9px;
	height: 35px;
	line-height: 5.4rem;
	width: 20px;
	text-align: right;
	z-index: 1;
	display: block;
	background: none;
}

body.edit .slider-indicators{
	width: auto;
	margin-left: 120px;
}

body.edit .slider-indicators .concat:before {
    margin-left: -21px;
	height: 10px;
	width: 16px;
	margin-top: 10px;
	z-index: -1;
}

body.edit .slider-indicators .concat.active {
	background: #ec3144;
	color: #ec3144;
}

body.video-interactivo .video-interactivo-controls&gt;button{
    background-color: #3AC62A;
}

body.video-interactivo.edit .slider-indicators .concat:before{
    content: none;
}

body.video-interactivo .actividad.modo-revision.tipo-actividad-16{
    padding-top: 160px !important;
}

body.video-interactivo.content_type_clase_alma_newitalianespresso .tipo-actividad-16.modo-revision ~ .publisher-navbar{
    top: 102px !important;
}

body.video-interactivo:not(.edit) .slide-concatenate:not(.currentMarker) {
    display: none;
}

body.edit .slider-indicators li.slider-indicator,
body.edit .slider-indicators .slider-indicator.active {
	float: none;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	.publisher-navbar #top-navigator {
		max-width: 85%;
	}
	.slider-indicators{
		margin: 0;
	}
}
/**/

/*----------------------------------------------------------------------------------------------*/
/* ------------------------------------ MEJORAS BK-24053 -------------------------------------- */
/*----------------------------------------------------------------------------------------------*/

/* ---------------------------------- coursetag_alleralma ------------------------------------- */

.coursetag_alleralma.content_type_clase_alma_newitalianespresso #actividad .content .header .title h3 span.slide_number {
    width: 76px;
    padding: 0px 19px;
    border-radius: 50%;
}
.coursetag_alleralma #actividad .texto_curso {
    font-family: "Aller", sans-serif;
}
.coursetag_alleralma.content_type_clase_alma_newitalianespresso #actividad .content .header .title h3 {
    font-family: "Aller", sans-serif;
}

/* -------------------------------- activitytag_almamagenta ----------------------------------- */

.content_type_clase_alma_newitalianespresso.activitytag_almamagenta #actividad .content .header .title h3 span.slide_number {
    background: #a5318a;
}
.content_type_clase_alma_newitalianespresso.activitytag_almamagenta #actividad .content .header .title h3 {
    color: #a5318a;
}
.activitytag_almamagenta .content ol.bck-ol1 li,
.activitytag_almamagenta h4.bck-title1 {
    color: #a5318a;
}
.activitytag_almamagenta .content ol.bck-ol1 li:before {
    color: #a5318a;
}
.activitytag_almamagenta .content ol.bck-ol2 li:before {
    background: #a5318a;
}
.activitytag_almamagenta .bck-box.box-1 {
    border: 2px solid #a5318a;
}
.activitytag_almamagenta .texto_curso td.bck-td1 {
    background: #efcde7;
}
.activitytag_almamagenta .texto_curso td.bck-td2 {
    background: #a5318a;
}
.coursetag_grammaticagialla.content_type_clase_alma_newitalianespresso.activitytag_almamagenta #actividad .content .header .title {
    border-bottom: 6px dotted #a5318a;
}
.coursetag_grammaticagialla.content_type_clase_alma_newitalianespresso.activitytag_almamagenta #actividad .content .header .title h3 {
    color: #a5318a;
}
.coursetag_grammaticagialla.content_type_clase_alma_newitalianespresso.activitytag_almamagenta #actividad .content .header .title h3 .marked {
    background-color: #a5318a;
}
/* -------------------------------- activitytag_almagreen ------------------------------------- */

.content_type_clase_alma_newitalianespresso.activitytag_almagreen #actividad .content .header .title h3 span.slide_number {
    background: #84bc56;
}
.content_type_clase_alma_newitalianespresso.activitytag_almagreen #actividad .content .header .title h3 {
    color: #84bc56;
}
.activitytag_almagreen .content ol.bck-ol1 li,
.activitytag_almagreen h4.bck-title1 {
    color: #84bc56;
}
.activitytag_almagreen .content ol.bck-ol1 li:before {
    color: #84bc56;
}
.activitytag_almagreen .content ol.bck-ol2 li:before {
    background: #84bc56;
}
.activitytag_almagreen .bck-box.box-1 {
    border: 2px solid #84bc56;
}
.activitytag_almagreen .texto_curso td.bck-td1 {
    background: #c9e2b3;
}
.activitytag_almagreen .texto_curso td.bck-td2 {
    background: #84bc56;
}
.coursetag_grammaticagialla.content_type_clase_alma_newitalianespresso.activitytag_almagreen #actividad .content .header .title {
    border-bottom: 6px dotted #84bc56;
}
.coursetag_grammaticagialla.content_type_clase_alma_newitalianespresso.activitytag_almagreen #actividad .content .header .title h3 {
    color: #84bc56;
}
.coursetag_grammaticagialla.content_type_clase_alma_newitalianespresso.activitytag_almagreen #actividad .content .header .title h3 .marked {
    background-color: #84bc56;
}

/* ------------------------------- activitytag_almalightblue ---------------------------------- */

.content_type_clase_alma_newitalianespresso.activitytag_almalightblue #actividad .content .header .title h3 span.slide_number {
    background: #0099a9;
}
.content_type_clase_alma_newitalianespresso.activitytag_almalightblue #actividad .content .header .title h3 {
    color: #0099a9;
}
.activitytag_almalightblue .content ol.bck-ol1 li,
.activitytag_almalightblue h4.bck-title1 {
    color: #0099a9;
}
.activitytag_almalightblue .content ol.bck-ol1 li:before {
    color: #0099a9;
}
.activitytag_almalightblue .content ol.bck-ol2 li:before {
    background: #0099a9;
}
.activitytag_almalightblue .bck-box.box-1 {
    border: 2px solid #0099a9;
}
.activitytag_almalightblue .texto_curso td.bck-td1 {
    background: #b6e4e8;
}
.activitytag_almalightblue .texto_curso td.bck-td2 {
    background: #0099a9;
}
.coursetag_grammaticagialla.content_type_clase_alma_newitalianespresso.activitytag_almalightblue #actividad .content .header .title {
    border-bottom: 6px dotted #0099a9;
}
.coursetag_grammaticagialla.content_type_clase_alma_newitalianespresso.activitytag_almalightblue #actividad .content .header .title h3 {
    color: #0099a9;
}
.coursetag_grammaticagialla.content_type_clase_alma_newitalianespresso.activitytag_almalightblue #actividad .content .header .title h3 .marked {
    background-color: #0099a9;
}

/* ---------------------------------- activitytag_almared ------------------------------------- */

.content_type_clase_alma_newitalianespresso.activitytag_almared #actividad .content .header .title h3 span.slide_number {
    background: #da3835;
}
.content_type_clase_alma_newitalianespresso.activitytag_almared #actividad .content .header .title h3 {
    color: #da3835;
}
.activitytag_almared .content ol.bck-ol1 li,
.activitytag_almared h4.bck-title1 {
    color: #da3835;
}
.activitytag_almared .content ol.bck-ol1 li:before {
    color: #da3835;
}
.activitytag_almared .content ol.bck-ol2 li:before {
    background: #da3835;
}
.activitytag_almared .bck-box.box-1 {
    border: 2px solid #da3835;
}
.activitytag_almared .texto_curso td.bck-td1 {
    background: #efb3b2;
}
.activitytag_almared .texto_curso td.bck-td2 {
    background: #da3835;
}
.coursetag_grammaticagialla.content_type_clase_alma_newitalianespresso.activitytag_almared #actividad .content .header .title {
    border-bottom: 6px dotted #da3835;
}
.coursetag_grammaticagialla.content_type_clase_alma_newitalianespresso.activitytag_almared #actividad .content .header .title h3 {
    color: #da3835;
}
.coursetag_grammaticagialla.content_type_clase_alma_newitalianespresso.activitytag_almared #actividad .content .header .title h3 .marked {
    background-color: #da3835;
}

/* ---------------------------------- activitytag_grammaticarosso ------------------------------------- */
.content_type_clase_alma_newitalianespresso.activitytag_grammaticarosso #actividad .content .header .title h3 span.slide_number {
    background: #e2001a;
}
.content_type_clase_alma_newitalianespresso.activitytag_grammaticarosso #actividad .content .header .title h3 {
    color: #e2001a;
}
.coursetag_grammaticagialla.content_type_clase_alma_newitalianespresso.activitytag_grammaticarosso #actividad .content .header .title {
    border-bottom: 6px dotted #e2001a;
}
.coursetag_grammaticagialla.content_type_clase_alma_newitalianespresso.activitytag_grammaticarosso #actividad .content .header .title h3 {
    color: #e2001a;
}
.coursetag_grammaticagialla.content_type_clase_alma_newitalianespresso.activitytag_grammaticarosso #actividad .content .header .title h3 .marked {
    background-color: #e2001a;
}
.activitytag_grammaticarosso .content ol.bck-ol1 li,
.activitytag_grammaticarosso h4.bck-title1 {
    color: #e2001a;
}
.activitytag_grammaticarosso .content ol.bck-ol1 li:before {
    color: #e2001a;
}
.activitytag_grammaticarosso .content ol.bck-ol2 li:before {
    background: #e2001a;
}
.activitytag_grammaticarosso .bck-box.box-1 {
    border: 2px solid #e2001a;
}
.activitytag_grammaticarosso .texto_curso td.bck-td1 {
    background: #efb3b2;
}
.activitytag_grammaticarosso .texto_curso td.bck-td2 {
    background: #e2001a;
}
/*activitytag_grammaticablu - */
.content_type_clase_alma_newitalianespresso.activitytag_grammaticablu #actividad .content .header .title h3 span.slide_number {
    background: #0076bd;
}
.content_type_clase_alma_newitalianespresso.activitytag_grammaticablu #actividad .content .header .title h3 {
    color: #0076bd;
}
.content_type_clase_alma_newitalianespresso.activitytag_grammaticablu #actividad .content .header .title h3 {
    color: #0076bd;
}
.coursetag_grammaticagialla.content_type_clase_alma_newitalianespresso.activitytag_grammaticablu #actividad .content .header .title {
    border-bottom: 6px dotted #0076bd;
}
.coursetag_grammaticagialla.content_type_clase_alma_newitalianespresso.activitytag_grammaticablu #actividad .content .header .title h3 {
    color: #0076bd;
}
.coursetag_grammaticagialla.content_type_clase_alma_newitalianespresso.activitytag_grammaticablu #actividad .content .header .title h3 .marked {
    background-color: #0076bd;
}

.activitytag_grammaticablu .content ol.bck-ol1 li,
.activitytag_grammaticablu h4.bck-title1 {
    color: #0076bd;
}
.activitytag_grammaticablu .content ol.bck-ol1 li:before {
    color: #0076bd;
}
.activitytag_grammaticablu .content ol.bck-ol2 li:before {
    background: #0076bd;
}
.activitytag_grammaticablu .bck-box.box-1 {
    border: 2px solid #0076bd;
}
.activitytag_grammaticablu .texto_curso td.bck-td1 {
    background: #b5e3ff;
}
.activitytag_grammaticablu .texto_curso td.bck-td2 {
    background: #0076bd;
}
/*activitytag_grammaticagiallo - */
.content_type_clase_alma_newitalianespresso.activitytag_grammaticagiallo #actividad .content .header .title h3 span.slide_number {
    background: #fabb00;
}
.content_type_clase_alma_newitalianespresso.activitytag_grammaticagiallo #actividad .content .header .title h3 {
    color: #fabb00;
}
.coursetag_grammaticagialla.content_type_clase_alma_newitalianespresso.activitytag_grammaticagiallo #actividad .content .header .title {
    border-bottom: 6px dotted #fabb00;
}
.coursetag_grammaticagialla.content_type_clase_alma_newitalianespresso.activitytag_grammaticagiallo #actividad .content .header .title h3 {
    color: #fabb00;
}
.coursetag_grammaticagialla.content_type_clase_alma_newitalianespresso.activitytag_grammaticagiallo #actividad .content .header .title h3 .marked {
    background-color: #fabb00;
}

.activitytag_grammaticagiallo .content ol.bck-ol1 li,
.activitytag_grammaticagiallo h4.bck-title1 {
    color: #fabb00;
}
.activitytag_grammaticagiallo .content ol.bck-ol1 li:before {
    color: #fabb00;
}
.activitytag_grammaticagiallo .content ol.bck-ol2 li:before {
    background: #fabb00;
}
.activitytag_grammaticagiallo .bck-box.box-1 {
    border: 2px solid #fabb00;
}
.activitytag_grammaticagiallo .texto_curso td.bck-td1 {
    background: #ffe69b;
}
.activitytag_grammaticagiallo .texto_curso td.bck-td2 {
    background: #fabb00;
}
/*activitytag_grammaticaverde - */
.content_type_clase_alma_newitalianespresso.activitytag_grammaticaverde #actividad .content .header .title h3 span.slide_number {
    background: #4faf6c;
}
.content_type_clase_alma_newitalianespresso.activitytag_grammaticaverde #actividad .content .header .title h3 {
    color: #4faf6c;
}
.coursetag_grammaticagialla.content_type_clase_alma_newitalianespresso.activitytag_grammaticaverde #actividad .content .header .title {
    border-bottom: 6px dotted #4faf6c;
}
.coursetag_grammaticagialla.content_type_clase_alma_newitalianespresso.activitytag_grammaticaverde #actividad .content .header .title h3 {
    color: #4faf6c;
}
.coursetag_grammaticagialla.content_type_clase_alma_newitalianespresso.activitytag_grammaticaverde #actividad .content .header .title h3 .marked {
    background-color: #4faf6c;
}

.activitytag_grammaticaverde .content ol.bck-ol1 li,
.activitytag_grammaticaverde h4.bck-title1 {
    color: #4faf6c;
}
.activitytag_grammaticaverde .content ol.bck-ol1 li:before {
    color: #4faf6c;
}
.activitytag_grammaticaverde .content ol.bck-ol2 li:before {
    background: #4faf6c;
}
.activitytag_grammaticaverde .bck-box.box-1 {
    border: 2px solid #4faf6c;
}
.activitytag_grammaticaverde .texto_curso td.bck-td1 {
    background: #afe2be;
}
.activitytag_grammaticaverde .texto_curso td.bck-td2 {
    background: #4faf6c;
}
 /*activitytag_grammaticadarkblue - */
 .content_type_clase_alma_newitalianespresso.activitytag_grammaticadarkblue #actividad .content .header .title h3 span.slide_number {
    background: #004B93;
}
.content_type_clase_alma_newitalianespresso.activitytag_grammaticadarkblue #actividad .content .header .title h3 {
    color: #004B93;
}
.coursetag_grammaticagialla.content_type_clase_alma_newitalianespresso.activitytag_grammaticadarkblue #actividad .content .header .title {
    border-bottom: 6px dotted #004B93;
}
.coursetag_grammaticagialla.content_type_clase_alma_newitalianespresso.activitytag_grammaticadarkblue #actividad .content .header .title h3 {
    color: #004B93;
}
.coursetag_grammaticagialla.content_type_clase_alma_newitalianespresso.activitytag_grammaticadarkblue #actividad .content .header .title h3 .marked {
    background-color: #004B93;
}

.activitytag_grammaticadarkblue .content ol.bck-ol1 li,
.activitytag_grammaticadarkblue h4.bck-title1 {
    color: #004B93;
}
.activitytag_grammaticadarkblue .content ol.bck-ol1 li:before {
    color: #004B93;
}
.activitytag_grammaticadarkblue .content ol.bck-ol2 li:before {
    background: #004B93;
}
.activitytag_grammaticadarkblue .bck-box.box-1 {
    border: 2px solid #004B93;
}
.activitytag_grammaticadarkblue .texto_curso td.bck-td1 {
    background: #c3e1ff;
}
.activitytag_grammaticadarkblue .texto_curso td.bck-td2 {
    background: #004B93;
}

/*------ coursetag_grammaticagialla ------*/
.coursetag_grammaticagialla.content_type_clase_alma_newitalianespresso #actividad .content .header .title {
    border-bottom: 6px dotted #797a7b;
    padding-bottom: 10px;
    font-family: 'PT Sans', sans-serif;
}
.coursetag_grammaticagialla.content_type_clase_alma_newitalianespresso #actividad .content .header .title h3 {
    color: #797a7b;
}
.coursetag_grammaticagialla.content_type_clase_alma_newitalianespresso #actividad .content .header .title h3 .marked {
    background-color: #797a7b;
    padding: 7px 10px;
    color: white;
    height: auto;
    display: inline-block;
    margin-bottom: 5px;
}
.coursetag_grammaticagialla #actividad .texto_curso {
    font-family: 'PT Sans', sans-serif;
}
.coursetag_grammaticagialla .circle-icon:before {
    background-color: #0076bd;
}
.coursetag_grammaticagialla .square-icon:before {
    background-color:#e2001a;
}
.coursetag_grammaticagialla .triangle-icon:before {
    background: linear-gradient(65deg, transparent 4px, #4faf6c 0) left, linear-gradient(-65deg, transparent 4px, #4faf6c 0) right;
            background-size: 50% 100%;
            background-repeat: no-repeat;
}

/*grammaticarosso*/
.coursetag_grammaticagialla.content_type_clase_alma_newitalianespresso #actividad .content .grammaticarosso .header .title h3 .marked {
    background-color: #e2001a;
}
.coursetag_grammaticagialla.content_type_clase_alma_newitalianespresso #actividad .content .grammaticarosso .header .title {
    border-bottom: 6px dotted #e2001a;
}
/*grammaticablu*/
.coursetag_grammaticagialla.content_type_clase_alma_newitalianespresso #actividad .content .grammaticablu .header .title h3 .marked {
    background-color: #0076bd;
}
.coursetag_grammaticagialla.content_type_clase_alma_newitalianespresso #actividad .content .grammaticablu .header .title {
    border-bottom: 6px dotted #0076bd;
}
/*grammaticagiallo*/
.coursetag_grammaticagialla.content_type_clase_alma_newitalianespresso #actividad .content .grammaticagiallo .header .title h3 .marked {
    background-color: #fabb00;
}
.coursetag_grammaticagialla.content_type_clase_alma_newitalianespresso #actividad .content .grammaticagiallo .header .title {
    border-bottom: 6px dotted #fabb00;
}
/*grammaticaverde*/
.coursetag_grammaticagialla.content_type_clase_alma_newitalianespresso #actividad .content .grammaticaverde .header .title h3 .marked {
    background-color: #4faf6c;
}
.coursetag_grammaticagialla.content_type_clase_alma_newitalianespresso #actividad .content .grammaticaverde .header .title {
    border-bottom: 6px dotted #4faf6c;
}
/*grammaticadarkblue*/
.coursetag_grammaticagialla.content_type_clase_alma_newitalianespresso #actividad .content .grammaticadarkblue .header .title h3 .marked {
    background-color: #004B93;
}
.coursetag_grammaticagialla.content_type_clase_alma_newitalianespresso #actividad .content .grammaticadarkblue .header .title {
    border-bottom: 6px dotted #004B93;
}

/*Cambia el color del tÃ­tulo*/
/*grammaticatitlerosso*/
.coursetag_grammaticagialla.content_type_clase_alma_newitalianespresso #actividad .content .grammaticatitlerosso .header .title h3 {
    color: #e2001a;
}
/*grammaticatitleblu*/
.coursetag_grammaticagialla.content_type_clase_alma_newitalianespresso #actividad .content .grammaticatitleblu .header .title h3 {
    color: #0076bd;
}
/*grammaticatitlegiallo*/
.coursetag_grammaticagialla.content_type_clase_alma_newitalianespresso #actividad .content .grammaticatitlegiallo .header .title h3 {
    color: #fabb00;
}
/*grammaticatitleverde*/
.coursetag_grammaticagialla.content_type_clase_alma_newitalianespresso #actividad .content .grammaticatitleverde .header .title h3 {
    color: #4faf6c;
}
/*grammaticatitledarkblue*/
.coursetag_grammaticagialla.content_type_clase_alma_newitalianespresso #actividad .content .grammaticatitledarkblue .header .title h3 {
    color: #004B93;
}

#actividad .pregunta .texto_curso {
	font-size: var(--TextSize);
    line-height: var(--LineHeight);
}

.bck-indent-1 {
	margin-left: 23px;
}

.coursetag_alleralma .content ol.bck-ol2 li:before,
.coursetag_alleralma .cke_contents ol.bck-ol2 li:before {
	width: 30px;
	height: 18px;
	padding: 1px;
	margin-left: -35px;
}

/*----------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------*/

/* TMPUX CSS */
.tmpux.modo-correccion.body_clase:not(.edit) .publisher-navbar{
	display: none;
}

.tmpux.view-mode.body_clase:not(.edit) .publisher-navbar{
	top: 0;
}

.tmpux.modo-correccion.body_clase:not(.edit) .content-wrapper,
.tmpux.view_mode.body_clase.edit {
	padding-top: 0;
}

.app.tmpux.body_clase:not(.edit) .content-wrapper.actividad.tmpux:not(.modo-revision),
.app.body_clase:not(.edit) .content-wrapper.actividad.tmpux_app {
    margin-top: 54px;
}

.tmpux.body_clase:not(.edit) .content-wrapper.actividad.tmpux {
    padding-top: 54px;
}

/* NUEVAS BK-29195 */
.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);
}

.slide.crosswords-puzzle .enunciados {
    max-width: 300px;
	font-size: 1.8rem;
    line-height: 1.43em;
}
.square-icon-green:before {
    background: #93cc8d;
}

#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&gt;.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 ---*/
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 ---*/

.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(/themes/responsive/assets/styles/alma_newitalianespresso/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 ---*/
.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 ---*/
.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--*/
.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--------*/
/* -------------------------------- 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;
}

</pre></body></html>