.cabecera{
	position: absolute;
	top: 30px;
	left: 30px;
	right: 30px;
	z-index: 3;
}

.cabecera .contenedorban{
	position: relative;
}

.cabecera .izquierda{
	float: left;
	margin-top: 40px;
}

.cabecera .izquierda .menu{
	position: relative;
}

.cabecera .derecha{
	position: absolute;
	right: 0;
	top: 40px;
}

.cabecera .derecha .menu_desplegar .desplegable_idiomas{
	position: absolute;
	top: 60px;
	left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    display: none;
}

.cabecera .derecha .menu_desplegar .desplegable_idiomas li{
	white-space: nowrap;
    display: block;
    text-align: left;
    margin-right: 0;
    margin-top: 10px;
}

.cabecera .derecha .menu_desplegar .desplegable_idiomas li:first-child{
	margin-top: 0;
}

.cabecera .derecha .menu_desplegar .desplegable_idiomas li a, .cabecera .derecha .menu_desplegar .desplegar_idiomas,
.cabecera .izquierda .menu .menu_ham{
	display: inline-block;
    position: relative;
    vertical-align: top;
    padding: 15px 30px 12px;
    font-size: 1.458em;
    line-height: 1.6;
    min-width: 170px;
    background-color: var(--granate);
    color: var(--crema);
    text-decoration: none;
    border-radius: 25px;
}

.cabecera .izquierda .menu .menu_ham{
	min-width: 140px;
	text-align: right;
}

.cabecera .derecha .menu_desplegar .desplegar_idiomas{
	cursor: pointer;
	background: url('../img/web/abajo-w.svg') no-repeat right 30px center;
    background-size: 10px;
    background-color: var(--granate);
}

.menu_ham .the_bars {
    height: 2px;
    width: 20px;
    left: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: var(--crema);
    position: absolute;
    top: 55%;
    margin-top: -2px;
    -webkit-transition: none;
    transition: none;
}

.menu_ham .the_bars:before, .menu_ham .the_bars:after {
    content: '';
    position: absolute;
    height: 2px;
    left: 0;
    top: -7px;
    width: 20px;
    background: var(--crema);
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-duration: 0.3s, 0.3s;
    -moz-transition-duration: 0.3s,0.3s;
    -ms-transition-duration: 0.3s,0.3s;
    -o-transition-duration: 0.3s,0.3s;
    transition-delay: 0.3s, 0s;
    -webkit-transition-delay: 0.3s, 0s;
    -ms-transition-delay: 0.3s,0s;
    -moz-transition-delay: 0.3s,0s;
    -o-transition-delay: 0.3s,0s;
    transition-property: top, -webkit-transform;
    transition-property: top, transform;
    transition-property: top, transform, -webkit-transform;
    -webkit-transition-property: top, -webkit-transform;
    -moz-transition-property: top,-moz-transform;
    -ms-transition-property: top,-ms-transform;
}

.menu_ham .the_bars:after {
    top: unset;
    bottom: -7px;
    transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
    transition-property: bottom, transform, -webkit-transform;
    -webkit-transition-property: bottom, -webkit-transform;
    -moz-transition-property: bottom,-moz-transform;
    -ms-transition-property: bottom,-ms-transform;
    -o-transition-property: bottom,-o-transform;
}

body.mm-ocd-opened .menu_ham .the_bars {
    background-color: transparent;
}

body.mm-ocd-opened .menu_ham .the_bars:before {
    max-width: unset;
    top: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transition-delay: 0s, 0.3s;
    -webkit-transition-delay: 0s, 0.3s;
    -ms-transition-delay: 0s,0.3s;
    -moz-transition-delay: 0s,0.3s;
    -o-transition-delay: 0s,0.3s;
    background-color: var(--crema);
}

body.mm-ocd-opened .menu_ham .the_bars:after {
    bottom: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transition-delay: 0s, 0.3s;
    -webkit-transition-delay: 0s, 0.3s;
    -ms-transition-delay: 0s,0.3s;
    -moz-transition-delay: 0s,0.3s;
    -o-transition-delay: 0s,0.3s;
    background-color: var(--crema);
}

