html,
body {
    overflow-x: hidden !important;
    overflow-y: scroll !important;
}

.header-style-6 .header-botton .header-nav .nav {
    width: 100%;
}

.header-style-6 .header-nav .nav>li>a {

    font-size: 16px;
}

.header-style-6 .navbar-toggler .icon-bar {
    background: #365193;
}

.text-primary {
    color: #355294 !important;
}

.border-primary {
    border-color: #355294 !important;
}

.bg-primary {
    background-color: #355294 !important;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #355294;
    --bs-btn-border-color: #355294;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #355294;
    --bs-btn-disabled-border-color: #355294;
}

.btn-outline-primary {
    --bs-btn-color: #355294;
    --bs-btn-border-color: #355294;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #355294;
    --bs-btn-hover-border-color: #355294;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #355294;
    --bs-btn-active-border-color: #355294;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #355294;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #355294;
    --bs-gradient: none;
}

.header-style-6 .navbar-toggler {
    display: block;
    position: absolute;
    top: -278%;
    transform: translateY(-278%);
    right: 24px;
}

.logo-header img,
.logo-footer img {
    max-width: 100%;
    width: auto;
    height: auto;
    vertical-align: middle;
    display: block;
    width: 100%;
    margin-top: 10px;
}

.logo-header {

    width: 300px;
}

.hermes.tparrows.tp-rightarrow:before {
    content: ">" !important;
}

.hermes.tparrows.tp-leftarrow:before {
    content: "<" !important;
}

.color-skins li .skin-1 {
    background-color: #365193 !important;
}

.section-head p {
    padding-top: 10px;
    font-size: 18px;
    color: black;
}

.scale-bg-top:before {
    background-image: url(../images/background/scale-top.png);

}

.scale-bg-bottom:after {
    background-image: url(../images/background/scale-bottom.png);

}

.loader span {
    background: #365193 !important;

}

.iconmoon-house:before {
    content: "↑";
}

button.scroltop {
    left: 15px !important;
}



.btn-whatsapp-pulse {
    z-index: 8;
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 35px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}



@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

.btn-whatsapp-pulse-border {
    bottom: 20px;
    right: 20px;
    animation-play-state: paused;
    z-index: 9999;
    position: fixed;
}

.btn-whatsapp-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 25px;
    border: 5px solid #25d366;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

.bluephone::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 25px;
    border: 5px solid #0056b3;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

a.bluephone {
    bottom: 120px;
    background: #0056b3;
}

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }

    75% {
        padding: 50px;
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}



.portfolio-wrap .col-xl-4,
.portfolio-wrap .col-lg-4,
.portfolio-wrap .col-md-6 {
    padding: 10px;
}


.overlay-icon a {
    padding: 20px;

}

