/* ----------------------  ESPECIALES - USO PUNTUAL  ----------------------- */


/* --------  TABLA 2 CUADROS - CON BORDE SIN COLOR  -------- */
.tabla_2cuadros {
    display: table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px 0px;
    margin: auto;
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important
}
.celda_2cuadrosA, celda_2cuadrosB {
    display: table-cell;
    width: 50%;
    text-align: center;
    vertical-align: middle;
    padding-bottom: 30px;
}
.celda_2cuadrosA {
    padding-right: 15px;
}
.celda_2cuadrosB {
    padding-left: 15px;
}
.celda_2cuadrosA div p, .celda_2cuadrosB div p {
    margin: 0px 5px 5px 5px;
}


/* -------------  LINEA AZUL PUNTEADA HORIZONTAL  -------------- */
.linea_azul {
    background: url(https://www.dexeus.com/sites/default/files/images/varios/punto-azul.png) repeat-x left center;
    border: 0;
    height: 4px;
    text-align: center;
    margin: 20px 0px 20px 0px;
}
.cuadro-redondo hr.linea_azul {
    display: block;
}

/* ---------------------  CUADRO HORARIOS - VEN SIN HORA  ------------------ */
.linea_azulm10 {
    background: url(https://www.dexeus.com/sites/default/files/images/varios/punto-azul.png) repeat-x left center;
    border: 0;
    height: 4px;
    text-align: center;
    margin: 10px 0px 10px 0px;
}
.colcompleta_sinmargen {
	width: 100%;
	text-align: center;
	vertical-align: middle;
}

/* ---------------------  LINEA AZUL PUNTEADA VERTICAL  -------------------- */
.linea_vertical {
	border-left-style: dotted;
	border-left-width: 4px;
	border-left-color: #5593c9;
}
.alto140 {
	height: 140px;
}
/* --------  Dentro de una Tabla  -------- */
.col_lineav {
    width: 2%;
	text-align: center;
    vertical-align: middle;
}

/* --------------  LINEA BLANCA ESTANDAR - TABLAS ASISTENCIAS  ------------- */
/* --------  Esta Oculta y se Muestra en max-width:545px -------- */
.linea_blanca {
    display: none;
    width: 100%;
    background: no-repeat !important;
    background-color: #ffffff !important;
    border: 0px !important;
    color: #ffffff !important;
    height: 2px !important;
    text-align: center;
    margin: 0px 0px !important;
    padding: 0px 0px !important;
}


/* ---------------------------  CLASES COLORES  ---------------------------- */
/* --------  Colores para Textos  -------- */
.color-azul-cols1 {
    color: #438bc5 !important;
}
.color-azul-cols2 {
    color: #67a8d7 !important;
}
.color-azul-cols3 {
    color: #5d93c9 !important;
}
/* --------  Colores para Fondos  -------- */
.fondo-azul-cols1 {
    background-color: #438bc5 !important;
}
.fondo-azul-cols2 {
    background-color: #67a8d7 !important;
}
.fondo-azul-cols3 {
    background-color: #5d93c9 !important;
}
.fondo-ovodon1 {
    background-color: #f1f4fa !important;
}
.fondo-ovodon2 {
    background-color: #d1ddf1 !important;
}
.fondo-ovodon3 {
    background-color: #f8cfd6 !important;
}
.fondo-packs-fer1 {
	background-color: rgb(251,232,240) !important;
}
.fondo-packs-fer2 {
	background-color: rgb(207,234,245) !important;
}
/* --------  Colores para Bordes  -------- */
.borde-azul-cols1 {
    border-color: #438bc5 !important;
}
.borde-azul-cols2 {
    border-color: #67a8d7 !important;
}
.borde-azul-cols3 {
    border-color: #5d93c9 !important;
}
/* -------------------------  FIN CLASES COLORES  -------------------------- */


/* -----------------  TABLA DIV COLUMNAS IGUALES REDONDAS  ----------------- */
/* -----------------  3 columnas fila1 - 2 columas fila2  ------------------ */
/* --------  Tratamientos Medical Test Internacional  -------- */
.medtestscapa1, .medtestscapa2 {
    width: 33%;
    /*height: 800px !important;*/
    display: inline-block;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
    padding: 0;
    margin: 30px 0px;
}
.medtestscapa2 {
    position: relative;
    left: 145px;
}
.medteststabla {
    width: 100%;
    height: 100% !important;
    overflow: hidden;
    margin: auto;
    border-collapse: separate;
    border-spacing: 14px 0px;
    text-align: center;
    vertical-align: top;
}
.medtestscab {
    text-align: center;
    vertical-align: middle !important;
	-webkit-border-radius: 15px 15px 0px 0px;
	-moz-border-radius: 15px 15px 0px 0px;
	border-radius: 15px 15px 0px 0px;
}
.medtestscab p {
    font-weight: normal;
    font-size: 20px;
    line-height: normal;
    text-align: center;
    vertical-align: middle !important;
    margin: 14px 0px 10px 0px;
}
.medtestscapa2 .medtestscab p {
    margin: 14px 30px 10px 30px;
}
.medtestscuerpo {
    padding: 8px 0px;
    text-align: center;
    vertical-align: top;
    border: 2px solid;
    border-bottom-width: 0px;
}
.medtestscuerpo p {
    font-weight: normal;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    margin: 3px 5px;
}
.medtestscuerpo span {
    font-size: 15px;
    font-weight: normal;
    line-height: 1.4;
    letter-spacing: .01em;
    color: #87888a;
}
.medtestscuerpo hr {
    display: inline-block;
    width: 70%;
    background: no-repeat !important;
    background-color: #dddedb !important;
    border: 0px !important;
    color: #dddedb !important;
    height: 1px !important;
    text-align: center;
    margin: 0px 0px 2px 0px !important;
    padding: 0px 0px !important;
}
.medtestsfin {
    text-align: center;
    vertical-align: top;
    border: 2px solid;
    border-top-width: 0px;
	-webkit-border-radius: 0px 0px 15px 15px;
	-moz-border-radius: 0px 0px 15px 15px;
	border-radius: 0px 0px 15px 15px;
}
.medtestsprecio {
	display: inline-block;
	border: 1px solid;
	padding: 4px 30px 3px 30px;
	margin: 5px 0px 20px 0px !important;
	-webkit-border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.4;
    text-align: center;
    vertical-align: bottom;
}
.hrblanco {
    display: inline-block;
    width: 70%;
    background: no-repeat !important;
    background-color: #ffffff !important;
    border: 0px !important;
    color: #ffffff !important;
    height: 1px !important;
    text-align: center;
    margin: 0px 0px 2px 0px !important;
    padding: 0px 0px !important;
}
/* --------------  FIN - TABLA DIV COLUMNAS IGUALES REDONDAS  -------------- */

/* --------------------------  TABLA OVODONACION  -------------------------- */
.tablaovodon {
    width: 100%;
    margin: auto;
    border-collapse: separate;
    border-spacing: 0px 0px;
    background-color:#ffffff;
    margin: 30px 0px;
}
.celdaovo {
    width: 50%;
    text-align: center;
    vertical-align: middle;
    border-style: solid;
    border-color: #ffffff;
}
.cellovoapt1, .cellovoapt2 {
    text-align: center;
    vertical-align: middle;
    border-style: solid;
    border-color: #ffffff;
    border-width: 0px 0px 0px 0px;
}
.cellovoblanco {
    background-color: #ffffff;
}
.ovotxtblanco {
    display: inline-block;
    margin: 0px 0px !important;
    text-align: center;
    vertical-align: middle;
    font-size: 10px;
    line-height: 1.4;
    color: #ffffff;
}
.cellovoapt1 {
    background-color: #f1f4fa;
}
.cellovoapt2 {
    background-color: #f1f4fa;
}
.cellovoini1, .cellovodet1, .cellovofin1 {
    background-color: #d1ddf1;
}
.cellovoini2, .cellovodet2, .cellovofin2 {
    background-color: #f8cfd6;
}
.cellovoini3, .cellovodet3, .cellovofin3 {
    background-color: #d1ecff;
}
.cellovoini4, .cellovodet4, .cellovofin4 {
    background-color: #fadbe9;
}
.cellovoini1, .cellovodet1, .cellovoini3, .cellovodet3 {
    border-width: 0px 3px 10px 0px;
}
.cellovoini2, .cellovodet2, .cellovoini4, .cellovodet4 {
    border-width: 0px 0px 10px 3px;
}
.cellovoini1, .cellovoini2, .cellovoini3, .cellovoini4 {
	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
}
.cellovofin1, .cellovofin3 {
    border-width: 0px 3px 0px 0px;
}
.cellovofin2, .cellovofin4 {
    border-width: 0px 0px 0px 3px;
}
.cellovofin1, .cellovofin2, .cellovofin3, .cellovofin4 {
	-webkit-border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
}
.ovoicodiv1, .ovoicodiv2 {
    width: 50%;
}
.ovoicodiv3 {
    width: 15%;
}
.ovoicodiv4 {
    width: 85%;
}
.ovoicodiv1, .ovoicodiv2, .ovoicodiv4 {
    display: inline;
    text-align: center;
    vertical-align: middle;
}
.ovoicodiv3 {
    display: inline;
    text-align: left;
    vertical-align: middle;
}
.ovoicoimg70 {
    width: 70px;
    height: 70px;
}
.ovoicoimg60 {
    width: 60px;
    height: 60px;
    margin: 8px 0px 8px 0px;
}
.ovoicoimg70, .ovoicoimg60 {
    display: inline-block;
    border: 0px;
    text-align: center;
    vertical-align: middle;
}
.ovomargenimg1 {
    margin: 12px 0px 12px 0px;
}
.ovomargenimg2 {
    margin: 12px 0px 8px 0px;
}
.ovotitulo, .ovotitulo2 {
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    color: #f8668b;
    margin: 12px 6px !important;
}
.ovotxtapt {
    display: inline-block;
    margin: 0px 0px 0px 15px !important;
    text-align: left;
    vertical-align: middle;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.01em;
    line-height: 1.4;
    color: #4b738d;
}
.ovotxtapt2 {
    margin: 2px 10px 14px 10px !important;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4;
    color: #4b738d;
}
.ovotxtapt2 > strong {
    letter-spacing: 0.02em;
}
.ovobibetxt, .ovonum1, ovonum2, .ovotxtdet {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 1.4;
}
.ovobibetxt, .ovonum1, .ovonum2, .ovonum3, .ovonum3, .ovonum4, .ovonum5 {
    font-weight: bold;
    letter-spacing: 0.02em;
    color: #4b738d;
}
.ovobibetxt {
    font-size: 32px;
    margin: 0px 0px 0px 10px !important;
}
.ovonum1 {
    font-size: 30px;
    margin: 12px 20px 10px 0px !important;
}
.ovonum2 {
    font-size: 28px;
    margin: 12px 0px 10px 0px !important;
}
.ovonum3, .ovonum4, .ovonum5 {
    display: inline-block;
    text-align: center;
    vertical-align: middle;    
    font-size: 22px;
    line-height: 1.3;
    margin: 10px 6px 12px 6px !important;
}
.ovonum3 > span, .ovonum4 > span, .ovonum5 > span {
    display: inline-block;
    line-height: 1.3;
    font-size: 14px;
    font-weight: normal;
    color: #333333;
    margin-top: 4px !important;
}
.ovotxtdet {
    font-size: 14px;
    font-weight: normal;
    color: #333333;
}
.ovotxtdet > strong {
    letter-spacing: 0.02em;
    color: #4b738d;
    font-size: 15px;
}
.celdaovo > .ovotxtdet {
    margin: 12px 12px 12px 12px !important;
}
.celdaovo > .ovoicodiv2 > .ovotxtdet {
    margin: 10px 0px 10px 10px; !important;
}
.celdaovo > .ovoicodiv4 > .ovotxtdet {
    margin: 12px 0px 12px 0px !important;
}
.ovotxtlista {
    margin: 12px 0px 0px 10px !important;
    text-align: left !important;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.03em;
    color: #4b738d;
}
.celdaovo > ul {
    text-align: left;
    list-style: square;
    line-height: 1;
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 12px;
}
.celdaovo > ul > li {
    color: #4b738d !important;
    margin-top: 6px;
    margin-bottom: 6px;
}
.celdaovo > ul > li > span {
    font-weight: normal;
    font-size: 14px;
    color: #333333;
}
/* -----------------------  FIN - TABLA OVODONACION  ----------------------- */

/* --------------------  TABLA INSEMINACION ARTICIFIAL  -------------------- */
.col_ia_icono {
    width: 14%;
    text-align: center;
    vertical-align: middle;
    padding: 5px 5px;
}
.col_ia_txt1 {
	width: 23%;
}
.col_ia_txt1, .col_ia_txt2 {
    text-align: left;
    vertical-align: top !important;
	padding: 5px 12px 5px 8px;
}
.col_ia_txt1 > p, .col_ia_txt2 > p {
	text-align: left;
	margin: 10px 0px;
	line-height: 1.4;
}
/* ------------------  FIN TABLA INSEMINACION ARTICIFIAL  ------------------ */

/* -------------  BLOQUE DOBLE - DONDE ESTAMOS - COMO LLEGAR  -------------- */
.bloquedoble_tbl {
	width: 100%;
	margin: auto;
    padding-top: 5px;
    padding-bottom: 5px;
}
.bloquedoble_cell, bloquedoble_cellvacia {
	display: table-cell;
	width: 50%;
}
div.mapas-centros {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 46%;
    padding-top: 22px;
    max-width: 400px;
	height: 100px;
    margin-top: 10px;
    margin-bottom: 20px;
}
div.mapas-centros iframe, div.mapas-centros object, div.mapas-centros embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
p.prf-como-llegar {
    padding: 6px 0px 5px 0px;
	margin: 10px 0px;
	vertical-align: middle;
}
.ico-como-llegar {
    vertical-align: middle !important;
    margin-right: 10px;
}
.ico-logo-linea {
    vertical-align: top !important;
    border: 0;
}
/* ------------  FIN BLOQUE DOBLE - DONDE ESTAMOS - COMO LLEGAR  ----------- */

/* -------------------  EVENTOS: TABLA, CUADRO, BOTON   -------------------- */
/* --------  Tabla Digital Mums  -------- */
.tablaevento {
	width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
    margin: 15px 0px;
}
.evento_rs {
    width: 36%;
}
.evento_prog, .evento_rs {
    text-align: left;
    vertical-align: middle;
    padding: 0px;
    border:2px dotted #a9dac0;
}
.evento_prog > p, .evento_rs > p  {
	text-align: left;
	margin: 10px 10px;
}
p.redes {
	line-height: 1.5;
}
p.redes > a {
    text-decoration: none !important;
}
p.redes > a:hover {
    text-decoration: underline !important;
}
.ico_rs {
    vertical-align: middle !important;
    margin-right: 10px;
	border: 0px;
	width: 14px;
	height: 14px;
}
p.net_coffee1, p.net_coffee2 {
	text-align: center;
}
p.net_coffee1 {
	margin: 0px 0px 15px 0px;
}
p.net_coffee2 {
	margin: 15px 0px 15px 0px;
}
p.net_coffee1 > img, p.net_coffee2 > img {
	text-align: center;
	vertical-align: middle;
}
p.net_coffee1 > img:first-child {
	margin-right: 15px;
}
p.net_coffee1 > img:last-child {
	margin-left: 15px;
}
p.net_coffee2 > img {
	margin-left: 20px;
}
/* --------  Cuadro Evento  -------- */
.cuadro_evento1 {
	padding: 0 1rem;
	margin: 1rem;
}
.cuadro_evento2 {
	width: 46%;
	margin: 30px auto;
	padding: 10px 10px;
	text-align: center;
	border: 2px solid #4f91cd;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}
/* --------  Boton Inscripcion  -------- */
p.btn-inscripcion {
    margin: 30px 0px;
    text-align: center;
	line-height: 1.4;
}
a.btn-inscripcion {
    display: inline-block;
    cursor: pointer;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.4;
	text-align: center;
    color: #ffffff;
	background-color: rgb(85,147,201);
    text-decoration: none;
    padding: 12px 50px 12px 50px;
    margin: 0px;
	-webkit-border-radius: 12px 12px 12px 12px;
	-moz-border-radius: 12px 12px 12px 12px;
	border-radius: 12px 12px 12px 12px;
}
a.btn-inscripcion:hover {
    background-color: rgb(247,82,124);
}
/* --------  Tabla 2 Cols Evento: Icono + Texto y Foto  -------- */
.tablacols_evento {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px 0px;
	margin: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}
.cols_evento1, .cols_evento1b {
	padding: 5px 5px;
	text-align: left;
	vertical-align: top !important;
}
.cols_evento1 {
	width: 14%;
}
.cols_evento1b {
	width: 17%;
}
.cols_evento2 {
	text-align: center;
	vertical-align: middle;
	padding: 5px 12px 5px 0px;
}
.cols_evento2 > h3 {
	text-align: left !important;
	margin: 0px 0px 10px 0px;
}
.cols_evento2 > p {
	text-align: left !important;
	margin: 10px 0px;
	line-height: 1.4;
}
/* ------------------  FIN EVENTOS: TABLA, CUADRO, BOTON  ------------------ */

/* -----------------------  TABLA TARIFAS - HOTELES  ----------------------- */
.tabla_tarifas {
	width: 100%;
	border-collapse: separate;
	border-spacing: 5px 5px;
	margin: auto;
	text-align: center;
}
/* ------  4 COLUMNAS  ------ */
/* ------  Hotel Juan Carlos  ------ */
.cell_tarifas4cols {
	width: 25%;
}
.cell_tarifas4cols > p {
	font-size: 14px;
    font-weight: normal;
    line-height: 1.4;
    margin: 10px 0px;
}
/* ------  3 COLUMNAS + 2 SUBCOLUMNAS  ------ */
/* ------  Hotel Atenea  ------ */
.cell_tarifas1 {
	width: 24%;
}
.cell_tarifas2, .cell_tarifas3 {
	width: 19%;
}
/* ------  3 COLUMNAS  ------ */
/* ------  Hotel Madanis  ------ */
.cell_tarifas4, .cell_tarifas5, .cell_tarifas6 {
	width: 33%;
}
/* ------  2 COLUMNAS 50%  ------ */
/* ------  Hotel Madanis  ------ */
.cell_tarifas50 {
	width: 50%;
}
.cell_expandida, .cell_tarifas1, .cell_tarifas2, .cell_tarifas3, .cell_tarifas4, .cell_tarifas5, .cell_tarifas6, .cell_tarifas50, .cell_tarifas4cols {
	text-align: center;
	vertical-align: middle;
}
.row_tarifas_oculta {
	display: none;
}
/* ------  Clase Texto para Aleman  ------ */
.txt-base-rwd {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4;
}
/* ----------------------  FIN TABLA TARIFAS - HOTELES  -------------------- */

/* ------------------  TABLA BORDES REDONDOS  ----------------- */
/* ----------  Celdas Titulo con fondo de color  ---------- */
.tabla_bordes {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0px 0px;
	margin: auto;
	text-align: center;
	box-sizing: border-box !important;
}
.cll_bordes_tit1 {
    -webkit-border-radius: 10px 0px 0px 0px;
    -moz-border-radius: 10px 0px 0px 0px;
    border-radius: 10px 0px 0px 0px;
    border-width: 0px 1px 0px 0px;
}
.cll_bordes_tit2 {
    -webkit-border-radius: 0px 10px 0px 0px;
    -moz-border-radius: 0px 10px 0px 0px;
    border-radius: 0px 10px 0px 0px;
    border-width: 0px 0px 0px 1px
}
.cll_bordes_ini1 {
    border-width: 0px 1px 1px 2px;
}
.cll_bordes_ini2 {
    border-width: 0px 2px 1px 1px;
}
.cll_bordes_cuerpo1 {
    border-width: 1px 1px 1px 2px;
}
.cll_bordes_cuerpo2 {
    border-width: 1px 2px 1px 1px
}
.cll_bordes_fin1 {
    -webkit-border-radius: 0px 0px 0px 10px;
    -moz-border-radius: 0px 0px 0px 10px;
    border-radius: 0px 0px 0px 10px;
    border-width: 1px 1px 2px 2px;
}
.cll_bordes_fin2 {
    -webkit-border-radius: 0px 0px 10px 0px;
    -moz-border-radius: 0px 0px 10px 0px;
    border-radius: 0px 0px 10px 0px;
    border-width: 1px 2px 2px 1px;
}
.cll_bordes_tit1, .cll_bordes_tit2, .cll_bordes_ini1, .cll_bordes_ini2, .cll_bordes_cuerpo1, .cll_bordes_cuerpo2, .cll_bordes_fin1, .cll_bordes_fin2 {
    border-style: solid;
}
/* -----------------  FIN TABLA BORDES REDONDOS  -------------- */

/* ------------------  TABLA LOPD 2 COLUMNAS  ----------------- */
.lopd_celda1 {
    width: 25%;
}
.lopd_celda2 {
    width: 75%;
}
.lopd_tit1, .lopd_txt1 {
    text-align: center;
}
.lopd_tit2, .lopd_txt2 {
    text-align: left;
}
.lopd_tit1, .lopd_tit2 {
    vertical-align: middle;
}
.lopd_txt1, .lopd_txt2 {
    vertical-align: top;
}
.lopd_tit1 p, .lopd_tit2 h3, .lopd_txt1 p {
    margin: 10px 10px 10px 10px;
}
.lopd_txt2 p {
    margin: 10px 12px 10px 10px;
}
.lopd_txt_ale {
	font-size: 14px;
    font-weight: normal;
    line-height: 1.4;
}
.lopd_subtit_ale {
	font-size: 18px;
    font-weight: normal;
    line-height: 1.4;
}
/* ----------------------  FIN TABLA LOPD  -------------------- */

/* ------------------  LANDING WEBINARS  ----------------- */

/* ------  CELDA BASE SIN ESTILOS  ------ */
.celda_base {
    vertical-align: middle;
    padding: 10px 10px;
}
.celda_webinar_fin {
    width: 30%;
}
/* ------  1 Fila / 5 Columas con DIV  ------ */
.col_icotxt5 {
    width: 20%;
    text-align: center;
    vertical-align: middle;
    padding: 10px 0px;
}
/* ------  EFECTOS IMG HOVER  ------ */
#img_webinar1 div a img, #img_webinar2 div a img {
    filter: grayscale(0%);
    transform:scale(1);
    -ms-transform:scale(1); /* IE 9 */
    -moz-transform:scale(1); /* Firefox */
    -webkit-transform:scale(1); /* Safari and Chrome */
    -o-transform:scale(1); /* Opera */
    -webkit-transition: all 300ms ease-in-out; /* IE 9 */
    -moz-transition: all 300ms ease-in-out; /* Firefox */
    -ms-transition: all 300ms ease-in-out; /* Safari and Chrome */
    -o-transition: all 300ms ease-in-out; /* Opera */
}
#img_webinar1 div a img:hover, #img_webinar2 div a img:hover {
    filter: grayscale(100%);
    transform:scale(0.9);
    -ms-transform:scale(0.9); /* IE 9 */
    -moz-transform:scale(0.9); /* Firefox */
    -webkit-transform:scale(0.9); /* Safari and Chrome */
    -o-transform:scale(0.9); /* Opera */
}
/* ------  CAPA ZOOM  ------ */
.margen-zoom {
    margin: 10px 50px;
}
/* ------  Texto Cargo Ponentes  ------ */
/* ------  Cuando el texto es muy largo  ------ */
.margen-ponentes {
    margin: 5px 40px;
}
/* ----------------  FIN LANDING WEBINARS  --------------- */


/* ------------------  IFRAME migranodearena.org  ----------------- */
.migranodearena-m1, .migranodearena-m2 {
    width: 390px;
    height: 600px;
    text-align: center;
}

/* ------  Margenes  ------ */
.migranodearena-m1 {
    margin: 25px 10px 10px 15px;
}
.migranodearena-m2 {
    margin: 10px 10px 20px 15px;
}

/* ----------------  FIN LANDING WEBINAR REPRO  --------------- */

/* ------  Margenes Banderas  ------ */
.margen-banderas {
    margin-left: 10px !important;
}


/* ------------------------------------------------------------------------- */
/* -----------------------  SET DE TAMAÑOS RESPONSIVE  --------------------- */

/* -------------------  Entre 1100px - 941px (iPad Pro)  ------------------- */
@media (max-width:1100px) {
    /* --------  Tabla Columnas Redondas  -------- */
    .medteststabla {
        border-spacing: 14px 0px !important;
    }
    .medtestscapa2 .medtestscab p {
        margin: 14px 58px 10px 58px;
    }
    /* --------  Tabla Ovodonacion  -------- */
    .ovonum1 {
        margin-right: 7px;
    }
    /* --------  Cuadro Evento  -------- */
	.cuadro_evento2 {
		width: 44%;
	}
    /* ------  WEBINARS  ------ */
    .margen-ponentes {
        margin: 5px 30px;
    }
}
/* -------------------------  Entre 810px - 771px  ------------------------- */
@media (max-width:810px) {
    /* --------  Tabla Columnas Redondas  -------- */
    .medteststabla {
        border-spacing: 10px 0px !important;
    }
    .medtestscab p {
        font-size: 18px;
    }
    .medtestscapa2 .medtestscab p {
        margin: 14px 30px 10px 30px;
    }
    /* --------  Mapas Centros  -------- */
    div.mapas-centros {
		max-width: 330px;
        padding-bottom: 50%;
        padding-top: 25px;
    }
	/* --------  Cuadro Evento  -------- */
	.cuadro_evento2 {
		width: 60%;
	}
	/* --------  Tabla 2 Cols Evento  -------- */
    .cols_evento1, .cols_evento1b {
        width: 25% !important;
    }
}
/* ----------------------  Entre 770px - 741px (iPad)  --------------------- */
@media (max-width:770px) {
    /* --------  Mapas Centros  -------- */
    div.mapas-centros {
		max-width: 320px;
    }
}
/* -------------------------  Entre 670px - 546px  ------------------------- */
@media (max-width:670px) {
    /* --------  Bloque Doble - Como llegar  -------- */
    .bloquedoble_cell {
        display: block !important;
		width: 100% !important;
        overflow: hidden !important;
		padding: 10px 0px;
    }
	.bloquedoble_cellvacia {
		display: none !important;
		overflow: hidden !important;
	}
	.ico-como-llegar {
		display: block !important;
		margin-right: 0px;
		margin-bottom: 5px;
	}
    /* --------  Mapas Centros  -------- */
    div.mapas-centros {
		max-width: 100%;
    }
}
/* ------------------  Entre 545px - 381px (Base Moviles) ------------------ */
@media (max-width:545px) {
    /* --------  Tabla Columnas Redondas  -------- */
    .oculto-rwd {
        display: none !important;
    }
    .medtestscapa2 {
        position: static !important;
        left: 0 !important;
    }
    .medtestscapa1, .medtestscapa2 {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        overflow: hidden !important;
    }
    .medteststabla {
        border-spacing: 0px 0px;
    }
    .medtestscab p {
        font-size: 20px;
        margin: 14px 0px 10px 0px;
    }
    /* --------  Tabla Ovodonacion  -------- */
    .ovoicodiv1, .ovoicodiv2, .ovoicodiv3, .ovoicodiv4 {
        display: block !important;
        width: 100% !important;
        overflow: hidden !important;
    }
    .ovobibetxt, .ovonum1, ovonum2, .ovotxtdet {
        display: block !important;
    }
    .ovobibetxt {
        font-size: 30px;
        margin: 0px 0px 2px 0px !important;
    }
    .ovonum1 {
        margin: 10px 0px 0px 0px !important;
    }
    .ovonum2 > span {
        font-size: 13px;
    }
    .ovonum4, .ovonum5 {
        line-height: 1.2;
        margin: 10px 0px 12px 0px;
    }
    .ovonum4 {
        font-size: 20px;
    }
    .ovonum5 {
        font-size: 18px;
    }
    .ovotxtdet {
        font-size: 13px;
    }
    .ovotxtdet > strong {
        font-size: 13px;
        letter-spacing: 0.03em;
    }
    .celdaovo > .ovotxtdet {
        margin: 12px 8px 12px 8px !important;
    }
    .celdaovo > .ovoicodiv2 > .ovotxtdet {
        margin: 0px 6px 12px 6px; !important;
    }
    .celdaovo > .ovoicodiv4 > .ovotxtdet {
        margin: 0px 6px 12px 6px !important;
    }
    .ovomargenimg1 {
        margin: 12px 0px 10px 0px !important;
    }
    .ovomargenimg2 {
        margin: 12px 0px 8px 0px !important;
    }
    .ovoicoimg60 {
        margin: 8px 0px 2px 0px !important;
    }
    .ovotxtapt {
        text-align: center;
        margin: 0px 14px 9px 14px !important;
    }
    .ovotxtapt2 {
        font-size: 13px;
        margin: 0px 10px 14px 10px !important;
    }
    .ovotxtapt2 > strong {
        letter-spacing: 0.03em;
    }
    .ovotxtlista {
        font-size: 13px;
        letter-spacing: 0.04em;
        margin-right: 6px;
    }
    .celdaovo > ul {
        margin-left: 30px !important;
        margin-right: 6px !important;
        padding: 0px !important;
        line-height: 0.9;
    }
    .celdaovo > ul > li {
        margin-top: 7px !important;
        margin-bottom: 7px !important;
    }
    .celdaovo > ul > li > span {
        font-size: 13px;
    }
    .ovotitulo, .ovotitulo2 {
        line-height: 1.3;
        margin: 13px 4px !important;
    }
    .ovotitulo {
        font-size: 17px;
    }
    .ovotitulo2 {
        font-size: 16px;
        letter-spacing: 0.03em;
    }
	/* --------  Tabla Digital Mums  -------- */
	.tablaevento {
		margin-top: 0px !important;
	}
	.evento_prog, .evento_rs {
		display: block !important;
		overflow: hidden !important;
		width: 100% !important;
	}
	.evento_prog {
		margin-top: 30px;
	}
	.evento_rs  {
		margin-top: 1px;
	}
	p.net_coffee1 {
		margin-top: 10px;
	}
	/* --------  Cuadro Evento  -------- */
	.cuadro_evento1 {
		padding: 0 0 !important;
		margin: 0 0 !important;
	}
	.cuadro_evento2 {
		width: 92%;
	}
	/* --------  Boton Inscripcion  -------- */
	p.btn-inscripcion {
		margin: 35px 0px;
	}
    a.btn-inscripcion {
        display: block !important;
        padding: 13px 0px !important;
		font-size: 19px;
    }
	/* --------  Tabla 2 Cols Evento  -------- */
	.cols_evento1, .cols_evento1b {
		display: block !important;
		width: 100% !important;
		overflow: hidden !important;
		text-align: center;
		vertical-align: middle;
		padding: 10px 0px;
		margin-top: 5px;
	}
	.cols_evento2 {
		display: block !important;
		overflow: hidden !important;
		text-align: center !important;
		padding-right: 0px;
	}
	.cols_evento2 > h3 {
		text-align: center !important;
	}
	.cols_evento2 > p {
		text-align: center !important;
		margin-top: 0px;
	}
    /* --------  Tabla Tarifas Hoteles  -------- */
	.tabla_tarifas {
		border-spacing: 4px 4px;
	}
	.cell_tarifas1 {
		display: none;
	}
	.cell_tarifas2 {
		width: 26%;
	}
	cell_tarifas3 {
		width: 24%;
	}
	.cell_tarifas4 {
		width: 42%;
	}
	.cell_tarifas5 {
		width: 30%;
	}
	.cell_tarifas6 {
		width: 28%;
	}
	.cell_tarifas2, .cell_tarifas3 {
		padding-left: 5px;
		padding-right: 5px;
	}
    .cell_tarifas4cols > p {
        font-size: 13px;
        margin: 10px 4px;
    }
	.row_tarifas_oculta {
		display: table-row;
	}
	.txt-base-rwd {
		font-size: 13px;
	}
	/* --------  Linea Vertical en Tabla  -------- */
	.col_lineav {
		display: none !important;
	}
	/* ---  Tabla Inseminacion Artificial  --- */
    .col_ia_icono {
        display: block !important;
        overflow: hidden !important;
        width: 100% !important;
        padding: 10px 0px;
        margin-top: 5px;
    }
	.col_ia_txt1 {
		width: 100% !important;
	}
	.col_ia_txt1, .col_ia_txt2 {
		display: block !important;
        overflow: hidden !important;
		text-align: center !important;
		padding: 5px 0px 5px 0px;
	}
	.col_ia_txt1 > p, .col_ia_txt2 > p {
		text-align: center !important;
		margin: 0px 6px 10px 6px;
	}
    /* --------  Tabla LOPD  -------- */
    .lopd_celda1 {
        width: 36%;
		box-sizing: border-box !important;
    }
    .lopd_celda2 {
        width: 64%;
		box-sizing: border-box !important;
    }
    .lopd_tit1 p, .lopd_txt1 p {
        margin-left: 4px;
        margin-right: 4px;
    }
    .lopd_tit2 h3, .lopd_txt2 p {
        margin-left: 8px;
        margin-right: 6px;
    }
	.lopd_txt_ale {
		font-size: 13px;
	}
	
    /* ----  Celda Base - Tabla Webinar  ---- */
    .celda_base {
        display: block !important;
        width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
    }
    .celda_webinar_fin {
        margin-bottom: 20px;
    }
    /* ----  1 Fila / 5 Columas con DIV  ---- */
    .col_icotxt5 {
        display: block !important;
        overflow: hidden !important;
        width: 100% !important;
    }
	/* ----  Linea Blanca Tabla Asistencias  ---- */
    .linea_blanca {
        display: block;
    }
	/* ------  Margenes Banderas  ------ */
	.margen-banderas {
		margin: 15px 0px 0px 0px !important;
	}
    /* --------  IFRAME migranodearena.org  -------- */
    .migranodearena-m1, .migranodearena-m2 {
        margin:14px 0px;
        width: 90%;
        height: 600px;
    }
    .round-box-simple {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    /* ------  WEBINARS  ------ */
    .margen-zoom {
        margin: 10px 10px;
    }
    .margen-ponentes {
        margin: 5px 20px;
    }
    /* ------  TABLA CUADROS - CON BORDE SIN COLOR  ------ */
    .tabla_2cuadros {
        border-spacing: 0px 0px;
    }
    .celda_2cuadrosA, .celda_2cuadrosB {
        width: 100%;
        display: block !important;
        box-sizing: border-box !important;
        -webkit-box-sizing: border-box !important;
        -moz-box-sizing: border-box !important;
        padding: 0px 0px 30px 0px;
    }
    .celda_2cuadrosA div p, .celda_2cuadrosB div p {
        margin-left: 20px;
        margin-right: 20px;
    }
}
/* ------------------  Entre 380px - 366px (iPhone 6/7/8)  ----------------- */
@media (max-width:380px) {
    /* --------  Tabla Ovodonacion  -------- */
    .ovotitulo {
        margin: 10px 14px !important;
    }
    .ovotitulo2 {
        font-size: 14px;
        letter-spacing: 0.04em;
    }
    p.ovonum4 {
        font-size: 18px;
    }
    p.ovonum5 {
        font-size: 16px;
        letter-spacing: 0.03em;
    }
    .ovotxtlista {
        margin-right: 5px;
    }
    .celdaovo > ul {
        margin-right: 5px !important;
    }
    /* --------  Mapas Centros  -------- */
    div.mapas-centros {
        padding-bottom: 56%;
        padding-top: 35px;
    }
    /* --------  Tabla Tarifas Hoteles  -------- */
	.tabla_tarifas {
		border-spacing: 3px 3px;
	}
	.cell_tarifas4 {
		width: 44%;
	}
	.cell_tarifas5 {
		width: 29%;
	}
	.cell_tarifas6 {
		width: 27%;
	}
    /* --------  Tabla LOPD  -------- */
    .lopd_celda1 {
        width: 36%;
    }
    .lopd_celda2 {
        width: 64%;
    }
    .lopd_tit1 p, .lopd_txt1 p {
        margin-left: 3px;
        margin-right: 3px;
    }
	.lopd_subtit_ale {
		font-size: 17px;
	}
    /* --------  IFRAME migranodearena.org  -------- */
    .migranodearena-m1, .migranodearena-m2 {
        width: 96%;
        height: 595px;
    }
}
/* --------------------  Entre 365px - 326px (Galaxy S5) ------------------- */
@media (max-width:365px) {
    /* --------  Tabla Ovodonacion  -------- */
    .cellovoini1, .cellovodet1, .cellovoini3, .cellovodet3 {
        border-width: 0px 3px 15px 0px;
    }
    .cellovoini2, .cellovodet2, .cellovoini4, .cellovodet4 {
        border-width: 0px 0px 15px 3px;
    }
    .ovobibetxt, .ovonum1, .ovonum2 {
        font-size: 27px;
    }
    .ovonum3 {
        font-size: 20px;
        line-height: 1.2;
        margin: 10px 2px 12px 2px;
    }
    p.ovonum4 {
        font-size: 17px;
    }
    p.ovonum5 {
        font-size: 15px;
        letter-spacing: 0.04em;
    }
    .ovotxtlista {
        margin-left: 3px;
    }
    .celdaovo > ul {
        line-height: 0.8;
        margin-left: 28px !important;
    }
    .ovotitulo2 {
        font-size: 13px;
        font-weight: normal;
    }
	/* --------  Tabla Digital Mums  -------- */
	p.net_coffee1 > img:first-child {
		margin-right: 5px;
	}
	p.net_coffee1 > img:last-child {
		margin-left: 5px;
	}
	/* --------  Tabla Tarifas Hoteles  -------- */
	.cell_tarifas4 {
		width: 40%;
	}
	.cell_tarifas5 {
		width: 30%;
	}
	.cell_tarifas6 {
		width: 30%;
	}
	.cell_tarifas5 > .txt-base, .cell_tarifas6 > .txt-base {
		margin-left: 5px;
		margin-right: 5px;
	}
	.txt-base-rwd {
		font-size: 12px;
	}
    /* --------  Tabla LOPD  -------- */
    .lopd_tit1 p, .lopd_txt1 p {
        margin-left: 2px;
        margin-right: 2px;
    }
    .lopd_tit2 h3 > span.subtit-med-nc {
        font-size: 17px;
    }
	.lopd_subtit_ale {
		font-size: 16px;
		letter-spacing: .01em;
	}
    /* ------  WEBINARS  ------ */
    .margen-ponentes {
        margin: 5px 10px;
    }
}
/* ----------------------  Menos de 325px (iPhone 5/SE) -------------------- */
@media (max-width:325px) {
    /* --------  Tabla Columnas Redondas  -------- */
    .medtestscab p {
        font-size: 19px;
    }
    /* --------  Tabla Ovodonacion  -------- */
    .ovotitulo {
        font-size: 16px;
        letter-spacing: 0.03em;
        margin: 10px 3px !important;
    }
    .ovotitulo2 {
        font-size: 12px;
    }
    p.ovonum4 {
        font-size: 15px;
        letter-spacing: 0.04em;
    }
    p.ovonum5 {
        font-size: 13px;
        letter-spacing: 0.05em;
    }
	/* --------  Tabla Digital Mums  -------- */
	p.net_coffee1 > img:first-child {
		margin-right: 2px;
	}
	p.net_coffee1 > img:last-child {
		margin-left: 2px;
	}
	/* --------  Boton Inscripcion  -------- */
    a.btn-inscripcion {
        font-size: 18px;
    }
	/* --------  Tabla Tarifas Hoteles  -------- */
	.tabla_tarifas {
		border-spacing: 2px 2px;
	}
	.cell_tarifas4 {
		width: 38%;
	}
	.cell_tarifas5 {
		width: 31%;
	}
	.cell_tarifas6 {
		width: 31%;
	}
	.cell_tarifas5 > .txt-base, .cell_tarifas6 > .txt-base {
		margin-left: 4px;
		margin-right: 4px;
	}
    .cell_tarifas4cols > p {
        font-size: 12px;
    }
	.txt-base-rwd {
		font-size: 11px;
	}
    /* --------  Tabla LOPD  -------- */
    .lopd_celda1 {
        width: 38%;
    }
    .lopd_celda2 {
        width: 62%;
    }
    .lopd_tit2 h3, .lopd_txt2 p {
        margin-left: 6px;
        margin-right: 4px;
    }
	.lopd_txt_ale {
		font-size: 12px;
	}
	#lopd_subtit_ale2 {
		font-size: 14px;
	}
    /* --------  IFRAME migranodearena.org  -------- */
    .migranodearena-m1, .migranodearena-m2 {
        width: 98%;
        height: 500px;
    }
}