.mm-spn.mm-spn--light{
	background: var(--crema);
}

.mm-spn.mm-spn--navbar:after {
    font-size: 2.5em;
    font-weight: 500;
    opacity: 1;
    background: var(--granate);
    color: var(--crema);
}

.mm-spn .falso_link, .mm-spn a {
    font-size: 1.667em;
    font-weight: 400;
    color: var(--marron);
}

.falso_link.sel, #mmmenu ul li.sel a {
    color: var(--granate);
    text-decoration: underline;
    font-weight: 600;
}

.mm-spn.mm-spn--navbar:before {
    opacity: 1;
    z-index: 2;
    border-color: var(--crema);
}

.mm-spn li:before{
	opacity: .6;
	color: var(--granate);
}

.cabecera .centro{
	position: relative;
	text-align: center;
	margin: 0 auto;
	max-width: 310px;
	padding: 20px;
	background: var(--crema);
	border-radius: 25px;
	z-index: 2;
}

.cabecera .centro:before, .cabecera .centro:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 143px;
	height: 59px;
	background: url('../img/web/radiado-logo.png') no-repeat top center;
	background-size: cover;
	transform: translateX(-45px);
	z-index: 1;
}

.cabecera .centro:after{
	left: unset;
	right: 0;
	transform: scaleX(-1) translateX(-45px);
	z-index: -1;
}

.cabecera .centro .logo{
	display: block;
}

.boton{
	position: relative;
	display: inline-block;
	vertical-align: top;
	height: 70px;
	line-height: 70px;
	background: var(--marron);
	border: 1px solid var(--marron);
	color: var(--crema);
	border-radius: 35px;
	min-width: 240px;
	padding: 0 90px 0 30px;
	font-size: 1.667em;
    font-weight: 400;
    text-align: left;
}

.boton:after{
	content: '';
	position: absolute;
	right: 13px;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	background: url('../img/web/flecha-br.svg') no-repeat center;
	background-size: 16px;
	background-color: var(--crema);
	border-radius: 50%;
	transition: all 250ms linear;
}

.banners, .migas{
	position: relative;
	z-index: 1;
}

.banners .banner {
    position: relative;
    display: none;
    height: calc(100vh);
    height: calc(var(--vh, 1vh) * 100);
    max-height: 960px;
    min-height: 960px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: var(--radiado);
    overflow: hidden;
    z-index: 1;
}

.banners .banner:first-child{
	display: block;
}

.banners .banner:before, .descubre .fondo:before, .migas .miga:before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.4);
	border-radius: var(--radiado);
}