/* VERSIÓN MÁS AGRESIVA */
div.filter-wrap.center ul.masonry-filter.link-style.text-uppercase {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 12px !important;
    margin: 30px 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

div.filter-wrap.center ul.masonry-filter.link-style.text-uppercase li {
    margin: 5px !important;
    list-style: none !important;
    display: block !important;
    float: none !important;
}

div.filter-wrap.center ul.masonry-filter.link-style.text-uppercase a,
div.filter-wrap.center ul.masonry-filter.link-style.text-uppercase a.btn-col-last {
    display: inline-block !important;
    padding: 12px 24px !important;
    background: linear-gradient(145deg, #f8f9fa, #e9ecef) !important;
    border: 2px solid #e9ecef !important;
    color: #495057 !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    border-radius: 50px !important;
    transition: all 0.4s ease !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
    position: relative !important;
    overflow: hidden !important;
}

div.filter-wrap.center ul.masonry-filter.link-style.text-uppercase a:hover {
    background: linear-gradient(145deg, #355294, #0056b3) !important;
    color: white !important;
    border-color: #355294 !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 25px rgba(0, 123, 255, 0.3) !important;
}

div.filter-wrap.center ul.masonry-filter.link-style.text-uppercase li.active a {
    background: linear-gradient(145deg, #355294, #0056b3) !important;
    color: white !important;
    border-color: #355294 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(0, 123, 255, 0.4) !important;
}

section#clients {
    background: white !important;
}

/* Estilos personalizados para los controles del carrusel */
.carousel-control-prev,
.carousel-control-next {
    width: 50px;
    height: 50px;
    background: rgba(0, 123, 255, 0.9);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.7;
    transition: all 0.3s ease;
    border: 2px solid white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.carousel-control-prev {
    left: 20px;
}

.carousel-control-next {
    right: 20px;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    background: #355294;
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.4);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    filter: brightness(0) invert(1);
}

/* Versión minimalista */
.carousel-control-prev.minimal,
.carousel-control-next.minimal {
    background: rgba(255, 255, 255, 0.9);
    border: none;
    width: 40px;
    height: 40px;
}

.carousel-control-prev.minimal:hover,
.carousel-control-next.minimal:hover {
    background: white;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.carousel-control-prev-icon.minimal,
.carousel-control-next-icon.minimal {
    filter: brightness(0) invert(0.5);
}

/* Versión outline */
.carousel-control-prev.outline,
.carousel-control-next.outline {
    background: transparent;
    border: 2px solid #355294;
}

.carousel-control-prev.outline:hover,
.carousel-control-next.outline:hover {
    background: #355294;
}

.carousel-control-prev-icon.outline,
.carousel-control-next-icon.outline {
    filter: brightness(0) invert(0.3);
}

.carousel-control-prev.outline:hover .carousel-control-prev-icon,
.carousel-control-next.outline:hover .carousel-control-next-icon {
    filter: brightness(0) invert(1);
}

/* Versión grande */
.carousel-control-prev.large,
.carousel-control-next.large {
    width: 60px;
    height: 60px;
}

.carousel-control-prev-icon.large,
.carousel-control-next-icon.large {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
}

/* Efecto de pulso en hover */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.4);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(0, 123, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
    }
}

.carousel-control-prev.pulse:hover,
.carousel-control-next.pulse:hover {
    animation: pulse 1.5s infinite;
}

/* Responsive */
@media (max-width: 768px) {

    .btn-whatsapp-pulse {
        right: 100px !important;
    }

    .carousel-control-prev,
    .carousel-control-next {
        width: 40px;
        height: 40px;
    }

    .carousel-control-prev {
        left: 10px;
    }

    .carousel-control-next {
        right: 10px;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 16px;
        height: 16px;
        background-size: 16px 16px;
    }
}

.service-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 12px;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
}

.service-image {
    transition: transform 0.3s ease;
}

.service-card:hover .service-image {
    transform: scale(1.05);
}

.card-body {
    background: white;
    border-radius: 0 0 12px 12px;
}

.rating-stars {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.star-label {
    color: #ddd;
    font-size: 1.5rem;
    cursor: pointer;
    transition: color 0.2s;
    margin-right: 5px;
}

.star-label:hover,
.star-label.active {
    color: #ffc107;
}

.rating-stars input:checked~.star-label {
    color: #ffc107;
}

.card {
    border: none;
    border-radius: 10px;
}

.card-header {
    border-radius: 10px 10px 0 0 !important;
}


.review-list .card {
    transition: transform 0.2s;
}

.review-list .card:hover {
    transform: translateY(-5px);
}

.card {
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.card:hover {
    transform: translateY(-5px) !important;
}

p {
    font-size: 1.4em !important;
}

div.wt-info.p-tb30>h4 {
    font-size: 22px !important;
    font-weight: bold !important;
}

ul.list-unstyled>li {
    font-size: 22px;
}

h2.text-uppercase {
    font-size: 2rem !important;
    line-height: 2rem !important;
}

h3 {
    font-size: 1.8rem !important;
    line-height: 1.8rem !important;
}

ul.inicio>li {
    font-size: 12px !important;
}

/* Estilos para el elemento flotante FIJO */
#enlaces {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.98);
    padding: 12px 15px;
    box-shadow: 0 -2px 15px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    /* Alto z-index para estar siempre encima */
    display: flex;
    justify-content: center;
    gap: 15px;
    border-top: 1px solid #e0e0e0;
}

.btn-contacto {
    flex: 1;
    max-width: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 20px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.btn-whatsapp {
    background-color: #25D366;
    color: white;
    border: 2px solid #25D366;
}

.btn-whatsapp:hover {
    background-color: #128C7E;
    border-color: #128C7E;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.btn-phone {
    background-color: #355294;
    color: white;
    border: 2px solid #355294;
}

.btn-phone:hover {
    background-color: #0056b3;
    border-color: #0056b3;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Asegurar que el contenido no quede detrás del elemento fijo */
body {
    padding-bottom: 80px;
    /* Espacio para el elemento fijo */
}

/* Solo mostrar en móviles (opcional) */
@media (min-width: 768px) {
    #enlaces {
        display: none;
    }

    body {
        padding-bottom: 0;
    }
}

/* Contenido de ejemplo */
.content-section {
    padding: 40px 0;
    border-bottom: 1px solid #eee;
}

span.site-text-primary {
    color: #DB9800 !important;
}

/* Opción 1 - Social Cards */
.social-card {
    display: block;
    text-decoration: none;
    text-align: center;
    padding: 20px 15px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    min-width: 120px;
    color: white !important;

}

.social-card:hover {
    transform: translateY(-5px);
    text-decoration: none;
    background: rgba(255, 255, 255, 0.1);
}

.social-icon-wrapper {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 24px;
    transition: all 0.3s ease;
}

.social-name {
    color: white;
    font-weight: 500;
    font-size: 14px;
    color: white !important;

}

/* Colores específicos para cada red social */
.facebook .social-icon-wrapper {
    background: #3b5998;
}

.instagram .social-icon-wrapper {
    background: #e4405f;
}

.youtube .social-icon-wrapper {
    background: #cd201f;
}

.linkedin .social-icon-wrapper {
    background: #0077b5;
}

.tiktok .social-icon-wrapper {
    background: #000000;
}

.yelp .social-icon-wrapper {
    background: #d32323;
}

.facebook:hover .social-icon-wrapper {
    background: #4c70ba;
}

.instagram:hover .social-icon-wrapper {
    background: #fd1d4d;
}

.youtube:hover .social-icon-wrapper {
    background: #ff0000;
}

.linkedin:hover .social-icon-wrapper {
    background: #008cc9;
}

.tiktok:hover .social-icon-wrapper {
    background: #333333;
}

.yelp:hover .social-icon-wrapper {
    background: #e32636;
}

/* Opción 2 - Social Buttons */
.social-btn {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    color: white !important;
}

.social-btn.facebook {
    background: #3b5998;
    color: white;
}

.social-btn.instagram {
    background: #e4405f;
    color: white;
}

.social-btn.youtube {
    background: #cd201f;
    color: white;
}

.social-btn.linkedin {
    background: #0077b5;
    color: white;
}

.social-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    color: white;
    text-decoration: none;
}