/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

body {
    font-family: var(--font-primary);
    font-size: 1rem;
}

p {
    font-family: var(--font-primary);
    /* font-size: 1rem; */
    font-size: 1.25rem;
    line-height: 1.25em !important;
    margin-bottom: 0px !important;
}

.p2 p {
    font-size: 1rem !important;
}

a {
    text-decoration: none;
}

.elementor-widget-text-editor>.elementor-widget-container a {
    border-bottom: 1px solid;
}

.b-radius-up-left img {
    border-radius: 40px 0px 0px 40px !important;
}

.b-radius-down-right img {
    border-radius: 0 40px 40px 0 !important;
}

.noborder img {
    border-radius: 0 !important;
}

h1.elementor-slide-heading,
.tit h1 {
    font-size: 3.75rem;
    font-weight: var(--semibold);
    line-height: 1.25em;
}

h2.elementor-slide-heading,
.tit h2 {
    font-size: 2.75rem;
    font-weight: var(--semibold);
    line-height: 1.25em;
}

h3.elementor-slide-heading,
.tit h3 {
    font-size: 1.75rem !important;
    line-height: 1.25em !important;
    font-weight: var(--semibold) !important;
}

.tit p {
    font-size: 1.75rem;
    line-height: 1.25em;
}

.c-blanco {
    color: var(--c-blanco) !important;
}

.multiply {
    mix-blend-mode: multiply;
}


.nopc {
    display: none;
}




/* ----- RESPONSIVE ------ */

@media screen and (max-width:1024px) {

    h1.elementor-slide-heading,
    .tit h1 {
        font-size: 3.5rem;
    }

    h2.elementor-slide-heading,
    .tit h2 {
        font-size: 2.5rem;
    }

    h3.elementor-slide-heading,
    .tit h3 {
        font-size: 1.5rem !important;
    }

    .tit p {
        font-size: 1.5rem;
    }

    /* HOME */

    .home .elementor-toggle .elementor-tab-content>p:last-child {
        min-height: 330px;
    }

    .services-slide .service-slide .elementor-icon img {
        max-width: 100px;
        max-height: 100px;
    }

    .services-slide .service-slide .content {
        padding-left: 25px;
    }

}

@media screen and (max-width:600px) {

    .zIndex-1 {
        z-index: -1 !important;
    }

    p {
        font-size: 1.125rem;
    }

    h1.elementor-slide-heading,
    .tit h1 {
        font-size: 2.5rem;
    }

    h2.elementor-slide-heading,
    .tit h2 {
        font-size: 1.8rem;
    }

    h3.elementor-slide-heading,
    .tit h3 {
        font-size: 1.25rem !important;
    }

    .tit p {
        font-size: 1.25rem;
    }

    .b-radius-down-right img,
    .b-radius-up-left img {
        border-radius: var(--b-radius) !important;
    }

    .custom-widget-toggle .elementor-tab-title {
        padding: 12px !important;
    }

    .custom-widget-toggle .elementor-tab-title .elementor-toggle-title {
        padding-left: 25px;
    }

    .custom-widget-toggle .elementor-toggle-icon {
        height: auto;
        background-color: transparent;
    }

    .elementor-toggle .elementor-tab-content {
        transform: translateY(-53px);
    }

    .elementor-toggle .elementor-tab-content img {
        height: 250px;
    }

    .custom-tab .tab-icon .elementor-widget-container {
        background-color: transparent !important;
    }

    /* HOME */

    .home .elementor-toggle .elementor-tab-content>p:last-child {
        min-height: 0;
        padding: 0 15px 50px;
    }

    .que-es .elementor-slide-description {
        font-size: 1.25rem !important;
        padding-right: 25px;
        padding-left: 50px;
    }

    .que-es .swiper-slide-inner {
        padding-left: 25px !important;
    }

    .que-es .elementor-slide-heading svg {
        height: 60px !important;
        width: 60px !important;
    }

    .que-es .swiper-slide-inner::before {
        left: 0;
        height: 195px;
        width: 136px;
    }

    .services-slide .service-slide .elementor-icon img {
        max-width: 70px;
        max-height: 70px;
    }

    .services-slide .service-slide .content {
        padding-left: 15px;
    }

    .services-slide .service-slide .content p {
        font-size: 1rem;
    }

    .services-slide .elementor-swiper-button img {
        max-width: 15px;
    }

    .services-slide .elementor-swiper-button {
        height: 50px;
        width: 50px;
        top: 87% !important;
    }

    .services-slide .service-slide {
        align-items: flex-start;
    }


}