@font-face {
    font-family: 'DK Liquid Embrace';
    src: url('../aasets/Web/Tipografias/DK\ Liquid\ Embrace.ttf');
}

@font-face {
    font-family: 'Gemstone';
    src: url('../aasets/Web/Tipografias/Gemstone.ttf');
}

.page-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: auto;
    background-image: url('../aasets/Web/Fondo_header.png');
    background-position-y: -20px;
    background-size: auto 108px;
    background-repeat: repeat-x;
    padding: 0px 10% 0 8%;
    z-index: 12;
}

.header-menu-container {
    padding-top: 8px;
}

.header-menu-container > a {
    height: fit-content;
}

.page-footer {
    position: fixed;
    bottom: 0;
    width: 100vw;
    height: 123px;
    background-image: url('../aasets/Web/fondo_footer.png');
    background-position-y: 70px;
    background-size: auto 60px;
    background-repeat: repeat-x;
    padding: 0px 10% 6px 8%;
}

.page-footer > p {
    color: white;
    font-size: 20px;
    font-family: 'DK Liquid Embrace';
}

.footer-share-container {
    gap: 24px;
}

.page-full-section {
    height: 100vh;
    padding-top: 120px;
    padding-bottom: 70px;
    background-size: cover;
}

#conoce-la-actividad {
    padding-left: 10%;
    padding-right: 8%;
}

.image-full-section {
    width: 80%;
}

#conoce-la-actividad {
    background-image: url('../aasets/Web/Fondo_web_DUX_seccion_1.jpg');
}

#conoce-los-empaques {
    background-image: url('../aasets/Web/Fondo_web_DUX_seccion_2.jpg');
    padding-left: 40px;
    padding-right: 40px;
}

#conoce-los-talentos {
    background-image: url('../aasets/Web/Fondo_web_DUX_seccion_3.jpg');
}

.section-title {
    width: 24vw;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.item-title {
    display: flex;
    align-self: flex-start;
    width: 12vw;
    height: auto;
    margin-bottom: -16px;
    position: relative;
    z-index: 1;
}

.item-image {
    transform: matrix(1, 0.05, -0.05, 1, 0, 0);
    height: auto;
}

.item-text-container {
    width: 31vw;
    height: auto;
    margin-top: -30px;
    background-image: url('../aasets/Web/Fondo_TXT.png');
    background-size: 100% 100%;
    padding: 22px 24px 18px 48px;
}

.item-text-container > p {
    font-size: 20px;
    font-family: 'DK Liquid Embrace';
    line-height: 12px;
    margin-bottom: 0;
}
.glide__slides {
    justify-content: center;
}

.glide__slide {
    display: flex;
    justify-content: center;
    align-self: center;
}

.glide-item-img {
    width: 90%;
}

.glide__slide.glide__slide--active {
    width: 60vw !important;
}

.header-menu-icon-container {
    margin-top: 11px;
    width: 40px;
}

.modal-content.menu-mobile {
    justify-content: space-around;
    background-color: transparent !important;
    background-image: url('../aasets/mobile/fondo_menu.png');
    background-size: 100% 100%;
    padding-top: 14px;
    padding-bottom: 14px;
    border: none !important;
    height: 80vh;
    width: 80%;
}

.menu-logo {
    margin-top: -18px;
    width: 30%;
}

.menu-btn-close {
    width: 10%;
    position: absolute;
    top: 14px;
    right: 24px;
    
}

.menu-mobile-brand-text {
    color: white;
    font-family: 'DK Liquid Embrace';
    font-size: 24px;
}

.menu-mobile-social {
    gap: 20%;
}

.menu-mobile-social .img-fluid{
    width: auto;
    height: 30px;
}

.glide__bullets {
    bottom: 0 !important;
}
.page-icon-scroll {
    position: fixed;
    right: 14px;
    bottom: 60px;
    z-index: 14;
}

.page-icon-scroll-mobile{
    width: 20%;
    position: fixed;
    bottom: 4px;
    right: 40%;
    z-index: 14;
    max-width: 125px;
}

.page-footer > span{
    color: white;
    font-family: 'DK Liquid Embrace';
}

.glide__slide.glide__slide--active > iframe {
    height: 420px;
}

.glide__slide.glide__slide--active .left-arrow-container {
    display: flex !important;
}

.glide__slide.glide__slide--active .right-arrow-container {
    display: flex !important;
}

.left-arrow-container {
    cursor: pointer;
    display: none;
    margin-right: 12px;
    justify-content: center;
    align-items: center;
}

.right-arrow-container {
    cursor: pointer;
    display: none;
    margin-left: 12px;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1640px) {
    .item-text-container > p {
        font-size: 15px;
    }

    .item-image {
        width: 18vw;
    }

    .item-text-container {
        width: 36vw;
    }

    .page-full-section {
        padding-top: 80px;
    }

    .page-footer > span {
        font-size: 16px;
    }

    .header-menu-item {
        max-width: 80% !important;
    }
}

@media (max-width: 1440px) {
    .item-text-container > p {
        font-size: 12px;
    }

    .item-text-container {
        width: 36vw;
    }

    .page-full-section {
        padding-top: 80px;
    }

    .page-header {
       background-size: auto 90px;
    }

    .page-footer {
        background-position-y: 80px;
        background-size: auto 45px;
    }
}

@media (max-width: 1240px){
    .item-text-container {
        width: 40vw;
    }

}

@media (max-width: 996px) {
    .header-logo-container {
        margin-top: 11px;
        width: 100px;
    }
}

@media (max-width: 992px) {
    #conoce-la-actividad {
        padding-left: 2%;
        padding-right: 2%;
    }
    
    .glide__slide.glide__slide--active {
        width: 100vw !important;
    }

    .header-logo-container {
        margin-top: 11px;
        width: 100px;
    }

    .section-title {
        width: 60vw;
    }

    .item-text-container {
        width: 80%;
    }

    .page-full-section.empaques-section {
        height: auto;
    }

    .page-full-section.empaques-section .section-title{
        margin-bottom: 24px ;
    }

    .item-image {
        width: 65vw;
    }

    .item-title {
        width: 28vw;
        margin-left: auto;
        margin-right: auto;
    }

    .page-footer > span {
        font-size: 12px;
    }

    .item {
        margin-bottom: 24px;
    }
    
    .right-arrow-container > img {
        width: 15px;
    }
    
    .left-arrow-container > img {
        width: 15px;
    }

    .glide__slide.glide__slide--active > iframe {
        height: 320px;
    }

}

.bounce-top {
	-webkit-animation: bounce-top 3s linear forwards;
	        animation: bounce-top 3s linear forwards;
}

/* ----------------------------------------------
 * Generated by Animista on 2023-9-29 10:54:25
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation bounce-top
 * ----------------------------------------
 */
 @-webkit-keyframes bounce-top {
    0% {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
      opacity: 1;
    }
    20% {
      -webkit-transform: translateY(20px);
              transform: translateY(20px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    40% {
      -webkit-transform: translateY(-20px);
              transform: translateY(-20px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
      opacity: 1;
    }
  }
