@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');
/*font-family: "Titillium Web", sans-serif;*/
:root{
	--verde: #33a53e;
	--azul: #395777;
	--fondo: #d6dded;
}
body{
	margin: 0 auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Titillium Web", sans-serif;
}

header{
	position: fixed;
	display: flex;
	top: 0px;
	width: 100%;
	left: 0px;
	height: 100px;
	background-color: #FFF;
	z-index: 10;
	-webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.3);
}
header > div{
	position: relative;
	width: 200px;
	height: 100%;
	background-image: url(images/logo.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
header > nav{
	position: relative;
	width: calc(100% - 200px);
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
header > nav div{
	position: relative;
	height: 100%;
	padding-left: 50px;
	padding-right: 50px;
	line-height: 100px;
	font-weight: 700;
	font-size: 14px;\
	cursor: pointer;
}
header > nav div:hover{
	background-color: var(--azul);
	color: #FFF;
}

section{
	position: relative;
	width: 100%;
	padding-top: 3vw;
	padding-bottom: 3vw;


	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
section > h2{
	color: var(--azul);
	font-size: 2vw;
}

.banner{
	margin-top: 100px;
	height: 26vw;
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: row;
	background: rgb(211,208,203);
	background: linear-gradient(90deg, rgba(211,208,203,1) 0%, rgba(200,197,193,1) 35%, rgba(128,127,125,1) 100%);
}
.banner > article{
	position: relative;
	width: 40%;
	padding-left: 5%;
	display: flex;
	flex-direction: column;
}
.banner > article > h2{
	font-size: 1.6vw;
	font-weight: 300;
	color: #666;
	line-height: 1.1;
	margin-bottom: .5vw;
}
.banner > article > h1{
	color: #538782;
	font-size: 6.5vw;
	line-height: .9;
	margin: 0px;
	font-weight: 800;
}
.banner > article > h2 > span:nth-child(1){
	font-weight: 800;
}
.banner > article > h2 > span:nth-child(2){
	font-weight: 600;
}
.banner > article > h2 > span:nth-child(3){
	font-weight: 600;
}
.banner > article > h3{
	font-size: 1.4vw;
	font-weight: 700;
	line-height: 1.1;
	margin-top: 1vw;
	letter-spacing: .2vw;
}
.banner > aside{
	width: 55%;
}
.banner > aside > img{
	position: relative;
	width: 80%;
	margin-top: 14vw;
}

.descanso{
	width: 100%;
	padding-top: 5vw;
	align-items: flex-start;
}
.descanso > h2{
	color: var(--azul);
	font-size: 3.5vw;
	font-weight: 800;
	line-height: 1;
	margin: 0px;
	width: 60%;	
	padding-left: 10%;
	padding-right: 10%;
}
.descanso > h4{
	background-color: #cae52e;
    font-size: 1.8vw;
    font-weight: 700;
    line-height: 1;
    margin: 0px;
    width: 48%;
    padding-left: 10%;
    padding-right: 2vw;
    padding-top: 1vw;
    padding-bottom: 1vw;
    margin-top: 2vw;
}
.descanso > p{
	color: #666;
	font-size: 1.5vw;
	font-weight: 400;
	margin-bottom: 0px;
	width: 80%;	
	padding-left: 10%;
	padding-right: 10%;
}
.descanso > h3{
	font-size: 1.5vw;
	letter-spacing: .3vw;
	font-weight: 800;
	width: 80%;	
	padding-left: 10%;
	padding-right: 10%;
}
.divisiones{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.divisiones > h2{
	font-weight: 300;
}
.divisiones > h2 > span{
	font-weight: 800;
}
.divisiones > div{
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.divisiones > div > article{
	width: 21%;
	margin-left: 2%;
	margin-right: 2%;
	border: solid 1px var(--verde);
	border-radius: 5px;
	margin-top: 3vw;
	margin-bottom: 3vw;
}
.divisiones > div > article > h2{
	font-size: 2vw;
	font-weight: 400;
	width: 60%;
	padding-left: 20%;
	padding-right: 20%;
	line-height: 1;
	text-align: center;
}
.divisiones > div > article > h2 > span{
	font-weight: 800;
}
.divisiones > div > article > div{
	position: relative;
	width: 100%;
	height: 20vw;
	background-repeat: no-repeat;
	background-size: 90%;
	background-position: center center;
}
.divisiones > div > article:nth-child(1) > div{
	background-image: url(images/servicio-1.png);
}
.divisiones > div > article:nth-child(3) > div, .divisiones > div > article:nth-child(5) > div{
	background-image: url(images/servicio-2.png);
}
.divisiones > div > article:nth-child(6) > div{
	background-image: url(images/servicio-3.png);
}

.divisiones > div > aside{
	width: 55%;
	font-size: 1vw;
}

.divisiones > div > aside span{
	font-weight: 700;
}
.divisiones > div > aside:nth-child(3){
	text-align: right;
	direction: rtl; 
}

.offset{
	background-color: #538782;
}
.offset > h3{
	font-size: 1.8vw;
	font-weight: 200;
	margin: 0px;
	margin-bottom: 1vw;
}
.offset > h4{
	color: #FFF;
	font-size: 3.8vw;
	letter-spacing: .6vw;
	font-weight: 700;
	margin: 0px;
	line-height: 1;
}
.offset > h4 > span{
	font-weight: 800;
}
.offset > h5{
	color: #FFF;
	font-size: 3.8vw;
	letter-spacing: .3vw;
	font-weight: 200;
	margin: 0px;
	line-height: 1;
}
.offset > div {
	width: 100%;
	justify-content: center;
	align-items: center;
	display: flex;
}
.offset > div > p{
	font-size: 1vw;
	width: 45%;
	color: #FFF;
}
.offset > div > ul{
	font-size: 1vw;
	width: 15%;
	color: #FFF;
}
.offset > div > ul > li{
	font-weight: 300;
}


.experiencia{
	padding-bottom: 0px;
}
.experiencia > article:nth-child(1){
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.experiencia > article:nth-child(1) > h2{
	font-weight: 800;
	color: var(--verde);
	font-size: 10vw;
	margin: 0px;
	line-height: 1;
}
.experiencia > article:nth-child(1) > p{
	font-weight: 700;
    font-size: 2vw;
    margin: 0px;
    padding-left: 2%;
    width: 26%;
    letter-spacing: 0.3vw;
    line-height: 1.1;
}
.imagen{
	background-image: url(images/3.png);
	background-size: 100%;
	background-repeat: no-repeat;
	height: 43vw;
	background-position: center center;
}
.procesos{
	padding-bottom: 10vw;
}
.procesos > h2{
	font-weight: 300;
}
.procesos > h2 > span{
	font-weight: 800;
}
.procesos > div{
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.procesos > div > article{
	width: 20%;
	height: 32vw;
	margin-left: 3%;
	margin-right: 3%;
}
.procesos > div > article > h2{
	font-size: 2vw;
	font-weight: 700;
	width: 60%;
	padding-right: 40%;
	line-height: 1;
}
.procesos > div > article > p{
	font-size: 1.5vw;
	font-weight: 400;
	line-height: 1.1;
	color: #666;
}
.procesos > div > article > div{
	position: relative;
	width: 100%;
	height: 18vw;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.procesos > div > article:nth-child(1) > div{
	background-image: url(images/proceso-1.png);
}
.procesos > div > article:nth-child(2) > div{
	background-image: url(images/proceso-2.png);
}
.procesos > div > article:nth-child(3) > div{
	background-image: url(images/proceso-3.png);
}

.servicios{
	background-color: var(--fondo);
	display: flex;
	flex-direction: row;
	display: none;
}
.servicios > article{
	position: relative;
	width: 45%;
	padding-left: 5%;
}
.servicios > aside{
	position: relative;
	width: 45%;
	padding-left: 5%;
}
.servicios > article > p{
	font-weight: 600;
	font-size: 2.2vw;
	color: var(--azul);
	line-height: 1;
	margin-bottom: 6vw;
}
.servicios > article > ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.servicios > article > ul > li{
	font-weight: 800;
	font-size: 1.6vw;
	letter-spacing: .3vw;
	line-height: 1;
	margin-bottom: 2vw;
	width: 50%;
	cursor: pointer;
}
.servicios > aside > h2{
	font-weight: 800;
	font-size: 1.6vw;
	letter-spacing: .3vw;
	line-height: 1;
	margin-bottom: 2vw;
	cursor: pointer;
}
.servicios > aside > div{
	width: 80%;
	height: 28vw;
	background-image: url(images/placeholder-1.webp);
	background-position: center center;
	background-size: cover;
}
.ubicacion{
	position: relative;
	width: 100%;
	padding:0px;
	display: none;
}
.ubicacion > iframe{
	border:0px;
	width: 100%;
	height: 35vw;
}

footer{
	position: relative;
	height: 40vw;
	background-color: var(--fondo);
	display: flex;
}
footer > div{
	position: relative;
	width: 12%;
	height: 100%;
	background-image: url(images/teclado.png);
	background-position: center center;
	background-size: cover;
}
footer > form{
	position: relative;
	width: 35%;
	height: 100%;
	padding-left: 2%;
	padding-right: 2%;
	display: flex;
	align-items: center;
	flex-direction: column;
}
footer > form > p{
	font-size: 1.1vw;
	line-height: 1;
	font-weight: 600;
	color: var(--azul);
	padding-top: 7vw;
}
footer > form > input{
	background-color: transparent;
	border:0px;
	border-bottom: solid 1px #999;
	font-family: "Titillium Web", sans-serif;
	font-weight: 700;
	font-size: 1.2vw;
	letter-spacing: .2vw;
	width: 100%;
	margin-top: 1vw;
}
::placeholder{
	color: var(--azul);
}
footer > form > input[type=submit]{
	border:0px;
	background-color: var(--azul);
	color: #FFF;
	text-transform: uppercase;
	width: 25%;
	margin-top: 3vw;
	letter-spacing: .4vw;
}
footer > article{
	width: 39%;
    padding-right: 10%;
    display: flex;
    flex-direction: column;
    justify-content: normal;
    align-items: flex-end;
}
footer > article > p{
	color: var(--azul);
	font-size: 1.4vw;
	line-height: 1;
	font-weight: 400;
	padding-top: 7vw;
	text-align: right;
}
footer > article > div{
	width: 30%;
}
footer > article > div > h2{
	font-size: 1.2vw;
	font-weight: 700;
	padding-top: 2vw;
	margin: 0px;
	line-height: 1;
	text-align: right;
}
footer > article > div > article{
	display: flex;
	justify-content: space-around;
}
footer > article > div > article > a > p{
	font-size: 2vw;
}
.logo{
	height: 5vw;
	background-color: #FFF;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 80%;
}
.hamburger{
	display: none !important;
}
.no-movil{
	display: block;
}
.solo-movil{
	display: none;
}
@media (max-width: 480px){
	.no-movil{
		display: none;
	}
	.solo-movil{
		display: block;
	}
	.hamburger{
		display: block !important;
	}
	header{
		display: block;
	}
	header > div{
		background-size: auto 80%;
	}
	header > nav{
		width: 100%;
	    top: 100px;
	    background-color: #FFF;
	    height: 70vh;
	    padding-bottom: 20vh;
	    align-items: center;
	    justify-content: center;
	    flex-direction: column;
	    left: 0px;
	    position: fixed;
	    display: none;
	}
	header > nav div{
		padding: 0px;
	    width: 100%;
	    text-align: center;
	    line-height: 15vw;
	    height: 15vw;
	    font-size: 6vw;
        font-weight: 800;
	}
	section > h2{
		font-size: 6vw;
	}
	.banner{
		flex-direction: column;
		height: auto;
		padding-top: 10vw;
		padding-bottom: 10vw;
	}
	.banner > article{
		width: 80%;
		padding-left: 10%;
		padding-right: 10%;
	}
	.banner > article > h2{
		font-size: 5vw;
		margin-bottom: 2vw;
	}
	.banner > article > h1{
		font-size: 12vw;
	}
	.banner > article > h3{
		font-size: 4vw;
		margin-top: 2vw;
	}
	.banner > aside{
		width: 80%;
	}
	.banner > aside > img{
		width: 100%;
		margin-top: 0px;
	}
	.descanso{
		width: 100%;
	    padding-top: 10vw;
	}
	.descanso > h2{
		font-size: 8vw;
	}
	.descanso > p{
		font-size: 4vw;
	}
	.descanso > h3{
		font-size: 4vw;
	}
	.descanso > h4{
		width: 85%;
        padding-left: 10%;
        padding-right: 5%;
        font-size: 4vw;
        padding-top: 5vw;
        padding-bottom: 5vw;
        margin-top: 6vw;
	}
	.divisiones > div, .procesos > div{
		flex-wrap: wrap;
	}
	.divisiones > div > article, .procesos > div > article{
		width: 70%;
		margin-bottom: 5vw;
		height: auto;
	}
	.divisiones > div > article > div, .procesos > div > article > div{
		height: 65vw;
	}
	.divisiones > div > article > h2, .procesos > div > article > h2{
		font-size: 5vw;
	}
	.experiencia > article:nth-child(1) > h2{
		font-size: 20vw;
	}
	.experiencia > article:nth-child(1) > p, .procesos > div > article > p{
		font-size: 4vw;
	}

	.servicios{
		flex-direction: column;
		padding-top: 10vw;
		padding-bottom: 10vw;
	}
	.servicios > article, .servicios > aside {
	    width: 80%;
	    padding-left: 10%;
	    padding-right: 10%;
	}
	.servicios > article > p{
		font-size: 5vw;
	}
	.servicios > aside > h2{
		font-size: 4vw;
		margin-bottom: 5vw;
		color: var(--azul);
	}
	.servicios > article > ul > li{
		font-size: 4vw;
		margin-bottom: 6vw;
		width: 100%;
	}

	.servicios > aside > div{
		width: 100%;
		height: 55vw;
	}
	.ubicacion > iframe{
		height: 70vw;
	}

	footer{
		flex-direction: column;
		height: auto;
	}
	footer > form, footer > article{
		width: 80%;
		padding-left: 10%;
		padding-right: 10%;
	}
	footer > form > p{
		font-size: 4vw;
		padding-top: 7vw;
	}
	footer > form > input{
		font-size: 4vw;
	}
	footer > article{
		align-items: center;
	}
	footer > article > div{
		width: 50%;
	}
	footer > article > p, footer > article > div > h2{
		text-align: center;
		font-size: 4vw;
	}
	footer > article > div > article > a > p{
		font-size: 6vw;
	}
	.offset{
		padding-top: 10vw;
		padding-bottom: 10vw;
	}
	.offset > h3{
		font-size: 5vw;
	}
	.offset > h4{
		font-size: 8vw;
	}
	.offset > h5{
		font-size: 7vw;
	}
	.divisiones > div > aside{
		width: 75%;
    	font-size: 4vw;
	}
	.divisiones > div > aside ul{
		font-size: 3.5vw;
	}
	.experiencia{
		margin-top: 10vw;
	}
	.offset > div{
		flex-direction: column;
	}
	.offset > div > p, .offset > div > ul{
		font-size: 4vw;
    width: 80%;
	}
}

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