﻿/* Definir variables de color */
:root {
    --color-blue: #004381;
    --color-teal: #439d9d;
    --color-teal--light-teal: #439d9d;
    --color-teal--dark-teal: #439d9d;

}

h1 {
    font-size: 52px;
}

#wp-admin-bar-elementor_edit_page,
#wp-admin-bar-wp-logo {
    display: none;
}

#wpadminbar {
    background-color: #004381;
    font-family: 'Proxima Nova' !important
}

.scrapp-video-popup-embed {
    width: 1000px;
    max-width: 100%;
    max-height: 85vh;
}

.scrapp-video-popup-embed {
    width: 1000px;
    max-width: 100%;
    max-height: 85vh;
}

.scrapp-video-popup-embed iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    display: block;
    border: none;
}

@media (max-width: 967px) {
    .carousel-navigation {
        left: 50% !important
    }

    .scrapp-video-popup-embed iframe {
        width: 100%;
        height: auto;
        max-height: 50vh;
    }

    .slide-content h3 {
        font-size: 26px !important;


    }

    .slider-container {
        position: relative !important;
    }

    h3 {
        font-size: 30px;
        font-weight: bold;
    }
}

.custom-grid-container h3 {
    margin-bottom: 0px !important
}

b,
strong {
    font-weight: bold !important
}

@media (min-width: 967px) {
    .display-block-desktop {
        display: block
    }

}

body {
    overflow-x: hidden !important
}

#primary {
    width: 100vw;
    overflow-x: hidden;
}

.cta-button {
    background-color: initial
}

.website-terms h1 {
    margin-bottom: 45px;
    font-size: clamp(38px, 4.25vw, 66px);
    line-height: 1.05;
}

@media (max-width: 767px) {
    .website-terms h1 {
        margin-bottom: 20px;
    }
}

.website-terms h3 {
    margin-bottom: 30px;
    font-size: clamp(34px, 4.25vw, 44px);
    line-height: 1.15;
}

.website-terms h4 {
    margin-bottom: 20px;
    font-size: clamp(32px, 4.25vw, 40px);
    line-height: 1.1;
}

.website-terms h5 {
    margin-bottom: 20px;
    font-size: clamp(26px, 4.25vw, 30px);
    line-height: 1.1;
}

.website-terms p {
    margin-bottom: 20px;
    font-size: clamp(16px, 4.25vw, 18px);
}

.website-terms .container-shortcodes a {
    color: #004381;
    text-decoration: underline;
}

.website-terms .container-shortcodes a:hover {
    text-decoration: none;
}

.website-terms .container-shortcodes .wysiwyg-text p:not(.eyebrow):last-of-type {
    margin: 0;
}

.website-terms :target:before {
    content: '';
    display: block;
    height: 100px;
    margin: -80px 0 0;
}

.website-terms * {
    margin: 0;
    padding: 0;
}

.website-terms :focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    outline: none;
}

.website-terms :focus-visible {
    position: relative;
    -webkit-box-shadow: 0 0 0 0.1875rem #699dcf !important;
    box-shadow: 0 0 0 0.1875rem #699dcf !important;
    z-index: 1;
}

.website-terms a,
.website-terms a:hover {
    text-decoration: underline !important
}

@media (min-width: 576px) and (max-width: 1024px) {

    .site-header .container
   {
        max-width: initial !important;
        padding-left: 0
    }

    .header-container {
       padding-left: 0;
    }
}

/* Estilo inicial para los elementos seleccionados */
.fade-cascade p,
.fade-cascade img,
.fade-cascade button,
.fade-cascade span,
.fade-cascade h1,
.fade-cascade h2,
.fade-cascade h3,
.fade-cascade h4,
.fade-cascade h5,
.fade-cascade h6,
.fade-cascade a,
.fade-cascade .carousel-container {
    opacity: 0;
    /* Invisibles al inicio */
    transform: translateY(20px);
    /* Mueve hacia abajo */
    transition: opacity 1s ease, transform 1s ease;
    /* Transiciones suaves */
}

/* Estilo activado */
.fade-cascade *.animate {
    opacity: 1;
    /* Visibles */
    transform: translateY(0);
    /* Vuelve a su posición original */
}

.post-2185 .drawer,
.post-2185 .drawer-actions {
    background: #4d7ba7 !important
}



