@charset "utf-8";
/*--------------------------------------------------------------*/
/* Fuentes */
/*--------------------------------------------------------------*/
@font-face {
    font-family:'firasans-light';
    src: url('../fuentes/FiraSans-Light.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family:'firasans-regular';
    src: url('../fuentes/FiraSans-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family:'firasans-medium';
    src: url('../fuentes/FiraSans-Medium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family:'firasans-bold';
    src: url('../fuentes/FiraSans-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
/*--------------------------------------------------------------*/
/* CSS Reset (Normalize) */
/*--------------------------------------------------------------*/
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent;}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
/*--------------------------------------------------------------*/
/* Resets */
/*--------------------------------------------------------------*/
* {
	/* margin: 0px; */
	padding: 0px;
	border-collapse:collapse;
	font-family:'firasans-regular';
	font-weight:normal;
	font-size:1em;
	line-height: 1em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
b,
strong,
.bold,
.semi,
.light{
	font-weight:normal;
	font-size:1em;
}
.light{font-family: 'firasans-light';}
.medium{font-family: 'firasans-medium';}
b,
strong,
.bold{font-family: 'firasans-bold'}
html,
body{
	width:100%;
	height:100%;
}
a{cursor:pointer;}
a img{border:none;}
ul{list-style-type:none}
body.noscroll{overflow:hidden}
.invisible{display:none !important}
.left, .align-left{text-align:left !important;}
.center, .align-center{text-align:center !important}
.right, .align-right{text-align:right !important;}
.justify{text-align:justify !important;}
.float-right{float:right !important;}
.float-left{float:left !important;}
.float-none{float:none !important;}
.disabled,
.disabled:hover{
	opacity:0.3;
	cursor: default !important;
	pointer-events:none !important;
}
.bg-cover{
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
hr{
	width:100%;
	height:1px;
	border:none;
	border-bottom: dotted 1px #AAA;
	display:inline-block;
	margin-bottom:10px;
}
img.rounded{
	border-radius:10px;
}
/*--------------------------------------------------------------*/
/* Colores corporativos */
/*--------------------------------------------------------------*/
.azul-claro{
	color:#0083c1 !important;
}
.bg-azul-claro{
	background-color:#0083c1 !important;
}
.azul-oscuro{
	color:#002d5d !important;
}
.bg-azul-oscuro{
	background-color:#002d5d !important;
}
.bg-F4F4F4{
	background-color:#F4F4F4 !important;
}
.bg-EEEEEE{
	background-color:#EEEEEE !important;
}
.degradado-gris{
	background: linear-gradient(to bottom, rgba(247, 247, 247, 1) 0%,rgba(247, 247, 247, 0) 100%);
}
/*--------------------------------------------------------------*/
/* Layout Default */
/*--------------------------------------------------------------*/
.container,
.row,
.cols{
	width:100%;
}
.container{
	float:left;
}
.content{
	width:100%;
	max-width:1380px;
	margin:auto;
}
.content-1180{
	width:100%;
	max-width:1180px;
	margin:auto;
}
.content-full{
	width:100%;
	margin:auto;
	padding-left:20px;
	padding-right:20px;
}
.content::after,
.content-1180::after,
.content-full::after{
	content: "";
	display: table;
	clear: both;
}
@media screen and (max-width: 1420px) {
	.content,
	.content-1180{
		padding-left:20px;
		padding-right:20px;
	}	
}
.border-top{
	border-top:solid 1px #CCC;
}
.cols,
.col_1,
.col_2,
.col_3,
.col_4,
.col_5,
.col_6,
.col_7,
.col_8,
.col_9,
.col_10,
.col_11,
.col_12,
.col_1_5,
.col_4_5,
.col_2_5,
.col_3_5{
	float: left;
	display: inline-block;
	vertical-align: top;
	position: relative;
	text-align: center;
}
.col_1 {width: 8.33%}
.col_2 {width: 16.66%}
.col_3 {width: 25%}
.col_4 {width: 33.33%}
.col_5 {width: 41.66%}
.col_6 {width: 50%}
.col_7 {width: 58.33%}
.col_8 {width: 66.66%}
.col_9 {width: 75%}
.col_10 {width: 83.33%}
.col_11 {width: 91.66%}
.col_12 {width: 100%}
.col_1_5 {width: 20%}
.col_4_5 {width: 80%}
.col_2_5 {width: 40%}
.col_3_5 {width: 60%}
@media screen and (max-width: 979px) {
	.cols,
	.col_1,
	.col_2,
	.col_3,
	.col_4,
	.col_5,
	.col_6,
	.col_7,
	.col_8,
	.col_9,
	.col_10,
	.col_11,
	.col_12,
	.col_1_5,
	.col_4_5,
	.col_2_5,
	.col_3_5{
		width:100%;
	}
	.col_12{
		padding-bottom:25px;
	}
}
.gap_5{padding:0 5px}
.gap_10{padding:0 10px}
.gap_15{padding:0 15px}
.gap_20{padding:0 20px}
.gap_25{padding:0 25px}
.gap_30{padding:0 30px}
.gap_35{padding:0 35px}
.gap_40{padding:0 40px}
.gap_45{padding:0 45px}
.gap_50{padding:0 50px}
.gap_60{padding:0 60px}
.gap_60{padding:0 70px}
.gap_l_0{padding-left:0}
.gap_r_0{padding-right:0}
@media screen and (max-width: 979px) {
	.gap_5,
	.gap_10,
	.gap_15,
	.gap_20,
	.gap_25,
	.gap_30,
	.gap_35,
	.gap_40,
	.gap_45,
	.gap_50,
	.gap_60,
	.gap_70{
		padding-left:0;
		padding-right:0;
		padding-bottom:25px;
	}	
}
/*--------------------------------------------------------------*/
/* Margenes Top */
/*--------------------------------------------------------------*/
.mt_0{margin-top:0px !important;}
.mt_5{margin-top:5px !important;}
.mt_10{margin-top:10px !important;}
.mt_15{margin-top:15px !important;}
.mt_20{margin-top:20px !important;}
.mt_30{margin-top:30px !important;}
.mt_40{margin-top:40px !important;}
.mt_50{margin-top:50px !important;}
.mt_60{margin-top:60px !important;}
.mt_70{margin-top:70px !important;}
.mt_80{margin-top:80px !important;}
.mt_90{margin-top:90px !important;}
.mt_100{margin-top:100px !important;}
@media screen and (max-width: 979px) {
	.mt_40{margin-top:30px !important;}
	.mt_50{margin-top:30px !important;}
	.mt_60{margin-top:30px !important;}
	.mt_70{margin-top:30px !important;}
	.mt_80{margin-top:30px !important;}
	.mt_90{margin-top:30px !important;}
	.mt_100{margin-top:43px !important;}	
}
/*--------------------------------------------------------------*/
/* Margenes Bottom */
/*--------------------------------------------------------------*/
.mb_0{margin-bottom:0px !important;}
.mb_10{margin-bottom:10px !important;}
.mb_20{margin-bottom:20px !important;}
.mb_30{margin-bottom:30px !important;}
.mb_40{margin-bottom:40px !important;}
.mb_50{margin-bottom:50px !important;}
.mb_60{margin-bottom:60px !important;}
.mb_70{margin-bottom:70px !important;}
.mb_80{margin-bottom:80px !important;}
.mb_90{margin-bottom:90px !important;}
.mb_100{margin-bottom:100px !important;}
@media screen and (max-width: 979px) {
	.mb_40{margin-bottom:30px !important;}
	.mb_50{margin-bottom:30px !important;}
	.mb_60{margin-bottom:30px !important;}
	.mb_70{margin-bottom:30px !important;}
	.mb_80{margin-bottom:30px !important;}
	.mb_90{margin-bottom:30px !important;}
	.mb_100{margin-bottom:30px !important;}	
}
/*--------------------------------------------------------------*/
/* Padding Top */
/*--------------------------------------------------------------*/
.pt_0{padding-top:0px !important;}
.pt_10{padding-top:10px !important;}
.pt_20{padding-top:20px !important;}
.pt_30{padding-top:30px !important;}
.pt_40{padding-top:40px !important;}
.pt_50{padding-top:50px !important;}
.pt_60{padding-top:60px !important;}
.pt_70{padding-top:70px !important;}
.pt_80{padding-top:80px !important;}
.pt_90{padding-top:90px !important;}
.pt_100{padding-top:100px !important;}
@media screen and (max-width: 979px) {
	.pt_40{padding-top:30px !important;}
	.pt_50{padding-top:30px !important;}
	.pt_60{padding-top:30px !important;}
	.pt_70{padding-top:30px !important;}
	.pt_80{padding-top:30px !important;}
	.pt_90{padding-top:30px !important;}
	.pt_100{padding-top:30px !important;}	
}
/*--------------------------------------------------------------*/
/* Padding Bottom */
/*--------------------------------------------------------------*/
.pb_0{padding-bottom:0px !important;}
.pb_10{padding-bottom:10px !important;}
.pb_20{padding-bottom:20px !important;}
.pb_30{padding-bottom:30px !important;}
.pb_40{padding-bottom:40px !important;}
.pb_50{padding-bottom:50px !important;}
.pb_60{padding-bottom:60px !important;}
.pb_70{padding-bottom:70px !important;}
.pb_80{padding-bottom:80px !important;}
.pb_90{padding-bottom:90px !important;}
.pb_100{padding-bottom:100px !important;}
@media screen and (max-width: 979px) {
	.pb_40{padding-bottom:30px !important;}
	.pb_50{padding-bottom:30px !important;}
	.pb_60{padding-bottom:30px !important;}
	.pb_70{padding-bottom:30px !important;}
	.pb_80{padding-bottom:30px !important;}
	.pb_90{padding-bottom:30px !important;}
	.pb_100{padding-bottom:30px !important;}
}
/*--------------------------------------------------------------*/
/* Default Formularios */
/*--------------------------------------------------------------*/
form,
form div,
form label,
form input,
form select,
form option,
form textarea{
	display:inline-block
}
form{
	width:100%;
}
form div{
	padding-bottom:25px
}
@media screen and (max-width: 979px) {
	form div{padding-bottom:0}
}
form label,
form input,
form select,
form option,
form textarea{
	font-size:17px;
	color:#000;
	text-align:left;
}
form label{
	display:inline-block;	
	width:100%;	
	padding-bottom:5px;
	color:#666;
	font-size:15px;
}
form input,
form select,
form textarea{
	background-color:#FFF;
	border:solid 1px #CCC;
	width:100%;
	padding:8px;
}
form input,
form select{
	height:40px;
}
form textarea{
	min-height:60px;
}
form textarea.height-100{
	min-height:100px;	
}
form select {
	background-image: url(../images/ico-select-down.svg);
	background-repeat: no-repeat;
	background-position: right 5px center;
	background-size:10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
form select option{
	font-size:inherit;
	color:inherit;
	line-height:inherit;
}
form input::placeholder,
form textarea::placeholder{
	color:#999;	
}
form input[type="checkbox"],
form input[type="radio"]{
	width:23px;
	height:23px;
}
form input:disabled,
form input:disabled:hover,
form select:disabled,
form select:disabled:hover,
form textarea:disabled,
form textarea:disabled:hover {
	opacity:0.3;
	pointer-events:none;
	cursor: default !important;
}
form input.calendar{
	background-image: url(../images/ico-calendario.svg);
	background-repeat: no-repeat;
	background-position: right 8px center;	
	background-size:18px;
}
a.btn,
form .btn{
	display:inline-block;
	padding:15px;
	font-size:19px;
	text-decoration:none;
	border:none;
	border-radius:8px;
	background-color:#000;
	color:#FFF;
}
a.btn:hover,
form .btn:hover{
	background-color:#999;
}
a.btn.big,
form .btn.big{
	font-size:25px;
}
.con-check{
	padding-right:12px;
}
.con-check *{
	float:left;
}
.con-check label,
.con-check p{
	width:calc(100% - 25px);
	padding:3px 7px;
	color:#000;
	font-size:17px;
	text-align:left;
}
.con-check p{
	font-size:16px;
	text-align:justify;
}
.con-check label a,
.con-check p a{
	display:inline;
	float:none;
	color:inherit;
	font-size:inherit;
}
#fant,
#fant2,
#accept {
	position: absolute;
	top: -99999px;
	left: -99999px;
}
/*--------------------------------------------------------------*/
/* Subir / Pull */
/*--------------------------------------------------------------*/
#subir {
	position: fixed;
	background-image: url(../images/arrow-top-white.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 18px;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	bottom: 100px;
	right: 0;
	margin:auto;
	z-index: 10;
	display: none;
	border-radius: 5px 0 0 5px;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
	background-color: #0083c1;
}
@media screen and (max-width: 400px) {
	#subir{
		width: 40px;
		height: 40px;
		bottom: 80px;
	}
}
#subir:hover {
	background-color: #000;
}
/*--------------------------------------------------------------*/
/* Swal */
/*--------------------------------------------------------------*/
.swal2-popup .swal2-title {
	display: inline-block !important;
}
/*--------------------------------------------------------------*/
/* Video Responsive */
/*--------------------------------------------------------------*/
.contiene-iframe {
	float: none;
	display: inline-block;
	width: 100%;
	max-width: 1180px;
	margin-bottom: 20px;
}
.contiene-iframe > div {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px;
	height: 0;
	margin: 0 0 0 0px;
	overflow: hidden;
}
.contiene-iframe > div iframe,
.contiene-iframe > div object,
.contiene-iframe > div embed {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 0px;
}
.contiene-iframe > p {
	display:inline-block;
	width:100%;
	font-size:16px;
	margin-top:10px;
	color:#666 !important;
	margin-bottom:0px !important;
}
/*--------------------------------------------------------------*/
/* Hamb Rspnsv*/
/*--------------------------------------------------------------*/
#header-hamb{
	display:block;
	text-decoration:none;
	cursor: pointer;
	width: 40px;
	height: 40px;
	padding:6px;
	position:relative;
}
#header-hamb div{
	text-indent:-9999px;
	width:100%;
	height:100%;
	display:block;
	position:relative;
}
#header-hamb div:before,
#header-hamb div:after {
	content: "";
	display: block;
	width: 100%;
	position: absolute;
	left: 0;	
	transition: transform 0.5s ease-in-out;
}
#header-hamb div,
#header-hamb div:before,
#header-hamb div:after {
	border-bottom: 4px solid #0083c1;	
}
#header-hamb div:after {
	top: 12px;
}
#header-hamb.activo div{
	border-bottom:none;
}
#header-hamb.activo div:before,
#header-hamb.activo div:after {
	top: 10px;
}
#header-hamb.activo div:before {
	transform: rotateZ(45deg);
}
#header-hamb.activo div:after {
	transform: rotateZ(-45deg);
}
/*--------------------------------------------------------------*/
/* header */
/*--------------------------------------------------------------*/
#header,
#header *{
	font-size:0;
}
#header{
	padding-top:25px;
	padding-bottom:25px;
}
@media screen and (min-width: 1150px) {
	#header .content{
		min-height:85px;
	}
}
@media screen and (max-width: 1149px) {
	#header .content{
		height:auto;
		min-height:auto;
		overflow:auto;
	}
}
#header-logo{
	display:inline-block;
}
#header-logo img{
	width:190px;
	height:auto;
	float:left;
}
@media screen and (max-width: 400px) {
	#header-logo img{
		width:180px;
	}
}
#header-logo img#header-logo-invertido{
	display:none;
}
#header-hamb{	
	float:right;
	margin-top:20px;
}
@media screen and (max-width: 400px) {
	#header-hamb{
		margin-top:15px;
	}
}
@media screen and (min-width: 1150px) {
	#header-hamb{	
		display:none;
	}	
}
#header-menu{
	float:right;
	width:auto;
}
@media screen and (min-width: 1150px) {
	#header-menu {
		margin-top:20px;
	}
}
@media screen and (max-width: 1149px) {
	#header-menu {
		display:none;
		margin-top:30px;
		width:100%;
	}
}
#header-menu a{
	text-decoration:none;
}
#header-menu > li{
	float:right;
	width:auto;
}
#header-menu > li {
	display:inline-block;
	position:relative;
}
@media screen and (min-width: 1150px) {
	#header-menu > li {
		width:auto;
		padding-left:20px;
		float:left;
	}
	#header-menu > li.doble-linea {
		max-width:195px;
	}
}
@media screen and (max-width: 1149px) {
	#header-menu > li {
		width:100%;
		border-top:dotted 1px #AAA;
		padding:5px 0;
	}
	#header-menu > li.parent {
		padding-bottom:0;
	}
}
#header-menu > li > a{
	font-size:18px;
	color:#182A3A;
	display:block;
	padding:10px 0;
	font-family:'firasans-medium';
}
#header-menu > li > a:hover{
	color:#0083c1;
}
#header-menu > li > a#pagos{
	display:inline-block;
	width:auto;
	padding:10px;
	border-radius:8px;
	background-color:#002d5d;
	color:#FFF;
}
#header-menu > li > a#pagos:hover{
	background-color:#0083c1;
}
@media screen and (max-width: 1149px) {
	#header-menu > li > a#pagos {
		margin-top:10px;	
	}
}
#header-menu > li.parent > a {
	padding-right:15px;
	background-image:url(../images/ico-select-down.svg);
	background-position:right center;
	background-repeat:no-repeat;
	background-size:10px;
}
#header-menu > li.parent > a.activo {
	background-image:url(../images/ico-select-up.svg);
}
#header-menu > li.parent ul {
	display:inline-block;
	padding:30px;
	padding-bottom:10px;
	background-color:#0083c1;
	width:100%;	
	z-index:10;
}
@media screen and (min-width: 1150px) {
	#header-menu > li.parent ul {
		width:250px;
		position:absolute;
		left:20px;
		top:40px;
		border-radius:0 10px 10px 10px;
		box-shadow: 0 7px 7px rgba(0, 0, 0, 0.35);
	}
}
#header-menu > li.parent ul li {
	width:100%;
	padding-bottom:15px;
}
#header-menu > li.parent ul li:last-child {
	padding-bottom:20px;
}
#header-menu > li.parent ul li a{
	font-size:18px;
	color:#FFF;
	display:block;
	line-height:1.1em;
}
#header-menu > li.parent ul li a:hover{
	color:rgba(255,255,255,0.7);		
}
/*--------------------------------------------------------------*/
/* header Invertido */
/*--------------------------------------------------------------*/
#header.invertido{
	background-color:#002d5d;
	/*background: #002D5D;
	background: linear-gradient(76deg, rgba(0, 45, 93, 1) 0%, rgba(0, 110, 161, 1) 30%, rgba(0, 45, 93, 1) 100%);*/
}
#header.invertido #header-logo img#header-logo-positivo{
	display:none;
}
#header.invertido #header-logo img#header-logo-invertido{
	display:inline-block;
}
#header.invertido #header-menu > li > a{
	color:#FFF;
}
#header.invertido #header-menu > li > a:hover{
	color:rgba(255,255,255,0.5);
}
#header.invertido #header-menu > li > a#pagos{
	background-color:#0083c1;
	color:#FFF;
}
#header.invertido #header-menu > li > a#pagos:hover{
	background-color:#FFF;
	color:#002d5d;
}
@media screen and (max-width: 1149px) {
	#header.invertido #header-menu > li {
		border-top:dotted 1px rgba(255,255,255,0.4);
	}
}
#header.invertido #header-menu > li.parent > a {
	background-image:url(../images/ico-select-down-white.svg);
}
#header.invertido #header-menu > li.parent > a.activo {
	background-image:url(../images/ico-select-up-white.svg);
}
/*--------------------------------------------------------------*/
/* Footer */
/*--------------------------------------------------------------*/
#footer-form,
#footer-contactos{
	float:left;
	width:100%;
}
@media screen and (min-width: 980px) {
	#footer-form,
	#footer-contactos{	
		text-align:left;
	}	
	#footer-contactos{
		width:270px;
	}
	#footer-form{
		width:calc(100% - 270px);
		padding-right:200px;
	}
}
@media screen and (max-width: 979px) {
	#footer-form{
		margin-bottom:80px;
	}
	#footer-contactos,
	#footer-contactos #redes{
		text-align:left;
	}
}
#footer h4{
	font-size:30px;
	color:#FFF;
}
#footer h4 span{
	display:inline-block;
	color:#0083c1;
	font-size:0.8em;
}
#footer form input[type="text"],
#footer form textarea{
	background-color:rgba(255,255,255,0.2);
	border:none;
	color:#FFF;
	font-size:18px !important;
	border-radius:5px;
	padding:10px;
}
#footer form input::placeholder,
#footer form textarea::placeholder{
	color:rgba(255,255,255,0.5);
}
#footer form input,
#footer form select{
	height:45px;
}
#footer form input[type="checkbox"]{
	height:30px;	
}
#footer form textarea{
	display:inline-block;
	height:100px;
}
#footer form label{
	color:rgba(255,255,255,0.75);
	font-size:16px;
	line-height:1.3em;
}
#footer form label a{
	color:inherit;
	font-size:inherit;
	line-height:inherit;
	text-decoration:underline;
}
#footer form label a:hover{
	text-decoration:none;
	color:rgba(255,255,255,1)
}
#footer .btn{
	display:inline-block;	
	border-radius:8px;
	font-size:25px;
	background-color:#0083c1;
	color:#FFF;
	text-align:center;
	padding:15px 25px;
}
#footer .btn:hover{
	background-color:#FFF !important;
	color:#0083c1;
}
#footer #footer-logo{
	width:100%;
}
#footer #footer-logo img{
	width:160px;
}
#footer p{
	width:100%;
	color:rgba(255,255,255,1);
	font-size:15px;
	line-height:1.3em;
}
#footer p.telefono,
#footer p.celular,
#footer p.direccion{
	padding-left:30px;	
	background-repeat:no-repeat;
	background-position:left top;
	background-size:25px;
	margin:0;
	margin-bottom:15px;
}
#footer p.telefono{
	background-image:url(../images/ico-tel-footer.svg);	
}
#footer p.celular{
	background-image:url(../images/ico-whatsapp-footer.svg);
}
#footer p.direccion{
	background-image:url(../images/ico-googlemaps-white.svg);
}
#footer p a{
	display:inline-block;
	color:#FFF;
	text-decoration:none;
	font-size:20px;
}
#footer p a:hover{
	color:rgba(255,255,255,0.65);
}
#footer p.direccion a.btn{
	font-size:inherit;
	margin-top:15px;
	padding:10px 20px;
}
#footer hr{
	width:100%;
	border-bottom: solid 1px rgba(255,255,255,0.3);
	margin-top:20px;
	margin-bottom:10px;
}
#footer p.footer-contactos-titulo{
	color:rgba(255,255,255,0.5);
	line-height:1em;
	margin:0;
	margin-bottom:8px;
}
#footer .footer-contacto-miembros img{
	display:inline-block;
	vertical-align:middle;
	height:40px;
	width:auto;
	margin-right:15px;
}
/*-------------------------------------------------------------- */
/* Redes */
/*-------------------------------------------------------------- */
#redes{
	font-size:0;
	width:100%;
	text-align:left;
}
#redes li{
	display:inline-block;
	padding:0 10px 10px 0;
}
#redes li a{
	display:block;	
}
#redes li a img{
	width:auto;
	height:30px;
}
#redes li a:hover img{
	opacity:0.7;
}
/*-------------------------------------------------------------- */
/* Fixed Whatsapp */
/*-------------------------------------------------------------- */
#btn_whatsapp {
	position: fixed;
	bottom: 15px;
	right: 10px;
	display: block;
	width: 70px;
	height: 70px;
	z-index: 3200;
}
#btn_whatsapp:hover {
	width: 65px;
	height: 65px;
}
#btn_whatsapp img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 400px) {
	#btn_whatsapp {
		width: 45px;
		height: 45px;
	}
	#btn_whatsapp:hover {
		width: 50px;
		height: 50px;
	}
}
/*--------------------------------------------------------------*/
/* BX Slider */
/*--------------------------------------------------------------*/
.bx-wrapper {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: none !important;
	z-index:1;
}
.bx-wrapper img {
	width: 100%;
}
@media screen and (max-width: 900px) {
	#home-slider .bx-wrapper img.desk {
		display:none;
	}
}
@media screen and (min-width: 901px) {
	#home-slider .bx-wrapper img.movil {
		display:none;
	}
}
#home-slider .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: calc(50% - 10px);
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    z-index: 3;
	background-size:30px;	
	background-repeat:no-repeat;
	background-position:center;
	background-color:rgba(0,0,0,0.4);
}
#home-slider .bx-wrapper .bx-controls-direction a.bx-prev {
	left: 0px;
	background-image: url(../images/arrow-left-white.svg);
	border-radius:0 5px 5px 0;
}
#home-slider .bx-wrapper .bx-controls-direction a.bx-next {
	right: 0px;
	background-image: url(../images/arrow-right-white.svg);
	border-radius:5px 0 0 5px;
}
#home-slider .bx-wrapper .bx-controls-direction a:hover{
	background-color: rgba(0,0,0,0.7) !important;
}
#home-slider .bx-wrapper .bx-pager {
	bottom:-40px;   
}
#home-slider .bx-wrapper .bx-pager.bx-default-pager a {
    background: #CCC;
    width: 12px;
    height: 12px;
    margin: 0 20px;
    -moz-border-radius: 50%;;
    -webkit-border-radius: 50%;;
    border-radius: 50%;
}
#home-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #0083c1;
}
/*--------------------------------------------------------------*/
/* Ttulo Seccion */
/*--------------------------------------------------------------*/
.titulo-seccion,
.subtitulo-seccion{
	width:100%;
	display:inline-block;	
}
.titulo-seccion{
	font-size:35px;	
	margin:35px 0;
}
.subtitulo-seccion{
	font-size:20px;
	margin:25px 0;
}
/*--------------------------------------------------------------*/
/* Grid proyectos */
/*--------------------------------------------------------------*/
.grid-proyectos,
.grid-proyectos *{
	font-size:0;
}
.grid-proyectos{
	text-align:center;	
}
.grid-proyecto{
	display:inline-block;
	vertical-align:top;
	width:33%;
	padding:0 20px 50px 20px;
}
@media screen and (max-width: 1200px) {
	.grid-proyecto{
		width:50%;
	}
}
@media screen and (max-width: 700px) {
	.grid-proyecto{
		width:100%;
		padding-left:0;
		padding-right:0;
	}
}
@media screen and (max-width: 400px) {
	.grid-proyecto{
		padding-bottom:70px;
	}
}
.grid-proyecto-imagen,
.grid-proyecto-textos,
.grid-proyecto-textos p{
	width:100%;
}
.grid-proyecto-imagen{
	height:370px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
@media screen and (max-width: 700px) {
	.grid-proyecto-imagen{
		height:280px;
	}
}
.grid-proyecto-imagen a{
	display:block;
	width:100%;
	height:100%;
	position:relative;
}
.grid-proyecto-imagen a:hover{
	background-color:rgba(0,0,0,0.15);
}
.grid-proyecto-imagen a span.flag{
	position:absolute;
	width:auto;
	height:auto;
	font-size:17px;
	left:0;
	top:0;
	padding:10px 13px;
	background-color:#002d5d;
	color:#FFF;
	border-radius:0 0 8px 0;
}
.grid-proyecto-textos,
.grid-proyecto-textos *{
	display:inline-block;
}
.grid-proyecto-logo,
.grid-proyecto-info{
	float:left;
	padding-top:20px;
	padding-bottom:15px;
	text-align:left;
}
.grid-proyecto-logo{
	width:155px;
}
.grid-proyecto-logo img{
	width:auto;
	max-width:140px;
	max-height:100px;
}
.grid-proyecto-logo p{
	display:inline-block;
	font-size:25px;
	margin:0;
	padding-right:10px;
}
.grid-proyecto-info{
	width:calc(100% - 155px);
	padding-left:15px;
}
@media screen and (max-width: 400px) {
	.grid-proyecto-logo,
	.grid-proyecto-info{
		width:100%;
		padding:0;
		padding-top:20px;
	}
}
.grid-proyecto-info p{
	font-size:17px;
	color:#777;
	margin:0;
	margin-bottom:5px;
}
.grid-proyecto-info p strong{
	font-size:inherit;
}
.grid-proyecto-info p.big{
	font-size:25px;
}
.grid-proyecto-info hr{
	width:90px;
	margin:10px 0 18px 0;
}
@media screen and (max-width: 400px) {
	.grid-proyecto-info hr{
		margin:10px 0;
	}
}
/*--------------------------------------------------------------*/
/* Nota Legal */
/*--------------------------------------------------------------*/
.nota-legal{
	padding:20px;
	padding-bottom:50px;
}
.nota-legal p{
	width:100%;
	text-align: center;
	color:#666;
	font-size:14px;
	margin:0;
}
/*--------------------------------------------------------------*/
/* Editoriales en tabla */
/*--------------------------------------------------------------*/
.tipo-tablas{
	padding:40px 0;
}
@media screen and (max-width: 980px) {
	.tipo-tablas{
		padding:20px 0;
	}
}
.tipo-tabla,
.tipo-tabla *{
	font-size:0;
}
.tipo-tabla{
	display:flex;
	align-items: center;
	flex-direction: row-reverse;
	gap:60px;
}
@media screen and (min-width: 980px) {
	.tipo-tablas .tipo-tabla:nth-child(even),
	.tipo-tabla.alternada {
		flex-direction: row;
	}	
}
.tipo-tabla-imagen,
.tipo-tabla-texto{
	padding:0;
}
@media screen and (max-width: 979px) {
	.tipo-tabla{
		display:inline-block;
		width:100%;
		padding-left:0;
		padding-right:0;
	}
	.tipo-tabla .tipo-tabla-imagen,
	.tipo-tabla .tipo-tabla-texto{
		padding-left:0;
		padding-right:0;	
	}
	.tipo-tabla .tipo-tabla-texto{
		padding-bottom:0;
	}
	.tipo-tabla .tipo-tabla-imagen{
		padding-bottom:25px;
	}
}
.tipo-tabla-imagen a{
	display:inline-block;
}
.tipo-tabla-imagen img{
	width:auto;
	max-width:100%;
	height:auto;
	border-radius:10px;
}
.tipo-tabla-imagen div{
	width:100%;
	height:650px;
	border-radius:10px;
}
@media screen and (max-width: 979px) {
	.tipo-tabla-imagen div{
		height:600px;
	}	
}
@media screen and (max-width: 800px) {
	.tipo-tabla-imagen div{
		height:500px;
	}	
}
@media screen and (max-width: 600px) {
	.tipo-tabla-imagen div{
		height:400px;
	}	
}
.tipo-tabla-texto *{
	width:100%;
	text-align:left;
}
.tipo-tabla-texto p,
.tipo-tabla-texto li{
	font-size: 18px;
	line-height:1.3em;
	color:#666666;
}
.tipo-tabla-texto p,
.tipo-tabla-texto ul{
	margin-top:0;
	margin-bottom:25px;
}
.tipo-tabla-texto li{
	line-height:1.1em;
	margin-bottom:13px;
	padding-left:15px;
	background-image: url(../images/vineta-azul.svg);
	background-repeat: no-repeat;
	background-position: left top 8px;
	background-size: 6px;
}
.tipo-tabla-texto p strong,
.tipo-tabla-texto p span{
	font-size: 1em;
}
.tipo-tabla-texto p span{
	display:inline-block;
	width:auto;
}
.tipo-tabla-texto.descripcion-plano p span{
	margin-right:10px;
}
@media screen and (max-width: 720px) {
	.tipo-tabla-texto.descripcion-plano p span{
		width:100%;
		margin-bottom:10px;
		margin-right:0;
	}
}
.tipo-tabla-texto .tipo-celda-titulo{
	font-size: 40px;
	line-height:1em;
	margin-top:0;
	margin-bottom:15px;
}
@media screen and (max-width: 720px) {
	.tipo-tabla-texto .tipo-celda-titulo{
		font-size: 28px;
	}
}
.tipo-tabla-texto p span.gigante{
	font-size:65px;
}
@media screen and (max-width: 720px) {
	.tipo-tabla-texto p span.gigante{
		font-size:48px;
	}	
}
.tipo-tabla-texto .tipo-celda-titulo strong{
	font-size: inherit;
	line-height:inherit;
}
.tipo-tabla-texto p.contiene-btns{
	font-size:0;
	margin-bottom:0;
}
.tipo-tabla-texto p.contiene-btns a.btn{
	width:auto;
	padding:15px 25px;
	background-color:#002d5d;
	font-size:23px;
	margin-right:15px;
	margin-bottom:15px;
}
@media screen and (max-width: 720px) {
	.tipo-tabla-texto p.contiene-btns a.btn{
		width:100%;
	}	
}
.tipo-tabla-texto p.contiene-btns a.btn:hover{
	background-color:#0083c1;
}
.tipo-tabla-texto p.contiene-btns a.btn.download,
.tipo-tabla-texto p.contiene-btns a.btn.waze,
.tipo-tabla-texto p.contiene-btns a.btn.map{
	font-size:20px;
	padding-left:60px;
	background-repeat: no-repeat;
	background-position: left 10px center;
}
.tipo-tabla-texto p.contiene-btns a.btn.download{
	background-image: url(../images/ico-download-white.svg);
	background-size: 43px;
}
.tipo-tabla-texto p.contiene-btns a.btn.waze{
	background-image: url(../images/ico-waze-white.svg);
	background-size: 40px;
}
.tipo-tabla-texto p.contiene-btns a.btn.map{
	background-image: url(../images/ico-abrir-mapa.svg);
	background-size: 40px;
}
/*--------------------------------------------------------------*/
/* Cifras destacadas */
/*--------------------------------------------------------------*/
#cifras-destacadas{
	text-align:center;
	font-size:0;
}
.cifra-destacada{
	display:inline-block;
	vertical-align:top;
	width:33.33%;
	padding:0 20px;
}
@media screen and (max-width: 1200px) {
	.cifra-destacada{
		padding:0 15px;
	}
}
@media screen and (max-width: 600px) {
	.cifra-destacada{
		padding:0 10px;
	}
}
@media screen and (max-width: 500px) {
	.cifra-destacada{
		width:50%;
		padding-bottom:30px;
	}
}
.cifra-destacada div{
	display:inline-block;
	vertical-align:top;
	text-align:left;
}
.cifra-destacada div.icono{
	width: 100px;
}
.cifra-destacada div.texto{
	width: calc(100% - 100px);
	border-left:solid 1px #CCC;
	padding-left:20px;
}
@media screen and (max-width: 980px) {
	.cifra-destacada div.icono,
	.cifra-destacada div.texto{
		width:100%;
		text-align:center;
	}
	.cifra-destacada div.texto{
		border-left:none;
		padding:0;
		border-top:solid 1px #CCC;
		padding-top:15px;
		margin-top:15px;
	}
}
.cifra-destacada div.icono img{
	height:65px;
	width:auto;
}
.cifra-destacada div.texto p{
	width: 100%;
	font-size:23px;
	color:#002d5d;
	margin:0;
}
.cifra-destacada div.texto p.cifra{
	font-size:50px;
	margin-bottom:10px;
}
@media screen and (max-width: 1200px) {
	.cifra-destacada div.texto p{
		font-size:20px;
	}
	.cifra-destacada div.texto p.cifra{
		font-size:35px;
		margin-bottom:5px;
	}
}
@media screen and (max-width: 600px) {
	.cifra-destacada div.texto p{
		font-size:16px;
	}
	.cifra-destacada div.texto p.cifra{
		font-size:25px;
		margin-bottom:10px;
	}
}
/*--------------------------------------------------------------*/
/* Responsabilidad Social */
/*--------------------------------------------------------------*/
.responsabilidad-items p{
	text-align:left;
	color:#777;
	font-size:17px;
	line-height:1.5em;
}
.responsabilidad-items p strong{
	color:#002d5d;
	font-size:20px;
}
/*--------------------------------------------------------------*/
/* Aliados */
/*--------------------------------------------------------------*/
.aliados .content{
	padding:100px 0 140px 0;
}
.aliados .subtitulo-seccion{
	margin-bottom:60px;
}
.aliados-logos-container{
	width:100%;
	text-align:center;
	margin:auto;
	font-size:0;
}
.aliados-logos{
	font-size:0;
}
.aliado-logo{
	width:20%;
}
@media screen and (max-width: 1180px) {
	.aliado-logo{
		width:25%;
	}
}
@media screen and (max-width: 979px) {
	.aliado-logo{
		width:33.33%;
	}
}
@media screen and (max-width: 720px) {
	.aliado-logo{
		width:50%;
	}
}
@media screen and (max-width: 520px) {
	.aliado-logo{
		width:100%;
	}
}
.aliado-logo-cell{
	width:100%;
	height:150px;
	display:flex;
	align-items: center;
	justify-content: center;
}
.aliado-logo-cell img{
	display: block;
    width: 100%;
	max-width:150px;
	max-height:100px;
	filter: grayscale(100%);
	opacity:0.6;
}
.aliados-logos .flickity-prev-next-button.previous {
    left: 0;
}
.aliados-logos .flickity-prev-next-button.next {
    right: 0;
}
.aliados-logos .flickity-button-icon {
    fill: #0083c1;
}
.aliados-logos .flickity-button-icon:hover {
    fill: #333;
}
.aliados-logos .flickity-page-dots {
    bottom: -35px;
}
/*--------------------------------------------------------------*/
/* Proyecto Landing */
/*--------------------------------------------------------------*/
#proyecto-landing{
	position:relative;
}
#proyecto-landing .content-full{		
	display:flex;
}
@media screen and (min-width: 1400px) {
	#proyecto-landing .content-full{		
		padding:110px 0;
	}
	#proyecto-landing .content-full.proyecto-terminado{		
		padding:220px 0;
	}
}
@media screen and (min-width: 980px) and (max-width: 1399px) {
	#proyecto-landing .content-full{		
		padding:80px 0;
	}
	#proyecto-landing .content-full.proyecto-terminado{		
		padding:180px 40px;
	}
}
@media screen and (max-width: 979px) {
	#proyecto-landing .content-full{		
		padding:0;
		display:inline-block;
	}
}
@media screen and (min-width: 980px) {
	.proyecto-landing-foto,
	.proyecto-landing-opacidad{
		position:absolute;
		width:100%;
		height:100%;
		top:0;
		left:0;
		z-index:-1;
	}
	.proyecto-landing-foto{
		z-index:-2;
		background-attachment: fixed;
	}
}
@media screen and (max-width: 979px) {
	.proyecto-landing-foto{
		width:100%;
		height:400px;
		float:left;
	}
	.proyecto-landing-opacidad{
		display:none;
	}
}
@media screen and (max-width: 550px) {
	.proyecto-landing-foto{
		height:270px;
	}
}
.proyecto-landing-opacidad{
	background-color:rgba(0,0,0,0.4);
}
.proyecto-landing-resumen,
.proyecto-landing-formulario{
	float:left;
}
.proyecto-landing-resumen{
	width:calc(100% - 340px);
	display:flex;
	align-items:center;
}
.proyecto-landing-formulario{
	width:340px;
}
@media screen and (max-width: 979px) {
	.proyecto-landing-resumen,
	.proyecto-landing-formulario{
		display:inline-block;
		width:100%;
		float:left;
		text-align:center;
		padding:0 20px;
	}
	.proyecto-landing-opacidad{
		display:none;
	}
}
.proyecto-landing-resumen-textos p {		
	font-size:20px;
	color:#002d5d;
	margin:0;
	margin-top:10px;
}
.proyecto-landing-resumen-textos p:first-child{
	margin-top:0;
}
.proyecto-landing-resumen-textos p span {
	font-size:17px;
}
.proyecto-landing-resumen-textos p span.pill {
	display: inline-block;
	padding: 10px 20px;
	background-color: #0083c1;
	color:#FFF;
	border-radius: 8px;
	font-size: 19px;
	margin-bottom:10px;
}
.proyecto-landing-resumen-textos p strong {
	font-size:33px;
}
.proyecto-landing-resumen-textos hr{
		width:150px;
		border-bottom: solid 1px rgba(0,0,0,0.25);
		margin:30px 0 30px 0;
	}
