/*
Theme Name: ReynKo
Theme URI: https://www.reynko.com
Description: Theme creado desde cero para el sitio web de ReynKo
Author: Marta Barriga
Author URI: https://www.martabarriga.com
Version: 1.0
*/

/* GENERAL */
body{
    font-family: Inter, Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
.split-line {
  overflow: hidden;
}

.split-parent {
  overflow: hidden;
}
input,
textarea,
select{
    outline: 0;
}
.max-960 .wp-block-group__inner-container{
    max-width: 960px !important;
}
h1{
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 80px;
}
h2{
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 10px;
}
h3{
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: 42px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
}
h4{
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
p.has-medium-font-size{
    font-size: 22px !important;
    line-height: 140%;
}
p:last-child{
    margin-bottom: 0px;
}
.border-top{
    border-color: #231F20 !important;
}
.wp-block-post-title{
    margin-bottom: 0px !important;
}
h1{
    font-size: 64px;
    line-height: 80px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 40px;
}
.wp-block-quote p{
    font-size: 48px;
    line-height: 110%;
    font-weight: 600;
    margin-bottom: 24px !important;
}
.wp-block-group.margenes-contenido .wp-block-group__inner-container{
    padding-left: 115px;
    padding-right: 115px;
}
.wp-block-group.politicas-privacidad .wp-block-group__inner-container .wp-block-columns .wp-block-group .wp-block-group__inner-container,
.wp-block-group.margenes-contenido .wp-block-group__inner-container .wp-block-group:not(:first-child) .wp-block-group__inner-container{
    padding-top: 0px !important;
}
.wp-block-group.politicas-privacidad .wp-block-group__inner-container .wp-block-columns .wp-block-column .sticky-nav li a{
    margin-bottom: 4px !important;
    display: block;
}
.wp-block-group.margenes-contenido.terminos-de-uso > .wp-block-group__inner-container{
    padding: 0px;
}
.wp-block-group .wp-block-group__inner-container{
    max-width: 1290px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}
.wp-block-columns{
    margin-bottom: 0px;
}
.wp-block-buttons{
    margin-top: 30px;
}
.wp-block-button__link{
    padding: 12px 40px 13px 40px !important;
    color: #FFF;
    border: 1px solid #FFF;
    text-decoration: none;
    border-radius: 100px;
    font-weight: 500;
    transition: background-color 500ms ease, color 500ms ease;
    font-size: 15px !important;
    font-style: normal !important;
}
.wp-block-button .wp-block-button__link.is-style-outline, 
.wp-block-button.is-style-outline>.wp-block-button__link{
    border: 1px solid !important;
}
.wp-block-gallery.has-nested-images{
    margin-top: 30px;
    align-items: center !important;
}
.wp-block-gallery.wp-block-gallery-3{
    gap: 0px !important;
    justify-content: space-between;
}
.wp-block-gallery.has-nested-images figure.wp-block-image{
    flex-direction: row !important;
    flex-grow: 0 !important;
    max-width: 230px !important;
}
.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image){
    width: auto !important;
}
.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image):nth-child(5n-4){
    justify-content: space-between;
}
.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:nth-child(5n){
    justify-self: auto;
}
.wp-block-gallery.has-nested-images figure.wp-block-image img{
    max-height: 100px;
    width: auto;
}
.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image){
    margin-bottom: 0px !important;
}
.wp-block-group .wp-block-group__inner-container .wp-block-button.is-style-outline> a:hover.wp-block-button__link:not(.has-background){
    background-color: #231F20;
    color: #FFF;
}
a:hover.wp-block-button__link{
    background-color: white;
    color: #231F20;
}
.wp-block-quote {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}
.wp-block-quote,
.wp-block-quote p{
    margin-top: 0px;
}
.wp-block-quote cite{
    color: #A3A3A3;
}
:where(.wp-block-columns.is-layout-flex){
    gap: 6em !important; 
}
.reverse {
    unicode-bidi: bidi-override;
    direction: rtl;
}
.wp-block-group,
#footer .container.first,
.slider-imagenes .swiper-container{
    opacity: 0;
}
.wp-block-group[style*="background-color: rgb(35, 31, 32);"] a{
    color: white;
}
body:not(.home) .wp-block-group:not([style*="background-color: rgb(35, 31, 32);"]) a{
    color: #000000;
    text-decoration: underline;
}

