/* ────────────────────────────────────────────────────────────────────────────────────────────────────────────────── */
/* ESTILOS 																						  					  */
/* ────────────────────────────────────────────────────────────────────────────────────────────────────────────────── */

/** DEFINICIÓN DE CODIFICACIÓN DE CARACTERES ──────────────────────────────────────────────────────────────────────── */

@charset "UTF-8";

/** FUENTES ───────────────────────────────────────────────────────────────────────────────────────────────────────── */

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;300;500;700;900&family=Roboto:wght@300;400;700;900&display=swap');


/** CONFIGURACIÓN CSS ─────────────────────────────────────────────────────────────────────────────────────────────── */

.show-mobile { display:none !important; }
.show-tablet { display:none !important; }
.show-screen { display:inherit; }
.hide-mobile { display:inherit !important; }
.hide-tablet { display:inherit !important; }
.hide-screen { display:none !important; }

.max-img { width: 100%;	height: auto; }
.clear { clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0; }
body { -webkit-tap-highlight-color: rgba(0,0,0,0); }
body { -webkit-tap-highlight-color: transparent; }
table { overflow-x: auto; }

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus
textarea:-webkit-autofill, textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
	border: 0px solid #efefef !important;
	-webkit-text-fill-color: inherit !important;
	box-shadow: 0 0 0 1000px #ececec inset !important;
	transition: background-color 5000s ease-in-out 0s !important;
}
:focus { outline: none !important; }
::-webkit-scrollbar-button{ display: none; height: 13px; border-radius: 0px; background-color: #AAA; } ::-webkit-scrollbar-button:hover{ background-color: #AAA; } ::-webkit-scrollbar-thumb{ background-color: #808080; border-radius: 0; } ::-webkit-scrollbar-thumb:hover{ background-color: #808080; border-radius: 0; } ::-webkit-scrollbar-track{ background-color: #c0c0c0; } ::-webkit-scrollbar-track:hover{ background-color: #c0c0c0; } ::-webkit-scrollbar{ width: 10px; }
::-webkit-input-placeholder { color: #a8a8a7; }
::-moz-placeholder { color: #a8a8a7; }
:-ms-input-placeholder { color: #a8a8a7; }
:-moz-placeholder { color: #a8a8a7; }

.noselect {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;      
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.vacio {
	border-top: 0px !important;
	border-bottom: 0px !important;
	height: 0px !important;
}


/** VM ────────────────────────────────────────────────────────────────────────────────────────────────────────────── */

#ovm {
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 100000;
	background-color: transparent;
	background-color: rgba(0,0,0,0.6);
}

#vm {
	width: 500px;
	min-height: 150px;
	max-width: 95%;
	max-height: 75%;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	padding: 20px;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	background-color: #ffffff;
	background-color: rgba(255,255,255,0.9);
	border: 1px solid #cccccc;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;		
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.5);
	overflow: auto;
}

#vm img {
	width: 64px;
	height: 64px;
	display: block;
	margin: 0px auto 15px auto;
	clear: both;
}

#vm p {
	margin-bottom: 10px;
	font-family: 'Roboto', sans-serif;
	font-size: 0.9em;
	font-weight: 300;
	text-align: justify;
	color: #000000;
}

#vm h2.cont {
	margin: 0px;
	font-family: 'Roboto', sans-serif;
	font-size: 2em;
	font-weight: 300;
	text-align: center;
	color: #000000;
}

#vm .seg {
	position: absolute;
	top: 5px;
	right: 18px;
	font-family: 'Roboto', sans-serif;
	font-size: 0.7em;
	font-weight: 300;
	line-height: 10px;
	text-align: right;
	color: #cccccc;
}


#vm .bCerrar {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 10px !important;
	height: 10px !important;
	margin: 0px !important;
	cursor: pointer;
}

#vm .bVM {
	position: absolute;
	left: 0px;
	bottom: 20px;
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-around;
}

#vm .bSI {
	padding: 6px 0px 6px 0px;
	cursor: pointer;
	width: 100px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 2px;
	font-size: .8em;
	font-weight: 300;
	background-color: #3083c9;
	color: #ffffff;
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	-o-transition: color 0.2s;
	-ms-transition: color 0.2s;
	transition: color 0.2s;
}

#vm .bSI:hover {
	color: #cccccc;
}

#vm .bNO {
	padding: 6px 0px 6px 0px;
	cursor: pointer;
	width: 100px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 2px;
	font-size: .8em;
	font-weight: 300;
	background-color: #3083c9;
	color: #ffffff;
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	-o-transition: color 0.2s;
	-ms-transition: color 0.2s;
	transition: color 0.2s;
}

