html {
        scroll-behavior: smooth;
}

body{
    font-family: "Montserrat", sans-serif;
    box-sizing: border-box;
    margin: 0;
    font-display: swap;
}
.container {
    max-width: 1320px;
}
img, svg {
    vertical-align: inherit;
}
p{
    font-size: 1rem;
}


/* LINKS */
.link-arrow img {
    position: relative;
    top: 4px;
}
.link-ytube img {
    position: relative;
    top: 7px;
}
.link-black{
    color: #292929;
    text-decoration: none;
    transition: all 0.8s;
    margin: 0 10px;
}
.link-black:hover{
    transition: all 0.8s;
    text-decoration: underline;
}
.link-bg-blue{
    color: white;
    text-decoration: none;
    transition: all 0.8s;
    background-color: #0055B9;
    border: 1px solid transparent;
    padding: 7px 20px;
    border-radius: 40px;
    font-weight: 600;
}
.link-bg-blue:hover{
    transition: all 0.8s;
    color: #0055B9;
    background-color: white;
    border: 1px solid #0055B9;
}
.link-outline-white{
    transition: all 0.8s;
    color: white;
    border: white 1px solid;
    padding: 10px 20px;
    border-radius: 40px;
    text-decoration: none;
}
.link-outline-white:hover{
    transition: all 0.5s;
    opacity: 0.6;
}
.link-white{
    color: white;
    text-decoration: none;
    transition: all 0.8s;
}
.link-white:hover{
    transition: all 0.8s;
    text-decoration: underline;
}
.link-underline-black {
    color: #292929;
    transition: all 0.8s;
    text-overflow: ellipsis;
    line-height: 24px;
    margin: 0 !important;
    font-size: 16px;
}
.nav-links .link-underline-black a {
    text-decoration-line: none;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: 2px;
    color: #292929;
    margin-right:0;
}
.nav-links .link-underline-black a:hover{
    color: #0055B9;
    text-decoration-line: underline;
    transition: all 0.8s;
}
.fw-medium{
    font-weight: 600;
}
header{
    display: none;
}
header .border-bottom{
    border-bottom: 1px solid #ccc;
    padding: 18px 0;
}
header .link-black{
    padding: 0;
    margin: 20px 30px 0 0;
}
.icon-small-header{
    width: 18px;
    height: 18px;
    position: relative;
    top: 3px;
    margin-left: 10px;
}
header .icon-small-nav{
    width: 12px;
    margin-left: 10px;
}
.logo {
    height: 100%;
    width: auto;
}
.navbar{
    display: flex;
}
.nav-links {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 16px 0;
}
header .icon-small{
    width: 20px;
    margin-left: 5px;
}
.nav-links li{
    display: inline-block;
    margin: 0 30px 0 0;
}
.nav-links a {
    text-decoration: none;
    color: black;
    margin-right: 0;
}
.nav-links img a {
    text-decoration: none;
    color: black;
}
.nav-links a:hover {
    font-weight: normal;
    color: #0055B9
}
     .nav-links .current-menu-item {
         font-weight: 600;
        color: #0055B9

     }
     /*
.nav-links .current-menu-item {
    font-weight: 600;
    background: #0D12AB;
    background: linear-gradient(178deg, rgba(13, 18, 171, 1) 18%, rgba(20, 202, 204, 1) 55%, rgba(0, 86, 215, 1) 86%, rgba(5, 65, 193, 1) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
*/
.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    box-shadow: 0 6px 10px -2px rgba(0,0,0,0.29);
    -webkit-box-shadow: 0 6px 10px -2px rgba(0,0,0,0.29);
    -moz-box-shadow: 0 6px 10px -2px rgba(0,0,0,0.29);
    z-index: 10;
}
.dropdown-menu.show {
    display:flex;
    justify-content: center;
    width: 100%;
    z-index: 8000;
    position: absolute;
    inset: 89px auto auto 250px;
    margin: 0;
    transform: translate3d(0px, 50px, 0px);
    left: 50%;
    transform: translateX(-50%) translateY(50px);
}
.dropdown-menu.show .row{
    margin: 0;
    justify-content: left;
}

