* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.content {
    flex: 1;
}

.footer {
    background-color: #f1f1f1;
    text-align: center;
    padding: 10px 0;
}

.contact-group {
    text-align: center;
    margin-top: 20px;
}

.contact-group p {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}

.contact-group a {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    color: #007bff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-group a:hover {
    color: #0056b3;
}

.contact-group .btn-circle {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    /* background-color: #25d366; */
    /* WhatsApp green */
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    transition: background-color 0.3s ease;
}

.contact-group .btn-whatsapp {
    background-color: #25d366;
    color: #fff;
}

.contact-group .btn-email {
    background-color: #FD671A;
    color: #fff;
}

.contact-group .btn-whatsapp i {
    color: #fff;
    /* Ensure icon stays white */
    transition: color 0.3s ease;
}

.contact-group .btn-email i {
    color: #fff;
    /* Ensure icon stays white */
    transition: color 0.3s ease;
}

.contact-group .btn-whatsapp:hover i {
    color: #fff;
    /* Ensure icon stays white on hover */
}

.contact-group .btn-email:hover i {
    color: #fff;
    /* Ensure icon stays white on hover */
}

.spinner {
    display: none;
    width: 24px;
    height: 24px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #FD671A;
    border-radius: 50%;
    animation: spin 2s linear infinite;
    margin-left: 10px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.btn-disabled {
    background-color: grey;
    pointer-events: none;
}

.g-recaptcha {
    margin-bottom: 10px;
}

.btn {
    margin-top: 20px;
}

.spinner-border {
    margin-left: 10px;
}

.invalid-feedback {
    display: block;
    color: red;
}

/*---- Preloader Start ----*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fd671a;
    /* Fondo naranja */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 0;
    /* Inicialmente invisible */
    animation: fadeIn 0.5s forwards;
    /* Animación de fade in */
}

.preloader-content {
    text-align: center;
}

.preloader-logo {
    width: 250px;
    /* Ajusta el tamaño del logotipo según sea necesario */
    margin-bottom: 20px;
}

.preloader-content p {
    font-size: 18px;
    color: #fff;
    /* Color del texto blanco */
}

.dots::after {
    content: "";
    animation: dots 1.5s steps(5, end) infinite;
}

@keyframes dots {

    0%,
    20% {
        content: ".";
    }

    40% {
        content: "..";
    }

    60% {
        content: "...";
    }

    80%,
    100% {
        content: "";
    }
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}
/*---- Preloader End ----*/
/*-----  Slick Dots | Arrow  -----*/
ul.slick-dots {
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.slick-dots li {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 10px;
    opacity: 1;
    border: none;
    margin: 0 2.5px;
    box-shadow: none;
    transition: all 0.3s ease 0s;
    background-color: #202020;
    cursor: pointer;
}

.slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
    font-size: 0;
}

.slick-dots li:hover {
    background-color: #fd671a;
}

.slick-dots li.slick-active {
    background-color: #fd671a;
    width: 30px;
}

.slick-arrow {
    position: absolute;
    top: 45%;
    left: auto;
    right: auto;
    margin: 0 auto;
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    padding: 0;
    z-index: 1;
}

.slick-arrow:before {
    content: '';
    color: #777777;
    position: relative;
    font-size: 38px;
    font-family: 'EcIcons';
    width: 100%;
    line-height: 30px;
    height: 30px;
}

.slick-arrow:hover:before {
    color: #fd671a;
}

.slick-arrow.slick-prev {
    left: 0;
    right: auto;
}

.slick-arrow.slick-prev:before {
    content: '\f104';
}

.slick-arrow.slick-next {
    right: 0;
    left: auto;
}

.slick-arrow.slick-next:before {
    content: '\f105';
}
/*-----  Slick Dots | Arrow  -----*/
/*-----  Slick Pagination | Numbers -----*/
ul.slick-pagination {
    list-style: none;
    text-align: center;
    margin: 15px 0;
    padding: 0;
}

ul.slick-pagination li {
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
}

ul.slick-pagination li.active {
    font-weight: bold;
    color: white; /* Color activo */
}

ul.slick-pagination .total-slides {
    font-weight: normal;
    color: #777777; /* Color total de slides */
    margin-left: 10px;
}
/* Estilos para la paginación en dispositivos móviles */
@media (max-width: 768px) {
    ul.slick-pagination {
        list-style: none;
        text-align: center;
        margin: 15px 0;
        padding: 0;
        overflow-x: auto; /* Permite desplazamiento horizontal en móviles */
        white-space: nowrap; /* Evita que los números de paginación se envuelvan */
    }

    ul.slick-pagination li {
        display: inline-block;
        margin: 0 5px;
        cursor: pointer;
    }
}
/*-----  Slick Pagination | Numbers -----*/
/* Estilos adicionales para la paginación */
ul.slick-pagination {
    list-style: none;
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

ul.slick-pagination li {
    margin: 0 5px;
}

ul.slick-pagination li.page-item {
    display: none; /* Ocultar todos los números de página por defecto */
}

ul.slick-pagination li.page-item.active {
    display: inline-block; /* Mostrar números de página activos */
}

ul.slick-pagination li.page-item.prev,
ul.slick-pagination li.page-item.next {
    display: inline-block; /* Mostrar flechas de navegación */
}

ul.slick-pagination li.page-item a.page-link {
    cursor: pointer;
}

ul.slick-pagination li.page-item.disabled a.page-link {
    color: #ccc; /* Estilo para enlaces deshabilitados */
    pointer-events: none; /* Deshabilitar eventos de clic */
}