@media screen and (min-width: 980px) {
	.proyecto-landing-resumen-info {
		width:100%;
		display: flex;
		align-items: center;
		gap: 20px;
	}
	.proyecto-landing-resumen-logo {
		width: 275px;
		height: 230px;
		background-color: #fff;
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-shrink: 0;
		box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.5);
	}
	.proyecto-landing-resumen-logo img {
		max-width: 220px;
		max-height: 180px;
		width: auto;
		height: auto;
		object-fit: contain;
	}
	.proyecto-landing-resumen-textos {
		flex: 1;
		display: flex;
		flex-direction: column;
		justify-content: center;
		text-align:left;
		padding-right:20px;
	}
	.proyecto-landing-resumen-textos p {
		font-size:25px;
		color:#FFF;
		margin-top:5px;
		text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
		font-family:'firasans-medium';
	}
	.proyecto-landing-resumen-textos p span.pill {
		text-shadow: none;
	}
	.proyecto-landing-resumen-textos hr{
		width:150px;
		border-bottom: solid 1px rgba(255,255,255,0.6);
		margin:30px 0 5px 0;
	}
}
@media screen and (max-width: 979px) {
	.proyecto-landing-resumen-info {
		padding:50px 0;
	}
	.proyecto-landing-resumen-logo{
		padding-bottom:30px;
	}
	.proyecto-landing-resumen-logo img{
		width:auto;
		height:auto;
		max-width:100%;
	}
}
@media screen and (max-width: 500px) {
	.proyecto-landing-resumen-textos p span {
		display:inline-block;
		width:100%;
	}
}
.proyecto-landing-formulario-card {
	width:100%;
	display:inline-block;
	background-color:#FFF;
	border-radius:15px 0 0 15px;
	padding:25px;
	padding-bottom:30px;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
	position:relative;
}
@media screen and (max-width: 979px) {
	.proyecto-landing-formulario-card {
		padding:30px;
		border-radius:15px;
	}
}
@media screen and (max-width: 420px) {
	.proyecto-landing-formulario-card {
		padding-left:20px;
		padding-right:20px;
	}
}
.proyecto-landing-formulario-card h4,
.proyecto-landing-formulario-card p{
	width:100%;
	display:inline-block;
}
.proyecto-landing-formulario-card h4{
	font-size:23px;
	margin-top:0;
	margin-bottom:5px;
	color: #0083c1;
}
.proyecto-landing-formulario-card p{
	font-size:23px;
	margin-top:0;
	margin-bottom:20px;
}
.proyecto-landing-formulario-card form .col_6,
.proyecto-landing-formulario-card form .col_12{
	width:100%;
	padding:0;
	padding-bottom:5px !important;
}
.proyecto-landing-formulario-card form input,
.proyecto-landing-formulario-card form select{
	background-color:#EEE;
}
.proyecto-landing-formulario-card #filaAsunto,
.proyecto-landing-formulario-card #filaComentarios{
	display:none;
}
.proyecto-landing-formulario-card form .con-check{
	padding-top:10px;
}
.proyecto-landing-formulario-card form .con-check label{
	font-size:14px;
	color:#666;
}
.proyecto-landing-formulario-card form .con-check label a{
	color:#0083c1;
}
.proyecto-landing-formulario-card form .con-check label a:hover{
	color:#000;
}
.proyecto-landing-formulario-card form button{
	width:140px;
	background-color:#0083c1;
	font-size:23px;
	font-weight:bold;
}
.proyecto-landing-formulario-card form button:hover{
	background-color:#002d5d;
}
.proyecto-landing-formulario-card form button.disabled{
	opacity:1;
	background-color:#CCC;
}
/*--------------------------------------------------------------*/
/* Submenu y navegacion detalle royecto */
/*--------------------------------------------------------------*/
#proyecto-navegacion{
	padding:30px 20px;
}
.proyecto-navegacion-menu,
.proyecto-navegacion-select{
	display:inline-block;
	width:100%;
	margin:0;
}
.proyecto-navegacion-menu{
	text-align:center;
	font-size:0;
	padding-top:10px;
}
.proyecto-navegacion-menu li{
	display:inline-block;
	padding:0 10px 20px 10px;
}
.proyecto-navegacion-menu li a{
	text-decoration:none;
	font-size:20px;
	color:#002d5d;
	font-family:'firasans-medium';
}
.proyecto-navegacion-menu li a:hover{
	color:#0083c1;
}
@media screen and (max-width: 979px) {
	.proyecto-navegacion-menu{
		display:none;
	}	
}
@media screen and (min-width: 980px) {
	.proyecto-navegacion-select{
		display:none;	
	}
}
/*--------------------------------------------------------------*/
/* Selects filtro */
/*--------------------------------------------------------------*/
.galeria-selector{
	text-align:left;
	padding-bottom:40px;
}
.select-filtro-texto,
.select-filtro{
	display:inline-block;
	vertical-align:middle;
	width:auto;
	color:#002d5d;
}
.select-filtro-texto{
	margin:0 !important;
	font-size:18px !important;
	width:auto !important;
	padding-right:10px;
	line-height:1em !important;
	color:#002d5d !important;
	float:none !important;
}
@media screen and (max-width: 500px) {
	.select-filtro-texto{
		width:100%;
		padding-bottom:10px !important;
	}
}
.select-filtro{
	width:100%;
	max-width:300px;
}
.select-filtro,
.select-filtro option{
	height:45px;
	background-color:#EEE;
	border:solid 1px #CCC;
	padding:5px;
	font-size:19px !important;
	color:#002d5d;
}
/*--------------------------------------------------------------*/
/* Generales Editorial */
/*--------------------------------------------------------------*/
.editorial *{
	font-size:17px;
}
.editorial h2,
.editorial h3,
.editorial h4,
.editorial h5,
.editorial h6,
.editorial p,
.editorial ul,
.editorial li,
.editorial > div,
.editorial hr{
	width:100%;
	margin-top:0;
	margin-bottom:20px;
	float:left;
}
.editorial a{
	font-size:inherit;
	font-weight:inherit;
	line-height:inherit;
	color:inherit;
	text-decoration:underline;
}
.editorial a:hover{
	text-decoration:none;
}
.editorial a.btn{
	background-color:#0083c1;
	color:#FFF;
	text-decoration:none;
}
.editorial a.btn:hover{
	background-color:#002d5d;
	color:#FFF;
}
.editorial img{
	width:auto;
	max-width:100%;
	height:auto;
	float:left;
}
.editorial .contiene-iframe,
.editorial .contiene-video-mp4{
	max-width:100%;
}
.editorial .contiene-video-mp4 video{
	width:100%;
	height:auto;
}
.editorial h2,
.editorial h4,
.editorial h6{
	color:#0083c1;
}
.editorial h2 a:hover,
.editorial h4 a:hover,
.editorial h6 a:hover{
	color:#002d5d;
}
.editorial h3,
.editorial h5{
	color:#002d5d;
}
.editorial h3 a:hover,
.editorial h5 a:hover{
	color:#0083c1;
}
.editorial h2{
	font-size:2.6em;
}
.editorial h3{
	font-size:2.4em;
}
.editorial h4{
	font-size:2.2em;
}
.editorial h5{
	font-size:1.5em;
}
.editorial h6{
	font-size:1.3em;
}
@media screen and (max-width: 720px) {
	.editorial h2{
		font-size:2.2em;
	}
	.editorial h3{
		font-size:2em;
	}
	.editorial h4{
		font-size:1.8em;
	}
	.editorial h5{
		font-size:1.3em;
	}
	.editorial h6{
		font-size:1.2em;
	}
}
.editorial p,
.editorial li{
	color:#333;
}
.editorial p a:hover,
.editorial li a:hover{
	color:#0083c1;
}
.editorial p{
	line-height:1.5em;
}
.editorial li{
	margin-bottom:10px;
	padding-left:15px;
	background-image: url(../images/vineta.svg);
	background-repeat: no-repeat;
	background-position: left top 5px;
	background-size: 6px;
}
.editorial ul.vineta-roja li{
	background-image: url(../images/vineta-roja.svg);
}
.editorial p.nota-legal{
	font-size:14px;
	line-height:1.3em;
	margin-bottom:0;
}
.editorial h2 strong,
.editorial h3 strong,
.editorial h4 strong,
.editorial h5 strong,
.editorial h6 strong,
.editorial p strong,
.editorial li strong{
	font-size:inherit;	
}
/*--------------------------------------------------------------*/
/* Proyecto entregado */
/*--------------------------------------------------------------*/
.editorial .proyecto-entregado p{
	line-height:1.2em;
	font-size:19px;
	margin-bottom:5px;
}
.editorial .proyecto-entregado p.year{
	font-size:30px;
	margin-bottom:10px;
}
.editorial .proyecto-entregado p.entregado-resena{
	font-size:16px;
	text-align:justify;
	margin-bottom:5px;
}
.editorial .proyecto-entregado hr{
	margin-top:35px;
	margin-bottom:35px;
}
/*--------------------------------------------------------------*/
/* Links recorridos virtuales */
/*--------------------------------------------------------------*/
.links-recorridos{
	text-align:left;
	width:100%;
	display:inline-block;
	font-size:0;
}
.link-recorrido{
	display:inline-block;
	width:33.33%;
	height:200px;
	padding:0 10px 20px 10px;
	font-size:10px;
}
.link-recorrido.single{
	width:100%;	
	padding:0;
}
.link-recorrido.double{
	width:50%;
}
@media screen and (max-width: 720px) {
	.link-recorrido{
		width:50%;
		height:180px;
	}
}
@media screen and (max-width: 480px) {
	.link-recorrido,
	.link-recorrido.double{
		width:100%;
		height:150px;
		padding:0;
		padding-bottom:20px;
	}
}
.link-recorrido a,
.link-recorrido-opacidad,
.link-recorrido-nombre{
	border-radius:10px;	
}
.link-recorrido a{
	width:100%;
	height:100%;
	display:inline-block;	
	position:relative;
}
.link-recorrido-opacidad,
.link-recorrido-nombre{
	width:100%;
	height:100%;
	position:absolute;	
}
.link-recorrido-opacidad{
	display:block;
	background-color:rgba(0,0,0,0.4);
	z-index:1;
}
.link-recorrido a:hover .link-recorrido-opacidad{
	background-color:rgba(0,0,0,0.2);
}
.link-recorrido-nombre{
	display:flex;
	align-items: center;
	justify-content: center;
	z-index:2;
	color:#FFF;
}
.link-recorrido-nombre{
	display:flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	z-index:2;
	color:#FFF;
	padding:20px;
}
.link-recorrido-nombre .icono{
	width:70px;
	height:60px;
	background-image: url(../images/ico-recorrido-virtual.svg);
	background-repeat:no-repeat;
	background-position:top center;
	background-size:70px;
}
.link-recorrido-nombre .texto{
	font-size:20px;
	text-align:center;
	line-height:1.3em;
}
.descarga .link-recorrido-opacidad{
	display:block;
	background-color:rgba(0,0,0,0.6);
	z-index:1;
}
.descarga .link-recorrido a:hover .link-recorrido-opacidad{
	background-color:rgba(0,0,0,0.35);
}
.descarga .link-recorrido-nombre .icono{
	width:70px;
	height:75px;
	background-image: url(../images/ico-download-white.svg);
}
/*--------------------------------------------------------------*/
/* Galerias Previas */
/*--------------------------------------------------------------*/
.galeria-previas {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	padding: 10px 0;
	justify-content: center;
}
@media (min-width: 600px) {
	.galeria-previas {
		grid-template-columns: repeat(4, 1fr);
	}
}
@media (min-width: 980px) {
	.galeria-previas {
		grid-template-columns: repeat(6, 1fr);
	}
}
.galeria-previa {
	aspect-ratio: 1 / 1;
	position: relative;
	overflow: hidden;
}
.galeria-previa-imagen {
	width: 100%;
	height: 100%;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.galeria-previa-imagen::before {
	content: "";
	position: absolute;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.4);
	transition: background-color 0.3s ease;
	z-index: 1;
}
.galeria-previa-imagen:hover::before {
	background-color: rgba(0, 0, 0, 0.15);
}
.galeria-previa-imagen a {
	position: absolute;
	inset: 0;
	padding: 15px;
	color: white;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 16px;
	z-index: 2;
}
/*--------------------------------------------------------------*/
/* Proyecto Contactos */
/*--------------------------------------------------------------*/
#proyecto-contacto .content{
	text-align:center;
	font-size:0;
}
#proyecto-contacto .content > div{
	display:inline-block;
	vertical-align:top;
	font-size:17px;
}
#proyecto-contacto .content > div h5{
	color:#002d5d;
	text-transform:uppercase;
	margin:0;
	margin-bottom:5px;
}
#proyecto-contacto .content > div p{
	color:#666;
	margin:0;
} 
#proyecto-contacto .content > div.con-ico{
	width:20%;
	text-align:left;
	padding:10px 20px 30px 45px;
	background-image: url(../images/ico-address-azul.svg);
	background-repeat:no-repeat;
	background-position:top left;
	background-size:40px;
}
@media screen and (max-width: 980px) {
	#proyecto-contacto .content > div.con-ico{
		width:33.33%;
		margin-bottom:30px;
	}
}
@media screen and (max-width: 600px) {
	#proyecto-contacto .content > div.con-ico{
		width:100%;
		margin-bottom:15px;
	}
}
#proyecto-contacto .content > div.con-ico.direccion{
	background-image: url(../images/ico-address-azul.svg);	
}
#proyecto-contacto .content > div.con-ico.horario{
	background-image: url(../images/ico-horarios-azul.svg);	
}
#proyecto-contacto .content > div.con-ico.telefono{
	background-image: url(../images/ico-tel-azul.svg);	
}
#proyecto-contacto .content > div.con-ico.celular{
	background-image: url(../images/ico-whastapp-azul.svg);	
}
#proyecto-contacto .content > div.con-ico.email{
	background-image: url(../images/ico-email-azul.svg);	
}
#proyecto-contacto .content > div.con-ico a{
	display:inline-block;
	background-color:#0083c1;
	padding:7px;
	border-radius:5px;
	color:#FFF;
	text-decoration:none;
	margin:8px 5px 0 0;;
}
#proyecto-contacto .content > div.con-ico.email a{
	margin-top:0;
}
#proyecto-contacto .content > div.con-ico a:hover{
	background-color:#002d5d;
}
#proyecto-contacto .content > div#contacto-grupo-profesional{
	width:100%;
	text-align:center;	
	padding-top:50px;
}
/*--------------------------------------------------------------*/
/* Proyecto Grupo Profesional */
/*--------------------------------------------------------------*/
.proyecto-aliados,
.proyecto-aliados *{
	display:inline-block;
}
.proyecto-aliados{
	font-size:0;
	text-align:center;
	width:100%;
}
.proyecto-aliado{
	vertical-align:top;
	width:20%;
	padding:0 15px 30px 15px;
	text-align:center;
}
@media screen and (max-width: 980px) {
	.proyecto-aliado{
		width:33.33%;
	}
}
@media screen and (max-width: 420px) {
	.proyecto-aliado{
		width:50%;
	}
}
.proyecto-aliado-logo{
	display:flex;
	align-items: center;
	justify-content: center;
	width:100%;
	height:140px;
}
.proyecto-aliado-logo img{
	width:auto;
	height:auto;
	max-width:100%;
	filter: grayscale(100%);
	opacity:0.8;
}
.proyecto-aliado-rol{
	width:100%;
	text-align:center;
	font-size:16px;
	color:#333;
	margin-bottom:0 !important;
}
@media screen and (max-width: 980px) {
	.proyecto-aliado-rol{
		font-size:13px;
	}
}
/*--------------------------------------------------------------*/
/* Proyecto Entregado */
/*--------------------------------------------------------------*/
.banner-proyecto-landing-entregado{
	width: 100%;
	position: relative;
	background-attachment:fixed;
}
.banner-proyecto-landing-entregado-overlay {
	background-color: rgba(0, 0, 0, 0.40);
	padding: 160px 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
@media screen and (max-width: 600px) {
	.banner-proyecto-landing-entregado-overlay {
		padding: 100px 20px;	
	}
}
.banner-proyecto-landing-entregado-content {
	color: #FFF;
	max-width: 1180px;
}
.banner-proyecto-landing-entregado-content *{
	margin:0;
}
.banner-proyecto-landing-entregado-content h1,
.banner-proyecto-landing-entregado-content p{
	width:100%;
}
.banner-proyecto-landing-entregado-content h1 {
	font-size: 50px;
}
.banner-proyecto-landing-entregado-content p {
	font-size: 25px;
	margin-bottom:5px;
}
.banner-proyecto-landing-entregado-content p.pill{
	width:auto;
	display:inline-block;
	font-size:40px;
	border-radius:10px;
	padding:8px 18px;
	background-color:#0083c1;
	margin-bottom:20px;
}
.banner-proyecto-landing-entregado-content p:last-child {
	margin-bottom:0;
}
.banner-proyecto-landing-entregado-content hr{
	width:200px;
	border-bottom:solid 1px rgba(255,255,255,0.5);
	margin:30px 0 30px 0;
}
@media screen and (max-width: 600px) {
	.banner-proyecto-landing-entregado-content h1 {
		font-size: 35px;
	}
	.banner-proyecto-landing-entregado-content p {
		font-size: 18px;
	}
	.banner-proyecto-landing-entregado-content p.pill{
		font-size:30px;
	}
}
/*--------------------------------------------------------------*/
/* grid Pagos */
/*--------------------------------------------------------------*/
.pagos{
	text-align:center;
	font-size:0;
}
.pago{
	display:inline-block;
	vertical-align:top;
	padding:0 15px 30px 15px;
	width:280px;
	height:250px;
}
.pago a{
	display:flex;
	width:100%;
	height:100%;
	align-items: center;
	justify-content: center;
	border:dotted 1px #BBB;
	padding:25px;
	border-radius:10px;
}
.pago a img{
	width: auto;
	max-width: 80%;
	max-height: 80%;
	object-fit: contain;
}
.pago a:hover{
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.20);
}
/*--------------------------------------------------------------*/
/* HOME: PopUp Modal */
/*--------------------------------------------------------------*/
#popuphome,
.popup_opacidad,
.popup_capa{
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:10000;
}
#popuphome,
.popup_opacidad{
    position:fixed;	
}
#popuphome{
	overflow:auto;
}
.popup_opacidad{
	background-color:rgba(0,0,0,0.7);
}
.popup_capa{
	display:table;
	position:absolute;
}
.popup_pieza{
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	padding:20px;
}
.popup_pieza div{
	position:relative;
}
.popup_pieza div,
.popup_pieza div img{
    display:inline-block;
    width:100%;
    height:auto;
    max-width: 1000px;
}
.popup_pieza div a{
	display:block;
}
#cerrar_popup{
	display:inline-block;
	width:50px;
	height:50px;
	background-color:#0083c1;
	border-radius:50%;
	text-indent:-9999px;
	position:absolute;
	right:-15px;
	top:-15px;
	background-repeat:no-repeat;
    background-position: center center;
    background-image:url(../images/ico-cerrar-blanco.svg);
	background-size: 20px;
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.35);
}
#cerrar_popup:hover{
	background-size: 24px;
}
/*--------------------------------------------------------------*/
/* Formularios Posventas; Ofrece tu lote */
/*--------------------------------------------------------------*/
.form-especifico input,
.form-especifico select,
.form-especifico textarea{
	background-color:#EEE;
}
.form-especifico p.formulario-subtitulo{
	font-size:17px;
	color:#666;
	margin:0;
	margin-bottom:10px;
}
.form-especifico p.formulario-subtitulo strong{
	color:#002d5d;
	font-size:22px;
}
.form-especifico .btn{
	background-color:#0083c1;
	padding:15px 40px;
	font-size:20px;
}
.form-especifico .btn:hover{
	background-color:#002d5d;
}