/* ---------------------------------------------------------------------------------------
* Author:		Luis Sutil Barrera
* URL:			https://www.linkedin.com/in/luis-sutil/
--------------------------------------------------------------------------------------- */

/* Tabla de contenidos
====================
* Clases Sueltas
* Helper Clases
======Páginas======
* General
* Inicio
* La Agencia
* El Equipo
* Clientes
* Proyectos (Lista)
* Proyectos (Indivdual)
* Stories (Lista)
* Stories (Individual)
* Contacto
* 404
* Legal (Política de privacidad, de cookies y aviso legal)
======Partials======
* Header
* Footer
* Mouse Cursor
* Page Loader 
* Page Transitions
* Whatsapp
*/






/* ------------------------------------------------------------- *
 * Clases Sueltas
/* ------------------------------------------------------------- */

/* *{
  cursor: url('../images/otros/f(2).png'), auto !important;	
} */

@media (min-width:1024px){

.toggle-sound{
  transform: translate(-50%, -50%) scale(1.4) !important;
  -webkit-transform: translate(-50%, -50%) scale(1.4) !important;
}


}
.toggle-sound {
	border: solid black 2px;
	padding: 10px 14px;
	font-weight: 600;
	border-radius: 6px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	cursor: pointer;
  -webkit-appearance: none !important;
  transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
display: flex;
align-items: center;
min-width: 220px;
font-size:12px !important;
color: black!important;
}

.containerrr {
	position: relative;
}

a{
  text-decoration-color: #ffed00;
  color:inherit;
}

@property --rotate {
  syntax: "<angle>";
  initial-value: 132deg;
  inherits: false;
}
:root {
  --amarillo-fiebre: #ffed00;
}

.texto-amarillo {
  color: var(--amarillo-fiebre) !important;
}


/* ------------------------------------------------------------- *
 * Helper Clases
/* ------------------------------------------------------------- */

@media (min-width: 577px) {

  .solo-movil{
    display: none !important;
  }

}
@media (max-width: 576px) {
  .no-movil{
    display: none !important;
  }
  .mb-0{
    margin-bottom: 0px !important;
  }
}
.text-center{
  text-align: center;
}
.text-left{
  text-align:left;
}
.invert{
  filter: invert();
}
.baw{
  filter: grayscale(1);
}
.sangria{
  text-indent: 50px;
}

/* ==================== Páginas ==================== */


/* ------------------------------------------------------------- *
 * General
/* ------------------------------------------------------------- */

/* Smooth Scroll 
========= */
html {
  scroll-behavior: smooth;
}

/* ------------------------------------------------------------- *
 * Inicio
/* ------------------------------------------------------------- */
  .partner-inicio{
    text-align: center;
  }
  .imagen-partners{
    width: 50%!important;
  }

  .enlace-timeline{
    display: inline!important;
    color: inherit;
    text-decoration-color: #ffed00 !important;
    text-decoration: underline!important;
  }
