


*{
    box-sizing: border-box;
    margin: 0%;
    padding: 0%;
}

/* Estilos normales usando la fuente regular */
@font-face {
  font-family: 'FuturaBook';
  src: url('/assets/Font/futura/Futura\ Book\ font.ttf')format('truetype');
}

/* Estilos en negrita usando la fuente negrita */
@font-face {
  font-family: 'MiFuenteNegrita';
  src: url('fonts/mi_fuente_negrita.ttf') format('truetype');
}

/*configuracion de la barra lateral de subir y bajar*/
body::-webkit-scrollbar {
  width: var(--scroll-size, 5px);
  height: var(--scroll-size, 10px);
}
body::-webkit-scrollbar-track {
  background-color: var(--scroll-track, transparent);
  border-radius: var(--scroll-track-radius, var(--scroll-radius));
}
body::-webkit-scrollbar-thumb {
  background-color: var(--scroll-thumb-color, rgb(252, 194, 0));
  background-image: var(--scroll-thumb, none);
  border-radius: var(--scroll-thumb-radius, var(--scroll-radius));
}

body{
    width: 100%;
    background-color: #f3f3f3;
font-family: 'FuturaBook';
}

a{
    text-decoration: none;
}
ul{
    list-style: none;
}
li{

}

    /* Estilo para el contenedor del pop-up */
    #popupContainer {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.7);
      justify-content: center;
      align-items: center;
      z-index: 10;
      transition: 0.5s ease-in;
    }

    /* Estilo para la imagen en el pop-up */
    #popupImage{
      max-width: 90%;
      max-height: 90%;
    }

.header{
    padding-top: 1%;
    padding-bottom: 1%;
    width: 95%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    height: fit-content;
    align-items: center;
}

.header .brand{
display: flex;
width: 50%;
}
.brand ul{
    display: flex;
    justify-content: left;
        }
.brand ul li{
    display: flex;
    }

    .brand ul li{
width: 50%;
        }
    .brand ul li a img{
        display: flex;
        width: 100%;
        }
        .brand ul li p{
            text-align: left;
            padding-top: 12%;
            padding-left: 3%;
            font-size: 27px;
            }


.header .nav-menu{
width: 33%;
}


.header .nav-menu ul{
    display: flex;
    justify-content: end;

}
.header .nav-menu ul li{
    padding-right: 5%;
}
.header .nav-menu ul li a{
font-size: 30px;
color: rgb(252, 194, 0);
}
.header .nav-menu ul li a:hover{
color: #926400;
transition: .5s;
    }

    /* Responsive Boton */

    /* boton de menu que aparece y desaparece */
    .menu-btn{
      display: none;
      color: rgb(252, 194, 0);
      cursor: pointer;
      position: absolute;
      top: 5%;
      right: 50px;
      font-size: 1.5rem;
      z-index: 1;

  }

  .home-btn{
    display: none;
  }


  .text-container{
  
      width: 55%;
      margin: auto;
    }
    


  .images{

    width: 75%;
    margin: auto;
    padding-top: 1%;
    text-align: justify;
      }



      .animation {
        width: 90%;
        margin: auto;
      }
      .animation .row{
        display: flex;
        padding: 5px;
        flex-wrap: wrap;
        }
        
        
        
        
        .animation .column{
          flex: 30%;
          padding: 5px;
        }

      .video {
        width: 90%;
        margin: auto;
        
        
      }

      .video .row{
        display: flex;
        padding: 5px;
        justify-content: center;
        flex-wrap: wrap;
        }
        
      
       .video .column{
        min-width: 250px;
        max-width: 450px;
          padding: 1%;
        }


      .animation video{
        width: 100%;
      }
      .video video{
        width: 100%;
      }
  

.design-title h1{
text-align: center;
font-size: 5rem;
color: rgb(252, 194, 0);
padding-bottom: 5%;
}

  .text-cont1 img{
    width: 35%;
    margin: auto;
  }

  .intro p{
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 1%;
    font-weight: lighter;

  }

  .mision h2{
    padding-top: 2%;
    padding-bottom: 1%;
font-size: 26px;
color:rgb(255, 59, 37);
font-weight: lighter;
  }

  .text-mision p{
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 1%;
    font-weight: lighter;
  }

  .vision h2{
    font-size: 26px;
    color: rgb(0, 123, 255);
    font-weight: lighter;
    padding-top: 1%;
    padding-bottom: 1%;

      }
    
      .text-vision p{
        font-size: 16px;
        line-height: 26px;
        padding-bottom: 5%;
        font-weight: lighter;
      }



/* estilos de la seccion diseno*/
.images{
  width: 90% !important ;
}

img{
  width: 100%;
  cursor: pointer;
}
.images .row{
display: flex;
padding: 5px;
flex-wrap: wrap;
}




.images .column{
  flex: 33%;
  padding: 5px;
}

.column img{
  margin-top: 5px;
}
@media (max-width: 800px) {
  .column{
  flex: 66%;
  }
}

@media (max-width: 600px) {
  .column{
  flex: 100%;
  }
}


  .footer{
    padding-top: 1%;
    padding-bottom: 1%;
    border-top: 1px solid #00000042;
    width: 90%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: fit-content;
    align-items: center;
  }


  .footer .foot-info{
    padding: 3% 1%;

  }
  .footer .foot-info ul li ul{

display: flex;
align-items: center;
justify-content: center;
  }

  .footer .foot-info ul li ul li{
    padding: 0 10px;
    padding-left: 0;

}

.foot-info ul li a{
    color: #000000;
    font-size: 16px;
    font-weight: lighter;
    font-weight: 100;

}

.link-email a{
    text-decoration: underline;
    font-size: 19px;
    font-weight: lighter;
}
.link-tel a{
  text-decoration: underline;
  font-size: 19px;
  font-weight: lighter;
}
ul.powered li {
    color: #000000ad;
    }

ul.powered li a{
    color: #000000ad;
font-size: 14px;
}
ul.powered li p{
    font-size: 14px;
    }