@charset "utf-8";

/*CLASES GENERALES PLANTILLA*/
html, body{
    width: 100%;
    height: 100vh;
    margin:0;
    padding:0;
    overflow-x: hidden;
    overflow-y: auto;
    color:#300230;
	font-family: "Open Sans",sans-serif;
}

.scroll {
	overflow: visible !important;
}

.animaall{
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

/*---ATRIBUTOS---*/
.pAbsolute {
    position: absolute;
}

.pRelative {
    position: relative;
}

.comprimir{
    -webkit-justify-content: space-around;
    -ms-justify-content: space-around;
    -ms-flex-pack: center;
    -moz-justify-content: space-around;
    justify-content: space-around;
}

.activo {
    cursor: pointer;
    -webkit-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}

.activo:hover {
    opacity: 0.7;
}

.anula {
   pointer-events: none;
}

.visto {
    background-color:rgba(0,0,0,0.4) !important;
	border-radius: 35%;
}

.vistoPop {
    opacity: 0.5;
}

.imagen {
    background-position:center center;
    background-size:cover;
    background-repeat:no-repeat;
}

.areaSens {
    width:50px;
    height:50px;
    float: left;
    display: inline-block;
    cursor: pointer;
    border-radius: 100px; 
    background-color: rgba(0,0,0,0.15);
    position: relative;
    
    -webkit-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}

.areaSens:hover {
    opacity:0.5;
}

/*--LISTAS---*/
.bullet {
	display:list-item;
	list-style-type:disc !important;
	padding-bottom:0.3em !important;
}

.chekea {
    display:list-item;
    padding-bottom:0.3em !important;
    list-style-image: url("../images/interfaz/check.svg");
}

ol.biblio {
	list-style-type: none;
    list-style-type: decimal !ie; /*IE 7- hack*/    
    margin: 0;
    margin-left: 3em;
    padding: 0; 
    counter-reset: li-counter;
	font-size:0.8em !important;
}

ol.biblio > li{
    position: relative;
    padding-left: 0.5em;
    min-height: 3em;
	margin-bottom: 2em !important;
}

ol.biblio > li:before {
    position: absolute;
    top: 0;
    left: -1.5em;
    width: 0.8em;
     
    font-size: 1.5em;
    line-height: 1;
    font-weight: bold;
    text-align: right;
 
    content: counter(li-counter);
    counter-increment: li-counter;
}

/*---FUENTES & TIPOGRAFIA---*/
hr {
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, rgba(50, 61, 26, 0), rgba(35, 26, 61, 0.8), rgba(50, 61, 26, 0));
}

p {
    font-weight: 300;
    font-size: 1.2em;
	line-height: 1.2em;
    margin:0;
    padding:0;
}

a {
    text-decoration: none;
    -webkit-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}

a:hover {
    opacity:0.7;
}

a:visited {
    background-color:rgba(0,0,0,0.4) !important;
}

h1 {
    font-weight: 300;
    font-size:4em;
    line-height:0.9em;
    margin:0;
    padding:0;
}

h2 {
    font-weight: 600;
    font-size: 3em;
    line-height: 1em;
   margin: 15px 0px;
    padding:0;
}

h3 {
    font-weight: 300;
    font-size:2em;
    line-height: 1em;
    margin:0;
    padding:0;
}

h4 {
    font-weight: 300;
    font-size:1.5em;
    line-height: 1.2em;
    margin:0;
    padding:0;
}

h5 {
    font-weight: 600;
    font-size:1em;
    font-style:italic;
    margin:0;
    padding:0;	
}

h6 {
    font-weight: 600;
    font-size:0.9em;
    margin:0;
    padding:0;	
}

.italic { 
    font-weight: 400;
    font-style:italic;
}

button {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.2em;
}

.usu {
    font-weight: 300;
    font-size:2em;
    line-height:0.9em;
}

.textoRetro {
    color: #fff;
    font-weight: 300;
    font-size: 1.2em;
	line-height: 1.2em;
    margin: 0 5% 8%;
    text-align: center;
}

.instruccion {
	font-weight: 400;
    font-size: 1.3em;
	font-style:italic;
	position: absolute;
}

