

@import url('https://fonts.cdnfonts.com/css/kiona-2');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Girassol&family=Manrope:wght@200..800&family=Quicksand:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Girassol&family=Manrope:wght@200..800&family=Quicksand:wght@300..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Girassol&family=Manrope:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Quicksand:wght@300..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body{

  margin: 0%;
  border: 0%;

  
}


h1{

 
  font-family: 'Kiona', sans-serif;
  font-style: normal;
  font-size: 15px;
  margin-bottom: 5px;
  padding: 50px;
  color: #dadada;
  text-shadow: 1px 1px 1px #8f8f8f;
  font-family: 'Kiona', sans-serif;
  animation-name: slideRight;
  animation-duration: 4s;
  animation-iteration-count: 1;
  animation-direction: normal;
  
  
}

@media (max-width: 768px) {
  h1 {
    font-size: 10px; /* Reduce el tamaño para tablets */
    text-align: center; /* Asegura que se mantenga centrado */
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 10px; /* Tamaño más pequeño para teléfonos */
    text-align: center; /* Mantén centrado el texto */
  }
}


.navbar{

  animation: part_2 ease-in 5s  ;
  animation-iteration-count:1 ;
  }
  @keyframes part_2{
      0% {
      transform: translate(0,-10px);
      opacity:0;}
      20% {
      transform: translate(0,-10px);
      opacity:0;}
      30% {
      transform: translate(0,0);
      opacity:1;}
      90% {
      transform: translate(0,0);
      opacity:1;}
      
      100% {
          transform: translate(0,0);
          opacity:1;}
  }   
      

h2{

  font-family: 'Kiona', sans-serif;
  font-style: normal;
  font-weight: solid;
  font-size: 14px;
  margin-left: 8px;
  margin-top: 0;
  font-family: 'Kiona', sans-serif;
  color: rgb(201, 201, 201);
  font-weight: bolder;
  animation-name: slideRight;
  animation-duration: 3s;
  animation-iteration-count: 1;
  animation-direction: normal;
  

}



h4{

  animation-name: slideRight;
  animation-duration: 4s;
  animation-iteration-count: 1;
  animation-direction: normal;
   display: flex;
   position: fixed;
  font-family: 'Kiona', sans-serif;
  font-style: normal;
  font-weight: lighter;
  font-size: 40px;
  color: #c5c5c5;
  padding: 20px;
 

}



h5{

  font-family: 'Kiona', sans-serif;
  font-style: normal;
  font-weight: lighter;
  text-shadow: 1px 1px 1px #272727;
  font-size: 6px;
  


}




@media (max-width: 768px) {


  h5{

    font-family: 'Kiona', sans-serif;
    font-style: normal;
    font-weight: lighter;
    font-size: 6px;
    
  
  
  
  }
}
  @media (max-width: 480px) {
    h5{

      font-family: 'Kiona', sans-serif;
      font-style: normal;
      font-weight: lighter;
      font-size: 6px;
      padding-top: 20px;
      
    
    
    
    }
  }

  



main{

  width: 100%;
  height: 100%;
  
}


#img1{

 


  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;

}

nav{
  
 
}

header{
  
  margin-top: 70px;
  animation-name: slideRight;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-direction: normal;
   
}

.slide-right {
  animation: slideRight 4s ease forwards;
  
}

@keyframes slideRight {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}



/* Sección "Quiénes Somos" */
.about-us {
  position: relative;
  width: 100%;
  height: 200vh; 
  background-image: url(./images/web1.png); 
  background-size: cover;
  background-position: center;
  background-attachment: fixed; 
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}




.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200vh;
  background-color: rgba(0, 0, 0, 0.6); 
  display: flex;
  align-items: center;
  justify-content: center;
}


.content {
  position: relative;
  z-index: 2;
  max-width: 90%;
  margin: 0 auto;
  padding: 20px;
}



#titulos{

  font-family: 'Kiona', sans-serif;
  font-style: normal;
  font-weight: bolder;
  font-size: 26px;
  color: #ffffff;
  text-shadow: #666666;
 
}


