@charset "utf-8";
/*--------------------------------------------------------------*/
/* Fuentes */
/*--------------------------------------------------------------*/
@font-face {
	font-display: swap;
	font-family: 'opensans';
	font-style: normal;
	font-weight: normal;
	src: url('../fuentes/OpenSans.woff2') format('woff2');
}
@font-face {
	font-display: swap;
	font-family: 'opensans-light';
	font-style: normal;
	font-weight: normal;
	src: url('../fuentes/OpenSans-Light.woff2') format('woff2');
}
@font-face {
	font-display: swap;
	font-family: 'opensans-bold';
	font-style: normal;
	font-weight: normal;
	src: url('../fuentes/OpenSans-Bold.woff2') format('woff2');
}
@font-face {
	font-display: swap;
	font-family: 'opensans-extrabold';
	font-style: normal;
	font-weight: normal;
	src: url('../fuentes/OpenSans-Extrabold.woff2') format('woff2');
}
/*--------------------------------------------------------------*/
/* 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: 'opensans';
	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,
.medium,
.light{
	font-weight:normal;
	font-size:1em;
}
.light{font-family: 'opensans-light';}
b,
strong,
.bold{font-family: 'opensans-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 */
/*--------------------------------------------------------------*/
.rojo{
	color:#c80334 !important;
}
.bg-rojo{
	background-color:#c80334 !important;
}
.gris-606060{
	color:#606060 !important;	
}
.bg-gris-606060{
	background-color:#606060 !important;	
}
.gris-999999{
	color:#999999 !important;
}
.bg-F4F4F4{
	background-color:#F4F4F4 !important;
}
.bg-EEEEEE{
	background-color:#EEEEEE !important;
}
.bg-F7F7F7{
	background-color:#F7F7F7 !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-1580{
	width:100%;
	max-width:1580px;
	margin:auto;
	padding-left:20px;
	padding-right:20px;
}
.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:dotted 1px #BBB;
}
.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_25{margin-top:25px !important;}
.mt_30{margin-top:30px !important;}
.mt_35{margin-top:35px !important;}
.mt_40{margin-top:40px !important;}
.mt_45{margin-top:45px !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_45{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:30px !important;}	
}
/*--------------------------------------------------------------*/
/* Margenes Bottom */
/*--------------------------------------------------------------*/
.mb_0{margin-bottom:0px !important;}
.mb_5{margin-bottom:5px !important;}
.mb_10{margin-bottom:10px !important;}
.mb_15{margin-bottom:15px !important;}
.mb_20{margin-bottom:20px !important;}
.mb_25{margin-bottom:25px !important;}
.mb_30{margin-bottom:30px !important;}
.mb_35{margin-bottom:35px !important;}
.mb_40{margin-bottom:40px !important;}
.mb_45{margin-bottom:45px !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_45{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_5{padding-top:5px !important;}
.pt_10{padding-top:10px !important;}
.pt_15{padding-top:15px !important;}
.pt_20{padding-top:20px !important;}
.pt_25{padding-top:25px !important;}
.pt_30{padding-top:30px !important;}
.pt_35{padding-top:35px !important;}
.pt_40{padding-top:40px !important;}
.pt_45{padding-top:45px !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_45{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_5{padding-bottom:5px !important;}
.pb_10{padding-bottom:10px !important;}
.pb_15{padding-bottom:15px !important;}
.pb_20{padding-bottom:20px !important;}
.pb_25{padding-bottom:25px !important;}
.pb_30{padding-bottom:30px !important;}
.pb_35{padding-bottom:35px !important;}
.pb_40{padding-bottom:40px !important;}
.pb_45{padding-bottom:45px !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_45{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.campos-grises input,
form.campos-grises select,
form.campos-grises textarea{
	background-color:#EEE;		
}
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;
	background-color:#000;
	color:#FFF;
}
a.btn:hover,
form .btn:hover{
	background-color:#999;
}
a.btn.big,
form .btn.big{
	font-size:25px;
}
a.btn-cta,
form .btn.cta{
	font-size:23px;
	background-color:#c80334;	
}
a.btn-cta:hover,
form .btn.cta:hover{
	background-color:#606060;	
}
.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;
}
.con-check label a:hover,
.con-check p a:hover{
	text-decoration:none;
}
#fant,
#fant2,
#accept {
	position: absolute;
	top: -99999px;
	left: -99999px;
}
/*--------------------------------------------------------------*/
/* Subir / Pull */
/*--------------------------------------------------------------*/
#subir {
	position: fixed;
	background-image: url(../images/subir.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: #c80334;
}
@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 #c80334;	
}
#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:270px;
	height:auto;
	float:left;
}
@media screen and (max-width: 1380px) {
	#header-logo img{
		width:180px;
	}
}
#header-hamb{	
	float:right;
	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:25px;
	}
}
@media screen and (max-width: 1380px) {
	#header-menu {
		margin-top:15px;
	}	
}
@media screen and (max-width: 1149px) {
	#header-menu {
		display:none;
		margin-top:10px;
		width:100%;
	}
}
#header-menu a{
	text-decoration:none;
}
#header-menu > li{
	float:right;
	width:auto;
	display:block;
	position:relative;
}
@media screen and (min-width: 1150px) {
	#header-menu > li {
		width:auto;
		padding-left:23px;
		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:#606060;
	display:block;
	padding:10px 0;
}
#header-menu > li > a strong{
	font-size:inherit;
}
#header-menu > li > a:hover{
	color:#c80334;
}
#header-menu > li > a.enfasis{
	display:inline-block;
	width:auto;
	padding:10px;
	border-radius:8px;
	background-color:#c80334;
	color:#FFF;
}
#header-menu > li > a.enfasis:hover{
	background-color:#606060;
}
@media screen and (max-width: 1149px) {
	#header-menu > li > a#contato {
		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:#c80334;
	width:100%;	
	z-index:100;
}
@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-menu hr{
	border-bottom: solid 1px rgba(0,0,0,0.3);
	margin:10px 0 20px 0;
}
/*--------------------------------------------------------------*/
/* Footer */
/*--------------------------------------------------------------*/
#footer{
	background-image: url(../images/triangulo-opacidad.svg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
}
#footer > div > div{
	width:50%;
	float:left;
	text-align:left;
}
@media screen and (max-width: 979px) {
	#footer > div > div{
		width:100%;
	}
}
#footer-logo{
	width:100%;
	max-width:270px;
}
#footer-datos{
	border-top:solid 1px #999;
}
#footer #redes{
	margin-top:30px;
}
#footer-datos p,
#footer-datos ul,
#footer-datos li{
	color:#FFF;
	font-size:17px;
	width:100%;
	display:inline-block;
	margin:0 0 10px 0;
}
#footer-datos p a,
#footer-datos li a{
	color:inherit;
	font-size:inherit;
	text-decoration:none;
}
#footer-datos p a:hover,
#footer-datos li a:hover{
	color:#CCC;
}
.footer-contactos p{
	padding:8px 0 8px 30px;
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 22px;
}
.footer-contactos p.direccion{
	background-image: url(../images/ico-location.svg);	
}
.footer-contactos p.tel{
	background-image: url(../images/ico-telefono.svg);	
}
.footer-contactos p.whatsapp{
	background-image: url(../images/ico-whatsapp.svg);	
}
.footer-contactos p.email{
	background-image: url(../images/ico-email.svg);	
}
@media screen and (max-width: 979px) {
	.footer-contactos{
		margin-bottom:40px;	
	}
}
.footer-tree{
	width:33.33%;
	float:left;
	padding-right:20px;
}
@media screen and (max-width: 640px) {
	.footer-tree{
		width:100%;
		padding-right:0;
		margin-bottom:20px;
	}	
}
.footer-tree p.title{
	padding-bottom:5px;
}
.footer-tree p.title strong{
	font-size:20px;
}
/*-------------------------------------------------------------- */
/* 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:40px;
}
#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: 50%;
    margin-top: -22px;
    width: 45px;
    height: 45px;
    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);
}
#home-slider .bx-wrapper .bx-controls-direction a.bx-next {
	right: 0px;
	background-image: url(../images/arrow-right-white.svg);
}
#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: 15px;
    height: 15px;
    margin: 0 12px;
	border-radius:0;
}
#home-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #c80334;
}
/*--------------------------------------------------------------*/
/* Ttulo Seccion */
/*--------------------------------------------------------------*/
.titulo-seccion,
.titulo2-seccion,
.subtitulo-seccion{
	width:100%;
	display:inline-block;	
	padding: 0 40px;
	box-sizing: border-box;
}
.titulo-seccion{
	font-size:38px;
}
@media (max-width: 600px) {
	.titulo-seccion{
		font-size:32px;
	}
}
.titulo2-seccion{
	font-size:28px;
}
.subtitulo-seccion{
	font-size:20px;
}
/*--------------------------------------------------------------*/
/* Grid proyectos */
/*--------------------------------------------------------------*/
.grid-proyectos,
.grid-proyectos *{
	font-size:0;
}
.grid-proyectos{
	text-align:center;	
}
.grid-proyecto{
	display:inline-block;
	vertical-align:top;
	width:33.33%;
	padding:0 18px 50px 18px;
}
@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 a{
	display:block;
	width:100%;
	padding:10px;
	border:solid 1px #EEE;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
	position:relative;
	background-color:#FFF;
}
.grid-proyecto a:hover{
	border:solid 1px #DDD;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
}
.grid-proyecto-imagen,
.grid-proyecto-textos,
.grid-proyecto-textos p{
	width:100%;
}
.grid-proyecto-imagen{
	height:440px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
}
.grid-proyecto-imagen.entregado{
	height:380px;
}
@media screen and (max-width: 700px) {
	.grid-proyecto-imagen,
	.grid-proyecto-imagen.entregado{
		height:300px;
	}
}
.grid-proyecto-vis,
.grid-proyecto-flag,
.grid-proyecto-logo{
	position:absolute;
	display:inline-block;
	z-index:20;
}
.grid-proyecto-vis{
	left:0;
	top:0;
	width:85px;
	height:85px;
	color:#FFF;
	font-size:18px;
	text-align:left;
	padding:14px;
	background-image: url(../images/triangulo-rojo.svg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100%;
}
.grid-proyecto-flag{
	right:0;
	top:10px;
	width:auto;
	height:auto;
	background-color:#FFF;
	color:#c80334;
	font-size:18px;
	text-align:right;
	padding:5px 15px 10px 12px;
	box-shadow: -5px 5px 7px rgba(0, 0, 0, 0.2);
}
.grid-proyecto-logo {
	bottom:0;
	left:0;
	right:0;
	display: flex;
	justify-content: center;
	align-items: center;	
	background-color:#FFF;
	width:120px;
	height:90px;	
	margin: 0 auto;
	overflow: hidden;  
}
@media screen and (max-width: 700px) {
	.grid-proyecto-logo {
		width:120px;
		height:70px;	
	}
}
.grid-proyecto-logo img {
	max-width: 75%;
	max-height: 55%;
	width: auto;
	height: auto;
	object-fit: contain;
}
.grid-proyecto-textos,
.grid-proyecto-textos *{
	display:inline-block;
}
.grid-proyecto-textos{
	padding:20px 10px;
}
.grid-proyecto-textos p{
	font-size:18px;
	color:#777;
	margin:0;
	margin-bottom: 0;
	line-height:1.2em;
}
.grid-proyecto-textos p strong{
	font-size:inherit;
}
@media screen and (max-width: 700px) {
	.grid-proyecto-textos p{
		font-size:16px;
	}
}
.grid-proyecto-textos p.big{
	font-size:25px;
}
.grid-proyecto-textos p.bigger{
	font-size:28px;
}
@media screen and (max-width: 700px) {
	.grid-proyecto-textos p.big{
		font-size:21px;
	}
	.grid-proyecto-textos p.bigger{
		font-size:24px;
	}
}
.grid-proyecto-textos p.precio-convertido{
	margin-top:5px;
	font-size:14px;	
}
/*--------------------------------------------------------------*/
/* Grid Posts */
/*--------------------------------------------------------------*/
.grid-posts,
.grid-posts *{
	font-size:0;
}
.grid-posts{
	text-align:center;	
}
.grid-post{
	display:inline-block;
	vertical-align:top;
	width:33.33%;
	padding:0 18px 50px 18px;
}
@media screen and (max-width: 1200px) {
	.grid-post{
		width:50%;
	}
}
@media screen and (max-width: 700px) {
	.grid-post{
		width:100%;
		padding-left:0;
		padding-right:0;
	}
}
@media screen and (max-width: 400px) {
	.grid-post{
		padding-bottom:70px;
	}
}
.grid-post a{
	display:block;
	width:100%;
	padding:10px;
	border:solid 1px #EEE;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
	position:relative;
}
.grid-post a:hover{
	border:solid 1px #DDD;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
	background-color:#FFF;
}
.grid-post-imagen,
.grid-post-textos,
.grid-post-textos p{
	width:100%;
}
.grid-post-imagen{
	height:240px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
}
@media screen and (max-width: 700px) {
	.grid-post-imagen{
		height:300px;
	}
}
.grid-post-textos,
.grid-post-textos *{
	display:inline-block;
}
.grid-post-textos{
	padding:20px 10px;
}
.grid-post-textos p{
	text-align:left;
	font-size:18px;
	color:#777;
	margin:0;
	margin-bottom:5px;
}
.grid-post-textos p strong{
	font-size:inherit;
}
@media screen and (max-width: 700px) {
	.grid-post-textos p{
		font-size:16px;
	}
}
/*--------------------------------------------------------------*/
/* Nota Legal */
/*--------------------------------------------------------------*/
.nota-legal{
	padding:20px 0;
	padding-bottom:50px;
}
.nota-legal p{
	width:100%;
	text-align: center;
	color:#666;
	font-size:14px;
	margin:0;
}
/*--------------------------------------------------------------*/
/* Cifras destacadas */
/*--------------------------------------------------------------*/
.cifras-destacadas{
	width:100%;
	display:inline-block;
}
@media screen and (min-width: 980px) {
	.cifras-destacadas{
		position:relative;
		display:flex;
		align-items: stretch;
	}	
}
.cifras-destacadas-texto-container,
.cifras-destacadas-foto{
	width:50%;
}
@media screen and (max-width: 979px) {	
	.cifras-destacadas-texto-container,
	.cifras-destacadas-foto{
		width:100%;
	}
}
.cifras-destacadas-texto-container{
	padding:90px 30px 100px 30px;
	display:flex;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width: 979px) {
	.cifras-destacadas-texto-container{
		padding:40px 30px;
		padding-bottom:85px;
		position:relative;
	}
}
.cifras-destacadas-textos{
	width:100%;
	max-width:100%;
	text-align:center;
	font-size:0;
}
@media screen and (min-width: 980px) {
	.cifras-destacadas-textos{
		max-width:600px;
		text-align:left;
	}
}
.cifras-destacadas-textos h4,
.cifras-destacadas-textos p{
	width:100%;
	font-size:20px;
	margin:0;
	text-align:left;
}
.cifras-destacadas-textos h4{
	font-size:45px;
	margin-bottom:20px;
}
.cifras-destacadas-textos p{
	font-size:23px;
	color:#666;
	line-height:1.2em;
}
@media screen and (max-width: 979px) {	
	.cifras-destacadas-textos p{
		font-size:18px;	
	}	
}
.cifras-destacadas-fila,
.cifras-destacadas-fila ul{
	width:100%;
	float:left;
}
.cifras-destacadas-fila{
	border-top:solid 1px #CCC;
	margin-top:25px;
	padding-top:25px;
}
.cifras-destacadas-fila:first-child{
	border-top:none;
	margin-top:0;
	padding-top:0;
}
.cifras-destacadas-fila ul li{
	float:left;
}
.cifras-destacadas-fila ul.x2 li{
	width:50%;	
}
.cifras-destacadas-fila ul.x3 li{
	width:33.333%;	
}
@media screen and (max-width: 700px) {
	.cifras-destacadas-fila ul.x2 li,
	.cifras-destacadas-fila ul.x3 li{
		width:100%;
		margin-bottom:15px;
	}	
}
.cifras-destacadas-fila p{
	font-size:18px;
	color:#666;
	margin-bottom:20px;
}
.cifra-destacada-icono,
.cifra-destacada-texto{
	float:left;
	font-size:17px;
}
.cifra-destacada-icono{
	width:50px;
}
.cifra-destacada-icono img{
	display:inline-block;
	width:100%;
	height:auto;
}
.cifra-destacada-texto{
	width:calc(100% - 50px);
	padding:0 30px 0 10px;
	color:#666;
	text-align:left;
}
.cifras-destacadas-foto{
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
@media screen and (max-width: 979px) {
	.cifras-destacadas-foto{
		height:500px;
	}
}
.cifras-destacadas-cta{
	position:absolute;
	margin:auto;
	bottom:0;
	right:0;
	left:0;
	width:180px;
	height:90px;
	background-color:#EE3046;
	border-radius:90px 90px 0 0;
	color:#FFF;
	text-decoration:none;
	text-align:center;
	font-size:30px;
	padding:15px 40px 0 40px;
}
.cifras-destacadas-cta:hover{
	background-color:#606060;	
}
@media screen and (max-width: 979px) {
	.cifras-destacadas-cta{
		width:150px;
		height:75px;
		font-size:23px;
	}
}
/*--------------------------------------------------------------*/
/* Mitades Foto / Texto */
/*--------------------------------------------------------------*/
.franja-mitades {
	display: flex;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}
.franja-mitades.invertido {
	flex-direction: row-reverse;
}
@media (max-width: 768px) {
	.franja-mitades.invertido {
		flex-direction: column;
	}
}
.franja-mitad {
	flex: 1;
	box-sizing: border-box;
}
.franja-mitad.texto {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding:50px;
}
@media (min-width: 1200px) {
	.franja-mitad.texto {
		padding:50px 90px;
	}	
}
.franja-mitad.texto p,
.franja-mitad.texto h1,
.franja-mitad.texto h2,
.franja-mitad.texto h3,
.franja-mitad.texto h4,
.franja-mitad.texto h5,
.franja-mitad.texto h6{
	display:inline-block;
	width:100%;
	margin:0;
}
.franja-mitad.texto p{
	font-size: 17px;
	color:#333;
	line-height:1.3em;
}
.franja-mitad.texto .principal {
	font-size: 45px;
	line-height:1em;
}
.franja-mitad.texto .complemento {
	font-size: 23px;
	color: #666;
}
@media (max-width: 979px) {
	.franja-mitad.texto .principal {
		font-size: 30px;
	}
	.franja-mitad.texto .complemento {
		font-size: 18px;
	}	
}
.franja-mitad.imagen {
	position: relative;
	height: 600px;
	overflow: hidden;
	background-size: cover;
	background-position: center;	
	mask-image: url(../images/mascara-derecha.png);
	-webkit-mask-image: url(../images/mascara-derecha.png);
	mask-size: 100% 100%;
	mask-repeat: no-repeat;
	-webkit-mask-position: center right;
	mask-position: center right;
}
.franja-mitades.invertido .franja-mitad.imagen {
	mask-image: url(../images/mascara-izquierda.png);
	-webkit-mask-image: url(../images/mascara-izquierda.png);
}
@media (max-width: 979px) {
	.franja-mitades {
		flex-direction: column;
	}
	.franja-mitad {
		width: 100%;
		padding: 0 20px;
	}
	.franja-mitad.imagen {
		min-height: 300px;
		order: 1;
	}
	.franja-mitad.texto {
		order: 2;
		padding: 50px 30px 20px 30px;
	}
}
@media (min-width: 1400px) {
	.franja-mitad.imagen {
		flex: 0 0 60%;
	}
	.franja-mitad.texto {
		flex: 0 0 40%;
	}
}
/*--------------------------------------------------------------*/
/* 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-tablas .tipo-tabla.sin-alternar{
		flex-direction: row !important;	
	}
}
.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;
}
.tipo-tabla-imagen div{
	width:100%;
	height:650px;
}
@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:30px;
}
.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:30px;
}
@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:#c80334;
	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:#606060;
}
.tipo-tabla-texto p.contiene-btns a.btn.download,
.tipo-tabla-texto p.contiene-btns a.btn.open-link,
.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.open-link{
	background-image: url(../images/ico-link-externo.svg);
	background-size: 32px;
}
.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;
}
/*--------------------------------------------------------------*/
/* Logos Gremios */
/*--------------------------------------------------------------*/
.logos-gremios,
.logos-gremios *{
	display:inline-block;
}
.logos-gremios{
	width:100%;
	text-align:center;
	font-size:0;
}
.logos-gremios li{
	width:25%;
	padding:0 20px;
	vertical-align:middle;
}
@media screen and (max-width: 720px) {
	.logos-gremios li{
		width:33%;
		margin-bottom:20px;
	}
}
@media screen and (max-width: 420px) {
	.logos-gremios li{
		width:50%;
		margin-bottom:30px;
	}
}
.logos-gremios li img{
	width:100%;
	height:auto;
	max-width:250px;
	max-height:120px;
}
/*--------------------------------------------------------------*/
/* Iconos Beneficios */
/*--------------------------------------------------------------*/
.iconos-beneficios,
.iconos-beneficios *{
	display:inline-block;
}
.iconos-beneficios{
	width:100%;
	text-align:center;
	font-size:0;
}
.iconos-beneficios li{
	width:25%;
	padding:0 20px;
	vertical-align:top;
}
@media screen and (max-width: 980px) {
	.iconos-beneficios li{
		width:50%;
		padding-bottom:40px;
	}	
}
@media screen and (max-width: 500px) {
	.iconos-beneficios li{
		width:100%;
	}	
}
.iconos-beneficios li div{
	width:100%;
}
.iconos-beneficios li .icono{
	height:120px;
}
.iconos-beneficios li .icono img{
	height:100%;
	max-width:100%;
}
.iconos-beneficios li .textos{
	font-size:20px;
	line-height:1em;
	padding-top:25px;
}
.iconos-beneficios li .textos strong{
	width:100%;
	font-size:28px;
	line-height:inherit;
	margin-bottom:5px;
}
/*--------------------------------------------------------------*/
/* Responsabilidad Social */
/*--------------------------------------------------------------*/
.responsabilidad-items p{
	text-align:left;
	color:#777;
	font-size:17px;
	line-height:1.5em;
}
.responsabilidad-items p strong{
	color:#606060;
	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;
}
/*--------------------------------------------------------------*/
/* Proyecto Landing */
/*--------------------------------------------------------------*/
#proyecto-landing{
	position:relative;
}
#proyecto-landing .content-full{		
	display:flex;
	justify-content: flex-end;
}
@media screen and (min-width: 1400px) {
	#proyecto-landing .content-full{		
		padding:110px 50px;
	}
	#proyecto-landing .content-full.proyecto-terminado{		
		padding:240px 40px;
	}
}
@media screen and (min-width: 980px) and (max-width: 1399px) {
	#proyecto-landing .content-full{		
		padding:80px 40px;
	}
	#proyecto-landing .content-full.proyecto-terminado{		
		padding:200px 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-formulario{
	float:left;
}
.proyecto-landing-formulario{
	width:400px;
}
@media screen and (max-width: 979px) {
	.proyecto-landing-formulario{
		display:block;
		width:100%;
		float:left;
		text-align:center;
		padding:40px 20px 40px 20px;
	}
	.proyecto-landing-opacidad{
		display:none;
	}
}
.proyecto-landing-formulario-card {
	width:100%;
	display:inline-block;
	background-color:#FFF;
	padding:0 25px 30px 25px;
	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;
	}
}
@media screen and (max-width: 420px) {
	.proyecto-landing-formulario-card {
		padding:0 20px 30px 20px;
	}
}
.proyecto-landing-formulario-vis{
	position:absolute;
	display:inline-block;
	z-index:20;
	left:0;
	top:0;
	width:75px;
	height:75px;
	color:#FFF;
	font-size:16px;
	text-align:left;
	padding:11px;
	background-image: url(../images/triangulo-gris.svg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100%;
}
.proyecto-landing-formulario-logo {
	width: 100%;
	height: 200px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-bottom:10px;
}
.proyecto-landing-formulario-logo img {
	max-width: 220px;
	max-height: 140px;
	width: auto;
	height: auto;
	object-fit: contain;
}
.proyecto-landing-formulario-card h4{
	width:100%;
	display:inline-block;
	font-size:20px;
	margin-top:0;
	margin-bottom:5px;
	color: #646363;
	text-align:center;
	margin-bottom:20px;
}
.proyecto-landing-formulario-card form .completo{
	width:100%;
	padding:0;
}
.proyecto-landing-formulario-card form .col_12{
	padding:0;
}
.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:#c80334;
}
.proyecto-landing-formulario-card form .con-check label a:hover{
	color:#000;
}
.proyecto-landing-formulario-card form button{
	width:140px;
	background-color:#c80334;
	font-size:23px;
	font-weight:bold;
}
.proyecto-landing-formulario-card form button:hover{
	background-color:#606060;
}
.proyecto-landing-formulario-card form button.disabled{
	opacity:1;
	background-color:#CCC;
}
/*--------------------------------------------------------------*/
/* Proyecto Flag */
/*--------------------------------------------------------------*/
#proyecto-flag h3{
	color:#FFF;
	font-size:23px;
	margin:0;
	padding:23px 0;
}
@media screen and (max-width: 720px) {
	#proyecto-flag h3{
		font-size:19px;
	}
}
/*--------------------------------------------------------------*/
/* Proyecto resumen */
/*--------------------------------------------------------------*/
#proyecto-resumen{
	padding:30px 0;
}
#proyecto-resumen .content > div{
	float:left;
	width:25%;
	padding-right:25px;
}
#proyecto-resumen .content > div:last-child{
	padding-right:0;
	float:right;
}
@media screen and (max-width: 979px) {
	#proyecto-resumen .content > div{
		float:left;
		width:100%;
		padding-right:0;
		padding-bottom:25px;
	}
}
#proyecto-resumen .content > div p{
	margin:0;
	display:inline-block;
	width:100%;
	font-size:18px;
	color:#606060;
	margin-bottom:8px;
}
#proyecto-resumen .content > div p.big{
	font-size:26px;
}
@media screen and (max-width: 720px) {
	#proyecto-resumen .content > div p{
		font-size:17px;
	}
	#proyecto-resumen .content > div p.big{
		font-size:23px;
	}
}
#proyecto-resumen p.sale-pill span{
	display:inline-block;
	background-color:#c80334;
	padding:8px;
	color:#FFF;
}
.proyecto-navegacion-select{
	display:inline-block;
	width:100%;
	margin:0;
}
@media screen and (max-width: 980px) {
	.proyecto-navegacion-select{
		padding-top:30px;
	}	
}
.proyecto-navegacion-select select{
	display:inline-block;
	vertical-align:middle;
	width:auto;
	width:100%;
	border:solid 1px #CCC;
}
.proyecto-navegacion-select select,
.proyecto-navegacion-select select option{
	height:45px;
	background-color:#FFF;	
	padding:5px;
	font-size:17px;
	color:#606060;
}
/*--------------------------------------------------------------*/
/* Switch moneda, medidas */
/*--------------------------------------------------------------*/
.switch-moneda-medida{
	display:inline-block;
	width:100%;
	display:flex;
	gap:10px;
	margin:0;
	margin-top:5px;
	padding:0;
}
.switch-moneda-medida a{
	display:block;
	width:auto;
	padding:8px 10px;
	background-color:#CCC;
	border-radius:5px;
	text-decoration:none;
	color:#666;
	font-size:16px;
}
.switch-moneda-medida a:hover{
	background-color:#666;
	color:#FFF;
}
.switch-moneda-medida a.activo{
	background-color:#c80334;
	color:#FFF;
	cursor:default;
	pointer-events:none;
}
/*--------------------------------------------------------------*/
/* Proyecto Img Fullscreen */
/*--------------------------------------------------------------*/
.proyecto-img-fullscreen{
	text-align:center;
}
.proyecto-img-fullscreen img{
	width:100%;
	max-width:auto;
	height:auto;
}
/*--------------------------------------------------------------*/
/* Proyecto Entregado Resumen */
/*--------------------------------------------------------------*/
#proyecto-entregado-resumen{
	padding:50px;
}
#proyecto-entregado-resumen *{
	display:inline-block;
	width:100%;
	text-align:center;
}
#proyecto-entregado-resumen p{
	margin:0;
	color:#606060;
	font-size:18px;
}
#proyecto-entregado-resumen h1{
	font-size:33px;
}
#proyecto-entregado-resumen h3{
	font-size:40px;
}
/*--------------------------------------------------------------*/
/* Generales Editorial */
/*--------------------------------------------------------------*/
.editorial *{
	font-size:17px;
}
.editorial h1,
.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:30px;
	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:#c80334;
	color:#FFF;
	text-decoration:none;
}
.editorial a.btn:hover{
	background-color:#606060;
	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 h1,
.editorial h2,
.editorial h4,
.editorial h6{
	color:#c80334;
}
.editorial h1 a:hover,
.editorial h2 a:hover,
.editorial h4 a:hover,
.editorial h6 a:hover{
	color:#606060;
}
.editorial h3,
.editorial h5{
	color:#606060;
}
.editorial h3 a:hover,
.editorial h5 a:hover{
	color:#c80334;
}
.editorial h1{
	font-size:2.7em;
}
.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:#c80334;
}
.editorial p{
	line-height:1.5em;
}
.editorial p.destacado{
	font-size:22px;
	color:#666;
}
@media screen and (max-width: 980px) {
	.editorial p.destacado{
		text-align:left;
	}
}
.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;
	line-height:1.3em;
}
.editorial li.font-15{
	font-size:15px;
	margin-bottom:15px;
}
.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;
	text-align:justify;
}
.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 */
/*--------------------------------------------------------------*/
.titulo-recorridos{
	display:inline-block;
	width:100%;
	text-align:center;
	margin-bottom:25px;
}
.titulo-recorridos *{
	display:inline-block;
	vertical-align:middle;
	color:#FFF;
	font-size:23px;
}
.titulo-recorridos img{
	width:60px;
	margin-right:10px;
}
.links-recorridos{
	width:100%;
	display:inline-block;
	text-align:center;
	font-size:0;
}
.link-recorrido{
	display:inline-block;
	vertical-align:top;
	width:25%;
	height:145px;	
	padding:0 10px 20px 10px;
}
@media screen and (max-width: 980px) {
	.link-recorrido{
		width:50%;
	}
}
@media screen and (max-width: 500px) {
	.link-recorrido{
		width:100%;
		padding:0 0 20px 0;
	}
}
.link-recorrido a{
	display:flex;
	width:100%;
	height:100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border:solid 1px #FFF;
	padding:25px;
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.35);
	color:#FFF;
	text-decoration:none;
	font-size:19px;
}
.link-recorrido a:hover{
	background-color:#FFF;
	color:#c80334;
}
/*--------------------------------------------------------------*/
/* Filtro Galerías */
/*--------------------------------------------------------------*/
.galeria-filtro *{
	margin:0;
	display:inline-block;
}
.galeria-filtro-texto{
	width:100%;
	color:#646363;
	font-size:23px;
	margin-bottom:20px;
}
.galeria-filtro ul{
	width:100%;
	border-top:solid 1px #CCC;
	border-bottom:solid 1px #CCC;
	margin-bottom:30px;
	text-align:left;
	font-size:0;
	list-style-type:none !important;
}
.galeria-filtro ul li{
	vertical-align:top;
	width:auto;
	padding-right:25px;
	margin-bottom:0;
	padding-left:0;
	background-image: none;
}
.galeria-filtro ul li a{
	font-size:18px;
	color: #606060;
	text-decoration:none;
	padding:15px 0;
	line-height:1em;
}
.galeria-filtro ul li a.activo{
	color:#c80334;
	border-bottom:solid 3px #c80334;
}
/*--------------------------------------------------------------*/
/* Galerias Previas */
/*--------------------------------------------------------------*/
.galeria-previas {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	padding: 10px 0;
	justify-content: center;
}
@media screen and (min-width: 600px) {
	.galeria-previas {
		grid-template-columns: repeat(4, 1fr);
	}
}
@media screen and (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 */
/*--------------------------------------------------------------*/
@media screen and (min-width: 979px) {
	.bloque-contacto-datos{
		padding-right:20px;
	}
}
.bloque-contacto-datos > div{
	width:100%;
	display:inline-block;
}
.bloque-contacto-datos .con-ico{
	width:50%;
	float:left;
	text-align:left;
	padding:0 25px 40px 45px;
	background-repeat:no-repeat;
	background-position:top left;
	background-size:40px;
}
@media screen and (max-width: 600px) {
	.bloque-contacto-datos .con-ico{
		width:100%;		
		padding:0 0 40px 45px;
	}
}
.bloque-contacto-datos .con-ico.celular{
	background-image: url(../images/ico-whatsapp-footer.svg);	
}
.bloque-contacto-datos .con-ico.telefono{
	background-image: url(../images/ico-tel-footer.svg);	
}
.bloque-contacto-datos .con-ico.direccion{
	background-image: url(../images/ico-googlemaps-white.svg);	
}
.bloque-contacto-datos .con-ico.horario{
	background-image: url(../images/ico-horarios-azul.svg);	
}
.bloque-contacto-datos .con-ico h5,
.bloque-contacto-datos .con-ico p{
	margin:0;
	font-size:17px;
	color:#606060;
}
.bloque-contacto-datos .con-ico h5{
	width:100%;	
}
.bloque-contacto-datos .con-ico p{
	margin-bottom:10px;
	line-height:1.2em;
}
.bloque-contacto-datos .con-ico p a{
	display:inline-block;
	background-color:#c80334;
	padding:7px;
	border-radius:5px;
	color:#FFF;
	text-decoration:none;
	margin:3px 5px 0 0;
}
.bloque-contacto-datos .con-ico p a:hover{
	background-color:#606060;
}
.bloque-contacto-form{
	text-align:left;
}
.bloque-contacto-form h4{
	margin:0;
	margin-bottom:20px;
	font-size:25px;
}
.bloque-contacto-form input,
.bloque-contacto-form select,
.bloque-contacto-form textarea{
	background-color:#f7f7f7;
}
.bloque-contacto-form textarea{
	height:90px;
}
.bloque-contacto-form .fila-boton{
	text-align:left;
}
.bloque-contacto-form .con-check label{
	font-size:16px;
}
.bloque-contacto-form .con-check label a:hover,
.bloque-contacto-form .con-check p a:hover{
	text-decoration:underline;
	color:#c80334;
}
.bloque-contacto-form .fila-boton button{
	background-color:#c80334;
}
.bloque-contacto-form .fila-boton button:hover{
	background-color:#606060;
}
.pagina-proyecto .bloque-contacto-form #filaAsunto,
.pagina-post .bloque-contacto-form #filaAsunto,
.pagina-contacto-general .bloque-contacto-form #filaMedioPublicitario{
	display:none;	
}
/*--------------------------------------------------------------*/
/* 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:#c80334;
	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;
	}
}
/*--------------------------------------------------------------*/
/* 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:#c80334;
	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;
}
/*--------------------------------------------------------------*/
/* Servicios */
/*--------------------------------------------------------------*/
.servicios,
.servicios *{
	display:inline-block;
}
.servicios{
	text-align:center;
	font-size:0;
}
.servicio{
	vertical-align:top;
	width:16.666%;
	padding:0 20px 30px 20px;
}
@media screen and (max-width: 980px) {
	.servicio{
		width:33.333%;
	}
}
@media screen and (max-width: 640px) {
	.servicio{
		width:50%;
	}
}
@media screen and (max-width: 420px) {
	.servicio{
		width:100%;
		padding:0 0 30px 0;
	}
}
.servicio-ico,
.servicio-texto{
	width:100%;	
	text-align:left;
}
.servicio-ico img{
	height:70px;
	margin-bottom:25px;
}
.servicio-texto p,
.servicio-texto ul,
.servicio-texto li{
	width:100%;
	font-size:16px;
	margin:0;
}
.servicio-texto p,
.servicio-texto li{
	margin-bottom:15px;
}
.servicio-texto li{
	color:#606060;
}
/*--------------------------------------------------------------*/
/* Trabaja con nosotros */
/*--------------------------------------------------------------*/
#trabaja-con-nosotros h4,
#trabaja-con-nosotros p{
	color:#FFF;
	width:100%;
	display:inline-block;
	margin:0;
}
#trabaja-con-nosotros h4{
	margin-bottom:10px;
	font-size:48px;
}
#trabaja-con-nosotros a.btn{
	width:auto;
	margin-top:45px;
	margin-bottom:15px;
	background-color:#FFF;
	color:#c80334;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
}
#trabaja-con-nosotros a.btn:hover{
	color:#FFF;
	background-color:#000;
}
@media screen and (max-width: 980px) {
	#trabaja-con-nosotros .tipo-tabla-texto{
		padding:35px 20px;
	}
	#trabaja-con-nosotros .tipo-tabla-texto *{
		text-align:center;
	}
}
/*--------------------------------------------------------------*/
/* Footer Landing */
/*--------------------------------------------------------------*/
#footer-landing{
	text-align:center;	
}
#footer-landing p{
	width:100%;
	color:#FFF;
	font-size:16px;
}
/*--------------------------------------------------------------*/
/* Brochure iframe*/
/*--------------------------------------------------------------*/
.iframe-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
}
.iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}