/* Cuando el modal está visible */
body.modal-visible .dropdown-menu.show {
    display:flex;
    justify-content: center;
    width: 100%;
    z-index: 8000;
    position: absolute;
    inset: 160px auto auto 250px;
    margin: 0;
    transform: translate3d(0px, 50px, 0px);
    left: 50%;
    transform: translateX(-50%) translateY(50px);
}
.mega-content {
    display: flex;
    padding: 2rem;
    max-width: 1200px;
    margin: auto;
    gap: 2rem;
}
.navbar .border-left{
    border-left: 1px solid #DCDCDC;
}
.nav-menu{
    position: relative;
    width: 100%;
}
.nav-menu > ul{
    position: relative;
    z-index: 4000;
}
.nav-menu p{
    font-size: 0.8rem;
}
.nav-links h4, .nav-links h4 a {
    font-weight: 400;
    font-size: 22px;
    width: 100%;
    height: auto;
    border: none !important;
}
.nav-links h4 a:hover {
    text-decoration: underline;
}
.content-submenu {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 0 10px 0;
}
.content-submenu p{
    margin: 10px 0;
}
.content-icon{
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}
.content-icon p {
    font-size: 16px;
    color: #292929;
    font-weight: normal;
}
.content-icon p span {
    font-size: 14px;
    color: #292929;
}
.content-icon > *{
    display: inline-block;
    align-items: center;
}
.content-icon a {
    width: auto;
    margin: 0;
}
.icon-navbar{
    width: 56px;
    margin-right: 10px;
}
.icon-small{
    width: 24px;
}
.card-slider-content{
    padding:0 1em;
}
.arrows-navegation{
    position: relative;
    top: -150px;
}
.slider .container{
    width: auto;
}
.card-slider{
    border: 2px solid #0056D7;
    border-radius: 20px;
    display: flex;
    align-items: start;
    height: 100%;
    min-height: 200px;
    padding: 2em 0;
    justify-content: center;
}
.swiper-slide{
    font-size: 18px;
    width: 500px;
}

.swiper-slide img {
    display: block;
    width: 64px;
    height: 64px;
    object-fit: cover;
}

.swiper-button-prev img {
    transform: rotate(180deg);
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: none !important;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: none !important;
}

.swiper-pagination-bullet-active {
    width: 20px !important;
    height: 10px !important;
    border-radius: 20px !important;
}

.card-slider h6 {
    font-size: 1rem;
    font-weight: 600;
    margin-top: 1em;
}

/*----------------- SLIDER ARROWS -----------------*/

.slider-4gjdna93tme0-prev , .swiper-button-prev {
    display: none !important;
}
.slider-4gjdna93tme0-next, .swiper-button-next {
background: url("next-arrow.svg") no-repeat center center !important;
    background-size: contain !important;
    width: 80px !important;
    height: 80px !important;
    position: absolute !important;
    top: 55% !important;
    right: -45px !important;
    transform: translateY(-50%)!important;
    cursor: pointer !important;
}


/*----------------- FOOTER -----------------*/

footer {
    background-color: #062F65;
    padding: 5em 0;
    color: #FCFCFC !important;
    overflow: hidden;
}

footer ul {
    padding: 0;
    margin: 0;
}

footer ul li {
    list-style: none;
    margin-bottom: 10px;
}

footer h4 {
    font-size: 1.5rem;
    color: #FCFCFC !important;
    margin-bottom: 30px;
}

footer .icons-footer li {
    margin-bottom: 0;
    display: inline-block;
    margin-right: 15px;
}

footer .link-outline-white {
    display: inline-block;
    margin: auto;
    align-items: center;
    padding: 7px 25px;
}

footer .icon-small-header {
    width: 15px;
    height: 15px;
}

footer ul li {
    color: #FFFFFF;
    margin-bottom: 1.5rem;
}

footer ul li a {
    color: #FFFFFF;
}

footer ul li a:hover {
    text-decoration: underline !important;
}

.accordion-btn {
    display: flex;
    width: 100%;
    background-color: transparent;
    color: white;
    border: none;
    box-shadow: none;
    padding: 0;
    font-size: 24px;
    font-weight: 600;
}

.accordion-btn:hover {
    cursor: pointer;
}

.accordion-container {
    margin: 2rem 0;
}

.accordion-content {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    transition: max-height 0.5s ease, opacity 0.5s ease;
}

.accordion-content.show {
    max-height: 100%;
    opacity: 1;
    visibility: visible;
    transition: max-height 0.5s ease, opacity 0.5s ease;
}

footer .arrow {
    transition: transform 0.8s ease;
    margin-left: 20px;
    position: relative;
    top: 10px;
    width: 14px;
    height: 100%;
}

footer .arrow-small {
    width: 15px;
    position: relative;
    top: 2px;
    margin-left: 5px;
}

.arrow.rotated {
    transform: rotate(180deg);
}

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

.text-end {
    text-align: end;
}

.breadcrumbs-section p a {
    color: #292929;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
    text-underline-position: from-font;
}

.breadcrumbs-section p a:hover {
    text-decoration: none;
}

.card-team {
}

.card-team h6 {
    font-weight: 700;
    font-size: 16px;
}

.card-team p {
    font-size: 12px;
    font-weight: 400;
}
/*----------------- FORMS SEARCH - CONTACT ---------------*/

