.container-li li {
    padding-left: 0px;
}

.container-li li:before {
    content: "\f058";
    color: var(--theme-color2);
    font-size: 18px;
    line-height: 26px;
    font-family: var(--fa-style-family, "Font Awesome 6 Pro");
    margin-right: 15px;
}

.tp-rightarrow.tparrows.gyges {
    right: -60px !important;
    left: auto !important;
}

.tp-leftarrow.tparrows.gyges {
    left: -21px !important;
}

a.lang_actual {
    font-weight: 900;
    color: white !important;
}


/* Estilos para la paginación */
.justify-content-center.mt-5.pagination ul {
    display: flex;
}

.justify-content-center.mt-5.pagination ul li a {
    padding: 10px 20px;
    border: 0px solid #444b5473;
    margin-right: 10px;
    border-radius: 10px;
    background-color: #f2f2f2;
}

.justify-content-center.mt-5.pagination ul li a:hover {
    background-color: var(--theme-color2);
    color: white;
}

.justify-content-center.mt-5.pagination ul li span.current {
    padding: 10px 20px;
    border: 0px solid #444b5473;
    margin-right: 10px;
    border-radius: 10px;
    background: var(--theme-color2);
    color: white;
}

/* Fin Estilos para la paginación */

.clients-section .slide-item img {

    max-width: 150px !important;
}

.page-title {
    min-height: 250px !important;
}

.header-style-one::before {
    position: relative !important;
}

.contact-details__info li .text {
    width: 75%;
}

.custom-image-clients {
    height: 354px;
    align-items: center;
    background: transparent !important;
    justify-content: center;
    display: flex;
}

.custom-image-clients img {
    padding: 0px 40px;
}

.custom.project-block {
    border: 1px solid #28364442;
    border-radius: 20px;
}

.featured-products .bg-shape {
    background: transparent !important;
}

/* .client-block.mix {
    display: none;
} */

.pagination {
    z-index: 9;
}

.image-box-custom {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    height: 354px;
}

.complete-page-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    transition: transform 5s ease-in-out, opacity 0.6s ease-in-out;
    opacity: 0;
}

.client-block:hover .complete-page-slide {
    transform: translateY(calc(-100% + 354px));
    opacity: 1;
    cursor: pointer;
}

.client-block:not(:hover) .complete-page-slide {
    transition: transform 1.5s ease-in-out, opacity 0.5s ease-in-out;
    transform: translateY(0);
    opacity: 0;
}

.project-block .inner-box:hover .info-box {
    opacity: 1;
    visibility: visible;
    bottom: auto;
    min-width: 290px;
    background-color: #ffffff;
}

.alt-font-custom {
    opacity: 0;
    position: absolute;
    bottom: -20px;
    /* Lo ocultamos un poco más abajo */
    background: #5a5a5aad;
    width: 100%;
    font-weight: 900;
    text-align: center;
    color: white;
    padding: 10px;
    transition: opacity 1s ease-in-out, bottom 1s ease-in-out;
    /* Transición suave */
}

.client-block:hover .alt-font-custom {
    opacity: 1;
    bottom: 0;
    /* Lo subimos suavemente */
    cursor: pointer;
}

.clients-section .slide-item img {
    opacity: 1;
}

.news-block .content-box {
    margin-top: -30px !important;
    height: 330px;
}

.help-title {
    word-wrap: normal;
}


.project-block .info-box.info-box-custom {
    min-height: 180px;
}

.project-block .info-box {
    position: relative !important;
    width: 100%;
    bottom: auto;
    min-height: 240px;
    border-radius: 0px 0px 10px 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px -3px;

}

.info-box-custom {
    height: 230px;
}

/* 
.projects-carousel.owl-carousel.owl-theme>div {
    height: 380px;
    overflow: visible;
} */

.projects-section-two .bg-image {
    max-height: 880px;
}

.project-block .image-box .image {
    border-radius: 10px 10px 0px 0px;
}

.sidebar-service-list li a {
    padding-right: 65px !important;
}

.box-icon-wrap {
    background-color: #f0f0f0;
}

.box-icon-wrap {
    position: relative;
    margin: 0 auto 30px auto;
    height: 80px;
    width: 80px;
    border-radius: 80px;
    left: 0;
    top: 0;
}

.box-icon {
    color: #169ad2;
}

.box-icon {
    font-size: 36px;
    line-height: 36px;
    top: 22px;
    position: relative;
}