.logo img, .imagen img{
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.banners .banner .texto{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 120px;
	text-align: center;
	margin: 0 auto;
	max-width: 55%;
}

.banners .banner .texto .subtitulo, .banners .banner .texto .titulo{
	font-size: 2.5em;
	font-weight: 400;
	line-height: 1.3;
	color: var(--blanco);
	text-wrap: pretty;
}

.banners .banner .texto .titulo{
	font-size: 5.833em;
	font-weight: 500;
	line-height: 1.1;
	margin-top: 20px;
}

.banners .banner .texto .descripcion{
	font-size: 1.667em;
	color: var(--blanco);
	line-height: 1.6;
	font-weight: 300;
	margin-top: 30px;
}

.banners .banner .texto .enlaces{
	margin-top: 90px;
}

.banners .banner .texto .enlaces .boton.secundario, .contenido.programa .texto .enlace .boton{
	border: 0;
	margin-left: 30px;
	background: var(--granate);
}

.banners .banner .texto .enlaces .boton.secundario:after,
.contenido.programa .texto .enlace .boton:after{
	background-image: url('../img/web/flecha-gr.svg');
}

.titulo a, .informacion a{
	color: currentColor;
	text-decoration: none;
}

.contenido{
	padding: 90px 0;
}

.texto .titulo{
	font-size: 5em;
	color: var(--granate);
	line-height: 1.1;
	text-wrap: pretty; 
}

.texto .descripcion, .descripcion.secundaria, .txt .descripcion{
	font-size: 1.875em;
	line-height: 1.6;
	margin-top: 35px;
}

.presentacion .contenedor{
	position: relative;
}

.presentacion .imagenes, .presentacion .texto{
	display: inline-block;
	position: relative;
	vertical-align: top;
	width: calc(50% + 20px);
	margin-right: 90px;
}

.presentacion .texto{
	position: static;
	width: calc(50% - 110px);
	margin-right: 0;
	float: right;
}

.presentacion .texto .enlaces{
	position: absolute;
	bottom: 0;
}

.presentacion .texto .enlaces .boton.sec, .presentacion.inscribete .texto .enlace .boton{
	margin-left: 148px;
	background: var(--naranja);
	border: 1px solid var(--naranja);
}

.presentacion .texto .enlaces .boton.sec{
	margin-left: 0;
}

.presentacion .texto .enlaces .boton:first-child{
	margin-right: 40px;
	margin-bottom: 20px;
}

.imagen .foto{
	display: block;
	overflow: hidden;
}

.foto.redondeada{
	border-radius: 25px;
	overflow: hidden; 
}

.caja .contenedor{
	border-radius: 25px;
	overflow: hidden;
	background: var(--naranja);
	padding: 30px 0;
}

.caja .contenedor .item{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 33.3334%;
	text-align: center;
	padding-top: 60px;
	background: url('../img/web/calendario-br.svg') no-repeat top center;
	background-size: 40px;
}

.caja .contenedor .item:nth-child(2){
	background-image: url('../img/web/ubicacion-br.svg');
	background-size: 44px;
}

.caja .contenedor .item:nth-child(3){
	background-image: url('../img/web/correo-br.svg');
	background-size: 44px;
}

.caja .contenedor .item .leyenda, .caja .contenedor .item .informacion{
	font-size: 1.4em;
	line-height: 1.6;
	color: var(--crema);
}

.caja .contenedor .item .informacion{
	font-size: 1.667em;
	margin-top: 10px;
}

.contenido.ponencias, .presentacion.cerrato, .presentacion.paisaje{
	padding: 90px 0 60px;
}

.contenido.ponencias .texto{
	text-align: center;
	max-width: 50%;
	margin: 0 auto;
}

.contenido.ponencias .texto .descripcion{
	color: var(--granate);
}

.contenido.ponencias .texto .enlace{
	margin-top: 30px;
}

.contenido.ponencias .pots{
	margin-top: 60px;
	background: var(--granate);
	border-radius: 30px;
	padding: 60px 0 125px;
}

.contenido.ponencias .pots .item{
	display: none;
	position: relative;
	vertical-align: top;
	width: calc(20% - (10px * 4 / 5));
	margin-right: 10px;
}

.contenido.ponencias .pots .item:nth-child(-n+5){
	display: inline-block;
}

.contenido.ponencias .pots .contenedor.owl-loaded .item{
	display: block;
	width: auto;
	margin-right: 0;
}

.contenido.ponencias .pots .item:nth-child(5n){
	margin-right: 0;
}

.contenido.ponencias .pots .item .txt{
	text-align: center;
	background: var(--crema);
	padding: 25px 35px;
	border-radius: 20px;
	overflow: hidden;
	transform: translateY(-25px);
}

.contenido.ponencias .pots .item .txt .tit, .contenido.ponencias .pots .item .txt .cargo{
	font-size: 1.667em;
	line-height: 1.6;
	color: var(--granate);
	min-height: 1.6em;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.contenido.ponencias .pots .item .txt .tit{
	cursor: pointer;
}

.contenido.ponencias .pots .item .txt .cargo{
	font-size: 1.458em;
	color: var(--marron);
	font-weight: 400;
	margin-top: 10px;
	min-height: calc(1.6em * 2);
	-webkit-line-clamp: 2;
    line-clamp: 2;
}

.contenido.ponencias .pots .owl-nav{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto;
	transform: translateY(65px);
}

.contenido.ponencias .pots .owl-nav [class^="owl-"]{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 60px;
	height: 60px;
	background: url('../img/web/flecha-gr.svg') no-repeat center;
	background-size: 20px;
	background-color: var(--crema);
	border-radius: 50%;
	border: 1px solid var(--crema);
	transform: rotate(180deg);
	margin-right: 10px;
}

.contenido.ponencias .pots .owl-nav .owl-next{
	transform: none;
	margin-right: 0;
}

.contenido.ponencias .pots .owl-nav [class^="owl-"].disabled{
	background-image: url('../img/web/flecha-cr.svg');
	background-color: transparent;
}

.popup{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 10;
}

.popup .slide{
	padding: 5px;
	overflow: auto;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	z-index: 99994;
}

.popup .slide:before{
	content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.popup .fondo{
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(40, 35, 24, .5);
    z-index: 1;
}

.popup .interior{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px;
    background: var(--crema);
    z-index: 2;
    border-radius: 30px;
}

.popup .interior .imagenes, .popup .interior .texto{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(40% - 52px);
	margin-right: 40px;
}

.popup .interior .texto{
	width: calc(60% + 12px);
	margin-right: 0;
	float: right;
}

.popup .cerrar_ponente{
	position: absolute;
    top: 30px;
    right: 30px;
    display: block;
    text-indent: -9999px;
    width: 16px;
    height: 16px;
    background: url(../img/web/cerrar-b.svg) no-repeat center;
    background-size: 16px;
}

.popup .interior .texto .titulo{
	font-size: 2.5em;
	line-height: 1.3;
}

.popup .interior .texto .procedencia{
	font-size: 1.8em;
	line-height: 1.5;
	font-weight: 500;
	color: var(--granate);
}

.popup .interior .texto .descripcion{
	font-size: 1.458em;
	color: var(--marron);
	font-weight: 400;
	margin-top: 20px;
}

.popup .interior .imagenes .correo{
	margin-top: 20px;
	color: var(--granate);
}

.popup .interior .imagenes .correo a{
	display: inline-block;
	position: relative;
	vertical-align: top;
	padding-left: 55px;
	font-size: 1.45em;
	font-weight: 600;
	line-height: 44px;
	color: currentColor;
	text-decoration: none;
	word-break: break-all;
}

.popup .interior .imagenes .correo a:before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 44px;
	height: 44px;
	background: url('../img/web/email-gr.svg') no-repeat center;
	background-size: 20px;
	border-radius: 50%;
	border: 1px solid rgba(107, 58, 70, .3);
	transition: all 250ms linear;
}

.contenido.descubre{
	padding: 0;
}

.descubre .fondo {
    position: relative;
    height: calc(100vh);
    height: calc(var(--vh, 1vh) * 100);
    min-height: 960px;
    max-height: 960px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: var(--radiado);
}

.descubre .fondo:before{
	background: rgba(0,0,0,.2);
}

.descubre .fondo .texto{
	position: absolute;
	left: 0;
	right: 0;
	top: 55%;
	transform: translateY(-50%);
	text-align: center;
	max-width: 680px;
	margin: 0 auto;
}

.descubre .fondo .texto .titulo{
	font-size: 7.5em;
	line-height: 1;
	color: var(--blanco);
}

.descubre .fondo .texto .enlace{
	margin-top: 70px;
}

.descubre .fondo .texto .enlace .boton{
	color: var(--granate);
	background: var(--crema);
	border: 1px solid var(--crema);
}

.descubre .fondo .texto .enlace .boton:after{
	background-image: url('../img/web/flecha-cr.svg');
	background-color: var(--granate);
}

.contenido.inscribete{
	padding: 60px 0;
}

.presentacion.inscribete .texto, .presentacion.inscribete .imagenes{
	width: calc(50% - 30px);
}

.presentacion.inscribete .imagenes{
	margin-right: 60px;
}

.presentacion.inscribete .texto{
	padding: 60px;
	background: var(--marron);
	border-radius: 30px;
	float: none;
	order: 2;
}

.presentacion.inscribete .texto .titulo, .presentacion.inscribete .texto .descripcion{
	color: var(--crema);
}

.presentacion.inscribete .texto .enlace{
	position: absolute;
	bottom: 70px;
}

.presentacion.inscribete .texto .enlace .boton{
	margin-left: 0;
	min-width: 200px;
}

.presentacion.inscribete .wrap{
	display: flex;
	position: relative;
}

.pie{
	background: var(--blanco);
	border-radius: 30px;
	overflow: hidden;
	padding: 60px 0;
}

.pie .contenedor{
	position: relative;
}

.pie .izquierda, .pie .derecha{
	position: absolute;
	left: 0;
	top: 160px;
}

.pie .derecha{
	left: unset;
	right: 0;
}

.pie .izquierda ul, .pie .derecha ul{
	margin: 0;
	padding: 0;
}

.pie .izquierda ul li, .pie .derecha ul li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	padding-right: 13px;
	color: var(--granate);
}

.pie .izquierda ul li:last-child, .pie .derecha ul li:last-child{
	margin-right: 0;
	padding-right: 0;
}

.pie .izquierda ul li:after, .pie .derecha ul li:after{
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 2px;
	height: 14px;
	background: var(--granate);
}

.pie .izquierda ul li:last-child:after, .pie .derecha ul li:last-child:after{
	display: none;
}

.pie .izquierda ul li a, .pie .derecha ul li a{
	position: relative;
	font-size: 1.45em;
	line-height: 44px;
	color: currentColor;
	text-decoration: none;
}

.pie .izquierda ul li a:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 0;
	background: var(--granate);
	transition: all 250ms linear;
}

