html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
   pointer-events: none;
}

/** FUENTES **/
@font-face {
    font-family: 'Avantt';
    src: url('../fonts/Avantt-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Avantt';
    src: url('../fonts/Avantt-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Avantt';
    src: url('../fonts/Avantt-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/** Archivo **/
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html {
    font-size: 62.5%;
    font-family: 'Avantt';
    color: white;
}
body, h1, h2, h3, h4, h5, h6, p, a, li {
    margin: 0;
}
body { 
    background-color: var(--blue1);
}
a { text-decoration: none !important; }

section { overflow: hidden;}

/** CONTENIDO **/
#version-movil { display: none; }

.contenedor-min { min-height: 100vh; }
.width-fit {
    width: fit-content;
    width: -moz-fit-content;
}
.flex { display: flex; }

.icono-play {
    width: 10%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all .3s;
}

.icono-play.custom {
    position: relative;
    margin: 0;
}

.icono-play.custom, #portadaLeyendas .icono-play { width: 7%; }

#entrevista > div:hover .icono-play, #portadaLeyendas:hover .icono-play {
    width: 9%;
}
#videoScale:hover .icono-play {
    width: 12%;
}

.estrella {
    width: 4%;
    position: absolute;
}
@-webkit-keyframes fadein {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}
@-moz-keyframes fadein {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}
@keyframes fadein {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}
.shine {
    -webkit-animation: fadein 2s linear infinite;
    -moz-animation: fadein 2s linear infinite;
    animation: fadein 2s linear infinite;
}

@-webkit-keyframes fadein2 {
    0%, 50%, 100% { opacity: 1; }
    25%, 75% { opacity: 0; }
}
@-moz-keyframes fadein2 {
    0%, 50%, 100% { opacity: 1; }
    25%, 75% { opacity: 0; }
}
@keyframes fadein2 {
    0%, 50%, 100% { opacity: 1; }
    25%, 75% { opacity: 0; }
}
.shine2 {
    -webkit-animation: fadein2 2s ease infinite;
    -moz-animation: fadein2 2s ease infinite;
    animation: fadein2 2s ease infinite;
}
.shine3 {
    -webkit-animation: fadein 1.5s cubic-bezier(0.2, -2, 0.8, 2) infinite;
    -moz-animation: fadein 1.5s cubic-bezier(0.2, -2, 0.8, 2) infinite;
    animation: fadein 1.5s cubic-bezier(0.2, -2, 0.8, 2) infinite;
}

/** Banner principal **/
#bannerPrincipal {
    min-height: 100vh;
}
#bannerPrincipal .arch-lottie {
    top: 0;
    left: 0;
}
#bannerPrincipal .block {
    width: 720px;
    max-width: 100%;
}

#tituloPrincipal {
    z-index: 1;
    position: relative;
}

h5.inicio {
    opacity: 0;
    z-index: -1;
}

/** Asi es como... **/
#videoScale {
    width: 80vw;
    height: 90vh;
    margin: 0 0 10px 0;
    position: absolute;
    top: calc(50% - 45vh);
    left: calc(50% - 40vw);
    background-image: url('../media/Portada_Manifiesto.webp');
    background-position: center center;
    background-size: cover; /* for IE9+, Safari 4.1+, Chrome 3.0+, Firefox 3.6+ */
    -webkit-background-size: cover; /* for Safari 3.0 - 4.0 , Chrome 1.0 - 3.0 */
    -moz-background-size: cover; /* optional for Firefox 3.6 */ 
    -o-background-size: cover;
}


/** Slider Videos **/
#sliderVideos {
    min-height: 100vh;
}

#sliderVideos .horizontal {
    padding-left: var(--space-3xl);
}

#macroImg {
    width: 150px;
    margin-right: 20px;
}

#fraseLogoMacro {
    width: calc(36% + 100px);
    max-width: 100%;
}

.space-holder {
    position: relative;
    width: 100%;
}

.balance {
    text-wrap: balance;
}

.btn__small {
    padding: 10px 40px;
    border-radius: 10px;
    padding-bottom: 13px;
}

.sticky {
    position: sticky;
    top: 0;
    width: 100%;
    min-height: 80vh;
    overflow-x: hidden;
    overflow-y: hidden;
}

.horizontal {
    position: absolute;
    height: 100%;    
}

#sliderVideosText {
    color: white;
}

ul.cards {
    position: relative;
    height: 400px;
    padding: 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}

