@font-face {
    font-family: 'Trip Sans';
    src: url('fonts/TripSans-Regular.woff2') format('woff2'),
        url('fonts/TripSans-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Trip Sans Ultra';
    src: url('fonts/TripSans-Ultra.woff2') format('woff2'),
        url('fonts/TripSans-Ultra.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Trip Sans';
    src: url('fonts/TripSans-Bold.woff2') format('woff2'),
        url('fonts/TripSans-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Trip Sans Mono';
    src: url('fonts/TripSansMono-Regular.woff2') format('woff2'),
        url('fonts/TripSansMono-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Trip Sans';
    src: url('fonts/TripSans-Medium.woff2') format('woff2'),
        url('fonts/TripSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


/*********************
 * PALETA DE COLORES *
 ********************/
:root{
    --azul: #00abb5;
    --azul-cielo: #5decf9;
    --azul-oscuro: #007781;
    --cafe: #6d4545;
    --beige: #d2bdbd;
    --sans: 'Trip Sans';
    --mono: 'Trip Sans Mono';
    --ultra: 'Trip Sans Ultra';
}

/*********************
 * ESTILOS GENERALES *
 ********************/
.tope{
    width: 100%;
    height: 100px;
    background-color: var(--fondo);
}
*{
    box-sizing: border-box;
    position: relative;
    margin: 0px;
}
body{
    margin: 0 auto;
    font-weight: 400;
    background-color: #FFF;
    font-family: var(--sans);
    -webkit-font-smoothing:antialiased;
    color: var(--azul);
}
section{
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 5vw;
    padding-left: 7%;
    padding-right: 7%;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
/*section > *{
    padding-left: 2%;
    padding-right: 2%;
}*/
h1{
    font-size: 2vw;
    font-weight: 500;
    line-height: .75;
    text-align: center;
    font-family: var(--sans);
    width: 100%;
    padding-top: 2vw;
    padding-bottom: 2vw;
}
h2{
    font-size: 2vw;
    font-weight: 400;
}
p{
    font-size: 1.2vw;
    font-weight: 500;
    line-height: 1.2;
}

/*********************
 *      HEADER       *
 ********************/
header{
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    background-color: var(--azul);
    justify-content: space-between;
}
header > a{
    width: 13%;
    z-index: 13;
}
header img{
	width: 6%;
    margin-left: 5%;
}

/*********************
 *    BOTON MENU     *
 ********************/
input[type="checkbox"], .logo-movil{
    display:none;
}
label{
    display: flex;
    flex-direction: column;
    width: 45px;
    cursor: pointer;
    right: 5%;
    /*position:fixed;*/
    z-index: 11;
    top: 0vw;
    right: 1%;
    box-sizing: content-box;
    padding: 10px;
    display: none
}
label span{
    background: #FFF;
    height:3px;
    margin: 3px 0;
    transition: .4s  cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
label span:nth-of-type(1){
    width:50%;
}
label span:nth-of-type(2){
    width:100%;
}
label span:nth-of-type(3){
    width:75%;
}    
input[type="checkbox"]:checked ~ span:nth-of-type(1){
    transform-origin:bottom;
    transform:rotatez(45deg) translate(3px,0px)
}
input[type="checkbox"]:checked ~ span:nth-of-type(2){
    transform-origin:top;
    transform:rotatez(-45deg)
}
input[type="checkbox"]:checked ~ span:nth-of-type(3){ 
    transform-origin:bottom;
    width:50%;
    transform: translate(30px,-11px) rotatez(45deg);
    transform: translate(15px, -4px) rotatez(45deg);
}
.abierto{
    background-color: var(--verde);
}


/*********************
 *        MENU       *
 *********************/
nav{
	position: relative;
	top: 0px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
    /*display: none;*/
}
nav a{
	color: #FFF;
	font-size: 1.2vw;
    font-weight: 500;
    margin-left: 4%;
    margin-right: 4%;
}
nav a:hover{
    animation-name: separa;
}


/*********************
 *      BANNER       *
 ********************/
.banner{
    width: 100%;
    height: 46vw;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#inicio{
    background-image: url(images/banner.png);
}
#sumate{
    background-image: url(images/sumate.png);
    height: 43vw;
}

/*********************
 *      VIDEOS       *
 ********************/
.videos > h1{
    text-align: left;
    padding-left: 3%;
    padding-right: 3%;
}
.videos > aside iframe{
    width: 100%;
    height: 15vw;
}
.videos > aside:nth-child(2){
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 4vw;
    overflow: hidden;
    padding-bottom: 1vw;
}
.videos > aside:nth-child(2) article{
    width: 29%;
    /*min-height: 23vw;*/
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.1);
     display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.videos > aside:nth-child(2) article > div{
    height: 15vw;
    width: 100%;
    background-image: url(images/sumate.png);
    background-position: center center;
    background-size: cover;
    cursor: pointer;
}
.videos > aside:nth-child(2) article > h2{
    width: 80%;
    height: 10vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6vw;
    line-height: 1.1;
    /*display: none;*/
}
.videos > aside:nth-child(3){
    position: absolute;
    right: 5%;
    top: 6vw;
}
.videos > aside:nth-child(3) > img{
    width: 3vw;
    cursor: pointer;
}
.videos > aside:nth-child(3) > img:nth-child(2){
    transform: rotate(180deg);
    margin-left: 1vw;
}

/*********************
 *      RUTINAS      *
 ********************/
.rutinas{
    background-color: var(--azul);
}
.rutinas > aside:nth-child(1){
    width: 100%;
    overflow: hidden;
}
.rutinas > aside:nth-child(1) article{
    background-color: #FFF;
    width: 100%;
    padding: 5vw;
    padding-left: 4%;
    padding-right: 4%;
    display: flex;
    background-repeat: no-repeat;
    background-size: auto 83%;
    background-position: 89% center;
}
.rutinas > aside:nth-child(1) article > aside{
    width: 55%;
    display: flex;
    flex-direction: column;
}
.rutinas > aside:nth-child(1) article > aside > h2{
    font-weight: 500;
    font-size: 1.8vw;
}
.rutinas > aside:nth-child(1) article > aside > h1{
    text-align: left;
    font-size: 2.7vw;
    font-weight: 400;
    line-height: 1;
}
.rutinas > aside:nth-child(1) article > aside > a{
    margin-top: 1.5vw;
}
.rutinas > aside:nth-child(2){
    position: absolute;
    right: 3.9%;
    top: 17vw;
    z-index: 2;
}
.rutinas > aside:nth-child(2) > img{
    width: 3vw;
    cursor: pointer;
}
.rutinas > aside:nth-child(2) > img:nth-child(2){
    transform: rotate(180deg);
    margin-left: 0vw;
}

.rutinas > aside:nth-child(1) article > div{
    width: 40%;
    margin-left: 5%;
    height: 20vw;
    background-color: #FA0;
    background-position: center center;
    background-size: cover;
    cursor: pointer;
}

/*********************
 *      RECETAS      *
 ********************/
.recetas{
}
.recetas > aside{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 4vw;
    overflow: hidden;
}
.recetas > aside article{
    width: 29%;
    height: 23vw;
    /*margin: 1.5vw;*/
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.recetas > aside article > div:nth-child(1){
    height: 15vw;
    width: 100%;
    background-image: url(images/sumate.png);
    background-position: center center;
    background-size: cover;
    cursor: pointer;
}
.recetas > aside article > div:nth-child(2){
    display: flex;
    height: 8vw;
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
}
.recetas > aside article > div > aside:nth-child(1){
    width: 35%;
}
.recetas > aside article > div > aside:nth-child(2){
    width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}
.recetas > aside article > div > aside > p{
    color: var(--cafe);
    border: solid 1px var(--cafe);
    border-radius: .6vw;
    padding-left: 5%;
    padding-right: 5%;
    width: fit-content;
    margin-top: .5vw;
}
.recetas > aside article > div > aside > h1{
    color: var(--cafe);
    padding: 0px;
    text-align: right;
}
.recetas > aside article > div > aside > a{
    color: var(--beige);
    width: 100%;
    text-align: right;
    margin-top: 1vw;
}
.recetas > aside article > h2{
    width: 80%;
    height: 8vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6vw;
    line-height: 1.1;

    width: 100%;
}
.recetas > img{
    position: absolute;
    right: 3%;
    width: 3vw;
    transform: rotate(180deg);
    cursor: pointer;
}
.recetas > img:nth-child(2){
    left: 3%;
    transform: rotate(0deg);
}

/*********************
 *    CALCULADORA    *
 ********************/
.calculadora{
    background-image: url(images/bkgd_medidas.png);
    background-position: center center;
    background-size: cover;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding-bottom: 25vw;
}
.calculadora > article{
    width: 65%;
}
.calculadora h1, .calculadora p{
    color: #FFF;
    text-align: left;
}
.calculadora > article > p{
    margin-top: 2vw;
    margin-bottom: 2vw;
}
.calculadora > article > form {
    display: flex;
    flex-wrap: wrap;
}
.calculadora > article > form > div{
    width: 50%;
    margin-top: 1vw;
}
.calculadora > article > form > div > input, .calculadora > article > form > div > select{
    background-color: var(--azul-cielo);
    border: 0px;
    border-radius: .5vw;
    height: 2.5vw;
    width: 65%;
    text-align-last: center;
    font-size: 1.2vw;
    margin-top: .5vw;
}
.calculadora > article > form > p{
    background-color: var(--azul-oscuro);
    height: 3vw;
    line-height: 3vw;
    border-radius: .5vw;
    width: 12%;
    text-align: center;
    margin-top: 2vw;
    cursor: pointer;
}
.calculadora > article > form > p:hover{
    background-color: #FFF;
    color: var(--azul-oscuro);
}
.calculadora > div{
    width: 65%;
    display: flex;
    align-items: center;
    border:solid 1px var(--azul-oscuro);
    background-color: #FFF;
    border-radius: .6vw;
    padding: 1vw;
    margin-top: 2vw;
    display: none;
}
.calculadora div > div{
    display: flex;
    flex-direction: column;
    width: 30%;
}
.calculadora div > h2{
    width: 70%;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 1.2vw;
    color: var(--cafe);
}
.calculadora div > div > article{
    display: flex;
    justify-content: center;
    /*align-items: center;*/
    flex-direction: column;
    margin-bottom: 1vw;
}
.calculadora div > div > article > h3{
    font-size: 1.2vw;
    color: var(--azul-oscuro);
    font-weight: 500;
}
.calculadora div > div > article > p{
    font-weight: 700;
    padding-left: 1vw;
    padding: 0px;
    color: var(--cafe);
}


/*********************
 *      MODAL        *
 ********************/
.modal{
    position: fixed;
    width: 100%;
    height: calc(100% - 100px);
    padding: 0px;
    background-color: rgba(0,0,0,.8);
    z-index: 9;
    display: none;
    cursor: pointer;
}
.modal iframe{
    width: 50%;
    height: 28vw;
}

/*********************
 *      FOOTER       *
 ********************/
footer{
    padding-top: 5vw;
    padding-bottom: 5vw;
    display: flex;
    padding-left: 3%;
    padding-right: 3%;
    border-bottom: solid 15px var(--azul-oscuro);
}
footer > iframe{
    width: 38%;
    height: 26vw;
    border-radius: 1vw;
    border: 0px;
}
footer > form{
    width: 34%;
    padding-left: 8%;
    padding-right: 8%;
}
footer > form > h1{
    text-align: left;
}
footer > form > input, footer > form > textarea{
    width: 100%;
    border:0px;
    padding-left: 5%;
    padding-right: 5%;
    border-radius: .3vw;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    margin-top: .5vw;
    font-family: var(--sans);
}
footer > form > input{
    height: 2.4vw;
}
footer > form > input[type=submit]{
    background-color: var(--azul-oscuro);
    color: #FFF;
    font-weight: 800;
    width: 35%;
}
footer > div{
    width: 28%;
    display: flex;
    flex-direction: column;
}
footer > div > img{
    width: 50%;
    margin-left: 50%;
    margin-bottom: 3vw;
}
footer > div > article{
    display: flex;
    align-items: center;
    justify-content: center;
}
footer > div > article > p{
    text-align: right;
    width: 90%;
    line-height: 1.4;
    font-weight: 400;
    font-size: 1.1vw;
    padding-right: 5%;
}
footer > div > article > aside{
    width: 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
footer > div > article > aside > a{
    width: 100%;
    text-align: center;
    margin-bottom: .3vw;
    margin-top: .3vw;
}


@media (max-width: 480px){
    h1{
        font-size: 5vw;
        text-transform: uppercase;
        line-height: 1.2;
    }
    p{
        font-size: 4vw;
    }
    header img{
        width: 20%;
    }
    label{
        display: flex;
    }
    nav{
        position: fixed;
        width: 100%;
        height: calc(100% - 100px);
        padding-bottom: 20vw;
        background-color: var(--azul);
        top: 100px;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        display: none;
    }
    nav a{
        font-size: 6vw;
        font-weight: 400;
        text-transform: uppercase;
        line-height: 2;
    }
    .banner, #sumate{
        height: 110vw;
    }
    .videos > aside:nth-child(3) > img, .rutinas > aside:nth-child(2) > img, .recetas > img{
        width: 8vw;
    }
    .videos > aside:nth-child(2) article > div{
        height: 50vw;
    }
    .videos > aside:nth-child(2) article > h2, .recetas > aside article > h2, .rutinas > aside:nth-child(1) article > aside > h1{
        font-size: 4vw;
        width: 95%;
        padding-top: 3vw;
        height: auto;
        line-height: 1.2;
    }
    .recetas > aside{
        width: 85%;
    }
    .recetas > aside article{
        height: auto;
    }
    .recetas > aside article > div:nth-child(1){
        height: 40vw;
    }
    .rutinas{
        padding-top: 20vw;
    }
    .rutinas > aside:nth-child(1) article{
        flex-direction: column;
    }
    .rutinas > aside:nth-child(1) article > aside, .rutinas > aside:nth-child(1) article > div{
        width: 100%;
    }
    .rutinas > aside:nth-child(1) article > div{
        margin-left: 0px;
        height: 43vw;
    }
    .rutinas > aside:nth-child(2){
        top: 6vw;
    }
    .calculadora{
        padding-top: 20vw;
    }
    .calculadora h1{
        font-size: 6vw;
    }
    .calculadora > article > form > div > input, .calculadora > article > form > div > select{
        width: 90%;
        height: 7vw;
        font-size: 3vw;
    }
    .calculadora > article > form > div{
        margin-top: 5vw;
    }
    .calculadora > article > form > p {
        height: 8vw;
        line-height: 8vw;
        width: 25%;
        margin-top: 5vw;
    }
    .calculadora > div{
        width: 100%;
        margin-top: 5vw;
        flex-direction: column;
        padding-top: 5vw;
        padding-bottom: 5vw;
    }
    .calculadora div > div{
        width: 90%;
    }
    .calculadora div > div > article > h3{
        font-size: 4vw;
    }
    .calculadora div > div > article > p{
        font-size: 5vw;
    }
    .calculadora div > h2{
        font-size: 4vw;
        width: 100%;
    }
    footer{
        flex-direction: column;
    }
    footer > iframe, footer > form, footer > div, .calculadora > article{
        width: 100%;
    }
    footer > iframe{
        height: 70vw;
    }
    footer > form > h1{
        padding-top: 7vw;
        padding-bottom: 5vw;
        font-size: 7vw;
        text-align: center;
    }
    footer > form > input{
        height: 8vw;
        margin-bottom: 2vw;
        text-align: center;
    }
    footer > form > input[type=submit]{
        margin-top: 4vw;
        margin-left: 32.5%;
    }
    footer > div{
        flex-direction: column-reverse;
    }
    footer > div > article{
        flex-direction: column;
    }
    footer > div > article > p{
        font-size: 4vw;
        text-align: center;
        width: 100%;
        padding: 0px;
        padding-top: 5vw;
        padding-bottom: 5vw;
    }
    footer > div > article > aside > a{
        font-size: 5vw;
    }
    footer > div > article > aside{
        flex-direction: row;
        width: 50%;
        padding-top: 5vw;
        padding-bottom: 10vw;
    }
    footer > div > img {
        width: 30%;
        margin-left: 35%;
    }
}






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

.swiper-button-next, .swiper-button-prev{
    display: none !important;
}