#filo{


  font-family: 'Kiona', sans-serif;
  font-style: normal;
  font-weight: bolder;
  font-size: 25px;
  color: #c5c5c5;
  text-shadow: #a7a7a7;
 
}


  #filo2{
  font-family: 'Kiona', sans-serif;
  font-style: normal;
  font-weight: bolder;
  font-size: 20px;
  color: #c5c5c5;
  text-shadow: #a7a7a7;

  }



@media (max-width: 768px) {
  #filo{

    font-size: 40px;
    justify-content: center;
    font-family: 'Kiona', sans-serif;
    font-style: normal;
    font-weight: lighter;
    font-size: 25px;
    color: #c5c5c5;
    text-shadow: #a7a7a7;

  }


  
}





@keyframes fadeInDown {
  from {
      opacity: 0;
      transform: translateY(-50px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}

@keyframes pulse {
  0%, 100% {
      transform: scale(1);
      opacity: 1;
  }
  50% {
      transform: scale(1.1);
      opacity: 0.8;
  }
}

/* Responsividad */
@media (max-width: 768px) {
  .content h1 {
      font-size: 2.5rem;
  }

  .content p {
      font-size: 1.2rem;
  }
}

@media (max-width: 480px) {
  .content h1 {
      font-size: 2rem;
  }

  .content p {
      font-size: 1rem;
  }
}



.video-container {
 
  position: relative;
  width: 100%;
  height: 80vh;
  overflow: hidden;
  
  
}

video {
  
  position: absolute;
  width: 100%; 
  height: 80vh;
  overflow: hidden;
 
}

h3{

  text-align: center;
  width: 100%;
  font-weight: 400;
  font-weight: solid;
  font-size: 30px;
  color: #ffffff;
  text-shadow: 1px 1px 1px #6b6b6b;
  animation-name: slideRight;
  animation-duration: 5s;
  animation-iteration-count: 1;
  animation-direction: normal;
  background-color: rgba(162, 169, 175, 0.5); 
  padding: 10px; 
  border-radius: 3px; 

}




  .text-overlay {

    position: absolute;
    top: 15%;
    left: 40%;
    transform: translate(-50%, -50%);
    color: white;
  }
  
   p {
    margin: 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  }
  
  .animate-text {

  text-align: center;
  width: 130%;
  font-weight: 400;
 
  color: #ffffff;
 
  animation-duration: 5s;
  animation-iteration-count: 1;
  animation-direction: normal;
  background-color: rgba(162, 169, 175, 0.5);
 padding: 10px;
  border-radius: 2px; 
    justify-content: center;
    font-family: 'Kiona', sans-serif;
    font-style: normal;
    font-weight: lighter;
    font-size: 20px;
    color: #ffffff;
    text-shadow: #707070;
    animation: fadeInUp 3s ease-out forwards;
  }
  

  .animate-subtext {

    text-align: center;
    width: 100%;
    font-weight: 400;
   
    color: #ffffff;
   
    animation-duration: 5s;
    animation-iteration-count: 1;
    animation-direction: normal;
   
    border-radius: 2px; 
      justify-content: center;
      font-family: 'Kiona', sans-serif;
      font-style: normal;
      font-weight: lighter;
      font-size: 16px;
      color: #ffffff;
      text-shadow: #707070;
      animation: fadeInUp 3s ease-out forwards;
   
  }
  
  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  




@media (max-width: 768px) {


  h1 {
    font-size: 20px; 
    
  }

   h2 {
    font-size: 14px;
    margin-left: 55%;
    margin-bottom: 1px;
    padding: 20px;
  }

  header img {
    width: 100%; 
    height: auto;
  }
}



@media (max-width: 576px) {
  .carousel-inner img {
    height: auto; 
    max-height: 300px;
   
  }

  button.box-sizing{

    border-color:rgb(255, 255, 255) !important;
    box-sizing: none;
    
  }
}


@media (max-width: 992px) {
  .navbar-brand {
    font-size: 1.2rem; 
  }

  .navbar-nav .nav-link {
    font-size: 1rem; 
  }
}


@media (max-width: 1200px) {
  .container-fluid {
    padding: 0 15px; 
  }
}

@media (max-width: 768px) {
  .container-fluid {
    padding: 0 10px; 
  }
}

@media (max-width: 768px) {
  #img1, #img3 {
    max-width: 100%; 
    height: auto;
  }
}



video, .carousel-item img {
  width: 100%;
  height: auto;
}

@media (min-width: 1024px) {
  .video-container {
 
   
    width: 100%;
    height: 100%;
    
    
    
  }
  
  video {
    
   
    width: 100%; 
    height: 100%;
   
  }
}


header h4 {
  font-family: 'Kiona', sans-serif;
  font-size: 24px;
  color: #d4d4d4;
  margin-bottom: 20px;
}

#proyectos {
  width: 100%; 
  height: 100%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
}