li.slider-video {
    position: relative;
    height: 50%;
    width: 500px;
    margin-right: 75px;
    flex-shrink: 0;
    list-style-type: none;
    border-radius: 30px;
    transition: transform .2s;
    background-position: center center;
    background-size: cover; /* for IE9+, Safari 4.1+, Chrome 3.0+, Firefox 3.6+ */
    -webkit-background-size: cover; /* for Safari 3.0 - 4.0 , Chrome 1.0 - 3.0 */
    -moz-background-size: cover; /* optional for Firefox 3.6 */ 
    -o-background-size: cover;
}

li.slider-video:hover {
    transform: scale(1.03) translateY(-3px);
}

li#video1 {
    background-image: url('../media/portada01.webp');
    width: 30vw;
    height: 35vh;
}

li#video2 {
    background-image: url('../media/portada02.webp');
    width: 25vw;
    height: 35vh;
    margin-top: 20vh;
}

li#video3 {
    background-image: url('../media/portada03.webp');
    width: 25vw;
    height: 35vh;
    margin-top: -3vh;
}

li#video4 {
    background-image: url('../media/portada04.webp');
    width: 34vw;
    height: 35vh;
    margin-top: 15vh;
}

li.slider-video a {
    cursor: pointer;
}

li.slider-video a::after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
}

/* Popup Estilos */

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(15px);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
    min-height: 100vh;
    display: flex;
    justify-content: stretch;
    z-index: 2;
}

.popup {
    margin: auto auto;
    padding: 20px;
    background: #000;
    border-radius: 20px;
    width: 60%;
    position: relative;
    transition: all 1s ease-in-out;
}

.popup .close {
    position: absolute;
    top: 10px;
    right: 10px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: white;
}

.popup .close:hover {
    color: #f00;
}

.popup .content {
    max-height: 100%;
    overflow: auto;
}

@media screen and (max-width: 480px) {

    li.slider-video {
        width: 100% !important;
    }

    .popup {
        margin: 25vh auto;
        width: 90%;
        height: 300px;
    }

    #sliderVideosText {
        left: 40px;
    }
}

/** Entrevista **/
#entrevista div {
    min-height: 80vh;
    background-image: url('../media/portadaDiego.webp');
    background-position: top center;
    background-size: cover; /* for IE9+, Safari 4.1+, Chrome 3.0+, Firefox 3.6+ */
    -webkit-background-size: cover; /* for Safari 3.0 - 4.0 , Chrome 1.0 - 3.0 */
    -moz-background-size: cover; /* optional for Firefox 3.6 */ 
    -o-background-size: cover;
}

/** Test **/
.mySwiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.mySwiper swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
}

#testSeccion .block1 {
    width: 50%;
    max-width: 100%;
}

#testSeccion #part1 .flex-row > div {
    flex-basis: 50%;
}

#testSeccion #part1 h5.custom {
    width: 70%;
}

#testSeccion #part1 h5.custom span {
    font-weight: 700;
}

#testSeccion #part1 img.custom {
    max-width: 100%;
    max-height: 100%;
    width: 500px;
}

.contenedor-resp {
    width: 700px;
    max-width: 100%;
}

div.respuesta {
    position: relative;
    flex-basis: calc(33.333% - 40px);
    margin: 20px;
    box-sizing: border-box;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
}

.respuesta:hover {
    cursor: pointer;
    background-image: unset;
}

div.respuesta::after {
    content: '';
    display: block;
    padding-top: 100%;
    background-color: #00000040;
    transition: all .3s;
}

.respuesta .contenido {
    position: absolute;
    top: 0; left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.respuesta .contenido p {
    line-height: 1.1;
}

.respuesta.ha:hover::after {
    background-color: var(--blue2);
}

.respuesta.hm:hover::after {
    background-color: var(--purple);
}

.respuesta.ham:hover::after {
    background-color: var(--yellow);
}

#part6 .respuesta.ha:hover::after, #part6 .respuesta.hm:hover::after, #part6 .respuesta.ham:hover::after {
    background-color: #00000000;
}

#part2 .respuesta:first-child {
    background-image: url('../media/p1-r1.webp');
}
#part2 .respuesta:nth-child(2) {
    background-image: url('../media/p1-r2.webp');
}
#part2 .respuesta:nth-child(3) {
    background-image: url('../media/p1-r3.webp');
}

#part3 .respuesta:first-child {
    background-image: url('../media/p2-r1.webp');
}
#part3 .respuesta:nth-child(2) {
    background-image: url('../media/p2-r2.webp');
}
#part3 .respuesta:nth-child(3) {
    background-image: url('../media/p2-r3.webp');
}

