body {
    font-family: Inter, Open, sans-serif !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Inter, Nunito, sans-serif !important;
    font-weight: 600 !important
}

.btn,
.nav-link,
.navbar-brand,
a,
button,
div,
input,
li,
p,
select,
span,
textarea {
    font-family: Inter, Open, sans-serif !important
}

.fa,
.fab,
.fad,
.fal,
.far,
.fas,
[class*=fa-],
[class^=fa-] {
    font-family: "Font Awesome 5 Free", "Font Awesome 5 Pro", "Font Awesome 5 Brands" !important
}

.about-item,
.carousel-caption,
.footer-item,
.navbar-nav,
.topbar-icon,
.topbar-info {
    font-family: Inter, Open, sans-serif !important
}

.display-1,
.display-2,
.display-3,
.display-4,
.display-5 {
    font-family: Inter, sans-serif !important;
    font-weight: 800 !important
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%
}

.about-item,
.blog-item,
.btn:not(.floating-btn *),
.card,
.carousel-caption,
.carousel-item,
.navbar,
.project-item,
.services-item {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.btn-qr,
.btn-telefono,
.btn-whatsapp,
.floating-btn {
    position: fixed !important;
    transform-style: auto !important;
    -webkit-transform-style: auto !important;
    backface-visibility: visible !important;
    -webkit-backface-visibility: visible !important
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999
}

#spinner.show {
    transition: opacity .8s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1
}

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    z-index: 99
}

.btn {
    text-transform: uppercase;
    font-weight: 500;
    transition: .5s
}

.btn.btn-primary {
    box-shadow: inset 0 0 0 0 var(--bs-dark)
}

.btn.btn-primary:hover {
    box-shadow: inset 200px 0 0 0 var(--bs-dark) !important;
    color: var(--bs-primary) !important
}

.btn.btn-dark {
    box-shadow: inset 0 0 0 0 var(--bs-primary)
}

.btn.btn-dark:hover {
    box-shadow: inset 200px 0 0 0 var(--bs-primary);
    color: var(--bs-dark) !important
}

.search-btn {
    position: relative;
    width: 100%;
    padding: 0 0 0 25px
}

.search-btn .form-group {
    width: 100%
}

.search-btn button {
    position: absolute;
    right: 25px
}

@media (max-width:992px) {
    .search-btn {
        display: none
    }
}

@media (max-width:768px) {
    .topbar {
        flex-direction: column
    }

    .search-btn {
        display: none
    }

    .topbar-info {
        flex-direction: column
    }

    .topbar-info a {
        padding: 0 0 10px 0
    }

    .topbar-icon {
        padding: 0 0 10px 0
    }
}

@media (max-width:576px) {
    .topbar-top {
        display: none
    }
}

.navbar .navbar-nav {
    padding: 15px 0
}

.navbar .navbar-nav .nav-link {
    padding: 15px;
    color: var(--bs-white);
    font-weight: 500;
    font-size: 16px;
    outline: 0;
    transition: .5s
}

.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link:hover {
    color: var(--bs-primary);
    transition: .5s
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    vertical-align: middle;
    margin-left: 8px
}

@media (min-width:992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
        z-index: 1050
    }
}

.dropdown-menu {
    z-index: 1050 !important
}

.navbar {
    z-index: 1040
}

.dropdown .dropdown-menu a.active,
.dropdown .dropdown-menu a:hover {
    background: var(--bs-dark);
    color: var(--bs-primary)
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0);
    visibility: visible;
    transition: .5s;
    opacity: 1
}

.navbar-toggler {
    background: var(--bs-secondary);
    color: var(--bs-light) !important;
    padding: 5px 12px;
    border: 2px solid var(--bs-primary) !important
}

.carousel {
    position: relative;
    z-index: 1
}

.carousel-item {
    position: relative
}

.carousel-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, .7)
}

.carousel-caption {
    height: 100%;
    display: flex;
    align-items: center;
    text-align: start;
    z-index: 1
}

.carousel-control-prev {
    width: 80px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 0;
    background: var(--bs-primary);
    border-radius: 0 30px 30px 0;
    transition: .5s;
    opacity: 1
}

.carousel-control-next {
    width: 80px;
    height: 60px;
    position: absolute;
    top: 50%;
    right: 0;
    background: var(--bs-primary);
    border-radius: 30px 0 0 30px;
    transition: .5s;
    opacity: 1
}

#carouselId .carousel-indicators li {
    width: 12px;
    height: 12px;
    background: var(--bs-dark);
    border: 1px solid var(--bs-primary);
    border-radius: 12px;
    margin: 0 5px 15px 5px
}

