@font-face {
    font-family: "Source Sans Pro";
    src: url("fonts/SourceSansPro-Black.woff2") format("woff2");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url("fonts/SourceSansPro-BlackIt.woff2") format("woff2");
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url("fonts/SourceSansPro-Bold.woff2") format("woff2");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url("fonts/SourceSansPro-BoldIt.woff2") format("woff2");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url("fonts/SourceSansPro-ExtraLight.woff2") format("woff2");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url("fonts/SourceSansPro-ExtraLightIt.woff2") format("woff2");
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url("fonts/SourceSansPro-It.woff2") format("woff2");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url("fonts/SourceSansPro-Light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url("fonts/SourceSansPro-Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url("fonts/SourceSansPro-Semibold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url("fonts/SourceSansPro-SemiboldIt.woff2") format("woff2");
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url("fonts/SourceSansPro-LightIt.woff2") format("woff2");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    font-family: sans-serif;
}

html {
    scroll-behavior: smooth;
    font-family: "Source Sans Pro";
}

figure.wp-block-image {
    margin-block: 0px;
}

p, a, h1, h2, h3, h4, h5, h6 {
    text-rendering: optimizelegibility;
    letter-spacing: 0.04rem;
}

h1, h2, h3, h4 {
    text-transform: none;
    line-height: 1.4;
}

p, a, li {
    margin-top: 0px;
    margin-bottom: 15px;
    font-weight: 200;

}

p, li {
    line-height: 1.45;
    color: rgb(34, 34, 34);
    font-size: 1.1rem;

}

a {
    text-decoration: none;
    color: rgb(9, 82, 155);
}

a:hover {
    color: rgb(6, 174, 239);
}

h1, h2 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 400;
    color: rgb(9, 82, 155);
    padding-bottom: 10px;
}

div:has(+ p) h1, 
div:has(+ p) h2 {
    padding-bottom: 20px;
}

h3 {
    font-size: 28px;
    font-weight: 700;
}

h4 {
    font-size: 22px;
    font-weight: 300;
    padding-bottom: 10px;
}

h4 strong {
    font-weight: 700;
}

b, strong {
    font-weight: 400;
}

ul, ol {
    padding-left: 30px;

}

li ul {
    margin-top: 20px;
}

.texto-azul {
    color: rgb(9, 82, 155) !important;
}

.texto-blanco {
    color: white !important;
}

.texto-blanco h1, .texto-blanco h2, .texto-blanco h3, .texto-blanco h4, .texto-blanco h5, .texto-blanco h6, .texto-blanco p, .texto-blanco a {
    color: white !important;
}

.acento-azul strong {
    color: rgb(71, 188, 247);
}

.sp-text-meta {
    font-size: 11px;
    line-height: 1.4;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 0px;
}

.hero-tittle h2 {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 2rem;
    color: white;
    text-shadow: rgba(0, 0, 0, 0.8) 0px 0px 10px;

}

.hero-tittle h2 strong {
    font-size: 2.5rem;
    font-weight: 700;
}

.alt-tittle h2 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 2rem;
    color: white;
}

.hero-tittle.texto-azul h2 {
    color: rgb(9, 82, 155);
}

.volanta {
    margin: 0px;
}

.sp-button1 {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1rem;
}

.mi-menu-jerarquico ul {
    list-style-type: none;
    padding-left: 0px;
    margin-left: 0px;
    margin-top: 5px;
}

.mi-menu-jerarquico li {
    margin-top: 8px;
    margin-bottom: 2px;
    line-height: 1.1rem;
}

.mi-menu-jerarquico a {
    font-size: 0.9rem;
    font-weight: 300;
    color: rgb(108, 109, 108);
}

.mi-menu-jerarquico ul.children {
    padding-left: 15px;
    display: none;
}

.mi-menu-jerarquico li.current_page_ancestor > ul.children, .mi-menu-jerarquico li.current_page_item > ul.children {
    display: block;
}

