body{
    font-family: 'Aeonik-Light';
    font-size: 14px;
    color: #2C2B2B;
}

header{
    padding-top: 60px;
}

.inside{
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}

#ico_mano{
    width: 73px;
}

article{
    box-sizing: border-box;
    position: relative;
}

#banner{
    font-size: 72px;
    line-height: 82px;
    text-align: left;
    font-family: 'Aeonik-Bold';
    padding-top: 160px;
    height: calc(100vh - 100px);
    overflow: hidden;
}

#banner .inside{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

#cube {
    height:80px;
    width:80px;
    margin-left: -40px;
    margin-top: -120px;
    position:absolute;
    top:50%;
    left:50%;    
}

#cube span{  
    height:100%;
    width:100%; 
    border: 2px solid #2C2B2B;
    box-sizing: border-box;
    background-image: url(../img/arrow_down.svg);
    background-repeat: no-repeat;
    border-radius: 50%;
    background-position: center;
    transform: scale(0);
    transition: 750ms;
    display: block;
    cursor: pointer;
    background-color: #fff;
}

#banner:hover #cube span{
    transform: scale(1);
}

#novedades .inside a{
    position: absolute;
    top: 30px;
    right: 0;
    font-size: 24px;
    line-height: 32px;
    color: #2C2B2B;
}

h2{
    font-size: 56px;
    line-height: 66px;
    text-align: left;
    font-family: 'Aeonik-Bold';
}

#carrusel{
    padding-top: 40px;
    padding-bottom: 100px;
}

#carrusel figure{
    display: inline-block;
}

#carrusel figure img{
    width: 100%;
}

h3{
    font-size: 24px;
    line-height: 32px;
    text-align: left;
    font-family: 'Aeonik-Bold';
}

h3 span{
    font-family: 'Aeonik-Light';
    color: #8C8987;
}

.imgs1{
    max-width: 340px;
}

.imgs2{
    max-width: 550px;
}

.imgs2 figcaption{
    width: 60%;
}

#equipo{
    text-align: center;
    background: rgb(255,64,105);
    background: linear-gradient(180deg, rgba(255,64,105,1) 0%, rgba(255,75,114,1) 100%);
}

#equipo img{
    max-width: 100%;
    width: 100%;
}

#somos{
    padding-top: 170px;
}

#somos h2{
    font-family: 'Aeonik-Light';
    width: 80%;
    margin-bottom: 40px;
}

#somos a{
    font-size: 24px;
    line-height: 32px;
    color: #2C2B2B;
}

.title{
    font-family: 'Aeonik-Bold';
    font-size: 32px;
    line-height: 40px;
}

.subtitle{
    font-size: 24px;
    line-height: 32px;
    padding-top: 6px;
    color: #8C8987;
}

.description{
    font-family: 'IntelligentDesign-AvertaStdPE-Regular';
    font-size: 18px;
    line-height: 26px;
    padding-top: 16px;
}

.grid_2{
    padding-top: 130px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 45px;
}

.grid_2 > div{
    margin-bottom: 25px;
}

#equipos_div{
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 20px;
    transition: height .5s ease;
    overflow: hidden;
    box-sizing: border-box;
}

#equipos_div:before{
    display: block;
    height: 85px;
    content: '';
    grid-column-start: 1;
    grid-column-end: -1;
}

#equipos_div:not(.active) {
    display: none;
}

#equipo_carrusel{
    text-align: right;
    padding-top: 150px;
}

#equipo_carrusel .inside{
    padding-bottom: 35px;
}

#equipo_carrusel .slider{
    width: calc(50% + 350px);
    display: inline-block;
    text-align: left;
    position: relative;
    overflow: hidden
}

#equipo_carrusel .slider .miembros{
    transform: translate(90px, -90px);
    display: table;
    transition: 750ms;
}

#equipo_carrusel .slider figure{
    max-width: 535px;
    display: inline-block;
    padding-right: 40px;
    display: table-cell;
    opacity: 0.1;  
    transition: 750ms;
}

#equipo_carrusel .slider figure img{
    max-width: 535px;  
}

#equipo_carrusel .slider figure.active{
    opacity: 1;
}

#equipo_carrusel .slider figure figcaption{
    padding-top: 20px;
}