.pie .izquierda ul li.sel a:after{
	width: 100%;
}

.pie .centro{
	position: relative;
	text-align: center;
	margin: 0 auto;
	max-width: 270px;
}

.pie .centro .redes{
	margin-top: 30px;
}

.pie .centro .redes a{
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	width: 50px;
	height: 50px;
	background: url('../img/web/fb-cr.svg') no-repeat center;
	background-size: 21px;
	background-color: var(--granate);
	border: 1px solid var(--granate);
	border-radius: 50%;
	overflow: hidden;
	text-indent: -9999px;
}

.pie .centro .redes a.twitter{
	background-image: url('../img/web/x-cr.svg');
	background-size: 20px;
}

.pie .centro .redes a.youtube{
	background-image: url('../img/web/yt-cr.svg');
	background-size: 24px;
}

.pie .centro .redes a.instagram{
	background-image: url('../img/web/ig-cr.svg');
	background-size: 20px;
}

.pie .centro .redes a:last-child{
	margin-right: 0;
}

.pie .organismos_of{
	background: var(--crema);
	border-radius: 30px;
	padding: 30px;
	margin-top: 60px;
}

.pie .organismos_of .organismos{
	max-width: 1377px;
	margin: 0 auto;
}

.pie .organismos img{
	display: block;
	width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.migas .miga{
	position: relative;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    border-radius: var(--radiado);
}

.migas .miga .texto{
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
}

.migas .miga .texto .titulo{
	font-size: 5.833em;
	line-height: 1;
	color: var(--blanco)
}

.migas .miga .texto .segmentos{
	font-size: 1.667em;
	font-weight: 400;
	color: var(--blanco);
	margin-bottom: 10px;
}

.migas .miga .texto .segmentos a{
	color: currentColor;
	text-decoration: none;
	line-height: 44px;
}

.migas .miga .texto .segmentos span.separador{
	margin: 0 5px;
}

.presentacion.cerrato .imagen, .presentacion.paisaje .imagen{
	display: inline-block;
	position: relative;
	vertical-align: top;
	width: calc(50% - 45px);
}

.presentacion.cerrato .texto{
	margin-right: 90px;
	width: calc(50% - 45px);
	float: none;
}

.presentacion.cerrato .segundo{
	margin-top: 60px;
}

.presentacion.cerrato .segundo .imagenes{
	width: calc(50% - 45px);
	margin-right: 90px;
}

.presentacion.cerrato .segundo .imagenes .imagen{
	display: inline-block;
	position: relative;
	vertical-align: top;
	width: calc(50% - (60px * 1 / 2));
	margin-right: 60px;
}

.presentacion.cerrato .segundo .imagenes .imagen:nth-child(2){
	margin-right: 0;
}

.presentacion.cerrato .segundo .descripcion{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 45px);
	float: right;
	margin-top: 0;
}

