body {
    font-size: 16px;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    min-height: 100vh;
    color: var(--color-white);
    background-color: var(--color-alternative);
    overflow-x: hidden;
}
.red {
    color: var(--color-red)
}
.uppercase {
    text-transform: uppercase;
}

/*.grecaptcha-badge { opacity:0;}*/
.grecaptcha-badge {
    z-index: 100;
    bottom: -5rem !important;
}

.contents {
    overflow-x: hidden;
}



/*************************************************************************
*
*   Componente: Modal
*
**************************************************************************/

.swal2-popup {
    background: var(--color-alternative) !important;
    color: var(--color-white) !important;
}


/*************************************************************************
*
*   Componente: ARROW UP
*
**************************************************************************/

.arrow-up {
    position: fixed;
    bottom: -3rem;
    right: 1rem;
    background-color: var(--color-black);
    padding: .4rem;
    cursor: pointer;
    opacity: 0;
    z-index: 20;
    color: var(--color-white);
    transition: all .2s linear;
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.arrow-up:hover {
    background-color: var(--color-gray-dark);
}
.arrow-up.sticky {
    bottom: 1rem;
    opacity: 1;
}
.arrow-up__icon {
    font-size: 1rem;
}


/*************************************************************************
*
*   Componente: Invalid Messages (Form)
*
**************************************************************************/

.invalid-feedback {
    color: #ffc107;
    font-size: .7rem;
    margin-top: .3rem;
    line-height: 1.2;
    position: absolute;
}

/*************************************************************************
*
*   Componente: BANNER
*
**************************************************************************/

.banner {
    height: 100vh;
    min-height: 360px;
    max-height: 1180px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 60;
    padding: 3rem;
    /*background-color: var(--color-white);*/
}

.no-webp .banner--about {
    background-image: url("../images/photos/banners/mobile/nosotros.jpg");
}
.webp .banner--about {
    background-image: url("../images/photos/banners/mobile/webp/nosotros.webp");
}
.no-webp .banner--habitat {
    background-image: url("../images/photos/banners/mobile/panorama-habitat.jpg");
}
.webp .banner--habitat {
    background-image: url("../images/photos/banners/mobile/webp/panorama-habitat.webp");
}
.no-webp .banner--taller-de-proyectos {
    background-image: url("../images/photos/banners/mobile/taller-de-proyectos.jpg");
}
.webp .banner--taller-de-proyectos {
    background-image: url("../images/photos/banners/mobile/webp/taller-de-proyectos.webp");
}
.no-webp .banner--panorama-capital {
    background-image: url("../images/photos/banners/mobile/panorama-capital.jpg");
}
.webp .banner--panorama-capital {
    background-image: url("../images/photos/banners/mobile/webp/panorama-capital.webp");
}
.no-webp .banner--panorama-usa {
    background-image: url("../images/photos/banners/mobile/panorama-usa.jpg");
}
.webp .banner--panorama-usa {
    background-image: url("../images/photos/banners/mobile/webp/panorama-usa.webp");
}
.no-webp .banner--panorama-inver {
    background-image: url("../images/photos/banners/mobile/panorama-inver.jpg");
}
.webp .banner--panorama-inver {
    background-image: url("../images/photos/banners/mobile/webp/panorama-inver.webp");
}
.no-webp .banner--presskit {
    background-image: url("../images/photos/banners/mobile/presskit.jpg");
}
.webp .banner--presskit {
    background-image: url("../images/photos/banners/mobile/webp/presskit.webp");
}
@media screen and (-webkit-device-pixel-ratio: 2),
        screen and (-webkit-device-pixel-ratio: 1.325),
        screen and (-webkit-device-pixel-ratio: 1.4),
        screen and (-webkit-device-pixel-ratio: 1.5),
        screen and (-webkit-device-pixel-ratio: 1.8) {
    .no-webp .banner--about {
        background-image: url("../images/photos/banners/mobile/nosotros@2x.jpg");
    }
    .webp .banner--about {
        background-image: url("../images/photos/banners/mobile/webp/nosotros@2x.webp");
    }
    .no-webp .banner--habitat {
        background-image: url("../images/photos/banners/mobile/panorama-habitat@2x.jpg");
    }
    .webp .banner--habitat {
        background-image: url("../images/photos/banners/mobile/webp/panorama-habitat@2x.webp");
    }
    .no-webp .banner--taller-de-proyectos {
        background-image: url("../images/photos/banners/mobile/taller-de-proyectos@2x.jpg");
    }
    .webp .banner--taller-de-proyectos {
        background-image: url("../images/photos/banners/mobile/webp/taller-de-proyectos@2x.webp");
    }
    .no-webp .banner--panorama-capital {
        background-image: url("../images/photos/banners/mobile/panorama-capital@2x.jpg");
    }
    .webp .banner--panorama-capital {
        background-image: url("../images/photos/banners/mobile/webp/panorama-capital@2x.webp");
    }
    .no-webp .banner--panorama-usa {
        background-image: url("../images/photos/banners/mobile/panorama-usa@2x.jpg");
    }
    .webp .banner--panorama-usa {
        background-image: url("../images/photos/banners/mobile/webp/panorama-usa@2x.webp");
    }
    .no-webp .banner--panorama-inver {
        background-image: url("../images/photos/banners/mobile/panorama-inver@2x.jpg");
    }
    .webp .banner--panorama-inver {
        background-image: url("../images/photos/banners/mobile/webp/panorama-inver@2x.webp");
    }
    .no-webp .banner--presskit {
        background-image: url("../images/photos/banners/mobile/presskit@2x.jpg");
    }
    .webp .banner--presskit {
        background-image: url("../images/photos/banners/mobile/webp/presskit@2x.webp");
    }
}
@media screen and (-webkit-device-pixel-ratio: 3),
        screen and (-webkit-device-pixel-ratio: 3.5),
        screen and (-webkit-device-pixel-ratio: 2.4),
        screen and (-webkit-device-pixel-ratio: 2.5),
        screen and (-webkit-device-pixel-ratio: 2.75) {
    .no-webp .banner--about {
        background-image: url("../images/photos/banners/mobile/nosotros@3x.jpg");
    }
    .webp .banner--about {
        background-image: url("../images/photos/banners/mobile/webp/nosotros@3x.webp");
    }
    .no-webp .banner--habitat {
        background-image: url("../images/photos/banners/mobile/panorama-habitat@3x.jpg");
    }
    .webp .banner--habitat {
        background-image: url("../images/photos/banners/mobile/webp/panorama-habitat@3x.webp");
    }
    .no-webp .banner--taller-de-proyectos {
        background-image: url("../images/photos/banners/mobile/taller-de-proyectos@3x.jpg");
    }
    .webp .banner--taller-de-proyectos {
        background-image: url("../images/photos/banners/mobile/webp/taller-de-proyectos@3x.webp");
    }
    .no-webp .banner--panorama-capital {
        background-image: url("../images/photos/banners/mobile/panorama-capital@3x.jpg");
    }
    .webp .banner--panorama-capital {
        background-image: url("../images/photos/banners/mobile/webp/panorama-capital@3x.webp");
    }
    .no-webp .banner--panorama-usa {
        background-image: url("../images/photos/banners/mobile/panorama-usa@3x.jpg");
    }
    .webp .banner--panorama-usa {
        background-image: url("../images/photos/banners/mobile/webp/panorama-usa@3x.webp");
    }
    .no-webp .banner--panorama-inver {
        background-image: url("../images/photos/banners/mobile/panorama-inver@3x.jpg");
    }
    .webp .banner--panorama-inver {
        background-image: url("../images/photos/banners/mobile/webp/panorama-inver@3x.webp");
    }
    .no-webp .banner--presskit {
        background-image: url("../images/photos/banners/mobile/presskit@3x.jpg");
    }
    .webp .banner--presskit {
        background-image: url("../images/photos/banners/mobile/webp/presskit@3x.webp");
    }
}
.banner__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.banner__container {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    z-index: 10;
}
.banner__title {
    text-transform: uppercase;
    color: var(--color-white);
    font-family: Helvetica, sans-serif;
    font-size: var(--text-banner-title-mobile);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 1.5;
    width: 100%;
    padding: 0 3rem;
}
.banner__brand {
    display: none;
}
.banner__image {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.banner__arrow {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    color: var(--color-white);
    background-color: transparent;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*transition: all .2s linear;*/
    animation-name: chevron;
    animation-duration: .5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-direction: alternate;
}
.banner__icon {
    width: 20px;
    height: 30px;
}
.banner .socialmedia {
    display: none;
}
@keyframes chevron {
    100% {
        bottom: 1rem;
    }
}


/*************************************************************************
*
*   Componente: BRANDS (BANNER)
*
**************************************************************************/

.brands {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4rem;
}
.brands__item:nth-child(2) {
    display: none;
}
.brands__title {
    display: none;
}
.brands__image {
    width: 10rem;
    display: block;
    height: auto;
}
.brands__button {
    background-color: transparent;
    cursor: pointer;
}


/*************************************************************************
*
*   Componente: MENÚ (BANNER)
*
**************************************************************************/

.menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: fixed;
    background-color: var(--color-alternative);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 3rem;
    text-align: center;
    transform: translateY(-100%);
    overflow-x: auto;
}
.menu.active {
    transform: translateY(0);
}
.menu__brands {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.menu__close {
    width: 100%;
    text-align: right;
}
.menu__brands-button {
    cursor: pointer;
    margin-bottom: 1rem;
    margin-top: .3rem;
    background-color: transparent;
}
.menu__brands-icon {
    color: var(--color-white);
    font-size: 1.5rem;
}
.menu__brands-image {
    display: block;
    width: 7.5rem;
    height: auto;
}
.menu__container {
    text-align: left;
    margin: 1.5rem 0;
}
.menu__link {
    color: var(--color-white);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: var(--text-menu-item-mobile);
    display: inline-block;
    padding: .3rem 0;
    font-weight: 600;
    line-height: 1.5;
}
.menu__level .menu__link{
    font-weight: 400;
}
.menu__link.active {
    text-decoration: underline;
}
.menu__socialmedia {
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu__socialmedia-link {
    color: var(--color-white);
    font-size: var(--text-menu-item-mobile);
    display: inline-block;
    padding: .5rem;
    font-weight: 500;
}
.menu__socialmedia-separator {
    width: 1.5rem;
    display: inline-block;
    vertical-align: middle;
    height: 1px;
    background-color: var(--color-white);
}


/*************************************************************************
*
*   Componente: Information
*
**************************************************************************/

.information {
    padding: 4rem 3rem;
}
/*.information--no-padding-buttom {
    padding-bottom: 0;
}*/
.information__grid {
    display: grid;
    grid-template-rows: repeat(2, auto);
    grid-row-gap: 1.5rem;
}
.information__image {
    display: block;
    max-width: 100%;
    height: auto;
    margin-bottom: 3rem;
    width: 250px;
    position: relative;
    left: -1.8rem;
}
.information__title {
    text-transform: uppercase;
    margin-bottom: 2rem;
    letter-spacing: 1px;
    line-height: 1.5;
    font-weight: 700;
    position: relative;
    font-size: var(--text-title-mobile);
    color: var(--color-red);
}
.information__title--slim {
    letter-spacing: 0;
}
.information__title::after {
   /* content: "";
    position: absolute;
    left: -1.8rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1rem;
    height: 1rem;
    display: inline-block;
    background-color: var(--color-red);*/

    content: "";
    display: inline-block;
    background-image: url("../images/vectors/icon-white.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    left: -1.8rem;
    top: 50%;

    transform: translateY(-50%);
    width: 1rem;
    height: 1rem;
}
.information__title.information__title--capital::after {
     background-color: var(--color-panorama-capital);
}
.information__description {
    line-height: 1.5;
    font-size: var(--text-description-mobile);
    margin-bottom: 1.5rem;
    color: var(--color-white);
}
.information__description:last-child {
    margin-bottom: 0;
}
.information__item {
    text-transform: uppercase;
    margin-bottom: .3rem;
    font-size: var(--text-title-mobile);
    line-height: 1.5;
    font-weight: 700;
}
.information__item-description {
    margin-bottom: .6rem;
    font-size: var(--text-description-mobile);
}
.information__item-description:last-child {
    margin-bottom: 0;
}
.information__map {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}


/*************************************************************************
*
*   Componente: Services Section
*
**************************************************************************/

.services {
    padding: 4rem 0;
    position: relative;
}
.projects {
    padding: 0;
    position: relative;
}
.services::after {
    content: '';
    display: block;
    background-image: url("../images/vectors/circle.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    top: 100%;
    left: 0;
    transform: translate(-30%, -100%);
    width: 400px;
    height: 400px;
}
.services__container {
    padding: 0 3rem;
}
.services__grid {
    display: grid;
    position: relative;
    z-index: 10;
}
.services__grid:not(.services__grid--projects) {
    grid-template-rows: repeat(3, auto);
    grid-template-columns: minmax(0, 400px);
    justify-content: center;
    grid-row-gap: 2rem;
}
.services__grid--projects {
    grid-template-rows: repeat(5, auto);
    grid-row-gap: 0;
}
.services__title {
    margin-bottom: 3rem;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    font-size: var(--text-title-mobile-alternative);
    color: var(--color-red);
}


.gallery {
    display: grid;
    position: relative;
    z-index: 10;
    grid-template-rows: repeat(5, auto);
    grid-row-gap: 0;
    transition: all .2s linear;
    padding-bottom: 4rem;
}


/*************************************************************************
*
*   Componente: Project
*
**************************************************************************/

.project {
    position: relative;
}
.project__link {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.project__header {
    position: absolute;
    left: 4rem;
    top: 2rem;
    right: 2rem;
    z-index: 10;
}
.project__title {
    margin-bottom: .5rem;
    font-size: var(--text-title-mobile);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.5;
    position: relative;
    color: var(--color-red);
}
.project__title::before {
    /*content: "";
    position: absolute;
    left: -1.8rem;
    top: 50%;
    transform: translateY(-50%);
    width: .9rem;
    height: .9rem;
    display: inline-block;
    background-color: var(--color-red);*/

    content: "";
    display: inline-block;
    background-image: url("../images/vectors/icon-white.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: -1.8rem;
    transform: translateY(-50%);
    width: .9rem;
    height: .9rem;
}
.project__description {
    line-height: 1.5;
    color: var(--color-white);
    font-size: var(--text-description-mobile);
}
.project__body {
    position: relative;
    overflow: hidden;
}
.project__picture {
    display: block;
}
.project__body:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.4);
    transition: all .2s linear;
    z-index: 1;
}
.project__image {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: transform .2s linear;
}
.project:hover .project__image {
    transform: scale(1.2);
}
.project:hover .project__body:before {
    background-color: rgba(0,0,0,0);
}


/*************************************************************************
*
*   Componente: Service
*
**************************************************************************/

.service {
    display: flex;
    flex-direction: column;
}
.service__header {
    flex-grow: 1;
}
.service__title {
    margin-bottom: .5rem;
    font-size: var(--text-title-mobile);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.5;
    color: var(--color-red);
}
.service__description {
    line-height: 1.5;
    margin-bottom: 1rem;
    flex-grow: 1;
    font-size: var(--text-description-mobile);
    color: var(--color-white);
}
.service__body {
    position: relative;
}
.service__picture {
    display: block;
}
.service__image {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}


/*************************************************************************
*
*   Componente: Navbar
*
**************************************************************************/

.navbar {
    position: fixed;
    top: -100px;
    right: 0;
    left: 0;
    padding: .5rem 2rem;
    background-color: var(--color-secondary);
    box-shadow: 0 1px 5px 0 #d8d8d8;
    z-index: 30;
    transition: all .2s ease-in-out;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.navbar.sticky {
    top: 0;
}
.navbar__logotipo {
    width: 18px;
}
.navbar__socialmedia {
    transform: rotate(-90deg) translateX(2.5rem);
    display: none;
    align-items: center;
}
.navbar__socialmedia-link {
    color: var(--color-alternative);
    font-size: 0.875rem;
    display: inline-block;
    padding: .5rem;
    font-weight: 500;
}
.navbar__socialmedia-separator {
    width: 40px;
    display: inline-block;
    vertical-align: middle;
    height: 1px;
    background-color: var(--color-alternative);
}
.navbar__switch {
    cursor: pointer;
    background-color: transparent;
}
.navbar__dots {
    width: 18px;
    height: auto;
}
.navbar__switch circle {
    transition: all .1s linear;
}
.navbar__switch.active circle#Ellipse_17,
.navbar__switch.active circle#Ellipse_18,
.navbar__switch.active circle#Ellipse_19{
    fill: var(--color-red);
}
.navbar__switch.active circle#Ellipse_14,
.navbar__switch.active circle#Ellipse_15,
.navbar__switch.active circle#Ellipse_16,
.navbar__switch.active circle#Ellipse_22,
.navbar__switch.active circle#Ellipse_24,
.navbar__switch.active circle#Ellipse_25 {
    fill: var(--color-secondary);
}



/*************************************************************************
*
*   Componente: Navbar Menú
*
**************************************************************************/

.navbar-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-100%);
    background-color: var(--color-secondary);
    z-index: 21;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.navbar-menu.active {
    transform: translateY(0);
}
.navbar-menu__wrapper {
    overflow-y: scroll;
}
.navbar-menu__item {
    margin: 0 0 1rem;
    text-align: center;
}
.navbar-menu__item:last-child {
    margin-bottom: 0;
}
.navbar-menu__link {
    display: inline-block;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--color-alternative);
    line-height: 1.5;
    text-transform: uppercase;
    text-align: left;
    transition: all .3s ease;
    padding: .25rem;
}
.navbar-menu__link.active {
    text-decoration: underline;
}
.navbar-menu:hover .navbar-menu__link:not(.active) {
    color: var(--color-disabled);
}
.navbar-menu__link:hover {
    color: var(--color-alternative) !important;
}
.navbar-menu__container {
    display: none;
}
.navbar-menu .menu {
    display: flex;
    position: static;
    transform: translateY(0);
    background-color: transparent;
    justify-content: space-around;
}
.navbar-menu .menu__brands {
    display: none;
}
.navbar-menu .menu__close {
    visibility: hidden;
}
.navbar-menu .menu__link {
    color: var(--color-alternative);
}
.navbar-menu .menu__socialmedia-link {
    color: var(--color-alternative);
}
.navbar-menu .menu__socialmedia-separator {
    background-color: var(--color-alternative);
}



/*************************************************************************
*
*   Componente: Footer Section
*
**************************************************************************/

.footer {
    padding: 4rem 3rem;
    position: relative;
    background-color: var(--color-footer);
    z-index: 50;
}
.footer::before {
    content: "Contacto";
    position: absolute;
    display: block;
    bottom: 3.3rem;
    left: 0;
    text-align: center;
    font-size: 5rem;
    font-weight: 700;
    right: 0;
    color: var(--color-white);
    opacity: .02;
}
.footer::after {
    content: "";
    position: absolute;
    display: block;
    height: 4rem;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--color-white);
    opacity: .02;
}
.footer__container {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
}
.footer__section {
   margin-bottom: 1.5rem;
}
.footer__section:last-of-type {
    margin-bottom: 0;
}
.footer__title {
    color: var(--color-white);
    font-size: var(--text-title-mobile);
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.5;
    text-transform: uppercase;
}
.footer__item {
    color: var(--color-white);
    margin-bottom: 1rem;
    font-size: var(--text-description-mobile);
    line-height: 1.4;
}
.footer__item:last-child {
    margin-bottom: 0;
}
.footer__link {
    color: var(--color-white);
    display: inline-block;
    font-size: var(--text-description-mobile);
    border-bottom: 1px solid transparent;
    transition: all .2s linear;
}
.footer__link:hover {
    text-shadow: 0 0 1px var(--color-white);
    border-bottom-color: var(--color-white);
}
.footer .invalid-feedback {
    color: #ffc107;
}
.footer__contact .footer__item {
    margin-bottom: .4rem;
}
/*.footer__contact .footer__item:nth-child(3),
.footer__contact .footer__item:nth-child(6),
.footer__contact .footer__item:nth-child(9)*/
.footer__contact .footer__item:nth-child(1),
.footer__contact .footer__item:nth-child(2) {
    margin-bottom: 1.2rem;
}


/*************************************************************************
*
*   Componente: Instagram
*
**************************************************************************/

.instagram {
    margin-bottom: 2rem;
}
.instagram__menu {
    display: flex;
    align-items: center;
}
.instagram__link {
    display: inline-block;
}
.instagram__picture {
    display: block;
}
.instagram__image {
    display: block;
    max-width: 100%;
    height: auto;
}



/*************************************************************************
*
*   Componente: Newsletter
*
**************************************************************************/

.newsletter {
    position: relative;
}
.newsletter__label {
    position: absolute;
    z-index: 10;
    transition: all .2s linear;
    color: var(--color-white);
    left: .2rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: .8rem;
    text-transform: uppercase;
}
.newsletter__input {
    padding: .6rem 2rem .6rem .2rem;
    width: 100%;
    color: var(--color-white);
    transition: all .2s linear;
    background-color: transparent;
    font-size: .8rem;
    border-bottom: 1px solid var(--color-white);
}
.newsletter__input::placeholder {
    opacity: 0;
    transition: all .2s linear;
    color: var(--color-disabled);
}
.newsletter__input:focus + .newsletter__label, .filled {
    top: -.3rem;
    font-size: .7rem;
}
.newsletter__input:focus::placeholder {
    opacity: 1;
}
.newsletter__button {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    cursor: pointer;
}
.newsletter__icon {
    display: inline-block;
    padding: .4rem;
    color: var(--color-white);
}
.newsletter__message {
    color: var(--color-white);
    display: none;
    font-size: .9rem;
}
.newsletter__error {
    color: #ffc107;
    display: none;
    margin-top: .4rem;
    font-size: .9rem;
    line-height: 1.2;
}

/*************************************************************************
*
*   Componente: Social Media
*
**************************************************************************/

.socialmedia {
    width: 100%;
    margin-top: 3rem;
}
.socialmedia__menu {
    display: flex;
}
.socialmedia__item {
    margin-right: .7rem;
}
.socialmedia__item:nth-child(3),
.socialmedia__item:nth-child(4){
    border-right: 1px solid var(--color-white);
    margin-right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.socialmedia__link {
    color: var(--color-white);
    display: inline-block;
    text-transform: uppercase;
    font-size: .8rem;
    transition: all .2s linear;
}
.socialmedia__link:hover {
    text-shadow: 0 0 1px var(--color-white);
}
.socialmedia__item:nth-child(3) .socialmedia__link,
.socialmedia__item:nth-child(4) .socialmedia__link {
    padding: .4rem 1rem;
    font-size: .7rem;
}
.socialmedia__icon {
    color: var(--color-alternative);
    background-color: var(--color-white);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1rem;
    height: 1rem;
    padding: .2rem;
    border-radius: .15rem;
    transition: all .2s linear;
}
.socialmedia__icon:hover {
    background-color: var(--color-gray-dark);
    color: var(--color-white);
}


/*************************************************************************
*
*   Componente: Biography
*
**************************************************************************/

.biography {
    min-height: 100vh;
    transition: box-shadow .2s linear;
    position: relative;
    padding: 4rem 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}
.biography::after,
.biography::before {
    content: '';
    display: block;
    background-image: url("../images/vectors/circle.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    width: 400px;
    height: 400px;
    z-index: 1;
}
.biography::before {
    top: 100%;
    left: 0;
    transform: translate(-50%, -50%);
}
.biography::after {
    top: 100%;
    left: 100%;
    transform: translate(-50%, -100%);
}
.biography__container {
    display: grid;
    grid-template-rows: 1fr;
    position: relative;
    z-index: 10;
}
.biography__side--content {
    padding: 0;
    align-self: center;
}
.biography__side--return {
    justify-self: right;
    grid-row: 1;
}
.biography__title {
    text-transform: uppercase;
    margin-bottom: 2rem;
    letter-spacing: 1px;
    font-weight: 700;
    padding-left: 1.8rem;
    font-size: var(--text-title-mobile);
    position: relative;
}
.biography__title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1rem;
    height: 1rem;
    display: inline-block;
    background-color: var(--color-red);
}
.biography__description {
    line-height: 1.5;
    margin-bottom: 1.5rem;
    font-size: var(--text-description-mobile);
}
.biography__description:last-child {
    margin-bottom: 0;
}
.biography__link {
    display: inline-block;
    color: var(--color-white);
    font-size: var(--text-description-mobile);
    font-family: 'Spartan Medium', sans-serif;
    margin-bottom: 4rem;
}
.biography__icon {
    display: inline-block;
    margin-right: .5rem;
}



/*************************************************************************
*
*   Componente: CREDENTIAL
*
**************************************************************************/

.credential {
    height: 100vh;
    min-height: 640px;
    position: relative;
    z-index: 50;
    padding: 3rem;
    background-color: var(--color-secondary);
}
.credential::before,
.credential::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 30%;
    background-repeat: no-repeat;
    background-size: cover;
}
.credential::before {
    top: 0;
    background-image: url("../images/vectors/biography-top.svg");
    background-position: bottom right;
}
.credential::after {
    bottom: 0;
    background-image: url("../images/vectors/biography-bottom.svg");
    background-position: top right;
}
.credential__container {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    z-index: 1;
}
.credential__link {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}
.credential__picture {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: flex-end;
    margin-top: 2rem;
}
.credential__image {
    display: block;
    height: auto;
    max-width: 200px;
    margin-bottom: 1rem;
}
.credential__body {
    align-self: stretch;
    display: flex;
    height: 40%;
    flex-direction: column;
    justify-content: flex-end;
}
.credential__author {
    margin-bottom: auto;
    text-align: center;
}
.credential__username {
    text-transform: uppercase;
    font-size: 1.8rem;
    margin-bottom: .3rem;
    font-weight: 700;
    font-family: Helvetica, sans-serif;
    color: var(--color-alternative);
}
.credential__position {
    font-size: 1rem;
    color: var(--color-gray-dark);
}
.credential__description {
    color: var(--color-white);
    font-size: .8rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 0;
}
.credential__logotipo-mobile {
    width: 8rem;
    display: block;
    height: auto;
}
.credential__navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: auto;
}
.credential__button {
    background-color: transparent;
    display: inline-block;
    cursor: pointer;
}


