﻿*{box-sizing: border-box; margin: 0; padding: 0; font-family: 'Montserrat', sans-serif; --naranja: #ff8508;}
a,a:hover,a:focus,a:active {text-decoration:none;color:inherit;}
html::-webkit-scrollbar {
    display: none;
}

main {
	overflow-x: hidden;
}

.whatsapp {
    position: fixed;
    right: 50px;
    bottom: 5vh;
    z-index: 20;
    background-color: #03bb2d;
    padding: 15px 20px;
    color:white;
    font-size:20px;
    border-radius: 50px;
    transition:0.2s;
}
.whatsapp a {font-size:40px;line-height:1;}
.whatsapp:hover {transform:scale(1.1);transition:0.2s;}

/* INICIO HEADER */
header {
	position: fixed; 	
	background-color: transparent;
	width: 100%;
	height: 90px;
	z-index: 100;
	transition: 0.4s;
}

header img {
    width: 100px;
    margin-left: 50px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

header.on {
	transition: 0.4s;
	background-color: white;
	box-shadow: 0px 2px 10px rgba(0,0,0,0.5);
}

ul { 
	position: relative; 
	float: right;
	padding-right: 50px;
	top: 50%;
	transform: translateY(-50%);
}

li {
	color: black;
	font-weight: 400;
	font-size: 15px;
	padding: 0px 18px 0px;
	display: inline-block; 
}

li a {
	color: black;
	text-decoration: none;
}

li a:visited, 
li a:active, 
li a:focus {
	color: black;
	text-decoration: none;
}

li a:hover {
 	color: var(--naranja);
 	transition: .3s;
 	text-decoration: none;
 }
/* FIN HEADER */

/* INICIO PAG PRINCIPAL */
#backimage {
	position: relative;
	width: 100%;
	height: 100vh;
	background-image: url("../img/img1byn.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: fixed;
}

#swipedown {
	z-index: 10;
    position: absolute;
    bottom: 60px;
    vertical-align: middle;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}


#swipedown img {
width: 35px;
}

#logoprincipal {
	width: 120px;
}

.container {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: transparent;
	z-index: 4;
	margin: 0 auto;
	position: absolute;
	text-align: center;
}

#primerbloque {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}

h1 {
    font-size: 60px;
	color: black;
	font-weight: 400;
    line-height: 1.1;
    position: relative;
}

#tituloprincipal {
	font-size: 20px;
	color: black;
	font-weight: 600;
    position: relative;
}

.flowtext {
	font-size: 18px;
	line-height: 1.5;
    color: rgba(0, 0, 0, 0.6);
    margin: 20px 0px;
}

.button1 {
	background-color: var(--naranja);
	border-radius: 3px;
	font-size: 12px;
	color: white;
	padding: 10px 24px;
	line-height: 56px;
	text-decoration: none !important;
}

.button1:hover {
 	color: white;
}

.button1:visited, 
.button1:active, 
.button1:focus {
	color: white;
	text-decoration: none;
}

/* FIN PAG PRINCIPAL */


/* INICIO QUIENES SOMOS */
#quienessomos {
	width: 100%;
	position: relative;
	text-align: center;
	margin-top: 40px;
}

#quienessomostexto {
	width: 70%;
    font-size: 18px;
    color: rgba(0,0,0,.8);
    position: relative;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 40px;
    margin-top: -20px;
}
/* FIN QUIENES SOMOS */

/* INICIO CONTACTO */
#contactoprincipal {
	width: 70%;
	/* height: 500px; */
	background-image: url('../img/quienessomos.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	text-align: center;
	/* left: 50%; */
	/* transform: translateX(-50%); */
	margin: 0 auto 80px;
}

#naranjaclarito {
	background: var(--naranja);
    opacity: .75;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.textocontacto {
	width: 100%;
	padding: 48px 40px 30px 40px;
	z-index: 2;
	position: relative;
	text-align: left;
}

.textocontacto h4 {
	color: white;	
	font-weight: 600;
    font-size: 25px;
    text-transform: uppercase;
}

.textocontacto h5 {
	color: white;
    font-size: 28px;
    font-weight: 700;
}

