/* 
    Created on : 15 ene. 2025, 09:34:52
    Author     : juanmanuelcapello
*/

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');



/* home */
html, body {
    font-family: "Lato", serif;
    font-weight: 300;
    font-style: normal;
    height: 100%;
    margin: 0;
    /* background: linear-gradient(to bottom, #AF66AF, #333);  */
    color: white;
    height: 100vh;
     overflow: auto; /* Permite el desplazamiento */
    scrollbar-width: none; /* Firefox */
    
}

[data-aos] {
    overflow: visible !important;
}

body::-webkit-scrollbar {
    display: none; /* Ocultar barra en Chrome, Edge, y Safari */
}


body {
    font-family: "Lato", serif;
    font-weight: 300;
    font-style: normal;
    scroll-behavior: smooth; /* Desplazamiento suave */

}


#particles-container {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1000; /* Detrás del contenido principal */
}

.content {
    margin: 0;
    flex: 1;
    
}

/* Ajustes de la barra de navegación */
.navbar-custom {
    transition: all 0.3s ease-in-out;
    background: linear-gradient(90deg, #142F5F, #6610f2);
    opacity: 1;
}

/* Navbar cuando se hace scroll */
.navbar-custom.scrolled {
    backdrop-filter: blur(10px);
    background: linear-gradient(90deg, #142F5F, #0D122C);
    padding: 8px 0; /* Reduce el padding */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3); /* Sombras sutiles */
}

/* Logo con transición */
.navbar-custom .navbar-brand img {
    transition: height 0.3s ease-in-out;
}

/* Reducir tamaño del logo cuando se scrollea */
.navbar-custom.scrolled .navbar-brand img {
    height: 80px !important;
}

/* Efectos en los enlaces del navbar */
.navbar-custom .nav-link {
    position: relative;
    color: #FFFFFF; /* Asegura que el color del texto sea visible */
    transition: color 0.3s ease-in-out;
}

.navbar-custom .nav-link:hover {
    color: #90d3ef;
    font-weight: 800;
}

/* Línea animada debajo de los enlaces */
.navbar-custom .nav-link::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #FF9CDA;
    position: absolute;
    bottom: -3px;
    left: 0;
    transform: scaleX(0);
    transition: transform 0.3s ease-in-out;
}

.navbar-custom .nav-link:hover::after {
    transform: scaleX(1);
}


    /* Estilos personalizados para el botón de menú */
.custom-toggler {
    border: none;
    background: transparent;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    
}

.toggler-icon {
    width: 30px;
    height: 3px;
    background-color: white;
    margin: 5px 0;
    transition: all 0.3s ease-in-out;
    border-radius: 2px;
}

.navbar-toggler:focus{
  box-shadow: 0 0 0 0;  
}

/* Efecto de animación al abrir el menú */
.navbar-toggler[aria-expanded="true"] .toggler-icon:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .toggler-icon:nth-child(2) {
    opacity: 0;
}
.navbar-toggler[aria-expanded="true"] .toggler-icon:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

/* Cambia el color de fondo del menú en móviles */
@media (max-width: 991px) {
    .navbar {
        background: #142F5F;
        backdrop-filter: blur(10px);
    }
    .navbar-nav {
        text-align: center;
        padding: 20px;
    }
    .navbar-nav .nav-item {
        margin-bottom: 10px;
    }
    .nav-link {
        color: white !important;
        font-size: 18px;
        transition: color 0.3s ease-in-out;
    }
    .nav-link:hover {
        color: #29abe0 !important;
       
    }
}


.service-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: #333;
    text-align: center;
}
.service-card:hover {
    transform: scale(1.05);
}
.iconos-servicios{
    font-size: 3.0rem;
    
}


/* decorados */
.decorative-div {
    background-color: #0D122C;
    color: white;
    text-align: center;
    position: relative;
}


.decorative-div::after {
    content: '';
    position: absolute;
    bottom: -10px; /* Ajusta según el tamaño de la forma */
    left: 0;
    width: 100%;
    height: 50px; /* Altura de la forma */
    background-color: #0D122C;
    clip-path: polygon(0 60%, 20% 0, 100% 100%,10% 100%,0 80%); /* Triángulo */
    z-index: -1; /* Detrás del contenido */
}

