/**
* BIASOFT 
* version:   v1.0.0
* Author:   @Beres Arias
*/



/*General*/
body {
  font-family: 'Roboto Slab', serif;
  color: #1e1e1e;
}

a {
  color: #733af4;
  text-decoration: none;
}

a:hover {
  color: #247DFF;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
 font-family: 'Roboto Slab', serif;
  font-weight: bold;
}




/*Boton Top*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #247DFF;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  transition: all 1s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #733af4;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 2;
}



/*Cabecera*/
#header {
  transition: all 1s;
  z-index: 997;
  padding: 5px 0;
  background: #ffffff;
}

#header.header-scrolled, #header.header-inner-pages {
  background: #ffffff;

}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 80px;
}



/*Menu de Navegacion (Escritorio)*/
.navbar {
  font-family: 'Roboto Slab', serif;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  flex-direction:row;
}

.navbar li {
  position: relative;
}

.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  white-space: nowrap;
  transition: 0.5s;
}

.navbar a i, .navbar a:focus i {
  font-size: 16px;
  line-height: 0;
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  
  color: #ffffff;
  background: #0d26af;
  border-radius: 50px;
}





.shake-little{
  margin: 15px;
  
}



























/*Menu de Navegacion (Móvil)*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
  .shake-little{
  margin-top: 15px;
}

}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #1e1e1e;
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 12px;
  background-color: #fff;
  overflow-y: auto;
  transition: 1s;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 17px;
  color: #1e1e1e;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #247DFF;
}

.navbar-mobile .getstarted {
  margin: 15px;
  color: #37517e;
}

/* Sección Principal*/
#home {
  width: 100%;
  height: 100vh;


}

#home .container {
  padding-top: 72px;
}

#home h1 {
  margin: 0 0 10px 0;
  font-size: 50px;
  font-weight: 650;
  line-height: 56px;
  color: #fff;
}

#home h2 {
  color: #000000;
  font-size: 26px;
}

#home .animated {
  animation: up-down 3s ease-in-out infinite alternate-reverse both;
}










@media (max-width: 991px) {
  #home {
    height: 100vh;
    text-align: center;
  }
  #home .animated {
    -webkit-animation: none;
    animation: none;
  }
  #home .home-img {
    padding-top: 30px;
    text-align: center;
  }
  #home .home-img img {
     padding-top: 30px;
    width: 50%;
  }
  .shake-little{
  margin-top: 15px;
}

}

@media (max-width: 768px) {
  #home h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #home h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #home .home-img img {
    width: 70%;
  }
  .shake-little{
  margin-top: 15px;
}

}

@media (max-width: 575px) {
  #home .home-img img {
     padding-top: 30px;
    width: 80%;
  }

.shake-little{
  margin-top: 15px;
}

}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}



/* Sección Principal*/
section {
  
  overflow: hidden;
}

.section-bg {
  background-image: url("../img/100.jpeg");
  
        background-repeat: no-repeat; /* 2. Evita que la imagen se repita */
        background-size:cover/* 3. Escala la imagen para que cubra todo */
       
    }

    .section-bg1 {
        background-image: url("../img/101.jpeg");
        background-repeat: no-repeat; /* 2. Evita que la imagen se repita */
        background-size:cover /* 3. Escala la imagen para que cubra todo */
        
    }

    .section-bg2 {
        background-image: url("../img/102.jpeg");
        background-repeat: no-repeat; /* 2. Evita que la imagen se repita */
        background-size:cover; /* 3. Escala la imagen para que cubra todo */
        
    }


.section-bd {
  background-image: url("../img/103.jpeg");
        background-repeat: no-repeat; /* 2. Evita que la imagen se repita */
        background-size:cover; /* 3. Escala la imagen para que cubra todo */
        
}

.section-bdd {
  background-image: url("../img/video.mp4");
        background-repeat: no-repeat; /* 2. Evita que la imagen se repita */
        background-size:cover; /* 3. Escala la imagen para que cubra todo */
        
}






.section-title {
  text-align: center;
  padding-top: 50px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  color: #000000;
}