.column-inner-custom .title {
    background-color: #169ad2;
    font-size: 20px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto 0 auto;
    font-size: 16px;
    line-height: 26px;
    position: relative;
    z-index: 6;
    padding: 15px 0;
    text-transform: uppercase;
    color: #fff;
}

.column-inner-custom {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}

.column-inner-custom .c-row {
    padding: 10px 0;
    border-bottom: 1px dotted #e0e0e0;
    font-size: 14px;
    line-height: 24px;
    position: relative;
}

.column-inner-custom .pricing {
    padding: 30px 20px 30px 20px;
    text-align: center;
    display: table;
    width: 100%;
    position: relative;
    background-color: #fff;
    margin-bottom: 3px;
}

.column-inner-custom .price {
    font-size: 52px;
    line-height: 52px;
    display: block;
    color: #2a2c2b;
    position: relative;
}

.column-inner-custom .pricing:before {
    background-color: #169ad2;
    width: calc(100% + 2px);
    height: 4px;
    bottom: -4px;
    left: -1px;
    content: "";
    display: block;
    position: absolute;
}

.column-inner-custom .currency {
    font-size: 24px;
    line-height: 24px;
    display: inline-block;
    vertical-align: top;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
}


.column-inner-custom .tariff {
    margin-top: 10px;
    display: block;
    color: #999;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 3px;
}

.column-inner-custom .c-body {
    padding: 25px;
    background-color: #fff;
}

.column-inner-custom:hover {
    box-shadow: 0 1px 17px rgba(0, 0, 0, 0.5);
}

.main-menu .navigation a {
    text-transform: initial !important;
}

/* .content-editor ul:not(.accordion-box) li {
    list-style: none;
   
} */
.content-editor ul li:not(.nav-item)::before {
    color: #169ad2;
    content: "\f00c";
    font-family: var(--fa-style-family, "Font Awesome 6 Pro");
    margin-left: -30px;
    margin-right: 10px;
    position: relative;
    font-weight: bold;
}

.content-editor ul:not(.accordion-box):not(.features) li {
    margin-left: 0px;
    display: -webkit-box;
    padding-left: 40px;
}

.content-editor ul:not(.accordion-box):not(.features) li p {
    margin-bottom: 5px;
}

.content-editor {
    background-color: #fff !important;
    background-attachment: fixed !important;
    -ms-word-wrap: break-word;
    word-wrap: break-word !important;
    counter-reset: my-sec-counter !important;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    color: var(--text-color) !important;
    font-size: var(--body-font-size) !important;
    font-family: var(--text-font) !important;
    font-weight: var(--body-font-weight) !important;
    line-height: var(--body-line-height) !important;
}


.pricing-block .inner-box {
    padding: 30px;
}

.modulos {
    background: #f9f9f9;
    padding: 30px !important;
}


.content-editor ol li {
    list-style: auto;
    margin-left: 35px;
}

.nav-pills .nav-link {
    color: #313131;
    background: rgb(245, 245, 245);
    width: 100%;
    padding: 16px 30px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: rgb(4, 90, 125);
    border-radius: 13px;
}

.nav-pills {
    height: 100%;
}

.tagline-title {
    color: white;
    font-weight: 400;
    line-height: 40px;
    font-size: 27px;
}

.custom-call-to-action {
    background: #1a5a7d;
    padding: 50px 40px;
    color: white;
    border-radius: 10px;
}

.custom-icon-call-to-action {
    font-size: 50px;
}

.blockquote-custom {
    padding: 25px 25px 25px 70px;
    margin: 0 0 25px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    line-height: 26px;
    background-color: #f4f4f4;
    font-size: 25px;
    color: #777;
    position: relative;
}

.blockquote-custom p {
    font-size: 25px;
}

.blockquote-custom:after {
    position: absolute;
    display: block;
    content: "";
    top: 30px;
    left: 30px;
    width: 40px;
    height: 40px;
    background-image: url(../../mediateca/quote.png);
    background-repeat: no-repeat;
    background-position: left top;
}

.pricing-block .price {
    margin-bottom: 0px;
}

.pricing-block .text {
    margin-bottom: 25px;
}

.icon-twitter {
    width: 15px;
}

.icon-twitter {
    width: 15px;
}

.team-block-two .social-links a:hover {
    fill: var(--theme-color2);
}