/* HEADER */
#header{
    height: 104px;
    width: 100%;
    z-index: 50;
    transition: background-color 500ms ease, box-shadow 500ms ease, padding 500ms ease;
}
.home #header ul li a{
    color: white;
}
body:not(.home) #header ul li a{
    color: #231F20;
}
#header #logo{
    width: 242px;
    height: 64px;
    background-image: url(assets/images/logo-new.svg);
    background-size: 241.89px 184px;
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: 999px;
}
.home #header.activo{
    background-color: #231F20;
}
body:not(.home) #header.activo{
    background-color: #FFF;
}
#header.activo{
    padding-top: 0px !important;
    box-shadow: 2px 15px 53px -38px rgba(0,0,0,.3);
}

body:not(.home) #header #logo{
    background-position: center bottom;
}
/*
body:not(.home) #header ul li a{
    color: #231F20;
}
*/
body:not(.home) .wrapper{
    padding-top: 104px;
}
#header ul li a{
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px; /* 136.364% */
    letter-spacing: 3.3px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
}
#header ul li a:after{
    content:"";
    width: 0%;
    height: 1px;
    background-color: transparent;
    position: absolute;
    bottom: -4px;
    left: 0px;
    transition: all 300ms cubic-bezier(.175,.885,.32,1.075);
}
#header ul li.current-menu-item a:after,
#header ul li a:hover:after{
    background-color: #FFF;
    width: 100%;
}
body:not(.home) #header ul li.current-menu-item a:after, 
body:not(.home) #header ul li a:hover:after{
    background-color: #231F20;
}
#header ul li:not(:first-child) a{
    margin-left: 60px;
}

/* MENU HAMBURGUER */
.hamburger {
    display: none;
}
.bar {
    display: block;
    width: 36px;
    height: 1px;
    margin: 8px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #FFF;
}
body:not(.home) .bar{
    background-color: #231F20;
}
/*
.hamburger.active .bar:first-child{
    margin-top: 0px;
}
.hamburger.active .bar:nth-child(2) {
    opacity: 0;
}
.hamburger.active .bar:nth-child(1) {
    transform: translateY(14px) rotate(45deg);
}
.hamburger.active .bar:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}
*/

/* WPCF7 */
.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select{
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding-top: 10px;
    padding-bottom: 10px;
    border: none;
    border-bottom: 1px solid #231F20;
    width: 100%;
    box-sizing: border-box;
}
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder,,
.wpcf7 select::placeholder,{
    color: #707070;
}
.wpcf7 p{
    margin-bottom: 32px;
}
.wpcf7 p a{
    color: #231F20;
    text-decoration: underline;
}
.wpcf7 input[type="submit"]{
    display: flex;
    padding: 12px 40.11px 13px 41px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 9999px;
    border: 1px solid #231F20;
    margin-bottom: 0px;
    width: 100%;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 22.5px;
    background-color: transparent;
    transition: color 500ms ease, background-color 500ms ease;
}
.wpcf7 input[type="submit"]:hover{
    color: #FFF;
    background-color: #231F20;
}
.wpcf7 .wpcf7-not-valid-tip{
    margin-top: 10px;
    font-size: 16px;
}
.wpcf7 form .wpcf7-response-output{
    border: none !important;
    font-weight: bold !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    text-align: center;
}
.wpcf7 .wpcf7-spinner{
    position: absolute;
    bottom: -35px;
    left: 50%;
    margin: auto;
    transform: translate(-50%,0);
    display: flex;
    justify-content: center;
}

/* LISTADO */
.impact-list li{
    display: flex;
    align-items: center;
}
.impact-list li:not(:last-child):after{
    content:"";
    width: 22px;
    height: 3px;
    background-color: #231F20;
    display: block;
    margin-left: 50px;
    margin-right: 50px;
}