.form-contact p {color:#ffffff;}
.wpcf7-form .wpcf7-form-control-wrap {
    width: 100%;
}
.wpcf7-form p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6em;
    font-weight: 500;
}
.wpcf7-form .wpcf7-form-control {
    border-radius: 8px;
    padding: 6px 20px;
    width: 100%;
    font-size: 14px;
    margin-bottom: 5px;
    border: 1px solid #292929;
    background: #FCFCFC;
}
.form-custom .wpcf7-form .wpcf7-form-control {
    padding: 6px 20px;
}

.form-contact .wpcf7-form .wpcf7-form-control {
    border-radius: 25px;
    padding: 4px 20px !important;
    width: 100%;
    font-size: 14px;
    margin-bottom: 8px;
}
.wpcf7-form .btn-submit {
    border: 1px solid #0056D7;
    width: 100% !important;
    background: #0056D7;
    color: #ffffff;
    border-radius: 16px;
    padding: 12px 32px !important;
    font-size: 16px;
    text-align: center;
    display: block;
    cursor: pointer;
    margin-top: 0;
    margin-bottom: 0;
    text-decoration: none;
}

.wpcf7-form .btn-submit:hover {
    background: #ffffff;
    color: #0056D7;
    text-decoration: none;
    border: 1px solid #0056D7;
}
.wpcf7-form br {
    display: none;
}
.wpcf7 .cf7-cf-turnstile {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}
.wpcf7-form span.wpcf7-not-valid-tip {
    color: red;
    font-size: 12px;
    font-weight: 400;
    display: block;
    padding: 0;
    margin-bottom: 5px;
    /* background: #fff; */
    position: relative;
    top: 0;
    left: 0;
}
.wpcf7-form .kc_captcha span.wpcf7-not-valid-tip {
    top: 0;
    left: 20px;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
    position: relative;
    top: -10px;
}
input[type=text]:focus, input[type=tel]:focus, input[type=email]:focus, textarea:focus {
    border-bottom: 1px solid rgba(0, 85, 165, 1);
    box-shadow: none;
    border-radius: 0;
}
.wpcf7 input[type="file"] {
    cursor: pointer;
    border: none;
}
textarea {
    height: 140px;
    line-height: 1.5;
    width: 100%;
}

.contact-dark label {
    color: #fff;
}
.contact-dark .wpcf7-form p {
    color: #ffffff;
}
.contact-dark .wpcf7-form p a {
    color: #fff;
    text-decoration: underline;
}

/*---------------- CARD PROJECT ----------------*/
.card-project {
    overflow: hidden;
    max-height: 260px;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    max-width: 50%;
}
.card-project figure {
    width: 100%;
    height: auto;
    overflow: hidden;
    max-height: 260px;
    border-radius: 8px;
    display: block;
}
.card-project figure img {
    width: 600px;
    height: 300px;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
    max-width: 100%;
}
.card-project .footer-project {
    position: relative;
    z-index: 7000;
    background-color: rgba(0,0,0,0.7);
    background: linear-gradient(90deg, rgba(41, 41, 41, 0.70) 25.75%, rgba(41, 41, 41, 0.00) 80%);
    backdrop-filter: blur(10px);
    color: #FCFCFC;
    padding: 10px 20px;
    box-sizing: border-box;
    width: 100%;
    bottom: 90px;
    height: 90px;
    border-radius: 0 0 8px 8px;
}
.card-project .footer-project p {
    color: #FCFCFC !important;
    font-size: 14px;
    width: 100%; text-align: left;
}
.card-project .footer-project h4 {
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 600;
    border-bottom: none;
}
.card-project .footer-project h4 a, .card-project .footer-project p a {
    color: #FCFCFC !important;
    width: 100%; text-align: left;
    text-decoration: none;
}
.card-project .footer-project h4 a:hover, .card-project .footer-project p a:hover {
    text-decoration: underline;
}
.meta-project {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-in-out;
}
.meta-project .meta-item {
    display: inline-block;
    margin: 0 16px;
}
.meta-project .meta-item i {
    position: relative;
    display: inline-block;
    top: 5px;
    right: 4px;
}
.featured-media-project {
    width: 100%;
    border-radius: 0 400px 400px 0;
    overflow: hidden;
    height: 240px;
    position: relative;
}
.featured-media-project img {
    width: 100%;
    height: auto;
    min-height: 240px;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 8%);
}

.image-container:hover .overlay {
    background-color: rgba(0, 0, 0, 0.5); /* Color y opacidad al pasar el mouse */
}

.entry {
overflow: hidden;
}
.entry .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}
.upcoming .card-upcoming {
    min-height: 250px;
}
.upcoming .swiper-slide .card-upcoming img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}
/*----------------- CARD SERVICE -----------------*/

