/************************************
*           GENERAL           *
*************************************/
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Jost:ital,wght@0,100..900;1,100..900&family=Special+Elite&display=swap');
/* 
"Special Elite" 
"Jost"  
"Cinzel"
*/ 


:root{
    --color-primario: #5C0585;
    --color-texto-secundario: #EDEDED;
    --color-fondo: #F0F0F0;
    --color-texto-oscuro: #000000;
    --color-hover: #5C0585;
    --primary-font: 'Jost', sans-serif;
    --secondary-font: 'Arial', sans-serif;
}

*{
    margin:0;
    box-sizing: border-box;
}
 html, body{
    width: 100%;
    height: auto;
    /* margin: 0; */
    background-image: url(/assets/img/background/fondo2.png);
    background-repeat: repeat;
    background-size: auto;
 }

.containerLogoIndex{

    display: flex;
    width: 100%;
    height: auto;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: 5%;
}
/* .containerLogoIndex img{

    width: 600px;
} */
/* @media (max-width: 896px) {
 .body{

    .containerLogoIndex{
        margin-bottom: auto;
    }
    .containerLogoIndex img{
        margin-top: 8% ;
        width: 500px;
        height: auto;
    }
} */
/* section{
    display: block;
} */


/* @media (max-width: 430px) {
    .body{
    width: 100%;
    height: auto;
    background-image: url(/assets/img/background/fondo2.png);
    background-repeat: no-repeat;
    background-size: cover;
} */

/************************************
*           MVL           *
*************************************/

@media (max-width: 768px) {

    .containerLogoIndex{
        margin-bottom: 0;
    }
    .containerLogoIndex img{
        margin-top: 8% ;
        width: 500px;
        height: auto;
        margin-bottom: 0;
    }

}

@media (max-width: 568px){

    .containerLogoIndex img{
        width: 100%;
        height: auto;
        /* padding-left: 10%; */

    }
}
@media (max-width: 430px) {

    .body{
        width: 100%;
        height: auto;
        background-image: url(/assets/img/background/fondo2.png);
        background-repeat: repeat;
        background-size: cover;
    }
    .containerLogoIndex img{
        padding-bottom: 0;
        width: 100%;
        height: auto;

    }
}


/************************************
*           NAV           *
*************************************/


.header{
  width: 100%;
  height: auto;
}

.nav{
    margin: auto;
    width: 100%;
    height: fit-content;
    background: transparent;
    padding-top: 5px;
    display: flex;
    justify-content: left;
    /* position: sticky;
    top: 0; */
}


.navImg{
    display: flex;
    flex-direction: column;
    width: 10%;
    justify-content: start;
    align-items: center;
    padding-top: 3%;
    margin: auto;
    margin-left: 20px;
    /* padding-right: 20px; */
    
}
.navImg img{
    width: 150px;
    height: auto;
    margin: auto;
    margin-left: 10px;
    padding-bottom: 20px ;
    /* padding-left: 15%; */
    /* padding-top: 40px; */
}



.navLinks{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: auto;
    text-align: center;
    padding-top: 30px;
    margin: 0;
    gap: 50px;
    /* margin-left: 0; */

}
.nav-item{
    width: fit-content;
    padding-right: 10px;
    padding-left: 10px;
    font-size: medium;

}

.navLinks div a{
    text-decoration: none;
    text-align: center;
    color: var(--color-texto-oscuro);
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
    font-family: var(--primary-font);
    font-size: 1.4em;
}
/* efecto lapiz */
.nav-item {
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
    background: none;

  }

  .nav-item a {
    width: 100%;
    font-size: 20px;
    background: none;
    font-family: var(--secondary-font);
    text-decoration: none;
    color: var(--color-texto-oscuro);
    position: relative;
    z-index: 2;
    padding: 0 5px;
  }

  /* .underline {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 30px;
    z-index: 1;
  }

  .underline path {
    transition: stroke-dashoffset 0.6s ease-in-out;
  }

  .nav-item:hover .underline path {
    stroke-dashoffset: 0;
  } */
.underline {
    position: absolute;
    bottom: 0px; /* Ajusta la altura a tu gusto */
    left: 0;
    width: 100%;
    height: 30px;
    z-index: 1;
    pointer-events: none; /* Asegura que el SVG no bloquee el clic en el enlace */
  }

  .underline path {
    /* He subido la duración a 0.8s porque los trazos a mano quedan mejor algo más lentos */
    transition: stroke-dashoffset 0.5s ease-out; 
  }

  /* Aquí está la clave: El trazo se completa en el HOVER O si tiene la clase ACTIVO */
  .nav-item:hover .underline path,
  .nav-item.activo .underline path {
    stroke-dashoffset: 0;
  }



/* .navLinks a::after{

   content: "";
   position: absolute;
   left: 0;
   right: 0;
   top: 50%;
   height: 2px;
   border-bottom: 3px dashed purple;
   filter:blur(0.6); 
   opacity:0;
   transition: background 0.5s ease, height 0.5 ease;
    
    
}


.navLinks a:hover::after{


opacity: 1;
transform: scaleX(1.1);


} */

/* .underline{
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
}

.underline line:hover::after{
    z-index: 5;
} */


/* desplegable */


/* contenido oculto por defecto */
.contenidoDesplegable {
    /* oculto inicialmente */
    display: none; /*Hace que no se vea, es la forma en que el usuario veria el menu*/
    position: absolute;
    /* ancho minimo */
    min-width: 160px;
    /* asegurarse que este por encima de los otros elementos */
    max-width: 300px;
    background-color: rgba(235, 235, 235, 0.5);
    border-radius: 10px;
    margin-left: 0;
    padding-left: 0;
  
    z-index: 1; /* Z es la profundidad como X o Y*/
  }
  .contenedorDesplegableChild{
    display: flex;
    width: 100%;
    justify-content: left;
    align-items: left;
  }
  .contenedorDesplegableChild img{
    width: 20px;
    height: 20px;
    justify-content: left;
    padding-top: 6px;

  }
  /* estilos de los enlaces dentro del menu desplegable */
  
  .contenidoDesplegable a {
    color: var(--color-texto-secundario);
    text-decoration: none;
    display: block;
  }
  
  /* color del fondo al pasar el cursor sobre las opciones desplegables */
  .contenidoDesplegable a:hover {
    font-size: 1.6em;
  }
  
  /* mostrar el menu desplegable al pasar el cursor por encima */
  
  .nav-item:hover .contenidoDesplegable {
    display: block;
    justify-content: left;
    padding-left: 0;
    margin-left: 0;
}

