body{
	font-family: 'helvetica_neue45_light';
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;	

}

@font-face {
    font-family: 'helvetica_neueregular';
    src: url('webfonts/helveticaneue/helveticaneue-black-webfont.woff2') format('woff2'),
         url('webfonts/helveticaneue/helveticaneue-black-webfont.woff') format('woff'),
         url('webfonts/helveticaneue/helveticaneue-black-webfont.svg#helvetica_neueregular') format('svg');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'helvetica_neue67MdCn';
    src: url('webfonts/helveticaneue/helveticaneue-mediumcond-webfont.woff2') format('woff2'),
         url('webfonts/helveticaneue/helveticaneue-mediumcond-webfont.woff') format('woff'),
         url('webfonts/helveticaneue/helveticaneue-mediumcond-webfont.svg#helvetica_neue67MdCn') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'helvetica_neue45_light';
    src: url('webfonts/helveticaneue/helveticaneue-light-webfont.woff2') format('woff2'),
         url('webfonts/helveticaneue/helveticaneue-light-webfont.woff') format('woff'),
         url('webfonts/helveticaneue/helveticaneue-light-webfont.svg#helvetica_neue45_light') format('svg');
    font-weight: normal;
    font-style: normal;
}


header{
	position: sticky;
	background-color: #ffffff;
	box-shadow: 1px 5px 10px rgb(0 0 0 / 13%);
	padding: 0 0 15px;
}

header .top{
	background: #737373;
    margin-bottom: 15px;
}

a.logo{
	display: block;
	float: left;
	width: 222px;
	height: 60px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(logoh.png);	
}

header ul.options li a, header ul.options li p {
    line-height: 60px;
    font-family: 'helvetica_neue67MdCn';
	color: #000;
	position: relative;
}

header ul.options li a:after{
    content: "";
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #facd2a;
	opacity: 0;
	transition: opacity .3s;
}

header ul.options li a:hover:after{
	opacity: 1;
}

header + .carousel{
	width: 100%;
	overflow: hidden;
	position: relative;
	height: calc(100vh - 156px );
}

header + .carousel:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.55) 40%, rgba(0, 0, 0, 0) 100%);
	z-index: 1;
}

header + .carousel video{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	z-index: -1;
}

header + .carousel h1{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
	color: #ffffff;
	font-family: 'Cormorant Garamond', serif;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}


header + .carousel a{
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	padding: 10px 15px;
	border: 2px solid #facd2a;
	background-color: #facd2a;
	color: #000000;	
	z-index: 2;
    font-family: 'helvetica_neue67MdCn';
	text-transform: uppercase;
}

header + .carousel a:hover{
	background-color: #000000;
	color: #facd2a;	
}

.hamburger{
	padding: 14px 0; 
}


header .hamburger .hamburger-inner, header .hamburger .hamburger-inner:after, header .hamburger .hamburger-inner:before{
	background-color:  #787878;
}

h1, h2{
	font-family: 'Cormorant Garamond', serif;
	text-transform: uppercase;
}

section.articulo h1{
	font-size: 2rem;
	margin-bottom: 30px;
}

section.articulo.enHome .texto{
	width: 100%;
}

section.articulo h1:after, section.contacto h2:after{
   content: "";
    display: block;
    width: 80px;
    height: 5px;
    bottom: -15px;
	background-color: #facd2a;
}

.enHome.nosotros, .enHome.infraestructura{
	padding: 120px 0 0;
}

.enHome.infraestructura,.enHome.nosotros, section.articulo.enHome + .dependientes{
	margin-bottom: 120px!important;
}

section.articulo.enHome + .dependientes .container{
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0;
}

section.articulo.enHome + .dependientes a.articulo_item{
	width: 33.33%;
	float: left;
	position: relative;
	overflow: hidden;
}

section.articulo.enHome + .dependientes a .imagen{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 0;
	width: 100%;
	height: 100%;
}