#vm .bNO:hover {
	color: #cccccc;
}

#ovm .loading {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

#ovm .loading img {
	margin: 0px auto;
}

#ovm .loading p {
	margin: 0px auto !important;
	font-size: 0.9em;
	font-weight: 300;
	line-height: normal;
	text-align: center;
	color: #ffffff;
}


/** CALENDARIO ────────────────────────────────────────────────────────────────────────────────────────────────────── */

.calendario {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding-bottom: 5px;
	background-color: #ffffff !important;
}

.calendario .barraCalendario {
	background-color: #333333;
	height: 40px;
	display: -webkit-flex;
	-webkit-flex-wrap: nowrap;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
	display: -moz-flex;
	-moz-flex-wrap: nowrap;
	-moz-align-items: center;
	-moz-justify-content: space-between;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
}

.calendario .barraCalendario2 {
	background-color: #333333;
	height: 40px;
}

.calendario .barraCalendario img {
	cursor: pointer;
	margin: 0px 10px !important;
	width: 22px !important;
	height: 22px !important;
}

.calendario .barraCalendario img.off {
	opacity: 0.3;
	cursor: auto;
}

.calendario .barraCalendario p, .calendario .barraCalendario2 p {
	display: table;
	margin: 0px !important;
	padding: 0px !important;
	font-size: 1.1em !important;
	color: #ffffff !important;
	text-align: center !important;
	text-transform: uppercase;
}

.calendario .barraDiasSemana {
	height: 30px;
	background-color: #cccccc;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	-webkit-align-items: center;
	-webkit-justify-content: space-around;
	display: -moz-flex;
	-moz-flex-wrap: wrap;
	-moz-align-items: center;
	-moz-justify-content: space-around;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
}

.calendario .barraDiasSemana .diaSemana {
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	flex-grow: 1;
	-webkit-flex-basis: 0;
	-moz-flex-basis: 0;
	flex-basis: 0;
	font-family: 'Roboto', sans-serif;	
	font-size: 0.8em;
	font-weight: 300;
	text-align: center;
	color: #333333;
}

.calendario .barraSemana {
	background-color: #ffffff;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	-webkit-align-items: center;
	-webkit-justify-content: space-around;
	display: -moz-flex;
	-moz-flex-wrap: wrap;
	-moz-align-items: center;
	-moz-justify-content: space-around;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
}

.calendario .cal_dia {
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	flex-grow: 1;
	-webkit-flex-basis: 0;
	-moz-flex-basis: 0;
	flex-basis: 0;
	margin: 1px;
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	font-weight: 300;
	line-height: 30px;
	text-align: center;
	color: #333333;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	-ms-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.calendario .cal_dia:hover {
	background-color: #dce4eb;
}

.calendario .vacio:hover {
	background-color: #ffffff !important;
}

.calendario .cal_DiaMarcado {
    background-color: #5c9598 !important;
}

.calendario .cal_DiaMarcado_verde {
	background-color: #33cc00 !important;
	color: #ffffff !important;
}

.calendario .cal_DiaMarcado_amarillo {
	background-color: #ffff33 !important;
	color: #333333 !important;
}

.calendario .cal_DiaMarcado_rojo {
	background-color: #cc0000 !important;
	color: #ffffff !important;
}

.calendario .cal_DiaMarcado_negro {
	background-color: #000000 !important;
	color: #ffffff !important;
}

.calendario .cal_DiaMarcado_naranja {
	background-color: #ff7d00 !important;
	color: #ffffff !important;
}

.calendario .cal_hoy {
	font-weight: 600;
}

.calendario .cal_off {
	cursor: default;
	color: #cccccc !important;
}

.calendario .cal_off:hover {
	background-color: #ffffff !important;
}

.calendario .cal_festivo {
	cursor: default;
	color: #ffffff !important;
	background-color: #f79dbc !important;
}


/* ────────────────────────────────────────────────────── */

.mantenimiento {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	max-width: 600px;
	transform: translate(-50%, -50%);		
}

.mantenimiento img {
	width: 100%;
	margin-bottom: 10px;
}

.mantenimiento h1 {
	text-align: center;
	font-size: 2em;
	font-weight: 700;
}

.mantenimiento p {
	text-align: center;
	font-size: 1.2em;
	font-weight: 300;
}


