﻿*{box-sizing: border-box; margin: 0; padding: 0; font-family: 'Poppins', sans-serif;}


html::-webkit-scrollbar {
    display: none;
}

main {
	overflow-x: hidden;
}

.popupinicio {
	width: 100vw;
	height: 100vh;
	background-color: rgba(0,0,0,0.7);
	z-index: 100;
	position: fixed;
}

.rectanguloinicio {
	width: 450px;
	height: 180px;
	background-color: white;
	border-radius: 10px;
	position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}

.contenido {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.popupinicio #fechar {
	position: absolute;
	top: 10px;
	right: 10px;
	/* transform: translate(50%,-50%); */
	font-size: 25px;
	/* color: #eee; */
	cursor:pointer;
}
.popupinicio #fechar:hover {
	color:#666;
}

.contenido p {
	font-size: 20px;
	color: black;

}


.contenido a {
	text-decoration: none;
}


#contenido a:hover {
 	color: grey;
 	transition: .3s;
 	text-decoration: none;
 }

#contenido a:active,#contenido a:focus {
 	text-decoration:none;
 	color: grey;
}

.contenido h3 {
    font-size: 16px;
    font-weight: 300;
    color: white;
    margin: 15px 0 0 0;
    position: relative;
    background-color: #16be38;
    width: 80%;
    padding: 15px;
    border-radius: 10px;
    left: 50%;
    transform: translateX(-50%);
}
.contenido a:hover h3 {
	background-color: hsl(132 79% 33% / 1);
}

.whatsapp {
	position: fixed;
	right: 30px;
	bottom: 2vh;
	z-index:20;
	background-color: #000000ba;
	padding: 10px;
	border-radius: 5px;
}

.whatsapp p {
	font-size: 15px;
	font-weight: 800;
    color: white;
	display: inline-block;
	margin: 0;
}

/*INICIO HEADER*/
#contactoheader {
	width: 100%;
	height: 30px;
	background-color: black;
	text-align: center;
}

#contactoheader i {
	font-size: 9px;
	color: #ffffff75;
	display: inline-block;
	margin-left: 20px;
}

#contactoheader p {
	font-size: 9px;
	color: #ffffff75;
	display: inline-block;
	margin: 10px 0px 0px 3px;
}

header {
	width: 100%;
	position: fixed;
	background-color: black;
	padding: 0px 14px 14px 14px;
	z-index: 100;
}

header img {
	height: 30px;
    margin-left: 20px;
    position: relative;
}

header ul {
	position: relative;
    float: right;
    padding-right: 20px;
    margin: 0;
}

header ul li {
	padding: 6px 10px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    outline: none;
}

header a {
	color: white;
}


header li a:hover {
 	color: grey;
 	transition: .3s;
 	text-decoration: none;
 }

header li a:active,header li a:focus {
 	text-decoration:none;
 	color: grey;
}

/*FIN HEADER*/

 #backimage {
	position: relative;
	width: 100vw;
	height: 100vh;
	background-image: url("../img/imgprincipaloscura.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: fixed;
	z-index: 0;
}

#titulo {
	width: 49%;
	display: inline-block;
	position: relative;
	top: 50%;
    transform: translateY(-110%);
    text-align: center;
}

#titulo h1 {
	font-size: 45px;
	font-weight: 600;
	color: white;
	margin: 0;
}

.logosprincipales {
	position: relative;
	padding-top: 20px;

}

.logosprincipales img {
	height: 75px;

}


/* INICIO CONTACTO 1 */

#contactototal {
	width: 49%;
	display: inline-block;
	position: relative;
	top: 50%;
	transform: translateY(-45%);
}
#contactoprincipal {
	width: 70%;
	height: 500px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #ffffff75;
}

#naranjaclarito {
	background: white;
    opacity: .15;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.textocontacto {
	width: 100%;
	padding: 40px 35px 0 35px;
	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: 18px;
    font-weight: 600;
}

form input, textarea {
	color: #777777;
    font-weight: 400;
    font-size: 14px;
    display: block;
    border: transparent;
    background-color: white;
    outline: 0;
    width: 100%;
    margin: 15px 0px 15px 0px;
    padding: 10px;
    border-radius: .25rem;
}

form input::placeholder,form textarea::placeholder {
	color: #777777;
}
 
form button {
	float: left;
	background-color: black;
	border-radius: .25rem;
	font-size: 14px;
	color: white;
	padding: 0 24px;
	margin-top: 14px;
	line-height: 56px;
	text-decoration: none;
	width: 100%;
	border: 1px black !important;
}

#form_enviado {
	display: none;
}

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

/*INICIO CONTACTO2*/
#contactototal2 {
	position: relative;
 	padding: 120px 0px 120px 0px;
	text-align: center;
	width: 100%;
	background-image: url("../img/img2oscura.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 0;
}

#contactoprincipal2 {
	width: 50%;
	height: 500px;
    position: relative;
    border: 1px solid #ffffff75;
    left: 50%;
    transform: translateX(-50%);
}


#contactototal2 h2{
 	font-size: 36px;
 	font-weight: 600;
 	color: white;
 	margin-bottom: 20px;
 	position: relative;
 }
/*FIN CONTACTO2*/


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


#swipedown img {
width: 20px;
}