.servi{
  text-align: center;
  align-content: center;
  background-repeat: no-repeat; /* 2. Evita que la imagen se repita */
  background-size:contain;
  border-radius: 10px 20px 10px 20px;
  box-shadow: 5px 6px 6px 3px #1e1e1e;
  width: 250px;
  height: 300px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.servi img{
  text-align: center;
  width: 250px;
  height: 300px;
  object-fit:cover;
  border-radius: 10px 20px 10px 20px;
    margin-left: auto;
  margin-right: auto;
}



.fw-normal {
  margin-top: 20px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
  font-size: 28px;
}




/*Quienes Somos*/

.about  h2 {
  font-weight: 600;
  font-size: 30px;
  color: #000000;
  text-align: center;
}

.about .content p {
  text-align: justify;
  padding: 5px;
  color: #000000;
  font-size: 26px;
}

















/*Logo intermedio*/
.cta {
  background: linear-gradient(rgba(40, 58, 90, 0.9), rgba(40, 58, 90, 0.9)), url("../img/logo.png") fixed center center;
  background-size: cover;
  padding: 160px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}


.cta .cta-btn {
  background-color: #247DFF;
  display: inline-block;
  padding: 12px 35px;
  border-radius: 50px;
  color: #fff;
  transition: none;
  font-size: 16px;
  font-weight: 500;
  font-family: "Helvetica", sans-serif;
  transition: 0.3s;
  border: 2px solid #247DFF;
}

.cta .cta-btn:hover {
  background:  #733af4;
  border: 2px solid  #733af4;
}

@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }



}

@media (min-width: 769px){
  .cta .cta-btn-container{
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

}

























/*Servicios*/
.services .icon-box {
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.5);
  padding: 50px 30px;
  transition: all ease-in-out 0.5s;
  background: #edeef3;
}

.services .icon-box .icon {
  margin-bottom: 10px;
}

.services .icon-box .icon span {
  color: #247DFF;
  font-size: 36px;
  transition: 0.5s;
}

.services .icon-box h4 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color:#247DFF;
  transition: ease-in-out 0.5
  s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  transform: translateY(-15px);
}

.services  .icon-box:hover h4 a {
  color: #733af4;
}

.services  .icon-box:hover span {
  color: #733af4;
}



@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}





/*Contacto*/
/* ------------------------------------------------------------------- */
/* ESTILOS GENERALES DEL FORMULARIO */
/* ------------------------------------------------------------------- */

#formdata {
    /* Define un ancho máximo para centrar el formulario en diseños más grandes */
    max-width: 700px;
    margin: 0 auto;
    padding: 20px;
    /* Añade un sutil fondo o borde para que el formulario destaque */
    /* border: 1px solid #ddd; */
    /* border-radius: 8px; */
    /* background-color: #f9f9f9; */
}

/* Estilo para los contenedores de las filas (usando la clase de tu HTML) */
.gtr-uniform {
    /* Asegura que haya espacio entre los elementos del formulario */
    display: flex;
    flex-wrap: wrap;
    margin: -10px; /* Compensa el padding de los col-X */
}

/* Estilo para las columnas de los campos (usando la clase de tu HTML) */
.gtr-uniform > .col-6,
.gtr-uniform > .col-12 {
    padding: 10px; /* Espacio interno alrededor de cada campo */
}

/* ------------------------------------------------------------------- */
/* ESTILOS DE LOS CAMPOS DE ENTRADA (INPUT, TEXTAREA) */
/* ------------------------------------------------------------------- */

/* Selecciona todos los campos de texto, email y el área de texto */
#formdata input[type="text"],
#formdata input[type="email"],
#formdata input[type="number"],
#formdata textarea {
    /* Anchura completa dentro de su columna */
    width: 100%; 
    padding: 12px 15px;
    margin-bottom: 5px; /* Pequeño margen inferior */
    
    /* Diseño del borde */
    border: 1px solid #ccc; /* MODIFICACIÓN: Color de borde predeterminado */
    border-radius: 6px;
    
    /* Fuente y color de texto */
    font-size: 16px;
    color: #333;
    


    /* Transición para efectos de enfoque */
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

/* Estilo del campo TEXTAREA */
#formdata textarea {
    resize: vertical; /* Permite redimensionar solo verticalmente */
    min-height: 100px; /* Altura mínima para el área de mensaje */
}

/* Efecto al enfocar (hacer clic) en un campo */
#formdata input:focus,
#formdata textarea:focus {
    border-color: #ffffff; /* MODIFICACIÓN: Color de enfoque (ej. azul de Bootstrap) */
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); /* Ligera sombra */
    outline: none; /* Elimina el contorno predeterminado del navegador */
}

/* Estilo para el texto placeholder */
#formdata ::placeholder {
    color: #000000; /* Color del texto de ejemplo */
    font-style: italic;
}

/* ------------------------------------------------------------------- */
/* ESTILOS DEL BOTÓN DE ENVÍO */
/* ------------------------------------------------------------------- */