.presentacion.cerrato.patrimonio{
	padding: 70px 0;
	background: var(--granate);
	border-radius: 30px;
}

.presentacion.cerrato.patrimonio .texto .titulo, .presentacion.cerrato.patrimonio .texto .descripcion,
.programa .dias .dia .txt .tit, .programa .dias .dia .txt .descripcion,
.contenido.ponencias.listado .texto .titulo,
.inscripcion .proteccion .texto .titulo, .inscripcion .proteccion .texto .descripcion,
.contenido.planifica .transportes .transporte .txt .tit, .contenido.planifica .transportes .transporte .txt .descripcion,
.tablas .texto .titulo, .tablas .texto .descripcion{
	color: var(--crema);
}

.presentacion.cerrato.patrimonio .imagenes{
	width: calc(50% - 45px);
	margin-right: 0;
}

.presentacion.cerrato.patrimonio .imagenes .imagen{
	display: block;
	width: auto;
}

.presentacion.paisaje .texto{
	width: calc(50% - 45px);
}

.presentacion.paisaje .imagen{
	margin-right: 90px;
}

.presentacion.paisaje .imagenes{
	display: block;
	width: auto;
	margin-right: 0;
	margin-top: 60px;
}

.presentacion.paisaje .imagenes .imagen{
	width: calc(25% - (35px * 3 / 4));
	margin-right: 35px;
	margin-top: 35px;
}

