/* --------------- IMPORT --------------------- */
/* --- FONTS --- */
@import '/css/font.css';

/* --- BACKGROUND --- */
@import '/css/background.css';

/* --- BUTTONS --- */
@import '/css/buttons.css';

/* --- SWIP`PER --- */
@import '/css/swipper.css';

/* --- ANIMACION --- */
@import '/css/animation.css';

body {
    margin: 0px;
    font-size: 15px;
    font-family: 'Neue Haas Grotesk Display Pro Thin';
    font-weight:300;
    letter-spacing: 0.05em;
}

h1,h2,h3,h4,h5,p{
    margin: 0px;
    font-weight: 300;
}

/* --- colours --- */
:root {
    --text: #1D1D1D;
    --secondary-grey: #707070;
    --yellow-dark:#FDB103;
    --yellow:#FFD678;
    /* --h1-font: 400 2.07em/1.15 "Quiche", sans-serif; */
    --gw: 4.16666667vw;
}


/* --- style HEADER --- */

.head {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.4);
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    z-index: 10;
}

.head #logo {
    margin-left: 25px;
}

.link-contact {
    padding: 20px 25px;
    background-color: #fff;
    display: flex;
    align-items: center;
    transition: all 0.4s ease-in-out;
    text-decoration: none;
    color: var(--text);
    
}

.link-contact:hover {
    transition: all 0.4s ease-in-out;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.link-contact .ico-btn {
    transition: all 0.4s ease-in-out;
}

.link-contact:hover #hablemos {
    transform: translate(0px, -5px);
    transition: all 0.4s ease-in-out;
}

.link-contact:hover #volver {
    transform: translate(-5px, 0px);
    transition: all 0.4s ease-in-out;
}

.link-contact .txt-contact {
    font-size: 1.5em;
    margin-left: 10px;
    text-decoration: none;
    color: var(--text);
}

/* --- style FOOTER --- */

.foot {
    padding: 5vw 8vw;
}

.tit-foot {
    font-weight: 700;
}

.l-foot {
    color: var(--text);
    text-decoration: none;
    font-size: 1.5em;
}

.l-foot:hover  {
    transition: all 0.4s ease-in-out;
    color: var(--yellow-dark);
}

.f-bloq-info {
    color: var(--secondary-grey);
    font-size: 0.8em;
}

.f-bloq-cont {
    padding-bottom: 3vw;
    margin-bottom: 3vw;
    border-bottom: 1px solid #707070;
}

.l-info {
    text-decoration: none;
    color: var(--secondary-grey);
    padding: 0 10px;
    transition: all 0.4s ease-in-out;
}

.l-info:hover  {
    transition: all 0.4s ease-in-out;
    color: var(--text);
}

#home #footer .f-bloq-cont {
    display: none;
}

/* --- style TITLE --- */

.t-slide, .tit-sec {
    font-size: 3.5em;
    padding-bottom: 20px ;
    letter-spacing: 0.05em;
}

#slide8 .tit-sec {
    padding: 30px 0px;
}

.t-w {
    color: #fff;
}

.t-ita {
    font-style: italic;
    font-size: 1.2em;
    padding-bottom: 20px;
} 

.t-light {
    font-family: 'Neue Haas Grotesk Display Pro XThin';
    font-weight: 100;
}

.t-thin {
    font-family: 'Neue Haas Grotesk Display Pro Thin';
}

.t-medium {
    font-family: 'Neue Haas Grotesk Display Pro Medium';
}

.t-accent {
    font-family: 'Carisma Classic 500';
    text-transform: uppercase;
}

.subt {
    font-size: 1.5em;
    padding-bottom: 0.5vh;
    line-height: 1.2em;
    letter-spacing: 0.05em;
}

.t-testimonio {
    font-size: 1.8em;
    padding-bottom: 20px;
    line-height: 1.2em;
    letter-spacing: 0.05em;
}

.t-a-right {
    text-align: right;
}

.t-a-center {
    text-align: center;
}

/* --- style CONTAINER --- */

.c-vh100 {
    height: 100vh;
    padding: 0px 8vw;
}

#slide1.c-vh100 {
    height: 100vh;
    padding: 0px;
    position: relative;
}

.c-pad {
    padding: 8vw;
}

#slide1 .c-pad {
    padding: 0px 8vw;
    z-index: 3;
}

#slide1 .overlay-svg, #contacto .overlay-svg {
    z-index: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    overflow: hidden;
    opacity: 0.2;
}

.c-tit-contact {
    overflow: hidden;
    position: relative;
}
.c-tit-contact svg {
    height: 100%;
}

.c-pad.c-pad-b-0 {
    padding-bottom: 0px;
}

