@font-face{
    font-family: 'Museo';
    src: url(./../../assets/fonts/MuseoSans-300.ttf);
    font-weight: 300;
}

@font-face{
    font-family: 'Museo';
    src: url(./../../assets/fonts/MuseoSans_500.ttf);
    font-weight: 500;
}


/* G E N E R A L E S 
-------------------------------------------------------*/
body{
    color: black;
}

a{
    color: inherit;
    text-decoration: none;
}

.underline{
    text-decoration: underline;
}

.w-100{
    width: 100%;
}

.h100{
    height: 100vh;
}

/* Fonts */
h1{
    font-family: "Libre Franklin", sans-serif;
    font-size: 55px; 
    font-weight: 700;
    letter-spacing: normal;
}

h2{
    font-family: "Museo";
    font-size: 25px; 
    font-weight: 300;
    letter-spacing: normal;
}

h3{
    font-family: "Libre Franklin", sans-serif;
    font-size: 35px; 
    font-weight: 700;
}

h4{
    font-family: "Libre Franklin", sans-serif;
    font-size: 20px; 
    font-weight: 500;
}

h5{
    font-family: "Libre Franklin", sans-serif;
    font-size: 25px; 
    font-weight: 600;
}

h6{
    font-family: "Museo";
    font-size: 15px; 
    font-weight: 500;
}

.p-txt{
    font-family: "Museo";
    font-size: 15px; 
    font-weight: 300;
}

.p-sm{
    font-family: "Museo";
    font-size: 12px; 
    font-weight: 300;
}

.correo{
    font-family: "Libre Franklin", sans-serif;
    font-size: 25px; 
    font-weight: 300;
}

.bold{
    font-weight: 700;
}

.titulo{
    font-family: "Libre Franklin", sans-serif;
    font-size: 35px; 
    font-weight: 700;
    letter-spacing: 12px;
    color: #123C40;
}

/* Spacing */
.pd-0{
    padding: 0;
}

.ps-70{
    padding-left: 70px;
}

.ps-80{
    padding-left: 80px;
}

.px-80{
    padding-left: 80px;
    padding-right: 80px;
}

.py-10{
    padding-top: 70px;
    padding-bottom: 70px;
}

.py-90{
    padding-top: 90px;
    padding-bottom: 90px;
}

.lg-mb-2{
    margin-bottom: 2rem;
}

.gap-2{
    gap: 2vw;
}

.px-container{
    padding-left: 4rem;
    padding-right: 4rem;
}

/* Color */
.white{
    color: white;
}

.green{
    color: #43B02A;
}

.gray{
    color: #BABABA;
}

.green-ara{
    color: #103C40;
}

/* Button */
.btn-outline-secondary{
    color: white;
    font-size: 15px; 
    font-weight: 500;
    padding: 16px 50px;
    font-family: "Museo";
    border-radius: 0;
    border: 1px solid #43B02A;
    background-color: #004851;
}

.btn-outline-secondary:hover{
    color: white;
    font-size: 15px; 
    font-weight: 500;
    padding: 16px 50px;
    font-family: "Museo";
    border-radius: 0;
    border: 1px solid #43B02A;
    background-color: #43B02A;
}

.btn-outline-secondary-acerca{
    color: black;
    font-size: 15px; 
    font-weight: 500;
    padding: 16px 50px;
    font-family: "Museo";
    border-radius: 0;
    border: 1px solid #43B02A;
    background-color: #fff;
}

.btn-outline-secondary-acerca:hover{
    color: white;
    font-size: 15px; 
    font-weight: 500;
    padding: 16px 50px;
    font-family: "Museo";
    border-radius: 0;
    border: 1px solid #43B02A;
    background-color: #43B02A;
}

.btn-primary{
    color: white;
    font-size: 15px; 
    font-weight: 500;
    padding: 16px 50px;
    font-family: "Museo";
    border-radius: 0;
    border: 1px solid #43B02A;
    background-color: #43B02A;
}

.btn-primary:hover{
    color: #43B02A;
    font-size: 15px; 
    font-weight: 500;
    padding: 16px 50px;
    font-family: "Museo";
    border-radius: 0;
    border: 1px solid #fff;
    background-color: #fff;
}