#carouselId .carousel-indicators li.active {
    background: var(--bs-primary) !important
}

@media (max-width:768px) {
    .carousel-item {
        width: 100%;
        height: 400px
    }

    .carousel-item img {
        height: 400px
    }

    .carousel-control-next,
    .carousel-control-prev {
        display: none
    }

    .carousel-caption {
        padding-top: 80px;
        text-align: center
    }

    .carousel-caption h1.display-1 {
        font-size: 2rem !important;
        line-height: 1.2 !important;
        margin-bottom: 1rem !important
    }

    .carousel-caption h4 {
        font-size: 1.2rem !important;
        margin-bottom: 1rem !important
    }

    .carousel-caption .btn {
        font-size: .9rem;
        padding: 12px 24px !important
    }

    .carousel-content {
        max-width: 90%;
        margin: 0 auto
    }

    #carouselId .carousel-indicators li {
        width: 8px;
        height: 8px;
        margin: 0 3px 10px 3px;
        border-radius: 8px
    }
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/fumoccsa/Carrusel/Fumigacion\ Profesional\ Guatemala2.jpg) center center no-repeat;
    background-size: cover;
    margin-bottom: 6rem
}

@media (max-width:480px) {
    .carousel-caption {
        padding-top: 100px
    }

    .carousel-caption h1.display-1 {
        font-size: 1.5rem !important;
        line-height: 1.1 !important
    }

    .carousel-caption h4 {
        font-size: 1rem !important
    }

    .carousel-caption .btn {
        font-size: .8rem;
        padding: 10px 20px !important
    }

    .carousel-item {
        height: 350px
    }

    .carousel-item img {
        height: 350px
    }

    #carouselId .carousel-indicators li {
        width: 6px;
        height: 6px;
        margin: 0 2px 8px 2px;
        border-radius: 6px;
        border: 1px solid var(--bs-primary)
    }
}

.about-img {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 30px 30px 30px 30px;
    overflow: hidden
}

.about-img::before {
    content: "";
    width: 100%;
    height: 40%;
    background: var(--bs-dark);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 10px 10px 10px 10px
}

.about-img::after {
    content: "";
    width: 100%;
    height: 60%;
    background: var(--bs-primary);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    border-radius: 10px 10px 10px 10px
}

.rotate-left {
    width: 150px;
    height: 100px;
    position: absolute;
    top: 28%;
    left: -10%;
    rotate: 25deg;
    z-index: 2
}

.rotate-right {
    width: 150px;
    height: 100px;
    position: absolute;
    top: 28%;
    right: -10%;
    rotate: -25deg;
    z-index: 2
}

.about-img img {
    position: relative;
    z-index: 2;
    border-radius: 10px
}

