/*home*/
#pm-list-servicios .tp-service-3__right-wrap .tp-service-3__item * {
    color: transparent;
}
#pm-list-servicios .tp-service-3__right-wrap .tp-service-3__item{
    background-size: 100% 100%;
}
#pm-list-servicios .tp-service-3__right-wrap .pin-spacer:nth-child(1) .tp-service-3__item{
    background-image: url(../../img/cards/pm-card-services-horizontal-1.webp);
}
#pm-list-servicios .tp-service-3__right-wrap .pin-spacer:nth-child(2) .tp-service-3__item{
    background-image: url(../../img/cards/pm-card-services-horizontal-2.webp);
}
#pm-list-servicios .tp-service-3__right-wrap .pin-spacer:nth-child(3) .tp-service-3__item{
    background-image: url(../../img/cards/pm-card-services-horizontal-3.webp);
}
.cd-words-wrapper b{
    font-family: "Exo 2", Sans-serif;
    font-weight: 500 !important;

}
.tp-hero-title span, .tp-hero-title span b {

    background-image: linear-gradient(90.68deg, #fff 8.59%, #fff 8.59%, #fff 86.19%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-family: "Exo 2", Sans-serif !important;
}
.tp-testimonial-nav .swiper-slide.swiper-slide-thumb-active .tp-testimonial-user-item .tp-testimonial-user-border {
    border-color: var(--color-principal);
}
.tp-testimonial-user-item .tp-testimonial-user-border {
    border: 2px solid #EFEFEF;
}
h4.tp-blog-3__content-title.tp-el-box-title {
    display: -webkit-box;
    -webkit-line-clamp: 1;   /* Número de líneas a mostrar */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tp-blog-3__item {
    border-top: 2px solid #EFEFEF;
}
.tp-btn-blue {
    height: 180px;
    width: 180px;
}
.tp-btn-blue span.icon {
    margin-left: 90px;
    top: 20px;
    position: relative;
}
.tp-btn-blue span.text {
    position: relative;
    top: 50px;
    font-family: "Exo 2", Sans-serif !important;
}
.tp-skill-thumb.d-flex.align-items-center.justify-content-center.flex-column.tp-el-thumb-box {
    border-color: transparent;
}
.tp-skill-tab .nav-tabs {
    border: 1px solid #CACACA;
    border-radius:36px;
    padding: 8px 4px;
}
.tp-skill-tab #lineMarker {
    background: var(--color-principal);
}
.tp-skill-shape-1,.tp-skill-shape-2{
    background-color: unset;
}
:not(#pm-home-banner) .home-info a.tp-btn-circle{
    border-color: var(--color-grey-text);
    color: var(--color-grey-text);
}
:not(#pm-home-banner) a.tp-btn-circle:hover{
    color: var(--color-white);
}
#pm-home-banner a.tp-btn-circle{
    border: 1px solid var(--color-white);
}
:not(#pm-home-banner) .tp-btn-circle-dot{
    background-color: var(--color-principal);
}
#pm-home-banner .tp-btn-circle-dot {
    background-color: var(--color-white);
}
#pm-home-banner a.tp-btn-circle:hover {
    color: var(--color-principal);
}
#home-tabs section.tp-skill-area.pt-115.pb-105.p-relative.z-index-1.fix.theme-bg-2.tp-el-section {
    padding-bottom: 50px;
    padding-top: 50px;
}
.tp-btn-blue::after {
    background-color: var(--color-white);
}
a.tp-btn-blue {
    border: 1px solid #707070;
}
section#pm-home-banner .theme-bg-2 {
    background-image: url(../../img/pm-bg-about.webp);
    background-size: 100% 100%;
    background-color: #ffffff;
}

section#pm-home-banner .tp-hero-bottom-text p {
    opacity: 0.08;
}
.tp-hero-bottom-text {
   
    position: relative;
    top: -40px;
}
section#pm-home-banner .tp-hero-thumb-shape {
    display: none;
}
div#id-info-buho {
    top: -45px;
}
section#home-latest-projects {
    top: -30px;
}
div#id-info-buho section.tp-skill-area {
    padding-top: 5%;
    padding-bottom: 0;
}

/**/
section#pm-home-banner .tp-hero-thumb img {
    left: -67px;
    position: relative;
    width: 90%;
}
.tp-hero-left-wrapper {
    padding-top: 180px;
    padding-bottom: 120px;
    margin-right: -110px;
    z-index: 2;
    position: relative;
}
.cd-words-wrapper .app {
    transform: translateY(0px);
}
.tp-blog-3__category span {
 
    mix-blend-mode: unset !important;
}
.tp-el-box-category span a:hover {
    background-color: unset !important;
    background: unset !important;
    color: red !important;
}
.tp-testimonial-quote img {
    width: 70%;
}
.tp-portfolio-item-wrapper-3 {
    margin-bottom: 50px;
}