/* IDS */
#imgDesk{
    display: flex !important;
}

#imgMob{
    display: none !important;
}


/* N A V  
-------------------------------------------------------*/
.logo{
    width: 4vw;
}

.logo-black{
    width: 3.5vw;
}

.circle-social{
    width: 32px;
    height: 32px;
    display: flex;
    color: white;
    align-items: center;
    border-radius: 100px;
    justify-content: center;
    border: 1px solid #fff;
}

.circle-social:hover{
    width: 32px;
    height: 32px;
    display: flex;
    color: white;
    align-items: center;
    border-radius: 100px;
    justify-content: center;
    border: 1px solid #fff;
    background-color: #43B02A;
}

.social-bottom{
    bottom: -115px;
}

.nav-li:hover{
    color: #004851;
}

.nav-li.active{
    color: #004851;
}

/* Floating */
.floating{
    transform: translatey(0px);
    -webkit-animation: float 6s ease-in-out infinite;
    animation: float 6s ease-in-out infinite;
}

.scrolldown{
    right: 35px;
    bottom: 100px;
    position: absolute;
}

.btn-scrolldown{
    width: 45px;
    height: 45px;
    display: flex;
    color: white;
    border-radius: 0;
    align-items: center;
    justify-content: center;
    border: 1px solid white;
    background-color: rgba(255, 255, 255, 0.171);
}

.btn-scrolldown:hover{
    width: 45px;
    height: 45px;
    display: flex;
    color: white;
    border-radius: 0;
    align-items: center;
    justify-content: center;
    border: 1px solid white;
    background-color: rgba(255, 255, 255, 0.171);
}

@-webkit-keyframes float {
    0% {
      box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
      transform: translatey(0px);
    }
    50% {
      box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
      transform: translatey(-20px);
    }
    100% {
      box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
      transform: translatey(0px);
    }
  }
  
  @keyframes float {
    0% {
      box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
      transform: translatey(0px);
    }
    50% {
      box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
      transform: translatey(-20px);
    }
    100% {
      box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
      transform: translatey(0px);
    }
}
/* End Floating */

/* Modal Foto */
.fx-gal-item {
    width: 100%;
    margin: 5px;
    overflow: hidden;
}
  
.fx-gal-image-thumb img {
    width: 100%;
    cursor: pointer;
    /* -webkit-filter: grayscale(80%);
    -moz-filter: grayscale(80%);
    filter: grayscale(80%); */
    transition: all 0.3s ease;
}
  
.fx-gal-image-thumb:hover img {
    width: 100%;
    cursor: pointer;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
    transform: scale(1.2);
    transition: all 0.5s ease;
}
  
.fx-gal-image-thumb:focus + .fx-gal-image-big {
    display: block;
}
  
.fx-gal-image-big {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(5, 10, 15, 0.8);
    overflow: hidden;
    height: 100vh;
    width: 100vw;
    z-index: 999;
    transition: all 0.3s ease;
}
  
.fx-gal-image-big img {
    width: 30vw;
    left: 15rem;
    top: 15rem;
    position: absolute;
    /* box-shadow: 0px 0px 800px 40px rgba(0, 0, 0, 0.9); */
    /* transform: translate(-50%, -50%); */
}
/* Modal Foto */

.pd-social {
    padding: 0 !important;
}


/* H O M E  
-------------------------------------------------------*/
.tp-bullets, .tp-tabs, .tp-thumbs{
    display: none !important;
}

.tp-parallax-wrap{
    left: 4rem !important;
}

.top-title{
    top: -40px;
}

.bottom-caption{
    bottom: -100px;
}

/* Acerca */
.bg-acerca{
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(./../../assets/images/home/bg-acerca.png);
}

.pt-img{
    padding-top: 20px;
}

/* Jugadores */
.content{
    position: relative;
    margin: auto;
    overflow: hidden;
}
  