.post-1783 .card-title {
    font-size: 39px !important
}

.post-1783 .main-content {
    max-width: 1600px !important
}



.scrapp-video-popup-modal-content {
    width: initial;
}

.primary-menu li ul {
    top: 94%
}

.dropdown-menu:before {
    content: "";
    position: absolute;
    top: -9px;
    left: 50%;
    transform: translate(-50%);
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-left: 1px solid #e2e8f0;
    border-top: 1px solid #e2e8f0;
    transform-origin: center;
    transform: translate(-50%) rotate(45deg);
    margin-top: 5px;
}

.sidebar {
    flex-shrink: 0;
    width: 100%;
}

@media (min-width: 768px) {
    .sidebar {
        width: auto;
        position: sticky;
        top: 2rem;
        overflow: visible;
        padding-right: 2rem;
    }
}

.sidebar h1 {
    color: #06183D;
    font-size: 52px;
    font-weight: 700;
    line-height: 52px;
    margin-bottom: 64px;
}

h1 {
    font-size: 52px;
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.primary-navigation {
    display: flex;
}

.primary-menu {
    display: flex;
    list-style: none;
}

.primary-menu>li {
    position: relative;
}

.primary-menu li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    list-style: none;
}

.primary-menu li:hover>ul {
    display: block;
}

@media (max-width: 768px) {
    .primary-navigation {
        display: none;
    }

    .mobile-menu-toggle {
        display: block;
    }

    .mobile-navigation {
        display: none;
    }

    .mobile-navigation.active {
        display: block;
    }

    h1 {
        font-size: 36px
    }
}

.logo-menu-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.max-width-950 {
    max-width: 950px;
    margin: auto;
}


#wp-admin-bar-elementor_edit_page,
#wp-admin-bar-wp-logo {
    display: none;
}

#wpadminbar {
    background-color: #004381;
    font-family: 'Proxima Nova' !important
}

.custom-grid-item {
    transition: all 0.3s ease;
    cursor: pointer;

}

.custom-grid-item:hover {
    box-shadow: 0px 2px 35px 0px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
    background-color: #4072a1;
}

h4 {
    font-weight: 700;
}


.small-buttons-container .custom-button {
    height: 48px;
    font-size: 16px;
}



.small-buttons-container .elementor-widget-container p {
    margin-bottom: 0;
}


@media (max-width: 768px) {
    .slider-container {
        position: relative !important;
    }

    h3 {
        font-size: 33px;
        font-weight: bold;
    }
}

.custom-grid-link {
    display: block;
    width: 100%;
    height: 100%;
}