/* Estilos para tablets */
@media (max-width: 768px) {
  header h4 {
    font-size: 20px; 
  }

  #proyectos {
    max-width: 600px; 
  }
}

/* Estilos para móviles */
@media (max-width: 480px) {
  header h4 {
    font-size: 18px; 
  }

  #proyectos {
    max-width: 100%; 
  }
}



footer{

  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #d2d6c9;
  gap: 20px;
  width: 100%;
  height: 100%;
  background: linear-gradient( #d2d6c9, #d6d6d6);
  
}


@media (max-width: 768px) {
  footer {
    flex-direction: column;
      gap: 15px; 
      height: 100px; 
  }
}

/* Media query para pantallas pequeñas */
@media (max-width: 480px) {
  footer {
    flex-direction: column;
      gap: 15px; /* Reduce el espacio entre elementos para pantallas pequeñas */
      height: 100px; /* Ajusta la altura para pantallas pequeñas */
  }


}
@media (min-width: 1024px) {
  footer {
    flex-direction: column;
      gap: 15px; /* Reduce el espacio entre elementos para pantallas pequeñas */
      height: 160px; /* Ajusta la altura para pantallas pequeñas */
  }


}


h6{

  font-family: 'Kiona', sans-serif;
  font-style: normal;
  font-weight: lighter;
  font-size: 18px;
  color: #585858;
  text-shadow: 2px 2px 2px #c4c4c4;
  
}


@media (max-width: 768px) {
  h6 {
    font-family: 'Kiona', sans-serif;
    font-size: 16px; /* Un poco más pequeño para pantallas móviles */
    
  }
}

/* Ajuste para pantallas extra pequeñas */
@media (max-width: 480px) {
  h6 {
    font-family: 'Kiona', sans-serif;
    font-size: 10px; /* Aún más pequeño para pantallas muy pequeñas */
  }
}

#moebius{
width: 50px;
margin-top: 20px;

}

/* Ajuste para pantallas más pequeñas */
@media (max-width: 768px) {
  #moebius {
    margin-top: 20px;
    width: 40px; /* Reduce el ancho en tablets o pantallas medianas */
  }
}

/* Ajuste para pantallas extra pequeñas */
@media (max-width: 480px) {
  #moebius {
    margin-top: 20px;
    width: 40px; /* Aún más pequeño para teléfonos */
  }
}
@media (min-width: 1024px) {

    #moebius {
      margin-top: 40px;
      width: 60px; 
    }
   



}


@media (max-width: 480px) {
#moebius {
  width: 50px; /* Cambia el tamaño a 60px en pantallas de móviles */
}
}


/* Contenedor del botón */
.whatsapp-button {
  position: fixed; /* Fijo en la pantalla */
  bottom: 20px;    /* Separación desde la parte inferior */
  right: 20px;     /* Separación desde la parte derecha */
  z-index: 1000;   /* Asegura que esté por encima de otros elementos */
  
}

/* Estilo del enlace */
.whatsapp-button a img {
  width: 60px;       /* Tamaño inicial del icono */
  height: 60px;      /* Tamaño inicial del icono */
  border-radius: 50%; /* Hacer el icono circular */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  
}

/* Efecto hover */
.whatsapp-button a img:hover {
  transform: scale(1.1); /* Aumenta ligeramente al pasar el ratón */
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
}

/* Ajustes para pantallas medianas */
@media (max-width: 768px) {
  .whatsapp-button a img {
    width: 50px; /* Reduce el tamaño para tablets */
    height: 50px;
  }
}

/* Ajustes para pantallas pequeñas */
@media (max-width: 480px) {
  .whatsapp-button a img {
    width: 40px; /* Reduce aún más el tamaño para móviles */
    height: 40px;
  }
}