/** ELEMENTOS GENERALES ───────────────────────────────────────────────────────────────────────────────────────────── */

html {
	margin: 0px;
	padding: 0px;
	min-height: 100%;
	touch-action: manipulation;
	-ms-touch-action: manipulation;
}

/* ────────────────────────────────────────────────────── */

html body {
	margin: 0px;
	padding: 90px 0px 0px 0px;
	min-height: 100%;
    background-color: #ffffff; 
}

body.scrollOff {
	overflow: hidden;
}

/* ────────────────────────────────────────────────────── */

.enPreparacion {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	max-width: 350px;
	transform: translate(-50%, -50%);		
}

.enPreparacion img {
	width: 100%;
	margin-bottom: 10px;
}

.enPreparacion p {
	text-align: center;
	font-size: 1.2em;
	font-weight: 600;
	
}

/* ────────────────────────────────────────────────────── */

#TT {
	display: none;
	position: absolute;
	z-index: 200000;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	background-color: rgba(255,255,255,0.9);
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;		
	border-radius: 5px;
	margin: 0px;
	padding: 2px 5px;
	color: #333333;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.7em;
}

#TT h2 {
	margin: 0px !important;
	font-size: 1.5em !important;
}

#TT p {
	margin: 0px !important;
	font-size: 1em;
}

/* ────────────────────────────────────────────────────── */

p {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 1em;
	line-height: 1.8em;
	color: #333333;
}

p sup {
	font-size: 0.6em;
}

b {
	font-weight: 600;
}

li {
	margin: 0px;
	margin-bottom: 10px;
	color: #333333;
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	font-weight: 300;
}

li p {
	font-size: 1em;
}

li li {
	font-size: 1em;
}

blockquote {
	padding: 10px 0px 10px 20px;
	border-style: solid;
	border-color: #444444;
	border-width: 0;
	border-left-width: 5px;
	font-family: 'Roboto', sans-serif;
	font-size: 1em !important;
	font-weight: 300;
	color: #333333;
}

th, td {
	color: #333333;
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	font-weight: 300;
}

a {
	outline: none;
	color: #333333;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0px;
	border-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
}

h1 {
	font-family: 'Raleway', sans-serif;
	font-size: 2.5em;
	font-weight: 700;
	color: #333333;
}

h2 {
	font-family: 'Raleway', sans-serif;
	font-size: 2em;
	font-weight: 700;
	color: #333333;
}

h3 {
	font-family: 'Raleway', sans-serif;
	font-size: 1.5em;
	font-weight: 600;
	color: #333333;
}

h4 {
	font-family: 'Raleway', sans-serif;
	font-size: 1em;
	font-weight: 100;
	color: #666666;
}

/* ────────────────────────────────────────────────────── */

.contenedorMensajes {
	position: relative;
	margin: 10px 0px;
	height: 25px;
}

.mC {
	width: 100%;
	padding: 2px 10px 2px 10px;
	position: absolute;
	display: none;
	color: #ffffff !important;
	background-color: #b74b67;
	font-family: 'Roboto', sans-serif;
	font-size: 0.7em;
	font-weight: 300;
	text-align: center;
	line-height: 20px;
	text-transform: uppercase;
}

/* ────────────────────────────────────────────────────── */

.boton {
	display: table;
	padding: 10px 40px;
	background-color: #5c9598;
	border-radius: 20px;
	cursor: pointer;
	font-family: 'Roboto', sans-serif;
	font-size: 0.9em;
	font-weight: 700;
	letter-spacing: 1px;
	text-align: center;
	color: #ffffff;
	line-height: 30px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: background-color 0.2s;
	-moz-transition: background-color 0.2s;
	-o-transition: background-color 0.2s;
	-ms-transition: background-color 0.2s;
	transition: background-color 0.2s;	
}

.boton:hover {
	background-color: #b74b67;
}

.grecaptcha-badge {
	opacity: 0 !important;
}

.boton p {
	font-weight: 600;
	color: #f2f2f2;
}

/** FORMULARIOS ───────────────────────────────────────────────────────────────────────────────────────────────────── */

form {
	margin: 0px;
}

form .flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

fieldset {
    margin: 0px;
    margin-bottom: 25px;
    padding: 10px;
	border: 2px solid #d8d8d8;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;	
	border-radius: 5px;	    
}

legend {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: .8em;
    font-weight: 700;
    text-align: left;
    letter-spacing: 1px;
}