.sidebar__tags-list a {
    padding: 5px 10px 5px;
}


.sidebar__tags {
    padding: 46px 20px 50px;
}

.news-section .owl-nav.disabled, .projects-carousel .owl-nav.disabled,
.clients-carousel .owl-nav.disabled {
    text-align: center;
    display: flex !important;
    justify-content: center;
    margin-bottom: 30px;
}

.news-section .owl-nav.disabled .owl-next,
.news-section .owl-nav.disabled .owl-prev,
.projects-carousel .owl-nav.disabled .owl-next,
.projects-carousel .owl-nav.disabled .owl-prev,
.clients-carousel .owl-nav.disabled .owl-next,
.clients-carousel .owl-nav.disabled .owl-prev {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    cursor: pointer;
    display: block;
    margin: 0px 5px;
    height: 52px;
    width: 52px;
    color: var(--theme-color1);
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 52px;
    font-weight: 700;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}



.news-section .owl-nav,
.projects-carousel .owl-nav,
.clients-carousel .owl-nav {
    text-align: center;
    display: flex !important;
    justify-content: center;
    margin-bottom: 30px;
}

.news-section .owl-nav .owl-next,
.news-section .owl-nav .owl-prev,
.projects-carousel .owl-nav .owl-next,
.projects-carousel .owl-nav .owl-prev,
.clients-carousel .owl-nav .owl-next,
.clients-carousel .owl-nav .owl-prev {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    cursor: pointer;
    display: block;
    margin: 0px 5px;
    height: 52px;
    width: 52px;
    color: var(--theme-color1);
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 52px;
    font-weight: 700;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.feature-block {
    margin-bottom: 40px;
    color: white;
}

.service-details-help {
    padding: 57px 20px 50px;
}

.clients-section .slide-item {
    cursor: pointer;
}

.h6 {
    margin-bottom: 10px;
    text-transform: uppercase !important;
    font-size: var(--h6-font-size) !important;
    font-weight: var(--h6-font-weight) !important;
    line-height: var(--line-height-heading-small) !important;
    color: var(--headings-color) !important;
    font-family: var(--title-font) !important;
    position: relative !important;
    line-height: var(--line-height-heading-) !important;
    letter-spacing: -0.04em !important;

}

.h6 a {
    font-weight: inherit;
}

p.title.title-custom {
    font-weight: 800;
    margin-bottom: 10px;
    letter-spacing: 0.01em;
    font-size: var(--h5-font-size);
    line-height: var(--line-height-heading);
    color: var(--headings-color);
    font-family: var(--title-font);
    position: relative;
}

.news-block .content-box .title {
    margin-top: 15px;
    margin-bottom: 7px;
    font-weight: 800;
    color: var(--headings-color);
    font-family: var(--title-font);
    position: relative;
}

.news-block .content-box .title a {
    font-weight: inherit;
}

p.widget-title.h6 {
    color: white !important;
}

.contact-list-one li {
    margin-bottom: 15px;
}

.projects-carousel .owl-stage-outer {
    margin-bottom: 20px;
}

.projects-carousel .owl-stage-outer .owl-stage {
    margin-bottom: 20px;
}

.owl-dots .owl-dot.active {
    opacity: 1;
    background-color: var(--bg-theme-color2);
    border-color: var(--bg-theme-color2);
}

.owl-dots {
    position: relative;
    justify-content: center;
    text-align: center;
    align-items: center;
    display: flex;
    margin-bottom: 20px;
}

.owl-dots .owl-dot {
    display: block;
    height: 20px;
    width: 20px;
    background-color: #132c3d;
    border: 3px solid #f9f9f9;
    margin-right: 3px;
    border-radius: 50%;
}

.projects-carousel .owl-dots {
    display: none;
}

.clients-carousel .owl-stage-outer {
    margin-bottom: 20px;
}

.theme-btn.btn-style-one.active::before {
    left: 0;
    top: 0;
    content: "";
    background-color: var(--bg-theme-color4);
    border-radius: 0px;
    height: 100%;
    width: 10px;
    position: absolute;
    -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
    width: 100%
}

.content-editor .theme-btn.btn-style-one {
    min-width: 220px;
}


.underlined_clientify {
    background: url(../images/highlight_3.svg);
    background-size: cover;
}









/* media Querys */
@media (max-width: 669.98px) {
    .section-banner-home {
        height: auto !important;
    }
}

@media (min-width:1300px) {

    .news-section .owl-nav .owl-next,
    .clients-carousel .owl-nav .owl-next {
        position: absolute;
        right: -85px;
        top: 50%;
    }

    .news-section .owl-nav .owl-prev,
    .clients-carousel .owl-nav .owl-prev {
        position: absolute;
        left: -85px;
        top: 50%;
    }
}

@media (max-width: 769.98px) {
    .projects-section-two .bg-image {
        max-height: 935px;
    }

    .mt-5.p-1-9.p-md-5.shadow {
        box-shadow: none !important;
    }
}

@media (max-width: 500px) {
    .section-banner-home {
        /*margin-top: 66px;*/
    }

    .header-lower {
        /*background: #132c3d;*/
    }

    .news-section .owl-nav {
        display: none !important;
    }

    .clients-section .owl-nav {
        display: none !important;
    }

    .container-content-slider .btn-style-one {
        font-size: 15px;
        line-height: 26px;
        padding: 7px 25px;

    }

    .container-content-slider h1 {
        font-size: 45px !important;
    }

}

@media (max-width: 400px) {

    .container-content-slider .btn-style-one {
        font-size: 10px;
        line-height: 21px;
        padding: 7px 20px;

    }

    .container-content-slider h1 {
        font-size: 40px !important;
    }

}

@media (max-width: 700px) {
    .news-section .owl-nav {
        display: none !important;
    }

    .clients-section .owl-nav {
        display: none !important;
    }

    .news-block .content-box {
        margin-top: 0px !important;
        height: 100%;
    }

}

.sidebar__post .sidebar__post-list li {
    display: block;
}

sidebar__post .sidebar__post-list .sidebar__post-content-meta i {
    font-size: 10px !important;
}

.sidebar__post .sidebar__post-list .sidebar__post-content-meta {
    font-size: 10px !important;
}

.sidebar__category-list li.current a {
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    color: #0e2207;
    text-shadow: 1px 0 0 rgba(14, 34, 7, 0.5);
}


.header-style-one .header-lower {
    /*background-color: #00000061;*/
    background: linear-gradient(to right,
            rgb(0 0 0 / 30%) 0%,
            /* negro con 30% de opacidad al inicio */
            rgb(0 0 0 / 30%) 30%,
            /* se mantiene igual hasta el 30% */
            rgb(0 0 0 / 0%) 70%,
            /* se desvanece a transparente en el 70% */
            rgb(0 0 0 / 0%) 100%
            /* completamente transparente al 100% */
        );
}

.service-sidebar {
    max-width: 100% !important;

}

.fb_iframe_widget_fluid_desktop iframe {
    width: 100% !important;
}

.contact-list-one {
    padding: 15px 20px 20px;
}

.contact-list-one li .contact-info-box .icon {
    font-size: 24px;

    line-height: 24px;
}

.contact-list-one li .contact-info-box {

    padding-left: 40px;
}

.mobile-menu .navigation li>a {
    text-transform: none;
}

.svg-x-twitter {
    fill: #ffffff;
    width: 15px;
    height: 15px;
    transition: all 300ms ease;
}

.mobile-menu .social-links li a:hover svg {
    fill: var(--theme-color2);
}

/*fix logo sticky*/

.sticky-header .logo img {
    max-height: 45px;
}



/*Fix forms titles*/
#form-custom h3 {

    text-align: center !important;
    font-size: 30px;

}