.imgDesc {
	font-weight: 300;
    font-size: 2em;
	margin-top:-1em;
	cursor:pointer;
}

.rotuBut {
	height:auto;
	font-weight: 600;
    font-size: 1em;
	color: #fff;
	padding: 10px;
	position:absolute;
	border-radius: 20px 0;
}

/*Atributos tipograficos*/
.bold {

    font-weight: 600 !important;
    letter-spacing: -1px;
    line-height: 32px;

}

.xbold {
    font-weight: 800 !important;
    padding: 25px 0 10px;
}
.txtDerecha {
    text-align:left !important;
}

.txtIzquierda {
    text-align:right !important;
}

.txtCentrado {
    text-align:center !important;
}

/*hover*/
.hvr-underline-from-left::before, .hvr-sweep-to-right::before {
    background: #731F5E none repeat scroll 0 0;
}

.hvr-border-fade:hover {
    border: 2px solid #05343a;
    box-shadow: none;
}

.hvr-border-fade {
    box-shadow: none;
}

/*---ESTRUCTURA INTERFASE---*/
/*menu principal*/
.bloque {
    display: block !important;
}

.push-down {
    height: auto;
    width: 100%;
}

#cssmenu {
    height: auto;
    width: 100%;
}

#menup {
    list-style-type: none;
    margin: 0 auto;
    padding: 3px;
    text-align: center;
    width: 60%;
    box-sizing: border-box;
}

#menup li {
    border-radius: 2em 0;
    cursor: pointer;
    margin: 0.5em !important;
    padding: 0.5em !important;
    box-sizing: border-box;
}

#menup li:hover {
    opacity:0.5;
}

.tab {
    color: #fff;
    font-size: 0.9em;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
}

.container.pushed .push-down {
    margin-top: 0px !important;
}

/*header*/
.logo{
    background-color: #fff;
    background-image: url("../images/interfaz/logos.png");
    background-position: center center;
    background-repeat: no-repeat;
    float: right;
    height: 74px;
    padding: 0 0 5px 10px;
    position: relative;
    width: 340px;
}

.container .header-superior{
    height: 80px;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    transition: margin 1s ease 0s;
    z-index: 9;
}

.container .header-superior div:nth-child(1) .cntMenu-plantilla {
    min-height: 80px;
    min-width: 70px;
}

.container .header-superior div:nth-child(1) .cntMenu-plantilla .buttonMenu-plantilla {
    background-color: rgba(0, 0, 0, 0.2);
    background-image: url("../images/interfaz/menu.svg");
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 60px;
    height: 60px;
    width: 60px;
    display: inline-block;
}

.container .header-superior div:nth-child(1) #miga {
    font-size: 1em;
    color: #fff;
    line-height: 1.2em;
    padding: 5px 5px 5px 5px;
    box-sizing: border-box;
    margin-left: 1em;
}
.container .header-superior div:nth-child(1) #miga p {

/* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;

    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;

    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    font-weight: 600;

}

.container .header-superior .logo-plantilla {
    background-color: #fff;
    height: 80px;
    width: 300px;
    padding: 5px 0;
    box-sizing: border-box;
}

/*barra progreso*/
#progressBar {
    background-color:#06EDED;
    height: 3px;
    width: 100%;
}

#progressBar div {
    background-color: #fff;
    color: #fff;
    height: 100%;
    line-height: 22px;
    text-align: right;
    width: 0;
}

/*botones navegacion*/
#left_ln, #right_ln {
    cursor: pointer;
}