section.articulo.enHome + .dependientes a .imagen img{
	object-fit: cover;
	width: 101%;
	height: 101%;
}

section.articulo.enHome + .dependientes a .imagen:after{
	content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 101%;
    height: 101%;
background: rgb(0,0,0);
background: -moz-linear-gradient(0deg, rgba(0,0,0,0.9051995798319328) 25%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.9051995798319328) 25%, rgba(0,0,0,0) 100%);
background: linear-gradient(0deg, rgba(0,0,0,0.9051995798319328) 25%, rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    z-index: 1;
}

section.articulo.enHome + .dependientes a .texto{
	z-index: 2;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 30px;
}

section.articulo.enHome + .dependientes a .texto h2{
	font-family: 'helvetica_neue45_light';
	width: 100%;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	padding: 5px 0;
	display: block;
	font-weight: bold;
    color: #facd2a;
    font-size: 1.2500rem;
    text-transform: uppercase;	
}

section.articulo.enHome + .dependientes a .texto .fecha, section.articulo.enHome + .dependientes a .texto .btn-call{
	display: none;
}

section.articulo.enHome + .dependientes a .texto .copete{
	color: #ffffff;
	text-shadow: 3px 3px 2px rgba(0,0,0,0.6);
}

section.servicios .texto h3{
	font-family: 'helvetica_neue67MdCn';
    text-transform: uppercase;
    font-size: 1.500rem;
	font-weight: 500;
}

section.servicios .texto ul{
	width: 100%;
	background-image: url("../files/fondoServicios.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: 2.5% 2.5% 0;
	display: block;
	float: left;
}

section.servicios .texto > ul > li{
	font-family: 'helvetica_neue67MdCn';
	padding: 2.5%;
	display: block;
	float: left;
	width: 31.66666666666667%;
	margin-right: 2.5%;
	margin-bottom: 2.5%;
	border: 2px solid #facd2a;
	background-color: rgba(0,0,0,0.5);
	color: #ffffff;
	min-height: 25vh;
	line-height: 1.75;
}

section.servicios .texto > ul > li ul, .enHome.infraestructura .texto > ul > li ul{
	list-style: none;
	font-size: .879rem;
	padding-left: 0;
	margin-left: 0;
	font-family: 'helvetica_neue45_light';
	line-height: 1.5;
}

section.servicios .texto > ul > li ul li:before{
	content: "- ";
	color: #facd2a
}

.enHome.infraestructura .texto > ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
	text-align: center;
}

.enHome.infraestructura .texto > ul > li{
	text-align: center;
	font-family: 'helvetica_neue67MdCn';
	padding: 2.5%;
	display: inline-block;
	float: none;
	width: 23.125%;
	margin-right: 2.5%;
	margin-bottom: 2.5%;
	border-bottom: 5px solid #facd2a;
	background-color: #f2f2f2;
	color: #414141;
	min-height: 25vh;
	line-height: 1.75;
	font-size: 1.25rem;
	vertical-align: top;
}

.enHome.galeria{
	background-image: url(../files/fondoInfraestructura.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    display: block;
    width: 100%;
    padding: 60px 0;
    float: left;
    position: relative;	
	margin-bottom: 120px!important;
}

.enHome.galeria:before{
	content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.90);
    position: absolute;
	z-index: 0;
}

.enHome.galeria h1, section.contacto h2{
	position: relative;
	z-index: 1;
	color: #ffffff;
}

.enHome.galeria .galeria{
	width: 100%;
}

.enHome.galeria .galeria .imagen{
    width: 23.125%;
    margin-right: 2.5%;
    margin-bottom: 2.5%;
    cursor: zoom-in;
    opacity: 1;
    filter: saturate(.5);
    transition: all .3s;
    background-color: rgba(65,65,65,1);	
}

.enHome.galeria .galeria .imagen img{
	object-fit: cover;
	width: 101%;
	height: 101%;
	filter: grayscale(1);
    mix-blend-mode: multiply;
}


