* {
	box-sizing: border-box;
}
body {
	--e-global-color-primary: #0ae591;
	--e-global-color-secondary: #05232d;
	--e-global-color-text: #505050;
	--e-global-color-accent: #0ae591;
	--e-global-color-7f5a3cf: #f8f8f8;
	--e-global-color-c261fdf: #ffd552;
	--e-global-color-9076ed0: #07ecad;
	--e-global-color-d1a996a: #0699f4;
	--e-global-color-c1dd39d: #fff;
	--e-global-color-e19ebf8: #9267e8;
	--e-global-color-1324beb: #b596f4;
	--e-global-typography-primary-font-family: "Canela";
	--e-global-typography-primary-font-weight: 600;
	--e-global-typography-secondary-font-family: "Public Sans";
	--e-global-typography-secondary-font-weight: 400;
	--e-global-typography-text-font-family: "Public Sans";
	--e-global-typography-text-font-weight: 400;
	--e-global-typography-accent-font-family: "Public Sans";
	--e-global-typography-accent-font-weight: 500;

	color: var(--e-global-color-text);
	background-color: var(--e-global-color-c1dd39d);

    font-family: Public Sans, 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';
	font-weight: 400;
	line-height: 1.4;
    letter-spacing: .015em;
    word-spacing: .001em;
	margin: 0;
	padding: 0;
}
.botonVerde {
	background-color: var(--e-global-color-primary);
    border-style: none;
	border-radius: 5px;
    font-size: 16px;
    line-height: 16px;
	font-weight: 700;
	text-decoration: none;
    padding: 12px 24px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    transition: all .4s ease;
	cursor: pointer;
}
.botonVerde:hover {
	background-color: var(--e-global-color-secondary);
}
.centrado {
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
	margin: 22px 0;
}
.front_content {
	display: flex;
	flex-direction: column;
}
.front_content .center_content {
	position: relative;
    margin: 0 auto;
    max-width: 1140px;
	padding: 0 20px;
	flex-grow: 1;
}
.front_content .front_titulo {
	position: relative;
	background-color: var(--e-global-color-secondary);
	padding: 60px 0 80px 0;
}
h1 {
	color: var(--e-global-color-c1dd39d);
	text-align: left;
    font-family: "Canela", Sans-serif;
    font-size: 110px;
    line-height: 1.2em;
	font-weight: 200;
    letter-spacing: 0px;
	margin: 20px 0;
}
h2 {
	color: var(--e-global-color-c1dd39d);
    font-family: "Canela", Sans-serif;
    font-size: 52px;
    font-weight: 200;
    line-height: 55px;
    letter-spacing: -.4px;
	margin: 0;
}
h2.center {
	text-align: center;
}
.front_content .front_cuerpo h2 {
	color: var(--e-global-color-secondary);
}
h3 {
	font-family: "Canela", Sans-serif;
    font-size: 60px;
    font-weight: 200;
    line-height: 1.1em;
    letter-spacing: .2px;
	color: var(--e-global-color-secondary);
}
h4 {
	color: var(--e-global-color-primary);
	font-family: "Public Sans", Sans-serif;
    font-size: 21px;
    font-weight: 400;
    text-transform: uppercase;
	margin-bottom: 40px;
}
h6 {
	font-family: "Public Sans", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: var(--e-global-color-9076ed0);
	text-transform: uppercase;
	margin: 0;
}
h6 a {
    color: var(--e-global-color-9076ed0);
	text-decoration: none;
	transition: color 0.3s;
}
h6 a:hover {
    color: var(--e-global-color-c1dd39d);
}
.front_titulo h6 {
	margin-bottom: 20px;
}
.cunya {
	position: absolute;
    left: 0;
	width: 100%;
	pointer-events: none;
    overflow: hidden;
}
.cunya svg {
	display: block;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    width: calc(100% + 1.3px);
	height: 30px;
}
.cunyaAbajo {
	bottom: -1px;
	transform: rotate(180deg);
}
.cunyaArriba {
	top: -1px;
}
.front_content .front_titulo .cunyaAbajo svg .svgCunya {
	fill: var(--e-global-color-9076ed0);
	transform: rotateY(0);
    transform-origin: center;
}
.front_content .front_cuerpo {
	position: relative;
	background-color: var(--e-global-color-7f5a3cf);
	flex-grow: 1;
	font-size: 22px;
	padding: 40px 0;
}
.front_content .front_cuerpo .cunyaArriba svg .svgCunya {
	fill: var(--e-global-color-d1a996a);
	transform: rotateY(0);
    transform-origin: center;
}
.front_content .front_footer {
	display: flex;
	align-items: center;
	color: #fff;
	background-color: var(--e-global-color-secondary);
	font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
	min-height: 60px;
}
.noDistribuible {
	background-color: #f33;
}
.avisoNoDistribuible {
	color: #f33;
	margin-top: 16px;
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
}
.avisoNoDistribuible i {
	font-size: 20px;
}