/* SINGLE MEMBER */
.featherlight:last-of-type {
    background: #231F20 !important;
}
body.single-team .wp-block-group,
.featherlight .featherlight-content{
    background: #231F20 !important;
}
.featherlight .featherlight-content p,
.featherlight .featherlight-content h1,
.featherlight .featherlight-content h2,
.featherlight .featherlight-content h3,
.featherlight .featherlight-content h4,
.featherlight .featherlight-content h5,
.featherlight .featherlight-content h6{
    color: #FFF;
}
.featherlight .featherlight-close-icon{
    background-color: transparent;
    background-image: url(assets/images/close-button.svg);
    width: 56px;
    height: 56px;
    display: block;
    background-size: cover;
    overflow: hidden;
    text-indent: 9999px;
    position: fixed;
    top: 60px;
    right: 60px;
}
body.single-team .wp-block-group{
    border-bottom: 1px solid white;
}
body.single-team .entry-content .grupo-integrante{
    margin-left: auto;
    margin-right: auto;
    padding-top: 90px;
    padding-bottom: 90px;
}
body.single-team .entry-content .grupo-integrante h1,
body.single-team .entry-content .grupo-integrante p,
.grupo-integrante .role{
    color: #FFF;
}
body.single-team .cerrar-icono{
    background-color: transparent;
    background-image: url(assets/images/close-button.svg);
    width: 56px;
    height: 56px;
    display: block;
    background-size: cover;
    overflow: hidden;
    text-indent: 9999px;
    position: fixed;
    top: 60px;
    right: 60px;
}
.grupo-integrante{
    max-width: 960px;
}
.grupo-integrante h1{
    font-size: 22px !important;
    line-height: 150% !important;
    margin-bottom: 15px;
}
.grupo-integrante .role{
    font-size: 22px !important;
    line-height: 150% !important;
    margin-bottom: 15px;
    margin-top: -15px;
    display: block;
}
.grupo-integrante__integrante-imagen img{
    width: 240px;
    max-width: 240px;
    height: auto;
    border-radius: 50%;
    margin-bottom: 20px;
}

/* KLAVIYO */
.klaviyo-form.needsclick,
.klaviyo-form.needsclick > div{
    min-height: auto !important;
}
.go3176171171 p{
    color: white;
}
.needsclick{
    padding-left: 0px !important;
}
.needsclick input{
    border: 1px solid rgb(255, 255, 255) !important;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    box-shadow: none !important;
}
.needsclick input:hover,
.needsclick input:focus{
    border-color: #FFF !important;
}

/* FOOTER */
#footer{
    background-color: #231F20;
    color: #FFF;
}
#footer .border-top{
    border-color: #FFF !important;
}
#footer h3{
    text-transform: none;
    letter-spacing: 0px;
}
#footer h4{
    color: #A3A3A3;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 20px;
}
#footer ul li a{
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
    color: #FFF;
}
#footer .container.first{
    padding-top: 96px;
    padding-bottom: 96px;
}
#footer .container-fluid{
    padding-top: 40px;
    padding-bottom: 40px;
}
#footer .form-newsletter div[data-testid="form-component"]{
    flex: 1 0 0px !important
}
#footer .form-newsletter div[data-testid="form-row"],
#footer .form-newsletter form{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 32px;
}
#footer .form-newsletter input::placeholder{
    color: #A3A3A3 !important;
}
#footer .form-newsletter form input:not([type="submit"]){
    background-color: transparent !important;
    font-size: 17px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 150% !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    border: none !important;
    border-bottom: 1px solid #FFF !important;
    color: #FFF !important;
}
#footer .form-newsletter form button,
#footer .form-newsletter form input[type="submit"]{
    border: 1px solid #FFF !important;
    border-radius: 100px !important;
    font-size: 15px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 22.5px !important;
    color: #FFF !important;
    transition: color 500ms ease, background-color 500ms ease !important;
    width: 100% !important;
    background-color: transparent !important;
}
#footer .form-newsletter form button:hover,
#footer .form-newsletter form input[type="submit"]:hover{
    color: #231F20 !important;
    background-color: #FFF !important;
}
#footer a{
    color: #FFF;
    text-decoration: none;
    transition: color 500ms ease;
}
#footer a:hover{
    color: #A3A3A3;
} 