#part4 .respuesta:first-child {
    background-image: url('../media/p3-r1.webp');
}
#part4 .respuesta:nth-child(2) {
    background-image: url('../media/p3-r2.webp');
}
#part4 .respuesta:nth-child(3) {
    background-image: url('../media/p3-r3.webp');
}

#part5 .respuesta:first-child {
    background-image: url('../media/p4-r1.webp');
}
#part5 .respuesta:nth-child(2) {
    background-image: url('../media/p4-r2.webp');
}
#part5 .respuesta:nth-child(3) {
    background-image: url('../media/p4-r3.webp');
}

#part6 .respuesta:first-child {
    background-image: url('../media/p5-r1.webp');
}
#part6 .respuesta:nth-child(2) {
    background-image: url('../media/p5-r2.webp');
}
#part6 .respuesta:nth-child(3) {
    background-image: url('../media/p5-r3.webp');
}

#part7 .custom {
    width: 1000px;
    max-width: 100%;
}

#descResultado {
    border: 2px solid white;
}

#descResultado span {
    color: var(--yellow);
}

#imgResultado {
    width: 50%;
}

#tituloResultado {
    position: absolute;
    line-height: 1;
    top: 13%;
    left: 40%;
}

/** Acordeon **/
#textLeft {
    margin-right: -150%;
    color: transparent;
    -webkit-text-stroke: 1px white;
}

#principios > div:first-child {
    flex-basis: 45%;
}

#principios > div:nth-child(2) {
    flex-basis: 55%;
}

#principios > div:nth-child(2) h5 {
    width: 60%;
}

#acordeonSeccion div.custom {
    width: 55%;
    max-width: 100%;
}

.acordeon {
    width: 90%;
    border-top: 1px solid var(--purple);
    max-width: 100%;
}

.item-acordeon {
    padding-top: var(--space-s);
    padding-bottom: var(--space-s);
    border-bottom: 1px solid var(--green);
}
.item-acordeon:nth-child(3n) { border-color: var(--purple); }
.item-acordeon:nth-child(3n+2) { border-color: var(--blue2); }
.acordeon-titulo {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin-left: -45px;
    cursor: pointer;
}
.acordeon-titulo img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin-right: var(--space-s);
}

.acordeon-contenido { 
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    padding-left: 5px;
}

.open .acordeon-contenido {
    height: var(--space-2xl);
    overflow: visible;
    visibility: visible;
}

.acordeon-contenido p { 
    width: 40%;
    margin-bottom: var(--space-2xs);
}

.acordeon-contenido .arch-lottie {
    position: absolute;
    top: 5%;
    right: 3%;
    z-index: 3;
}

.open .acordeon-titulo h3, .acordeon-titulo:hover h3 { color: var(--yellow); }


/** Buscamos **/
#buscamosSeccion {
    background-image: url('../media/01Parallax.webp');
    background-position: center center;
    background-size: cover; /* for IE9+, Safari 4.1+, Chrome 3.0+, Firefox 3.6+ */
    -webkit-background-size: cover; /* for Safari 3.0 - 4.0 , Chrome 1.0 - 3.0 */
    -moz-background-size: cover; /* optional for Firefox 3.6 */ 
    -o-background-size: cover; /* for Opera 9.5 */
    overflow: hidden;
}

#buscamosSeccion .estrella:nth-child(2) {
    bottom: 40%;
    right: 0;
}

#buscamosSeccion .estrella:nth-child(3) {
    width: 8%;
    bottom: 30%;
    right: 5%;
}

#buscamosSeccion .estrella:nth-child(4) {
    width: 8%;
    bottom: 5%;
    left: 0;
}

/** Vacantes **/
#vacantes .flex-row > div:first-child {
    flex-basis: 55%;
}

#vacantes .flex-row > div:nth-child(2) {
    flex-basis: 45%;
}

#dosColumnas div.custom {
    width: 320px;
    max-width: 100%;
}

#aplicar .estrella:nth-child(3) {
    width: 2.5%;
    bottom: -11%;
    right: 44%;
}

#aplicar .estrella:nth-child(4) {
    width: 8%;
    bottom: -10%;
    left: 47%;
}