.mi-menu-jerarquico li.current_page_item > a {
    font-weight: 600;
    color: rgb(9, 82, 155);
}

.sp-tabla-01 {
    border-collapse: collapse;
    width: auto;
    max-width: 900px;
    border: medium;
    text-align: left;
    margin: 0px auto 0px 0px;
    font-weight: 300;
    font-size: 1.2rem;
}

.sp-tabla-01 thead, .sp-tabla-01 th, .sp-tabla-01 td {
    border: medium;
    padding: 10px 0px;
}

.sp-tabla-01 th:not(:last-child), .sp-tabla-01 td:not(:last-child) {
    padding-right: 40px;
}

.sp-tabla-01 th {
    font-weight: 600;
}

.sp-acordeon .wp-block-accordion-heading__toggle-title {
    font-size: 1.2rem;
    font-family: Arial, sans-serif;
    margin-right: 30px;
}

.acordeon-alt .wp-block-accordion-heading {
    padding: 2px 15px 3px 18px;
    color: white;
    background-color: rgb(6, 174, 239);
    font-size: 16px;
}

.acordeon-alt .wp-block-accordion-heading:hover {
    background-color: rgb(8, 82, 144);
}

.acordeon-alt .wp-block-accordion-heading__toggle-title {
    font-size: 13px;
    letter-spacing: 1.6px;
    font-weight: 600;
}

.acordeon-alt .wp-block-accordion-heading__toggle-icon {
    color: white !important;
}

.sp-acordeon.sp-tipo1 .wp-block-accordion-heading__toggle-title {
    color: rgb(9, 82, 155);
}

.sp-acordeon .wp-block-accordion-heading {
    margin: 0px;
}

.sp-acordeon .wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title {
    text-decoration: none;
}

.sp-acordeon.sp-tipo1 .wp-block-accordion-heading__toggle-title strong {
    font-weight: 600;
}

.sp-acordeon .wp-block-accordion-panel .wp-block-paragraph, .sp-acordeon .wp-block-accordion-panel li {
    color: rgb(74, 74, 74);
    font-size: 1.1rem;
    line-height: 1.4;
    margin-top: 20px;
    margin-bottom: 10px;
}

.sp-acordeon .wp-block-accordion-panel {
    margin-bottom: 15px !important;
}

.sp-acordeon .wp-block-accordion-heading__toggle-icon {
    color: rgb(74, 74, 74);
    font-weight: 200;
}

.sp-acordeon .wp-block-accordion-panel {
    max-height: 0px;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: max-height 0.4s ease-out, opacity 0.4s ease-out, visibility 0.4s ease-out;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px;
    display: block !important;
}

.sp-acordeon .wp-block-accordion-item.is-open .wp-block-accordion-panel {
    max-height: 1500px;
    opacity: 1;
    visibility: visible;
}

.site-header {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(234, 234, 234);
    padding: 20px;
}

.header-ui {
    width: 1240px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
    padding-top: 10px;
}

.header-section {
    display: flex;
    align-items: center;
}

.header-logo {
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
}

.header-logo a {
    margin: 0px;
}

.header-logo img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0px;
}

.header-mobile-menu img {
    height: 25px;
}

.header-nav {
    flex-grow: 1;
    padding: 0px 40px;
    display: none;
    max-width: 700px;
}

.header-nav > ul {
    width: 100%;
    display: flex;
    gap: 15px;
    justify-content: space-between;
    list-style: none;
    padding:0;
}

.header-nav li {
    position: relative;
    margin-bottom: 0px;
}

.header-nav a {
    text-decoration: none;
    color: rgb(112, 112, 112);
    padding: 20px 10px;
    display: block;
    font-weight: 600;
    font-size: 0.95rem;
    margin: 0px;
}

#menu-principal {
    margin: 0px;
}

