/*
 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(--f-secondary);
    font-size: 14px;
    font-weight: 300;
    line-height: 1.35em;
    color: var(--c-secondary);
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--f-primary);
    line-height: 1.2em;
}

h1 {
    font-family: var(--f-logo) !important;
    font-size: 60px;
    font-weight: 100 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
}

h2 {
    font-size: 42px;
    text-transform: uppercase;
}

h3 {
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: var(--c-secondary) !important;
}

.subtit-cab {
    font-size: 28px;
    font-weight: 300 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1.2em;
}

.c-naranja,
.c-naranja h2,
.c-naranja h3,
.c-naranja p {
    color: var(--c-primary) !important;
}

.c-verde,
.c-verde h2,
.c-verde h3,
.c-verde p {
    color: var(--c-secondary) !important;
}

.c-blanco,
.c-blanco h2,
.c-blanco h3,
.c-blanco p {
    color: var(--c-white) !important;
}

.c-beige,
.c-beige h2,
.c-beige h3,
.c-beige p {
    color: var(--c-beige) !important;
}

.bg-blur {
    backdrop-filter: blur(5px);
}

/* SLIDER VALORES */
.slider-valores>div {
    padding-bottom: 40px;
}

.slider-valores .swiper-pagination {
    top: unset !important;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    max-width: 80%;
    border-radius: 40px;
    background-color: transparent;
    background: url(/wp-content/uploads/2024/12/progreso-bg.svg);
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.slider-valores .swiper-pagination>span {
    border-radius: 200px;
}

.slider-valores .swiper {
    padding-left: 10%;
}

.slider-valores p {
    font-size: 13px;
}



/* ----- RESPONSIVE ------ */
@media screen and (max-width: 1500px) {
    .slider-valores h3 {
        font-size: 22px;
    }
}

@media screen and (max-width:1024px) {
    h1 {
        font-size: 50px;
    }

    h2 {
        font-size: 36px;
    }

    h3 {
        font-size: 22px;
    }

    .subtit-cab {
        font-size: 26px;
    }

    .slider-valores .swiper-pagination {
        max-width: 85%;
    }

    .slider-valores .swiper {
        padding-left: 7.5%;
    }
}

@media screen and (max-width:767px) {
    h1 {
        font-size: 42px;
    }

    h2 {
        font-size: 28px;
    }

    h3,
    .slider-valores h3 {
        font-size: 20px;
    }

    .subtit-cab {
        font-size: 20px;
    }

    .slider-valores .swiper-pagination {
        max-width: 85%;
    }

    .slider-valores .swiper {
        padding-left: 5%;
    }

    .br-pc {
        display: none;
    }
}

button.menu-toggle {
    background-color: var(--c-white)!important;
    flex-grow: 1;
    border: 0;
    text-align: center;
}

.gp-icon svg {
    height: 1.5em!important;
    width: 1.5em!important;
    top: .125em;
    position: relative;
    fill: var(--c-secondary)!important;
}