form input, textarea {
	color: white;
	font-weight: 400;
    font-size: 18px;
    display: block;
    padding: 14px 0;
    border: transparent;
    background-color: transparent;
    border-bottom: 1px solid white;
    outline: 0;
    width: 100%;
}

form input::placeholder,form textarea::placeholder {
	color: white;
}
 
form button {
	/* float: left; */
	background-color: var(--naranja);
	border-radius: 3px;
	font-size: 14px;
	color: white;
	padding: 0 24px;
	margin-top: 24px;
	line-height: 56px;
	text-decoration: none;
	width: 100%;
	border: 1px solid var(--naranja)!important;
}

#form_enviado {
	display: none;
}

#form_enviado.on {
	display: block;
	text-align: center;
	margin: 130px 0px 0px 0px;
}
/* FIN CONTACTO */


/* INICIO DATOS */
.cuartaparte {
	 width: 100%;
    text-align: center;
    padding: 30px 0;
    background-color: var(--naranja);
    margin-bottom: 50px;
}

.items2 {
	width: 300px;
	display: inline-block;
	vertical-align: top;
	border-right: 1px solid white;
}

.parte1 {
	width: 235px;
	display: inline-block;
	vertical-align: top;
	border-right: 1px solid white;
}

.parte4 {
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
}

.numeros {
	font-weight: 700;
    font-size: 50px;
    color: white;
	display: inline-block;
}

.texto {
	display: inline-block;
    font-size: 14px;
    color: rgba(0,0,0,.6);
    margin-bottom: 10px;
    line-height: 1.4;
    padding-left: 15px;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

/* FIN DATOS */

/* INICIO SERVICIOS */
.quintaparte {
	width: 100%;
	text-align: center;
}

.rayaprinc {
	border-top:2px solid #333;
	width:60px;
	display:inline-block;
	padding-bottom: 4px;
}

.quintapartedos {
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}

.quintaparte hr {
	width: 50px;
	height: 1px;
	background: var(--naranja);
	display: inline-block;
	border: transparent;
	top: 50%;
	transform: translateY(-4px);

}

.quintaparte p {
	display: inline-block;
    margin-bottom: 0;
    color: var(--naranja);
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    position: relative;
    padding: 0 20px 40px 20px;
}

.quintaparte p * {
	vertical-align: middle;
}

.quintaparte h2 {
	font-size: 60px;
	font-weight: 400;
	color: rgba(0,0,0,.8);
	padding-bottom: 56px;
}

.quintaparteblanco {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 28px;
}

.quintaparteblanco hr {
	width: 50px;
	height: 1px;
	background: white;
	display: inline-block;
	border: transparent;
	top: 50%;
	transform: translateY(-4px);

}

.quintaparteblanco p {
	display: inline-block;
    margin-bottom: 0;
    color: white;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    position: relative;
    padding: 0 20px 40px 20px;
}

.quintaparteblanco p * {
	vertical-align: middle;
}

.quintaparteblanco h2 {
	font-size: 60px;
	font-weight: 400;
	color: rgba(0,0,0,.8);
	padding-bottom: 56px;
}


#servicios1 {
	width: 35%;
	height: 632px;
	display: inline-block;
	text-align: center;
	background-image: url("../img/desarroyoproyectos.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-position: top;
	vertical-align: middle;
}

.textoquintaparte {
	display: inline-block;
	width: 40%;
	padding-left: 70px;
	vertical-align: middle;
	text-align: left;
}

.textoresponsive {
	display: none;
}

.servline {
	width: 200px;
    height: 1px;
    background: #000;
    border-color: transparent;
    margin-left: 28%;
    position: absolute;
    display: inline-block;
    margin-top: 15%;
}

.servline1 {
	width: 200px;
    height: 1px;
    background: #000;
    border-color: transparent;
    margin-left: 30%;
    position: absolute;
    display: inline-block;
    margin-top: 15%;
}

.quintapartedos h4 {
	display: none;
}

.textoquintaparte h2 {
	font-size: 40px;
	color: rgba(0,0,0,.8);
	font-weight: 400;
	text-align: left;
}

.textoquintaparte p {
	font-size: 16px;
	line-height: 1.5;
	color: #666;
	margin: 0 0 16px;
	text-align: left;
	display: block;
}

.textoquintaparte a {
	text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 3px;
    color: var(--naranja);
    font-weight: 700;
    text-decoration: none;
    text-align: left;
}

#servicios2 {
	width: 35%;
	height: 632px;
	display: inline-block;
	text-align: center;
	background-image: url("../img/racks.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-position: top;
	vertical-align: middle;
}

.textoquintapartetres {
	display: inline-block;
	width: 40%;
	padding-right: 70px;
	vertical-align: middle;
	text-align: right;
}

.textoquintapartetres hr {
	width: 200px;
    height: 1px;
    background: #000;
    border-color: transparent;
    margin-left: 365px;
    position: relative;
    z-index: 1;
}

.textoquintapartetres h4 {
	display: block;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 3px;
    color: #000;
    font-weight: 700;
    padding-top: 40px;
    text-align: right;
}

.textoquintapartetres h2 {
	font-size: 40px;
	color: rgba(0,0,0,.8);
	font-weight: 400;
	text-align: right;
}

.textoweb {
	font-size: 16px;
	line-height: 1.5;
	color: #666;
	margin: 0 0 16px;
	text-align: right;
	display: block;
}

.textoquintapartetres a {
	text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 3px;
    color: var(--naranja);
    font-weight: 700;
    text-decoration: none;
    text-align: right;
}

#servicios3 {
	width: 35%;
	height: 632px;
	display: inline-block;
	text-align: center;
	background-image: url("../img/equipos.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-position: top;
	vertical-align: middle;
} 

#servicios4 {
	width: 35%;
	height: 632px;
	display: inline-block;
	text-align: center;
	background-image: url("../img/mantenimiento.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-position: top;
	vertical-align: middle;
}
/* FIN SERVICIOS */

/* INICIO FOOTER */
footer {
	background-color: #333;
	width: 100%;
	box-shadow: 0px -2px 10px rgba(0,0,0,0.5);
	margin-top: 100px;
}

#footer1 {
    font-size: 15px;
    margin: 0 auto;
    display: block;
    text-align: center;
    color: white;
    padding: 40px 0 20px 0;
}