input {
	width: 100%;
	height: 30px;
	margin: 0px;
	padding: 5px;
	font-family: 'Roboto', sans-serif;
	font-size: 0.9em;
	font-weight: 300;
	border: 0px;
	background-color: #ececec;
}

textarea {
	resize: none;
	width: 100%;
	margin: 0px;
	padding: 5px;
	font-family: 'Roboto', sans-serif;
	font-size: 0.9em;
	font-weight: 300;
	border: 0px;
	background-color: #ececec;
}

select {
	height: 32px;
	margin: 0px;
	padding: 5px;
	font-family: 'Roboto', sans-serif;
	font-size: 0.9em;
	font-weight: 300;
	border: 0px;
	background-color: #ececec;
    background-repeat: no-repeat;
    background-size: auto 6px; 
    background-position: 5px center;
}

label {
	cursor: pointer !important;
}

.campoObligatorio {
    color: #ff0000;
    font-weight: 700;
    font-size: 1em;
}

.bloqueCampoFormulario {
    margin-bottom: 10px;
}

.bloqueCampoFormulario p {
    margin: 0px;
    font-size: .8em;
    text-align: left;
    color: #000000;
}

.bloqueCampoFormulario p img {
	cursor: default;
	display: inline-block;
	height: 10px;
}

.bloqueCampoFormulario input {
	width: 100%;
	height: 35px;
	margin: 0px;
	padding: 5px;
    color: #000000;
    border: 0px;
    font-size: .9em;    
    background-color: #efefef;
}

.bloqueCampoFormulario select {
	height: 35px;
	margin: 0px;
	padding: 4px;
    color: #000000;
    border: 0px;
    font-size: .9em;    
    background-color: #efefef;
}

select.loading {
	background-image: url("../imagenes/loading.svg");
}

.bloqueCampoFormulario textarea {
	width: 100%;
	margin: 0px;
	padding: 5px;
    color: #000000;
    border: 0px;
    font-size: .9em;    
    background-color: #efefef;
}

.bloqueCampoFormulario img {
	display: inline-block;
    cursor: pointer;
    margin-top: 1px;
    margin-left: 5px;
}

/* ────────────────────────────────────────────────────── */

[type="radio"]:checked,
[type="radio"]:not(:checked) {
position: absolute;
left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) +
label {
	position: relative;
	padding-left: 25px;
	cursor: pointer;
	line-height: 22px;
	display: inline-block;
	color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) +
label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	border: 2px solid #ccc;
	border-radius: 100%;
	background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) +
label:after {
	content: '';
	width: 14px;
	height: 14px;
	background: #3083c9;
	position: absolute;
	top: 4px;
	left: 4px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
[type="radio"]:not(:checked) +
label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}
[type="radio"]:checked + label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

/* ────────────────────────────────────────────────────── */

input[type="date"] {
	width: 150px;
}

input[type="checkbox"] {
    width: 30px;
    height: 30px;
}

input[type="email"] {
	text-transform: lowercase;
}


/** ESTRUCTURA ────────────────────────────────────────────────────────────────────────────────────────────────────── */

#contenedor {
	position: relative;
	z-index: 1;
	background-color: #ffffff;
}

#buscador {
	width: 200px !important;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;	
	background-color: #d36c59;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;	
}

#buscador input {
	width: calc(100% - 30px);
	height: 30px;
	color: #ffffff;
	background-color: #d36c59;
}

/* ────────────────────────────────────────────────────── */
#cabecera {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 10;
	width: 100%;
	display: flex;
    flex-wrap: nowrap;
    align-items: center;
	justify-content: space-between;
	background-color: rgba(255,255,255,0.9);
}

#cabecera #logos {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
	padding: 15px 0px;
}

#cabecera #logos img {
	height: 60px;
}

#cabecera #menu {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;	
}

#cabecera #menu > ul {
	margin: 0px;
	padding: 0px 50px;
	height: 85px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
}	

#cabecera #menu ul li {
    margin: 0px 10px 0px 10px;
	height: max-content;
    padding: 35px 0px;
    font-size: 1em;
    font-weight: 400;
    cursor: pointer;
    list-style: none;
    color: #000000;
    position: relative; 
}

#cabecera #menu ul li:hover {	
    color: #b74b67;
}

#cabecera #menu ul li.on {	
	font-weight: 700;
	color: #b74b67;
}

#cabecera #menu ul li ul {
    display: none;
    position: absolute;
    top: calc(85px - 1px);                   
    left: 0;
    background-color: #b74b67;
    padding: 0;
    margin: 0;
    min-width: 200px;
    z-index: 20;
    flex-direction: column;
    box-shadow: 0 6px 12px rgba(0,0,0,0.12);
}