.enHome.galeria .galeria .imagen:hover img{
   filter: grayscale(0);
    mix-blend-mode: normal;
}



.enHome.obras-realizadas{
	margin-bottom: 0!important;
}

.enHome.obras-realizadas .container{
	overflow: hidden;
}

.enHome.obras-realizadas ul{
	list-style: none;
	padding: 0;
	margin: 0;}

.enHome.obras-realizadas ul > li{
	width: 50%;
	display: block;
	float: left;
	padding: 0;
}

.enHome.obras-realizadas ul > li strong{
	display: block;
	position: relative;
	color: #facd2a;
	background-color: #ffffff;
	padding-right: 30px;
}

.enHome.obras-realizadas ul > li strong:after{
    content: "";
    width: 97.5%;
    height: 1px;
    border-top: 1px solid #facd2a;
    position: absolute;
    top: 50%;
    transform: translate(2.5%, -50%);	
}

.enHome.obras-realizadas ul > li strong:before{
	content: "\f111";
	margin-right: 5px;
	font-family: "Font Awesome 6 Free";	
}

.enHome.obras-realizadas ul > li ul{
	padding: 15px;
}

.enHome.obras-realizadas ul > li ul li{
	width: 100%;
}

.enHome.obras-realizadas ul > li ul li:before{
	   content: "-";
    color: #facd2a;
	padding-right: 5px;
}

.enHome.obras-realizadas .texto > ul > li{
	margin-bottom: 1.5rem;
	min-height: 33.33vh;
}

section.contacto{
	color: #ffffff;
	background-color: #737373;
	padding-bottom: 60px;
	margin-bottom: 0;
	padding-top: 120px;
}

section.contacto h2{
	margin-bottom: 30px;
	display: block;
	width: 100%;
	float: left;
}

section.contacto ul, section.contacto ol{
	width: 100%;
	list-style: none;
	display: block;
	padding: 0;
	margin: 0 0 30px;
}

section.contacto ul li, section.contacto ol li{
	width: 31.66666666666667%;
	margin-right: 2.5%;
	margin-bottom: 2.5%;
	float: left;
	border: 1px solid #ffffff;
	padding: 2.5%;
	min-height: 33.33vh;
}

section.contacto ul li strong{
	display: block;
	margin-bottom: 1rem;
    font-family: 'helvetica_neue67MdCn';
    font-size: 1.25rem;
    text-transform: uppercase;
	padding-bottom: .5rem;
	border-bottom: 4px solid #facd2a;
	font-weight: normal;
}

section.contacto ol li{
	border: none;
	background-color: rgba(0,0,0,.50);
	font-size: .8rem;
	line-height: 2;
}

section.contacto ol li strong{
    font-size: 1.25rem;
	font-family: 'helvetica_neue67MdCn';
	font-weight: normal;
}

footer{
	background-color: #facd2a;
}

footer .links p a, footer .links a, footer .redes a:before{
	color: #000;
}

footer .redes a:before{
	font-size: 2rem;
}

footer .links a:hover, footer .redes a:hover:before{
	color: #ffffff;
}

footer .links{
	text-align: center;
}


footer .footReg p{
	color: #000;
}


footer .footReg .realizado{
	background-image: url("realizado.png");
}

.contacto form .form-control{
	background-color: transparent;
	color: #ffffff;
}

.contacto form .btn-call{
	border: 1px solid #facd2a;
	background-color: #facd2a;
	color: #000;
}

.contacto form .btn-call:hover{
	border: 1px solid #facd2a;
	background-color: #000;
	color: #facd2a;
}

header + .nosotros + .articulos{
	display: none;
}

.articulo video{
	max-height: 75vh;
	margin-bottom: 30px;
}