.left {
    background-image: url("../images/interfaz/flechaNav.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 80px;
    left: 20px;
    position: fixed;
    top: 50%;
    transition: all 0.3s ease 0s;
    width: 30px;
    z-index: 999;
}

.flip {
    transform: scaleX(-1);
}

.right {
    background-image: url("../images/interfaz/flechaNav.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 80px;
    position: fixed;
    right: 20px;
    top: 50%;
    transition: all 0.3s ease 0s;
    width: 30px;
    z-index: 999;
}

/*paginador*/
.pagina {
    border: 3px solid rgba(0, 0, 0, 0.5);
    border-radius: 70px;
    bottom: 20px;
    color: #fff;
    font-family: open sans;
    font-size: 1.5em;
    font-weight: 300;
    height: 52px;
    padding-top: 18px;
    position: fixed;
    right: 40px;
    text-align: center;
    width: 70px;
}

.pgActual{
	background-color:rgba(255,255,255,0.6);
	font-weight: 800;
}

/*---ESTRUCTURA CONTENIDOS---*/
#contenido {
    width: 100%;
    height: auto;
    
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}

.centrar {
    margin: 0 auto;
}

.contenedor-top{
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;   
}

.contenedor-h{
	height: auto;
	
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -ms-display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;    
}

.contenedor-v{
    -ms-box-orient: vertical;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -ms-display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1; 
}

.centrar-horizontal{
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
}

.centrar-vertical{
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-flex-align: center;
    align-self: center;
}

.cambio-linea{
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   -moz-flex-wrap: wrap;
   flex-wrap: wrap;
}

.base {
	-webkit-align-self: flex-end !important;
    -moz-align-self: flex-end !important;
    -ms-flex-align: flex-end !important;
    align-self: flex-end !important;
	align-self: flex-end !important;
	
	padding-top: 1em !important;
}

/*Portada*/
.full {
    width:auto;

    display: box;
    box-orient: vertical;
    box-pack: center;
    box-align: center;
    
    -webkit-align-self: center;
    -ms-align-self: center;
    -moz-align-self: center;
    align-self: center;
    
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1; 
}

.total {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -ms-display: flex;
	
	width: 100vw;
	height: 100vh;
}

.imagenPortada {
	width:100%;
	height:100%;
}

.portadaCentral {
    width:480px;
    height:480px;
    position:absolute;
    top:50%;
    left:50%;
    margin:-240px -240px;
    z-index:10;
}

.tituloPortada {
    padding: 4em 0 0 10em;
    z-index:20;
}

/*ContenidoSuperiorInferior*/
.arriba {
    width:100%;
    height: 50%;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
}

.abajo {
    width:100%;
    height: 50%;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
}

/*ContenidoDerechaIzquierda*/
.divImagen {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
 position: relative;
	width: 50vw;;
}



.divImagen img {
 width:90%;
}


.divImagen > div {
	-webkit-flex: 1;
	-ms-flex: 1;
	-moz-flex: 1;
	flex: 1;
}

.imagenEmergente {
	height: 80vh;
    width: 35vw;
    margin: 5vh 20vh;
}

.imagenApoyo {
	height: 30vw;
	width: 40vw;
}

.imagenApoyoDe {
	height: 48vw;
    width: 50vw;
}

.divTexto {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    
    -webkit-align-self: center;
    -ms-align-self: center;
    -moz-align-self: center;
    align-self: center;
    
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;

    width: 50vw;
}

/*alineacion*/
.fila-flex {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -ms-display: flex;
	
	-webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
}
.columna-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -ms-display: flex;
	
	-webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}
.centrar-horizontal {
	-webkit-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}
.centrar-vertical {
	-webkit-align-self: center;
    -ms-align-self: center;
    -moz-align-self: center;
    align-self: center;
}

/*Contenedores especificos*/
.recurso {
    display:block;
    width:100%;
    text-align:center;
    padding-top: 5%;
}

.aplicacion {
    width:100%;
    height:60%;
    min-width:550px;
    min-height:400px;
    margin: 0 auto;
}

.vid {
    margin:2em auto;
    text-align:center;
    display:block;
    width: 40vw;
    height: 40vh;
    border: 10px solid rgba(0, 0, 0, 0.3);
}

.vidSide {
    margin:2em auto;
    text-align:center;
    display:block;
	width: 40vw;
    height: 50vh;
    border: 10px solid rgba(0, 0, 0, 0.3);
}

.tablaData {
    border: 2px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(0,0,0,0.3);
}

.tablaGrafico {
	display:inline-block;
	width:480px;
	height:480px;
	margin:0 auto;
	text-align:center;
}

/* Diviciones verticales en % */
.mitadV {
    display: block;
    height: 48%;
    width: 96%;
    padding: 2%;
    border-top: 1px solid #ddd;
    cursor: pointer;
    
    -webkit-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}