.custom-grid-link .custom-grid-item {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('/app/themes/scrp/assets/fonts/ProximaNova-BoldIt.woff2') format('woff2'),
        url('/app/themes/scrp/assets/fonts/ProximaNova-BoldIt.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('/app/themes/scrp/assets/fonts/ProximaNova-Black.woff2') format('woff2'),
        url('/app/themes/scrp/assets/fonts/ProximaNova-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('/app/themes/scrp/assets/fonts/ProximaNova-BlackIt.woff2') format('woff2'),
        url('/app/themes/scrp/assets/fonts/ProximaNova-BlackIt.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('/app/themes/scrp/assets/fonts/ProximaNova-Light.woff2') format('woff2'),
        url('/app/themes/scrp/assets/fonts/ProximaNova-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('/app/themes/scrp/assets/fonts/ProximaNova-BlackIt.woff2') format('woff2'),
        url('/app/themes/scrp/assets/fonts/ProximaNova-BlackIt.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('/app/themes/scrp/assets/fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('/app/themes/scrp/assets/fonts/ProximaNova-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima-nova';
    src: url('/app/themes/scrp/assets/fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('/app/themes/scrp/assets/fonts/ProximaNova-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('/app/themes/scrp/assets/fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('/app/themes/scrp/assets/fonts/ProximaNova-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('/app/themes/scrp/assets/fonts/ProximaNova-RegularIt.woff2') format('woff2'),
        url('/app/themes/scrp/assets/fonts/ProximaNova-RegularIt.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('/app/themes/scrp/assets/fonts/ProximaNova-SemiboldIt.woff2') format('woff2'),
        url('/app/themes/scrp/assets/fonts/ProximaNova-SemiboldIt.woff') format('woff');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('/app/themes/scrp/assets/fonts/ProximaNova-SemiboldIt.woff2') format('woff2'),
        url('/app/themes/scrp/assets/fonts/ProximaNova-SemiboldIt.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}


@font-face {
    font-family: 'Proxima Nova';
    src: url('/app/themes/scrp/assets/fonts/ProximaNova-LightIt.woff2') format('woff2'),
        url('/app/themes/scrp/assets/fonts/ProximaNova-LightIt.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('/app/themes/scrp/assets/fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('/app/themes/scrp/assets/fonts/ProximaNova-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'proxima-nova';
    src: url('/app/themes/scrp/assets/fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('/app/themes/scrp/assets/fonts/ProximaNova-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('/app/themes/scrp/assets/fonts/ProximaNova-Semibold.woff2') format('woff2'),
        url('/app/themes/scrp/assets/fonts/ProximaNova-Semibold.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('/app/themes/scrp/assets/fonts/ProximaNova-LightIt.woff2') format('woff2'),
        url('/app/themes/scrp/assets/fonts/ProximaNova-LightIt.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('/app/themes/scrp/assets/fonts/ProximaNova-ThinIt.woff2') format('woff2'),
        url('/app/themes/scrp/assets/fonts/ProximaNova-ThinIt.woff') format('woff');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('/app/themes/scrp/assets/fonts/ProximaNova-Thin.woff2') format('woff2'),
        url('/app/themes/scrp/assets/fonts/ProximaNova-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('/app/themes/scrp/assets/fonts/ProximaNova-ExtrabldIt.woff2') format('woff2'),
        url('/app/themes/scrp/assets/fonts/ProximaNova-ExtrabldIt.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
div {
    font-family: 'Proxima Nova', sans-serif;
}

#react-header {
    margin-bottom: -1px
}

/* ================================
   Custom Search Page Styles
   ================================ */

/* Ensures the page has unique spacing only on desktop */


@media (min-width: 768px) {
    .page-search-short-codes.page-766 .block-1 {
        padding: 90px 0;
    }
}

/* Search result items */
.search-item {
    padding: 30px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

/* Search result titles */

.search-item a:hover {
    color: var(#020b28);
}

/* Spacing for paragraphs in search items */
.search-item p {
    margin: 10px 0 0 0;
    font-size: clamp(16px, 4.25vw, 18px);
    font-weight: 500;
}

/* Custom “pager” area */
ul.pager {
    width: 100%;
    margin: 0;
    padding: 90px 0 0 0;
    display: flex;
    justify-content: center;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

ul.pager li {
    list-style-type: none;
}

ul.pager li a {
    padding: 15px 25px;
    background: #004381;
    border-radius: 4px;
    color: white;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

/* Styling for the aside search form */
aside {
    width: calc(100% - 30px);
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

aside h2 {
    margin-bottom: 45px;
    font-size: clamp(36px, 4.25vw, 52px);
    line-height: 1.15;
}

/* Positioning of the search icon inside the input */
.views-exposed-form .js-form-type-textfield {
    position: relative;
}

.views-exposed-form .js-form-type-textfield img {
    position: absolute;
    top: 30px!important;
    left: 15px!important;
    z-index: 3;
}

.views-exposed-form .form-control {
    padding: 0 20px 0 48px;
    height: 54px;
    border: 1px solid rgba(0, 0, 0, 0.32);
    border-radius: 8px;
}

/* Submit button styling */
.form-actions {
    margin-top: 15px;
}

.form-actions [type=submit] {
    padding: 15px 25px;
    background: var(--color-teal);
    border: none;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0);
    color: white;
    font-size: 18px;
    font-weight: 700;
    transition: all 0.15s ease-out;
}

.form-actions [type=submit]:hover {
    background: var(--color-teal--light-teal);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.font-weight-bold {
    font-weight: bold;
}

.search-item-title {
    font-weight: bold;
    color: #004381;
    font-size: 20px;
    text-decoration: none;
}

.main-content-container {
    min-height: calc(100vh - 500px);
}

.blue-60 {
    color: rgba(0, 67, 129, 0.6) !important;
}

.teal {
    background-color: #439d9d;
    color: #ffffff;
}

.bold {
    font-weight: bold;
}

.logo-menu-container {
    max-width: 100vw;
}


.scrapp-video-popup-widget, .scrapp-video-popup-thumbnail {
    max-width: 100%
}