@charset "UTF-8";
/* CSS Document */
@font-face{
	font-family:'7PM-Regular';
	src:url('fonts/7pm-regular.woff') format('woff'),url('fonts/7pm-regular.woff2') format('woff2');
}
@font-face{
	font-family:'7PM-Bold';
	src:url('fonts/7pm-bold.woff') format('woff'),url('fonts/7pm-bold.woff2') format('woff2');
}
html{
	scroll-behavior:smooth;
}
*{
/*	margin:0;*/
	text-decoration:none;
	box-sizing:border-box;
}
body{
	font-family:'Roboto', sans-serif;
	margin:0 auto;
	padding:0;
	font-size:15px;
	color:#000;
}
a{
	color:#000;
	transition:all 0.5s ease;
	cursor:pointer;
}
a:hover{
	color:#27AAE2;
	text-decoration:underline;
}
hr{
	width:100%;
	margin:0;
    border:2px solid;
}
/* HEADER */
header{
	width:100%;
	position:fixed;
	z-index:34;
	top:0;
}
header{
	height:8vw;
	background:#FFF;
	border-bottom:solid 8px #27AAE2;
	transition:all 0.3s ease;
}
nav.header_menu{
	float:right;
	margin-top:2%;
	margin-right:4%;
}
nav.header_menu ul{
	list-style:none;
	margin:0;
	padding:0;
}
nav.header_menu ul li{
	display:inline-block;
}
nav.header_menu li{
	position:relative;
	margin:0;
	padding:0;
}
nav.header_menu li:not(:first-of-type):before{
	position:absolute;
	content:"|";
	left:1.8vw;
	font-size:20px;
	color:#27AAE2 !important;
}
nav.header_menu li:not(:first-of-type){
	padding-left:4vw;
}
nav.header_menu a{
	font-size:20px;
	color:#000;
	transition:all 0.5s ease;
}
nav.header_menu a:hover{
	color:#27AAE2;
}
.header_logo{
	display:inline-block;
	float:left;
	margin-top:1.5vw;
	margin-left:4%;
	width:26vw;
	height:calc(26vw * 0.1628);/*ratio aspect 430/70*/
	background-image:url(../images/ina_proyectos_logo_color.png) !important;
	background-size:100%;
	background-repeat:no-repeat;
	background-position:left top;
}
.header_logo img{
	width:100%;
}
.header_up{
	height:10vw;
	background:linear-gradient(to bottom,black,transparent);
	border-bottom:none;
}
.header_up nav.header_menu ul>li>a{
	color:#FFF;
}
.header_up nav.header_menu ul>li>a:hover{
	color:#FFDD00;
}
.header_up nav.header_menu ul>li:not(:first-of-type):before{
	color:#FFF;
}
.header_up a>div.header_logo{
	background-image:url(../images/ina_proyectos_logo_blanco.png) !important;
}
/* FOOTER */
footer{
	display:flex;
	width:100%;
	min-height:200px;
	margin-top:0;
	padding:0 10%;
	background-color:#27AAE2;
	background-image:url(../images/footer_back.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:50% 50%;
}
.footer_columna_1{
	position:relative;
	width:50%;
	padding-bottom:3.8vw;
}
.footer_ina_logo{
	width:21vw;
	margin:6.5vw 0 5vw 0;
}
.footer_url{
	position:absolute;
	left:0;
	bottom:8%;
	font-size:1.4vw;
	font-family:'7PM-Regular';
	color:#FFDD00;
}
.footer_url:hover{
	color:#FFDD00;
	text-decoration:underline;
}
.footer_columna_2{
	position:relative;
	width:50%;
	padding-top:3.8vw;
	padding-bottom:5%;
	text-align:right;
}
.footer_columna_2 span{
	font-size:2vw;
	font-family:'7PM-Bold';
	color:#FFF;
}
.footer_columna_2 p{
	display:inline-block;
	margin:2% 0;
	font-size:1.5vw;
}
.footer_columna_2 p>b{
	display:inline-block;
	margin:0.5vw 0;
	font-size:1.5vw;
}
.footer_redes{
	margin:0.5vw 0;
}
.footer_redes ul{
	list-style:none;
	margin:0;
	padding:0;
}
.footer_redes ul li{
	display:inline-block;
}
.footer_redes li{
	position:relative;
	margin:0;
	padding:0;
	width:6vw;
}
.footer_redes img{
	position:relative;
	margin:0;
	padding:0;
	width:3.8vw;
}
nav.footer_menu{
	position:absolute;
	right:0;
	bottom:8%;
}
nav.footer_menu ul{
	list-style:none;
	margin:0;
	padding:0;
}
nav.footer_menu ul li{
	display:inline-block;
}
nav.footer_menu li{
	position:relative;
	margin:0;
	padding:0;
}
nav.footer_menu li:not(:first-of-type):before{
	position:absolute;
	content:"|";
	left:0.8vw;
	font-size:1.4vw;
	color:#FFF;
}
nav.footer_menu li:not(:first-of-type){
	padding-left:2vw;
}
nav.footer_menu a{
	font-size:1.4vw;
	font-family:'7PM-Regular';
	color:#FFF;
	transition:all 0.5s ease;
}
nav.footer_menu a:hover{
	color:#FFDD00;
}
/* GENERAL */
.ina_azul{
	color:#27AAE2;
}
.ina_amarillo{
	color:#FBEB03;
}
.encabezado_contenido_1{
	width:100%;
	padding:4% 10% 4% 20%;
	background-image:url(../images/sol.png);
	background-size:7.8vw;
	background-repeat:no-repeat;
	background-position:11% 48%;
}
.encabezado_contenido_1 span{
	display:inline-block;
	color:#27AAE2;
	font-size:45px;
	font-weight:bold;
}
.contenido_1{
	padding:4% 10%;
	background-color:#DBEEFA;
}
.contenido_1 p{
	margin:0;
	font-size:28px;
	font-family:'7PM-Regular';
}
.titulo_1{
	display:inline-block;
	width:100%;
	font-size:30px;
	font-weight:bold;
}
.titulo_2{
	display:inline-block;
	width:100%;
	margin:2% 0 4% 0;
	color:#27AAE2;
	font-size:36px;
	font-weight:bold;
}
.parrafo_1{
	width:100%;
	margin:0;
	font-size:20px;
	line-height:35px;
}
.columna_izquierda_1{
	float:left;
	width:50%;
	text-align:left;
}
.columna_derecha_1{
	float:right;
	padding-left:2%;
	width:50%;
	text-align:right;
}
.seccion_banner{
	margin-top:8vw;
	width:100%;
	height:auto;
	border-bottom:solid 8px #27AAE2;
	font-size:0;
}
.seccion_banner img{
	width:100%;
}
/* BOTONES */
.boton_1{
	min-height:40;
	padding:5px 10px;
	text-align:center;
	font-family:'Roboto',sans-serif;
	font-size:20px;
	text-decoration:none;
	color:#FFF !important;
	border:solid 1px #0085B2;
	border-radius:5px;
	background-color:#003366;
	cursor:pointer;
	transition: all 0.5s ease;
}
.boton_1:hover{
	color:#FFF;
	text-decoration:none;
	background-color:#27AAE2;
}
/* TOOLTIP */
.tooltip{
	position:relative;
	display:inline-block;
}
.tooltip .tooltiptext{
	visibility:hidden;
	position:absolute;
	z-index:1;
	top:-20;
	right:50px;
	width:auto;
	padding:5px 5px;
	border-radius:6px;
	text-align:center;
	font-size:17px;
	font-family:'Roboto', sans-serif;
	color:#fff;
	background-color:#003366;
}
.tooltip:hover .tooltiptext{
	visibility:visible;
}
/* MODAL */
.modal{
	width:90% !important;
	max-width:none !important;
	height:90% !important;
	padding:10px 10px !important;
	z-index:36 !important;
}
.modal iframe{
	height:100%;
	width:100%;
	border:0;
}
.modal_contenido{
	height:100%;
	overflow-y:auto;
}
.modal_contenido h1{
	font-size:20;
	color:#27AAE2;
}
.blocker{
	z-index:35 !important;
}
/* VIDEO LOOP */
#video-overlay{
	z-index:2;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:calc(100vw * 0.45);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:50% 50%;
}
.full-size-page{
    height:calc(100vw * 0.45);/*ratio aspect original 16:9 0.5625 */
}
.background-video{
	position:absolute;
	width:100%;
	height:calc(100vw * 0.45);
/*	top:0;
	right:0;
	bottom:0;
	left:0;*/
	z-index:1;
	overflow:hidden;
}
.foreground-video,.background-video iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    pointer-events:none;
}
/* WIDGET WHATSAPP */
.widget_whatsapp{
	bottom:21px;
	right:23px;
	opacity:1;
	transition:opacity 0.5s ease 0s;
	box-sizing:border-box;
	position:fixed !important;
	z-index:16000160 !important;
	direction:ltr;
}
.widget_whatsapp a{
	width:50px;
	height:50px;
	background:rgb(77, 194, 71) none repeat scroll 0% 0% !important;
	order:2;
	padding:5px;
	box-sizing:border-box;
	border-radius:50%;
	cursor:pointer;
	overflow:hidden;
	box-shadow:rgba(0, 0, 0, 0.4) 2px 2px 6px;
	transition:all 0.5s ease 0s;
	position:relative;
	z-index:200;
	display:block;
	border:0px none;
	outline:0;
}
.widget_whatsapp a:hover{
	box-shadow:rgba(0, 0, 0, 0.7) 2px 2px 11px;
}
@media (min-aspect-ratio: 16/9){
	.foreground-video{height:310%;top:-100%;}
}
@media (max-aspect-ratio:16/9){
	.foreground-video{width:300%;left:-100%;}
}
/* JQUERY UI */
.ui-dialog-titlebar-close{
	outline:none !important;
}
/* CONTENIDO ADMINISTRABLE */
.contenido_adm_1{
	padding:4% 10% 4% 10%;
}
/* INICIO SLIDER PRINCIPAL */
.inicio_slider_principal{
	width:100%;
}
/* INICIO INTRODUCCION */
.inicio_introduccion{
	width:100%;
}
/* INICIO PROYECTOS DESTACADOS */
.inicio_proyectos_destacados{
	width:100%;
	min-height:300px;
	padding:4% 10%;
}
.proyectos_destacados{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	column-gap:2vw;
	justify-content:space-around;
}
.proyecto_bloque{
	display:inline-block;
	width:340px;
	height:auto;
	margin:3vw 0 3vw 0vw;
	background:#EEE;
	padding:10px;
}
.proyecto_imagen{
	width:320px;
	height:calc(320px * 0.6667);/*ratio aspect 3/2*/
	overflow:hidden;
	background-color:#DDD;
}
.proyecto_imagen img{
	width:100%;	
}
.proyecto_titulo{
	display:inline-block;
	width:100%;
	height:58px;
	padding:15px 0 5px 0;
	overflow:hidden;
	text-transform:uppercase;
	font-size:17px;
	font-weight:bold;
	color:#27AAE2;
}
.proyecto_bloque p{
	display:inline-block;
	width:100%;
	margin:0;
	padding:5px 0;
	height:80px;
	overflow:hidden;
	font-size:17px;
}
.proyecto_resumen{
	width:100%;
	height:70px;
	padding:10px;
	background-color:#FFFFBF;
}
.proyecto_recaudado{
	display:flex;
	width:100%;
}
.proyecto_recaudado span{
	display:inline-block;
	width:auto;
	padding-right:10px;
	color:#27AAE2;
}
.proyecto_grafica{
	display:inline-block;
	width:195px;
	height:15px;
	background-color:#27AAE2;
}
.proyecto_grafica_progreso{
	position:relative;
	max-width:100%;
	height:100%;
	background-color:#FBEB03;
}
.proyecto_grafica_progreso span{
	top:2px;
	left:2px;
	position:absolute;
	font-size:12px;
	color:#000;
}
.proyecto_ver_mas{
	float:right;
	display:flex;
	padding-top:10px;
	height:40px;
	align-items:center;
}
.proyecto_ver_mas img{
	padding-left:10px;
}
.proyecto_tiempo_restante{
	margin-top:10px;
	color:#000;
}
.proyectos_ver_todo_btn{
	float:right;
	margin:2% 0;
}
/* DONATIVOS */
.formulario{
	height:100%;
	width:100%;
	overflow:auto;
}
.formulario h1{
	margin: 0 0 10px 0;
	font-size:20px;
	text-transform:uppercase;
	color:#27AAE2;
}
.formulario input[type="text"],.formulario select{
	width:100%;
	font-size:17px;
	padding:5px;
}
.formulario #monto{
	width:50%;
}
#terminos_link{
	color:#009ee3;
	text-decoration:underline;
	cursor:pointer;
}
#terminos_link:hover{
	color:#000;
}
.terminos_dialog{
	position:fixed !important;
	top:2% !important;
	width:95% !important;
	height:95% !important;
	margin:0 auto;
	max-width:800px !important;
}
.terminos_contenido{
	padding:10px;
	word-wrap:break-word;
	overflow-y:scroll;
	height:85% !important;
}
.mitec{
	width:100%;
	height:100%;
	overflow-y:auto;
}
.mitec h1{
	margin: 0 0 10px 0;
	font-size:20px;
	text-transform:uppercase;
	color:#27AAE2;
}
.mitec iframe{
	width:100% !important;
	height:calc(100vh - 140px) !important;
}
/* INICIO QUIENES SOMOS */
.inicio_quienes_somos{
	display:inline-block;
	width:100%;
	min-height:300px;
	padding:4% 10%;
}
.quienes_somos_imagen{
	width:100%;
}
.quienes_somos_btn{
	display:inline-block;
	margin-top:6%;
}
/* PROYECTOS */
.proyectos_introduccion{
	width:100%;
}
.proyectos_lista{
	width:100%;
	min-height:300px;
	padding:0 10%;
}
.proyectos{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	column-gap:2vw;
	justify-content:space-around;
}
/* PROYECTO DETALLE */
.proyecto_detalle_titulo{
	width:100%;
	margin-top:8vw;
	padding:4% 10% 2% 10%;
	text-align:center;
}
.proyecto_detalle_titulo span{
	width:100%;
	font-size:38px;
	text-transform:uppercase;
	font-weight:bold;
	color:#27AAE2;
}
.proyecto_detalle_introduccion{
	width:100%;
	padding:0 10% 0 10%;
	text-align:center;
	font-size:20px;
	line-height:25px;
}
.proyecto_detalle_scroll{
	padding:4% 10% 2% 10%;
}
.proyecto_detalle_slider{
	float:left !important;
	width:62%;
}
.proyecto_detalle_resumen{
	float:left;
	position:-webkit-sticky;
	position:sticky;
	top:10vw;
	width:35%;
	margin-left:3%;
	min-height:32.56vw;
	background-color:#FFF;
}
.proyecto_detalle_recaudado{
	display:flex;
	width:100%;
	margin:2vw 0;
}
.proyecto_detalle_recaudado span{
	display:inline-block;
	width:38%;
	font-size:1.6vw;
	font-weight:bold;
	color:#27AAE2;
}
.proyecto_detalle_grafica{
	display:inline-block;
	width:62%;
	background-color:#27AAE2;
}
.proyecto_detalle_grafica_progreso{
	position:relative;
	max-width:100%;
	height:100%;
	background-color:#FBEB03;
}
.proyecto_detalle_grafica_progreso span{
	top:0.1vw;
	left:0.1vw;
	position:absolute;
	font-size:1.5vw;
	font-weight:normal;
	color:#000;
}
.proyecto_detalle_montos{
	display:inline-block;
	width:100%;
	margin-bottom:2vw;
	font-size:1.3vw;
}
.proyecto_detalle_tiempo_restante{
	width:100%;
	padding:1vw;
	background-color:#FFFFBF;
	margin-bottom:2vw;
}
.proyecto_detalle_tiempo_restante>span{
	display:inline-block;
	width:100%;
	margin-bottom:1vw;
	text-align:center;
	font-size:1.3vw;
}
.proyecto_detalle_tiempo_restante table{
	width:100%;
	border-spacing:0;
}
.proyecto_detalle_tiempo_restante th{
	width:33%;
	padding:0;
	text-align:center;
	font-size:1.4vw;
	font-weight:normal;
	color:#003366;
}
.proyecto_detalle_tiempo_restante td{
	padding:0;
	text-align:center;
	font-size:2.2vw;
	font-weight:bold;
	color:#27AAE2;
}
.proyecto_detalle_compartir{
	width:100%;
}
.proyecto_detalle_compartir span{
	display:inline-block;
	width:100%;
	padding-bottom:0.4vw;
	text-align:center;
	font-size:1.6vw;
	font-weight:bold;
	color:#27AAE2;
}
.proyecto_detalle_compartir div{
	display:inline-block;
	width:100%;
	margin-bottom:0.7vw;
	padding:0.7vw;
	text-align:center;
}
.proyecto_detalle_compartir img{
	margin:0 0.5vw;
	width:3.7vw;
}
.proyecto_detalle_contenido{
	width:60%;
	margin-top:2vw;
	padding:0 0 0 0;
	font-size:17px;
	line-height:20px;
}
.proyecto_detalle_donar_btn{
	display:block;
	width:180px;
	margin:0 auto;
	padding:10px 10px;
	text-align:left;
	font-size:28px;
	background-image:url(../images/ic_donar_btn.png);
	background-repeat:no-repeat;
	background-size:33%;
	background-position:110px 5px;
}
/* ESTILOS RESPONSIVOS */
@media only screen and (max-width:1024px){
.header_logo{
	width:30vw;
	height:calc(30vw * 0.1628);/*ratio aspect 430/70*/
}
footer{
	padding: 0 4%;
}
.footer_columna_1{
	padding-left:3.8vw;
}
.contenido_1{
	padding:4% 4%;
}
.contenido_1 p{
	font-size:20px;
}
.titulo_2{
	font-size:30px;
}
.encabezado_contenido_1{
	padding:4% 4% 4% 16%;
	background-size:9vw;
	background-position:5% 48%;
}
.encabezado_contenido_1 span{
	font-size:38px;
}
.inicio_proyectos_destacados{
	padding:4% 4%;
}
.proyecto_bloque{
	margin:3vw 0 10vw 0;
}
.inicio_quienes_somos{
	padding:10% 4%;
}
.proyectos_lista{
	padding:4% 4%;
}
.proyecto_detalle_titulo{
	padding:4% 4%;
}
.proyecto_detalle_titulo span{
	font-size:36px;
}
.proyecto_detalle_introduccion{
	padding:0 4% 0 4%;
}
.proyecto_detalle_scroll{
	padding:4% 4% 2% 4%;
}
.contenido_adm_1{
	padding:4% 4% 4% 4%;
}
}
@media only screen and (max-width:850px){
.columna_izquierda_1{
	width:40%;
}
.columna_derecha_1{
	width:60%;
}
.proyecto_detalle_slider{
	float:none !important;
	width:100%;
	margin-bottom:4%;
}
.proyecto_detalle_resumen{
	float:none;
	position:static;
	width:100%;
	margin:0 0 10% 0;
}
.proyecto_detalle_recaudado{
	margin-bottom:20px;
}
.proyecto_detalle_recaudado span{
	font-size:20px;
}
.proyecto_detalle_montos{
	margin-bottom:20px;
	font-size:17px;
}
.proyecto_detalle_tiempo_restante{
	padding:10px;
	margin-bottom:20px;
}
.proyecto_detalle_tiempo_restante>span{
	margin-bottom:10px;
	font-size:17px;
}
.proyecto_detalle_tiempo_restante table{
	border-spacing:0;
}
.proyecto_detalle_tiempo_restante th{
	font-size:20px;
}
.proyecto_detalle_tiempo_restante td{
	font-size:26px;
}
.proyecto_detalle_compartir span{
	padding-bottom:5px;
	font-size:20px;
}
.proyecto_detalle_compartir div{
	margin-bottom:20px;
	padding:5px;
}
.proyecto_detalle_compartir img{
	margin:0 10px;
	width:45px;
}
.proyecto_detalle_contenido{
	width:100%;
	margin-top:80px;
}
}
@media only screen and (max-width:800px){
nav.header_menu{
	margin-top:1.5%;
	margin-right:2%;
}
nav.header_menu li:not(:first-of-type):before{
	left:0.5vw;
	font-size:18px;
}
nav.header_menu li:not(:first-of-type){
	padding-left:1.8vw;
}
nav.header_menu a{
	font-size:18px;
}
.header_logo{
	margin-top:1vw;
	margin-left:2%;
	width:35vw;
	height:calc(35vw * 0.1628);/*ratio aspect 430/70*/
}
.footer_url{
	font-size:1.8vw;
}
.footer_columna_2 span{
	font-size:2.5vw;
}
.footer_columna_2 p{
	font-size:2vw;
}
.footer_columna_2 p>b{
	margin:0.5vw 0;
	font-size:2vw;
}
nav.footer_menu li:not(:first-of-type):before{
	font-size:1.6vw;

}
nav.footer_menu a{
	font-size:1.6vw;
}
.footer_redes img{
	width:4vw;
}
.encabezado_contenido_1{
	padding:25% 2% 4% 2%;
	background-size:18vw;
	background-position:50% 20%;
}
.encabezado_contenido_1 span{
	text-align:center;
}
.contenido_adm_1{
	padding:4% 2% 4% 2%;
}
}
@media only screen and (max-width:700px){
nav.header_menu{
	margin-top:1.6%;
	margin-right:2%;
}
nav.header_menu li:not(:first-of-type):before{
	left:0.3vw;
	font-size:15px;
}
nav.header_menu li:not(:first-of-type){
	padding-left:1.5vw;
}
nav.header_menu a{
	font-size:15px;
}
.columna_izquierda_1{
	float:none;
	width:100%;
	text-align:center;
}
.columna_derecha_1{
	float:none;
	width:100%;
	min-height:inherit;
	text-align:center;
}
}
@media only screen and (max-width:500px){
header{
	text-align:center;
	height:110px !important;
	background:#FFF; !important;
	border-bottom:solid 8px #27AAE2 !important;
}
header nav.header_menu ul>li>a{
	color:#000 !important;
}
header nav.header_menu ul>li>a:hover{
	color:#27AAE2 !important;
}
header nav.header_menu ul>li:not(:first-of-type):before{
	color:#000;
}
nav.header_menu{
	float:none;
	margin-top:2%;
	margin-right:0;
}
nav.header_menu li:not(:first-of-type):before{
	left:1vw;
	font-size:18px;
}
nav.header_menu a{
	font-size:18px;
}
nav.header_menu li:not(:first-of-type){
	padding-left:4vw;
}
header{
	background:#FFF !important;
}
header a>div.header_logo{
	background-image:url(../images/ina_proyectos_logo_color.png) !important;
}
.header_up{
	background:#FFF !important;
}
.header_up a>div.header_logo{
	background-image:url(../images/ina_proyectos_logo_color.png) !important;
}
.header_logo{
	float:none;
	width:70vw;
	height:calc(70vw * 0.1628);/*ratio aspect 430/70*/
	margin-top:2vw;
}
footer{
	display:inline-block;
	min-height:inherit;
	background-image:none;
	background-color:#27AAE2;
}
.footer_columna_1{
	width:100%;
	display:inline-block;
	padding:0 0;
	text-align:center;
}
.footer_ina_logo{
	width:40vw;
	margin:12vw 0 8vw 0;
}
.footer_columna_2{
	width:100%;
	text-align:center;
	padding-top:10vw;
}
.footer_url{
	position:static;
	display:inline-block;
	width:100%;
	font-size:5vw;
}
.footer_columna_2 span{
	width:100%;
	font-size:5.5vw;
}
.footer_columna_2 p{
	display:inline-block;
	width:100%;
	font-size:5vw;
}
.footer_columna_2 p>b{
	display:inline-block;
	width:100%;
	font-size:5vw;
}
.footer_redes{
	display:inline-block;
	width:100%;
	padding:4vw 0;
}
.footer_redes li{
	width:15vw;
}
.footer_redes img{
	width:12vw;
}
nav.footer_menu{
	position:static;
	display:inline-block;
	width:100%
}
nav.footer_menu li:not(:first-of-type):before{
	display:none;
}
nav.footer_menu a{
	font-size:5vw;
	line-height:10vw;
}
.contenido_1{
	padding:4% 2%;
}
.contenido_1 p{
	text-align:center;
	font-size:20px;
}
.titulo_1{
	margin:10vw 0;
}
.seccion_banner{
	margin-top:110px;
	overflow:hidden;
}
.seccion_banner img{
	width:auto;
	height:100px;
	float:right;
}
.tooltip .tooltiptext{
	display:none;
}
.modal{
	width:100% !important;
	height:100% !important;
	padding:35px 5px 5px 5px !important;
}
.blocker{
	padding:2px!important;
}
.close-modal{
	top:2px !important;
	right:2px !important;
}
#video-overlay{
	margin-top:110px;
	height:calc(100vw * 0.45);
}
.full-size-page{
	margin-top:110px;
    height:calc(100vw * 0.45);/*ratio aspect original 16:9 0.5625 */
}
.background-video{
	height:calc(100vw * 0.45);
}
.inicio_slider_principal{
	margin-top:110px;
}
.encabezado_contenido_1 span{
	font-size:30px;
}
.proyecto_bloque{
	width:100vw;
	height:auto;
	margin:3vw 0 20vw 0;
}
.proyecto_imagen{
	width:90vw;
	height:calc(90vw * 0.6667);/*ratio aspect 3/2*/
	overflow:hidden;
	background-color:#DDD;
}
.proyecto_titulo{
	padding:15px 5px 5px 5px;
	overflow:hidden;
}
.proyecto_bloque p{
	width:100%;
	padding:5px 5px;
}
.proyecto_detalle_titulo{
	margin-top:110px;
	padding:4% 2%;
}
.proyecto_detalle_titulo span{
	font-size:30px;
}
.proyecto_detalle_introduccion{
	padding:0 2% 4% 2%;
}
.proyecto_detalle_scroll{
	padding:4% 2% 2% 2%;
}
.mitec iframe{
	width:100% !important;
	height:calc(100vh - 90px) !important;
}
}
@media only screen and (max-width: 360px){
}