#equipo_carrusel .slider h2{
    transform: rotate(90deg) translateY(-60px);
    transform-origin: left top;
    background-color: #fff;
    position: relative;
    z-index: 2;
}

#prev, #next{
    opacity: 0.5;
}

#prev.active, #next.active{
    opacity: 1;
    cursor: pointer;
}

#next{
    margin-left: 30px;
    transform: rotate(180deg);
}

#unete .inside{
    padding-top: 80px;
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 45px;
}

#unete h3{
    font-size: 32px;
    line-height: 40px;
    padding-left: 15px;
}

#unete a {
    font-size: 24px;
    line-height: 32px;
    padding-left: 15px;
    color: #2C2B2B;
    border-top: 1px solid #E6E5E5;
    display: block;
    margin-top: 25px;
    padding-top: 25px;
}

#unete .inside div{
    color: #8C8987;
}

footer{
    background-color: #F5F5F5;
    margin-top: 220px;
}

footer .inside{
    padding-top: 80px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 45px;
}

footer h2{
    padding-bottom: 15px;
}

footer a{
    color: #2C2B2B;
    text-decoration: none;
    transition: 750ms;
}

footer a:hover{
    color: #AAAAA7;
}

footer .bordered{
    border-top: 1px solid #E6E5E5;
    margin-top: 60px;
    padding: 20px 0;
}

footer .bordered nav a{
    font-family: 'IntelligentDesign-AvertaStdPE-Regular';
    font-size: 14px;
    margin-right: 15px;
    position: relative;
}

footer .bordered nav span {
    font-family: 'IntelligentDesign-AvertaStdPE-Regular';
    font-size: 14px;
    margin-right: 15px;
    position: relative;
}

footer .bordered nav a:after, footer .bordered nav span:after{
    content: '';
    width: 2px;
    height: 2px;
    background-color: #2C2B2B;
    position: absolute;
    top: 8px;
    right: -10px;
}

footer .bordered nav a:last-child:after{
    display: none;
}

footer .bordered a svg{
    fill: #2E2B29;
}

footer .bordered a:hover svg{
    fill: #ff3d6b;
}

.slider-wrap{
    overflow: hidden;
    padding:20px 0;
    position: relative;
    width: 100%;
}

    .slider-wrap .slider{
        font-size: 0;
        display: table;
        /*transition: margin-left 5s linear;*/
    }

    .slider-wrap .slider.no-transition{
        transition:none;
    }

        .slider-wrap li {
            padding-right: 90px;
            text-align: center;
            display: table-cell;
        }

            .slider-wrap li figure{
                box-sizing: border-box;
                border-radius: 1px;
                margin:0;
                width: 340px;
                vertical-align: top;
            }

            .slider-wrap li figure.imgs2{
                width: 550px;
            }

                .slider-wrap li figure img{
                    box-sizing: border-box;
                    padding: 0;
                    width: inherit;
                }

                .slider-wrap li figcaption{
                    color:#2C2B2B;
                    margin-top: 25px;
                }

/******efectos*******/
#novedades h2{
    opacity: 0;
    transform: translateY(100px);
    transition: 750ms;
}

#novedades.visible h2{
    opacity: 1;
    transform: translateY(0px);
}

#novedades #carrusel{
    overflow: hidden;
    width: 0;
    transition: 1250ms;
}

#novedades.visible #carrusel{
    width: 100%;
}

#equipo{
    opacity: 0;
    transform: translateY(80px);
    transition: 750ms;
}

#equipo.visible{
    opacity: 1;
    transform: translateY(0px);
}

#somos .inside{
    opacity: 0;
    transform: translateY(140px);
    transition: 750ms;
}

#somos.visible .inside{
    opacity: 1;
    transform: translateY(0px);
}

#equipo_carrusel .slider{
    width: 0;
    transition: 1100ms;
}

#equipo_carrusel.visible .slider{
    width: calc(50% + 350px);
}

#unete h2{
    opacity: 0;
    transform: translateY(110px);
    transition: 750ms;
}

#unete.visible h2{
    opacity: 1;
    transform: translateY(0px);
}

#unete div{
    opacity: 0;
    transform: translateY(150px);
    transition: 1250ms;
}

#unete.visible div{
    opacity: 1;
    transform: translateY(0px);
}