/*Fix blog sub titles*/
.blog-details__title {
    font-size: var(--h3-font-size);
}



/*arregar menu */
.sticky-header .main-menu .navigation>li {
    color: #707070;
}

.main-menu .navigation>li {
    color: #ffffff;
    cursor: pointer;
}


.main-menu .navigation>li>a {
    position: relative;
    display: inline;
}

.main-menu .navigation>li>a:before {
    position: absolute;
    left: 50%;
    bottom: -6px;
    height: 2px;
    width: 0%;
    background-color: var(--bg-theme-color2);
    content: "";
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li>a:hover:before, .main-menu .navigation>li>a.current:before {
    left: 0;
    width: 100%;
}

.main-menu .navigation>li:hover>a:before {
    left: 0;
    width: 100%;
}

.main-menu .navigation>li:before {

    background-color: transparent !important;
}

.sticky-header .main-menu .navigation>li {
    margin-left: 0px;
}




.grecaptcha-badge {
    z-index: 1;
}


.scroll-to-top {
    bottom: 70px;
    right: 22px;
}



/*Fix pading h2 h3 h4 en servicios páginas internas */

.services-details h2, .blog-details h2 {
    padding-top: 30px;
}

.services-details h3, .blog-details h3 {
    padding-top: 30px;
}

.services-details h4, .blog-details h4 {
    padding-top: 20px;
}

.services-details ul, .blog-details ul {
    padding-bottom: 10px;
    margin-left: 20px;
}


p, h1, h2, h3, h4, h5, h6 {
    word-break: normal !important;
    overflow-wrap: normal !important;
}


/*Fix tablas hosting */

.pricing-block .features {
    margin-left: 0px;
}

.pricing-block .features li {
    padding-left: 20px;
}

.pricing-block .features li:before {
    margin-left: 0;
}



/*Fix icon servicios*/


.project-block .read-more {
    background: #ffffff;
}

.project-block .read-more:hover {
    background: #ffffff;
}

.project-block .read-more svg {
    width: 50%;
    height: 50%;
    display: block;
    transform: rotate(0deg);
    /* Estado inicial: girado como > < */
    transition: transform 0.3s ease;
    /* Transición suave */
    fill: #009cd4;
}

.project-block .read-more:hover svg {
    transform: rotate(45deg);
    /* Hover: posición original del logo */
    fill: #223040 !important;
}

/*Fix box secciones blog */


.project-block .info-box {
    background: linear-gradient(180deg, rgba(240, 240, 240, 1) 10%, rgba(255, 255, 255, 1) 80%);
    box-shadow: none;
    text-align: center;
}


.news-block .content-box {
    background: linear-gradient(180deg, rgba(240, 240, 240, 1) 30%, rgba(255, 255, 255, 1) 80%);
}


.btn-custom-hover:hover {
    color: var(--bg-theme-color2) !important;
    text-decoration: none !important;
}


.page-breadcrumb li {
    text-transform: none;
}


/*Animation services box home */

.project-block:hover .info-box.info-box-custom {
    transform: translateY(-20px);
}

/*New Slider home */

.swiper-button-next-home,
.swiper-button-prev-home {
    cursor: pointer;
    background: #000;
    background: rgba(0, 0, 0, .5);
    width: 40px;
    height: 40px;
    z-index: 1000;
    border-radius: 50px;
}

.swiper-button-next-home:hover,
.swiper-button-prev-home:hover {
    background: #000;
}

.swiper-button-next-home {
    right: 0;
}

.swiper-button-prev-home {
    left: 0;
}

.swiper-button-prev-home:after, .swiper-button-next-home:after {
    font-size: 15px !important;
}

.swiper-button-prev-home:hover:after, .swiper-button-next-home:hover:after {
    color: #e0e0e0 !important;
}

#slider-wrapper .slide-arrow {
    opacity: 0;
    transition: opacity 0.4s ease;
}