.c-pad.c-pad-t-0 {
    padding-top: 0px;
}

.f-center {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.c-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-basis: 90rem;
    margin: auto;
}

.c-cols {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    width: 100%;
}

.col-gap-0 {
    gap: 0rem;
}

.col-3 {
    flex-basis: 0;
    flex-grow: 999;
    min-width: 32%;
}

.col-2 {
    flex-basis: 0;
    flex-grow: 999;
    /* min-width: 50%; */
}

.c-cols.contact-cols {
    gap: 0;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap !important;
}

  /* --------- contacto --------- */


#contacto.c-cols .cont-col {
    min-width: 0px;
    min-height: 60vh;
    padding: 10% 5%;
}

#contacto.c-cols .cont-col.col-1-3 {
    flex: 0 0 25%;
}

#contacto.c-cols .cont-col.col-2-3 {
    flex: 0 0 55%;
}

#contacto.c-cols .cont-col .tit-sec {
    width: 100%;
}

.col-center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.col-log {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.c-log {
    /* flex-basis: 20rem; */
    flex-basis: 10rem;
    flex-grow: 1;
    background-color: #ffffff8a;
    padding: 30px;
    box-shadow: 0 0 10px rgb(0 0 0 / 5%);
    border-radius: 20px;
    margin: 10px;
    display: flex;
    min-height: 180px;
}

.col-vid {
    z-index: 20;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2em;
}

.log-partner, .rrss  {
    transform: scale(0.6);
}

.video {
    box-shadow: 0 20px 20px rgba(0,0,0, 0.15);
    max-width: 500px;
    max-height: 281px;
}

.btn-show {
    padding: 20px;
    transition: all 0.4s ease-in-out;
}

@keyframes rotate {
    0%{
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(180deg);
    }
}

.btn-show:hover {
    transition: all 0.4s ease-in-out;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    cursor: pointer;
}

.click-2 .arrow-info-2.active {
    animation: rotate 1s forwards;
}
.click-1 .arrow-info-1.active {
    animation: rotate 1s forwards;
}

.btn-show svg {
    margin-left: 10px;
}

.b-right {
    border-right: solid 1px var(--text);
}

.info-hidden {
    padding: 3vw;
    background-color: #f9f9f9;
}

.c-log .logs {
    display: block;
    margin: auto;
    max-width: 300px;
    max-height: 160px;
}

th, td {
    padding: 15px;
    text-align: left;
    font-size: 1.5em;
    line-height: 1.4em;
    padding-left: 0px;
    font-family: 'Neue Haas Grotesk Display Pro Medium';
}

#blur {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.hidden-pc, #team-mv {
    display: none;
}
#team-mv {
    width: 100%;
}
#team-pc {
    display: block;
    margin: auto;
    max-width: 80%;
    margin-top: 50px;
}

.c-alig-bottom {
    display: flex;
    align-items: self-end;
}
ul, li {
    list-style-type: none;
}

.list-serv {
    width: 100%;
}

.stack-cards__item {
    padding: 3vw;
    background-color: #fff;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}


.log-dent {
    max-width: 250px;
}

.img-i {
    max-width: 500px;
}

.lottie {
    border: none;
    /* max-height: 400px; */
    max-width: 1000px;
    /* min-width: 400px; */
    display: block;
    margin: auto;
}

#attribution_block {
    display: none ;
    opacity: 0;
}

#slide3 {
    overflow: hidden;
}

.c-svg-google {
    padding-top: 30px;
    display: block;

}

.c-svg-google svg{
    transform: scale(1.2);
}

.tart-busq {
    padding: 20px 0px;
}

.mask-video {
    position: relative;
    will-change: transform;
    width: 300px;
    height: 450px;
    border-radius: 200px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
}

.bg-video {
    width: 100%;
    height: 100%;
    transform: scale(1.2);
    -o-object-fit: cover;
    object-fit: cover;
    outline: none;
    padding: 0;
    margin: 0;
    box-sizing: border-box;

}
.popup-youtube{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.link-in .btn-play {
    position: absolute;
    top: 170px;
    left: 100px;
    z-index: 10;
}

/* ------------- estilos pogress bar ------------ */

  
  /* The progress container (grey background) */
  .progress-container {
    position: fixed;
    top: 0;
    z-index: 20;
    width: 100%;
    height: 3px;
    background: #ccc;
  }
  
  /* The progress bar (scroll indicator) */
  .progress-bar {
    height: 3px;
    background: var( --yellow-dark);
    width: 0%;
  }

.txt-btn-cnt {
    font-family: NeueHaasDisplay-Roman, Neue Haas Grotesk Display Pro;
    font-size: 13px;
    text-decoration: none;
}