@charset "utf-8";
/* CSS Document */
* {
	margin:0; 
	padding:0;
	outline:0;
	font-style:normal;
	line-height:1.1;
	font-family:'Lato';
	/*touch-action: none;*/
}

body * {
	-webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Standard syntax */
}
	
html, body{
	font-size: 1em;
	outline: 0;
	padding: 0px;
    margin: 0px;
	height:100%;
    overflow: hidden;
	background-size: cover;
	touch-action: none !important;
}

html {
	background-color: #c1c1c1;
}

@font-face {
	font-family: "Lato";
	src: url("../../admin/fonts/Lato-Regular.ttf") format("TrueType");
	font-weight: 500;
}
@font-face {
	font-family: "Lato";
	src: url("../../admin/fonts/Lato-Italic.ttf") format("TrueType");
	font-weight: 500;
	font-style: italic;
}
@font-face {
	font-family: "Lato";
	src: url("../../admin/fonts/Lato-Bold.ttf") format("TrueType");
	font-weight: 700;
}
@font-face {
	font-family: "Lato";
	src: url("../../admin/fonts/Lato-BoldItalic.ttf") format("TrueType");
	font-weight: 700;
	font-style: italic;
}
@font-face {
	font-family: "Lato";
	src: url("../../admin/fonts/Lato-Black.ttf") format("TrueType");
	font-weight: 900;
}
@font-face {
	font-family: "Lato";
	src: url("../../admin/fonts/Lato-BlackItalic.ttf") format("TrueType");
	font-weight: 900;
	font-style: italic;
}

h2.titulo_pagina {
    color: #009ee0;
    font-size: 24pt;
    position: absolute;
    top: 70px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

a {
	text-decoration: none;
}

.cuerpo {
	margin: 0px;
	padding: 0px;
	width: 100%;
	box-sizing: border-box;
	clear: both;
}

.clear {
	clear: both;
}

#player {
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	float: left;
	height: 1010px;
}

.footer {
	width: 100%;
    box-sizing: border-box;
    height: 70px;
    line-height: 70px;
    padding-top: 10px;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.footer_left,
.footer_right {
	width: 25%;
    height: 100%;
}

.footer_middle {
	width: 50%;
    height: 100%;
}

.footer img {
	height: 50px;
}

button.finalizar {
    height: 50px;
    background-color: #ff1010;
    border: 2px solid #ffa6a6;
    box-sizing: border-box;
    padding: 0px 40px;
    font-size: 16pt;
    font-weight: bold;
    color: #fff;
    border-radius: 7px;
    position: relative;
    text-align: center;
    top: -10px;
    left: 600px;
	display: none;
}

/* ----- CABECERA ------*/

#cab{
	clear: both;
	width: 100%;
	font-size: 28pt;
	height: 100px; /* 125px */
	line-height: 100px;
	padding: 0px 20px;
	box-sizing: border-box;
	
	/*background: linear-gradient(to bottom, #00a199, transparent);*/
}

#fecha, #hora, #tiempo {
	display: inline-block;
	color: #000;
}

div#header_left {
	width: 49.5%;
	text-align: left;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: middle;
}

div#header_left img {
	margin-right: 30px;
	width: 280px;
}

div#header_right {
	width: 49.5%;
    text-align: right;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle;
}

div#header_right img {
    width: 280px;
}

div#fecha {
	width: 35%;
	text-align: left;
}
div#hora {
	width: 24%;
	text-align: center;
}

/* ----- SLIDER ------*/

#slider_menu_wrapper {
    position: relative;
}

div#controls {
	z-index: 99999;
	display: flex;
	position: absolute;
	top: 0;
	align-content: center;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 100%;
}

img.prevbtn,
img.nextbtn {
	position: absolute;
	z-index: 100;
	top: calc(100vh/2 - 50px);
	width: 70px;
	height: 100px;
}

img.prevbtn {
	left: 20px;
}

img.nextbtn {
	right: 20px;
}

.url {
	position: absolute;
	top: 653px;
	left: 710px;
	width: 500px;
	height: 255px;
	text-align: center;
}


/* ----- HOME ------*/

#content_ini {
	position: absolute;
    top: 250px;
    width: 960px;
    margin: auto;
    text-align: center;
	left: calc(50% - 480px);
}

.cat_inicio {
	width: 380px;
    display: inline-block;
    margin-top: 100px;
    margin-right: 100px;
    text-decoration: none;
    box-sizing: border-box;
    vertical-align: top;
	box-shadow: 3px 3px 10px #000;
	
	position: relative;
	top: -800px;
}