.header-nav li ul {
    position: absolute;
    top: 100%;
    left: 0px;
    min-width: 180px;
    background-color: rgb(239, 249, 254);
    list-style: none;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 16px;
    border-radius: 4px;
    overflow: hidden;
    margin: 0px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: 0.3s;
    z-index: 100;
    padding: 20px 0px;
}

.header-nav li a:hover {
    color: rgb(71, 188, 242);
}

.header-nav li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.header-nav li ul li a {
    padding: 6px 20px;
    font-weight: 200;
    color: rgb(8, 82, 155);
}

.header-nav li ul li a:hover {
    color: rgb(71, 188, 242);
}

.header-search {
    display: none;
    flex-shrink: 0;
    justify-content: flex-end;
}

.header-search input {
    width: 100%;
    padding: 8px 12px;
}

.search-field {
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    background: rgb(247, 247, 247);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 1px solid transparent;
    transition: 2s;
}

.search-field:focus {
    background-color: transparent;
    border-color: rgb(229, 229, 231);
}

.mobile-nav-container {
    display: block;
    position: fixed;
    top: 0px;
    left: -300px;
    width: 300px;
    height: 100vh;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px;
    z-index: 100;
    padding: 10px 20px;
    transition: 0.2s ease-in-out;
    overflow-y: auto;
    overscroll-behavior: contain;
}

.botonera {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: start;
    padding-top: 20px;
}

.logo-mobile img {
    height: 30px;
}

.close-mobile {
    height: 20px;
}

.search-mobile {
    margin-bottom: 10px;
}

.search-mobile input {
    padding: 10px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid rgb(112, 112, 112);
}

.mobile-nav-container.is-active {
    left: 0px;
}

.mobile-menu-list {
    list-style: none;
    padding: 10px 0px;
    margin: 0px;
}

.mobile-menu-list li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.mobile-menu-list li a {
    display: block;
    padding: 12px 0px 4px;
    margin: 0px;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 600;
    color: rgb(8, 82, 144);
}

.mobile-menu-list li ul {
    list-style: none;
    padding-left: 10px;
    margin: 0px 0px 10px 5px;
}

.mobile-menu-list li ul li a {
    display: block;
    padding: 3px 0px;
    margin: 0px;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 400;
    color: rgb(112, 112, 112);
}

.mobile-menu-list li ul li a::before {
    content: ">";
    font-size: 0.6rem;
    font-weight: 800;
    margin-right: 4px;
    position: absolute;
    margin-top: 4px;
    margin-left: -10px;
}

.header-nav > ul > li > ul ul {
    display: none !important;
}

.site-footer {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: rgb(26, 26, 26);
    color: rgb(224, 224, 224);
    padding: 60px 0px;
    margin-top: 0px;
}

.site-footer p {
    color: rgb(160, 160, 160);
    font-size: 14px;
}

.footer-container {
    width: 1240px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 0px 20px;
}

.footer-logo {
    max-width: 150px;
    height: auto;
    margin-bottom: 25px;
    display: block;
}

.footer-disclaimer {
    font-size: 13px;
    line-height: 1.6;
    color: rgb(160, 160, 160);
    margin-bottom: 30px;
}

.contact-block {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.6;
}

.contact-block h4, .footer-menu h4 {
    color: rgb(255, 255, 255);
    font-size: 14px;
    margin-top: 30px;
    margin-bottom: 5px;
    font-weight: 600;
}

.contact-block a {
    color: rgb(224, 224, 224);
    text-decoration: none;
    transition: color 0.3s;
}

.contact-block a:hover {
    color: rgb(255, 255, 255);
}

.footer-menu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.footer-menu ul li {
    margin-bottom: 8px;
}