section.carrusel {
	width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
	margin: 20px 0;
}
section.carrusel article.fichaProyecto {
	display: flex;
	flex-direction: column;
	margin-bottom: 35px;
    text-align: left;
    transition: all .3s ease-in;
    border-radius: 2px;
	background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .07);
}
@media (max-width: 767px) {
	section.carrusel article.fichaProyecto {
        width: calc(100% / 1);
		margin-left: 0;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
	section.carrusel article.fichaProyecto {
        width: calc(100% / 2 - 24px);
		margin-left: 24px;
    }
}
@media (min-width: 1025px) {
	section.carrusel article.fichaProyecto {
		width: calc(100% / 3 - 24px);
		margin-left: 24px;
	}
}
section.carrusel article.fichaProyecto:hover {
	box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, .1);
}
section.carrusel article.fichaProyecto > a {
	position: relative;
	overflow: hidden;
}
section.carrusel article.fichaProyecto > a img {
	display: block;
	width: 100%;
	transition: transform 0.3s;
}
section.carrusel article.fichaProyecto > a .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: var(--e-global-color-secondary);
	opacity: 0.3;
	transition: opacity 0.3s;
}
section.carrusel article.fichaProyecto > a:hover img {
	/*filter: brightness(100%) contrast(200%) saturate(0%) blur(0px) hue-rotate(0deg);*/
	transform: scale(110%);
}
section.carrusel article.fichaProyecto > a:hover .overlay {
    opacity: .8;
}
section.carrusel article.fichaProyecto .info {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 20px;
}
section.carrusel article.fichaProyecto .info .header {
	margin: 0 0 5px;
}
section.carrusel article.fichaProyecto .info .header a {
	color: var(--e-global-color-secondary);
    font-family: "Canela", Sans-serif;
    font-size: 32px;
    font-weight: 300;
    letter-spacing: .2px;
	line-height: 1.3;
	text-decoration: none;
}
section.carrusel article.fichaProyecto .info p.categoriaSubcategoria {
	text-align: left;
    margin: 0;
    padding: 5px 0 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6em;
}
section.carrusel article.fichaProyecto .info p.diasAcceso, section.carrusel article.fichaProyecto .info p.horas {
	text-align: center;
    margin: auto 0 0;
    padding: 20px 0 0;
    font-size: 16px;
	line-height: 16px;
    font-weight: 700;
}

.thumbDescripcion {
	display: flex;
	flex-direction: column;
	gap: 40px;
	margin-bottom: 50px;
}
.thumbDescripcion .thumb, .thumbDescripcion .descripcion {
	width: 100%;
}
.thumbDescripcion .thumb {
	text-align: center;
	position: relative;
}
.thumbDescripcion .thumb img {
	display: inline-block;
	width: 100%;
	max-width: 512px;
}
@media (min-width: 768px) {
	.thumbDescripcion {
		flex-direction: row;
	}
	.thumbDescripcion.col2 .thumb, .thumbDescripcion.col2 .descripcion {
		width: calc(50% - 20px);
	}
}

section.front_amarillo {
	position: relative;
	color: var(--e-global-color-secondary);
	background-color: var(--e-global-color-c261fdf);
	text-align: center;
    font-family: "Canela", Sans-serif;
/*	font-size: 75px;*/
    font-size: 52px;
    line-height: 1.5em;
	word-spacing: 1px;
	margin: 80px 0;
}
.front_content .front_cuerpo .front_amarillo svg .svgCunya {
	fill: var(--e-global-color-c261fdf);
}
.front_content .front_cuerpo .front_amarillo .cunyaArriba {
	top: -29px;
	transform: rotate(180deg);
}
.front_content .front_cuerpo .front_amarillo .cunyaAbajo {
	bottom: -29px;
	transform: rotate(0);
}
.front_content .front_cuerpo .front_amarillo .center_content {
	padding-top: 40px;
	padding-bottom: 60px;
}
.animSubrayado {
	display: inline-block;
	position: relative;
	vertical-align: bottom;
}
.animSubrayado span {
	display: inline-block;
	position: relative;
	left: 0;
	top: 0;
	line-height: 1px;
}
.animSubrayado svg {
	position: absolute;
	height: calc(100% + 20px);
    left: 50%;
    overflow: visible;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 20px);
}
.animSubrayado svg path {
	fill: none;
	stroke: #fff;
	stroke-width: 7px;
	stroke-dasharray: 1500px, 1500px;
}