.presentacion.paisaje .imagenes .imagen:nth-child(-n+4){
	margin-top: 0;
}

.presentacion.paisaje .imagenes .imagen:nth-child(4n){
	margin-right: 0;
}

.contenido.programa{
	padding: 60px 0;
}

.programa .texto{
	text-align: center;
}

.programa .texto .enlaces{
	margin-top: 40px;
}

.programa .texto .enlaces .boton:first-child{
	min-width: 215px;
	background: var(--granate);
	border: 1px solid var(--granate);
}

.programa .texto .enlaces .boton.sec{
	background: var(--naranja);
	border: 1px solid var(--naranja);
	margin-left: 20px;
}

.programa .dias{
	display: flex;
	margin-top: 60px;
	flex-wrap: wrap;
}

.programa .dias .dia{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(50% - (30px * 1 / 2));
	margin-right: 30px;
	border-radius: 30px;
	background: var(--marron);
	padding: 60px;
}

.programa .dias .dia.c_33{
	display: block;
	width: auto;
	margin-right: 0;
	margin-bottom: 30px;
}

.programa .dias .dia:nth-child(3){
	margin-right: 0;
}

.programa .dias .dia .txt .tit{
	font-size: 2.5em;
	line-height: 1.3;
	text-wrap: pretty;
	font-weight: 600;
}

.programa .dias .dia .txt .descripcion{
	margin-top: 35px;
}

.contenido.ponencias.listado{
	padding: 60px 0 35px;
	background: var(--granate);
	border-radius: 30px;
	margin-bottom: 60px;
}

.contenido.ponencias.listado .pots{
	margin-top: 60px;
	border-radius: 0;
	background: none;
	padding: 0;
}

.contenido.ponencias.listado .pots .item{
	display: inline-block;
	margin-top: 10px;
}

.contenido.ponencias.listado .pots .item:nth-child(-n+5){
	margin-top: 0;
}

.inscripcion .proteccion{
	border-radius: 30px;
	background: var(--granate);
	padding: 60px;
	margin-top: 60px;
}

.inscripcion .proteccion .texto{
	text-align: left;
}