.footer-menu ul li a {
    color: rgb(160, 160, 160);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

.footer-menu ul li a:hover {
    color: rgb(255, 255, 255);
}

.sp-slider h1 strong {
    font-weight: 600;
    font-size: 2.8rem;
    line-height: 3rem;
    letter-spacing: 0.05rem;
    text-shadow: rgba(0, 0, 0, 0.8) 0px 0px 10px;
}

.sp-slider h1 {
    padding-bottom: 30px;
}

.sp-slider p {
    font-weight: 400;
    font-size: 1.6rem;
    letter-spacing: 0.08rem;
    text-shadow: rgba(0, 0, 0, 0.8) 0px 0px 10px;
}

.sp-cards p {
    font-size: 0.9rem;
}

.sp-cards h4 {
    font-size: 1.2rem;
    letter-spacing: 0.06rem;
    line-height: 1.5rem;
    font-weight: 100;
    color: rgb(8, 82, 144);
}

.postcard-tittle a {
    font-size: 1.6rem;
    font-weight: 400;
    color: rgb(8, 82, 144);
}

.postcard-extrude p {
    font-size: 1.3rem;
    font-weight: 300;
}

.botones-categoria a {
    margin: 0px;
    font-size: 0.95rem;
    font-weight: 200;
}

.botones-categoria a div {
    padding: 5px 4px;
}

.botones-categoria .uagb-block-a3f7f3fb.wp-block-uagb-buttons.uagb-buttons__outer-wrap .uagb-buttons__wrap {
    gap: 8px;
}

div.wpforms-container-full .wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    background: rgb(192, 233, 249);
    border: 1px solid rgb(71, 188, 242);
    box-sizing: border-box;
}

.area-de-resultado {
    background: linear-gradient(rgb(194, 233, 242) 0%, rgb(255, 255, 255) 40%);
}

.search-results-container {
    max-width: 1200px;
    margin: 0px auto;
    padding: 100px 20px;
}

.hentry {
    padding: 40px 0px;
    border-bottom: 1px solid rgb(229, 229, 231);
    margin: 0px !important;
}

.hentry:last-of-type {
    border-bottom: medium;
}

.nav-links {
    text-align: center;
}

.nav-links a, .nav-links span {
    margin: 0px 5px;
}

.page-numbers {
    color: rgb(112, 112, 112);
}

.page-numbers.current {
    color: rgb(8, 82, 144);
    font-weight: 800;
}

/* tablet */
@media (min-width: 720px) {

    .hero-tittle h2 {
        font-size: 2.2rem;
        line-height: 2.8rem;
    }
    
    .hero-tittle h2 strong {
        font-size: 3rem;
        font-weight: 700;
    }

    .desktop-nav {
        display: none;
    }

}

/* reducción de menú para pantallas pequeñas */
@media (min-width: 900px) {

    .ancho-5{display: block !important;}

    .header-logo {
        width: 80px;
    }

    .header-ui {
        gap: 30px;
    }
    
      .header-mobile-menu {
        display: none;
    }


    .header-nav {
        display: flex;
        padding: 0px 10px;
    }

    .header-nav a {
        padding: 20px 0px;
        font-weight: 600;
        font-size: 0.9rem;
    }

    .header-search {
        display: flex;
    }

    .footer-container {
        grid-template-columns: 2fr 1fr 1fr 1fr;
        gap: 80px;
    }
}

/* desktop */
@media (min-width: 1100px) {

    h1 {
        font-size: 32px;
    }

    .hero-tittle h2 {
        font-size: 3rem;
        line-height: 4.5rem;
    }

    .hero-tittle h2 strong {
        font-size: 4.5rem;
        line-height: 2rem;
    }
    
    .mobile-nav-container.is-active {
        display: none;
    }

    .header-logo {
        width: 120px;
    }
    
    .header-nav {
        display: flex;
    }
    
    .header-nav a{
        padding: 20px 10px;
        font-weight: 600;
        font-size: 0.95rem;
        letter-spacing: 0.05rem;
    }

    .header-mobile-menu {
        display: none;
    }

}