/* Estilos para el menú móvil (oculto por defecto) */
/* .navMvl {
  display: none;
}

@media (max-width: 920px){

  .navMvl {display:block ;
}

.nav{display: none;}
} */

/* @media (max-width: 1700px) {
.nav {
    width: 100%;
    display: flex;

  }

  .navImg img{
    width: 200px;
    height: auto;
    margin: 1% 2% ;
}

.navLinks{
  width: 80%;
  margin: auto;
}
} */



/* RESPONSIVO */

/* tablets */
@media (max-width: 1024px) {

  .nav{
    display: none;
  }

/* .nav {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-row: 1fr;
    gap: 1px;
  }

  .navImg{
    display: flex;
    flex-direction: column;
    width: 20%;
    justify-content: flex-center;
    align-items: baseline;
    padding-top: 2%; */
    /* margin: auto; */
/* 
  }

 .navImg img{
    width: 100px;
    height: auto; */
    /* margin: auto; 
    
}*/

/* .navLinks{
  width: 80%;
  margin: auto;
}
.navLinks div a{
    text-decoration: none;
    text-align: center;
    color: black;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
    font-family: 'Jost', sans-serif;
  font-size: 1.2em;
} */

}

/* Para móviles grandes */
@media (max-width: 768px) {
.nav {
    width: 100%;
    display: none;
    grid-template-columns: repeat(4, 1fr);
    grid-row: 1fr;
    gap: 2px;
  }

  .navImg{
    display: flex;
    flex-direction: column;
    width: 20%;
    justify-content: flex-center;
    align-items: baseline;
    padding-top: 2%;
    

  }

 .navImg img{
    width: 20px;
    height: auto;
    margin: 0;
   
    
}

.navLinks{
  width: 80%;
  margin: auto;
}

}


/* Para móviles pequeños */

@media (max-width: 480px) {

  .nav{
    display: none;
  }
  
}


/************************************
*           NAV MVL          *
*************************************/

.navMvl{
    display: none;
    width: 100%;
    align-items: right;
    justify-content: right;
    z-index: 300;
  }

  .sideNav {
    /* ocupa toda la altura de la pantalla */
    height: 100%;
    /* ancho inicial de 0 para para que este oculto*/
    width: 0;
    /* menu fijo posicionado en el lado izquierdo*/
    position: fixed;
    z-index: 300;
    top: 0;
    right: 0;
    background-color: #000000;
    /* ocultar el posicionamiento horizontal (desbordamiento) */
    overflow-x: hidden;
    /* desplazamiento al abrir y cerrar sea suave */
    transition: 0.5s;
    /* esàcop superior */
    padding-top: 60px;

    
  }
  
  
  /* estilos de los enlaces del menu lateral */
  .sideNav a{
      padding: 10px 15px;
      font-size:20px;
      color: var(--color-texto-secundario);
      display: block;
      text-decoration: none;
      font-family: var(--primary-font);
  }
  
  
  /* estilo color de fondo al pasar el cursor */
  .sideNav a:hover{
  background-color: var(--color-hover);
  
  }
  
  /* estilo al boton para abrir el menu */
  .botonAbrir{
      font-size: 60px;
      cursor: pointer;
      background-color: transparent;
      border: none;
      width: 50px;
      margin: 3%;

  }
  
  /* estilo al cerrar el menu */
  .botonCerrar{
  position: absolute;
  top: 0;
  right: 20px;
  font-size: 36px;
  
  }

 @media(max-width: 1024px){
  
    .navMvl{
      display: flex;
    }
  
  @media (max-width: 667px) {

    .navMvl{
      margin-left: 0%;
    }
    .botonAbrir{
      font-size: 40px;
      text-justify: right;
    }
    /* .sideNav {
      padding: 5px 5px;
      font-size:20px;
    } */
  }
  
 
  }
  @media (max-width: 480px) {
    .navMvl{
      margin: 0;
    }
  }

/* =========================================== */
/*           ONDAS EFECTO             */
/* =========================================== */

/* @import url(//fonts.googleapis.com/css?family=Lato:300:400); */

/* body {
  margin:0;
} */



/* .inner-header {
  height:6vh;
  width:100%;
  margin: 0;
  padding: 0;
} */

/*.flex { Flexbox for containers
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}*/
.sectionOlas{
  /* position: relative;
  height: 0px;
  overflow: hidden; */
  width: 100%;
  position: fixed;
  height: auto;
  overflow: visible;
  bottom: 0;
}
.containerWaves{
  position: relative;
    bottom: 0; /* Ajusta a la parte superior */
    left: 0; /* Ajusta al lado izquierdo */
    width: 100%; /* O un ancho específico */
   /*  background-color: #f0f0f0; Color de fondo */
    /* padding: 10px; Espacio interno */
    z-index: 100; /* Asegura que esté por encima de otros elementos */
    height: auto;
    overflow: hidden;
}


.waves {
  position:relative;
  width: 100%;
  height: 15vh;
  margin-bottom:-7px; /*Fix for safari gap*/
  min-height:100px;
  max-height:150px;
  
}

.content {
  position:relative;
  height: 20vh;
  text-align:center;
  background-color: transparent;
}



/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
.parallax > use:nth-child(5) {
  animation-delay: -6s;
  animation-duration: 17s;
}
.parallax > use:nth-child(6) {
  animation-delay: -8s;
  animation-duration: 19s;
}
.parallax > use:nth-child(7) {
  animation-delay: -3s;
  animation-duration: 15s;
}
.parallax > use:nth-child(8) {
  animation-delay: -5s;
  animation-duration: 11s;
}
.parallax > use:nth-child(9) {
  animation-delay: -7s;
  animation-duration: 21s;
}
.parallax > use:nth-child(10) {
  animation-delay: -9s;
  animation-duration: 17s;
}
.parallax > use:nth-child(11) {
  animation-delay: -3s;
  animation-duration: 11s;
}

@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}
/*Shrinking for mobile
@media (max-width: 768px) {
  .waves {
    width: 100%;
    height:100px;
    min-height:40px;
  }
  .content {
    height:40vh;
  }*/
  /* h1 {
    font-size:24px;
  } 
}*/
/* @media (max-width: 480px) { 

  .waves {
    width: 100%;
    height:100px;
    min-height:20px;
    bottom: 0;
  }
  .content{
    position:relative;
  height: 1vh;
  text-align:center;
  background-color: transparent;
  }

}
@media (max-width: 430px) {
  .body{
  width: 100%;
  height: auto;
}

.waves {
  width: 100%;
  height:100px;
  min-height:20px;
  bottom: 0;
}
.content{
position:relative;
height: 10vh;
text-align:center;
background-color: transparent;
}
}

 
/* =========================================== */
/*           FOOTER              */
/* =========================================== */
.copy{
  position: fixed;
  bottom: 10px;
  text-align: center;
  width: 100%;
  z-index: 100;
  color: blanchedalmond;
  font-family: var(--primary-font);
  font-size: small;
}
.iconFooter{
    background-color: transparent;
    display: flex;
    position: fixed;
    bottom: 10px;
    right: 20px;
    left: 0;
    justify-content: right;
    gap: 3px;
    z-index: 100;
    /* margin-right: 15px;
    margin-bottom: 3px; */
}