#descubreBanner {
    background-image: url('../media/02Banner.webp');
    background-position: 25% 50%;
    background-size: cover; /* for IE9+, Safari 4.1+, Chrome 3.0+, Firefox 3.6+ */
    -webkit-background-size: cover; /* for Safari 3.0 - 4.0 , Chrome 1.0 - 3.0 */
    -moz-background-size: cover; /* optional for Firefox 3.6 */ 
    -o-background-size: cover; /* for Opera 9.5 */
    overflow: hidden;
}

#descubreBanner div.custom {
    width: 50%;
}

#descubreBanner .custom img {
    width: 30px;
    object-fit: contain;
    margin-right: 10px;
    margin-bottom: 5px;
}

#beerhouse {
    min-height: 40vh;
    justify-content: center;
}

#beerhouse .estrella:nth-child(4) {
    width: 10%;
    top: 5%;
    left: 7%;
}

#beerhouse .estrella:nth-child(5) {
    width: 9%;
    bottom: -10%;
    right: 7%;
}


/** -------------------------------------------------------------------------- **/

/** Pagina 2 **/

#regresar {
    font-size: 22px;
    padding: 12px 45px;
}

#regresar:hover {
    transform: translateY(0px) scale(1) translateX(-5px);
    background-color: var(--purple);
}

#cienAnios .estrella.shine2 {
    top: -5%;
    left: -8%;
    width: 12%;
}
#cienAnios .estrella.shine {
    top: 25%;
    left: -10%;
}
#cienAnios .estrella.shine3 {
    bottom: -20%;
    right: -10%;
    width: 10%;
}

#testimonios .estrella.shine2 {
    width: 8%;
    top: 7%;
    right: 8%;
}

#testimonios .estrella.shine3 {
    width: 3%;
    top: 3%;
    right: 3%;
}

#transformacion .custom {
    width: 70%;
}

#transformacion #logo {
    width: 130px;
    object-fit: contain;
}

.video-item {
    padding-top: var(--space-xl);
    padding-bottom: var(--space-xl);
}

.video-item:not(:nth-child(6)):not(:nth-child(5)) {
    border-bottom: 1px solid var(--purple);
}

.video-item .cont-img { overflow: hidden; }

.video-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
    -webkit-transform: scale(1.07);
	transform: scale(1.07);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.video-item * {
    transition: all .3s;
    position: relative;
    z-index: 2;
    color: white;
}

.video-item:hover h5 { color: var(--yellow); }

.video-item:hover img {
    -webkit-transform: scale(1);
	transform: scale(1);
}

#contenedorVideos, .video-item { transition: all .2s; }

#contenedorVideos:hover .video-item:not(:hover) {
    filter: grayscale(100%);
    opacity: 0.75;
}

.video-item img:hover, .persona:hover, .globo:hover, #portadaLeyendas:hover {
    cursor: pointer;
}

#contenedorVideos .estrella {
    width: 3%;
    bottom: 1.5%;
    left: -2%;
}

#contenedorVideos:after {
    content: "";
    position: absolute;
    width: 80%;
    height: 2px;
    background-color: var(--purple);
    bottom: 0;
    left: 10%;
}

#testimonios #logo {
    width: 50%;
}

#testimonios #portadaLeyendas {
    min-height: 80vh;
    background-image: url('../media/Portada_Leyendas.webp');
    background-position: 50% 50%;
    background-size: cover; /* for IE9+, Safari 4.1+, Chrome 3.0+, Firefox 3.6+ */
    -webkit-background-size: cover; /* for Safari 3.0 - 4.0 , Chrome 1.0 - 3.0 */
    -moz-background-size: cover; /* optional for Firefox 3.6 */ 
    -o-background-size: cover; /* for Opera 9.5 */
    overflow: hidden;
}

#testimonios > h5 {
    width: 70%;
    text-wrap: balance;
}

.globo {
    padding: var(--space-l);
}

.globo img {
    width: 70px;
    height: auto;
    object-fit: contain;
}

.testimonio-item:nth-child(2) {
    padding-bottom: var(--space-m);
}

.persona, .globo { transition: all .3s; }

.persona img.radius-full {
    border: 2px solid white;
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.testimonio-item:first-child .persona img.radius-full {
    border-color: var(--blue2);
}

.testimonio-item:nth-child(2) .persona img.radius-full {
    border-color: var(--pink);
}

.testimonio-item:nth-child(3) .persona img.radius-full {
    border-color: var(--green);
}

.testimonio-item:hover .persona {
    transform: translateY(8px);
}

.testimonio-item:hover .globo {
    transform: translateY(-8px);
}

.testimonio-item:hover .persona p {
    text-decoration: underline;
}

.testimonio-item:hover .persona div > img {
    transform: translateX(5px);
}

.persona .flex-row img {
    width: 40px;
    object-fit: contain;
    margin-left: 10px;
}



/** -------------------------------------------------------------------------- **/

/** Footer **/
.ico-red {
    width: 70px;
    height: 70px;
}

.ico-red:hover {
    transform: scale(1.03) translateY(-3px);
}

#footerSup {
    border-bottom: 2px solid var(--blue1);
}