/*************************************************************************
*
*   Componente: About
*
**************************************************************************/

.group {
    position: relative;
}
.about {
    min-height: 300px;
    transition: box-shadow .2s linear;
    background: var(--color-alternative);
    color: var(--color-white);
    position: relative;
    padding: 4rem 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.about.selected {
    color: var(--color-alternative);
    box-shadow: inset -50vw 0 0 0 var(--color-secondary), inset 50vw 0 0 0 var(--color-secondary);
}
.about__container {
    display: grid;
    grid-template-rows: repeat(4, auto);
    position: relative;
    z-index: 10;
}
.about:nth-child(2),
.about:nth-child(4) {
   /* color: var(--color-alternative);
    background-color: var(--color-white);*/
}
.about:nth-child(1)::before,
.about:nth-child(4)::before,
.about:nth-child(4)::after {
    content: '';
    display: block;
    background-image: url("../images/vectors/circle.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    width: 400px;
    height: 400px;
    z-index: 1;
}
.about:nth-child(1)::before {
    top: 100%;
    left: 100%;
    transform: translate(-50%, -50%);
}
.about:nth-child(4)::before {
    top: 0;
    left: 0;
    transform: translate(-50%, 0);
}
.about:nth-child(4)::after {
    top: 100%;
    left: 100%;
    transform: translate(-50%, 0);
}
.about__side--content {
    align-self: center;
    display: block;
}
.about__title {
    text-transform: uppercase;
    margin-bottom: .5rem;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: var(--text-title-mobile);
    color: var(--color-red);
}
.about__title--single {
    margin-bottom: 2rem;
}
.about__subtitle {
    text-transform: uppercase;
    margin-bottom: 2rem;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: var(--text-subtitle-mobile);
    color: var(--color-red);
}
.about__description {
    line-height: 1.5;
    margin-bottom: 1.5rem;
    font-size: var(--text-description-mobile);
}
.about__highlight {
    font-weight: 700;
}
.about__grid {
    display: grid;
    grid-template-rows: repeat(9, auto);
    gap: 1rem 0;
    margin-top: 2rem;
    justify-content: center;
}
.about__item {
    color: var(--color-white);
}
.about__list-item {
    line-height: 1.5;
    margin-bottom: .3rem;
    font-size: var(--text-description-mobile);
    position: relative;
    padding-left: 1.5rem;
}
.about__list-item::after {
    content: "";
    display: inline-block;
    background-image: url("../images/vectors/icon-white.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 12px;
    width: 12px;
}

/*************************************************************************
*
*   Componente: Progress
*
**************************************************************************/

.progress {
    mix-blend-mode: difference;
    width: 2px;
    border-radius: 1rem;
    height: 80vh;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 12rem;
    display: none;
}
.progress--full {
    height: 50vh;
    top: inherit;
    bottom: 10%;
    transform: translateY(0);
}
.progress--projects {
    left: 9rem;
}
.progress::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: var(--color-white);
    mix-blend-mode: difference;
}
.progress.active {
    display: block;
}



/*************************************************************************
*
*   Componente: Team
*
**************************************************************************/

.team {
    max-width: 260px;
}
.team__picture {
    display: block;
}
.team__image {
    max-width: 100%;
    height: auto;
    display: block;
    box-shadow: 0 0 10px 1px var(--color-black);
}
.team__body {
    padding: 1rem 0;
}
.team__title {
    font-weight: 700;
    font-size: var(--text-description-mobile);
    margin-bottom: .5rem;
    text-transform: uppercase;
}
.team__description {
    line-height: 1.5;
    font-weight: 500;
    font-size: var(--text-description-mobile);
}



/*************************************************************************
*
*   Componente: Project Info
*
**************************************************************************/

.project-info {
    min-height: 100vh;
    background: var(--color-alternative);
    color: var(--color-white);
    position: relative;
    padding: 0 0 4rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}
.project-info.project-info--alternative {
    /*background: var(--color-white);
    color: var(--color-alternative);*/
}
.project-info:nth-child(1)::before,
.project-info:nth-child(1)::after,
.project-info:nth-child(2)::before,
.project-info:nth-child(3)::before {
    content: '';
    display: block;
    background-image: url("../images/vectors/circle.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    width: 400px;
    height: 400px;
    z-index: 1;
}
.project-info:nth-child(1)::before {
    top: 0;
    left: 100%;
    transform: translate(-50%, -50%);
}
.project-info:nth-child(1)::after {
    top: 100%;
    left: 0;
    transform: translate(-50%, -50%);
}
.project-info:nth-child(2)::before {
    top: 100%;
    left: 100%;
    transform: translate(-50%, -100%);
}
.project-info:nth-child(3)::before {
    top: 100%;
    left: 0;
    transform: translate(-50%, -50%);
}
.project-info__group {
    margin-bottom: 3rem;
}
.project-info__header {
    margin-bottom: 0;
    position: relative;
    z-index: 10;
    width: 100%;
}
.project-info__video {
    width: 100%;
    object-fit: cover;
}
.project-info__figure {
    position: relative;
    display: none;
}
.project-info__figure-xl {
    position: relative;
}
.project-info__picture {
    display: block;
}
.project-info__picture-xl {
    display: block;
}
.project-info__image {
    display: block;
    max-width: 100%;
    height: auto;
}
.project-info__image-xl {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
}
.project-info__figcaption {
    position: absolute;
    z-index: 1;
    bottom: 2rem;
    left: 2rem;
    right: 2rem;
    display: none;
}
.project-info__figcaption-title {
    text-transform: uppercase;
    margin-bottom: .3rem;
    font-family: 'Spartan Medium', sans-serif;
    font-weight: 700;
    font-size: var(--text-title-mobile-alternative);
}
.project-info__figcaption-description {
    font-weight: 700;
    font-size: var(--text-subtitle-mobile-alternative);
    font-family: "Helvetica Neue", sans-serif;
}
.project-info__body,
.project-info__footer {
    position: relative;
    padding: 3rem;
    z-index: 10;
    width: 100%;
}
.project-info__body--ligth {
    padding-bottom: 0;
}
.project-info__title {
    text-transform: uppercase;
    margin-bottom: .5rem;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: var(--text-title-mobile);
    line-height: 1.5;
    color: var(--color-red);
}
.project-info__subtitle {
    text-transform: uppercase;
    margin-bottom: 2rem;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: var(--text-subtitle-mobile);
}
.project-info__description {
    line-height: 1.5;
    margin-bottom: 1.5rem;
    font-size: var(--text-description-mobile);
}
.project-info__description:last-child {
    margin-bottom: 0;
}
.project-info__footer {
    display: flex;
    align-items: center;
    margin-top: 1rem;
    padding: 0 3rem;
}
.project-info__button {
    color: var(--color-white);
    border: 1px solid var(--color-white);
    padding: .6rem;
    font-size: .8rem;
    transition: all .2s linear;
    border-radius: .5rem;
    font-family: 'Spartan Medium', sans-serif;
    display: flex;
    align-items: center;
    margin-right: auto;
}
.project-info__button:hover,
.project-info__button:focus {
    color: var(--color-alternative);
    box-shadow: inset -5rem 0 0 0 var(--color-white), inset 5rem 0 0 0 var(--color-white);
}
.project-info__button--en:hover,
.project-info__button--en:focus{
    box-shadow: inset -6rem 0 0 0 var(--color-white), inset 6rem 0 0 0 var(--color-white);
}
.project-info__button-icon {
    display: inline-block;
    margin-right: .5rem;
    font-size: .8rem;
}
.project-info__socialmedia {
    background-color: var(--color-white);
    color: var(--color-alternative);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: .25rem;
    font-size: 1rem;
    height: 28px;
    width: 28px;
    margin-right: .5rem;
    transition: all .2s linear;
}
.project-info__socialmedia:hover {
    background-color: var(--color-gray-dark);
    color: var(--color-white);
}
.project-info__socialmedia:last-child {
    margin-right: 0;
}
.project-info__sup {
    position: relative;
    bottom: .5rem;
}
.project-info__highlight {
    font-weight: 600;
}
.project-info__graphic {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin:0 auto 2rem;
}
.project-info__wrapper {
    position: relative;
}
.project-info__wrapper .info-graphic {
    display: none;
}
.project-info__icon {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    cursor: pointer;
    font-size: 1.5rem;
    transition: all .2s ease;
}
.project-info__icon:hover {
    color: var(--color-disabled);
}




/*************************************************************************
*
*   Componente: Form
*
**************************************************************************/

.form {
    margin-top: 4rem;
}
.form__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.form__label {
    position: absolute;
    z-index: 10;
    transition: all .2s linear;
    /*color: var(--color-alternative);*/
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: var(--text-description-mobile);
    text-transform: uppercase;
    font-family: 'Segoe UI Regular', sans-serif;
}
.form__group:last-child .form__label {
    top: 15%;
    transform: translateY(-15%);
}
.form__group {
    position: relative;
    width: 48%;
    margin-bottom: 3.5rem;
}
.form__group:last-child {
    width: 100%;
}
.form__input {
    padding: .4rem 0;
    width: 100%;
    color: var(--color-white);
    transition: all .2s linear;
    background-color: transparent;
    font-size: var(--text-description-mobile);
    border-bottom: 1px solid var(--color-white);
    font-family: 'Segoe UI Regular', sans-serif;
}
.form__input--textarea {
    height: 100px;
    resize: none;
}
.form__input::placeholder {
    opacity: 0;
    transition: all .2s linear;
    color: var(--color-disabled);
}
.form__input:focus + .form__label, .filled {
    top: -.6rem !important;
    font-size: .8rem;
}
.form__input:focus::placeholder {
    opacity: 1;
}
.form__button {
    /*color: var(--color-white);
    border: 1px solid var(--color-white);
    padding: .6rem 3rem;
    font-size: .8rem;
    transition: all .2s linear;
    border-radius: .5rem;
    font-family: 'Spartan Medium', sans-serif;
    display: flex;
    align-items: center;
    margin-right: auto;
    background-color: var(--color-alternative);
    cursor: pointer;
    align-self: flex-end;*/

    border: 2px solid var(--color-white);
    color: var(--color-white);
    padding: .4rem 2rem;
    display: inline-block;
    text-transform: uppercase;
    font-size: .7rem;
    transition: all .2s linear;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: 'Spartan Medium', sans-serif;
    cursor: pointer;
    background-color: var(--color-alternative);
}
.form__button:hover,
.form__button:focus {
    color: var(--color-alternative);
    box-shadow: inset -4rem 0 0 0 var(--color-white), inset 4rem 0 0 0 var(--color-white);
}


/*************************************************************************
*
*   Componente: WhatsApp
*
**************************************************************************/
.whatsapp {
    position: fixed;
    z-index: 51;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    bottom: -5rem;
    right: 1rem;
    background-color: #18E6A8;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .2s linear;
    box-shadow: 1px 6px 24px 0 rgb(255 255 255 / 30%);
}
.whatsapp.sticky {
    bottom: 1rem;
}
.whatsapp:hover {
    background-color: #128c7e;
    transform: scale(1.1);
}
.whatsapp__icon {
    color: var(--color-white);
    font-size: 1.6rem;
}


/*************************************************************************
*
*   Componente: Login
*
**************************************************************************/
.hystmodal__window {
    max-width: 450px !important;
    width: 90% !important;
}
.login {
    padding: 2rem;
    background-color: var(--color-alternative);
    box-shadow: 0px 0px 6px rgb(51 66 94 / 50%);
}
.login__title {
    font-size: 1.5rem;
    color: var(--color-alternative);
    margin-bottom: 2rem;
    font-weight: 600;
}
.form__image {
    display: block;
    max-width: 100%;
    height: auto;
    margin-bottom: 2rem;
    width: 150px;
}
.login__group {
    margin-bottom: 1.8rem;
    position: relative;
}
.login__input {
    display: block;
    width: 100%;
    border: 1px solid var(--color-disabled);
    background-color: transparent;
    padding: 1rem;
    font-size: 1rem;
    font-family: 'Segoe UI Regular', sans-serif;
    color: var(--color-white);
}
.login__input::placeholder {
    color: var(--color-disabled);
}
.login__icon {
    position: absolute;
    top: 50%;
    right: 0;
    padding: 1rem;
    transform: translateY(-50%);
    cursor: pointer;
    color: var(--color-disabled);
    transition: color .2s ease;
}
.login__icon:hover {
    color: var(--color-white);
}
.login__message {
    color: var(--color-red);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 1.5rem;
    font-size: .9rem;
    text-align: center;
    line-height: 1.5;
    margin: 1.8rem 0 1.5rem;
}
.login__loader {
    height: 1.5rem;
    display: block;
    max-width: 100%;
    margin-right: .5rem;
}
.login__button {
    display: block;
    background-color: transparent;
    color: #dbdbdb;
    border: 2px solid #dbdbdb;
    cursor: pointer;
    width: 100%;
    padding: 1rem;
    font-size: 1.1rem;
    font-family: 'Segoe UI Regular', sans-serif;
    transition: color .2s ease, border-color .2s ease;
}
.login__button:hover {
    color: var(--color-white);
    border-color: var(--color-white);
}
.login .invalid-feedback {
    color: red;
    font-size: .7rem;
    margin-top: 0.5rem;
    line-height: 1.2;
    position: absolute;
    margin-left: 1rem;
}


/*************************************************************************
*
*   Componente: Newsletter Modal
*
**************************************************************************/
#myNewsletterModal .hystmodal__window {
    max-width: 450px !important;
    width: 90% !important;
    background: unset;
}
.newsletter-modal {
    padding: 2rem;
    background-color: rgba(33, 33, 33, .8);
    box-shadow: 0px 0px 6px rgb(51 66 94 / 50%);
}
.newsletter-modal__title {
    font-size: 1.5rem;
    color: var(--color-white);
    text-align: center;
    margin-bottom: 1rem;
    font-weight: 600;
    line-height: 1.3;
}
.newsletter-modal__title span {
    color: var(--color-red);
}
.newsletter-modal__description {
    font-size: 1rem;
    color: var(--color-white);
    text-align: center;
    margin-bottom: 2.5rem;
    line-height: 1.5;
}
.newsletter-modal__group {
    margin-bottom: 1.8rem;
    position: relative;
}
.newsletter-modal__label {
    color: var(--color-white);
    font-weight: 600;
    display: inline-block;
    font-size: .9rem;
    margin-bottom: .7rem;
    text-transform: uppercase;
}
.newsletter-modal__label span {
    color: var(--color-red);
    font-size: 1rem;
}
.newsletter-modal__input {
    display: block;
    width: 100%;
    border: 1px solid var(--color-disabled);
    background-color: transparent;
    padding: 1rem;
    font-size: 1rem;
    font-family: 'Segoe UI Regular', sans-serif;
    color: var(--color-white);
}
.newsletter-modal__input::placeholder {
    color: var(--color-disabled);
}
.newsletter-modal__message {
    color: #FFCC00;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 1.5rem;
    font-size: .9rem;
    text-align: center;
    line-height: 1.5;
    margin: 1.8rem 0 1.5rem;
}
.newsletter-modal__loader {
    height: 1.5rem;
    display: block;
    max-width: 100%;
    margin-right: .5rem;
}
.newsletter-modal__button {
    display: block;
    /* background-color: transparent; */
    background-color: rgba(14, 14, 14, .65);
    color: #dbdbdb;
    border: 2px solid #dbdbdb;
    cursor: pointer;
    width: 100%;
    padding: 1rem;
    font-size: 1.1rem;
    font-family: 'Segoe UI Regular', sans-serif;
    transition: color .2s ease, border-color .2s ease;
    text-transform: uppercase;
}
.newsletter-modal__button:hover {
    color: var(--color-white);
    border-color: var(--color-white);
}
.newsletter-modal__button:disabled {
    opacity: .5;
    cursor: not-allowed;
}
.newsletter-modal .invalid-feedback {
    color: var(--color-red);
    font-size: .8rem;
    margin-top: 0.5rem;
    line-height: 1.2;
    position: absolute;
    margin-left: 1rem;
    font-weight: 500;
}






.project-info__grid {
    display: grid;
    grid-template-rows: repeat(10, auto);
    grid-gap: 2rem;
}
.project-info__group:last-child {
    margin-bottom: 0;
}
.feature {
    display: grid;
    grid-template-columns: 25px auto 1fr;
    grid-gap: 1rem;
    align-items: center;
}
.feature__number {
    font-weight: 300;
    font-size: 1.5rem;
    text-align: right;
}
.feature__image {
    display: block;
    width: 60px;
    height: 60px;
}
.feature__title {
    color: var(--color-red);
    text-transform: uppercase;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.3;
    font-size: .9rem;
}
.feature__description {
    font-size: .8rem;
    text-transform: uppercase;
    font-weight: 500;
}
.info-graphic {
    background-color: var(--color-alternative);
    padding: 2rem;
}
.info-graphic__title {
    color: var(--color-red);
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    font-weight: 600;
    font-size: .9rem;
}
.info-graphic__list {
    margin-bottom: 1.5rem;
}
.info-graphic__list:last-child {
    margin-bottom: 0;
}
.info-graphic__list-item {
    margin-bottom: .3rem;
    line-height: 1.5;
    font-size: .9rem;
    position: relative;
    padding-left: 1.5rem;
}
.info-graphic__list-item::after {
    content: "";
    display: inline-block;
    background-image: url(../images/vectors/icon-white.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    top: .4rem;
    left: 0;
    height: 12px;
    width: 12px;
}


/*************************************************************************
*
*   Componente: Events
*
**************************************************************************/

.events {
    min-height: 100vh;
    background: var(--color-alternative);
    color: var(--color-white);
    position: relative;
    padding: 0 0 4rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}
.events.events--alternative {
    /*background: var(--color-white);
    color: var(--color-alternative);*/
}
.events:nth-child(1)::before,
.events:nth-child(1)::after,
.events:nth-child(2)::before,
.events:nth-child(3)::before {
    content: '';
    display: block;
    background-image: url("../images/vectors/circle.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    width: 400px;
    height: 400px;
    z-index: 1;
}
.events:nth-child(1)::before {
    top: 0;
    left: 100%;
    transform: translate(-50%, -50%);
}
.events:nth-child(1)::after {
    top: 100%;
    left: 0;
    transform: translate(-50%, -50%);
}
.events:nth-child(2)::before {
    top: 100%;
    left: 100%;
    transform: translate(-50%, -100%);
}
.events:nth-child(3)::before {
    top: 100%;
    left: 0;
    transform: translate(-50%, -50%);
}
.events__group {
    margin-bottom: 3rem;
}
.events__header {
    margin-bottom: 0;
    position: relative;
    z-index: 10;
    width: 100%;
}
.events__video {
    width: 100%;
    object-fit: cover;
}
.events__figure {
    position: relative;
    display: none;
}
.events__figure-xl {
    position: relative;
}
.events__picture {
    display: block;
}
.events__picture-xl {
    display: block;
}
.events__image {
    display: block;
    max-width: 100%;
    height: auto;
}
.events__image-xl {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
}
.events__figcaption {
    position: absolute;
    z-index: 1;
    bottom: 2rem;
    left: 2rem;
    right: 2rem;
    display: none;
}
.events__figcaption-title {
    text-transform: uppercase;
    margin-bottom: .3rem;
    font-family: 'Spartan Medium', sans-serif;
    font-weight: 700;
    font-size: var(--text-title-mobile-alternative);
}
.events__figcaption-description {
    font-weight: 700;
    font-size: var(--text-subtitle-mobile-alternative);
    font-family: "Helvetica Neue", sans-serif;
}
.events__body,
.events__footer {
    position: relative;
    padding: 3rem;
    z-index: 10;
    width: 100%;
}
.events__body--ligth {
    padding-bottom: 0;
}
.events__title {
    text-transform: uppercase;
    margin-bottom: 1rem;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: var(--text-title-mobile);
    line-height: 1.5;
    color: var(--color-red);
}
.events__subtitle {
    text-transform: uppercase;
    margin-bottom: 2rem;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: var(--text-subtitle-mobile);
}
.events__description {
    line-height: 1.5;
    margin-bottom: 1.5rem;
    font-size: var(--text-description-mobile);
}
.events__description:last-child {
    margin-bottom: 0;
}
.events__footer {
    display: flex;
    align-items: center;
    margin-top: 1rem;
    padding: 0 3rem;
}
.events__button {
    color: var(--color-white);
    border: 1px solid var(--color-white);
    padding: .6rem;
    font-size: .8rem;
    transition: all .2s linear;
    border-radius: .5rem;
    font-family: 'Spartan Medium', sans-serif;
    display: flex;
    align-items: center;
    margin-right: auto;
}
.events__button:hover,
.events__button:focus {
    color: var(--color-alternative);
    box-shadow: inset -5rem 0 0 0 var(--color-white), inset 5rem 0 0 0 var(--color-white);
}
.events__button--en:hover,
.events__button--en:focus{
    box-shadow: inset -6rem 0 0 0 var(--color-white), inset 6rem 0 0 0 var(--color-white);
}
.events__button-icon {
    display: inline-block;
    margin-right: .5rem;
    font-size: .8rem;
}
.events__socialmedia {
    background-color: var(--color-white);
    color: var(--color-alternative);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: .25rem;
    font-size: 1rem;
    height: 28px;
    width: 28px;
    margin-right: .5rem;
    transition: all .2s linear;
}
.events__socialmedia:hover {
    background-color: var(--color-gray-dark);
    color: var(--color-white);
}
.events__socialmedia:last-child {
    margin-right: 0;
}
.events__sup {
    position: relative;
    bottom: .5rem;
}
.events__highlight {
    font-weight: 600;
}
.events__graphic {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin:0 auto 2rem;
}
.events__wrapper {
    position: relative;
}
.events__wrapper .info-graphic {
    display: none;
}
.events__icon {
    margin-right: .5rem;
}
.events__icon:hover {
    color: var(--color-disabled);
}
.events__date {
    color: var(--color-white);
    margin-bottom: 2rem;
    font-size: .8rem;
    font-family: sans-serif;
}
.events__picture-cover {
    display: block;
}
.events__image-cover {
    display: block;
    height: auto;
    max-height: 600px;
    width: 100%;
    object-fit: cover;
}


/*************************************************************************
*
*   Componente: Premios CLAP
*
**************************************************************************/

.clap {
    position: relative;
}
.clap::before {
    content: '';
    display: block;
    background-image: url("../images/vectors/circle.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    width: 400px;
    height: 400px;
    z-index: 1;
    top: 50%;
    left: 100%;
    transform: translate(-30%, -50%);
}
.clap__container {
    padding: 4rem 3rem;
    position: relative;
    z-index: 10;
}
.clap__header {
    position: relative;
}
.clap__star {
    position: absolute;
    top: -0.5rem;
    left: -2.7rem;
    width: 40px;
    height: auto;
    display: block;
    max-width: 100%;
}
.clap__logotipo {
    width: 60px;
    display: block;
    max-width: 100%;
    height: auto;
}
.clap__title {
    font-weight: 700;
    font-size: .7rem;
    text-transform: uppercase;
    margin-bottom: .3rem;
    line-height: 1.3;
}
.clap__subtitle {
    font-size: .7rem;
    text-transform: uppercase;
}
.information__image--clap {
    margin-bottom: 3rem;
}
.clap__grid {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-gap: 2rem;
    align-items: center;
    justify-content: space-between;
}
.clap__devices {
    max-width: 100%;
    height: auto;
    display: block;
}