.experiences {
    width: 160px;
    height: 200px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 35px 35px;
    text-align: center;
    border-radius: 10px;
    z-index: 3;
    -webkit-animation: mymove 5s infinite;
    animation: mymove 5s infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes mymove {
    from {
        top: -202px
    }

    to {
        top: 102%
    }
}

@keyframes mymove {
    from {
        top: -202px
    }

    to {
        top: 102%
    }
}

@media (max-width:768px) {
    .dropdown-menu {
        z-index: 1060 !important
    }

    .about-img {
        padding: 15px;
        height: auto;
        min-height: 300px
    }

    .about-img img {
        width: 100%;
        height: auto;
        object-fit: cover;
        min-height: 250px;
        max-height: 300px
    }

    .rotate-left,
    .rotate-right {
        width: 80px;
        height: 60px;
        top: 20%
    }

    .rotate-left {
        left: -5%
    }

    .rotate-right {
        right: -5%
    }

    .experiences {
        width: 120px;
        height: 150px;
        padding: 20px 15px;
        font-size: .9rem;
        position: absolute;
        top: 10px;
        right: 10px;
        -webkit-animation: none;
        animation: none
    }

    .experiences h1 {
        font-size: 2rem !important
    }

    .experiences h6 {
        font-size: .8rem !important
    }

    .about-img::before {
        height: 35%
    }

    .about-img::after {
        height: 65%
    }
}

@media (max-width:480px) {
    .about-img {
        padding: 10px;
        min-height: 250px
    }

    .about-img img {
        min-height: 200px;
        max-height: 250px;
        -webkit-object-fit: cover;
        object-fit: cover
    }

    .rotate-left,
    .rotate-right {
        width: 60px;
        height: 40px;
        top: 15%
    }

    .experiences {
        width: 100px;
        height: 120px;
        padding: 15px 10px;
        top: 5px;
        right: 5px
    }

    .experiences h1 {
        font-size: 1.5rem !important;
        margin-bottom: 5px !important
    }

    .experiences h6 {
        font-size: .7rem !important;
        line-height: 1.2
    }

    .about-img {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    .about-img img {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }
}

.services-inner-icon {
    width: 130px;
    height: 130px;
    background: var(--bs-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
    position: relative;
    border-radius: 50%
}

.services-inner-icon::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transition: .5s;
    background: rgba(0, 123, 255, .2);
    z-index: 0
}

.services-item:hover .services-inner-icon::after {
    width: 100%;
    height: 100%;
    margin-top: -50%;
    margin-left: -50%;
    background: rgba(0, 123, 255, .1)
}

.services-inner-icon img {
    position: relative;
    z-index: 2;
    transition: .3s
}

.services-item:hover .services-inner-icon img {
    transform: scale(1.1)
}

.services-item i {
    text-align: center;
    transition: .5s
}

.services-item:hover i {
    color: var(--bs-dark) !important;
    z-index: 1;
    rotate: 360deg
}

.services-btn {
    display: flex;
    align-items: center;
    justify-content: center
}

.project-item {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 30px 30px 30px 30px;
    overflow: hidden
}

.project-item::before {
    content: "";
    width: 100%;
    height: 40%;
    background: var(--bs-dark);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 10px 10px 10px 10px
}

.project-item::after {
    content: "";
    width: 100%;
    height: 60%;
    background: var(--bs-primary);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    border-radius: 10px 10px 10px 10px
}

.project-left {
    width: 180px;
    height: 70px;
    position: absolute;
    top: 22%;
    left: -18%;
    rotate: 30deg;
    z-index: 2
}

.project-right {
    width: 180px;
    height: 70px;
    position: absolute;
    top: 22%;
    right: -18%;
    rotate: -30deg;
    z-index: 2
}

.project-item img {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

.project-item a {
    position: absolute;
    padding: 15px 10px;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    transform: none;
    border-radius: 0 0 10px 10px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color .3s ease;
    opacity: 1;
    background: rgba(0, 123, 255, .9);
    color: #fff !important;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    min-height: 60px
}

.project-item:hover a {
    background: #007bff;
    color: #fff !important
}

.blog-carousel {
    width: 100%;
    height: 100%;
    position: relative
}

.blog-carousel .owl-nav .owl-prev {
    position: absolute;
    width: 80px;
    height: 50px;
    background: var(--bs-primary);
    top: -51px;
    left: 0;
    border: 0;
    border-radius: 10px 30px 30px 10px
}

.blog-carousel .owl-nav .owl-prev {
    box-shadow: inset 0 0 0 0 var(--bs-dark);
    transition: .5s
}

.blog-carousel .owl-nav .owl-prev:hover {
    box-shadow: inset 200px 0 0 0 var(--bs-dark);
    color: var(--bs-primary) !important
}

.blog-carousel .owl-next,
.blog-carousel .owl-prev {
    color: var(--bs-dark);
    display: flex;
    align-items: center;
    justify-content: center
}

.blog-carousel .owl-nav .owl-next {
    position: absolute;
    width: 80px;
    height: 50px;
    background: var(--bs-primary);
    top: -51px;
    right: 0;
    border-radius: 30px 10px 10px 30px
}

.blog-carousel .owl-nav .owl-next {
    box-shadow: inset 0 0 0 0 #000;
    transition: .5s
}

.blog-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 200px 0 0 0 #000;
    color: var(--bs-primary) !important
}

.pricing-item {
    transition: .5s
}

.pricing-item:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, .5);
    margin: -20px 0 20px 0
}

.pricing-label {
    border-bottom: 20px solid var(--bs-light);
    border-radius: 0 0 300px 300px;
    transition: .5s
}

.pricing-item:hover .pricing-label {
    border-color: rgba(0, 0, 0, .5)
}

.pricing-item:hover .pricing-label.pricing-featured {
    border-color: rgba(255, 255, 255, .5)
}

.call-to-action {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover
}