a.cat_inicio:last-child {
    margin-right: 0px;
}

a.cat_inicio img {
	width: 100%;
    height: 280px;
    box-sizing: border-box;
}

.desc_inicio {
	font-size: 18pt;
	background-color: #0059b8;
	padding: 12px;
	box-sizing: border-box;
	min-height: 80px;
	color: white;
	text-align: center;
}

/* ----- SECCIONES ------*/

#content_sec {
    position: absolute;
    top: 150px;
    width: 100%;
    text-align: center;
    right: 0px;
}

#content_sec.section_list {
    top: 200px;
}

#bc_sec {
    color: #000;
	text-align: left;
	font-size: 21pt;
	clear: both;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	padding-left: 30px;
}

.listado_inner {
	height: 735px;
	overflow-y: auto;
	position: absolute;
	top: 75px;
	width: 100%;
	left: 0px;
	box-sizing: border-box;
	padding: 0px 90px;
}

.cat_seccion {
    display: inline-block;
	box-sizing: border-box;
	width: 40%;
	margin: 0 5%;
    margin-bottom: 60px;
    text-decoration: none;
    vertical-align: top;
    position: relative;
    float: left;
}

.cat_seccion .bot_icon {
    max-width: 100px;
    max-height: 100px;
	vertical-align: middle;
}

.cat_seccion .imagen_tit {
    max-width: 400px;
    max-height: 60px;
	vertical-align: middle;
}

.desc_seccion {
	display: flex;
    font-size: 24pt;
    background-color: #003DF6;
    padding: 12px;
    box-sizing: border-box;
    color: white;
    text-align: left;
	border-radius: 20px;
	/*
	background: rgb(0,29,116);
	background: linear-gradient(0deg, rgba(0,40,161,1) 0%, rgba(0,61,246,1) 50%, rgba(67,113,255,1) 100%);
	*/
}

.seccion_title_wrapper {
    float: right;
    width: calc(100% - 100px);
    padding-left: 10px;
    box-sizing: border-box;
	
	display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    flex-direction: row;
	
	justify-content: center;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    flex-direction: column;
}

.seccion_title_wrapper.nosub {
	font-size: 20pt;
}

.desc_seccion span {
	font-size: 15pt;
}

.cat_video{
	width: 400px;
	display: inline-block;
	margin-top: 100px;
	margin-right: 20px;
	margin-bottom: 60px;
	text-decoration: none;
	font-size: 20pt;
	color: #000;
	box-sizing: border-box;
	font-weight: bold;
}

a.cat_video img {
	width: 100%;
	height: 400px;
	margin-bottom: 20px;
	border-radius: 100%;
	border: 8px solid #000;
	box-sizing: border-box;
	box-shadow: 0px 10px 0px 6px #616161;
}

.descripcion {
	font-size: 14pt;
	background-color: rgba(202, 202, 202, 0.6);
	border-radius: 10px;
	padding: 15px;
	box-sizing: border-box;
	margin-top: 10px;
	text-align: justify;
	min-height: 140px;
}

.footer_text {
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
	background-color: #e2e2e2;
	padding: 10px 0px;
}

.nodisplay {
	display: none;
}

/* ----- CONTENIDO URL INTERNA -----*/

#content_list {
	width: 100%;
	margin-top: 100px;
	box-sizing: border-box;
	height: 750px;
	display: inline-block;
	overflow: auto;
	background-color: rgba(255, 255, 255, 0.6);
}

#content_wrapper h1,
#content_wrapper h2,
#content_wrapper h3,
#content_wrapper h4,
#content_wrapper h5,
#content_wrapper h6 {
	margin-bottom: 30px;
	margin-top: 20px;
}

#content_wrapper {
    width: 1200px;
    margin: auto;
	position: relative;
}

#content_wrapper h1 {
    color: #003DF6;
	font-size: 28pt;
}

#content_wrapper h2 {
	font-size: 25pt;
}

#content_wrapper h3 {
	font-size: 20pt;
}

#content_wrapper h4 {
	font-size: 18pt;
}

#content_wrapper h5 {
	font-size: 16pt;
}

#content_wrapper h6 {
	font-size: 14pt;
}

#content_wrapper a,
#content_wrapper a:visited,
#content_wrapper a:hover,
#content_wrapper a:active {
    color: #003DF6;
}

#content_wrapper p {
    line-height: 36px;
}