.content .content-overlay{
    background: rgba(0,0,0,0.7);
    position: absolute;
    height: 99%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
  
.content:hover .content-overlay{
    opacity: 1;
}
  
.content-details{
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
  
.content:hover .content-details{
    top: 50%;
    left: 50%;
    opacity: 1;
}
  
.fadeIn-bottom{
    top: 80%;
}
  
.fadeIn-top{
    top: 20%;
}
  
.fadeIn-left{
    left: 20%;
}
  
.fadeIn-right{
    left: 80%;
}

.hr-jugadores{
    width: 15%;
    margin: auto;
    opacity: 100%;
    border: 2px solid white;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

/* Reclutamiento */
.bg-reclutamiento{
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(./../../assets/images/home/bg-reclutamiento.png);
}

/* Tour */
.videos{
    height: 100vh;
    position: relative;
}

video{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Contacto */
.justify-contact{
    justify-content: space-between;
}

.bg-green{
    background-color: #004149;
}

.form-control{
    color: white;
    padding: 15px 20px;
    border-radius: 2px;
    border: 1px solid #43B02A;
    background-color: transparent;
    text-decoration: none !important;
    outline:none !important;
    outline-width: 0 !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.form-control::placeholder{
    color: rgba(255, 255, 255, 0.25);
}

.form-control:focus {
    color: white;
    border: 1px solid #43B02A;
    background-color: transparent;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.form-control-suscrib{
    color: black;
}

.form-control-suscrib::placeholder{
    color: black;
}

.form-control-suscrib:focus {
    color: black;
}


/* A C E R C A
-------------------------------------------------------*/
.carousel-caption{
    right: 15%;
    left: 4rem;
    color: #fff;
    bottom: 100px;
    text-align: start;
    position: absolute;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.header {
    background-image: url(./../../assets/images/acerca/parallax.png);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
}

.parallax {
    display: flex;
    text-align: center;
    height: 100vh;
    color: #fff;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.parallax-reclutamiento {
    display: flex;
    text-align: center;
    height: auto;
    color: #fff;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.bg-crema{
    background-color: #FFFEFE;
}

.card-fotos{
    background-color: #FBFBFB;
}

/* Fotos Scroll Vertical */
.l-realise-slider-card-block{
    position: relative;
    top: 7rem;
    left: 4rem;
    display: inline-block;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 800px;
    perspective: 800px;
}
  
.cards-foto{
    position: absolute;
    display: block;
    width: 390px;
    height: 550px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    border-radius: 4px;
}
  
.card-block-wrap{
    position: absolute;
    top: 0px;
    left: 100px;
    width: 500px;
    height: 570px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
  
.a{
    opacity: 0.6;
    transform: translate3d(70px, -80px, -50px);
    -webkit-transform: translate3d(70px, -80px, -50px);
}
  
.b{
    opacity: 0.1;
    transform: translate3d(110px, 80px, -60px);
    -webkit-transform: translate3d(110px, 80px, -60px);
}
  
.c{
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    box-shadow: 0 20px 50px rgba(0, 34, 45, 0.5);
}
  
#first{
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    background-image: url(./../../assets/images/acerca/foto_01.png);
}
  
#second{
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    background-image: url(./../../assets/images/acerca/foto_02.png);
}
  
#third{
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    background-image: url(./../../assets/images/acerca/foto_03.png);
}

.isologo{
    width: 100%;
}

.btn-wrap{
    position: absolute;
    z-index: 20;
    bottom: -25px;
    left: 385px;
}
  
.btn-pagination{
    position: absolute;
    top: 0;
    display: block;
    width: 10px;
    height: 10px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0.5;
    border-radius: 50%;
    background-color: #9d9d9d;
}
  
.focus{
    width: 15px;
    height: 15px;
    -webkit-transform: translate(-3px, -3px);
    transform: translate(-3px, -3px);
    opacity: 1;
    background-color: #43AB61;
}
  
#one{
    left: 0;
}
  
#two{
    left: 25px;
}
  
#three{
    left: 50px;
}

.marca-agua{
    width: 30vw;
    right: 50px;
    bottom: -115px;
    position: absolute;
}

.bg-mensaje{
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    background-image: url(./../../assets/images/acerca/bg-mensaje.png);
}

.bg-beneficios{
    background-color: #FBFBFB;
}

.bt-vertical{
    margin-bottom: 20px !important;
    margin: auto;
    height: 200px;
    width: 1px;
    border: 1px solid #D9D9D9;
}

.bb-vertical{
    margin-top: 20px !important;
    margin: auto;
    height: 200px;
    width: 1px;
    border: 1px solid #D9D9D9;
}


/* J U G A D O R E S
-------------------------------------------------------*/
.swiper-slide{
    border: none;
}

.slide-container{
    width: 100%;
    padding: 40px 0;
}

.slide-content{
    overflow: hidden;
}

.image-content,
.card-content{
    border: none;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.card-image .card-img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.swiper-navBtn{
    color: #43B02A;
    transition: color 0.3s ease;
}

.swiper-navBtn:hover{
    color: #43B02A;
}

.swiper-navBtn::before,
.swiper-navBtn::after{
    font-size: 38px;
}

.swiper-button-next{
    right: 0;
}

.swiper-button-prev{
    left: 0;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: auto !important;
    right: 70px !important;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 25px !important;
    left: auto;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: -60px !important;
}

@media screen and (max-width: 768px) {
    .slide-content{
      margin: 0 10px;
    }
}

.jugaores-img {
    width: 100%;
}

.nav-link-jugadores {
    color: #000;
}

.nav-link-jugadores:hover {
    color: #43B02A;
    border-radius: 0;
    background-color: transparent;
    border-bottom: 2px solid #43B02A;
}

.nav-pills .nav-link-jugadores.active {
    color: #43B02A;
    border-radius: 0;
    background-color: transparent;
    border-bottom: 2px solid #43B02A;
}

.swiper-button-next, .swiper-button-prev {
    color: #43B02A !important;
}



/* C U E R P O - T E C 
-------------------------------------------------------*/
.bg-cuerpo{
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    background-image: url(./../../assets/images/profesionales/bg-cuerpo.png);
}

.bg-w{
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    background-image: url(./../../assets/images/profesionales/bg-white.png);
}

.bg-g{
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    background-image: url(./../../assets/images/profesionales/bg-verde.png);
}

.bg-l{
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    background-image: url(./../../assets/images/profesionales/bg-limon.png);
}

.w-tecnico{
    width: 18vw;
}

.vw-tecnico{
    width: 25vw;
}

.dots{
    list-style: disc;
}

::marker{
    color: #3B5553;
    list-style: disc;
}

.li::marker{
    color: #43AB61;
    list-style: disc;
}


/* R E C L U T A M I E N T O
-------------------------------------------------------*/
.bg-reclut{
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    background-image: url(./../../assets/images/reclutamiento/bg-w.png);
}

.header-reclut {
    background-image: url(./../../assets/images/reclutamiento/reclut-paralax.png);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
}

.card-l{
    /* width: 450px; */
    height: 430px;
    padding: 65px 30px;
    background-color: #3AAD57;
}

.card-g{
    /* width: 450px; */
    height: 430px;
    padding: 65px 30px;
    background-color: #103C40;
}

@media (min-width: 992px) {
    .card-l{
        width: 31%;
    }
    
    .card-g{
        width: 31%;
    }
}

.w-factores{
    width: 8vw;
    margin-bottom: 3vw;
}

.ghost{
    color: transparent;
}


/* C O N T E N I D O (GALERÍA)
-------------------------------------------------------*/
#gallery {
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: minmax(150px, auto);
    grid-gap: 10px;
    display: grid;
}

.one {
  grid-column: 1 / 3;
  grid-row: 1/5;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./../../assets/images/contenido/foto_01.png);
}

.two {
  grid-column: 3/7;
  grid-row: 1/3;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(./../../assets/images/contenido/foto_04.png);
}

.three {
  grid-column: 3/5;
  grid-row: 3/5; 
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./../../assets/images/contenido/foto_03.png);
}