.card-service {
    min-height: 240px;
    overflow: hidden !important;
}
.card-service .spectra-container-link-overlay {
    background: none;
}
.card-service:hover{
    transition: all 0.5s ease-in-out;
    box-shadow: 1px 3px 15px 4px rgba(0,0,0,0.39);
    -webkit-box-shadow: 1px 3px 15px 4px rgba(0,0,0,0.39);
    -moz-box-shadow: 1px 3px 15px 4px rgba(0,0,0,0.39);
}
/*----------------- CARD SOLUTION -----------------*/

.card-solution {
  box-sizing: border-box;
    overflow: hidden !important;
}
.card-solution .spectra-container-link-overlay {
    background: none;
}
.card-solution:hover{
    transition: all 0.5s ease-in-out;
    box-shadow: 1px 3px 15px 4px rgba(0,0,0,0.39);
    -webkit-box-shadow: 1px 3px 15px 4px rgba(0,0,0,0.39);
    -moz-box-shadow: 1px 3px 15px 4px rgba(0,0,0,0.39);
}
/*----------------- CARD EVENT -----------------*/

.card-event {
    height: 100%;
    overflow: hidden !important;
    margin-bottom: 60px;
}
.card-event figure {
    width: 100%;
    height: 350px;
    border-radius: 16px;
    overflow: hidden;
}
.card-event figure img {
    width: 100%;
    height: auto;
    max-height: 391px;
    object-fit: fill;
    transition: all 0.5s ease-in-out;
}
.card-event figure img:hover {
    transform: scale(1.05);
}
.card-event h4 {
    font-size: 24px;
    line-height: 1.2em;
    font-weight: 600;
    margin-top: 10px;
}
.card-event h4 a {
    color: #292929 !important;
    width: 100%;
    text-align: left;
    text-decoration: none;
}
.card-event h4 a:hover {
    color: #090979 !important;
    text-decoration: none;
}
/*----------------- CASES STUDY -----------------*/
.module_case {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.module_case .border-bottom {
    border-bottom: 1px solid #DCDCDC;
    height: 100%;
    align-content: center;
}
.module_case figure {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 16px;
    display: flex;
    justify-content: center;
}
.module_case figure img {
    width: 100%;
    height: auto;
    display: block; margin: 0 auto;
    max-height: 304px;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}
.module_case h4 a {
    color: #292929 !important;
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    text-decoration: none;
}
.module_case h4 a:hover {
    color: #090979 !important;
    text-decoration: none;}
.module_case p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 10px;
    color: #292929;
}
.module_case i {
    float: right;
    transition: all 0.5s ease-in-out;
    display: block;
}
.module_case i svg {
    width: 60px;
}
.module_case i:hover {
    transform: scale(1.1);
}
/*----------------- TESTIMONIALS -----------------*/

.testimonial {
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    min-height: 300px;
}

/* ---------------- ARTICLE ---------------- */
article p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 1.5em;}
article ul {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 1.5em;
}
article h1, article h2, article h3, article h4, article h5, article h6 {
    margin-bottom: 1em;
}
/* ---------------- CASE STUDY ---------------- */
.case {width: 100%;}
.case p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 1.5em;}
.case ul {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 1.5em;
}
.case h1, .case h2, .case h3, .case h4, .case h5, .case h6 {
    margin-bottom: 1em;
}
.case figure {
    margin-bottom: 20px;
}
.case figcaption, .case .wp-caption-text {
    color: #333333;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 1.5rem;
}
/*---------------------*/