.iconFooter a img{
    padding: 5px;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
}
@media (max-width: 768px) {
    .copy{
        font-size: small;
        bottom: 0;
    }
}
@media (max-width: 480px) {
    .copy{
        font-size: x-small;
        bottom: 0;
    }
    .iconFooter{
        gap: 1px;
        right: 20px;
    }
    
    .iconFooter a img{
        padding: 3px;
        width: 25px;
        height: 25px;
    }
}


/* =========================================== */
/*           TRABAJOS HECHOS             */
/* =========================================== */

.galeriaTrabajosHechos{
    align-items: center;
    justify-content: center;
    width: 70%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-row: 1fr;
    gap: 5px;
    margin: auto;
    margin-top: 40px;

    /* display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap:2%;
    padding:30px; */
}

.card{
    width: 250px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);

}

.imagenConFondo{
    position: relative;
    width: 100%;
    height: 250px;
}

.imagenConFondo .fondo{
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
}

.imagenConFondo .frontal{
    position: absolute;
    top: 30px;
    left: 55px;
    width: 140px;
    height: 140px;
    object-fit: cover;
    box-shadow: 0 15px 15px rgb(0, 0, 0,1);

}
.tipografia{
width: 100%;
height: 100%;
position: absolute;
top: 75%;
background: rgba(248, 248, 248, 0.05); /* Fondo casi invisible */
        backdrop-filter: blur(5px); /* El truco de magia */
        -webkit-backdrop-filter: blur(1px); /* Soporte para Safari */
}
.tipografia h2{
font-family: "Cinzel" ;
    /* position: absolute;  */
    font-weight: bold;
    text-align: center;
    margin: 0%;
    margin-bottom: 1%;
    text-align: center;
    font-weight: normal;
    font-size: x-large;
}
.tipografia p{
    font-family: var(--primary-font);
    margin: auto;
    text-align: center;
    text-justify: center;
    padding-bottom: 10px;
    font-size: small;
}


/* RESPONSIVO */