/*INICIO QUIENES SOMOS*/

 #quienessomos {
 	padding: 120px 0px 120px 0px;
    text-align: center;
    width: 50%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);

 }

 #quienessomos h2 {
 	font-size: 36px;
 	font-weight: 600;
 	color: #222222;
 	margin: 0 0 20px 0;
 	position: relative;
 }

 #quienessomos h3 {
 	font-size: 14px;
 	color: #777777;
 	font-weight: 300;
 	line-height: 1.5;
 	margin: 20px 0 0 0;
 	position: relative;
 	left: 50%;
 	transform: translateX(-50%);

 }
/*FIN QUIENES SOMOS*/

/*INICIO QUE HACEMOS*/
 #quehacemos {
	position: relative;
 	padding: 120px 0px 120px 0px;
	text-align: center;
	width: 100%;
	background-image: url("../img/img1oscura.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 0;
}

 #quehacemos h2 {
 	font-size: 36px;
 	font-weight: 600;
 	color: white;
 	margin-bottom: 20px;
 	position: relative;
 }

 #quehacemos h3 {
 	font-size: 14px;
 	color: white;
 	font-weight: 300;
 	line-height: 1.5;
 	width: 50%;
 	position: relative;
 	left: 50%;
 	transform: translateX(-50%);

 }

/*FIN QUE HACEMOS*/

/*INICIO UBICACION*/
#ubicacion {
    text-align: center;
    padding: 120px 0px 120px 0px;
}

#ubicacion h2 {
 	font-size: 36px;
 	font-weight: 600;
 	color: #222222;
 	margin: 0px 0px 20px 0px;
 	position: relative;
 }

 #ubicacion h3 {
 	font-size: 20px;
    font-weight: 300;
    color: white;
    margin: 20px 0 0 0;
    position: relative;
    background-color: #16be38;
    width: 20%;
    padding: 20px;
    border-radius: 10px;
    left: 50%;
    transform: translateX(-50%);
 }

#ubicacion a {
	text-decoration: none;
}

#ubicacion a:hover {
 	color: grey;
 	transition: .3s;
 	text-decoration: none;
 }

#ubicacion a:active,#ubicacion a:focus {
 	text-decoration:none;
 	color: grey;
}

/*FIN UBICACION*/

/*INICIO FOOTER*/

#footerresp {
	width: 100%;
	background-color: black;
	text-align: center;
	display: none;

}


#footerresp i {
	font-size: 9px;
	color: #ffffff75;
	display: inline-block;
	margin-left: 5px;
}

#footerresp p {
	font-size: 9px;
	color: #ffffff75;
	display: inline-block;
	margin: 0;
}

/*FIN FOOTER*/


@media screen and (max-width: 600px){
	#contactoheader {
		display: none;
	}

	.rectanguloinicio {
		width: 80%;
		height: 130px;
	}

	.contenido p {
    	font-size: 16px;
	}

	.whatsapp {
		right: 10px;
		text-align: center;
		bottom: 2vh;
	}

	.whatsapp p {
		font-size: 10px;
		display: block;
	}

	header {
		padding: 0;
	}

	header img {
	    height: 30px;
	    position: relative;
	    margin: 20px 0 5px 0;
	    left: 50%;
	    transform: translateX(-50%);
	}

	header ul {
		padding: 0;
	    margin: 0;
	    position: relative;
	    right: 50%;
	    transform: translateX(50%);	
	}

	header ul li {
		padding: 20px 8px;
    	font-size: 12px;
	}

	#titulo {
		width: 100%;
		top:130px;
		transform: translateY(0);
	}

	#titulo h1 {
    	font-size: 25px;
    }
    
    .logosprincipales img {
    	height: 45px;
    }

    #contactototal {
    	width: 90%;
    	top: 160px;
    	transform: translateY(0);
    	left: 50%;
    	transform: translateX(-50%);
	}

	#contactoprincipal {
    	width: 100%;
    	height: 200px;
	}

	.textocontacto {
		padding: 13px 15px 0 15px;
	}

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

    form input, textarea {
    	font-size: 12px;
    	width: 45%;
    	display: inline-block;
    	margin: 0px 0px 10px 0px;
    	padding: 6px;
    }

    form textarea {
    	width: 100%;
    	margin:0;
    }

    #email1 {
    	float: right;
    }

    #apellido1 {
    	display: none;
    }

    #telefono1 {
    	display: none;
    }

    form button {
    	line-height: 40px;
    	margin-top: 5px;
    }

    #quienessomos {
    	padding: 70px 0px 70px 0px;
    	width: 80%;
    }

    #quienessomos h2 {
    	font-size: 26px;
    }

	#quienessomos h3 {
		font-size: 13px;
		line-height: 1.3;
	}

    #quehacemos {
    	padding: 70px 0px 70px 0px;
    	width: 100%;
    }

    #quehacemos h2 {
    	font-size: 26px;
    	margin: 0px;
    }

	#quehacemos h3 {
		font-size: 13px;
		line-height: 1.3;
		width: 75%;
		margin-bottom: 0px;
	}

	#ubicacion {
		padding: 70px 0;
	}

	#ubicacion h2 {
    	font-size: 26px;
    	margin: 0 0 20px 0;
	}

	#ubicacion iframe {
		width: 90%;
	}

	#ubicacion h3 {
		font-size: 14px;
		margin: 10px 0 0 0;
		width: 50%
	}

	#contactototal2 {
		padding: 70px 0;
	}

	#contactototal2 h2 {
    	font-size: 26px;
    	margin: 0 0 20px 0;
	}

	#contactoprincipal2 {
		width: 90%;
		height: 245px;
	}

	#apellido2 {
		float: right;
	}

	#telefono2 {
		float: right;
	}

	#footerresp {
		display: inline-block;
	}








}