.four {
  grid-column: 5/7;
  grid-row: 3/7;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./../../assets/images/contenido/foto_05.png);
}

.five {
  grid-column: 1/5;
  grid-row: 5/7;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(./../../assets/images/contenido/foto_04.png);
}

.title-video {
    color: #000;
    font-size: 25px;
    font-weight: 600;
    font-family: "Libre Franklin", sans-serif;
}

.circle-share{
    width: 32px;
    height: 32px;
    display: flex;
    color: black;
    align-items: center;
    border-radius: 100px;
    justify-content: center;
    border: 1px solid #000;
}

.circle-share:hover{
    width: 32px;
    height: 32px;
    display: flex;
    color: white;
    align-items: center;
    border-radius: 100px;
    justify-content: center;
    border: 1px solid #fff;
    background-color: #43B02A;
}

.border-share {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

/* Cursor Circle */
.-color-accent-lilac {
    color: #43B02A; }

.-color-accent-lilac-bg {
    background: #43B02A; 
}

.ht-cursor {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 150;
    contain: layout style size;
    pointer-events: none;
    will-change: transform;
    transition: opacity 0.3s, color 0.4s;
}

.ht-cursor:before {
    content: "";
    position: absolute;
    top: -24px;
    left: -24px;
    display: block;
    width: 48px;
    height: 48px;
    transform: scale(0);
    background: currentColor;
    border-radius: 50%;
    transition: transform 0.3s ease-in-out, opacity 0.1s;
}

.ht-cursor-text {
    position: absolute;
    top: -18px;
    left: -18px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0) rotate(10deg);
    opacity: 0;
    color: white;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: -0.01em;
    transition: opacity 0.4s, transform 0.3s;
}

@supports (mix-blend-mode: exclusion) {
    .ht-cursor.-exclusion, .ht-cursor.-opaque {
        mix-blend-mode: exclusion;
    }
}

@supports (mix-blend-mode: exclusion) {
    .ht-cursor.-exclusion:before, .ht-cursor.-opaque:before {
        background: white;
    }
}

.ht-cursor.-normal, .ht-cursor.-text {
    mix-blend-mode: normal;
}

.ht-cursor.-normal:before, .ht-cursor.-text:before {
    background: currentColor;
}

.ht-cursor.-inverse {
    color: white;
}

.ht-cursor.-visible:before {
    transform: scale(0.2);
}

.ht-cursor.-visible.-active:before {
    transform: scale(0.23);
    transition-duration: 0.2s;
}

.ht-cursor.-pointer:before {
    transform: scale(0.15);
}

.ht-cursor.-text:before {
    opacity: 0.85;
    transform: scale(1.7);
}

.ht-cursor.-text .ht-cursor-text {
    opacity: 1;
    transform: scale(1);
}

.ht-cursor.-text.-active:before {
    transform: scale(1.6);
    transition-duration: 0.2s;
}

.ht-cursor.-opaque:before {
    transform: scale(1.32);
}

.ht-cursor.-opaque.-active:before {
    transform: scale(1.2);
}

.ht-cursor.-md:before {
    transform: scale(1.5);
}

.ht-cursor.-lg:before {
    transform: scale(2);
}

.ht-cursor.-hidden:before {
    transform: scale(0);
}

.h-video {
    height: 500px;
}

.modal-content-video {
    border: none;
    background-color: transparent !important;
}

.modal-header {
    border: none;
}

.modal-header .btn-close {
    height: 30px;
    width: 30px;
    border-radius: 100%;
    opacity: 100%;
    background-color: white;
    margin: auto;
}


/* C O N T A C T O
-------------------------------------------------------*/
.form-contact{
    color: #020202;
}

.form-contact::placeholder{
    color: #BABABA;
}

.form-contact:focus {
    color: #020202;
    border: 1px solid #43B02A;
    background-color: transparent;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.marca-contact{
    left: -80px;
    bottom: -95px;
    position: absolute;
    z-index: 20;
}

.w-magua{
    width: 35vw;
}


/* F O O T E R 
-------------------------------------------------------*/
.bg-footer{
    background-color: #1B1C21;
}

.hr-footer{
    opacity: 100%;
    border: 1px solid white;
}

.br-f{
    opacity: 100%;
    margin-right: 20px;
    border-right: 1px solid white;
}

.logo-footer{
    width: 5vw;
}

.card-suscripcion{
    padding: 20px;
    background-color: white;
}

.justify-social{
    justify-content: end;
}

/* Subir */
@-webkit-keyframes scroll{
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-250px * 7));
    }
}
  