section.front_categorias .tabla_categorias {
	width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
	margin: 20px 0;
}
section.front_categorias .tabla_categorias .categoria {
	display: block;
	margin-bottom: 35px;
	padding: 10px;
	text-decoration: none;
}
@media (max-width: 767px) {
	section.front_categorias .tabla_categorias .categoria {
        width: calc(100% / 1);
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
	section.front_categorias .tabla_categorias .categoria {
        width: calc(100% / 2);
    }
}
@media (min-width: 1025px) {
	section.front_categorias .tabla_categorias .categoria {
		width: calc(100% / 3);
	}
}
section.front_categorias .tabla_categorias .categoria .iconoContainer {
	text-align: center;
	margin-bottom: 24px;
}
section.front_categorias .tabla_categorias .categoria .icono {
	color: var(--e-global-color-secondary);
	display: inline-block;
	font-size: 42px;
	line-height: 1;
	padding: .5em;
	border-radius: 50%;
    transition: transform .3s;
}
section.front_categorias .tabla_categorias .categoria .icono i, section.front_categorias .tabla_categorias .categoria .icono img {
	display: block;
    position: relative;
    width: 1em;
    height: 1em;
}
section.front_categorias .tabla_categorias .categoria:nth-of-type(1) .icono {
	background-color: rgba(7, 236, 173, .85);
}
section.front_categorias .tabla_categorias .categoria:nth-of-type(2) .icono {
	background-color: rgba(255, 213, 82, 0.62);
}
section.front_categorias .tabla_categorias .categoria:nth-of-type(3) .icono {
	background-color: rgba(253, 71, 69, 0.54);
}
section.front_categorias .tabla_categorias .categoria:nth-of-type(4) .icono {
	background-color: rgb(181, 150, 244);
}
section.front_categorias .tabla_categorias .categoria:nth-of-type(5) .icono {
	background-color: rgba(255, 144, 69, 0.71);
}
section.front_categorias .tabla_categorias .categoria:nth-of-type(6) .icono {
	background-color: rgba(5, 35, 45, 0.24);
}
section.front_categorias .tabla_categorias .categoria:nth-of-type(7) .icono {
	background-color: rgba(6, 153, 244, .85);
}
section.front_categorias .tabla_categorias .categoria:nth-of-type(8) .icono {
	background-color: rgba(110, 70, 40, 0.54);
}
section.front_categorias .tabla_categorias .categoria:nth-of-type(9) .icono {
	background-color: rgba(103, 232, 146, 0.62);
}
section.front_categorias .tabla_categorias .categoria:nth-of-type(10) .icono {
	background-color: rgba(250, 80, 240, 0.4);
}
section.front_categorias .tabla_categorias .categoria:hover .icono {
    color: #fff;
	background-color: var(--e-global-color-secondary);
	transform: scale(.9);
}
section.front_categorias .tabla_categorias .categoria:hover .icono img {
	filter: brightness(0) invert(1);
}
section.front_categorias .tabla_categorias .categoria h3 {
    font-size: 36px;
    font-weight: 300;
	text-align: center;
	margin: 10px 40px 5px;
}
.fichaCatalogo {
	width: 100%;
	border-collapse: collapse;
}
.fichaCatalogo tr {
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}
.fichaCatalogo th {
	text-align: left;
	vertical-align: top;
	padding: 0 8px 0 16px;
}
.fichaCatalogo td {
	padding: 0 16px 0 8px;
}

.buscadorCatalogo h4 {
	margin-bottom: 20px;
}
.buscadorCatalogo form {
	margin: 0 0 50px 0;
	padding: 0;
}
.buscadorCatalogo label {
	font-size: 16px;
}
.buscadorCatalogo td > * {
	min-height: 50px;
}
.buscadorCatalogo input, .buscadorCatalogo select {
    display: inline-block;
    margin: 0 20px 0 0;
	padding: 0 16px;
    border: none;
	border-radius: 0;
	min-width: 0;
    font-size: 15px;
    line-height: 1;
    vertical-align: middle;
    white-space: normal;
	color: #1f1f1f;
	background: #fff;
	font-family: "Public Sans", BlinkMacSystemFont, -apple-system, Roboto, "Lucida Sans";
}
.buscadorCatalogo input::-webkit-search-cancel-button, .buscadorCatalogo input::-webkit-search-decoration {
	-webkit-appearance: none;
	appearance: none;
}
.buscadorCatalogo input:focus {
	outline: none;
}
.buscadorCatalogo button {
	display: inline-block;
	min-width: 50px;
    background-color: var(--e-global-color-primary);
	border: none;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

i.icon.destacado {
    font-size: 32px;
	color: #f1f2f3;
	cursor: pointer;
	transition: all 0.3s;
}
i.icon.destacado.on {
	color: var(--e-global-color-c261fdf);
}
section.carrusel article.fichaProyecto .info .header i.icon.destacado {
	float: right;
	margin-left: 12px;
}
.thumbDescripcion .thumb i.icon.destacado {
	position: absolute;
	right: 24px;
	bottom: 24px;
	background-color: rgba(0,0,0,.25);
	border-radius: 50%;
	padding: 8px;
	width: 48px;
}