#cabecera #menu ul li:hover > ul {
	display: flex;
}

#cabecera #menu ul li ul li {
	padding: 30px;
	height: max-content;
	margin: 0px 0px;
	border-bottom: 2px solid #f2f2f2;
	font-size: 0.95em;
	font-weight: 400;
	color: #fff;
	cursor: pointer;
	transition: background 0.3s, font-weight 0.3s;
}

#cabecera #menu ul li ul li:hover {
	background-color: rgba(0,0,0,0.2);
}

#cabecera #menu ul li ul li a {
	color: #fff;
	text-decoration: none;
	display: block;
}

#cabecera #menu ul > li > ul > li {
	color: #fff;
}

#cabecera #menu ul > li > ul > li:hover {
	color: #fff;
}

#cabecera #menu ul > li > ul > li.on {	
	color: #fff;
}

#cabecera .rs {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	margin-right: 20px;
}

#cabecera .rs div {
	margin-right: 10px;
}

#cabecera .rs div a {
	width: 15%;
}

#cabecera .rs div a img {
	width: 20px;
    height: 20px;
}

#cabecera .rs div a img.G {
	width: 25px;
    height: 25px;
}

/* ────────────────────────────────────────────────────── */

#menuMovil {
	z-index: 15;
	position: fixed;
	top: 0px;
	width: 100%;
	height: 50px;
	background-color: #f2f2f2;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}

#menuMovil img {
	float: right;
	margin: 10px 10px 0px 0px;
	height: 30px;
}

#fMenuMovil {
	display: none;
	position: fixed;
	z-index: 9;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

#botonMenuMovil {
	position: fixed;
    top: 7px;
    left: 7px;
    z-index: 15;
    padding: 1px;
    cursor: pointer;
    background-color: transparent;
    border-radius: 5px;
}

#botonMenuMovil .bar1, #botonMenuMovil .bar2, #botonMenuMovil .bar3 {
    margin: 5px;
    width: 25px;
    height: 5px;
    display: block;
    background-color: #b74b67;
    border-radius: 5px;
}

#botonMenuMovil .bar:last-child {
    margin-bottom: 0;
}

#menuLateralMovil {
	position: fixed;
	z-index: 10;
	top: 0px;
	left: -240px;
	width: 240px;
	height: 100%;
	padding: 60px 5px 0px 5px;
	overflow-y: auto;
	background-color: #000000;
	background-color: rgba(0,0,0,0.8);
	-webkit-transition: left 0.4s ease;
	-moz-transition: left 0.4s ease;
	-ms-transition: left 0.4s ease;
	-o-transition: left 0.4s ease;
	transition: left 0.4s ease;	
}

#menuLateralMovil.open-sidebar {
    left: 0;
}

#menuLateralMovil h2 {
	margin: 0px 0px 5px 0px;
	padding: 0px 5px;
	font-size: 1em;
	font-weight: 300;
	color: #000000;
	background-color: #a3cbe7;
}

#menuLateralMovil ul {
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    list-style: none;
}

#menuLateralMovil ul li {
	cursor: pointer;
	margin: 0px 0px 15px 0px;
	font-size: 0.9em;
	font-weight: 700;
	line-height: 22px;
	color: #ffffff;
	text-decoration: none;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-position: 0px 2px;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;	
}

#menuLateralMovil ul li.submenuM {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 0.7em;
}

#menuLateralMovil ul li ul {
	margin-top: 10px;
}

#menuLateralMovil ul li ul li, #menuLateralMovil ul li ul li a, #menuLateralMovil ul ul li, #menuLateralMovil ul ul li a {
	color: #f2f2f2;
	text-decoration: none;
	font-weight: 300;
}

#menuLateralMovil ul li.on, #menuLateralMovil ul li ul li.on, #menuLateralMovil ul ul li.on  {
	color: #b74b67;
	font-weight: 600;
}

/* ────────────────────────────────────────────────────── */

footer#pie {
	background-color: #b74b67;
	margin-top: 50px;
}

footer#pie .titulo h2 {
	color: #f2f2f2;
	font-size: 2.5em;
}

footer#pie .datosContacto {
	width: calc(50% - 50px);
}

footer#pie .datosContacto .datoContacto {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
}

footer#pie .datosContacto .datoContacto p {
	color: #fff;
}

footer#pie .datosContacto .datoContacto p a {
	text-decoration: none;
	color: #fff;
}