.mitadV:hover {
    opacity:0.7;
}

.tercioDe {
    width:26%;
    padding: 2%;
    height:auto;
    float: left;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    
    -webkit-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}

.tercioDe:hover {
    opacity:0.7;
}

.tercioC {
    width:26%;
    padding: 2%;
    height:auto;
    margin: 0 auto;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    
    -webkit-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}

.tercioC:hover {
    opacity:0.7;
}

.tercioIz {
    width:26%;
    padding: 2%;
    height:auto;
    float: right;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    
    -webkit-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}

.tercioIz:hover {
    opacity:0.7;
}

.tercioV {
    width: 96%;
    padding: 2%;
    height: 31%;
    position: relative;
    top: 0;
    border-top: 1px solid #ddd;
    display: block;
    cursor: pointer;
    
    -webkit-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}

.tercioV:hover {
    opacity:0.7;
}

.cuarto {
    width:18%;
    padding: 2%;
    height:auto;
    float: left;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    margin-right: 3%;
    
    -webkit-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}

.cuarto:hover {
    opacity:0.7;
}

.quinto {
    width:14%;
    padding: 2%;
    height:auto;
    float: left;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    margin-right: 2%;
    
    -webkit-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}

.quinto:hover {
    opacity:0.7;
}

/*Cajones de texto*/
.informacionFull {
    padding: 4em 15% 1em;
    text-align: left;
    width: 70vw;
}

.informacionIz, .informacion, .informacionData {
    padding: 1em 15%;
    text-align: left;
    width: 75%;
}

.informacionDe {
	padding: 1em 10%;
    text-align: left;
    width: 75%;
}

.tablaCont {
    display:inline-block;
    width:100%;
    text-align:center;
    padding-top: 3%;
}

.modulo {
    display: block;	
    text-transform:uppercase;
    width: 70%;
    margin:15% 15% 0;
}

.descripcion {
    display: block;
    padding: 2em 10%;
    width: 80%;;
}

/*Flechas para graficos*/
.flechaDe {
    border-bottom: 15px solid transparent;
    border-left: 20px solid #000;
    border-top: 15px solid transparent;
    height: 0;
    width: 0;
    position: absolute;
}

.flechaIz {
    border-bottom: 15px solid transparent;
    border-right: 20px solid rgba(0,0,0,0.3);
    border-top: 15px solid transparent;
    height: 0;
    width: 0;
    position: absolute;
}

.flechaDeBig {
    border-bottom: 40px solid transparent;
    border-left: 20px solid #000;
    border-top: 40px solid transparent;
    height: 0;
    width: 0;
    position: absolute;
}

/*iconosActividades*/
.cajaIcono {
    margin: 12% auto;
    padding: 4em 4em 3em;
    background: rgba(255,255,255,0.5);
    width: 40%;
    height: auto;
    position: relative;
}

.iconoCaja {
    width: 200px;
    height: 200px;
    background-size: cover;
    position: absolute;
    top: -100px;
    right: -60px;
}

/* icono caso POP */
.matrizPregunta .caso {
    background-image: url("../images/interfaz/caso.svg");
    background-size: cover;
    border-radius: 100px;
    height: 100px;
    position: absolute;
    right: -30px;
    top: -50px;
    width: 100px;
}

/*botonera*/
.botonera {
    width:100%;
    height:auto;
    margin:0;
    padding:15% 0 5%;
    display:inline-block;
    text-align:center;
}

.botonera ul {
    list-style-type:none;
    text-align:center;
    margin: 0;
    padding: 0;
}

.botoneral ul li {
    display:block;
}

.botoneraH {
    width:100%;
    height:auto;
    margin:0;
    padding:3% 0 3%;
    text-align:center;
}

.botoneraH ul {
    list-style-type:none;
    text-align:center;
    margin: 0;
    padding: 0;
}

.botoneralH li {
    display:inline !important;
}

.BH {
    display:inline;
    margin-left:1%;
}

.botonH {
    width: 90%;
    height: auto;
    padding: 1em;
    border-top: 1px solid #ddd;
    cursor: pointer; 
    -webkit-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}