#slider-wrapper:hover .slide-arrow {
    opacity: 1;
}

.swiper-pagination-home-slider span.swiper-pagination-bullet {
    height: 15px;
    width: 15px;
    background-color: #132c3d;
    opacity: 1;
    border: solid 2px #ffffff;
    box-shadow: 0px 0px 20px #fff;
}


.swiper-pagination-home-slider span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background-color: var(--bg-theme-color2);
    border-color: var(--bg-theme-color2);
    width: 18px;
    height: 18px;
    border: solid 2px #ffffff;
}



/*Search box*/

.search-popup .form-group input[type=search], .search-popup .form-group input[type=text] {
    font-size: 40px;
    height: 70px;
    border: 2px solid #ffffff5e;
    padding: 15px 20px;
    color: #ffffff;
    background: #00000042;
    border-radius: 10px;
}


.search-popup .form-group button {
    height: 60px;
    width: 60px;
    font-size: 31px;
    color: #fff;
    line-height: 40px;
    border-radius: 5px;
}


.search-popup .close-search {
    font-size: 50px;
}



/*Fix pagination blog*/

.justify-content-center.mt-5.pagination ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.justify-content-center.mt-5.pagination ul li {
    margin-bottom: 25px;
}


/*Fix mobile menu calendly widget*/

.mobile-menu-visible .calendly-badge-widget {
    display: none !important;
}


.page-wrapper {
    overflow: visible !important;
}

.services-details .service-sidebar {
    position: sticky !important;
    top: 75px;
}