.firm {width: 100%; float: left; box-sizing: border-box;}
.firm figure {
    width: 70px;
    float: left;
    margin-right: 20px;
    position: relative;
    top: 5px;
}
.firm p {
    width: auto;
    float: left;
    line-height: 22px;
    font-size: 16px;
}
.block-suscribe {
    padding: 30px 30px !important;
    margin: 0 0 30px 0;
    background: rgb(0,85,162);
    background: linear-gradient(322deg, rgba(0,85,162,1) 26%, rgba(20,197,200,1) 100%);
    background-position: center center;
    border-radius: 5px;
    color: #ffffff;
}
.block-suscribe h4, .block-suscribe p {color: #ffffff;}
.block-suscribe h4, .block-suscribe p a {color: #ffffff;}

.block-suscribe .wpcf7-form .wpcf7-form-control {
    border-radius: 8px;
    padding: 12px 20px;
    width: 100%;
    font-size: 14px;
    margin-bottom: 5px;
    border: 1px solid #292929;
    background: #FCFCFC;
}
.block-suscribe .wpcf7-form .btn-submit {
    border: 1px solid #0056D7;
    width: 100% !important;
    background: #0056D7;
    color: #ffffff;
    border-radius: 16px;
    padding: 12px 32px !important;
    font-size: 16px;
    text-align: center;
    display: block;
    cursor: pointer;
    margin-top: 0;
    margin-bottom: 0;
    text-decoration: none;
}
.block-suscribe .wpcf7-form .btn-submit:hover {
    background: #ffffff;
    color: #0056D7;
    text-decoration: none;
    border: 1px solid #0056D7;
}
.card-blog {
    height: 100%;
    float: left;
    margin-bottom: 60px;
    background: none;
    box-sizing: border-box;
}
.card-blog figure {
    width: 100%;
    float: left;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #dedede;
    max-height: 360px;
}
.card-blog .description {
    padding: 32px 0 0 0;
    background: #FFFFFF;
    width: 100%;
    float: left;
}
.card-blog .description p {
    color: #3D3D3D;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.card-blog .description h4 a {
    color: #292929;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    text-decoration: none;
}
.card-blog .description h4 a:hover {
    color: #062F65;
}

/*----------------- CUSTOM PAGE NAVI -----------------*/
.wp-pagenavi {
    float: right;
}
.wp-pagenavi a, .wp-pagenavi span {
    padding: 5px 10px;
    margin-left: 10px;
    font-size: 16px;
    color: #090979;
    text-decoration: none;
    border: 1px solid #DEDEDE;
    border-radius: 5px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #000;
}
.wp-pagenavi span.current {
    font-weight: bold;
}

/*----------------- EMBED -----------------*/
.wp-block-embed {
    overflow-wrap: break-word;
    border-radius: 16px !important;
    overflow: hidden;
}

.news-block {
    width: 100%;
    float: left;
   }
.news-block .uagb-post__image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 16px;
}
.news-block .uagb-post__image img {
    width: 100%;
    height: auto;
    border-radius: 16px;
}
.news-block .uagb-post__title {
    padding: 0;
    word-break: break-word;
    margin: 15px 0 0 0 !important;
}

@media (max-width: 575px){
    .icon-navbar {
        width: 36px;
        margin-right: 10px;
    }
    .mtop-mobile {
        margin-top: 90px !important;
        transition: all 0.5s ease;
    }
    .breadcrumbs-section {
        background: #F7F7F5;
        color: #292929;
        padding: 32px 0;
        margin-top: 90px;
        transition: margin-top 0.3s ease;
    }
    .publicity h2 {
        color: #ffffff;
        font-size: 20px;
    }
    .publicity p {
        color: #ffffff;
        font-size: 14px;
    }
    h1 {
        font-size: 40px;
        line-height: 1.2em;
    }
    h2 {
        font-size: 28px;
        line-height: 1.2em;
        font-weight: 700;
    }
    h3 {
        font-size: 26px;
        line-height: 1.2em;
    }
    h4 {
        font-size: 22px;
        line-height: 1.2em;
    }
    h5 {
        font-size: 20px;
        line-height: 1.2em;
    }
    h6 {
        font-size: 20px;
        line-height: 1.2em;
    }

    .masterhead {
        width: 100%;
    }
    .masterhead h1 {
        font-size: 2.5rem;
        line-height: 1em;
        font-weight: normal;
        color: #FCFCFC;
    }
    .h1_display_only h1 {
        background: #0D12AB;
        background: linear-gradient(178deg, rgba(13, 18, 171, 1) 18%, rgba(20, 202, 204, 1) 55%, rgba(0, 86, 215, 1) 86%, rgba(5, 65, 193, 1) 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 2rem;
        line-height: 1.2em;
        font-weight: 700;
        padding: 0 20px;
    }
    .h2_display {
        font-weight: 700;
        padding-left: 30px;
        color: #0055b9;
    }
    .h1_display h1 {
        background: #0D12AB;
        background: linear-gradient(178deg, rgba(13, 18, 171, 1) 18%, rgba(20, 202, 204, 1) 55%, rgba(0, 86, 215, 1) 86%, rgba(5, 65, 193, 1) 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 2.5rem;
        line-height: 1.2em;
        font-weight: 700;
        position: relative;
        padding-left: 30px;
    }
    .h1_display::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 8px;
        height: 100%;
        border-radius: 8px;
        background: linear-gradient(to bottom, #0D12ABFF, #14CACCFF); /* Degradé */
    }
    .h2_display::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 8px;
        height: 100%;
        border-radius: 8px;
        background: #0055b9;
    }
    .number-h5 strong {
        font-size: 24px;
    }
    .testimonial {
        height: auto;
        min-height: 100px;
    }
    /*----------------- CASES STUDY -----------------*/
    .module_case {
        width: 100%;
        float: left;
        display: inline-block;
        align-items: center;
        margin-bottom: 30px;
    }
    .module_case .border-bottom {
        border-bottom: none;
        height:auto;
        align-content: baseline;
    }
    .module_case figure {
        width: 100%;
        height: auto;
        overflow: hidden;
        border-radius: 16px;
        display: inline-block;
        justify-content: center;
    }
    .module_case figure img {
        width: 100%;
        height: auto;
        display: block; margin: 0 auto;
        max-height: 100%;
        object-fit: cover;
        transition: all 0.5s ease-in-out;
    }
    .module_case h4 a {
        color: #292929 !important;
        font-size: 24px;
        font-weight: 700;
        text-align: left;
        text-decoration: none;
    }
    .module_case h4 a:hover {
        color: #090979 !important;
        text-decoration: none;}
    .module_case p {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        margin-top: 10px;
        color: #292929;
    }
    .module_case i {
        float: left;
        transition: all 0.5s ease-in-out;
        display: block;
        margin: 20px 0;
    }
    .module_case i:hover {
        transform: scale(1.1);
    }
    .card-service {
        min-height: 240px;
        overflow: hidden !important;
    }
    .card-event {
        margin-bottom: 30px;
    }
    .card-event figure {
        width: 100%;
        height: 184px;
        border-radius: 16px;
        overflow: hidden;
    }
    .card-event figure img {
        width: 100%;
        height: 214px;
        max-height: 391px;
    }
    .card-event h4 {
        font-size: 20px;
        line-height: 1.2em;
        font-weight: 600;
        margin-top: 10px;
    }

    .swiper-content {
        padding: 10px !important;
    }
    .swiper-content .card-service {
        min-height: 390px;
        overflow: hidden !important;
    }
    .card-project {
        overflow: hidden;
        max-height: 260px;
        margin-bottom: 20px;
        position: relative;
        display: inline-block;
        max-width: 100%;
    }
    .upcoming .swiper-slide .card-upcoming img {
        display: block;
        width: 100%;
        height: revert-layer;
        object-fit: contain;
    }
    footer .icons-footer{
        display: flex;
    }
    footer .icons-footer li{
        width: 100%;
    }
    footer .icons-footer .link-outline-white{
        display: flex;
        justify-content: center;
    }
}

@media only screen and (min-device-width: 576px) and (max-device-width: 767px) {
    /* ---- TITLES ---- */
    h1, h2, h3, h4, h5, h6 {
        font-weight: normal;
        margin: 0;
        color: #292929;
    }
    h1 {
        font-size: 72px;
        line-height: 1em;
    }
    h2 {
        font-size: 36px;
        line-height: 44px;
        font-weight: 700;
    }
    h3 {
        font-size: 32px;
        line-height: 40px;
    }
    h4 {
        font-size: 28px;
        line-height: 36px;
    }
    h5 {
        font-size: 24px;
        line-height: 32px;
    }
    h6 {
        font-size: 20px;
        line-height: 28px;
    }

    .masterhead {
        max-width: 1920px !important;
        min-height: 75vh !important;
        max-height: 75vh !important;
    }

    .masterhead h1 {
        font-size: 2rem;
        line-height: 1.1em;
        font-weight: 700;
        color: #FFFFFF;
    }
    .h1_display_only h1 {
        background: #0D12AB;
        background: linear-gradient(178deg, rgba(13, 18, 171, 1) 18%, rgba(20, 202, 204, 1) 55%, rgba(0, 86, 215, 1) 86%, rgba(5, 65, 193, 1) 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 2.5rem;
        line-height: 1.2em;
        font-weight: 700;
    }
    .h2_display {
        font-weight: 700;
        padding-left: 30px;
        color: #0055b9;
    }
    .h1_display h1 {
        background: #0D12AB;
        background: linear-gradient(178deg, rgba(13, 18, 171, 1) 18%, rgba(20, 202, 204, 1) 55%, rgba(0, 86, 215, 1) 86%, rgba(5, 65, 193, 1) 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 2.5rem;
        line-height: 1.2em;
        font-weight: 700;
        position: relative;
        padding-left: 30px;
    }
    .h1_display::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 8px;
        height: 100%;
        border-radius: 8px;
        background: linear-gradient(to bottom, #0D12ABFF, #14CACCFF); /* Degradé */
    }
    .h2_display::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 8px;
        height: 100%;
        border-radius: 8px;
        background: #0055b9;
    }
    .row-projects {
        margin-right: 0 !important;
    }
    .module_case {
        width: 100%;
        float: left;
        display: block;
    }
    .module_case .border-bottom {
        border-bottom: 1px solid #DCDCDC;
        height: auto;
        align-content: flex-start;
        padding: 20px 0;
    }
    .module_case .case-info {
        padding: 0 20px;
        box-sizing: border-box;
    }
    .swiper-pagination{
        display: none;
    }

}

@media (max-width: 1319px) {
    .header-mobile {
        display: block;
        position: fixed;
        width: 100%;
        z-index: 20000;
        background: #ffffff;
        top: 0;
        padding: 0;
    }
    .header-mobile .header-nav {
        display: block;
        width: 100%;
        z-index: 20000;
        background: #ffffff;
        top: 0;
        padding: 20px 10px;
    }
    .logo {
        height: auto;
        width: 140px;
    }
    /* ---- ALERT PUBLICITY ---- */
    .a-c {
        display: flex;
        align-items: center;
    }

    .cerrar-publicity {
        position: relative;
        top: 0;
        color: white;
        font-size: 28px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.7s;
        text-align: right;
    }

    .cerrar-publicity:hover {
        transition: all 0.7s;
        color: #777777;
    }

    .publicity {
        padding: 10px 0;
        background-color: #062F65;
        color: #ffffff;
        transition: transform 0.6s ease, opacity 0.6s ease;
        transform: translateY(0);
        opacity: 1;
        overflow: hidden;
        width: 100%;

    }

    .publicity h2 {
        color: #ffffff;
    }

    .ocultando-publicity {
        transform: translateY(-100%);
        opacity: 0;
        display: none;
    }

    .publicity .link-white {
        font-weight: 700;
    }
    .breadcrumbs-section {
        background: #F7F7F5;
        color: #292929;
        padding: 18px 0;
        margin-top: 90px;
        transition: margin-top 0.3s ease;
    }
    #top-section {
        padding: 0;
        margin-top: 90px;
        transition: margin-top 0.4s ease;
    }

}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .number-h5 h6 {
        font-size: 20px;
    }
    .number-h5 h6 strong {
        font-size: 24px;
    }
    .module_case .border-bottom {
        border-bottom: 1px solid #DCDCDC;
        height: 100%;
        align-content: flex-start;
        padding: 20px 0;
    }
    .module_case .case-info {
        padding: 0 20px;
        box-sizing: border-box;
    }
    .swiper-pagination{
        display: none;
    }
    .news-block .uagb-post__image {
        width: 100%;
        height: 184px;
    }
    .news-block .uagb-post__image img {
        width: 100%;
        height: auto;
    }
    .card-blog figure {
        width: 100%;
        float: left;
        border-radius: 16px;
        overflow: hidden;
        border: 1px solid #dedede;
        max-height: 220px;
    }
    .card-blog .description {
        padding: 20px 0 0 0;
        background: #FFFFFF;
        width: 100%;
        float: left;
    }
    .card-project {
        overflow: hidden;
        max-height: 260px;
        margin-bottom: 20px;
        position: relative;
        display: inline-block;
        margin: 5px;
        max-width: 47% !important;
    }
    .card-project .footer-project {
        position: relative;
        z-index: 7000;
        background-color: rgba(0,0,0,0.7);
        background: linear-gradient(90deg, rgba(41, 41, 41, 0.70) 25.75%, rgba(41, 41, 41, 0.00) 80%);
        backdrop-filter: blur(10px);
        color: #FCFCFC;
        padding: 10px 10px;
        box-sizing: border-box;
        width: 100%;
        bottom: 90px;
        height: 90px;
        border-radius: 0 0 8px 8px;
    }
    .card-project .footer-project p {
        color: #FCFCFC !important;
        font-size: 12px;
        width: 100%;
        text-align: left;
    }
    .card-project .footer-project h4 {
        font-size: 16px;
        line-height: 1.2em;
        font-weight: 600;
        border-bottom: none;
        padding: 5px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1440px) {
    .container, .uagb-container-inner-blocks-wrap {
        max-width: 1260px !important;
    }
    .publicity {
        padding-left: 20px;
        padding-right: 20px;
    }
    .header-mobile .header-nav {
        padding: 20px 30px;
    }
    h5 {
        font-size: 18px !important;
        line-height: 1.2em !important;
    }
    section {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    footer {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .card-service {
        height: auto;
        overflow: hidden !important;
    }
    .masterhead {
        max-width: 1920px !important;
        min-height: 75vh !important;
        max-height: 75vh !important;
    }

    .masterhead h1 {
        font-size: 3rem;
        line-height: 1.1em;
        font-weight: 700;
        color: #FFFFFF;
    }
    .h1_display_only h1 {
        background: #0D12AB;
        background: linear-gradient(178deg, rgba(13, 18, 171, 1) 18%, rgba(20, 202, 204, 1) 55%, rgba(0, 86, 215, 1) 86%, rgba(5, 65, 193, 1) 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 3rem;
        line-height: 1.2em;
        font-weight: 700;
    }
    .h2_display {
        font-weight: 700;
        padding-left: 30px;
        color: #0055b9;
    }
    .h1_display h1 {
        background: #0D12AB;
        background: linear-gradient(178deg, rgba(13, 18, 171, 1) 18%, rgba(20, 202, 204, 1) 55%, rgba(0, 86, 215, 1) 86%, rgba(5, 65, 193, 1) 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 4rem;
        line-height: 1.2em;
        font-weight: 700;
        position: relative;
        padding-left: 30px;
    }
    .h1_display::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 10px;
        height: 100%;
        border-radius: 8px;
        background: linear-gradient(to bottom, #0D12ABFF, #14CACCFF); /* Degradé */
    }
    .h2_display::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 8px;
        height: 100%;
        border-radius: 8px;
        background: #0055b9;
    }
    .card-blog .description {
        padding: 0  !important;
    }
    .card-blog .description h4 a {
        font-size: 26px !important;
        font-style: normal;
        font-weight: 600;
        line-height: 1.2em  !important;
        text-decoration: none;
    }
}

@media (min-width: 1000px) {
    .card-service {
        min-height: 320px;
        overflow: hidden !important;
    }
    .swiper-pagination{
        display: block;
    }
    .slider-two .card-service {
        min-height: 200px;
        overflow: hidden !important;
    }

}

@media (min-width: 1320px){
    /* ---- ALERT PUBLICITY ---- */
    .a-c {
        display: flex;
        align-items: center;
    }
    .cerrar-publicity{
        position: relative;
        top: 0;
        color: white;
        font-size: 28px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.7s;
        text-align: right;
    }
    .cerrar-publicity:hover{
        transition: all 0.7s;
        color: #777777;
    }
    .publicity{
        padding: 10px 0;
        background-color: #062F65;
        color: #ffffff;
        transition: transform 0.6s ease, opacity 0.6s ease;
        transform: translateY(0);
        opacity: 1;
        display: block;
        overflow: hidden;
    }
    .publicity h2 {
        color: #ffffff;
        font-size: 26px;
        line-height: 1em;
        text-align: center;
        width: 100%;
    }
    .publicity h2 span {color: #ffffff; font-size: 16px; line-height: 1em; font-weight: normal;}
    .ocultando-publicity {
        transform: translateY(-100%);
        opacity: 0;
    }
    .publicity .link-white{
        font-weight: 700;
    }
    .header-mobile {
        display: none;
    }
    header {
        display: block;
        margin: 0;
        position: fixed;
        width: 100%;
        z-index: 20000;
        background: #ffffff;
        top: 0;
    }
    .breadcrumbs-section {
        background: #F7F7F5;
        color: #292929;
        padding: 18px 0;
        margin-top: 140px;
        transition: margin-top 0.3s ease;
    }
    /*Esto es para centrar los container*/
    #top-section {
        padding: 0;
        margin-top: 140px;
        transition: margin-top 0.4s ease;
    }
}

@media (min-width: 1440px) {
    .masterhead {
        max-width: 1920px !important;
        min-height: 800px !important;
        max-height: 800px !important;
    }
    #contact {
        scroll-margin-top: 180px; /* Deja espacio arriba al hacer scroll por ancla */
    }
    #site-up {
        scroll-margin-top: 200px; /* Deja espacio arriba al hacer scroll por ancla */
    }


    .masterhead h1 {
        font-size: 4rem;
        line-height: 1.1em;
        font-weight: 700;
        color: #FFFFFF;
    }
    .h1_display_only h1 {
        background: #0D12AB;
        background: linear-gradient(178deg, rgba(13, 18, 171, 1) 18%, rgba(20, 202, 204, 1) 55%, rgba(0, 86, 215, 1) 86%, rgba(5, 65, 193, 1) 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 4rem;
        line-height: 1.2em;
        font-weight: 700;
    }
    .h2_display {
        font-weight: 700;
        padding-left: 30px;
        color: #0055b9;
    }
    .h1_display h1 {
        background: #0D12AB;
        background: linear-gradient(178deg, rgba(13, 18, 171, 1) 18%, rgba(20, 202, 204, 1) 55%, rgba(0, 86, 215, 1) 86%, rgba(5, 65, 193, 1) 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 4rem;
        line-height: 1.2em;
        font-weight: 700;
        position: relative;
        padding-left: 30px;
    }
    .h1_display::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 16px;
        height: 100%;
        border-radius: 8px;
        background: linear-gradient(to bottom, #0D12ABFF, #14CACCFF); /* Degradé */
    }
    .h2_display::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 8px;
        height: 100%;
        border-radius: 8px;
        background: #0055b9;
    }
}