/* RESPONSIVE */
@media (min-width: 0px) and (max-width: 480px){
    body:not(.home) .wrapper{
        padding-top: 75px !important;
    }
    .wp-block-quote p {
        font-size: 34px;
        line-height: 140%;
    }
    h1{
        font-size: 34px;
        font-style: normal;
        font-weight: 600;
        line-height: 130%;
    }
    h2{
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
        margin-bottom: 10px;
    }
    h3{
        font-size: 20px;
        font-style: normal;
        font-weight: 300;
        line-height: 32px;
        letter-spacing: 2.4px;
        text-transform: uppercase;
    }
    h4{
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
    }
    p.has-medium-font-size {
        font-size: 17px !important;
        line-height: 155%;
        margin-top: 20px;
    }
    :where(.wp-block-columns.is-layout-flex){
        gap: 0px !important;
    }
    :where(.wp-block-columns.is-layout-flex) .wp-block-column:not(:last-child){
        margin-bottom: 20px;
    }
    #header{
        padding-top: 0px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
        height: 75px;
    }
    #header #logo {
        width: 181px;
        height: 64px;
        background-image: url(assets/images/logo-new.svg);
        background-size: 181px 153px;
    }
    #footer .menu-navigate ul{
        margin-bottom: 20px !important;
    }
    #footer ul li a{
        line-height: 28px;
    }
    #footer .form-newsletter form {
        display: flex;
        flex-wrap: wrap;
        grid-template-columns: none;
        gap: 0px;
        justify-content: space-between;
    }
    #footer .form-newsletter div[data-testid="form-row"]{
        display: flex !important;
        flex-wrap: wrap !important;
        grid-template-columns: none !important;
        gap: 0px !important;
        justify-content: space-between !important;
    }
    #footer .form-newsletter div[data-testid="form-component"]:not([style*="flex: 0 1 auto"]){
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    #footer .form-newsletter form input[type="email"]{
        margin-left: auto;
    }
    #footer .form-newsletter form input:not([type="submit"]){
        padding: 10px 0px !important;
        width: 95% !important;
    }
    #footer .form-newsletter div[data-testid="form-component"][style*="flex: 0 1 auto"]{
        flex-basis: 100% !important;
    }
    #footer .form-newsletter form input:not([type="submit"]),
    #footer .form-newsletter div[data-testid="form-row"] input,
    #footer .form-newsletter form input{
        flex-basis: 47%;
        width: 47%;
    }
    #footer .form-newsletter form input[type="submit"]{
        flex-basis: 100%;
        width: 100%;
        margin-top: 20px;
    }
    #footer .form-newsletter{
        margin-top: 40px !important;
    }
    .wp-block-group .wp-block-group__inner-container,
    #footer .container.first {
        padding-top: 65px;
        padding-bottom: 65px;
    }
    #footer .copy p{
        font-size: 15px;
        text-align: center;
        margin-bottom: 0px;
    }
    #footer .container-fluid {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #footer .form-newsletter form input:not([type="submit"]){
        font-size: 15px;
        line-height: 140%;
    }

    /* LOGOS */
    html #smooth-content .wp-block-gallery.has-nested-images.columns-5{
        justify-content: center;
        width: 100%;
        flex-direction: column;
    }
    html #smooth-content .wp-block-gallery.has-nested-images.columns-5 figure{
        width: 100%;
        max-width: 100%;
    }
    html #smooth-content .wp-block-gallery.has-nested-images.columns-5 figure:not(:last-child){
        margin-bottom: 30px !important;
    }

    /*IMPACTO*/
    p[style="font-size:22px"],
    .bloque-impacto p[style="font-size:22px"]{
        font-size: 18px !important;
    }
    p[style="font-size:22px"] br,
    .bloque-impacto p br{
        display: none;
    }
    .impact-list li{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 17px;
        line-height: 140%;
    }
    .impact-list li strong{
        text-align: center;
    }
    .impact-list li:not(:last-child):after{
        display: none;
    }
    .impact-list li:before{
        content:"";
        width: 22px;
        height: 3px;
        background-color: #231F20;
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
    }

    /* CONTACTO */
    .w-75{
        width: 100% !important;
    }
    .w-75 .has-text-align-right{
        text-align: center !important;
    }
    .wpcf7 input, .wpcf7 textarea, .wpcf7 select{
        font-size: 17px;
    }
    .wpcf7 p{
        font-size: 14px;
    }
    .wpcf7 .wpcf7-not-valid-tip{
        font-size: 12px;
    }

    /* LIGHTBOX */
    body.single-team .cerrar-icono,
    .featherlight .featherlight-close-icon{
        top: 30px;
        right: 30px;
        width: 30px;
        height: 30px;
    }
    #close-button{
        width: 30px !important;
        height: 30px !important;
    }
    body.single-team .cerrar-icono{
        right: 15px;
    }
    body.single-team .entry-content .grupo-integrante{
        padding-top: 0px;
        padding-bottom: 0px;
    }
    body.single-team .grupo-integrante__integrante{
        padding-left: 5px !important;
        padding-right: 5px !important;
    }


    /* GALERIA */
    .wp-block-gallery.has-nested-images figure.wp-block-image img{
        max-height: 70px;
    }
    .wp-block-gallery.has-nested-images figure.wp-block-image{
        max-width: 180px !important;
    }
}
@media (min-width: 481px) and (max-width: 576px){
    body:not(.home) .wrapper{
        padding-top: 75px !important;
    }
    h1{
        font-size: 34px;
        font-style: normal;
        font-weight: 600;
        line-height: 130%;
    }
    .wp-block-quote p {
        font-size: 34px;
        line-height: 140%;
    }
    h2{
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
        margin-bottom: 10px;
    }
    h3{
        font-size: 20px;
        font-style: normal;
        font-weight: 300;
        line-height: 32px;
        letter-spacing: 2.4px;
        text-transform: uppercase;
    }
    h4{
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
    }
    p.has-medium-font-size {
        font-size: 17px !important;
        line-height: 155%;
        margin-top: 20px;
    }
    :where(.wp-block-columns.is-layout-flex){
        gap: 0px !important;
    }
    :where(.wp-block-columns.is-layout-flex) .wp-block-column:not(:last-child){
        margin-bottom: 20px;
    }
    #header{
        padding-top: 0px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
        height: 75px;
    }
    #header #logo {
        width: 181px;
        height: 64px;
        background-image: url(assets/images/logo-new.svg);
        background-size: 181px 153px;
    }
    #footer .menu-navigate ul{
        margin-bottom: 20px !important;
    }
    #footer ul li a{
        line-height: 28px;
    }
    #footer .form-newsletter form {
        display: flex;
        flex-wrap: wrap;
        grid-template-columns: none;
        gap: 0px;
        justify-content: space-between;
    }
    #footer .form-newsletter form input{
        flex-basis: 35%;
        width: 35%;
    }
    #footer .form-newsletter form input[type="submit"]{
        flex-basis: 20%;
        width: 20%;
    }
    #footer .form-newsletter{
        margin-top: 40px !important;
    }
    .wp-block-group .wp-block-group__inner-container,
    #footer .container.first {
        padding-top: 65px;
        padding-bottom: 65px;
    }
    #footer .copy p{
        font-size: 16px;
        margin-bottom: 0px;
    }
    #footer .container-fluid {
        padding-top: 24px;
        padding-bottom: 24px;
    }
    #footer .form-newsletter form input:not([type="submit"]){
        font-size: 16px;
        line-height: 140%;
    }
    #footer .form-newsletter form input:not([type="submit"]){
        padding: 10px 0px !important;
        width: 95% !important;
    }
    #footer .form-newsletter div[data-testid="form-row"]{
        gap: 0px !important;
    }
    #footer .copy p{
        text-align: center;
    }

    /*IMPACTO*/
    p[style="font-size:22px"],
    .bloque-impacto p[style="font-size:22px"]{
        font-size: 19px !important;
    }
    p[style="font-size:22px"] br,
    .bloque-impacto p br{
        display: none;
    }
    .impact-list li{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        line-height: 140%;
        padding: 0px 20px;
    }
    .impact-list li strong{
        text-align: center;
    }
    .impact-list li:not(:last-child):after{
        display: none;
    }
    .impact-list li:before{
        content:"";
        width: 22px;
        height: 3px;
        background-color: #231F20;
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
    }

    /* CONTACTO */
    .w-75{
        width: 100% !important;
    }
    .w-75 .has-text-align-right{
        text-align: center !important;
    }
    .wpcf7 input, .wpcf7 textarea, .wpcf7 select{
        font-size: 18px;
    }
    .wpcf7 .wpcf7-not-valid-tip{
        font-size: 12px;
    }

    /* LIGHTBOX */
    body.single-team .cerrar-icono,
    .featherlight .featherlight-close-icon{
        top: 30px;
        right: 30px;
        width: 30px;
        height: 30px;
    }
    html .wp-block-gallery.has-nested-images figure.wp-block-image img{
        max-height: 70px;
    }
    body.single-team .cerrar-icono{
        right: 15px;
    }
    #close-button{
        width: 30px !important;
        height: 30px !important;
    }


     /* LOGOS */
     html #smooth-content .wp-block-gallery.has-nested-images.columns-5{
        max-width: 600px;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }
    html #smooth-content .wp-block-gallery.has-nested-images.columns-5 figure{
        width: 100%;
        max-width: 100%;
        margin-left: 20px;
        margin-right: 20px;
    }
    html #smooth-content .wp-block-gallery.has-nested-images.columns-5 figure:not(:last-child){
        margin-bottom: 30px !important;
    }
}
@media (min-width: 577px) and (max-width: 767px){
    body:not(.home) .wrapper{
        padding-top: 75px !important;
    }
    .wp-block-quote p {
        font-size: 36px;
        line-height: 140%;
    }
    h1{
        font-size: 36px;
        font-style: normal;
        font-weight: 600;
        line-height: 130%;
    }
    h2{
        font-size: 22px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
        margin-bottom: 10px;
    }
    h3{
        font-size: 22px;
        font-style: normal;
        font-weight: 300;
        line-height: 32px;
        letter-spacing: 2.4px;
        text-transform: uppercase;
    }
    h4{
        font-size: 19px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
    }
    p.has-medium-font-size {
        font-size: 19px !important;
        line-height: 155%;
        margin-top: 20px;
    }
    :where(.wp-block-columns.is-layout-flex){
        gap: 0px !important;
    }
    :where(.wp-block-columns.is-layout-flex) .wp-block-column:not(:last-child){
        margin-bottom: 20px;
    }
    .container{
        max-width: 100%;
    }
    #header{
        padding-top: 0px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
        height: 75px;
    }
    #header #logo {
        width: 181px;
        height: 64px;
        background-image: url(assets/images/logo-new.svg);
        background-size: 181px 153px;
    }
    #footer .form-newsletter form{
        display: grid;
        grid-template-columns: repeat(1,1fr);
    }
    #footer h3{
        margin-top: 22px;
    }
    #footer .container-fluid {
        padding-top: 24px;
        padding-bottom: 24px;
    }
    #footer .form-newsletter form input:not([type="submit"]){
        padding: 10px 0px !important;
        width: 92% !important;
    }
    #footer .form-newsletter div[data-testid="form-row"]{
        gap: 0px !important;
    }
    #footer .copy p{
        text-align: center;
    }

    
    /* IMPACTO */
    p[style="font-size:22px"],
    .bloque-impacto p[style="font-size:22px"]{
        font-size: 20px !important;
    }
    p[style="font-size:22px"] br,
    .bloque-impacto p br{
        display: none;
    }
    .impact-list li{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        line-height: 140%;
        padding: 0px 20px;
    }
    .impact-list li strong{
        text-align: center;
    }
    .impact-list li:not(:last-child):after{
        display: none;
    }
    .impact-list li:before{
        content:"";
        width: 22px;
        height: 3px;
        background-color: #231F20;
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
    }

    /* CONTACTO */
    .w-75{
        width: 100% !important;
    }
    .w-75 .has-text-align-right{
        text-align: center !important;
    }
    .wpcf7 input, .wpcf7 textarea, .wpcf7 select{
        font-size: 18px;
    }
    .wpcf7 .wpcf7-not-valid-tip{
        font-size: 13px;
    }

    /* LIGHTBOX */
    body.single-team .cerrar-icono,
    .featherlight .featherlight-close-icon{
        top: 30px;
        right: 30px;
        width: 30px;
        height: 30px;
    }
    body.single-team .cerrar-icono{
        right: 15px;
    }
    body.single-team .entry-content .grupo-integrante{
        padding-top: 0px;
        padding-bottom: 0px;
    }
    #close-button{
        width: 30px !important;
        height: 30px !important;
    }

    /* GALERIA */
    .wp-block-gallery.has-nested-images figure.wp-block-image img{
        max-height: 70px;
    }
    .wp-block-gallery.has-nested-images figure.wp-block-image{
        max-width: 140px !important;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    body:not(.home) .wrapper{
        padding-top: 75px !important;
    }
    .wp-block-group.politicas-privacidad .wp-block-group__inner-container .wp-block-columns{
        display: flex !important;
        flex-wrap: nowrap !important;
    }
    .wp-block-group.politicas-privacidad .wp-block-group__inner-container .wp-block-columns .wp-block-column:first-child{
        flex-basis:33.33% !important
    }
    .wp-block-group.politicas-privacidad .wp-block-group__inner-container .wp-block-columns .wp-block-column:last-child{
        flex-basis:66.66% !important
    }
    .wp-block-group.politicas-privacidad .wp-block-group__inner-container .wp-block-columns .wp-block-column:first-child{
        align-self: baseline;
        position: sticky;
        top: 114px;
    }
    .wp-block-quote p {
        font-size: 38px;
        line-height: 140%;
    }
    h1{
        font-size: 38px;
        font-style: normal;
        font-weight: 600;
        line-height: 130%;
    }
    h2{
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
        margin-bottom: 10px;
    }
    h3{
        font-size: 24px;
        font-style: normal;
        font-weight: 300;
        line-height: 32px;
        letter-spacing: 2.4px;
        text-transform: uppercase;
    }
    h4{
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
    }
    #header{
        padding-top: 0px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
        height: 75px;
    }
    #header #logo {
        width: 181px;
        height: 64px;
        background-image: url(assets/images/logo-new.svg);
        background-size: 181px 153px;
    }
    .container{
        max-width: 100%;
    }
    p.has-medium-font-size {
        font-size: 19px !important;
        line-height: 155%;
        margin-top: 20px;
    }
    :where(.wp-block-columns.is-layout-flex){
        gap: 3em !important;
    }
    :where(.wp-block-columns.is-layout-flex) .wp-block-column:not(:last-child){
        margin-bottom: 20px;
    }
    #footer .container-fluid {
        padding-top: 24px;
        padding-bottom: 24px;
    }
    #footer .container-fluid p{
        margin-bottom: 0px;
    }

    /* IMPACTO */
    p[style="font-size:22px"],
    .bloque-impacto p[style="font-size:22px"]{
        font-size: 20px !important;
    }
    p[style="font-size:22px"] br,
    .bloque-impacto p br{
        display: none;
    }
    .impact-list li{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        line-height: 140%;
        padding: 0px 20px;
    }
    .impact-list li strong{
        text-align: center;
    }
    .impact-list li:not(:last-child):after{
        display: none;
    }
    .impact-list li:before{
        content:"";
        width: 22px;
        height: 3px;
        background-color: #231F20;
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
    }

    /* CONTACTO */
    .w-75{
        width: 90% !important;
    }
    .w-75 .has-text-align-right{
        text-align: center !important;
    }
    .wpcf7 input, .wpcf7 textarea, .wpcf7 select{
        font-size: 17px;
    }
    .wpcf7 p{
        font-size: 16px;
    }
    .w-75 h1{
        margin-bottom: 0px !important;
    }
    .wpcf7 .wpcf7-not-valid-tip{
        font-size: 13px;
    }

    /* LIGHTBOX */
    body.single-team .cerrar-icono,
    .featherlight .featherlight-close-icon{
        top: 30px;
        right: 30px;
        width: 35px;
        height: 35px;
    }
    body.single-team .cerrar-icono{
        right: 15px;
    }
    body.single-team .entry-content .grupo-integrante{
        padding-top: 0px;
        padding-bottom: 0px;
    }
    #close-button{
        width: 35px !important;
        height: 35px !important;
    }

    /* GALERIA */
    .wp-block-gallery.has-nested-images figure.wp-block-image img{
        max-height: 70px;
    }
    .wp-block-gallery.has-nested-images figure.wp-block-image{
        max-width: 200px !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .wp-block-quote p {
        font-size: 44px;
        line-height: 140%;
    }
    h1{
        font-size: 44px;
        font-style: normal;
        font-weight: 600;
        line-height: 130%;
    }
    h2{
        font-size: 26px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
        margin-bottom: 10px;
    }
    h3{
        font-size: 26px;
        font-style: normal;
        font-weight: 300;
        line-height: 32px;
        letter-spacing: 2.4px;
        text-transform: uppercase;
    }
    h4{
        font-size: 21px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
    }
    .container{
        max-width: 100%;
    }
    #header{
        padding-top: 0px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
        height: 75px;
    }
    #header #logo {
        width: 181px;
        height: 64px;
        background-image: url(assets/images/logo-new.svg);
        background-size: 181px 153px;
    }

    /* CONTACTO */
    .w-75{
        width: 90% !important;
    }
    .w-75 .has-text-align-right{
        text-align: center !important;
    }
    .wpcf7 input, .wpcf7 textarea, .wpcf7 select{
        font-size: 19px;
    }
    .wpcf7 p{
        font-size: 16px;
    }
    .wpcf7 .wpcf7-not-valid-tip{
        font-size: 14px;
    }

    /* LIGHTBOX */
    body.single-team .cerrar-icono,
    .featherlight .featherlight-close-icon{
        top: 30px;
        right: 30px;
        width: 40px;
        height: 40px;
    }
    #close-button{
        width: 40px !important;
        height: 40px !important;
    }
}
@media (min-width: 1200px) and (max-width: 1340px){
    .wp-block-quote p {
        font-size: 50px;
        line-height: 140%;
    }
    h1{
        font-size: 50px;
        font-style: normal;
        font-weight: 600;
        line-height: 130%;
    }
    h2{
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
        margin-bottom: 10px;
    }
    h3{
        font-size: 38px;
        font-style: normal;
        font-weight: 300;
        line-height: 32px;
        letter-spacing: 2.4px;
        text-transform: uppercase;
    }
    h4{
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
    }
    .container{
        max-width: 100%;
    }
    #header{
        padding-top: 0px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .wpcf7 .wpcf7-not-valid-tip{
        font-size: 15px;
    }

    /* LIGHTBOX */
    body.single-team .cerrar-icono,
    .featherlight .featherlight-close-icon{
        top: 30px;
        right: 30px;
        width: 45px;
        height: 45px;
    }
    #close-button{
        width: 45px !important;
        height: 45px !important;
    }
}
@media (min-width: 1341px) and (max-width: 1399px){
    .container{
        max-width: 100%;
    }
}