#content_wrapper video {
    max-width: 100%;
}

.cat_seccion_child {
    display: inline-block;
	box-sizing: border-box;
	width: 100%;
    margin-bottom: 60px;
    text-decoration: none;
    vertical-align: top;
    position: relative;
}

.cat_seccion_child .bot_icon {
    max-width: 100px;
    max-height: 100px;
	vertical-align: middle;
}

.cat_seccion_child .imagen_tit {
    max-width: 400px;
    max-height: 60px;
	vertical-align: middle;
}

#content_wrapper ul, #content_wrapper ol {
	margin-top: 30px;
	margin-bottom: 30px;
}

#content_wrapper ul li,
#content_wrapper ol li {
    margin-left: 50px;
}

#content_wrapper ul.agency_list li {
    list-style: none;
    background-image: url(../images/info.png);
    background-repeat: no-repeat;
    background-size: 24px;
    padding-left: 35px;
}

#agency_qr {
	position: absolute;
	right: 0px;
	top: 180px;
	width: 300px;
	text-align: center;
}

img.qr {
	width: 270px;
    height: auto;
}

.eres_empresa_btn_wrapper {
	margin: auto;
    margin-top: 200px;
    text-align: center;
    width: 600px;
}

.cuadricula {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: stretch;
    align-content: center;
}

.cuadricula > div {
	text-align: center;
}

/* ----- CONTENIDO XML -----*/

img.xml_qr {
    max-width: 300px;
}

.numOferta {
    padding: 10px 30px;
    background-color: #000;
    color: #fff;
    border-radius: 10px;
}

.layer_660 {
	max-width: 660px;
}

/* ----- CONTENIDO PDF -----*/

#bc {
    color: #fff;
	text-align: left;
	font-size: 21pt;
	clear: both;
	display: block;
	margin-bottom: 30px;
}

/*
#content_list {
	width: 42%;
	padding-top: 25px;
	overflow-y: auto;
	box-sizing: border-box;
	height: 750px;
	display: inline-block;
}
*/
#preview {
	width: 58%;
	box-sizing: border-box;
	height: 750px;
	float: right;
	display: inline-block;
	overflow: hidden;
	
	position: relative;
}

#pdf_read {
	width: 100%;
	height: 675px;
	touch-action: none;
    border: 0px;
}

#preview_bottom {
	height: 70px;
	box-sizing: border-box;
	background-color: #fff;
	line-height: 70px;
}

#qr_image {
	vertical-align: middle;
	margin-left: 100px;
}

#qr_link {
	display: none;
	color: #00A199;
}

.pdf_link {
	color: #fff;
}

.important {
	position: absolute;
	top: -10px;
	right: -10px;
	width: 32px;
	height: 32px;
}

#qrcode {
	vertical-align: middle;
	margin-left: 100px;
	display: inline-block;
}

#qr_overlay {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(0, 161, 153, 0.6);
	z-index: 999;
	line-height: 920px;
}

#bar_overlay {
	width: 100%;
	height: 45px;
	position: absolute;
	z-index: 998;
	background: rgba(255, 255, 255, 0.01);
}

.pdf {
	width: 370px;
	height: 80px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	padding-left: 3px;
	box-sizing: border-box;
	background-color: #00A199;
	position: relative;
	border-radius: 7px;
}

.pdf a {
	text-decoration: none;
	color: #fff;
}

.pdf_left {
	width: 65px;
	border-right: 1px dotted #fff;
	height: 80px;
	display: inline-block;
}

.pdf img {
	max-width: 100%;
	max-height: 100%;
	float: left;
	clear: both;
}

.pdf_date {
	width: 50px;
	text-align: right;
	font-size: 8pt;
	padding: 3px;
	float: left;
	clear: both;
}

.pdf_title {
	font-size: 10pt;
	line-height: 17px;
	padding: 3px 10px;
	width: calc(100% - 66px);
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
}

.newpdf {
	background-color: #79B34C;
}

/* ----- CONTENIDO IMAGE -----*/

.photo {
	width: 440px;
	height: 360px;
	overflow: hidden;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	box-sizing: border-box;
}

.photo img {
	max-width: 100%;
	max-height: calc(100% - 20px);
}

.photo_title {
	height: 20px;
	font-size: 10pt;
	line-height: 17px;
	background-color: #acacac;
	overflow: hidden;
}

/* ----- CONTENIDO ENCUESTA -----*/

.titulo_encuesta {
	color: white;
	font-size: 24pt;
}