#contRedes {
    column-gap: 20px;
}

#enlaces {
    justify-content: space-evenly;
}

#enlaces a p {
    font-weight: 600;
}

#enlaces a:hover p {
    text-decoration: underline;
} 

#gpSello {
    width: 120px;
    bottom: var(--space-xs);
    right: -5px;
}

@media (max-width: 480px) {

    .estrella {
        width: 15% !important;
    }

    iframe#iframeVidPopup {
        height: 260px;
    }

    #contRedes {
        column-gap: 10px;
    }

    .ico-red {
        width: 45px;
        height: 45px;
    }

    .ico-red:hover {
        transform: unset;
    }

    #enlaces {
        flex-direction: column;
        text-align: center;
        row-gap: 10px;
    }

    #footerInf p {
        width: 75%;
	text-wrap: balance;
    }

    #gpSello {
        width: 70px;
        right: 0;
        bottom: 2%;
    }
}


/** -------------------------------------------------------------------------- **/

/** Primera pagina - Movil **/
@media (max-width: 480px) {

    #bannerPrincipal {
        min-height: 90vh;
    }

    #tituloPrincipal {
        margin-top: -85%;
    }

    #videoScaleSection{
        margin-top: -300px;
    }

    #videoScale {
        border-radius: 20px;
        width: 90vw;
        height: 30vh;
        top: calc(50% - 15vh);
        left: calc(50% - 45vw);
    }

    .icono-play, #portadaLeyendas .icono-play {
        width: 15%;
    }

    .icono-play.custom {
        width: 20%;
    }

    #fraseLogoMacro {
        flex-direction: column;
        width: 90vw;
        align-items: center;
    }

    #fraseLogoMacro img {
        width: 90px;
        margin-bottom: 20px;
    }

    #fraseLogoMacro h4 { text-align: center; }

    #entrevista div { min-height: 400px; }

    #testSeccion .block1, #testSeccion #part1 h5.custom, #principios > div:nth-child(2) h5, .acordeon, #dosColumnas div.custom, #descubreBanner div.custom, #acordeonSeccion div.custom, .contenedor-resp {
        width: 100%;
    }

    .respuesta .contenido p, #testSeccion div div h3, #descubreBanner h5, #beerHouse h5 {
        text-wrap: balance;
    }

    #part1 > div, div#principios, div#aplicar, .contenedor-resp {
        flex-direction: column;
        row-gap: 25px;
    }

    .contenedor-resp { 
        row-gap: 0; 
        align-items: center;
    }

    div#aplicar { flex-direction: column-reverse; }
    
    #part1 .flex-row > div {
        flex-basis: 100%;
        padding: 0;
    }

    .respuesta {
        border-radius: var(--space-s);
        margin: 5px;
        width: calc(60% - 10px);
    }

    .respuesta:after {
        background-color: #00000080;
    }

    #part7 > div, #descubreBanner { flex-direction: column; }

    #imgResultado { width: 65%; }

    h2#tituloResultado {
        width: 80%;
        top: 36%;
        left: 20%;
    }

    #part7 > div div {
        padding: 0;
        margin-top: 20px;
    }

    #principios img, #part1 img {
        height: 250px;
        object-position: top;
        object-fit: cover;
    }

    .acordeon-titulo { margin-left: 0; }

    .acordeon-titulo img {
        width: 25px;
        margin-right: 10px;
    }

    .acordeon-titulo h3 {
        width: calc(100% - 35px);
        font-size: 28px;
    }

    .open .acordeon-contenido { height: 80px; }

    .acordeon-contenido p {
        width: 100%;
        margin-bottom: 0;
        margin-top: 10px;
    }

    .acordeon-contenido .arch-lottie {
        top: 15%;
        right: 0%;
        z-index: -1 !important;
        width: 70% !important;
        height: auto;
        opacity: 0.2;
    }

    #buscamosSeccion { padding-left: 15px; padding-right: 15px; }
    #buscamosSeccion h1:first-child { margin-bottom: 150px; }

    #aplicar .estrella:nth-child(3) {
        bottom: -5%;
        right: 10%;
    }
    #aplicar .estrella:nth-child(4) {
        bottom: 0%;
        left: -5%;
    }

    a#descubre { margin: 0; }

    #descubreBanner { 
        position: relative;
        padding-bottom: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }

    #descubreBanner div.custom { 
        position: relative;
        margin-top: 100px;
    }

    div#descubreBanner:before {
        content: "";
        background-color: black;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        opacity: 0.3;
    }

    #descubreBanner .custom h5 { width: 70%; text-align: center; }
    #descubreBanner .custom .flex-row { justify-content: center; }

    #entrevista, #testSeccion, #buscamosSeccion, #principios > div:nth-child(2), .acordeon, #aplicar > div:first-child {
        margin-bottom: 50px;
    }

    #beerhouse {
        min-height: 50vh;
    }
}