/* Media Query para pantallas anchas (mayores a 769px) */
@media (min-width: 769px) {
    section#pm-home-banner .row.align-items-end > div {
        width: 50%;
    }
}

/* Media Query para pantallas medianas (767.99px - 991.99px) */
@media (min-width: 767.99px) and (max-width: 991.99px) {
   #pm-list-servicios .tp-service-3__right-wrap .pin-spacer {
        max-width: 90% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

/* Media Query para pantallas medianas (máximo 991.98px) */
@media (max-width: 991.98px) {
    section#pm-home-banner .theme-bg-2 {
        background-image: url(../../img/pm-about-bg-tablet.webp);
        background-size: 100% 100%;
        background-color: #ffffff;
    }
    section#pm-home-banner .tp-hero-thumb img {
       display: flex;
       justify-content: center;
       left: 0;
       width: 100%;
    }
    section#pm-home-banner .tp-hero-left-wrapper {
        padding-bottom: 50px;
    }
    .tp-testimonial-quote {
        display: none;
    }
}

/* Media Query para pantallas pequeñas (401px - 600px) */
@media (min-width: 401px) and (max-width: 600px) {
    #pm-list-servicios .tp-service-3__right-wrap .tp-service-3__item {
        max-width: 70% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

/* Media Query para pantallas pequeñas (máximo 600px) */
@media (max-width: 600px) {
    #pm-list-servicios .tp-service-3__right-wrap .pin-spacer:nth-child(1) .tp-service-3__item {
        background-image: url(../../img/cards/pm-card-services-vertical-1.webp);
    }
    #pm-list-servicios .tp-service-3__right-wrap .pin-spacer:nth-child(2) .tp-service-3__item {
        background-image: url(../../img/cards/pm-card-services-vertical-2.webp);
    }
    #pm-list-servicios .tp-service-3__right-wrap .pin-spacer:nth-child(3) .tp-service-3__item {
        background-image: url(../../img/cards/pm-card-services-vertical-3.webp);
    }
}

/* Media Query para pantallas muy pequeñas (máximo 480px) */
@media (max-width: 480px) {
    .tp-portfolio-item-3 {
        position: relative;
        overflow: hidden;
    }
    .tp-blog-3__area.black-bg-3.pt-70.pb-50.fix.tp-el-section {
        padding-top: 0;
    }
    #pm-list-servicios .tp-service-3__right-wrap .tp-service-3__item {
        max-width: 70% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    /* Esconde la imagen original */
    .tp-portfolio-item-3 img {
        opacity: 0; /* O puedes usar display: none; si prefieres */
    }
    /* Aplica un fondo al contenedor */
    .tp-portfolio-item-3 {
        background-image: url(../../img/cards/pm-card-last.webp);
        background-position: center;
        background-repeat: no-repeat;
    }
    /* Centra el texto */
    .tp-portfolio-view-btn-3 {
        transform: translate(0, 0) !important;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
        color: white; /* Asegúrate de que el texto sea legible */
        background-color: rgba(0, 0, 0, 0.5); /* Fondo semitransparente para el texto */
        padding: 10px;
        border-radius: 5px;
    }
    section#home-latest-projects {
        top: -60px;
    }
    div#id-info-buho {
        top: -70px;
    }
    .tp-blog-3__area.black-bg-3.pt-70.pb-50.fix.tp-el-section {
        padding-top: 0;
    }
    /* Botón en los contadores */
    .elementor-element.elementor-element-4a0307e.elementor-widget.elementor-widget-html {
        justify-content: center;
        display: flex;
    }
    #home-blog .col-xl-6.col-lg-4.col-md-4 {
        display: flex;
        justify-content: center;
    }
}

/* Media Query para pantallas extra pequeñas (máximo 400.98px) */
@media (max-width: 400.98px) {
    #pm-list-servicios .tp-service-3__right-wrap .tp-service-3__item {
        max-width: 90% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

/* Media Query para pantallas pequeñas (máximo 767.98px) */
@media (max-width: 767.98px) {
    section#pm-home-banner .theme-bg-2 {
        background-image: url(../../img/pm-about-bg-mobile.webp);
        background-size: 100% 100%;
        background-color: #ffffff;
    }
    span.tp-hero-social-bar {
        display: none;
    }
}