.inscripcion .proteccion .texto .titulo{
	font-size: 2.5em;
	line-height: 1.3;
}

.inscripcion .proteccion .texto .descripcion{
	margin-top: 40px;
}

.inscripcion .proteccion .texto .descripcion a{
	text-decoration: underline;
}

.contenido.planifica{
	padding: 90px 0 50px;
}

.contenido.planifica .texto{
	text-align: center;
}

.contenido.planifica .transportes{
	display: flex;
	margin-top: 60px;
}

.contenido.planifica .transportes .transporte{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(33.3334% - (60px * 2 / 3));
	margin-right: 60px;
	border-radius: 25px;
	background: var(--naranja);
	padding: 50px 40px;
}

.contenido.planifica .transportes .transporte:nth-child(3n){
	margin-right: 0;
}

.contenido.planifica .transportes .transporte .imagen{
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
    background-size: 50px;
    background-position: center;
    margin: 0 auto;
}

.contenido.planifica .transportes .transporte .txt{
	margin-top: 25px;
}

.contenido.planifica .transportes .transporte .txt .tit{
	font-size: 2.5em;
	font-weight: 600;
	line-height: 1.3;
	text-wrap: pretty;
	text-align: center;
}

.contenido.planifica .transportes .transporte .txt .descripcion ul{
	margin-left: 0;
}

.contenido.planifica .transportes .transporte .txt .descripcion ul li:before{
	background: var(--crema);
}

.contenido.donde{
	padding: 0 0 60px;
}

.donde .texto .titulo{
	text-align: center;
	line-height: 1.3;
}

.donde .texto .titulo b{
	display: block;
	font-weight: 600;
}

.donde .mapa{
	display: block;
	margin-top: 40px;
}

.donde .mapa iframe{
	position: relative;
    display: block;
    width: 100%;
    height: 485px;
    border-radius: 30px;
    overflow: hidden;
}

.tablas{
	padding: 60px 0 10px;
	background: var(--marron);
	border-radius: 30px;
}

.tablas .texto .titulo{
	text-align: center;
}

.tablas .texto .descripcion table{
	width: 100%;
	border-collapse: collapse;
}

.tablas .texto .descripcion table th{
	width: 20%;
	font-size: 25px;
	text-align: left;
	padding: 20px 0;
	border-bottom: 1px solid rgba(251,243,229, .2);
}

.tablas .texto .descripcion table td{
	padding: 40px 0;
	border-bottom: 1px solid rgba(251,243,229, .2);
}