/* ------------------------------------------------------------- *
 * La Agencia
/* ------------------------------------------------------------- */

  .body-agencia{
    background: linear-gradient(0deg, #0f0f0f, #191b1d)  !important;
  }
  .wrapper-clientes{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }  
  .col-cliente{
    position: relative;
  }
  .video-overlay-clientes{
    position: absolute;
    top: 50%;
    left: 50%;
    /* width: 123px;
    height: 123px; */
    width: 21.96%;
    aspect-ratio: 1;
    background: rgba(0, 0, 0, 0.49);
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    cursor: pointer;
  }
  .video-overlay-clientes:hover{
    /* width: 130px;
    height: 130px; */
    width: 25%;
    aspect-ratio: 1;
}
  

  .video-overlay-clientes .play-button{
    position: absolute;
    top: 50%;
    left: 53%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 40px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 30px solid #fff;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
  }


  @media (max-width:1024px){
      .col-cliente{
        width: 33%;
      }
    
    }
    @media (max-width:992px){
      .col-cliente{
        width: 50%;
      }
      .member-name, .member-title{
        font-size: 1.6rem;
      }
    
    }

    @media (max-width:576px){
      .col-cliente{
        width: 50%;
      }
      .member-name, .member-title{
        font-size: 1.2rem;
      }
      
    
    }

    .entrevista-member:hover img.entrevista-img{
      scale: 1.1;
      filter: grayscale(.8);
    }
    .entrevista-member img.entrevista-img{
      transition: .9s ease;
    }
    .entrevista-member{
      overflow: hidden;
    }
   
    
/* ------------------------------------------------------------- *
 * El Equipo
/* ------------------------------------------------------------- */

/* ------------------------------------------------------------- *
 * Clientes
/* ------------------------------------------------------------- */

.cliente-clientes{
  text-align: center;
}
.enlace-clientes{
  width: 50%!important;
}
/* ------------------------------------------------------------- *
 * Proyectos (Lista)
/* ------------------------------------------------------------- */

/* ------------------------------------------------------------- *
 * Proyectos (Indivdual)
/* ------------------------------------------------------------- */
.intro{
  padding-top: 80px;
}

/* ------------------------------------------------------------- *
 * Proyectos Cocina con mimo
/* ------------------------------------------------------------- */

@media (max-width: 576px) {
  .probando{
    width: 150% !important;
  }
  .f-probando{
    display: flex !important;
    justify-content: center!important;
  }
}



/* ------------------------------------------------------------- *
 * Stories (Lista)
/* ------------------------------------------------------------- */
.custom-metas-lista{
  display: flex !important;
  align-items: center;
}

/* ------------------------------------------------------------- *
 * Stories (Individual)
/* ------------------------------------------------------------- */

.post-images{
  z-index: 1000!important;
}
.avatar{
  width: 50px;
  padding-right: 10px;
}
.custom-metas{
  display: flex !important;
  align-items: center;
}

/* Opacidad de la imagen de cabecera
==================================== */
.opacity-4 {
  filter: opacity(0.4);
}
/* Fuente de parrafo
==================================== */
.parrafo-story {
  font-size: 18px;
  line-height: 32px;
}

/* ------------------------------------------------------------- *
 * Contacto
/* ------------------------------------------------------------- */

@media (max-width: 576px) {
.mapas-contacto{

  height: 100vw;
}
}



.accordion {
  
  cursor: pointer!important;
  transition: 0.4s;
}


.panel {
 
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}













/* logo animacion
========= */
:root {
  --card-height: 65vh;
  --card-width: calc(var(--card-height) / 1.5);
}

.cardd {
  /*background: #191c29;
  width: var(--card-width);
  height: var(--card-height);*/
  /* padding: 3px; */
  position: relative;
  border-radius: 6px;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  display: flex;
  font-size: 1.5em;
  color: rgb(88 199 250 / 0%);
  cursor: pointer;
  /* font-family: cursive; */
}

.cardd:hover {
  color: rgb(88 199 250 / 100%);
  transition: color 1s;
}
.cardd:hover:before,
.card:hover:after {
  animation: none;
  opacity: 0;
}

/* .cardd::before {
  content: "";
  width: 104%;
  height: 102%;
  border-radius: 8px;
  background-image: linear-gradient(
    var(--rotate)
    , #5ddcff, #3c67e3 43%, #4e00c2);
    position: absolute;
    z-index: -1;
    top: -1%;
    left: -2%;
    animation: spin 2.5s linear infinite;
} */

.cardd::after {
  position: absolute;
  content: "";
  top: calc(var(--card-height) / 6);
  left: 0;
  right: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  transform: scale(0.8);
  filter: blur(calc(var(--card-height) / 6));
  background-image: linear-gradient(
    var(--rotate),
    #5ddcff,
    #3c67e3 43%,
    #4e00c2
  );
  opacity: 1;
  transition: opacity 0.5s;
  animation: spin 2.5s linear infinite;
}

@keyframes spin {
  0% {
    --rotate: 0deg;
  }
  100% {
    --rotate: 360deg;
  }
}
/* enlace
========= */
.enlace {
  color: #212534;
  text-decoration: none;
  font-family: sans-serif;
  font-weight: bold;
  margin-top: 2rem;
}

/* ------------------------------------------------------------- *
 * 404
/* ------------------------------------------------------------- */

/* envoltura contenido 404
========= */
.not-found-wrap {
  top: 60% !important;
  left: 8% !important;
}

/* ------------------------------------------------------------- *
 * Legal (Política de privacidad, de cookies y aviso legal)
/* ------------------------------------------------------------- */

.titulo-legal{
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contenido-legal{
  margin-top: 100px;
  margin-bottom: 100px;
}

.animacion-hue{
  animation: hue 7s linear infinite;
}

ul.indent li{
  font: inherit;
   color: hsla(0,0%,100%,.4);
   margin-left: 50px;
}
.strong{
  color: hsla(0,0%,100%,.7) !important;
}
.link-legal{
  color: hsla(0,0%,100%,.7) !important;
}
/* ==================== Partials ==================== */

/* ------------------------------------------------------------- *
 * Header
/* ------------------------------------------------------------- */


.site-header.light .header-cta-but a:after {
  color: #ffed00 !important;
  
  animation: hue 5s linear infinite;
}



/* ------------------------------------------------------------- *
 * Footer
/* ------------------------------------------------------------- */
.enlace-footer{
  color: hsla(0, 0%, 100%, .4)!important;
  text-decoration: none;
}

@media (max-width: 576px) {
  .correo-footer {
    font-size: 28px !important;
    text-align: center;
  }
  
  .lista-social{
  width: 60%;
  margin-bottom: 20px !important;
  }
  .logologo{
    width: 40%;
    margin-bottom: 20px !important;
  }
  .imagen-logo{
    transform: translateX(-20px);
  }
  .direcciones-footer{
    margin-bottom: 0px !important;
  }
  
  a[href^="tel:"] {
    color: hsla(0, 0%, 100%, .4);
    text-decoration: none;
  }
}

.mi-wrapper{
  display: flex;
  align-items: flex-end;
}
.direccion-box{
  display: flex;
  justify-content: end;
}
.footer-izq{
  display: flex;
  justify-content: space-between;
  margin-bottom:14px!important;
}
.logo-anim-wrap{
  /* background: linear-gradient(315deg, #000000, #eeff00);
 
  animation: hue 3s linear infinite; */
}

.logo-anim-wrap::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  /* transform: scale(0.8); */
  /* filter: blur(calc(var(--card-height) / 6)); */
  /* background-image: linear-gradient(
    var(--rotate),
    #5ddcff,
    #3c67e3 43%,
    #4e00c2
  ); */
  background-image: linear-gradient(315deg, #000000, #eeff00);
  opacity: 0.4;
  transition: opacity 0.5s;
  animation: hue 10s linear infinite;
}

@keyframes hue {
  
  100% {
    filter: blur(100px);
   filter: hue-rotate(360deg);
  }
}


.lista-social{
  display: flex;
  width: 30%;
  min-width: 216px;
  line-height: 35px;
}


.container-kit {
  display: flex;
/*   border:1px solid red; */
  height: 100%;
  align-items: center;
  justify-content: center;
}

.svg-kit {
  display: block;
  font: 210px 'Inter';
  min-width: 360px;
  height: 100px;
  margin: 0 auto;
  transform: scale(1.2);
}

.text-copy {
  fill: none;
  stroke: white;
  stroke-dasharray: 6% 29%;
  stroke-width: 5px;
  stroke-dashoffset: 0%;
  animation: stroke-offset 5.5s infinite linear;
}

.text-copy:nth-child(1){
stroke: #4D163D;
animation-delay: -1;
}

.text-copy:nth-child(2){
stroke: #840037;
animation-delay: -2s;
}

.text-copy:nth-child(3){
stroke: #BD0034;
animation-delay: -3s;
}

.text-copy:nth-child(4){
stroke: #BD0034;
animation-delay: -4s;
}

.text-copy:nth-child(5){
stroke: #FDB731;
animation-delay: -5s;
}

@keyframes stroke-offset{
100% {stroke-dashoffset: -35%;}
}

.kit-enlace{
  text-decoration: none!important;
}
.imagen-europa{
  height: 100px;
  
}
.footer-kit:nth-of-type(1){
  margin-bottom: 100px;
}
@media(max-width:768px){
  .footer-kit{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 36px;
  }
  .footer-kit:nth-of-type(1){
    margin-bottom: 36px;
  }
  
  .correo-footer{
    justify-content: center!important;
    
  }
  .imagen-europa{
    height: auto;
    width: 360px;
  }
  .mi-wrapper{
    flex-direction: column;
  }
  .footer_menu{
    width: calc(100% - 5vw);
  }
  .mi-wrapper1{
    margin-bottom: 20px;
  }
  .svg-kit {
    
    transform: scale(1.1);
  }
}

/* ------------------------------------------------------------- *
 * Mouse Cursor
/* ------------------------------------------------------------- */

/* ------------------------------------------------------------- *
 * Page Loader
/* ------------------------------------------------------------- */

/* ------------------------------------------------------------- *
 * Page Transitions
/* ------------------------------------------------------------- */

/* ------------------------------------------------------------- *
 * Whatsapp
/* ------------------------------------------------------------- */

.whatsapp-wrapper {
  position: fixed;
  bottom: 1%;
  right: 1%;
  z-index: 99998;
}