@media only screen and (max-width : 479px) {


	header + .carousel h1{
		width: 90%;
	}	
	
	header + .carousel video{
		width: auto;
		height: 100%;
	}	
	
	section.articulo.enHome + .dependientes a.articulo_item{
		width: 100%;
		min-height: 250px;
	}
	
	section.servicios .texto > ul > li, .enHome.infraestructura .texto > ul > li{
		width: 100%;
		min-height: 15vh;
	}
	
	.enHome.obras-realizadas .texto > ul > li{
		width: 100%;
		min-height: auto;
	}
	section.contacto ul li, section.contacto ol li{
		width: 100%;
		min-height: 25vh;
	}
		
	section.servicios .texto ul li:nth-child(2n), section.infraestructura .texto ul li:nth-child(2n), .enHome.galeria .galeria .imagen:nth-child(4n), section.contacto ul li:nth-child(3n), section.contacto ol li:nth-child(3n){
		margin-right: 0;
	}			
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width:480px) and (max-width : 767px) {

	header + .carousel h1{
		width: 90%;
	}	
	
	header + .carousel video{
		width: auto;
		height: 100%;
	}	
	
	section.articulo.enHome + .dependientes a.articulo_item{
		width: 100%;
		min-height: 250px;
	}
	
	section.servicios .texto > ul > li, .enHome.infraestructura .texto > ul > li{
		width: 100%;
		min-height: 15vh;
	}
	
	.enHome.obras-realizadas .texto > ul > li{
		width: 100%;
		min-height: auto;
	}
	section.contacto ul li, section.contacto ol li{
		width: 100%;
		min-height: 25vh;
	}
		
	section.servicios .texto ul li:nth-child(2n), section.infraestructura .texto ul li:nth-child(2n), .enHome.galeria .galeria .imagen:nth-child(4n), section.contacto ul li:nth-child(3n), section.contacto ol li:nth-child(3n){
		margin-right: 0;
	}		
}

/* Small Devices, Tablets */
@media only screen and (min-width:768px) and (max-width : 991px) {

	
	header + .carousel video{
		width: auto;
		height: 100%;
	}	
	
	section.articulo.enHome + .dependientes a.articulo_item{
		width: 50%;
		min-height: 250px;
	}
	
	section.servicios .texto > ul > li, .enHome.infraestructura .texto > ul > li{
		width: 48.75%;
		min-height: 15vh;
	}
	
	.enHome.obras-realizadas .texto > ul > li, section.contacto ul li, section.contacto ol li{
		min-height: 25vh;
	}
		
	section.servicios .texto ul li:nth-child(2n), section.infraestructura .texto ul li:nth-child(2n), .enHome.galeria .galeria .imagen:nth-child(4n), section.contacto ul li:nth-child(3n), section.contacto ol li:nth-child(3n){
		margin-right: 0;
	}		
	
}

/* Medium Devices, Desktops */
@media only screen and (min-width:992px) and (max-width : 1199px) {
	
	header + .carousel video{
		width: auto;
		height: 100%;
	}	
	
	section.servicios .texto > ul > li, .enHome.infraestructura .texto > ul > li{
		min-height: 15vh;
	}
	
	.enHome.obras-realizadas .texto > ul > li, section.contacto ul li, section.contacto ol li{
		min-height: 25vh;
	}
		
	section.servicios .texto ul li:nth-child(3n), section.infraestructura .texto ul li:nth-child(4n), .enHome.galeria .galeria .imagen:nth-child(4n), section.contacto ul li:nth-child(3n), section.contacto ol li:nth-child(3n){
		margin-right: 0;
	}	
	
}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	section.servicios .texto ul li:nth-child(3n), section.infraestructura .texto ul li:nth-child(4n), .enHome.galeria .galeria .imagen:nth-child(4n), section.contacto ul li:nth-child(3n), section.contacto ol li:nth-child(3n){
		margin-right: 0;
	}	
}


/*Lista de precios PDF*/
.portadaPdf{
    background-image: url(portadaPdf.jpg);
    background-position: center;
    background-color: #000;
    color: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
}

.portadaPdf .logo{
	width: 100%;
	mix-blend-mode: screen;
}