footer#pie .datosContacto  .datoContacto img {
	width: 50px;
	margin-right: 20px;
}

footer#pie .flex {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: end;
	margin-top: -100px;
}

footer#pie .flex .rs {
	width: 70%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
}

footer#pie .flex .rs div {
	margin-right: 20px;
}

footer#pie .flex .rs div img {
	width: 28px;
	height: 28px;
}

footer#pie .flex .logosPie {
	width: 30%;
}

footer#pie .flex .logosPie p {
	color: #f2f2f2;
	font-size: 1.2em;
	font-weight: 600;
}

footer#pie .flex .logosPie > div {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-end;
}


footer#pie .flex .logosPie > div .logo1 {
	width: 30%;
	margin-right: 20px;
}

footer#pie .flex .logosPie > div .logo2 {
	width: 65%;
}


footer#pie .flex .logosPie > div .logo1 a img, footer#pie .flex .logosPie > div .logo2 a img {
	width: 100%;
}

#subPie {
	background-color: #5c9598;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}

#subPie p, #subPie a {
	color: #fff;
	text-decoration: none;
}

/* ────────────────────────────────────────────────────── */

.videoResponsive {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	margin: 20px 0px 50px 0px;
}

.videoResponsive iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

/* ────────────────────────────────────────────────────── */

.controlesPaginacion {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;	
}

/** PORTADA ───────────────────────────────────────────────────────────────────────────────────────────────────────── */

.swiperSlide .swiper-slide {
	position: relative;
}

.swiperSlide-prev, .swiperSlide-next {
  	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
  	z-index: 10;
}

.swiperSlide-prev img, .swiperSlide-next img {
	width: 40px;
}

#bloqueSlide .swiper-slide img {
	width: 100%;
}

.swiperSlide .textos {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 120px;
	padding: 0px 100px;
	background-color: #a2181e;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;		
}	

.swiperSlide .textos div {
	display: table;
}	

.swiperSlide .textos h1 {
	width: 100%;
	margin: 0px;
	font-size: 2em;
	letter-spacing: 1px;
	text-align: center;
	color: #ffffff;
}

.swiperSlide .textos p {
	width: 100%;
	margin: 0px;
	font-size: 1.2em;
	color: #ffffff;
	text-align: center;
}

.swiperSlide .play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 200px;
	height: 200px;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	transition: opacity 0.2s;		
}

.swiperSlide .play:hover {
	opacity: 0.7;
}

.swiperSlide .bSlide {
	position: absolute;
	top: 60%;
	left: 40px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;		
	padding: 10px 40px;
	background-color: #d4b68d ;
	cursor: pointer;
	font-family: 'Roboto', sans-serif;
	font-size: 0.9em;
	font-weight: 700;
	letter-spacing: 1px;
	text-align: center;
	color: #ffffff;
	line-height: 30px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: background-color 0.2s;
	-moz-transition: background-color 0.2s;
	-o-transition: background-color 0.2s;
	-ms-transition: background-color 0.2s;
	transition: background-color 0.2s;	
}

.swiperSlide .bSlide a {
	color: #ffffff;
	text-decoration: none;
}

.swiperSlide .bSlide:hover {
	color: #333333;
}

.swiperSlide .bSlide:hover a {
	color: #333333;
}

.popupMp4 .mfp-content {
	width: calc(100% - 20px);
	max-width: 900px;
}

.popupMp4 .mfp-close {
	top: -44px;
	color: #FFF;
	text-align: right;
	right: 1px;
}

.videoPopup {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.videoPopup video {
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

/* ────────────────────────────────────────────────────── */

.lineaTitulo {
	border-bottom: 5px solid #5c9598;
	width: 10%;
	margin-top: -20px;
	margin-bottom: 30px;
}


.lineaTitulo2 {
	border-bottom: 5px solid #b74b67;
	width: 10%;
	margin-top: -20px;
	margin-bottom: 30px;
}


#bloqueOFPEX > div {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
	background-color: #f2f2f2;
	border-radius: 10px;
}

#bloqueOFPEX .quienesSomos .texto {
	width: calc(50% - 20px);
	padding: 50px 0px 50px 50px;
}

#bloqueOFPEX .feminizacionPobreza .texto {
	width: calc(50% - 20px);
	padding: 50px 50px 50px 0px;
}

#bloqueOFPEX > div .texto p {
	text-align: justify;
}

#bloqueOFPEX > div .texto a {
	text-decoration: none;
}