.team-item {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.team-item .team-icon {
    position: absolute;
    top: 15px;
    right: -80px;
    rotate: -30deg;
    transition: .5s;
    visibility: hidden
}

.team-item:hover .team-icon {
    visibility: visible;
    margin-right: 95px;
    rotate: 0deg
}

.team-item .team-icon .btn {
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 35px
}

.team-item .team-content {
    box-shadow: inset 0 0 0 0 var(--bs-dark);
    transition: 1s
}

.team-item:hover .team-content {
    box-shadow: inset 550px 0 0 0 var(--bs-dark);
    color: var(--bs-primary) !important
}

.testimonial-content {
    position: relative;
    width: 100%;
    height: 100%;
    background: var(--bs-light);
    z-index: 1
}

.testimonial-content::before {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50px;
    bottom: -15px;
    rotate: 45deg;
    z-index: -5;
    background: var(--bs-light)
}

.testimonial-carousel {
    position: relative;
    padding-left: 60px;
    padding-right: 60px
}

.testimonial-carousel .owl-nav .owl-next,
.testimonial-carousel .owl-nav .owl-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 60px;
    height: 40px;
    background: var(--bs-primary);
    color: var(--bs-dark);
    font-size: 22px;
    top: 14%;
    left: 0;
    border-radius: 30px 0 0 30px;
    box-shadow: inset 0 0 0 0 var(--bs-dark);
    transition: .5s
}

.testimonial-carousel .owl-nav .owl-prev:hover {
    box-shadow: inset 200px 0 0 0 var(--bs-dark);
    color: var(--bs-primary) !important
}

.testimonial-carousel .owl-nav .owl-next {
    left: auto;
    right: 0;
    border-radius: 0 30px 30px 0
}

.testimonial-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 200px 0 0 0 var(--bs-dark);
    color: var(--bs-primary) !important
}

.testimonial-carousel .owl-dots {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--bs-secondary);
    border-radius: 15px;
    transition: .5s
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--bs-primary)
}

.contact-link a h5,
.contact-link a i,
.contact-link a.h5 {
    transition: .5s
}

.contact-link a h5:hover,
.contact-link a i:hover,
.contact-link a.h5:hover {
    color: var(--bs-primary) !important
}

.footer {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/fumoccsa/optimized/Control\ de\ Plagas\ Guatemala2.webp) center center no-repeat;
    background-size: cover;
    color: rgba(255, 255, 255, .7);
    margin-top: 6rem
}

.footer-item,
.footer-item a {
    color: rgba(255, 255, 255, .7);
    text-transform: capitalize
}

.copyright .copyright-btn {
    display: flex;
    align-items: center;
    justify-content: center
}

.copyright .copyright-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center
}

.promotion-card {
    position: relative;
    transition: all .3s ease;
    border: 2px solid transparent;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .1)
}

.promotion-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, .15)
}

.discount-badge {
    position: absolute;
    top: -10px;
    right: 15px;
    background: #dc3545;
    color: #fff;
    padding: 8px 15px;
    border-radius: 25px;
    font-weight: 700;
    font-size: 14px;
    z-index: 10;
    box-shadow: 0 3px 10px rgba(220, 53, 69, .3)
}

.discount-badge.bg-warning {
    background: #ffc107 !important;
    color: #000 !important
}

.discount-badge.bg-success {
    background: #198754 !important
}

.price-original {
    text-decoration: line-through;
    color: #6c757d;
    font-size: .9em
}

.price-discount {
    color: #198754;
    font-weight: 700
}

@media (max-width:768px) {
    .promotion-card {
        margin-bottom: 2rem
    }

    .discount-badge {
        top: -8px;
        right: 10px;
        padding: 6px 12px;
        font-size: 12px
    }

    .price-discount {
        font-size: 1.5rem !important
    }
}

@media (max-width:576px) {
    .promotion-card .btn {
        width: 100%;
        margin-top: 1rem
    }

    .price-discount {
        font-size: 1.3rem !important
    }
}

.partners-section .logo-container {
    transition: all .3s ease;
    cursor: pointer
}

.partners-section .logo-container:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0, 123, 255, .15) !important
}

.partners-section .logo-container img {
    transition: all .3s ease;
    opacity: .8
}

.partners-section .logo-container:hover img {
    opacity: 1;
    transform: scale(1.05)
}

@media (max-width:768px) {
    .partners-section .col-6 {
        margin-bottom: 1rem
    }

    .partners-section .logo-container {
        min-height: 100px;
        padding: 15px !important
    }

    .partners-section .logo-container img {
        max-height: 60px !important
    }
}

@media (max-width:576px) {
    .partners-section .logo-container {
        min-height: 80px;
        padding: 10px !important
    }

    .partners-section .logo-container img {
        max-height: 50px !important
    }
}

/* ACTUALIZADO: ma., 21 de oct. de 2025 18:50:05 - Timestamp: 1761097805 */
/* ACTUALIZADO: ma., 21 de oct. de 2025 18:50:11 - Timestamp: 1761097810 */
/* Cache bust: 1761157000 */