.botonH:hover {
    opacity:0.4;
}

.imgApoyo {
    width:400px;
    height:400px;
    margin:13% auto;
    position:relative;
    border-radius: 400px;
}

/*funciones iconos*/
.icono {
	width:150px;
	height:150px;
	border:none;
	position:relative;
    border-radius: 200px;
}

.iconoApoyo {
    width:125px;
    height:125px;
    border: 2px solid #fff;
    position:relative;
    border-radius: 200px;
    margin: 0 auto;
}

.iconoOrganigrama {
    width:75px;
    height:75px;
    border: 2px solid #fff;
    position:relative;
    border-radius: 200px;
    margin: 0 auto;
}

.iconoOrganigrama:hover {
    opacity: 0.7;
}

.iconoLnk {
    width:150px;
    height:150px;
    border:none;
    position:relative;
    border-radius: 200px;
    cursor: pointer;
    -webkit-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}

.iconoLnk:hover {
    opacity: 0.7;
}

.icoDesc {
	width:130px;
	height:130px;
	border:none;
	position:relative;
	border-radius:130px;
	display:inline-block;
	
	-webkit-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

/*---VENTANA MODAL---*/
.modal {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color:rgba(23, 0, 21, 0.95);
    z-index: 99999;
    overflow: auto;
}

.contenidoModal {
    color:#fff;
    height: 100hv;
    height: auto;
    margin: 3% 0 0;
    width: 100%;
    overflow: auto;
	
	-ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -ms-display: flex;
	
	-webkit-justify-content: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
	
	-webkit-align-items: center;
    -ms-align-items: center;
    -ms-flex-pack: center;
    -moz-align-items: center;
    align-items: center;
}

.franjaModal {
    top: 0;
    left: 0;
    padding: 1% 0;
    position: fixed;
    width: 100%;
}

.cierraModal {
    background: none;
    border:none;
    height: 50px;
    width: 50px;
	margin: 10px auto;
    background-image:url(../images/interfaz/cierra.svg);
    background-position:center;
    background-repeat:no-repeat;
    cursor:pointer;
    z-index: 10000;
	
    -webkit-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}

.cierraModal:hover {
    opacity: 0.5;
}

/*paginador modal*/
.botonModal {
    width:auto;
    height:auto;
    padding:1em 2em;
    margin:1em auto;
    cursor:pointer;
    border:none;
    color:rgba(255,255,255,0.4);

    -webkit-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}

.botonModal:hover {
    opacity:0.4;
}

.paginador2 {
	background-color: rgba(255, 255, 255, 0.2);
    bottom: 0;
    left: 0;
    padding: 1% 0;
    position: fixed;
    text-align: center;
    width: 100%;
}

.paginador2 input[type=radio] {
    display:none;
}

.paginador2 label {
    border: 2px solid #fff;
    border-radius: 2em;
    color: #fff;
    display: inline-block;
    height: 1.5em;
    line-height: 1.5em;
    margin: 0.5em;
    padding: 0.5em;
    position: relative;
    width: 1.5em;
    cursor:pointer;
    -webkit-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}

.paginador2 label:hover {
    opacity:0.4;
}

/******RESPONSIVE******/
@media screen and (max-width: 800px) {
	h1 {
		font-size:2.5em;
	}
	
	h2 {
		font-size:2em;
	}

    .descripcion {
        display: block;
        padding: 1em 10%;
        width: 80%;
    }
	
	/*--------------------------------*/

    .container .header-superior{
    	height: auto;
    	-webkit-flex-direction: column;
        -ms-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
    }

    .container .header-superior .logo-plantilla{
    	background: white none repeat scroll 0 0;
        order: -1;
        text-align: center;
        width: 100%;
    }

    #menup {
        width: 70%;
    }
	
	.pagina {
		border: 3px solid rgba(0, 0, 0, 0.5);
		border-radius: 50%;
		color: #fff;
		text-align: center;
		font-size: 1.2em;
		font-weight: 300;
		height: 2.2em;
    	width: 3em;
		padding-top: 0.8em;;
		position: fixed;
		right: 1.5em;
		bottom: 1em;	
	}
	
	.imagenPortada {
		width:100%;
		height:75%;
	}
	
	.contenedor-h{
		height: auto;
		
        -ms-box-orient: horizontal;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        -ms-display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;

        -webkit-flex-grow: 1;
        -ms-flex-grow: 1;
        -moz-flex-grow: 1;
        flex-grow: 1;    
    }
    
    .divImagen {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;

        -webkit-flex-grow: 1;
        -ms-flex-grow: 1;
        -moz-flex-grow: 1;
        flex-grow: 1;

        width: 100vw;
		height: 100vh;
		margin: 50px auto 0 auto;
    }

    .divTexto {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;

        -webkit-align-self: center;
        -ms-align-self: center;
        -moz-align-self: center;
        align-self: center;

        -webkit-flex-grow: 1;
        -ms-flex-grow: 1;
        -moz-flex-grow: 1;
        flex-grow: 1;

        width:100%;
        height: auto !important;
        
        padding: 20px 0 10px 0;
    }
	
	.imagenEmergente {
		height: 100%;
		width: 100%;
		margin: 0;
	}
	
	.imagenApoyo {
		height: 60vw;
   		width: 80vw;
		margin: 0 auto;
	}
	
	.imagenApoyoDe {
		height: 75vw;
   		width: 80vw;
		margin: 0 auto;
	}
	
	.informacionDe {
		padding: 1em 15%;
		text-align: left;
		width: 70%;
	}
	
	.vid {
		margin: 2em auto;
		text-align: center;
		display: block;
		width: 40vw;
		height: 40vh;
		border: 10px solid rgba(0, 0, 0, 0.3);
	}
	
	.vidSide {
		width: 70%;
		height: 70%;
		margin: 10% auto 0 auto;
	}
}