#bloqueOFPEX > div .imagen {
	width: 50%;
}

#bloqueOFPEX > div .imagen img {
	width: 100%;
}

/* ────────────────────────────────────────────────────── */

#bloqueBancoDatos {
	margin-top: 100px;
}

#bloqueBancoDatos .bancoDatos {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}

#bloqueBancoDatos .bancoDatos > div {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	width: calc(33% - 20px);
	margin-top: 50px;
	border-radius: 10px;
	padding: 40px 30px;
    box-shadow: 10px 10px 20px 5px rgba(0,0,0,0.30);
}

#bloqueBancoDatos .bancoDatos > div:hover {
	cursor: pointer;
	background-color: rgb(242, 242, 242, 0.95);
}

#bloqueBancoDatos .bancoDatos > div img {
	width: 80px;
	margin: 0px 20px;
}

#bloqueBancoDatos .bancoDatos > div h2 {
	color: #b74b67;
	font-size: 1.5em;
	line-height: 1.7em;
	font-weight: 900;
}

.standby {
  opacity: 0;
}

.animated.slow {
  animation-duration: 1.5s; 
}

.animated.slow2 {
  animation-duration: 2s; 
}

/* ────────────────────────────────────────────────────── */

#bloqueCentroDocumentacion {
	position: relative;
	background-color: #f2f2f2;
}

#bloqueCentroDocumentacion .texto {
	width: calc(55% - 50px);
}

#bloqueCentroDocumentacion .texto p {
	text-align: justify;
}

#bloqueCentroDocumentacion .texto a {
	text-decoration: none;
}

#bloqueCentroDocumentacion .imagen {
	position: absolute;
	top: 25px;
	width: 32%;
}

#bloqueCentroDocumentacion .imagen img {
	width: 100%;
}

/** SECCIONES ─────────────────────────────────────────────────────────────────────────────────────────────────────── */

#cabSeccion {
	background-color: #f2f2f2;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

#cabSeccion .titulo {
	width: calc(80% - 20px);
}

#cabSeccion .imagen {
	position: absolute;
	width: 25%;
	top: 0;
	padding: 10px 0px;
}

#cabSeccion img {
	width: 100%;
}

.infoSeccion {
	width: 65%;
}

.menuSeccion {
	padding-top: 300px;
	width: calc(35% - 100px);
}

.menuSeccion .itemMS {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;	
	margin-bottom: 30px;
	padding: 10px 20px;
	border-radius: 150px;
    box-shadow: 10px 10px 20px 5px rgba(0,0,0,0.30);
}

.menuSeccion .itemMS:hover {
	cursor: pointer;
}

.menuSeccion .itemMS div {
	width: 70px;
	height: 70px;
	margin-right: 20px;
	background-color: #b74b67;
	border: 2px solid #b74b67;
	border-radius: 50%;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	-webkit-transition: background-color 0.2s;
	-moz-transition: background-color 0.2s;
	-o-transition: background-color 0.2s;
	-ms-transition: background-color 0.2s;
	transition: background-color 0.2s;		
}

.menuSeccion .itemMS div i {
	font-size: 2em;
	color: #ffffff;
}

.menuSeccion .itemMS h3 {
	width: calc(100% - 80px);
	margin: 0px;
	font-size: 1.2em !important;
	font-weight: 600 !important;
}

.menuSeccion .linkB:hover, .menuSeccion .linkB.on {
	text-decoration: none;
	background-color: #b74b67;
}

.menuSeccion .itemMS div i {
	color: #ffffff;
}

.menuSeccion .itemMS h3 {
	color: #b74b67;
}

.menuSeccion .linkB:hover h3, .menuSeccion .linkB.on h3 {
	color: #f2f2f2;
}

.menuSeccion .itemMS:hover div {
	background-color: #f2f2f2;
}

.menuSeccion .itemMS.on div {
	border: 1px solid #f2f2f2;
}

.menuSeccion .itemMS.on:hover div {
	background-color: transparent;
}

.menuSeccion .itemMS:hover div i {
	color: #b74b67;
}

.menuSeccion .itemMS.on div i {
	background-color: transparent;
	color: #f2f2f2;
}

/* ─ 1. OFPEX ───────────────────────────────────────────── */

#seccionOFPEX .texto {
	width: 62%;
}

#seccionOFPEX p {
	text-align: justify;
}

#seccionOFPEX .bloques {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}