/** -------------------------------------------------------------------------- **/

/** Segunda pagina - Movil **/
@media (max-width: 480px) {
    #version-pc { display: none; }
    #version-movil { display: block; }
    #bannerPrincipal { min-height: 90vh; }
    #regresar {
        font-size: 16px;
        padding: 8px 25px;
    }
    
    #transformacion .custom, #testimonios > h5 {
        width: 100%;
    }

    div#contenedorVideos, div#contenedorTestimonios {
        grid-template-columns: 1fr;
    }

    .video-item:not(:nth-child(6)) {
        border-bottom: 1px solid var(--purple);
    }

    div#contenedorTestimonios {
        row-gap: 20px;
    }

    .testimonio-item:nth-child(2) {
        padding-bottom: unset;
    }

    #testimonios #logo {
        width: 80%;
    }

    #contenedorVideos .estrella, #testimonios .estrella.shine3 {
        width: 10% !important;
    }

    #contenedorVideos .estrella {
        bottom: 0%;
    }

    #testimonios #portadaLeyendas {
        min-height: 250px;
        z-index: 3;
    }

    #testimonios .estrella.shine3 {
        top: 1%;
        right: 2%;
    }
}

/** Tablet **/
@media only screen and (min-width: 481px) and (max-width: 1200px) {
    #version-pc { display: none; }
    #version-movil { display: block; }
    #bannerPrincipal { min-height: 90vh; }
    #tituloPrincipal { margin-top: -35%; }
    #testimonios #portadaLeyendas, #entrevista > div {
        min-height: 350px;
    }

    #testSeccion .block1, #acordeonSeccion div.custom, #testimonios > h5:nth-child(3), #testSeccion .block1 h3, #testimonios > h5 {
        width: 100%;
    }

    #testSeccion {
        min-height: 70vh;
        justify-content: center;
    }

    #acordeonSeccion .custom {
	display: flex;
        justify-content: center;
    }

    .open .acordeon-contenido {
        height: var(--space-4xl);
    }

    #acordeonSeccion div.custom h5, #principios > div:nth-child(2) h5 { 
        width: 90%;
    }

    .acordeon-contenido .arch-lottie {
        top: 20%;
        right: 0%;
        z-index: -1 !important;
        height: auto;
        opacity: 0.5;
        width: 50%;
    }

    #vacantes {
        padding-top: 80px;
    }

    #aplicar {
        margin-bottom: 100px;
    }

    a#descubre { margin: 0; }

    #descubreBanner div.custom {
        width: 60%;
    }

    #contenedorTestimonios {
        column-gap: 25px;
    }

    .persona {
	flex-wrap: wrap;
	align-items: center;
    }

    .persona > div {
        width: calc(100% - 55px);
        justify-content: end;
    }

    .persona p {
	text-align: right;
        margin-bottom: 5px;
    }

    .persona img.radius-full {
        width: 45px;
        height: 45px;
        margin-right: 10px;
    }

    #enlaces {
        column-gap: 15px;
    }

    #enlaces p {
        text-align: center;
    }

    #testSeccion .block1 h3, #acordeonSeccion div.custom h5, #descubreBanner h5, #descubreBanner h3, #testimonios > h5:nth-child(3), .persona p, #enlaces p, #beerHouse h5, #footerInf p {
	text-wrap: balance;
    }

    #footerInf p {
        width: 75%;
    }

    #gpSello {
        width: auto;
        height: 96%;
        right: 0;
        bottom: 0;
    }

    #entrevista, #testSeccion, #buscamosSeccion, #principios > div:nth-child(2), .acordeon, #aplicar > div:first-child {
        margin-bottom: 50px;
    }
}