@keyframes scroll{
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-250px * 7));
    }
}

.slider{
    background: transparent;
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
}

.slider::before, .slider::after{
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 100px;
    position: absolute;
    width: 200px;
    z-index: 2;
}

.slider::after{
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}

.slider::before{
    left: 0;
    top: 0;
}

.slider .slide-track{
    -webkit-animation: scroll 40s linear infinite;
            animation: scroll 40s linear infinite;
    display: flex;
    width: calc(250px * 14);
}

.slider .slide {
    display: flex;
    align-items: center;
}

.ir-arriba {
    width: 65px;
    height: 65px;
    padding: 16px 20px;
    background-repeat: no-repeat;
    font-size: 20px;
    background-color: #3B5553;
    border-radius: 100px;
    cursor: pointer;
    position: fixed;
    bottom: 85px;
    right: 20px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 4px 0px #00000036;
}






/*------------------------------------------------------- 
    MEDIA QUERYS 
-------------------------------------------------------*/
@media only screen and (min-width: 1px) and (max-width: 600px){
    .visible-lg{
        display: none;
    }

    .visible-sm{
        display: none;
    }

    /* Fonts */
    h1 {
        font-family: "Libre Franklin", sans-serif;
        font-size: 40px;
        font-weight: 700;
        letter-spacing: normal;
    }
    
    .titulo {
        font-family: "Libre Franklin", sans-serif;
        font-size: 35px;
        font-weight: 700;
        letter-spacing: 0px;
        color: #123C40;
    }

    /* Spacing */
    .py-10 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .px-5 {
        padding-right: 0rem !important;
        padding-left: 0rem !important;
    }

    .sm-pt-4{
        padding-top: 1.5rem;
    }

    .ps-80{
        padding-left: 20px;
    }

    .sm-px-4{
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }

    .sm-pb-0{
        padding-bottom: 0;
    }

    .sm-mt-0{
        margin-top: 0 !important;
    }

    .sm-mt-5{
        margin-top: 02rem;
    }

    .sm-mt-05{
        margin-top: .5rem;
    }

    /* IDS */
    #imgDesk{
        display: none !important;
    }

    #imgMob{
        display: flex !important;
    }

    /* Floating */
    .scrolldown{
        right: 35px;
        display: none;
        bottom: 100px;
        position: absolute;
    }
    /* End Floating */


    /* N A V  
    -------------------------------------------------------*/
    .logo {
        width: 14vw;
    }

    .logo-black {
        width: 12vw;
    }

    .sm-ps-5{
        padding-left: 0rem !important;
    }

    .sm-pt{
        padding-top: 65px;
    }

    .sm-gap-4 {
        gap: 1rem !important;
    }

    .social-bottom {
        bottom: -25px;
    }

    /* Modal Foto */
    .fx-gal-image-big img {
        width: 90%;
        left: 1.2rem;
        top: 10rem;
        position: absolute;
        /* box-shadow: 0px 0px 800px 40px rgba(0, 0, 0, 0.9); */
        /* transform: translate(-50%, -50%); */
    }
    /* Modal Foto */

    .pd-social {
        padding: 0px 25px 0px 0px !important;
    }


    /* H O M E  
    -------------------------------------------------------*/
    .tp-parallax-wrap {
        left: 2rem !important;
    }

    /* Acerca */
    .pt-img{
        padding-top: 0px;
    }

    /* Contacto */
    .justify-contact{
        justify-content: center;
    }


    /* A C E R C A 
    -------------------------------------------------------*/
    .carousel-caption {
        right: 15%;
        left: 2rem;
        color: #fff;
        bottom: 50px;
        text-align: start;
        position: absolute;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }

    .card-block-wrap {
        position: relative;
        top: 0px;
        left: 0;
        width: 500px;
        height: 420px;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

    .cards-foto {
        position: absolute;
        display: block;
        width: 350px;
        height: 400px;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        border-radius: 4px;
    }

    #second {
        left: -50px;
        background-size: cover;
        background-repeat: no-repeat;
        background-color: transparent;
        background-image: url(./../../assets/images/acerca/foto_02.png);
    }

    #third {
        left: -90px;
        background-size: cover;
        background-repeat: no-repeat;
        background-color: transparent;
        background-image: url(./../../assets/images/acerca/foto_03.png);
    }

    .btn-wrap {
        position: absolute;
        z-index: 20;
        bottom: 0;
        left: 20px;
    }

    .l-realise-slider-card-block {
        position: relative;
        top: 85px;
        left: 0;
        display: inline-block;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-perspective: 800px;
        perspective: 800px;
    }

    .isologo{
        width: 50%;
    }

    .bt-vertical {
        margin-bottom: 20px !important;
        margin: auto;
        height: 50px;
        width: 1px;
        border: 1px solid #D9D9D9;
    }

    .bb-vertical {
        margin-top: 20px !important;
        margin: auto;
        height: 50px;
        width: 1px;
        border: 1px solid #D9D9D9;
    }


    /* J U G A D O R E S
    -------------------------------------------------------*/
    .slide-content {
        height: 62vh;
    }

    .swiper-button-next, .swiper-button-prev {
        position: absolute;
        top: 35rem !important;
    }

    .swiper-button-prev, .swiper-rtl .swiper-button-next {
        left: 25px !important;
        right: auto;
    }


    /* P R O F E S I O N A L E S 
    -------------------------------------------------------*/
    .w-tecnico {
        width: 40vw;
    }

    .vw-tecnico {
        width: 60vw;
    }

    .sm-flex-reverse{
        flex-direction: column-reverse;
    }


    /* R E C L U T A M I E N T O  
    -------------------------------------------------------*/
    .px-container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .w-factores {
        width: 30vw;
        margin-bottom: 8vw;
    }


    /* C O N T E N I D O (GALERÍA)
    -------------------------------------------------------*/
    #gallery {
        grid-template-columns: none;
        grid-auto-rows: auto;
        grid-gap: 10px;
        display: flex;
        flex-direction: column;
    }

    .one {
        height: 50vh;
        width: 100%;
        grid-column: 1 / 3;
        grid-row: 1/5;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(./../../assets/images/contenido/foto_01.png);
    }
    
    .two {
        height: 50vh;
        width: 100%;
        grid-column: 3/7;
        grid-row: 1/3;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url(./../../assets/images/contenido/foto_04.png);
    }
    
    .three {
        height: 50vh;
        width: 100%;
        grid-column: 3/5;
        grid-row: 3/5; 
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(./../../assets/images/contenido/foto_03.png);
    }
    
    .four {
        height: 50vh;
        width: 100%;
        grid-column: 5/7;
        grid-row: 3/7;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(./../../assets/images/contenido/foto_05.png);
    }
    
    .five {
        height: 50vh;
        width: 100%;
        grid-column: 1/5;
        grid-row: 5/7;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url(./../../assets/images/contenido/foto_04.png);
    }


    /* C O N T A C T O
    -------------------------------------------------------*/
    .px-80 {
        padding-left: 12px;
        padding-right: 12px;
    }


    /* F O O T E R 
    -------------------------------------------------------*/
    .br-f {
        opacity: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        border-right: none;
        border-bottom: 1px solid white;
    }

    .mb-3-br{
        margin-bottom:  1rem !important;
    }

    .logo-footer {
        width: 15vw;
        margin: auto;
        display: flex;
        margin-bottom: 20px;
    }

    .justify-social{
        justify-content: center;
    }


    .bg-black-sm{
        display: flex;
        background-color: #000;
    }

   

    .vimeo-wrapper-proceso iframe {
        width: 100%;
        min-width: 0vh;
        height: 56.25vw;
        min-height: 100vh;
    }


    .ratio-vimeo{
        height: 100vh;
    }








    #vimeoDesk{
        display: none !important;
    }

    #vimeoMob{
        display: flex !important;
    }

    .h1 {
        font-family: "Libre Franklin", sans-serif;
        font-size: 40px !important;
        font-weight: 700;
        letter-spacing: normal !important;
    }

    .caption-vimeo {
        z-index: 10;
        bottom: 10em !important;
        color: white;
        padding-left: 2rem !important;
        position: absolute;
    }

    .subtitle-vimeo{
        z-index: 22; 
        font-size: 20px !important;
        white-space: nowrap; 
        text-transform:none; 
        letter-spacing: 0px; 
        line-height: normal !important;
    }

    .marca-contact {
        left: -80px;
        bottom: -95px;
        position: absolute;
        z-index: -20; /* falto añadir el (-) */
    }

    .correo {
        font-family: "Libre Franklin", sans-serif;
        font-size: 20px;
        font-weight: 300;
    }

    
}