#seccionOFPEX .bloqueTexto {
	width: calc(50% - 10px);
	background-color: #f2f2f2;
	border-radius: 20px;
	padding: 20px;
	margin-bottom: 20px;
}

/* ─ 2. BANCO DE DATOS ──────────────────────────────────── */

#seccionBancoDatos {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;	
}

#seccionBancoDatos h2 {
	font-size: 2em;
}

#seccionBancoDatos table {
	width: 100%;
}

#seccionBancoDatos table tr.idTabla {
	display: none;
	padding-top: 30px;
}

#seccionBancoDatos td {
	padding: 10px;
	font-size: 0.9em;
	font-weight: 700;
}

#seccionBancoDatos td a {
	text-decoration: none;
}

#seccionBancoDatos td.icono {
	width: 50px;
	text-align: center;
}

#seccionBancoDatos td.icono img {
	width: 30px;
}

#seccionBancoDatos table tr.tit td {
	background-color: #5c9598 !important;
	color: #f2f2f2;
	border-radius: 5px;
}

#seccionBancoDatos td.grafico img {
	width: 100%;
}

tr.bd {
	float: left;
	margin-top: 50px;
}

#seccionBancoDatos .bloqueConcepto {
	display: none;
}

/* ─ 3. CENTRO DE DOCUMENTACIÓN ─────────────────────────── */

#cabSeccion .imagen.cd {
	width: 22%;
}

#seccionCentroDocumentacion {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;	
}

#seccionCentroDocumentacion p {
	text-align: justify;
}

#seccionCentroDocumentacion .bloqueListadoPublicaciones {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}

#seccionCentroDocumentacion .bloqueListadoPublicaciones .publicacion {
	width: calc(50% - 20px);
	background-color: #f2f2f2;
	border: 1px solid #c0c0c0;
	border-radius: 10px;
	padding: 0px 0px 20px 0px;
	margin-top: 20px;
}

#seccionCentroDocumentacion .bloqueListadoPublicaciones .publicacion .textoPublicacion {
	padding: 20px 20px 0px 20px;
}

#seccionCentroDocumentacion .bloqueListadoPublicaciones .publicacion img {
	border-radius: 10px 10px 0px 0px;
	width: 100%;
}

#seccionCentroDocumentacion .bloqueListadoPublicaciones .textoPublicacion a {
	text-decoration: none;
}

#seccionCentroDocumentacion .bloqueListadoPublicaciones .textoPublicacion h2 {
	font-size: 1.2em;
}

#seccionCentroDocumentacion .menuSeccion {
	padding-top: 250px;
}

#seccionCentroDocumentacion .menuSeccion h2 {
	font-size: 1.5em;
}

#seccionCentroDocumentacion .menuSeccion .itemMS h3 {
	width: 100%;
	text-align: center;
	line-height: 1.5em;
}

form[name="frmBuscador"] {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

form[name="frmBuscador"] input {
	width: calc(70% - 10px);
	height: 50px;
	border-radius: 50px;
	padding: 20px;
}

form[name="frmBuscador"] .boton {
	width: 30%;
	padding: 10px 20px;
	border-radius: 50px;
}

form[name="frmBuscador2"] .boton  {
	width: 100%;
}

#seccionCentroDocumentacion .menuSeccion .bloqueBuscadorPublicacionesEtiquetas {
    margin-top: 1em;
    margin-bottom: 1em;
}

#seccionCentroDocumentacion .menuSeccion .bloqueBuscadorPublicacionesEtiquetas ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: stretch;
	padding: 0px 0px 0px 0px;
}

#seccionCentroDocumentacion .menuSeccion .bloqueBuscadorPublicacionesEtiquetas h1 {
    font-size: 1.1em;
    font-weight: bold;
    text-align: right;
}

#seccionCentroDocumentacion .menuSeccion .bloqueBuscadorPublicacionesEtiquetas li {
	list-style: none;
	margin: 10px 5px;
	color: #f2f2f2;
}

#seccionCentroDocumentacion .menuSeccion .bloqueBuscadorPublicacionesEtiquetas li a {
    max-width: 10px;
    font-size: 0.6em;
    background-color: #5c9598;
    border: 1px solid #f2f2f2;
	color: #f2f2f2;
    border-radius: 20px;
    padding: 10px;
    margin: 2px;
	text-decoration: none;
}

#seccionCentroDocumentacion .menuSeccion .bloqueBuscadorPublicacionesEtiquetas li.enlaceActivo a {
    color: #f2f2f2;
    background-color: #b74b67;
	font-weight: 600;
    text-decoration: none;
}