@media (min-width: 0px) and (max-width: 991px){
    .wp-block-group.margenes-contenido .wp-block-group__inner-container{
        padding-left: 15px;
        padding-right: 15px;
    }
    body:not(.home) #header{
        border-bottom: 1px solid #282828;
    }
    #close-button{
        position: absolute;
        top: 30px;
        right: 15px;

        background-color: transparent;
        background-image: url(assets/images/close-button.svg);
        width: 56px;
        height: 56px;
        display: block;
        background-size: cover;
        overflow: hidden;
        text-indent: 9999px;
    }
    .menu-mobile{
        position: fixed;
        top: -100%;
        width: 100%;
        background-color: #231F20;
        height: 100%;
        left: 0px;
        z-index: 50;
        transition: all 800ms ease;
        opacity: 0;
        display: block;
    }
    .menu-mobile .menu-mobile-wrapper{
        padding: 30px 22px;
    }
    .menu-mobile .menu-mobile-wrapper ul{
        margin-top: 80px;
    }
    .menu-mobile-wrapper li a{
        text-decoration: none;
        margin-bottom: 15px;
        display: block;
        font-size: 34px;
        line-height: 130%;
        color: #FFF;
        font-weight: 600;
    }
    .menu-mobile-wrapper li:not(:last-child) a{
        margin-bottom: 10px;
    }
    .menu-mobile.active{
        opacity: 1;
        top: 0px;
    }
    .menu-mobile .menu-mobile-wrapper{
        padding: 40px 9px;
        max-width: 92% !important;
        margin: auto;
    }
}

@media (min-width: 992px){
    .wp-block-group.politicas-privacidad .wp-block-group__inner-container .wp-block-columns .wp-block-column:first-child{
        align-self: baseline;
        position: sticky;
        top: 154px;
    }
    .menu-mobile{
        display: none;
        visibility: hidden;
    }
}