/* Contenedor del botón y alineación */
#formdata .actions {
    list-style: none; /* Quita viñetas de la lista */
    margin: 0;
    padding: 0;
    /* Para manejar la alineación a la derecha definida en el HTML */
    display: flex;
    justify-content: flex-end; 
}

/* Estilo del botón (usando la clase .btn o #btn-send) */
#btn-send {
    /* Resetear estilos del navegador y aplicar estilo de botón */
    display: inline-block;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    
    /* Colores y padding */
    background-color: #5f5f5f; /* MODIFICACIÓN: Color principal del botón (ej. verde) */
    color: #ffffff; /* Color del texto */
    padding: 12px 30px;
    
    /* Borde y efectos */
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: bold;
    
    /* Transición para el efecto hover */
    transition: background-color 0.3s ease, transform 0.1s ease;
}

/* Efecto al pasar el ratón sobre el botón */
#btn-send:hover {
    background-color: #7fb7ff;  /* Color un poco más oscuro al pasar el ratón */
    color: #000000;
}

/* Efecto al presionar el botón */
#btn-send:active {
    transform: translateY(1px); /* Ligero hundimiento al hacer clic */
}

/* ------------------------------------------------------------------- */
/* RESPONSIVE DESIGN (Para pantallas pequeñas/móviles) */
/* ------------------------------------------------------------------- */

/* La clase 'col-12-xsmall' de tu HTML ya ayuda, pero este CSS asegura que */
/* los campos se apilen en dispositivos muy pequeños */
@media (max-width: 768px) {
    /* Asegura que los campos que originalmente iban lado a lado (col-6) */
    /* Ahora ocupen todo el ancho en pantallas pequeñas */
    .gtr-uniform > .col-6 {
        width: 100%;
    }
    
    /* Centra el botón de envío en móviles */
    .col-12[style="text-align: right;"] {
        text-align: center !important;
    }
    #formdata .actions {
        justify-content: center;
    }
}
























@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}




/*Footer*/

#footer {
  font-size: 14px;
  background: #ffffff;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #000000;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  color: #247DFF;
}

#footer .footer-top .footer-contact p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Jost", sans-serif;
  color: #5e5e5e;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #247DFF;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #247DFF;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #000000;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #733af4;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #247DFF;
  color: #000000;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #733af4;
  color: #000000;
  text-decoration: none;
}

#footer .footer-bottom {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #000000;
  font-size: 20px;
}

#footer .copyright {
  float: left;
}

#footer .credits {
  float: right;
  padding-left: .5rem;
  font-size: 13px;
}

#footer .credits a {
  transition: 0.3s;
}

@media (max-width: 768px) {
  #footer .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #footer .copyright, #footer .credits {
    text-align: center;
    float: none;
  }
  #footer .credits {
    padding-top: 4px;
  }
}









.feature-icon {
  width: 4rem;
  height: 4rem;
  border-radius: .75rem;
}

.icon-square {
  width: 3rem;
  height: 3rem;
  border-radius: .75rem;
}

.text-shadow-1 { text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25); }
.text-shadow-2 { text-shadow: 0 .25rem .5rem rgba(0, 0, 0, .25); }
.text-shadow-3 { text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25); }

.card-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.feature-icon-small {
  width: 3rem;
  height: 3rem;
}

  .b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: #ffffff;
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
  }







.containerr{
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px;
  vertical-align: middle;
  text-align: center;
}


.splide__slide img {
  width: 250px;  /* Define el ancho de la imagen */
  height: 250px; /* Define la altura de la imagen para que sea cuadrada */
  object-fit: cover; /* Asegura que la imagen cubra el área sin distorsionarse */
  border-radius: 8px; /* Opcional: para un mejor aspecto */
}

.splide__slide:hover{
  transform: scale(1.2);
  transition: all 0.3s ease-in-out;
  filter: brightness(105%);
  cursor:pointer;
}






/* Media Query para pantallas pequeñas (móviles) */
@media (max-width: 768px) {
  .galery{
height: auto;  
}

}











video-background {
  position: fixed; /* Posición fija */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; /* Asegura que el video esté detrás del contenido */
  overflow: hidden; /* Oculta cualquier parte del video que no quepa */
}

.video-background video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Escala el video para cubrir el contenedor sin deformarse */
  transform: translate(-50%, -50%); /* Centra el video */
 
}

.content {
  position: relative; /* Asegura que el contenido esté por encima del video */
  z-index: 1;
  padding: 20px;
  color: white; /* Color de texto para que sea visible sobre el video */
  text-align: center;
}