@charset "UTF-8";

/*--------------------------------------------------------------
>>> TABLA DE CONTENIDO:
----------------------------------------------------------------
# Normalize
# Forms
# Links
# Transitions
# Utilities
# Header
# Panel Side Mobile
# Footer

# Hero
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@font-face {
    font-family: 'GT Pressura Mono Light Light';
    src: url('../../assets/fonts/GT Pressura Mono Light Light.woff2') format('woff2'),
         url('../../assets/fonts/GT Pressura Mono Light Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'Proto Grotesk Web';
    src: url('../../assets/fonts/Proto Grotesk Web.woff2') format('woff2'),
         url('../../assets/fonts/Proto Grotesk Web.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: fallback;
}

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

html {
    font-size: 16px;
    overflow-x: hidden;
}

body {
    margin: 0;
    font-family: "GT Pressura Mono Light Light";
    background-color: #dcdbd6;
    color: #000000;
    font-size: 16px;
    position: relative;
    background-image: url('../../assets/img/fondo-shape.jpg');
    background-position: center;
    background-repeat: repeat;
    background-size: contain;
}

p {
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 1rem;
}

p:last-child {
    margin-bottom: 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Proto Grotesk Web';
    font-weight: normal;
    letter-spacing: -0.07em;
    margin-top: 0;
    margin-bottom: 20px;
}

img {
    max-width: 100%;
    height: auto;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a:hover, a:focus, a:active {
  color: #fff;
  text-decoration: none;
}
a:focus {
  outline: 0;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
# Transitions
--------------------------------------------------------------*/
a, .cta, img {
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    letter-spacing: normal;
    color: #a4a4a4;
}
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
main {
    position: relative;
}

.container {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1372px;
}

.cta {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    font-size: 1.063rem;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 10px 24px 12px;
    position: relative;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cta:hover {
    background-color: #dcdbd6;
    color: #000;
    text-decoration: none;
}

/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/
.iXAIPG {
    position: relative;
    overflow: hidden;
}

.iXAIPG > div {
    min-height: 52vw;
    height: 80vh;
    max-height: 125vw;
    padding-bottom: 0px;
}

.hsBmSp video {
    width: 100%;
    position: absolute;
    z-index: 1;
    inset: 0px;
    min-height: 100%;
    min-width: 100%;
    height: calc(100% + 1px);
    object-fit: cover;
    overflow: hidden;
    pointer-events: none;

    background-origin: padding-box;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgb(250, 250, 250);
    background-image: none;
}

.iXAIPG video {
    animation: 0.1s ease 0s 1 normal forwards running fadeInBackground;
}

@keyframes fadeInBackground {
    0% {
        background: transparent;
    }
    100% {
        background: rgb(250, 250, 250);
    }
}

@media (min-width: 992px) {
    .iXAIPG > div {
        padding-bottom: 0px;
        min-height: 50vw;
        height: 90vh;
        max-height: 56vw;
    }
}

/*--------------------------------------------------------------
# Marcas
--------------------------------------------------------------*/
.marcas {
    padding-top: 60px;
}
.marcas_container {
    width: 100%;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
}
.marcas .owl-carousel .owl-item img {
    width: fit-content;
    margin: auto;
    opacity: .5;
}
.marcas .owl-carousel .owl-item img:hover {
    opacity: 1;
}
.carrusel_row {
    margin-bottom: 24px;
}
.carrusel_row:last-child {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Concepto
--------------------------------------------------------------*/
.concepto {
    text-align: center;
    padding: 60px 0;
}
.concepto h2 {
    margin-bottom: 48px;
    font-size: 12.375rem;
    line-height: 10.75rem;
}
.concepto .cta {
    font-size: 1.5rem;
    line-height: 2rem;
    margin: auto;
}
/* Galeria */
.container_galeria {
    width: 100%;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 140px;
}
@media (max-width: 1199px) {
    .concepto h2 {
        font-size: 8.375rem;
        line-height: 7.75rem;
    }
    .owl-carousel.galeria-carousel .owl-item img {
        max-width: 350px;
    }
}
@media (max-width: 767px) {
    .concepto h2 {
        font-size: 4rem;
        line-height: 3.75rem;
    }
    .concepto .cta {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .owl-carousel.galeria-carousel .owl-item img {
        max-width: 270px;
    }
}


/*--------------------------------------------------------------
# Instagram
--------------------------------------------------------------*/
.instagram {
    padding: 60px 0 85px;
}
.instagram .instagram_border {
    padding: 27px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
        margin-bottom: 48px;
}
.instagram .instagram_link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
.instagram .instagram_border p {
    margin-bottom: 0;
    font-size: 1.5rem;
    line-height: 1;
}
.instagram .instagram_border svg {}
.grid_instagram {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
}
.grid_instagram img {}
.grid_instagram img:last-child {}

@media (max-width: 767px) {
    .grid_instagram {
        grid-template-columns: 1fr 1fr;
    }
    .grid_instagram img:last-child {
        display: none;
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.web-footer {
    padding-top: 85px;
}
.footer_wrapper_logo {
    max-width: 1470px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 13%;
    background-image: url('../../assets/img/Punto-Footer.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
}
.footer_wrapper_logo > img {}