@font-face {
    font-family: 'Gilroy';
    src: url('/fonts/Gilroy-Black.woff2') format('woff2'),
        url('/fonts/Gilroy-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/fonts/Gilroy-Regular.woff2') format('woff2'),
        url('/fonts/Gilroy-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/fonts/Gilroy-MediumItalic.woff2') format('woff2'),
        url('/fonts/Gilroy-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/fonts/Gilroy-Light.woff2') format('woff2'),
        url('/fonts/Gilroy-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/fonts/Gilroy-Bold.woff2') format('woff2'),
        url('/fonts/Gilroy-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/fonts/Gilroy-Medium.woff2') format('woff2'),
        url('/fonts/Gilroy-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/fonts/Gilroy-SemiBold.woff2') format('woff2'),
        url('/fonts/Gilroy-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat-Bold.woff2') format('woff2'),
        url('/fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Gilroy', sans-serif;
    overflow-x: hidden;
}

p {
    margin-top: 30px;
    color: #6f6f6f;
    font-size: 15px;
}

h1 {

    font-family: 'Gilroy', sans-serif;
    font-weight: bold;
    color: black;
    text-transform: uppercase;

}

.header-img {
    background-image: url('/img/header-bkg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 96vh;
}

.header-img-avatar {
    background-image: url('/img/header-avatar.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 96vh;
}

.header-img-streaming {
    background-image: url('/img/header-streaming.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 95vh;
}

.header-img-stands {
    background-image: url('/img/stands-bkg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 95vh;
}

.approach {
    background-image: url('/img/approach-bkg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 85vh;
}

.black {
    background-color: black;
}

.black h3 {
    color: white;
    font-size: 15px;
    padding-top: 13px;
    padding-bottom: 13px;
    margin-bottom: 0;
}

.navbar-nav {
    gap: 20px;
}

.nav-link {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #4D4D4D;
}


.ml-auto {
    margin-left: auto;
}

.padding-nav-links {
    padding-right: 40px;
}

.navbar-brand {
    padding-left: 20px;
}

.header-titles {
    margin-top: 90px;
}



.header-description {
    margin-top: 40px;
}


.header-buttons {
    margin-top: 40px;
    margin-bottom: 40px;
}

.contact-btn {
    background-color: black;
    border-color: black;
    color: white;
    padding-right: 30px;
    padding-left: 30px;
    border-radius: 0px;
}

.contact-space {
    margin-top: 100px;
}



.more-info-btn {
    background-color: white;
    border-color: #204376;
    color: #204376;
    padding-right: 30px;
    padding-left: 30px;
}

.about-us {
    margin-top: 120px;
    background-image: url('/img/about-us-bkg.png');
    /* Asegúrate de poner la ruta correcta de tu imagen */
    background-size: cover;
    /* Esto hará que la imagen cubra todo el div */
    background-position: center;
    /* Centra la imagen en el div */
    background-repeat: no-repeat;
    /* Evita que la imagen se repita */
    width: 100%;
    /* Establece el ancho del div al 100% del contenedor padre */
    height: 550px;
    /* Ajusta esto según la altura que desees */
}


.title-btn {
    text-transform: uppercase;
    letter-spacing: 3px;
    background-color: #04F3BF;
    border-color: #04F3BF;
    color: white;
    padding-right: 90px;
    padding-left: 90px;
    font-weight:bold;
}

.btn-about-container {
    padding-top: 60px;
}

.about-title-container {
    margin-top: 40px;
}

.services-container {
    background-color:black;
}

.service-btn-container {
    padding-top: 70px;
}

.line-before {
    width: 90px; /* o el largo que necesites */
    border-top: 1px solid white; /* o el color que prefieras */
    display: inline-block;
    margin-right: 10px; /* o el espacio que necesites */
    vertical-align: middle;
}
.service-text {
    display: inline;
    vertical-align: middle;
    color: white;
    /* otros estilos que necesites */
}

.services-list-1 .dotted-list {
    list-style-type: none; /* Quita los puntos predeterminados */
    padding-left: 0; /* Elimina el padding si es necesario */
}

.dotted-list li {
    position: relative; /* Establece la posición relativa para el pseudo-elemento */
    padding-left: 30px; /* Ajusta según sea necesario para espacio */
    margin-bottom: 48px;
}

.dotted-list li::before {
    content: ''; /* Esto es necesario para que el pseudo-elemento se muestre */
    position: absolute; /* Posicionamiento absoluto respecto al li */
    left: 0; /* Alinea al inicio del elemento li */
    top: 0; /* Alinea al inicio del título, ajusta según sea necesario */
    bottom: 0; /* Alinea al final del li, crea la línea completa */
    width: 1px; /* Ancho de la línea */
    background-color: #fff; /* Color de la línea, cámbialo según tu diseño */
}

.dotted-list .title {
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    /* Esto hace que el título sea en negrita */
}

.dotted-list .explanation {
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 15px;
    color: white;
}

.services-2 {
    margin-top: 60px;
}

.services-list-1 {
    margin-left: 30px;
}

.contact-container {
    background-color: #ffffff;
    padding: 2rem;
    margin-top: 1.5rem;
}



.contact-container .form-control {
    border-radius: 0px;
    /* Bordes redondeados para los campos del formulario */
    border: 1px solid #ced4da;
    /* Color del borde, ajusta según sea necesario */
}

.contact-container .form-control {
    margin-top: 20px;
}

.form-row .form-group:last-child {
    margin-bottom: 30px;
    /* Ajusta el valor según tus necesidades */
}


.contact-container .btn-primary:hover {
    background-color: #b8b8b8;
}

.contact-btn:hover {
    background-color: white;
    color:black;
    border-color:black
}

.footer {
    background-color: white;
    padding: 2rem;
}
.footer p {
    margin: 0;
    padding: 0;
    color: black;
    font-size: 13px;
}

.footer h5 {
    color: black;
    font-size: 15px;
    font-weight: bold;
}

.navbar {
    background-color: transparent;
}

.service-title {
    color: white;
    margin-top: 45px;
}

.services-title-container p {
    color: white;
    font-size: 15px;
    margin-top: 35px;
    margin-bottom: 55px;
}


@media screen and (max-width: 800px) {

    .service-title {
        font-size: 30px;
        padding: 20px;
    }

    .contact-btn-1 {
        background-color: white !important;
        color: black !important;
    }

    .service-img-1 {
        padding-bottom: 50px;
    }

    .header-img {
        background-image: url('/img/fondo-movil.webp');
    }

    .navbar {
        background-color: white;
    }

    .navbar-brand {
        padding-left: 0;
    }

    #home {
        background-color: rgba(0, 0, 0, 0.8);
        padding-bottom: 40px;
    }

    .header-titles h1 {
        color: white
    }

    .header-description p {
        color: white;
        padding: 20px;
    }

   
   

    .navbar-nav {
        gap: 0;
    }

    .services-list-1 {
        margin-left: 0;
    }

    h1 { 
        font-size: 35px;
    }

    .header-titles {
        margin-top:60px;
    }

    .img-header-container {
        margin-top: 60px;
    }

    .about-us {
        margin-top: 10px;
        height: 650px;
    }

    .service-btn-container {
        padding-top: 20px;
    }
    
}

.carousel-item img {
    max-width: 100%;
    max-height: 100px; /* Ajusta esta medida según el tamaño deseado */
    margin: auto;
  }
  
  .whatsapp-float {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1000;
    background-color: #25D366;
    color: white;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    font-size: 24px;
    text-align: center;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: bounce 2s infinite;
  }

  .whatsapp-float:hover {
    background-color: #20c054;
    transition: 0.3s;
  }

  /* Animación de salto (bounce) */
  @keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
      transform: translateY(0);
    }
    40% {
      transform: translateY(-10px);
    }
    60% {
      transform: translateY(-5px);
    }
  }

  .navbar-home {
    background-color: white;
    padding-top: 0px;
  }

  .navbar-home  {
    padding-top: 0px;
  }

  .floating-social {
    position: fixed;
    left: 0;
    bottom: 0;
    transform: translateY(-50%);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 6px 6px;
    transition: transform 0.3s ease-in-out;
}

.floating-social:hover {
    transform: translateY(-50%) translateX(0);
}

.floating-social a {
    color: white;
    font-size: 21px;
    text-decoration: none;
    display: block;
    margin: 5px 0;
}

.floating-social a:hover {
    color: #0077b5; /* Azul para LinkedIn */
}

.floating-social .instagram:hover {
    color: #E1306C; /* Rosa para Instagram */
}

.floating-social .linkedin:hover {
    color: #0077b5; /* Azul para LinkedIn */
}

/* Para dispositivos móviles */
@media (max-width: 768px) {
    .floating-social {
        transform: translateY(-50%) translateX(0);
        background-color: rgba(0, 0, 0, 0.9);
        padding: 15px 5px;
    }
}