/* tablets */
@media (max-width: 1024px) {

    .body{
        margin: 0%;
        width: 100%;
    }

    .galeriaTrabajosHechos{
    align-items: center;
    justify-content: center;
    width: 70%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-row: 1fr;
    gap: 5px;
    margin: auto;
    margin-top: 20px;
    justify-content: center;
    flex-wrap: wrap;
    gap:2%;
    padding:10px;

}

.card{
    width: 220px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.imagenConFondo{
    position: relative;
    width: 100%;
    height: 160px;
}

.imagenConFondo .fondo{
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
}

.imagenConFondo .frontal{
    position: absolute;
    top: 15px;
    left: 60px;
    width: 100px;
    height: 100px;
    object-fit: cover;
    box-shadow: 0 15px 15px rgb(0, 0, 0,1);

}

.tipografia{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 78%;
}

.tipografia h2{
font-family: "Cinzel" ;
    /* position: absolute;  */
    font-weight: bold;
    text-align: center;
    /* margin-top: 0%; */
    margin-bottom: 1%;
    text-align: center;
    font-weight: normal;
    font-size: x-large;
}

.tipografia p{
     font-family: "Special Elite";
    margin: auto;
    margin-bottom: 2%;
    text-align: center;
    text-justify: center;
    padding-bottom: 10px;
    font-size: large;
}
}


/* Para móviles grandes */
@media (max-width: 768px) {

    .body{
        margin: 0%;
        width: 100%;
    }

    .galeriaTrabajosHechos{
    align-items: center;
    justify-content: center;
    width: 70%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-row: 1fr;
    gap: 2px;
    margin: auto;
    margin-top: 3%;
    margin-bottom: 20px;
    /* here to fit at 
    display: flex;*/
    justify-content: center;
    flex-wrap: wrap;
    gap:2%;
    padding:5px;
}

.card{
    width: 200px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.imagenConFondo{
    position: relative;
    width: 100%;
    height: 150px;
}

.imagenConFondo .fondo{
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
}

.imagenConFondo .frontal{
    position: absolute;
    top: 15px;
    left: 50px;
    width: 90px;
    height: 90px;
    object-fit: cover;
    box-shadow: 0 15px 15px rgb(0, 0, 0,1);

}

.tipografia{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 78%;
}

.tipografia h2{
font-family: "Cinzel" ;
    /* position: absolute;  */
    font-weight: bold;
    text-align: center;
    /* margin-top: 0%; */
    margin-bottom: 1%;
    text-align: center;
    font-weight: normal;
    font-size: medium;
}

.tipografia p{
     font-family: "Special Elite";
    margin: auto;
    margin-bottom: 2%;
    text-align: center;
    text-justify: center;
    padding-bottom: 10px;
    font-size: small;
}
}

/* Para móviles pequeños */

@media (max-width: 480px) {
    .body{
        margin: 0%;
        width: 100%;
    }

    .galeriaTrabajosHechos{
    align-items: center;
    justify-content: center;
    width: 70%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row: 1fr;
    gap: 2px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 5%;

    /* here to fit at 
    display: flex;*/
    justify-content: center;
    flex-wrap: wrap;
    gap:2%;
    padding:5px;
}

.card{
    width: 170px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.imagenConFondo{
    position: relative;
    width: 100%;
    height: 150px;
}

.imagenConFondo .fondo{
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
}

.imagenConFondo .frontal{
    position: absolute;
    top: 15px;
    left: 40px;
    width: 90px;
    height: 90px;
    object-fit: cover;
    box-shadow: 0 15px 15px rgb(0, 0, 0,1);

}

.tipografia{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 78%;
}

.tipografia h2{
font-family: "Cinzel" ;
    /* position: absolute;  */
    font-weight: bold;
    text-align: center;
    /* margin-top: 0%; */
    margin-bottom: 1%;
    text-align: center;
    font-weight: normal;
    font-size: medium;
}

.tipografia p{
     font-family: "Special Elite";
    margin: auto;
    margin-bottom: 2%;
    text-align: center;
    text-justify: center;
    padding-bottom: 10px;
    font-size: small;
}

}

/* =========================================== */
/*           SOBRE NOSOTROS            */
/* =========================================== */

.sectionDiv{
    display: block;
    width: 100%;
    height: auto;
}
.texto{
    font-family: var(--primary-font);
    width: 90%;
    align-content: center;
    text-align: center;
    text-justify: auto;
    margin: auto;
    font-weight: bold;
    margin-top: 2%;
    margin-bottom: 3%;
}
.texto h1{
    text-align: left;
    margin-bottom: 2%;
}
.texto p{
    width: 80%;
    margin: auto;
    font-family: var(--primary-font);
}

.parallax{
    
  /*comunica en este caso las 3 div y comparte como fondo de los divs la imagen*/
  /*configuracion del fondo*/
  background-image: url("/assets/img/fotos/sobreNosotros/IMG20230530115157.png");
  height: 300px;
  width: 70%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
  

}
.parallaxMat{
    height: 300px;
    width: 70%;
    background-image: url("/assets/img/fotos/matEnVivo.jpg");
    /* background-position-y: 0px; */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
    /* width: 75%; */
    /* background-size: contain; */
}

.integrantesDiv1{
    margin: auto;
    display: flex;
    width: 70%;
    height: auto;
    font-family: var(--primary-font);
}
.integrantesDiv1 h3{
  margin-top: 0;
}

.integrantesDiv1 span{
    width: 80%;
    font-size: medium;
    /* font-weight: 400; */
    margin:auto;
    padding: 2% 3%;
    /* background-color: rgba(182, 21, 168, 0.37); */
    text-align: center;
    align-content: center;
    font-family: var(--primary-font);
}

.integrantesDiv2{
    margin-top: 10px;
    margin: auto;
    padding: 0;
    display: flex;
    width: 70%;
    height: auto;
    font-family: var(--primary-font);
    font-weight: bold;
}


.integrantesDiv2 span{
    width: 75%;
    font-weight: 400;
    font-size: medium;
    margin-top: 2%;
    margin-bottom: 5%;
    margin-left: 1%;
    padding: 2% 3%;
    /* background-color: rgba(182, 21, 168, 0.37); */
    text-align: center;
    align-content: center;
    font-weight: 400;
    font-family: var(--primary-font);
}
.integrantesDiv2 h3{
  margin-top: 0;
  font-weight: bold;
}

.sectionDiv{
    display: block;
}


@media (max-width: 1024px) {
    
.sectionDiv{
    display: block;
    width: 100%;
    height: auto;
}

.parallax{
  /*comunica en este caso las 3 div y comparte como fondo de los divs la imagen*/
  /*configuracion del fondo*/
  margin: auto;
  margin-top: 1%;
  background-image: url("/assets/img/fotos/sobreNosotros/IMG20230530115157.png");
  height: 450px;
  width: 95%;
  /* background-attachment: fixed; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.parallaxMat{
    height: 450px;
    width: 95%;
    background-image: url("/assets/img/fotos/matEnVivo.jpg");
    /* background-position-y: 0px; */
    /* background-attachment: fixed; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
    /* width: 75%; */
    /* background-size: contain; */
}

.texto{
    font-family: "Jost";
    width: 99%;
    align-content: center;
    text-align: center;
    text-justify: auto;
    margin: auto;
    font-weight: bold;
    margin-top: 0.5%;
    margin-bottom: 1%;
}
.texto h1{
    text-align: center;
    /* font-size: ; */

}
.texto p{
    width: 80%;
    margin: auto;
    font-size: large;

}

.integrantesDiv1{
    margin: auto;
    margin-top: 3%;
    display: flex;
    width: 90%;
    height: auto;
    font-family: "Jost";
}

.integrantesDiv1 span{
    /* width: 100%; */
    font-size: large;
    /* font-weight: bold; */
    margin:auto;
    padding: 2% 3%;
    /* background-color: rgba(182, 21, 168, 0.37); */
    text-align: center;
    align-content: center;
    margin-top: 2%;
}

}



@media (max-width: 768px) {
.sectionDiv{
    display: block;
    width: 100%;
    height: auto;
}

.parallax{
    
  /*comunica en este caso las 3 div y comparte como fondo de los divs la imagen*/
  /*configuracion del fondo*/
  margin: auto;
  margin-top: 1%;
  background-image: url("/assets/img/fotos/sobreNosotros/IMG20230530115157.png");
  height: 250px;
  width: 95%;
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallaxMat{
    height: 250px;
    width: 95%;
    background-image: url("/assets/img/fotos/matEnVivo.jpg");
    /* background-position-y: 0px; */
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
    /* width: 75%; */
    /* background-size: contain; */
}

.texto{
    font-family: "Jost";
    width: 99%;
    align-content: center;
    text-align: center;
    text-justify: auto;
    margin: auto;
    font-weight: bold;
    margin-top: 0.5%;
    margin-bottom: 1%;
}
.texto h1{
    text-align: center;
    font-size: medium;

}
.texto p{
    width: 80%;
    margin: auto;
    font-size: x-small;

}

.integrantesDiv1{
    margin: auto;
    display: flex;
    width: 80%;
    height: auto;
    font-family: "Jost";
}

.integrantesDiv1 span{
    width: 95%;
    font-size: x-small;
    /* font-weight: bold; */
    margin:auto;
    padding: 2% 3%;
    /* background-color: rgba(182, 21, 168, 0.37); */
    text-align: center;
    align-content: center;
}

}



@media (max-width: 480px) {

.sectionDiv{
    display: block;
    width: 100%;
    height: auto;
}

.parallax{
    
  /*comunica en este caso las 3 div y comparte como fondo de los divs la imagen*/
  /*configuracion del fondo*/
  margin: auto;
  margin-top: -1%;
  background-image: url("/assets/img/fotos/sobreNosotros/IMG20230530115157.png");
  height: 250px;
  width: 95%;
  /* background-attachment: fixed; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  

}

.texto{
    font-family: "Jost";
    width: 99%;
    align-content: center;
    text-align: center;
    text-justify: auto;
    margin: auto;
    font-weight: bold;
    margin-top: 0.5%;
    margin-bottom: 1%;
}
.texto h1{
    text-align: center;
    font-size: large;

}
.texto p{
    width: 80%;
    margin: auto;
    font-size: small;

}
.sectionDiv{
    display: block;
    margin-bottom: 50px;
}

.integrantesDiv1{
    margin: auto;
    display: block;
    width: 100%;
    height: auto;
    font-family: "Jost";
    /* gap: 10px; */
}


.integrantesDiv2{
    margin-top: 10px;
    margin: auto;
    margin-bottom: 12px;
    padding: 0;
    display: block;
    width: 100%;
    height: auto;
    font-family: "Jost";
}


.integrantesDiv1 span{
    display: block;
    width: 99%;
    font-size: small;
    margin-bottom: 5px;
    /* background-color: rgba(182, 21, 168, 0.37); */
    text-align: center;
    align-content: center;
}
.integrantesDiv2 span{
    width: 99%;
    font-size: small;
    display: block;
    margin: 0 auto;
    /* padding: 5% 3%; */
    /* background-color: rgba(182, 21, 168, 0.37); */
    text-align: center;
    align-content: center;
    margin-top: 0;
}
.parallaxMat{
    margin: auto;
}
}

/* =========================================== */
/*           CONTACTO           */
/* =========================================== */

/* body{
    width: 100%;
    height: 100%;
    margin: 0;
    font-family: 'Jost';
    background-image: url("assets/img/fondo2.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-attachment: fixed;
} */


.contenedorPrincipal{
    font-family: var(--primary-font);
    display: grid;
    gap: 50px; /* Ajusta este valor a los px que desees */
    grid-template-columns: repeat(2, 1fr);
    margin-top: 80px;
    width: 100%;
    height: auto; /*revisar la altura*/
    background-image: url("/assets/img/logos/logo-21G-bajaOpacidad.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    align-items: center;
    justify-content: center;
    /* justify-content: space-between; */
}
.contenedorContacto{
    /* display: block; */
    width: fit-content;
    justify-content: right;
    align-items: baseline;
    text-align: left;
    margin: auto;
    margin-left: 20%;
    padding: 3%;
    border-bottom: 2px solid;
    border-top: 2px solid;
    /* border-top-left-radius: 10%;
    border-bottom-right-radius: 10%; */
    border-image: linear-gradient(-45deg, #070104, #230514, #4a0e2a, #090105) 50;
    animation: gradienteBorder 5s ease infinite;
}

.contenedorContacto h1{
   /* text-decoration-line: underline; */
   text-align: left;
   font-size: xx-large;
   margin-bottom: 10px;
}
.contenedorContacto p{
    font-weight: 600;
    margin-top: 10px;
    text-align: left;
    justify-content: flex-start;
    font-size: x-large;
    display: flex;
    align-items: center;
    /* gap: 10px; */
  }
.contenedorContacto img{
    padding-right: 20px;
    width: 50px;
    height: 25px;
    
}

.botonFormulario{
    display: none;
    top: 0;
    width: 100%;
    height: auto;
    padding-top: 4%;
    padding-bottom: 4%;
}

.contenedorFormulario{
    display: grid;
    box-sizing:border-box;
    width: 450px;
    height: 400px;
    align-items: end;
    /* background: linear-gradient(135deg, rgba(9, 1, 5, 1) 0%, rgba(35, 5, 20, 1) 100%); */
    background: linear-gradient(-45deg, #070104, #230514, #260130, #090105);
    background-size: 400% 400%;  /* Importante para que haya espacio que mover */
    animation: gradienteAnimado 5s ease infinite;
    /* background-color: rgba(9, 1, 5, 0.8); */
    /*backdrop-filter: blur(10px);  Desenfoque de fondo si hay algo detrás */
    border: 1px solid rgba(255, 255, 255, 0.1); /* Borde fino */
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.8), 
            inset 0 0 15px rgba(255, 0, 100, 0.2); /* Resplandor interno rojizo */
    border-radius: 15px;
    margin: auto;
    margin-right: 20%;
    /*margin-top: 30px; */
}
.formulario{
        position: relative;
}
.contenedorFormulario h2{
    font-family: var(--primary-font);
    text-align: center;
    font-size: x-large;
    position: absolute;
    top: -20%;
    left: 20%;
}
/* animacion de fondo */input:invalid, textarea:invalid {
    border: 1px solid red;
}
.contenedorFormulario form{
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin:auto;
    
}
.contenedorFormulario form input{
    width: 90%;
    height: 33px;
    margin-top: 10px;
    border-style: none;
    border-radius: 10px;
    font-family: var(--primary-font);
    padding: 2%;
    
}
  .contenedorFormulario textarea{
    width: 90%;
    height: 200px;
    margin-top: 10px;
    border-radius: 10px;
    font-family: var(--primary-font);
    padding: 2%;
    resize: none;


}
.botonEnviar{
    text-align: center;
    justify-content: center;
    font-family: var(--primary-font);
    font-size: medium;
    border-style: none;
    border-radius: 10px;
    width: 91%;
    height: 30px;
    margin-top: 10px;
    background-color: rgb(113, 93, 242);
    color: white;
    font-weight: 600;
}
.botonEnviar:hover{
    background-color: rgb(110, 0, 253);
    cursor: pointer;
    box-shadow: #EDEDED 0px 0px 10px;
}

/* ========== MEDIA QUERIES ========== */


/* @media (max-width: 1025px) { 
    #boton{
        display: none;
        background: none;
    }
    #form{
        display: block;
        
    }
    } */
        

/* Para tablets */
@media (max-width: 1024px) {
.contenedorPrincipal{
    margin-top: 0;
        display: block;
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: center;
        background-size: contain;
    
    }
.contenedorContacto{
        display: block;
        width: 100%;
        height: auto;
        justify-content: center;
        text-align: center;
        margin: auto;
        border-top: none;
        border-bottom:none ;
        /* margin-left: 3%; */
        background: rgba(255, 255, 255, 0.05); /* Fondo casi invisible */
        backdrop-filter: blur(2px); /* El truco de magia */
        -webkit-backdrop-filter: blur(1px); /* Soporte para Safari */
    }
.contenedorContacto h1{
       text-decoration-line: none;
       text-align: center;
       font-size: xx-large;
       /* font-family: 'Jost'; */
    }

.contenedorContacto p{
        font-weight: bold;
        margin-top: 1%;
        text-align: center;
        justify-content: center;
        font-size: 23px;
        font-weight: bold;
        /* text-shadow: #5C0585 0px 0px 10px; */
        /* font-family: 'Jost'; */
}

.contenedorContacto img{
                padding-right: 3%;
                width: 6%;
                height: 6%;
                /* padding-top: 1%; */
            }
    
.contenedorFormulario{
        /* margin-top: 2%; */
        background: none;
        margin: auto;
        /* padding: 1%; */
        width: 50%;
        font-size: xx-large;
        justify-content: center;
        align-content: center;
        box-shadow: none;
        background: rgba(255, 255, 255, 0.05); /* Fondo casi invisible */
        backdrop-filter: blur(2px); /* El truco de magia */
        -webkit-backdrop-filter: blur(1px); /* Soporte para Safari */
    }

.formulario{
    width: 100%;
    display: none;
    background: linear-gradient(-45deg, #070104, #230514, #260130, #090105);
    background-size: 400px 400px;   /* Importante para que haya espacio que */
    border-radius: 15px;
    margin: auto;
    align-items: center;
    justify-content: center;
    padding-bottom: 2%;
    /* width: fit-content; */
    height: auto;
    }
.formulario input{
    width: 300px;
}
  .formulario textarea{
    width: 300px;
    resize: none;
    margin-left: 20px;
    margin-right: 20px;
}



.formulario h2{
display: none;
}
   

.botonFormulario{
        /* top: 0; */
        /* margin-top: auto; */
        display: block;
        /* justify-content: center; */
        text-align: center;
        margin: auto;
        margin-bottom: 6px;
        width: 300px;
        border-radius: 10px;
        border: none;
        height: 35px;
        line-height: 50%;
        background-color: rgb(113, 93, 242);
        color: white;
        font-weight: bold;
        
    }

.botonFormulario:hover{

    background-color: rgb(110, 0, 253);
    cursor: pointer;
    box-shadow: #EDEDED 0px 0px 10px;
}
} 

/* Para móviles grandes */
@media (max-width: 768px) {
    .contenedorContacto{
        background: rgba(255, 255, 255, 0.05); /* Fondo casi invisible */
        backdrop-filter: blur(2px); /* El truco de magia */
        -webkit-backdrop-filter: blur(1px); /* Soporte para Safari */
    }
    .contenedorContacto h1{
            text-decoration-line: underline;
            text-align: center;
            font-size: xx-large;
         }
    
    .contenedorContacto p{
            font-weight: bold;
            margin-top: 1%;
            text-align: center;
            justify-content: center;
            font-size: x-large;
            font-weight: bold;
           
        }
    .contenedorContacto img{
                    padding-right: 3%;
                    width: 8%;
                    height: 8%;
                    padding-top: 2%;
        }
    .contenedorFormulario{
            margin-top: 2%;
            background-color: transparent;
            margin: auto;
            /* padding: 1%; */
            width: 100%;
            font-size: xx-large;
            justify-content: center;
            align-content: center;
            background: rgba(255, 255, 255, 0.05);
            -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
        }
    
    .formulario{
                display: none;
                background-color: rgb(9, 1, 5);
                border-radius: 15px;
                margin: auto;
                align-items: center;
                justify-content: center;
                padding-bottom: 2%;
                width: 100%;
    
        }
        /* .formulario input, textarea{
            width: 600px;
        } */
    
    .botonFormulario{
            top: 0;
            margin-top: auto;
            margin-bottom: 10px;
            display: block;
            justify-content: center;
            text-align: center;
            /* margin: auto; */
            width: 300px;

        }
        
    /* .botonFormulario form{
        width: 10px;
    
    } */
}

    /* Para móviles pequeños */

@media (max-width: 480px) {
    .contenedorPrincipal{
        width: 100%;
        height: auto;
        display: block;
        position: relative;
        margin-top: 20%;
        background-size: 400px 400px;
        background-position: top;
        padding:1px 10px 100px 10px;
        
    }
    
    .contenedorContacto{
        width: 100%;
        height: auto;
        justify-content: center;
        text-align: center;
        margin: auto;
        /* margin-left: 3%; */
        background: rgba(255, 255, 255, 0.05); 
        backdrop-filter: blur(5px); /* difumidado de fondo */
        -webkit-backdrop-filter: blur(5px); /* Soporte para Safari */
        border-radius: 15px;
        padding: 30px 30px 150px 30px;
        /* border: 1px solid rgba(255, 255, 255, 0.1); */
    }
    .contenedorContacto h1{
       text-align: center;
       font-size: larger;
       text-decoration: none;
       /* font-family: 'Jost'; */
    
    }
    .contenedorContacto p{
        /* font-family: 'Jost'; */
        font-weight: bold;
        margin-top: 1%;
        text-align: center;
        justify-content: center;
        font-size: larger;
        text-shadow: #f6f6f7 0px 0px 10px;
        
        
    }
    .contenedorContacto img{
                padding-right: 3%;
                width: 32px;
                height: 28px;
                margin-bottom: 10px;
            }
    
    .contenedorFormulario{
                display: block;
                box-sizing:border-box;
                width: 100%;
                height: auto;
                align-items: center;
                /* background-color: rgb(9, 1, 5); */
                border-radius: 15px;
                margin: auto;
                /* margin-right: 1%; */
                /* margin-top: 3%;  */
                justify-content: center;
                background: rgba(255, 255, 255, 0.05);
                -webkit-backdrop-filter: blur(2px);
                backdrop-filter: blur(2px);
                /* padding: 30px; */
            }
    .contenedorFormulario form{
                width: 100%;
                text-align: center;
                align-items: center;
                justify-content: center;
                margin-top: 1%;
                
            }
    .contenedorFormulario form input{
                width: 90%;
                height: 33px;
                margin-top: 10px;
                border-style: none;
                border-radius: 10px;
                /* font-family: 'Jost'; */
                
            }
    .contenedorFormulario textarea{
                width: 90%;
                height: 100px;
                margin-top: 10px;
                border-radius: 10px;
                justify-content: center;
                margin: 13px 0 0 0;
            }
    .botonFormulario{
        margin-top: 20%;
        display: block;
        margin: auto;
       
}
    .contenedorFormulario button{
                border-radius: 10px;
                /* height: 30px; */
                line-height: 50%;
                background-color: rgb(113, 93, 242);
                color: white;
                font-weight: bold;
                margin: auto;
                text-align: center;
            }
    }

/* =========================================== */
/*                 ESTUDIO                     */
/* =========================================== */


.galeria{
  width: 90%;
  height: fit-content;
  margin: auto;
  margin-top: 2%;
  display: flex;
  gap: 1% ;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px;

}


.galeria img{
    width: 250px;
    height: 150px;
    margin-bottom: 2%;
    object-fit: cover;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.galeria img:hover{
    transform: scale(1.05);
}

/* lightbox */

.lightbox-overlay{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.lightbox-overlay.lightbox-active{
    display: flex;
}

.lightbox img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 800px;
    cursor: pointer;
    transition: opacity 0.3s ease;
}


.textoInformativo{
    width: 50%;
    display: block;
    margin-top: 5%;
    /* margin: auto; */
    margin-left: 31%;
    color: var(--color-texto-oscuro);
    justify-items: left;
    text-align: left;
    z-index: 1000;
}
.textoInformativo p{
    margin-bottom: 5px;
    text-align: left;
    text-justify: left;
    font-size: medium;
    font-weight: 500;
}
.textoInformativo span{
    font-size: medium;
    text-align: left;
    font-weight: bold;
    color: var(--color-primario);
}

/* RESPONSIVO */    
/* Para tablets */
@media (max-width: 1024px) {
    .galeria{
        width: 100%;
        margin-top: 2%;
        display: flex;
        gap: 1% ;
        flex-wrap: wrap;
        justify-content: center;
        padding: 10px;
    }
    
    .galeria img{
        width: 250px;
        height: 120px;
    }

    .textoInformativo{
        width: 80%;
        margin-top: 2%;
        margin-left: 14%;
    }
}

/* Para móviles grandes */
@media (max-width: 768px) {
    .galeria{
        width: 100%;
        margin-top: 2%;
        display: flex;
        gap: 1% ;
        flex-wrap: wrap;
        justify-content: center;
        padding: 10px;
    }
    
    .galeria img{
        width: 200px;
        height: 100px;
    }

    .textoInformativo{
        width: 80%;
        margin-top: 2%;
        margin-left: 14%;
    }
}
/* Para móviles pequeños */
@media (max-width: 480px) {
    .galeria{
        width: 100%;
        margin-top: 50px;
        display: flex;
        gap: 1%;
        flex-wrap: wrap;
        justify-content: center;
        padding: 10px;
    }
    
    .galeria img{
        width: 150px;
        height: 80px;
    }

    .textoInformativo{
        width: 70%;
        margin: auto;
        /* margin-top: 0;
        margin-left: 10%; */
        margin-bottom: auto;
        justify-content: center;
        text-align: center;
    }
    .textoInformativo p{
        text-justify: left;
        font-size: small;
    }
}


/* =========================================== */
/*                 EQUIPO                     */
/* =========================================== */

.imgHero{
    margin-top: 3%;
    width: 100%;
    height: 530px;
    display: block;
    background-image: url("/assets/img/fotos/parallax2b.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero{
    width: 100%;
    height: fit-content;
    
}

.hero span{
    width: 100%;
    display: flex;
    padding-top: 200px;
    font-size: 80px;
    align-items: center;
    justify-content: center;
    background: none;
    position: absolute;
    font-family: 'Jost';
    
    font-weight: bolder;
    color: rgb(240, 243, 245);
}

.esloganMedio{
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.esloganMedio h1{
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--primary-font);
    font-weight: 300;
    /* font-style: oblique; */
    transform: skew(-15deg);
    padding-top: 4%;
    padding-bottom: 4%;
    text-shadow: 2px 2px 10px rgb(151, 3, 250,0.3);

}

.hardwareMain{
    font-family: var(--primary-font);
    margin: auto;
    width: 90%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: start;
    gap: 20px;
    /* padding: 2% 0; */
    /* background-color: rgb(236, 174, 79); */
}

.listaHardware{
    /* text-align: center; */
    /* border-top: var(--color-primario) 2px solid; */
    /* border-right: var(--color-primario) 2px solid; */
    padding-right: 2px;
    justify-content: start;
    padding-bottom: 15px;
}
.listaHardware ul{
    list-style-type: none;
    padding-left: 15px;
}



.backlineMain{
    font-family: var(--primary-font);
    margin: auto;
    margin-top: 20px;
    padding-bottom: 100px;
    width: 90%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
    align-items: start;
    justify-content: center;
    /* margin-bottom: 5%; */
    /* padding: 2% 0 100px 0; */
     /* background-color: rgb(236, 174, 79); */

}


.listaBackline{
    /* text-align: center; */
    justify-content: center;
    margin: auto;
    padding-bottom: 15px;
    /* border-bottom: var(--color-primario) 2px solid; */
}
.listaBackline ul{
    list-style-type: none;
    padding-left: 15px;
}


.parallaxBackline{
    
 /* comunica en este caso las 3 div y comparte como fondo de los divs la imagen
  configuracion del fondo*/
  background-image: url("/assets/img/fotos/estudio6.jpg");
  height: 400px;
  width: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallaxSpan{
    width: 100%;
    height: auto;
    color:rgb(240, 243, 245);
    font-weight: bold;
    font-family: 'Jost';
    margin: auto;
    text-align: center;
    justify-content: center;
    padding-top: 150px;
    font-size: 80px;

}





.parallax2{
    
 /* comunica en este caso las 3 div y comparte como fondo de los divs la imagen
  configuracion del fondo*/
  background-image: url("/img/fotos/estudio6.jpg");
  height: 400px;
  width: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 2%;
}

@media (max-width: 1024px) {
    .imgHero{
        height: 300px;
    }
    .hero span{
        font-size: 40px;
        align-items: center;
        justify-content: center;
        padding-top: 15%;
        margin: auto;
        

    }
    .backlineMain{
        padding-bottom: 100px;
    }
    .esloganMedio h1{
        font-size: x-large;
    }
    .parallaxBackline{
        height: 200px;
    }
    .parallaxSpan{
        padding-top: 80px;
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    .imgHero{
        height: 200px;
    }
    
    .hero{
        font-size: 30px;
        align-items: center;
        justify-content: center;
        margin:auto;
    }
    .hero span{
        align-items: center;
        justify-content: center;
        margin: auto;
        padding-top: 10%;
    }


     .backlineMain{
        padding-bottom: 100px;
    }
    .esloganMedio{
        height: 100px;

    }
    .esloganMedio h1{
        font-size: x-large;
    }
    .parallaxBackline{
        height: 150px;
        background-position: center;
        background-size: auto;
    }
    .listaBackline{
        font-size: medium;
        padding-left: 15px;
    }
    .parallaxSpan{
        padding-top: 60px;
        font-size: xx-large;
    }
}   

@media (max-width: 480px) {
    .imgHero{
        height: 150px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    }
    
    .hero{
        font-size: 20px;
        align-items: center;
        justify-content: center;
        margin:auto;
        
        

    }
    .esloganMedio {
        width: 100%;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto;
        margin-left: 15px;
    }

    .esloganMedio h1{
        font-size: medium;
    }
    .parallaxBackline{
        height: 150px;
        margin-bottom: 10px;
        background-size: contain;
    }
    .parallaxSpan{
        padding-top: 45px;
        font-size: 40px;
    }
    .hardwareMain{
        display: block;
    }
    .listaHardware{
        font-size: small;
        margin-bottom: 13px;
    }
    .listaHardware h2{
        font-size: medium;
    }
    .backlineMain{
        padding-bottom: 70px;
        display: block;
    }
    .listaBackline{
        font-size: small;
        padding-left: 0;
        margin-bottom: 13px;
    }
    
    .listaBackline h2{
        font-size: medium;
    }
}

/* =========================================== */
/*                 SERVICIOS                     */
/* =========================================== */


.contenedorMain{
    display: flex;
    width: 100%;
    height: 100%;
    border: none;

}
.backImg1, .backImg2, .backImg3, .backImg4{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 780px;
    width: 25%;
    margin-right:0.2dvh ;
    margin-top: 1%;
}
.backImg1 { background-image: url("/assets/img/fotos/jpgCortes/webp/cortes1.4.webp"); }
.backImg2 { background-image: url("/assets/img/fotos/jpgCortes/webp/cortes2.4.webp"); }
.backImg3 { background-image: url("/assets/img/fotos/jpgCortes/webp/cortes3.4.webp"); }
.backImg4 { background-image: url("/assets/img/fotos/jpgCortes/webp/cortes4.4.webp"); }


.contenedorTexto{
    width: 100%;
    height: auto;
    display: hidden;
    opacity: 0;
    /* background-color: rgba(255, 255, 255, 0.5); */

}

  .contenedorTexto.visible{
    width: 100%;
    display: block;
    backdrop-filter: blur(10px);
    color: rgb(0, 0, 0);
    text-align: center;
    opacity: 1;  
    transition: opacity 1s ease,  /* Transición suave */
}

.contenedorTexto h1{
    background-color: white;
    padding-bottom: 30px;
    padding-top: 10px;
    font-family: 'Jost';
    animation: normal;
    text-align: center;
    margin-top: 0%;
    

}
.backgroundText{
    background-color: rgba(243, 240, 240, 0.2);
    /* margin-top: 10%; */
    padding: 3% 0;
    
}
.contenedorTexto p{
    font-family: 'Jost';
    font-weight: 500;
    font-size: large;
    /* background-color: rgba(255, 255, 255, 0.5); */
    text-align: left;
    text-justify: left;
    padding: 0 10%;
    margin-bottom: 10px;

    /* padding-top: %; */

}
.textoGrabacionDirecto p{
    text-align: center;
}

/* .contenedorTexto :nth-child(2){
    margin-top: 150px; 
     padding-top: 20px; 

}
.contenedorTexto :nth-child(4){
     padding-bottom: 20px; 
}*/
.oculto{
 opacity: 0;
 transform: translateY(60px);
 transition: opacity 1s ease-out, transform 1s ease-out;
}

.visible{
    animation: fadeIn 2s ease forwards;
} 
/* con dos puntos genero el movimiento suave */
@keyframes fadeIn{
    0% { opacity: 0; transform: translateY(360px); }
    100% { opacity: 1; transform: translateY(0); }
}


/* Agregar retraso en cascada */
.visible:nth-child(1) { transition-delay: 0s; }
.visible:nth-child(2) { transition-delay: 0.3s; }
.visible:nth-child(3) { transition-delay: 0.6s; }
.visible:nth-child(4) { transition-delay: 0.9s; }

/* responsivo */



/* Para tablets */
@media (max-width: 1024px) {
    contenedorMain{
        width: 100%;
        height: 100%;
        margin-top: 5%;
    }
    
    .contenedorTexto h1 {
        font-size: 1.2rem; /* 28.8px */
        background-size: contain;
    }
    h1.textoMvl{
        padding-bottom: 12%;
    }
    .backImg1, .backImg2, .backImg3, .backImg4{
        /* background-position: center; */
        background-repeat: no-repeat;
        background-size: cover;
        /* background-size: contain; */
        height: 900px;
        width: 25%;
        margin-right:0.2dvh ;
        margin-top: 1%;
    }
    .backImg1{
        background-position-x: 90%;
    }
    .backImg2{
        background-position-x: -1px;
    }
    .backImg3{
        background-position-x: 90%;
    }.backImg4{
        background-position-x: -1px;
    }
    .contenedorTexto p{
        font-weight: 500;
        font-size: medium;
    }
}


/* Para móviles grandes */

@media (max-width: 768px) {

    .contenedorMain{
       width: 100%;
       height: 100%;
       margin-top: 3%;
   }
   
   .contenedorTexto h1 {
       font-size: 0.9rem; /* 28.8px */
       background-size: contain;
   }
   h1.textoMvl{
       padding-bottom: 16%;
   }
   .backImg1, .backImg2, .backImg3, .backImg4{
       /* background-position: center; */
       background-repeat: no-repeat;
       background-size: cover;
       /* background-size: contain; */
       height: 800px;
       width: 25%;
       margin-right:0.2dvh ;
       margin-top: 1%;
   }
   .backImg1{
       background-position-x: 90%;
   }
   .backImg2{
       background-position-x: -1px;
   }
   .backImg3{
       background-position-x: 90%;
   }.backImg4{
       background-position-x: -1px;
   }
   .contenedorTexto p{
       font-weight: 500;
       font-size: small;
   }
}



/* Para móviles pequeños */


@media (max-width: 480px) {
    .contenedorMain{
        width: 100%;
        height: 100%;
        margin-top: 2%;
    }
    
    .contenedorTexto h1 {
        font-size: 0.7rem; /* 28.8px */
        background-size: contain;
    }
    .contenedorTexto p{
        font-family: 'Jost';
        font-weight: 500;
        font-size: small;
        /* background-color: rgba(255, 255, 255, 0.5); */
        text-align: center;
        text-justify: auto;
        /* padding-top: %; */
    }

    h1.textoMvl{
        padding-bottom: 14%;
    }
    .backImg1, .backImg2, .backImg3, .backImg4{
        /* background-position: center; */
        background-repeat: no-repeat;
        background-size: cover;
        /* background-size: contain; */
        height: 800px;
        width: 25%;
        margin-right:0.2dvh ;
        margin-top: 1%;
    }
    .backImg1{
        background-position-x: 90%;
    }
    .backImg2{
        background-position-x: -1px;
    }
    .backImg3{
        background-position-x: 90%;
    }.backImg4{
        background-position-x: -1px;
    }
    .contenedorTexto p{
        font-weight: 500;
        font-size: small;
    }
    .textoGrabacionDirecto p{
        text-align: center;
        font-size: x-small;
    }
    
}