html{
    font-size: 16px;
}

.FV_active{
	opacity: .5;
}

a.linkContenido{
	color: #C55A12;
    font-weight: bold;
    text-decoration: none;
    background-color: transparent;
}

/*Inicio Tipografia */
h1{font-family: 'Roboto-Black'; color: #333; font-size: 2.5rem!important;}
h2{font-family: 'Roboto-BoldItalic'; color: #333; font-size: 2.313rem!important;}
h3{font-family: 'Roboto-Medium'; color: #333; font-size: 2.125rem!important;}
h4{font-family: 'Roboto-Light'; color: #333; font-size: 1.750rem!important;}
h5{font-family: 'Roboto-LightItalic'; color: #333; font-size: 1.500rem!important;}
h6{font-family: 'Roboto-Italic'; color: #333; font-size: 0.875rem!important;}
p{font-family: 'Roboto-Regular'; color: #333; font-size: 1rem!important;}
.tal{font-family: 'Kalam-2020'; color: #333; font-size: 2.125rem!important; font-weight: bold;}
.txtfiguras{font-size: 0.875rem!important;}
/*// Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 
	h1{font-size: 1.75rem!important;}
	h2{font-size: 1.625rem!important;}
	h3{font-size: 1.5rem!important;}
	h4{font-size: 1.125rem!important;}
	h5{font-size: 0.875rem!important;}
	h6{font-size: 0.813rem!important;}
	p{font-size: 0.813rem!important;}
	.tal{font-size: 1.25rem!important; font-weight: bold;}
}
/*Fin Tipografia */

/* Fondos */
/* Fondos Principales */
.Fondo1Ppal{background-color: #FFF5E3;}
.Fondo2Ppal{background-color: #F6B63E;}
.Fondo3Ppal{background-color: #000;}
/* colores de texto*/
.color1Ppal{color: #341200 !important;}
.color2Ppal{color: #C55A12;}
.color3Ppal{color: #000;}
.color4Ppal{color: #2C3374;}
.color5Ppal{color: #F9C873;}
/*Inicio hipervínculos */
.url a{color: #341200; text-decoration: underline;}
.url a:hover{color: #341200; text-decoration: underline; font-weight: bold;}
.url2 a{color: #fff; text-decoration: underline;}
.url2 a:hover{color: #fff; text-decoration: underline; font-weight: bold;}
.url3 a{color: #C55A12; text-decoration: underline;}
.url3 a:hover{color: #C55A12; text-decoration: underline; font-weight: bold;}
/*Fin hipervínculos */

/* Inicio Botones */
/*Inicio BotonPrincipal */
.BtnPrincipal { 	
	border-radius: 25px!important; 	
	background-color: #341200!important; 
	color: #FFF!important; 
	font-size: 1rem; 
	font-family: 'Roboto-Bold';
	padding: 15px 30px!important;
}
.BtnPrincipal:hover, .BtnPrincipal:focus, .BtnPrincipal:active, .BtnPrincipal:visited { 
	background-color: #F9C873!important; 
	color: #341200!important;
	border: solid #341200 2px;
	box-shadow: 2px 2px 8px  #00000066;
}
.BtnPrincipal-desactivado { 	
	border-radius: 25px!important; 	
	background-color: #F9C873!important; 
	color: #333333!important; 
	font-size: 1rem; 
	font-family: 'Roboto-Bold';
	padding: 15px 30px!important;
	cursor: default!important;
}
/*Fin BotonPrincipal */
/* BotonesActividades */
.btn_adelante { 
	border-radius: 25px!important; 	
	background-color: #341200!important; 
	color: #FFF!important; 
	font-size: 1rem; 
	font-family: 'Roboto-Bold';
	padding: 15px 30px!important;
}
.btn_adelante:hover, .btn_adelante:focus, .btn_adelante:active, .btn_adelante:visited { 
	background-color: #F9C873!important; 
	color: #341200!important;
	border: solid #341200 2px;
	box-shadow: 2px 2px 8px  #00000066;
}
.btn_atras { 	
	border-radius: 25px!important; 	
	background-color: #341200!important; 
	color: #FFF!important; 
	font-size: 1rem; 
	font-family: 'Roboto-Bold';
	padding: 15px 30px!important;
}
.btn_atras:hover, .btn_atras:focus, .btn_atras:active, .btn_atras:visited { 
	background-color: #F9C873!important; 
	color: #341200!important;
	border: solid #341200 2px;
	box-shadow: 2px 2px 8px  #00000066;
}

/*Inicio BotonSecundario */
.BtnSecundario { 	
	border: #341200 2px solid!important;
	border-radius: 25px!important; 	
	background-color: #F19800!important; 
	color: #341200!important; 
	font-size: 16px; 
	font-family: 'Roboto-Bold';
	padding: 15px 30px!important;
}
.BtnSecundario:hover, .BtnSecundario:focus, .BtnSecundario:active, .BtnSecundario:visited { 
	border: #341200 2px solid!important;
	background-color: #F9C873!important; 
	color: #341200!important;
	box-shadow: 2px 2px 8px  #00000066;
}
.BtnSecundario-desactivado { 	
	/* border: #D1DD72 2px solid!important; */
	border-radius: 25px!important; 	
	background-color: #F9C873!important; 
	color: #333!important; 
	font-size: 1rem; 
	font-family: 'Roboto-Bold';
	padding: 15px 30px!important;
	cursor: default!important;
}
/*Fin BotonSecundario */
/* Fin Botones */

/*Inicio Elementos de Contextualización*/
.Lineaizq1{border-left:solid #341200 2px; /*margin-left: 20px;*/ }
@media (max-width: 990px) { .Lineaizq1{border-left:none!important;} }

.linealogoitm { 
	border-left: 2px solid #fff; 
}
.fondoportada { 
	background-color: #0094AF; 
}
.portada .p-conten { 
	display: flex; 
	flex-direction: column; 
	height: 100%; 
	justify-content: center; 
	overflow: hidden; 
	position: relative; 
	text-align: center; 
	width: 100%; 
}
.portada .p-conten img { 
	position: absolute; 
	min-height: 100%; 
	min-width: 100%; 
	z-index: -1; 
}
.lineaPortada { 
	border-top: 2px solid #341200; 
	width: 50%; 
}
.pportada { 
	color: #fff!important; 
	font-size: 1.375rem!important; 
	text-align: center!important; 
}
.portada .p-conten h6 { 
	position: absolute; 
	color: #341200; 
	font-family: 'Roboto-LightItalic'; 
	font-size: 0.875rem; 
	bottom: 60px; 
	right: 120px; 
}
.portadaEnlace { 
	font-size: 0.875rem; 
	color: #341200!important; 
	text-decoration: underline; 
}
/*Fin Elementos de Contextualización*/

/*Inicio Referencias Bibliograficas*/
.fonndoreferencias { background-color: #341200;}
@media (max-width: 992px) {
	.fonndoreferencias { background-color: #fff; }
}
.fondoblancoref { padding: 50px 50px 150px 50px; background-color: #fff; }
.referenciascontenido { position: absolute; top: 40%; right: 14%; height: 100vh; }
/*Fin Referencias Bibliograficas*/

/* Inicio Cuadro GAVI */
.cuadroGAVI{background: #FAFAFA; box-shadow: 0 7px 6px -6px #777; padding: 20px; border-top: 10px solid #FF6B5D;}
.cuadroGAVI2{background: #FAFAFA; box-shadow: 0 7px 6px -6px #777; padding: 20px; border-top: 10px solid #009C7E;}
/* Fin Cuadro GAVI */


/* Inicio Tablas */
/*Inicio Scroll para las imagenes y tablas en dispositivos*/
.enunciadoFormula{color: #341200 !important; font-weight: bold;}
.formulaScroll { overflow-x: auto;}
.formulaScroll::-webkit-scrollbar { -webkit-appearance: none; }
.formulaScroll::-webkit-scrollbar:vertical { width: 1px; }
.formulaScroll::-webkit-scrollbar:horizontal { height: 11px; width: 1px; }
.formulaScroll::-webkit-scrollbar-thumb { border-radius: 8px; border: 2px solid white; background-color: #341200; }
/*Fin Scroll para las imagenes y tablas en dispositivos*/	

table {
	/* border-radius: 5px; */
	overflow: hidden;
	background-color: #F2F2F2;
}
.bordeTitTabla{
	padding: 0px!important;
	margin: 0px!important;
	background-color: #341200;
	border: 1px solid #341200;
}
.bordeTitTabla tr th{
	padding: 0px!important;
	margin: 0px!important;
}
.bordeTitTabla h5{
	background-color: #341200;
	border: 5px solid #341200;
	color: #F9C873;
	text-align: center;
}
.tablacontenido{
	border-left: #707070 1px solid;
	border-right: #707070 1px solid;
	border-bottom: #707070 1px solid;
}

.tablacontenido tr td{
	border: solid 1px #707070;
}
/* Fin Tablas */	

/*Inicio Collapsable*/
.borderinferiorCollapsable{
	border-bottom: 1px solid #fff!important;
	border-top: 0px!important;
	border-left: 0px!important;
	border-right: 0px!important;
	border-radius: 0px!important;
}
.bordecontecollapsable{
	border-left: solid 2px #341200;
	border-right: solid 2px #341200;
}
.bordecontecollapsablefin{
	border-left: solid 2px #341200;
	border-right: solid 2px #341200;
	border-bottom: solid 2px #341200;
	border-radius: 0px!important;
}
.card-header { 
	background-color: #341200!important;
	padding: 0px!important; 
	border-radius: 0px!important;
}
.card-header h2 .btn { 
	color: #fff; 
	text-decoration: none; 
	display: inline-block; 
	position: relative; 
	width: 100%; 
	text-align: left; 
	border: solid 0px!important;
}
.card-header.active { 
	background-color: #F9C873!important;
}
.card-header.active h2 .btn{ 
	color: #341200!important; 
}
.card-header [data-toggle="collapse"]:after { 
	font-family: 'Arroba'; 
	content: "\41"; 
	float: right; 
	font-size: 1.125rem; 
	line-height: 22px; 
	-webkit-transform: rotate(-90deg); 
	-moz-transform: rotate(-90deg); 
	-ms-transform: rotate(-90deg); 
	-o-transform: rotate(-90deg); 
	transform: rotate(-90deg);
}
.card-header [data-toggle="collapse"].collapsed:after { 
	-webkit-transform: rotate(90deg); 
	-moz-transform: rotate(90deg); 
	-ms-transform: rotate(90deg); 
	-o-transform: rotate(90deg); 
	transform: rotate(90deg);  
}
/*Fin Collapsable*/

/* Inicio dropdown */
select {
    text-align: center;
    padding: 7px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    background-color: #F2F2F2;
    display: inline-block;
    font: inherit;
    border: 0px;
    line-height: 1.5em;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
	/*width: 100%;*/
	cursor: pointer;
}
select:focus{
	border: solid 2px #341200!important;
	box-shadow: none!important;
	/* border-radius: 5px 5px 0px 0px; */
}
select.classic {
	font-family: 'Roboto-Regular' !important;
    font-size: 0.875rem;
    background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%), linear-gradient(to right, #341200, #341200);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
    background-size: 5px 5px, 5px 5px, 2.7em 2.5em;
    background-repeat: no-repeat;
	/* border-radius: 5px; */
}
select>option {
    text-align: center;
    margin: 40px;
    background: #fff;
    color: #333333;
	font-weight: bold;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16)!important;
	/* border-bottom: solid 4px salmon!important; */
}
.select_items {
	/*min-width: 300px;*/
	min-width: 245px;
    text-align: center;
}
.select_items_ActividadAS select option{
	border: solid 3px #000!important;
}

/* Fin dropdown */

/* Inicio Popover */
.popover .arrow { display: none !important; }
.popover-auto-item { cursor: pointer !important; display: inline-block !important; font-weight: 700 !important; padding: 0px 0px !important; color: #341200 !important; font-family: "Roboto-Regular"; text-decoration: underline; }
.popover-body { border-radius: 5px !important; background-color: #FFF5E3; color:#341200 !important; border: none; word-wrap: break-word; font-size: 14px; font-family: "Roboto-Regular"; text-align: center; padding: 20px !important }
.popover-body a{color: #341200 !important;}
.popover-body p{color: #341200 !important;}
.enlacepopover a{color: #341200 !important;}
/* .popover-auto-item { 
	cursor: pointer !important; 
	display: inline-block !important;  
	padding: 0px !important; 
	color: #fff !important; 
	font-family: "Roboto-Regular"; 
	text-decoration: underline;
}
.popover-body { 
	border-radius: 5px !important; 
	background-color:#FFF5E3!important; 
	word-wrap: break-word; 
	font-size: 1rem; 
	font-family: "Roboto-Regular"; 
	text-align: center; 
	padding: 20px !important;
	border-radius: 5px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.popover-body p{ 
	color: #341200!important;
}
.popover-body a { 
	color: #333 !important; 
	text-decoration: underline;
}
.popover-auto-text a { 
	font-size: 1rem !important; 
	font-family: 'Roboto-Regular'; 
	color: #E5FCFF!important; 
	font-weight: 100 !important; 
}
.popover-auto-text a:hover { 
	color: #E5FCFF !important; 
	text-decoration: underline !important; 
}
.popover .arrow:after { 
	border-right-color: #FFF5E3!important; 
	border-left-color: #FFF5E3!important; 
} */
/* Fin Popover */

/* Inicio Tooltip */
.tooltipurl{
	/* background-color: #98BF13; */
	color: #341200!important;
	text-decoration: underline!important;
}
.tooltipurl:hover{
	color: #341200!important;
	text-decoration: underline!important;
	font-weight: bold!important;
}
.tooltip-main {
  font-weight: 700!important;
  /* background: orange !important; */
  border: 1px solid 000!important;
  color: #737373!important;
}
.tooltip-inner {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3)!important;
	border-radius: 5px!important;
	font-size: 1rem!important; 
	font-family: "Roboto-Regular"!important; 
	padding: 20px!important;
	background: #FFF5E3!important;
	color: #341200!important;
	border: none!important;
}
.tooltip-inner .arrow:after { 
	border-right-color: #341200!important; 
	border-left-color: #341200!important; 
}
.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before { border-top-color: #FFF5E3!important; }
.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before { border-left-color: #FFF5E3!important; }
.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before { border-bottom-color: #FFF5E3!important; }
.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before { border-right-color: #FFF5E3!important; }
/* Fin Tooltip */

/* Inicio Tabs */
/*Inicio Cambios en el multitap*/
/* .borde1tabs{
	border-radius: 0px!important;
} */
.bordetxttabs{
	border-left: solid 2px #341200;
	border-right: solid 2px #341200;
	border-bottom: solid 2px #341200;
	border-top: solid 1px #341200;
}

.shadowTabs{
	background-color: #F2F2F2;
	border-radius: 0px!important;
}
.fondo-nav-sup { 
	border-radius: 0px 5px 0px 0px;
	background-color: #341200!important; 
	color: #fff!important;
	border-bottom: 3px solid #fff !important; 	
	border-radius: 0px!important;
}
.fondo-nav-sup a {
	font-size: 1rem; 
	color: #fff!important; 
	cursor: pointer;
}

.fondo-nav-sup a:hover { 
	color: #341200!important; 
	background-color: #F9C873; 
	border: none; border-radius: none; 
}

.fondo-nav-content p {
	color: #333!important; 
}
.fondo-nav-content h5 {
	color: #341200!important; 
}

.fondo-nav-sup .nav-link.active { 
	color: #341200!important; 
	background-color: #F9C873!important; 
	border: none!important; 
}

.fondo-nav-sup .nav-link { 
	border-top-left-radius: 0px!important; 
	border-top-right-radius: 0px!important; 
}
/* Fin Tabs */

/* Radio button / Checkbox */
.Radiobutton {
	width: 30px; 
	height: 30px; 
	-moz-border-radius: 50%; 
	-webkit-border-radius: 50%; 
	border-radius: 50%; 
	display: flex; 
	justify-content: center; 
	align-items: center; 
	border: 2px solid #341200; 
	background-color: #fff;
	color: #fff!important; 
	font-weight: bold; 
	cursor: pointer; 
	-moz-user-select: none; 
	-webkit-user-select: none; 
	-ms-user-select: none; 
	user-select: none;
}
.Radiobutton-Activo{
	width: 30px;
	height: 30px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	background-color: #341200!important;
	font-weight: bold;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.Checkbox {
	width: 30px; 
	height: 30px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px; 
	display: flex; 
	justify-content: center; 
	align-items: center; 
	border: 2px solid #341200; 
	background-color: #fff!important;
	color: #fff!important; 
	font-weight: bold; 
	cursor: pointer; 
	-moz-user-select: none; 
	-webkit-user-select: none; 
	-ms-user-select: none; 
	user-select: none;
}
.Checkbox-Activo{
	width: 30px;
	height: 30px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	background-color: #341200!important;
	color: #fff!important;
	font-weight: bold;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
/* Radio button / Checkbox */

/*Inicio Bullets */
/* .Bullets{background-color:red; border-radius: 0px;} */
.Bullets .slider-prev{width: 10%!important;}
.Bullets .icon-slider{font-size: 25px; background: transparent; opacity: 1;}
.Bullets .icon-slider:hover, .icon-slider:focus, .icon-slider:active, .icon-slider:visited{background: transparent;}
.Bullets .btn-carousel .active {width: 10px!important; height: 10px!important; border-radius: 100%!important; background-color: #341200 !important; border: solid 1px #341200;}
.Bullets .btn-carousel li {width: 10px!important; height: 10px!important; border-radius: 100%!important; opacity: 1!important; background-color: #fff!important; border:#341200 solid 2px;}

ul.bulletCustom {
	list-style: none;
	color: #737373 !important
	}
	
	li.bulletCustom::before {
	content: "✔";
	color: #C55A12;
	display: inline-block;
	width: 1em;
	font-size: 30px !important;
	margin-left: -1em;
	}
	
/*Fin Bullets */

/*Inicio Sombras */
.sombra{
	background-color: white;
	border-radius: 5px;
	display: inline-block;
}
.sombra1{
	background-color: white;
	border-radius: 5px;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
	display: inline-block;
}
.sombra2{
	background-color: white;
	border-radius: 5px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
	display: inline-block;
}
.sombra3{
	background-color: white;
	border-radius: 5px;
	box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.2);
	display: inline-block;
}
.sombra4{
	background-color: #FFF5E3;
	border-radius: 5px;
	box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.2);
	display: inline-block;
}
/*Fin Sombras */

/* Inicio background colors */
.background1{
	background-color: #341200;
	display: inline-block;
}
.background2{
	background-color: #F9C873;
	display: inline-block;
}
.background2 p{
	color: #341200;
}
.background3{
	background-color: #F6B63E;
	display: inline-block;
}
.background3 p{
	color: #341200;
}
.background4{
	background-color: #F19800;
	display: inline-block;
}
.background4 p{
	color: #341200;
}
/* Fin background colors */

/* Inicio Boder colors */
.bordercolor1{
	border: solid 1px #341200;
	display: inline-block;
}
.bordercolor1 p{
	color: #341200;
}
.bordercolor3 p{
	color: #333;
}
/* Fin Boder colors */
	
/* Inicio Divisores */
.divisor1{border-top: solid 1px #341200;}
.divisor2{ height: 3.625rem; background-color: #F9C873; width: 100%; }

/* Inicio Contenedores de Citaciones */
.citacion1{		
	background-color: #F9C873;
	display: inline-block;
	border-left: 3px solid #341200;
}
.citacion1 p{		
	color: #341200;
}
.citacion2{		
	background-color: #FFF5E3;
	display: inline-block;
	border-left: 3px solid #341200;
}
.citacion2 p{		
	color: #341200;
}
.citacion3{		
	background-color: #F9C873;
	display: inline-block;
}
.citacion3 p{		
	color: #341200;
}
.citacion4{		
	background-color: #FFF5E3;
	display: inline-block;
}
.citacion4 p{		
	color: #341200;
}
.citacionicono{color: #341200!important;}
.citacionicono2{color: #341200!important;}
/* Fin Contenedores de Citaciones */
/* Fin Divisores */

/*Inicio Input */
.input1{
	border:none!important;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}
.input1[type="text"]:disabled{
	background-color: #E5FCFF;
	border:none;
	box-shadow: none!important;
	border-radius: 0px;
}
.input1[type="text"]:disabled::placeholder{
	color: rgba(51, 51, 51, 0.9)!important;
}
.input1::placeholder{
	color: #333!important;
}
.input1:focus{
	border: solid 3px #341200!important;
	background-color: #FFF5E3!important;
	box-shadow: none!important;
}
.TextArea1{
	border:none!important;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}
textarea {
	resize: none!important;
}
textarea:disabled::placeholder {
	color: rgba(51, 51, 51, 0.9)!important;
}
.form-control:disabled, .form-control[readonly]{
	background-color: #FFF5E3!important;		
	box-shadow: none!important;
}
/*Fin Input*/

/* Inicio Linea de Tiempo */
.BacktxtLineaT{
	background-color: #FFF5E3;
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
	border-radius: 5px;
}
.awsm-timeline-style-7 {
    color: #000;
}
.awsm-timeline-style-7 .awsm-timeline-block::before {
    width: 1px;
    margin-left: -3px;
    background: #341200;
}
.awsm-timeline-style-7.awsm-right-align .awsm-timeline-block::before {
    margin-right: -2px;
}
.awsm-timeline-block {
    padding-bottom: 60px;
    padding-left: 45px;
    padding-right: 45px;
}
.awsm-timeline-style-7 .awsm-timeline-img {
    padding: 0;
    margin-left: -23px;
    top: 0;
    width: 42px;
    height: 42px;
    color: #fff;
    text-align: center;
    font-size: 1.5rem;
}
.awsm-timeline-style-7 .awsm-timeline-img span {
    display: inline-block;
    margin: auto;
    padding: 6px;
    min-height: 25px;
    min-width: 25px;
	background: #F6B63E;
	border: 1px #341200 solid;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    vertical-align: top;
}
.awsm-timeline-style-7 .awsm-timeline-img i {
    display: block;
}
.awsm-timeline-style-7.awsm-right-align .awsm-timeline-img {
    margin-right: -21px
}
.awsm-timeline-style-7 .awsm-timeline-content {
    color: #000;
}
.awsm-timeline-style-7 .awsm-date {
    color: #9c9c9c;
}
.awsm-timeline-style-7 p {
    margin: 0;
}
.awsm-timeline-style-7 .awsm-labels span {
    position: relative;
    left: -35px;
    width: 78px;
    height: 78px;
    background: #341200;
    color: #fff;
    font-weight: 800;
    padding: 23px 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-transform: uppercase;
    text-align: center;
    font-size: 0.875rem;
    margin-left: -39px
}
@media only screen and (min-width:679px) {
    .awsm-date-opposite {
        margin-left: 203px;
    }
    .awsm-left-align.awsm-date-opposite {
        margin-left: 203px;
    }
    .awsm-right-align.awsm-date-opposite {
        margin-right: 203px;
        margin-left: 0
    }
    .awsm-timeline-style-7.awsm-alternate .awsm-timeline-content,
    .awsm-timeline-style-7.awsm-date-opposite .awsm-timeline-content {
        width: calc(50% - 44px);
    }
    .awsm-timeline-style-7.awsm-date-opposite .awsm-date {
        left: -248px;
        line-height: 20px;
        width: 160px;
    }
    .awsm-timeline-style-7.awsm-date-opposite.awsm-right-align .awsm-date,
    .awsm-timeline-style-7.awsm-date-opposite.awsm-alternate .awsm-timeline-block.awsm-odd-item .awsm-date {
        right: -248px;
        left: auto;
        text-align: left;
    }
    .awsm-timeline-style-7 .awsm-timeline-content-inner {
        padding-left: 110px;
        position: relative;
        min-width: 400px;
        transition: .6s ease all;
    }
    .awsm-timeline-style-7 .awsm-timeline-content-inner p {
        display: none;
        transition: .5s ease all;
    }
    .awsm-timeline-style-7 .awsm-timeline-block:hover .awsm-timeline-img span {
        transition: .5s ease all;
        border: 2px solid #341200;
		background: #FFF5E3;
    }
    .awsm-timeline-style-7 .awsm-timeline-block:hover .awsm-timeline-content-inner h3 {
        transition: .5s ease all;
        color: #341200;
        cursor: pointer;
    }
    .awsm-timeline-style-7 .awsm-timeline-block:hover .awsm-timeline-content-inner p {
        transition: .5s ease all;
        display: block;
    }
    .awsm-timeline-style-7.awsm-right-align .awsm-timeline-content-inner,
    .awsm-timeline-style-7.awsm-alternate .awsm-timeline-block.awsm-odd-item .awsm-timeline-content-inner {
        padding-left: 0;
        padding-right: 110px;
    }
    .awsm-timeline-style-7.awsm-date-opposite .awsm-timeline-content-inner,
    .awsm-timeline-style-7.awsm-date-opposite .awsm-timeline-block.awsm-odd-item .awsm-timeline-content-inner {
        padding: 0;
    }
    .awsm-timeline-style-7 .awsm-date {
        position: absolute;
        left: 0;
        width: 80px;
    }
    .awsm-timeline-style-7.awsm-right-align .awsm-date,
    .awsm-timeline-style-7.awsm-alternate .awsm-timeline-block.awsm-odd-item .awsm-date {
        left: auto;
        right: 0;
    }
    .awsm-timeline-style-6.awsm-alternate .awsm-labels span {
        margin: 0;
    }
}
@media only screen and (max-width:678px) {
    .awsm-timeline-style-7.awsm-responsive-right .awsm-timeline-block::before {
        margin-right: -2px;
    }
    .awsm-timeline-style-7.awsm-responsive-right .awsm-timeline-img {
        margin-right: -21px;
    }
    .awsm-timeline-style-7.awsm-responsive-right .awsm-labels span {
        left: auto;
        right: -35px;
        margin-left: 0;
        margin-right: -39px;
    }
}

.awsm-container {
    max-width: 600px;
    margin: 0;
    padding: 10px 0;
}
.awsm-container::after {
    content: '';
    display: table;
    clear: both;
}
.awsm-timeline {
    position: relative;
}
.awsm-right-align {
    text-align: right;
}
.awsm-timeline-block {
    position: relative;
    min-height: 16px;
    padding-left: 35px;
    padding-right: 35px;
}
.awsm-timeline-block::before {
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
}
.awsm-timeline-block:last-child::before {
    display: none;
}
.awsm-right-align .awsm-timeline-block::before {
    right: 0;
    left: auto!important;
    margin-left: 0!important;
}
.awsm-timeline-block::after {
    content: "";
    display: table;
    clear: both;
}
.awsm-timeline-img {
    position: absolute;
    min-width: 1px;
    min-height: 1px;
    left: 0;
    top: 0;
}
.awsm-timeline-img i {
    display: block;
}
.awsm-right-align .awsm-timeline-img {
    margin-left: 0!important;
    left: auto!important;
    right: 0;
}
.awsm-last-empty-item .awsm-timeline-img span {
    vertical-align: top;
}
.awsm-timeline-content-inner {
    position: relative;
}
.awsm-date {
    display: block;
}
.cssanimations .awsm-timeline-content.is-hidden {
    visibility: hidden;
}
.cssanimations .awsm-timeline-content.animated {
    visibility: visible;
}
.awsm-labels span {
    display: inline-block;
}
.awsm-labels {
    padding: 20px 0;
}
.awsm-labels.awsm-start-label {
    padding-top: 0!important;
}
.awsm-labels.awsm-end-label {
    margin-bottom: 0!important;
}
@media only screen and (min-width:679px) {
    .awsm-container {
        margin: 0 -126px;
    }
    .awsm-date-opposite {
        margin-left: 190px;
    }
    .awsm-left-align.awsm-date-opposite {
        margin-left: 190px;
    }
    .awsm-right-align.awsm-date-opposite {
        margin-right: 190px;
        margin-left: 0;
        text-align: right;
    }
    .awsm-date-opposite.awsm-alternate {
        margin: 0;
    }
    .awsm-timeline.awsm-alternate.awsm-left-align .awsm-timeline-content,
    .awsm-timeline.awsm-date-opposite.awsm-left-align .awsm-timeline-content,
    .awsm-timeline.awsm-alternate.awsm-right-align .awsm-timeline-content,
    .awsm-timeline.awsm-date-opposite.awsm-right-align .awsm-timeline-content {
        width: 100%;
    }
    .awsm-alternate .awsm-timeline-block::before {
        left: 50%;
    }
    .awsm-alternate .awsm-timeline-img {
        left: 50%!important;
    }
    .awsm-alternate .awsm-timeline-block.awsm-even-item {
        min-width: 500px!important;
    }
    .awsm-alternate .awsm-timeline-block.awsm-even-item .awsm-timeline-content {
        float: right;
    }
    .awsm-alternate .awsm-timeline-block.awsm-odd-item .awsm-timeline-content {
        float: left;
    }
    .awsm-date-opposite .awsm-date {
        position: absolute;
        top: 0;
        text-align: right;
    }
    .awsm-alternate .awsm-timeline-block.awsm-odd-item .awsm-timeline-content,
    .awsm-alternate.awsm-date-opposite .awsm-timeline-block.awsm-even-item .awsm-date,
    .awsm-date-opposite.awsm-left-align .awsm-date,
    .awsm-right-align {
        text-align: right;
    }
    .awsm-alternate.awsm-date-opposite .awsm-timeline-block.awsm-odd-item .awsm-timeline-content .awsm-date,
    .awsm-date-opposite.awsm-right-align .awsm-date {
        text-align: left;
    }
    .awsm-alternate .awsm-timeline-label-block {
        text-align: center;
    }
    .awsm-alternate .awsm-timeline-label-block .awsm-labels span {
        left: 0;
        right: 0;
    }
}
@media only screen and (max-width:678px) {
    .awsm-timeline {
        margin-left: 20px
    }
    .awsm-timeline.awsm-right-align,
    .awsm-timeline.awsm-responsive-right {
        margin-right: 20px;
        margin-left: 0;
    }
    .awsm-responsive-right .awsm-timeline-block::before {
        right: 0;
        left: auto!important;
        margin-left: 0!important;
    }
    .awsm-responsive-right {
        text-align: right;
    }
    .awsm-responsive-right .awsm-timeline-img {
        margin-left: 0!important;
        left: auto!important;
        right: 0;
    }
    .awsm-date {
        margin-bottom: 10px;
    }
}
/* Fin Linea de Tiempo */

/* Inicio Actividades */
.Fondo-AP {
    background-image: url(../img/ME000_009_Ap_1img.png);
	/* background-color: salmon; */
	background-position: center top;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover!important;
    width: 100vw!important;
    min-height: 110vh;
}

.Fondo-AS {
    background-image: url(../img/ME000_023_AS_1img.png);
	/* background-color: salmon; */
	background-position: center top;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover!important;
    width: 100vw!important;
    min-height: 110vh;
}


.Fondo-AE{
	background-image: url(../img/ME000_029_AS_1img.png);
	/* background-color: salmon; */
	background-position: center top;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover!important;
    width: 100vw!important;
    min-height: 110vh;
}

.Fondo-CP {
    background-image: url(../img/ME000_011_Cp_1img.png);
	/* background-color: salmon; */
	background-position: center top;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover!important;
    width: 100vw!important;
    min-height: 110vh;
}

@media (max-width: 992px) {
	.Fondo-AP {
		background-image: none!important; 
	}
	.Fondo-AE{
		background-image: none!important; 
	}
	.Fondo-AS {
		background-image: none!important; 
	}
	.Fondo-CP {
		background-image: none!important; 
	}
}

.bordeEnuncaidoActividad{
	border-left: #341200 3px solid;
	border-right: #341200 3px solid;
	border-bottom: #341200 3px solid;
	border-radius: 0px 0px 5px 5px;
}
.FondoEnunciadoTituloActividad{
	background-color: #F9C873;
	color: #341200;
}
/* Fin Actividades */

/* Inicio Creditos */
.FondoCreditos { background-color: #341200; }
/* Fin Creditos */

/* Inicio Fin Unidad */
.AlertaFin { width: 100px; height: 100px; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; background: #FF6B5D; }
/* Fin Fin Unidad */

/*Inicio Leer más*/
.more {cursor: pointer; color: #172E46; font-weight: bold; font-size: 16px;}
.verMas{cursor: pointer; color: #172E46; font-weight: bold; font-size: 16px;}
.complete {display: none;}
/*Fin Leer más*/

/* PIE DE PAGINA IMAGENES EN LAS ACTIVIDADES */
.RefimgActiv { 
	position: absolute; 
	color: #fff!important; 
	font-size: 0.875rem; 
	bottom: 60px; 
	right: 30px; 
	z-index: 1000;
}
@media (max-width: 992px) {
	.RefimgActiv { display: none; }
}
/* PIE DE PAGINA IMAGENES EN LAS ACTIVIDADES */

/* Texto dentro de circulo */
.circulo {
	width: 100px;
    height: 100px;
    -moz-border-radius: 60%;
    -webkit-border-radius: 60%;
    border-radius: 60%;
    background: #F19800;
    padding: 10px 12px;
	color: #341200;
	font-weight: bold;
}
/* Texto dentro de circulo */