.tablas .texto .descripcion table td p{
	min-height: calc(2 * 1.6em);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tablas .texto .descripcion table td p:last-child{
	padding-top: 40px;
	border-top: 1px solid rgba(251,243,229, .2);
}

.tablas .texto .descripcion table tr:nth-child(2) td{
	padding-top: 15px;
}

.tablas .texto .descripcion table tr:last-child td{
	border-bottom: 0;
}

.tablas .texto .descripcion table a{
	text-decoration: underline;
}

.tablas.restauracion{
	background: var(--granate);
	margin: 60px 0;
}

.tablas.restauracion .texto .descripcion{
	margin-top: 25px;
}

.tablas.restauracion .texto .descripcion table{
	margin-top: 20px;
}

.tablas.restauracion .texto .descripcion p:first-child{
	font-size: 16.67px;
	max-width: 48%;
	margin: 0 auto;
	text-align: center;
}

.tablas.restauracion .texto .descripcion table p:first-child{
	max-width: none;
	margin: 0;
	text-align: left;
	margin-bottom: 25px;
}

.contenido.contacto{
	padding: 90px 0 0;
}


.contenido.contacto .texto{
	text-align: center;
	max-width: 60%;
	margin: 0 auto;
}

.inscripcion.contactar{
	padding: 40px 0 60px;
}

/*********/
.descripcion p {
	margin: 0;
	margin-bottom: 25px
}

.descripcion p:last-child,
.descripcion ul:last-child,
.descripcion ol:last-child {
	margin-bottom: 0
}

.descripcion h2,
.descripcion h3,
.descripcion h4 {
	font-weight: 600;
	font-size: 1.6em;
	margin-top: 40px;
	margin-bottom: 10px
}

.descripcion a {
	color: currentColor
}

.legal .texto .descripcion a {
	word-break: break-all;
	text-decoration: underline
}

.descripcion ul{
	margin-bottom: 25px;
	margin-left: 15px;
	list-style: none;
}
.descripcion ol {
	margin: 0;
	margin-bottom: 20px;
	margin-left: 40px
}

.descripcion ul li{
	position: relative;
	margin-bottom: 10px;
	padding-left: 25px
}

.descripcion ul li:before, .programa .dias .dia .txt .descripcion ul li ul li:before{
	content: '';
	position: absolute;
	top: 11px;
	left: 0;
	width: 5px;
	height: 5px;
	background: var(--marron);
	border-radius: 50%;
}

.programa .dias .dia .txt .descripcion p{
	margin: 0;
	margin-bottom: 10px;
}

.programa .dias .dia .txt .descripcion p:first-child{
	margin-top: 10px;
}

.programa .dias .dia .txt .descripcion ul li ul{
	margin-left: 20px;
	margin-top: 10px;
}

.programa .dias .dia .txt .descripcion ul li ul li{
	font-size: 16.67px;
	padding-left: 15px;
}

.programa .dias .dia .txt .descripcion ul li ul li:before{
	background: var(--crema);
}

.programa .dias .dia .txt .descripcion ul{
	margin-left: 0;
}

.programa .dias .dia .txt .descripcion ul li{
	padding-left: 30px;
	margin-bottom: 15px;
}

.programa .dias .dia .txt .descripcion ul li:last-child{
	margin-bottom: 0;
}

.programa .dias .dia .txt .descripcion ul li p{
	font-size: 14.58px;
	margin-left: 20px;
}

.programa .dias .dia .txt .descripcion ul li p strong{
	font-size: 16.67px;
}

.programa .dias .dia .txt .descripcion ul li:before{
	top: 0;
	width: 30px;
	height: 30px;
	background: url('../img/web/reloj-cr.svg') no-repeat left center;
	background-size: 30px;
	transform: translateY(-1px);
	border-radius: 0;
}

.descripcion ol li {
	margin-bottom: 20px
}

.descripcion ul li:last-child {
	margin-bottom: 0
}

.descripcion em {
	font-style: italic
}

.descripcion strong {
	font-weight: 600;
}

/********************************************************** INSCRIPCIÓN */
.inscripcion {
	max-width: 800px;
	margin: 0 auto;
	padding: 70px 0 60px;
}

.inscripcion .texto{
	text-align: center;
}

.inscripcion form .campos {
	margin-top: 40px;
}

.inscripcion form .campos .campo {
	display: inline-block;
	vertical-align: middle;
	width: calc(50% - 5px);
	margin-right: 10px;
}

.inscripcion form .campos .campo:nth-of-type(1) {
	margin-top: 0;
}

.inscripcion form .campos .campo:nth-of-type(2) {
	margin-top: 0;
}

.inscripcion form .campos .campo:nth-of-type(2n) {
	margin-right: 0;
}

.inscripcion form .campos .campo.completo {
	display: block;
	width: 100%;
	margin-right: 0;
}

.inscripcion form .checks {
	margin-top: 40px;
}

.inscripcion form .boton {
	display: inline-block;
	vertical-align: middle;
	height: auto;
	margin-top: 40px;
	padding-left: 30px;
	padding-right: 70px;
	border-radius: var(--radiado);
	font-size: 1.5em;
	font-weight: 500;
	line-height: 50px;
	color: var(--blanco);
	background: url('../img/web/flecha_w.svg') no-repeat center right 30px var(--naranja);
	background-size: 20px;
	border: 1px solid var(--naranja);
}

.inscripcion form .boton:after{
	display: none;
}

.inscripcion.contactar form .campos{
	margin-top: 0;
}

@media (hover:none){}