@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

body{
	overflow:hidden;
	margin: 0 auto;
}

#vertice{
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:14px;
	position:absolute;
	z-index:99999;
	right:20px;
	bottom:10px;
}
/*********************
 * 	 	HEADER  	 *
 ********************/
header{
	position: absolute;
	display: flex;
	color: #FFF;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 125px;
	z-index: 2;
}
header > div{
	width: 400px;
	height: 100%;
	background-position: center center;
	background-size: auto 245%;
	background-repeat: no-repeat;
	background-image: url(images/logotipo-fondo-transparente.png);
}
header > nav{
	width: calc(100% - 300px);
	display: flex;
	align-items: center;
	justify-content: center;
}
header > nav > a{
	font-family: 'Oswald', sans-serif;
	font-size: 17px;
	font-weight: 700;
	border-left: solid 1px #FFF;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 50px;
	padding-top: 7px;
	padding-bottom: 7px;
}


/*********************
 * 	 	 HOME  		 *
 ********************/
.home{
	position: absolute;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(images/fondo.jpg);
	background-position: center center;
	background-size: cover;
	padding-top: 10vw;
}
.home > aside{
	box-sizing: border-box;
    width: 35%;
    padding-left: 2%;
    padding-right: 4%;
    flex-wrap: wrap;
    display: flex;
}
.home > aside > p{
	font-family: 'Playfair Display';
	color: #FFF;
	font-style: italic;
	font-size: 1.1vw;
	box-sizing: border-box;
	width: 100%;
	font-weight: 800;
}
.home > aside > img{
	width: 48%;
}
.home > aside > img:nth-child(2){
	margin-right: 4%;
}
.home > article{
	box-sizing: border-box;
	width: 65%;
	display: flex;
	flex-wrap: wrap;
	padding-right: 5%;
	justify-content: center;
}
.home > article > p{
	width: 100%;
	background-color: rgba(0,0,0,.5);
	color: #FFF;
	padding: 2vw;
	font-size: 1vw;
	font-family:Arial, Helvetica, sans-serif;
}
.home > article > img{
	height: 10vw;
	margin: 1vw;
	margin-right: 50%;
	/*background-color: #FFF;*/
}

/*********************
 * 	 	GALERIA 	 *
 ********************/
.galeria{
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	box-sizing: border-box;
	padding-left: 10%;
	padding-right: 10%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	align-content: center;
}
.galeria > article{
	width: 22%;
	height: 16vw;
	margin: 1vw;
	background-color: #FFF;
	border: solid 1px #000;
}
.galeria > article > div{
	width: 100%;
	height: 13vw;
	background-size: cover;
	background-position: center center;
}
.galeria > article > p{
	font-size: 1vw;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	font-family:"Arial Black", Gadget, sans-serif;
}
.galeria > article:nth-child(1) > div{background-image: url(images/14.jpg)}
.galeria > article:nth-child(2) > div{background-image: url(images/15.jpg)}
.galeria > article:nth-child(3) > div{background-image: url(images/20.jpg)}
.galeria > article:nth-child(4) > div{background-image: url(images/21.jpg)}
.galeria > article:nth-child(5) > div{background-image: url(images/28.jpg)}
.galeria > article:nth-child(6) > div{background-image: url(images/30.jpg)}
.galeria > article:nth-child(7) > div{background-image: url(images/32.jpg)}
.galeria > article:nth-child(8) > div{background-image: url(images/36.jpg)}


/*********************
 * 	 QUIENES SOMOS   *
 ********************/
.quienes-somos{
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background-image: url(images/bkgd_quienes_solo.jpeg);
	background-position: center center;
	background-size: cover;
}
.quienes-somos > aside{
	box-sizing: border-box;
	width: 35%;
	height: 100%;
	padding-left: 2%;
	background: #052852;
    background: linear-gradient(90deg, rgba(5, 40, 82, 1) 0%, rgba(9, 61, 118, 1) 50%, rgba(13, 81, 152, 1) 100%);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding-top: 5vw;
	/*padding-bottom: 2vw;*/
}
.quienes-somos > aside > h1{
	position:relative;
	line-height:1;
	font-family: 'Oswald', sans-serif;
	font-size:2.5vw;
	color:#FFF;
	font-weight:bolder;
	text-shadow: black 0.1em 0.1em 0.2em;
	width: 100%;
	margin: 0px;
	box-sizing: border-box;
	text-transform: uppercase;
}
.quienes-somos > aside > h2{
	font-family: 'Playfair Display';
	color: #FFF;
	font-style: italic;
	font-size: 1.1vw;
	box-sizing: border-box;
	width: 100%;
	padding-right: 10%;
	text-align: justify;
}
.quienes-somos > aside > p{
	box-sizing: border-box;
	text-align: justify;
	width: 100%;
	padding-right: 10%;
	color:#FFF;
	font-size:1vw;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1;
}


/*********************
 * 	   PRODUCTOS     *
 ********************/
.productos{
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background-image: url(images/bkgd_productossolo.jpeg);
	background-position: center center;
	background-size: cover;
}
.productos > aside{
	width: 35%;
	height: 100%;
	padding-left: 2%;
	background-color: rgba(7, 45, 92, 0.9);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.productos > aside > h1{
	position:relative;
	line-height:1;
	font-family: 'Oswald', sans-serif;
	font-size:4vw;
	color:#FFF;
	font-weight:bolder;
	text-shadow: black 0.1em 0.1em 0.2em;
	width: 100%;
	box-sizing: border-box;
}
.productos > aside > p{
	box-sizing: border-box;
	width: 100%;
	padding-right: 10%;
	color:#FFF;
	font-size:1.1vw;
	font-family:"Arial Black", Gadget, sans-serif;
	font-weight:bolder;
	line-height: 1;
}

/*********************
 * 	    CONTACTO     *
 ********************/
.contacto{
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(images/3.jpeg);
	background-position: center center;
	background-size: cover;
}
.contacto > h1{
	position:relative;
	line-height:1;
	font-family: 'Oswald', sans-serif;
	font-size:5vw;
	color:#FFF;
	font-weight:bolder;
	text-shadow: black 0.1em 0.1em 0.2em;
	width: 30%;
	box-sizing: border-box;
	padding-left: 3%;
}
.contacto > aside{
	width: 70%;
	height: 100%;
	background-color: rgba(0,0,0,.6);
	display: flex;
	justify-content: center;
	align-items: center;
}
.contacto > aside > iframe{
	width: 340px;
}
.contacto > aside > article{
	width: 50%;
	box-sizing: border-box;
	padding-left: 5%;
}
.contacto > aside > article > p{
	color:#FFF;
	z-index:4;
	font-size:1.1vw;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bolder;
}

a{
	text-decoration: none;
	color: inherit;
}