#footer2 {
	display: none;
}

#redes {
	text-align: center;
}

#redes img {
	margin: 0 15px 40px 15px; 
}

#redes a:hover {
	opacity: 0.5;
	}
/* FIN FOOTER */


/* INICIO TRABAJA CON NOSOTROS */
#textobusquedapersonal {
	font-size: 20px;
    line-height: 1.3;
    color: #666;
    margin: -20px 0 50px 0px;
    text-align: center;
    display: block;
}

#textobusquedapersonal a {
	color: var(--naranja);
	text-decoration: none;
}
/* FIN TRABAJA CON NOSOTROS */


/* INICIO SECCION PRODUCTOS */
#productosglobal {
	background-color: var(--naranja);
	padding: 80px 0 50px;
	width: 133vw;
	height: 31vw;
	text-align: center;
	position: relative;
	left: -16.5vw;
	transition:0.5s;
	white-space: nowrap;
	overflow: hidden;
}


#previous {
	position: absolute;
	left: 27.5vw;
	top: 50px;
	transform: translateY(-50%);
	color: white;
	z-index: 1;
	font-size: 30px;
	cursor: pointer
}
#next {
	position: absolute;
	right: 27.5vw;
    top: 50px;
	transform: translateY(-50%);
	color: white;
	z-index: 1;
	font-size: 30px;
	cursor: pointer
}
#previous:hover, #next:hover {
	opacity: 0.7;
	transition: 0.2s;
}

.producto {
	width: 16.5vw;
	display: inline-block;
	position: relative;	
	vertical-align:top;
	text-align: center;
	transition: 0.3s;
}
.producto > div {
	width: 85%;
	height: 15vw;
	display: block;
	margin:0 auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 15px 15px 0 0;
}
.producto.out {
	width: 0;
	transition: 0.3s;
}

.producto h4 {
	font-size: 12px;
	width: 85%;
	margin:0 auto;
	white-space: normal;
	font-weight: 300;
	color: black;
	position: relative;
	background-color: white;
	color: ;
	border-radius: 0 0 10px 10px;
	padding: 12px 0;
	font-weight: bold;
}