@media only screen and (min-width: 1200px) and (max-width: 1399px){
    /* Fonts */
    h1{
        font-family: "Libre Franklin", sans-serif;
        font-size: 50px; 
        font-weight: 700;
        letter-spacing: normal;
    }

    h4 {
        font-family: "Libre Franklin", sans-serif;
        font-size: 21px;
        font-weight: 500;
    }


    /* A C E R C A
    -------------------------------------------------------*/
    .card-block-wrap {
        position: absolute;
        top: 0px;
        left: 70px;
        width: 500px;
        height: 570px;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

    .l-realise-slider-card-block {
        position: relative;
        top: 7rem;
        left: 0;
        display: inline-block;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-perspective: 800px;
        perspective: 800px;
    }


    /* R E C L U T A M I E N T O
    -------------------------------------------------------*/
    .card-l {
        /* width: 360px; */
        height: 365px;
        padding: 65px 30px;
        background-color: #3AAD57;
    }

    .card-g {
        /* width: 360px; */
        height: 365px;
        padding: 65px 30px;
        background-color: #103C40;
    }

    .h1{
        font-family: "Libre Franklin", sans-serif;
        font-size: 50px; 
        font-weight: 700;
        letter-spacing: normal;
    }
}


@media only screen and (min-width: 1400px) and (max-width: 1900px) {
    /* R E C L U T A M I E N T O
    -------------------------------------------------------*/
    .card-l {
        /* width: 400px; */
        height: 400px;
        padding: 65px 30px;
        background-color: #3AAD57;
    }

    .card-g {
        /* width: 400px; */
        height: 400px;
        padding: 65px 30px;
        background-color: #103C40;
    }
}




/* estilos vimeo */

#vimeoDesk{
    display: flex;
}