/*@media only screen and (max-width: 800px) {
    

}*/

/*---------VERTICAL-----------*/
@media screen and (min-width: 720px) and (max-width: 1280px) and (orientation:portrait) {
    h1 {
        font-size:4em;
        line-height:1em;
    }

    h2 {
        font-size: 3em;
        line-height: 1em;
    }

    h3 {
        font-size: 2.5em;
		line-height: 1.3em;
    }

    h4 {
        font-size: 1.7em;
		line-height: 1.3em;
    }

    p {
        font-size:1.5em;
		line-height: 1.3em;
    }

    .textoRetro {
        font-size: 1.2em;
		line-height: 1.2em;
        text-align: center;
    }

    .tituloPortada {
        position:absolute;	
        text-align:left;
        top:8%;
        left:10%;
        z-index:20;
    }
	
	
	.divImagen {
		height: 60vh;
		width: 100vw;
	}
	
	.imagenApoyo {
		height: 50vh;
		width: 70vw;
	}
	
	.imagenApoyoDe {
		width: 70vw;
		height: 50vh;
		margin: 0 auto;
	}
}

/*---------HORIZONTAL-------------*/
@media only screen and (max-width: 740px) and (orientation:landscape) {
    h3 {
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        font-size:1.5em;
        font-style:italic;
        margin:0;
        padding:0;
    }

    p {
        font-size:1.5em;
    }

    .textoRetro {
        color: #fff;
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        font-size: 1.2em;
		line-height: 1.2em;
        margin: 0 5% 8%;
        text-align: center;
    }

    .tituloPortada {
        left: 10%;
        position: absolute;
        text-align: left;
        top: 8%;
        z-index: 20;
    }
}

/*---------HORIZONTAL MOROTOLA---------------*/
@media screen 
  and (min-device-width: 320px) 
  and (max-device-width: 720px) 
  and (orientation: landscape) {
    h3 {
          font-family: 'Open Sans', sans-serif;
          font-weight: 600;
          font-size:1.5em;  
          font-style:italic;
          margin:0;
          padding:0;
    }

    p {
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
        font-size:1.5em;
        margin:0;
        padding:0;
    }

    .textoRetro {
        color: #fff;
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
        font-size: 1.2em;
		line-height: 1.2em;
        margin: 0 5% 8%;
        text-align: center;
    }

    .tituloPortada {
        left: 10%;
        position: absolute;
        text-align: left;
        top: 8%;
        z-index: 20;
    }
}