.producto a {
	position: relative;
	background-color: hsl(30 100% 45% / 1);
	font-size: 12px;
	display: block;
	width: 80%;
	margin:10px auto 0;
	padding: 7px 0;
	color: white;
	text-decoration: none;
	border-radius: 5px;
	white-space: normal;

}
/* FIN SECCION PRODUCTOS */


/*INCIO RESPONSIVE 1*/

@media screen and (max-width: 1920px){
	#productosglobal {
		height: 26vw;
	}
}

@media screen and (max-width: 1500px) {
	#productosglobal {
	    height: 30vw;
	}
}

@media screen and (max-width: 1280px){
	#productosglobal {
		width: 150vw;
		left: -25vw;
		height: 465px;
	}

	.producto {
		width: 25vw;
	}

	.producto > div {
		height: 22vw;
	}
}


@media screen and (max-width: 1080px){
	#productosglobal {
		height: 430px;
	}
}

@media screen and (max-width: 768px){

	header img {
		margin-left: 25px; 
	}

	ul {
		padding-right: 25px;
	}

	ul li {
		padding: 0px 12px 0px;
	}
	#backimage {
		background-attachment:scroll;
	}
	.quintaparte p {
	font-size: 20px;
	}

	.quintaparteblanco p {
	font-size: 20px;
	}

	#productosglobal {
		height: 370px;
	}

	.rayaprinc {
	border-top:2px solid #333;
	width:40px;
	display:inline-block;
	padding-bottom: 4px;
}

	#quienessomostexto {
	font-size: 14px;

	}

	.numeros {
		font-size: 30px;
	}
	.texto {
		font-size: 10px;
	}
	.parte1 {
		width: 150px;
	}
	.items2 {
		width: 200px;
	}
	.parte4 {
		width: 160px;
		margin: 0px;
	}

	#servicios1 {
		height: 300px;
		width: 30%
	}

	#servicios2 {
		height: 300px;
		width: 30%
	}

	#servicios3 {
		height: 300px;
		width: 30%
	}

	#servicios4 {
		height: 300px;
		width: 30%
	}

	.textoquintaparte {
		width: 40%;
	}

	.textoresponsive {
		display: none;
	}

	.servline {
	width: 200px;
    height: 1px;
    background: #000;
    border-color: transparent;
    margin-left: 15%;
    position: absolute;
    display: inline-block;
    margin-top: 10%;
}


	.servline1 {
		width: 200px;
	    height: 1px;
	    background: #000;
	    border-color: transparent;
	    margin-left: 25%;
	    position: absolute;
	    display: inline-block;
	    margin-top: 10%;
	}
	.textoquintaparte h2 {
		font-size: 22px;
		line-height: 1;
	}

	.textoquintaparte p {
		font-size: 13px;
		line-height: 1.2;
	}

	#servicios2 {
		height: 300px;
		width: 30%
	}

	.textoquintapartetres {
		width: 40%;
	}

	.textoquintapartetres h2 {
		font-size: 25px;
		line-height: 1;
	}

	.textoweb {
		font-size: 13px;
		line-height: 1.2;
	}

	.textoquintapartetres hr {
		margin-left: 160px;
	}

	.textocontacto h5 {
		font-size: 20px;
	}

	form input, textarea {
		font-size: 14px;
	}

	form button {
		font-size: 12px;
	}




	#textobusquedapersonal {
		font-size: 15px;
	}

	#footer2 {
		display: none;
	}


}
/*FIN RESPONSIVE 1*/