.portadaPdf .logo img{
	width: 70%;
}

.portadaPdf .logo p{
	margin-top: .5cm;
	padding: .25cm;
	color:#000000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 2rem;
	background-color: rgba(255,255,255,.9);
}

.portadaPdf .formasDePago ul{
	list-style: none;	
	font-size: 0;
	padding: 0;
}

.portadaPdf .formasDePago .comprasMinimasPdf p{
	font-size: .879rem;
	margin-bottom: 0;
	display: block;
	width: 100%;
	border: 1px solid #ffffff;
	border-bottom: 0;
	background-color: #4b6d7d;
	color: #ffffff;
	text-transform: uppercase;
	padding: .25cm;
}

.portadaPdf .formasDePago .comprasMinimasPdf ul{
	font-size: 0;
	border: 1px solid #ffffff;
	padding: 0;
	display: block;
	margin-bottom: .75cm;
}

.portadaPdf .formasDePago .comprasMinimasPdf ul li{
	display: inline-block;
	width: 50%;
	font-size: .879rem;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

.portadaPdf .formasDePago .comprasMinimasPdf ul li:nth-child(even){
	border-right: 0px solid #414141;
}

.portadaPdf .formasDePago .comprasMinimasPdf ul li:nth-child(even){
	border-right: 0px solid #414141;
}

.portadaPdf .formasDePago .comprasMinimasPdf ul li:last-child{
	border-bottom: 0;
}

.portadaPdf .formasDePago .comprasMinimasPdf ul li:nth-last-child(2){
	border-bottom: 0px solid #414141;
}

.portadaPdf .formasDePago .comprasMinimasPdf ul li{
	width: 50%;
}

.portadaPdf .formasDePago ul li{
	width: 25%;
	padding: .25cm;
	border-right: 1px solid #ffffff;
}

.portadaPdf .pie .contactos, .piePdf .pie .contactos{
	text-align: center;
	border-top: 1px solid #ffffff;
}

.listadoPdf{
	background-color: #ffffff;
}

.listadoPdf h2{
	font-size: 3rem;
    background-image: url(titulosPdf.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 2cm 1cm;
    text-align: left;
	color: #ffffff;
	font-weight: 500;
	text-shadow: 2px 2px 4px rgba(0,0,0,.75);
	margin-bottom: .5cm;
}

.listadoPdf .productos{
	margin: 0 .5cm .5cm;}

.listadoPdf .producto:nth-child(odd){
	background-color:#f2f2f2; 
}

.listadoPdf .producto{
	background-color:#e5e5e5; 
}

.listadoPdf .productos .producto .imagen.cuadrada, .listadoPdf .productos .producto:first-child .imagenProducto{
	width: 10%;
}

.listadoPdf .productos .producto:first-child p, .listadoPdf .productos .producto p{
	font-size: .8rem;
}

.listadoPdf .productos .producto:first-child p, .listadoPdf .productos .producto p{
	width: 12.5%;
}

.listadoPdf .productos .producto:first-child p.detalleProducto, .listadoPdf .productos .producto p.detalleProducto{
	width: 8%;
}

.listadoPdf .productos .producto:first-child p.nombreProducto, .listadoPdf .productos .producto p.nombreProducto{
	width: 19.5%;
}

.listadoPdf .productos .producto:first-child .imagenProducto, .listadoPdf .productos .producto:first-child p, .listadoPdf .productos .producto p{
	padding: .25cm;
}

.piePdf{
	color: #ffffff;
	background-color: #000000;
}

.piePdf .formas-de-pago{
	background-image: none;
	background-color: transparent;
	color: #ffffff;
}

.piePdf .formas-de-pago h2{
	font-size: 1.25rem;
}

@media print {
  .piePdf, .portadaPdf, h2{
	page-break-before: always; /* Hace que el div comience en una nueva página */
  }

	.descuentos h2{
	page-break-before:auto; /* Hace que el div comience en una nueva página */
  		
	}	
}