#vimeoMob{
    display: none;
}

.caption-vimeo{
    z-index: 10;
    bottom: 15em;
    color: white;
    padding-left: 4rem;
    position: absolute;
}

.subtitle-vimeo{
    z-index: 22; 
    font-size: 30px;
    font-weight: 300;
    line-height: 35px;
    white-space: nowrap; 
    text-transform:none; 
    letter-spacing: 0px; 
    font-family: "Museo";
}

.h1{
    font-family: "Libre Franklin", sans-serif;
    font-size: 55px; 
    font-weight: 700;
    letter-spacing: normal;
}




@media only screen and (min-width: 768px) and (max-width: 770px) {
    /* H O M E
    -------------------------------------------------------*/
    .h1 {
        font-family: "Libre Franklin", sans-serif;
        font-size: 40px;
        font-weight: 700;
        letter-spacing: normal;
    }

    .subtitle-vimeo {
        z-index: 22;
        font-size: 20px;
        font-weight: 300;
        line-height: 25px;
        white-space: nowrap;
        text-transform: none;
        letter-spacing: 0px;
        font-family: "Museo";
    }

    .caption-vimeo {
        z-index: 10;
        bottom: 2em;
        color: white;
        padding-left: 4rem;
        position: absolute;
    }
}


@media only screen and (min-width: 1024px) and (max-width: 1026px) {
    /* H O M E
    -------------------------------------------------------*/
    .caption-vimeo {
        z-index: 10;
        bottom: 1em;
        color: white;
        padding-left: 4rem;
        position: absolute;
    }
}




#vimeoDesk{
    display: flex !important;
}

#vimeoMob {
    display: none;
}