/*INCIO RESPONSIVE 2*/
@media screen and (max-width: 645px){

	header img {
	visibility: hidden;
	opacity: 0;
	transition: 0.2s;
	max-height: 0;
	width: 100px;
    position: relative;
    top: 17px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0px 0px 10px 0px;
	}


	header.on {
	transition: 0.4s;
	background-color: white;
	box-shadow: 0px 2px 10px rgba(0,0,0,0.5);
	height: 120px;
}

	header.on img {
		visibility: visible;
		opacity: 1;
		transition: 0.2s;
		max-height: 100px;
	}

	ul {
		position: relative;
		text-align: center;
		width: 100%;
		padding: 0px 0px 20px 0px;
		margin: 20px 0px 0px 0px;
		top: 0px;
		transform: translate(0);
	}

	ul li {
		font-size: 13px;
		padding: 0px 5px 20px 5px;
	}

	#backimage {
		background-attachment:scroll;
	}



	#primerbloque img {
	 	width: 100px;
	}

	#tituloprincipal {
		font-size: 12px;
	}

	.button1 {
		font-size: 10px;
		padding: 5px 15px;
	}

	.quintaparte p {
		font-size: 15px;
		padding: 0 5px 10px 5px;
		letter-spacing: 1px;
	}

	.quintaparteblanco {
		top: 40px;
	}

	#productosglobal {
		height: 100vw;
	}

	.quintaparteblanco p {
		font-size: 15px;
		padding: 0 5px 10px 5px;
		letter-spacing: 1px;
	}

	.rayaprinc {
		border-top:1px solid #333;
		width:15px;
		display:inline-block;
		padding-bottom: 2px;
	}

	#quienessomostexto {
		font-size: 11px;
		width: 85%;
		margin-bottom: 0px;
		margin-top: 0px;
	}

	.cuartaparte {
		margin: 25px 0;
	}

	.parte1 {
		width: 30%;
	}
	.items2 {
		width: 30%;
	}
	.parte4 {
		width: 30%
	}
	.numeros {
		font-size: 23px;
		display: block;
	}
	.texto {
		font-size: 7px;
		padding-left: 5px;
	}

	#servicios1 {
		width: 90%;
		height: 150px;
		margin-bottom: 10px;
	}

	#servicios2 {
		width: 90%;
		height: 150px;
		margin-top: -20px;
		margin-bottom: 10px;
	}

	#servicios3 {
		width: 90%;
		height: 150px;
		margin-bottom: 10px;
	}

	#servicios4 {
		width: 90%;
		height: 150px;
		margin-top: -20px;
		margin-bottom: 10px;
	}

	.quintapartedos h4 {
		display: block;
	    font-size: 15px;
	    color: black;
	    font-weight: 700;
	    position: relative;
	    text-align: center;
	}

	.textoquintaparte {
		padding: 0px;
		margin: 0px;
		width: 100%;
		position: relative;
		text-align: center;
	}

	.textoquintaparte hr {
		display: none;
	}

	.textoquintaparte h2 {	
		display: none;
	}

	.textoquintaparte p {
		font-size: 11px;
		width: 85%;
    	position: relative;
	    text-align: center;
	    padding: 0px;
	    margin: 0px;
	    left: 50%;
	    transform: translateX(-50%);
	}

	.quintapartedos h4 {
		display: block;
	    font-size: 13px;
	    color: black;
	    font-weight: 700;
	    position: relative;
	    text-align: center;
	}

	.textoquintapartetres {
		padding: 0px;
		margin: 0px;
		width: 100%;
		position: relative;
		text-align: center;
	}

	.textoweb {
		display: none;
	}

	.textoresponsive {
		font-size: 11px;
		width: 85%;
    	position: relative;
	    text-align: center;
	    padding: 0px;
	    margin: 0px;
	    left: 50%;
	    transform: translateX(-50%);
	    display: block;
	}

	.servline {
		display: none;
	}

	.servline1 {
		display: none;
	}

	.textoquintapartetres h2 {	
		display: none;
	}


	#contactoprincipal {
		width: 100%;
		margin-bottom: 30px;
	}

	.textocontacto h5 {
		font-size: 18px;
	}

	.textocontacto h4 {
		font-size: 14px;
	}

	#textobusquedapersonal {
		font-size: 12px;
		margin: 10px 10px 30px 10px;
	}

	footer {
		margin-top: 0px;
	}

	#footer1 {
		display: none;
	}

	#footer2 {
		font-size: 11px;
	    margin: 0 auto;
	    display: block;
	    text-align: center;
	    color: white;
	    padding: 20px 0 20px 0;
	}
    #productosglobal {
    	width:200vw;
    	left:-50vw;
    }
    #previous {
        left: 52.5vw;
    }
    #next {
        right: 52.5vw;
    }
	.producto {
		width: 50vw;
	}
    .producto > div {
    	width: 46vw;
    	height: 46vw;
    }
	.producto h4 {
		width: 46vw;
		white-space: normal;
	}

	.producto a {
		width: 46vw;
		white-space: normal;
	}

	#previous {

	font-size: 25px;
	}
	#next {
		font-size: 25px;
	}



}