.caras {
	width: 20%;
	display: inline-block;
}

.caras img{
	margin-left: 15px;
}

#cuerpo_enc {
	margin: auto;
	width: 65%;
	border: 1px solid #fff;
	margin-top: 50px;
	padding: 20px;
	color: #fff;
	background-color: rgba(0, 161, 153, 0.45);
	border: 1px solid #fff;
	box-sizing: border-box;
	max-height: 640px;
	overflow-y: auto;
}

.preg {
	width: 80%;
	display: inline-block;
	text-align: left;
	font-size: 20pt;
	margin-bottom: 20px;
}

input.respuesta {
	display: none;
}

div.respuesta {
	width: 37px;
	height: 37px;
	display: inline-block;
	margin-left: 15px;
}

div.respuesta.r1{
	background-image: url(../images/caritas/no_off.png);
	background-size: 100%;
}

div.respuesta.r1.seleccionado{
	background-image: url(../images/caritas/no_on.png);
	background-size: 100%;
}

div.respuesta.r2{
	background-image: url(../images/caritas/nose_off.png);
	background-size: 100%;
}

div.respuesta.r2.seleccionado{
	background-image: url(../images/caritas/nose_on.png);
	background-size: 100%;
}

div.respuesta.r3{
	background-image: url(../images/caritas/si_off.png);
	background-size: 100%;
}

div.respuesta.r3.seleccionado{
	background-image: url(../images/caritas/si_on.png);
	background-size: 100%;
}

.envia_enc{
	width: 100%;
	text-align: right;
	padding-right: 40px;
	box-sizing: border-box;
}

.envia_enc_but{
	width: 200px;
	font-size: 16pt;
	padding: 7px;
	background-color: #F29100;
	border-radius: 7px;
	border: 2px solid #fff;
	color: #fff;
	font-weight: bold;
}

/* ----- CONTENIDO BUZON -----*/

.titulo_buzon {
	color: white;
	font-size: 32pt;
}

#cuerpo_buz {
	width: 780px;
	margin-top: 50px;
	padding: 20px;
	box-sizing: border-box;
	color: #fff;
	float: right;
	margin-right: 100px;
}

.envia_buz_but{
	width: 200px;
	font-size: 16pt;
	padding: 7px;
	background-color: #3A75C2;
	border-radius: 7px;
	border: 2px solid #fff;
	color: #fff;
	font-weight: bold;
}

.ncampo {
	float: left;
	width: 25%;
	text-align: right;
	margin-bottom: 10px;
	padding: 5px;
	box-sizing: border-box;
	clear: left;
}

.vcampo {
	float: right;
	width: 73%;
	text-align: left;
	margin-bottom: 10px;
	box-sizing: border-box;
	clear: right;
}

.lopdcampo {
	clear: both;
	text-align: right;
	margin-bottom: 20px;
}

.lopdcampo input {
	width: 24px;
	height: 24px;
}

.scampo {
	clear: both;
	text-align: right;
}

#sugerencia {
	height: 200px;
}

.vcampo input,
.vcampo textarea {
	width: 100%;
	padding: 5px;
}

/* ----- LIST VIDEOS ------*/

.titulo {
	padding: 20px 0px;
	margin-top: 30px;
	margin-bottom: 100px;
	font-size: 32pt;
	background-color: #e2e2e2;
}

.list_video{
	width: 400px;
	display: inline-table;
	margin-right: 20px;
	margin-bottom: 60px;
	text-decoration: none;
	font-size: 20pt;
	color: #000;
	box-sizing: border-box;
	font-weight: bold;
}

a.list_video img {
	width: 100%;
	height: 400px;
	margin-bottom: 20px;
	border-radius: 100%;
	border: 8px solid #000;
	box-sizing: border-box;
	box-shadow: 0px 10px 0px 6px #616161;
}

.titulo_video {
	height: 70px;
	line-height: 35px;
	margin-bottom: 20px;
	margin-top: 10px;
}

.descripcion_video {
	font-size: 14pt;
	background-color: rgba(202, 202, 202, 0.6);
	border-radius: 10px;
	padding: 15px;
	box-sizing: border-box;
	margin-top: 10px;
	text-align: justify;
	min-height: 190px;
}

/* ----- GENERAL ------*/

a#volver {
	position: absolute;
	bottom: 25px;
	left: 20px;
	font-size: 30pt;
	text-decoration: none;
}

.fancybox-overlay.fancybox-overlay-fixed {
    overflow: hidden !important;
}