#somos1{

  width: 100%;

}

/* Responsividad */
@media (max-width: 768px) {
  h3 {
    font-size: 15px;
    
  }

  #somos1{

    width: 140%


  }

}


#imglogo{

 z-index: 2;
 padding-top: 0px;
 width: 120px;
 bottom: 400px;
 margin-left: 15px;
 animation-name: slideRight;
 animation-duration: 4s;
 animation-iteration-count: 1;
 animation-direction: normal;

}


@media (max-width: 768px) {
  #imglogo {
      width: 85px; /* Reduce el tamaño en pantallas pequeñas */
      bottom: 300px; /* Ajusta la posición si es necesario */
      margin-left: 10px;
     
      
  }
}

@media (max-width: 480px) {
  #imglogo {
      width: 85px; /* Más pequeño para pantallas muy pequeñas */
      bottom: 300px; /* Ajusta más la posición */
      margin-left: 10px; /* Margen mínimo */
      
     
}
}


.background {

  width: 100%;
  height: 100vh; /* Ocupa toda la altura de la ventana */
  background-image: url(./images/01.1.jpg); 
  background-size: cover;
  background-position: center;
}


body {
  margin: 0;
  
}

section {
  height: 100vh; /* Cada sección ocupa el 100% de la pantalla */
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.text {

  padding: 20px;
  background-color: rgba(162, 169, 175, 0.7);
  width: 80%;
  font-family: 'Kiona', sans-serif;
  text-shadow: 1px 1px 1px #4d4d4d;
  font-weight: 400;
  position: absolute;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  opacity: 0;
  transform: translateX(100px);
  transition: opacity 2s ease-out, transform 2s ease-out;
}

.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Colores de fondo para las secciones */
.section1 { background-image: url(./images/01.1.jpg);
background-size: cover;
width: 100%;
height: 100vh;
 }

.section2 { background-image: url(./images/cover1.jpg);
  background-size: cover;
  width: 100%;
  height: 100vh; }

.section3 {background-image: url(./images/04.jpg);
  background-size: cover;
  width: 100%;
  height: 100vh; }

.section4 {background-image: url(./images/WhatsApp\ Image\ 2024-11-07\ at\ 00.58.05\ \(1\).jpeg);
  background-size: cover;
  width: 100%;
  height: 100vh; }

  .section5 {background-image: url(./images/01.1.jpg);
    background-size: cover;
    width: 100%;
    height: 100vh; }


      .section7 {background-image: url(./images/01.1.jpg);
        background-size: cover;
        width: 100%;
        height: 100vh; } 





@media (max-width: 768px) {
  .text {
    font-size: 28px; 
     
  }

}


@media (max-width: 480px) {
  .text {
    font-size: 25px;
    padding: 0 0.5rem;
  }
}





.background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(./images/01.1.jpg) no-repeat center center; /* Reemplaza con la URL de tu imagen */
  background-size: cover;
  z-index: -1; /* Asegura que esté detrás del contenido */
}


        .contact-container {
            text-align: center;
            max-width: 90%;
            margin: 0 auto;
           
        }
        .address {
            font-family: 'Kiona', sans-serif;
            text-shadow: 1px 1px 1px #4d4d4d;
            margin-bottom: 20px;
            font-size: 24px;
            color: #ffffff;
        }
        .social-icons {
            display: flex;
            gap: 15px;
            justify-content: center;
            flex-wrap: wrap; /* Hace que los íconos se acomoden en varias líneas si es necesario */
        }
        .social-icons a {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background-color: #ddd;
            color: #555;
            font-size: 24px;
            text-decoration: none;
            transition: background-color 0.3s, color 0.3s;
        }
        .social-icons a:hover {
            background-color: #555;
            color: #fff;
        }
        /* Estilos responsive */
        @media (max-width: 768px) {
            .address {
                font-size: 24px;
            }
            .social-icons a {
                width: 40px;
                height: 40px;
                font-size: 20px;
            }
        }
        @media (max-width: 480px) {
            .address {
                font-size: 24px;
            }
            .social-icons a {
                width: 35px;
                height: 35px;
                font-size: 18px;
            }
        }





       
        
        
      