.decorative-div_b::before {
    content: '';
    background: linear-gradient(45deg, #0D122C, #6610f2);
    color: white;
    text-align: center;
    padding: 50px 20px;
    position: relative;
    width: 100%;
    height: 50px;
    clip-path: polygon(0 20%, 20% 0, 100% 100%,10% 100%,0 80%);
    z-index: -1;
}

.polygon-divider-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px; /* Altura de la división superior */
    background: linear-gradient(45deg, #0D122C, #0D122C);
    clip-path: polygon(0 0, 100% 0, 100% 40%, 0 10%,0 80%);
    z-index: 1;
}


.polygon-divider-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px; /* Altura de la división superior */
    background: linear-gradient(45deg, #007bff, #6610f2);
    clip-path: polygon(0 0, 100% 0, 100% 40%, 0 10%,0 80%);
    z-index: 1;
}

.services-section {
    position: relative;
    padding-top: 60px; /* Ajustar para que el contenido no se superponga */
    background: #f8f9fa; /* Fondo de la sección */
}


.decorative-line {
    position: fixed;
    top: 0;
    left: 0;
    width: 10px; /* Ancho de la regla */
    height: 100%; /* Largo de la regla: cubre toda la página */
    background: linear-gradient(to bottom, #AE65AF, #FFC0CB); /* Gradiente decorativo */
    z-index: 1001; /* Asegura que esté sobre otros elementos */
}
/* decorados: fin */



/* carrousel */
.carousel-caption {
    position: absolute;
    top: 70%;
    transform: translateY(-80%);
    text-align: right;
    background-color: #B574B6;
    padding: 20px;
    opacity: 0.5;
    color: #fff;
}
.carousel-caption h1 {
    font-size: 2rem;
    font-weight: bold;
}
.carousel-caption p {
    font-size: 1.3rem;
}
.loading-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

#videoCarousel video {
    display: none;
}
video {
    width: 100%; /* Ajusta el tamaño del video */
    /* Aplica el filtro de escala de grises */
}

.video-container {
    margin-top: 0px;
    text-align: center;
    overflow: hidden; /* Ocultar contenido que exceda el contenedor */
    position: relative;
    background-color: #F2F2F2;
}
/* carrousel fin */

/* botones */
.btn-lila{
    background-color: #7523E1;
    border:0px;
}

.btn-lila:hover{
    background-color: #AE65AF;
}
#btn-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    display: none; /* Oculto por defecto */
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

#btn-top:hover {
    background-color: #0056b3;
}
/* botones: fin */


/* footer fin */
footer{
    background-color: #1C1129;
}


/* estilo para tarjetas detalles de servicios */
/* Estilo para la tarjeta */
.modern-card {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: 100%;
    max-width: 400px;
    margin: 20px auto;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
}

/* Estilo para la lista */
.modern-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.modern-list li {
    padding: 10px 0;
    border-bottom: 1px solid #eaeaea;
    font-size: 16px;
    color: #333;
    transition: color 0.3s ease;
}

.modern-list li:last-child {
    border-bottom: none;
}

/* Elementos ocultos */
.hidden {
    display: none;
}

/* Estilo para el enlace */
.toggle-link {
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
    color: #007bff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.toggle-link:hover {
    color: #0056b3;
}
/* fin */

/* Estilo base del contenedor */

/* Estilo del ícono */
.feature col{
    
}

.feature-icon {
    padding-left: 15px;
    display: inline-block;
    color: #ffffff; /* Color del ícono */
    background: #333; /* Fondo circular */
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    margin-bottom: 15px;
    transition: background 0.3s ease, color 0.3s ease;
}

.list-group-item{
    color: #FFFFFF; /* Color del ícono */
    font-weight: 500;
    border-radius: 5px;
    background-color: #695CF7;
}



/* Título con efecto */
.section-title {
    font-size: 2.8rem;
    font-weight: bold;
    margin-bottom: 2rem;
    text-shadow: 0px 0px 15px rgba(255, 255, 255, 0.8);
}

/* Tarjetas con efecto hover */
.service-card {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 12px;
    padding: 25px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    z-index: 2;
    text-align: center;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
}

/* Iconos */
.icon-container {
    font-size: 50px;
    color: #ffc107;
    margin-bottom: 15px;
    transition: transform 0.3s ease;
}

.service-card:hover .icon-container {
    transform: scale(1.2);
}

.card-title {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 15px;
    color: #ffc107;
}

.card-text {
    font-size: 1rem;
    line-height: 1.6;
    color: #ddd;
}
/* Estilo base del botón */
.btn-scroll-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: #6610f2;
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Mostrar el botón cuando el usuario hace scroll */
.btn-scroll-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Efecto al pasar el mouse */
.btn-scroll-top:hover {
    background: #4b0bc9;
}

/* Animación cuando aparece */
.btn-scroll-top.show {
    transform: scale(1);
}