@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&family=Montserrat:wght@400;800&display=swap');
@font-face {
    font-family: 'zuume';
    src: url('fonts/zuume-black-webfont.woff2') format('woff2'),
         url('fonts/zuume-black-webfont.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'zuume';
    src: url('fonts/zuume-extrabold-webfont.woff2') format('woff2'),
         url('fonts/zuume-extrabold-webfont.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'zuume';
    src: url('fonts/zuume-bold-webfont.woff2') format('woff2'),
         url('fonts/zuume-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'zuume';
    src: url('fonts/zuume-semibold-webfont.woff2') format('woff2'),
         url('fonts/zuume-semibold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'zuume';
    src: url('fonts/zuume-medium-webfont.woff2') format('woff2'),
         url('fonts/zuume-medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'zuume';
    src: url('fonts/zuume-regular-webfont.woff2') format('woff2'),
         url('fonts/zuume-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'zuume';
    src: url('fonts/zuume-light-webfont.woff2') format('woff2'),
         url('fonts/zuume-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'zuume';
    src: url('fonts/zuume-extralight-webfont.woff2') format('woff2'),
         url('fonts/zuume-extralight-webfont.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'zuume';
    src: url('fonts/zuume-blackitalic-webfont.woff2') format('woff2'),
         url('fonts/zuume-blackitalic-webfont.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}
@font-face {
    font-family: 'zuume';
    src: url('fonts/zuume-extrabolditalic-webfont.woff2') format('woff2'),
         url('fonts/zuume-extrabolditalic-webfont.woff') format('woff');
    font-weight: 800;
    font-style: italic;
}
@font-face {
    font-family: 'zuume';
    src: url('fonts/zuume-bolditalic-webfont.woff2') format('woff2'),
         url('fonts/zuume-bolditalic-webfont.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'zuume';
    src: url('fonts/zuume-semibolditalic-webfont.woff2') format('woff2'),
         url('fonts/zuume-semibolditalic-webfont.woff') format('woff');
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: 'zuume';
    src: url('fonts/zuume-mediumitalic-webfont.woff2') format('woff2'),
         url('fonts/zuume-mediumitalic-webfont.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'zuume';
    src: url('fonts/zuume-italic-webfont.woff2') format('woff2'),
         url('fonts/zuume-italic-webfont.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'zuume';
    src: url('fonts/zuume-lightitalic-webfont.woff2') format('woff2'),
         url('fonts/zuume-lightitalic-webfont.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'zuume';
    src: url('fonts/zuume-extralightitalic-webfont.woff2') format('woff2'),
         url('fonts/zuume-extralightitalic-webfont.woff') format('woff');
    font-weight: 200;
    font-style: italic;
}
/*
	font-family: 'Libre Baskerville', serif;
    font-family: 'Montserrat', sans-serif;
	font-family: 'zuume';
*/

:root{
	--amarillo: #ffff00;
	--fosfo: #eefe3c;
	--rojo: #ff015b;
	--gris: #e4e0e1;
    --morado: #773192;
    --purpura: #a10ec4;
}

body{
	margin: 0 auto;
	font-family: 'zuume';
	-webkit-font-smoothing:antialiased;
     background-color: #FFF;
     color: #333;
     text-align: center;
}
section{
    position: relative;
    width: 80%;
    padding-left: 10%;
    padding-right: 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 10vw;
    padding-top: 10vw;
}
.inicio, .descanso{
    background: rgb(105,47,136);
    background: linear-gradient(90deg, rgba(105,47,136,1) 0%, rgba(180,26,191,1) 35%, rgba(215,81,133,1) 100%);
    color: #FFF;
    text-align: left;
}
.inicio > h2{
    font-size: 26vw;
    font-weight: 800;
    line-height: .9;
}
.inicio > img{
    position: absolute;
    right: 12%;
    width: 20%;
    top: 56vw;
}
.definicion > p{
    font-family: 'Libre Baskerville', serif;
}
.definicion > h1, .descanso > h2, .etapas > h2, .clientes > h2, footer > h2{
    font-size: 10vw;
    margin-bottom: 1vw;
    z-index: 2;
}
.descanso > h3{
    font-weight: 300;
    font-size: 7vw;
    margin-top: 1vw;
}
.etapas > ul{
    font-family: 'Libre Baskerville', serif;
    text-align: left;
    padding-left: 2vw;
    margin-top: 12vw;
}
.etapas > ul > li{
    margin-bottom: 4vw;
}
.etapas > ul > li > span{
    font-weight: 500;
    font-size: 7vw;
    font-family: 'zuume';
}
.clientes > div{
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 10vw;
    margin-top: 10vw;
}
.clientes > div > article{
    position: relative;
    width: 23vw;
    height: 23vw;
    background-position: center center;
    background-size: 80%;
    background-repeat: no-repeat;
    margin: 1vw;
}
.proyectos{
    padding: 0px;
    width: 100%;
    overflow: hidden;
}
.proyectos .frame{
    position: relative;
    width: 100%;
    height: 80vw;
    background-size: cover;
    background-position: center center;
}
footer{
    position: relative;
    background: rgb(127,54,109);
    background: linear-gradient(90deg, rgba(127,54,109,1) 0%, rgba(201,30,86,1) 50%, rgba(228,108,79,1) 100%);
    color: #FFF;
    height: 100vw;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 20vw;
    padding-bottom: 20vw;
}
footer > h3{
    font-weight: 300;
    font-size: 9vw;
    margin-top: 1vw;
    z-index: 2;
}
footer > h4{
    font-size: 130vw;
    position: absolute;
    margin: 0px;
    padding: 0px;
    color: #ae042e;
    z-index: 1;
}
footer > p{
    position: relative;
    z-index: 2;
    font-size: 4vw;
    font-family: 'Libre Baskerville', serif;
}

@media (min-width: 1024px){
    section{
        padding-top: 4vw;
        padding-bottom: 4vw;
    }
    .inicio > h2{
        font-size: 15vw;
        margin: 0px;
    }
    .inicio > img{
        width: 15%;
        top: 13vw;
    }
    .definicion > h1, .descanso > h2, .etapas > h2, .clientes > h2, footer > h2{
        font-size: 4vw;
    }
    .clientes > div{
        margin-top: 1vw;
        margin-bottom: 1vw;
    }
    .clientes > div > article{
        width: 13vw;
        height: 10vw;
    }
    .descanso > h2{
        font-size: 6vw;
        line-height: .9;
    }
    .descanso > h3{
        font-size: 5vw;
        line-height: .9;
    }
    .definicion > h1{
        font-size: 5vw;
        margin-bottom: 1vw;
    }
    .etapas{
        width: 90%;
        padding-left: 5%;
        padding-right: 5%;
    }
    .etapas > ul{
        margin-top: 3vw;
        display: flex;
        list-style: none;
    }
    .etapas > ul > li{
        margin-bottom: 4vw;
        width: 22%;
        padding-left: 1.5%;
        padding-right: 1.5%;
    }
    .etapas > ul > li > span{
        font-size: 2.5vw;
        line-height: 2;
    }
    .proyectos .frame{
        height: 55vw;
    }
    footer{
        height: 50vw;
        padding: 0px;
        overflow: hidden;
    }
    footer > h3{
        font-size: 3vw;
        margin-top: 0vw;
    }
    footer > p{
        font-size: 1.5vw;
    }
    footer > h4{
        font-size: 54vw;
        line-height: .7;
    }
}

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