@charset "UTF-8"; 
/*============ FONTS ============*/
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
 
/*============ VARIABLES ============*/
:root { 
    --black: #000000; 
    --white: #FFFFFF;
    
    --negro: #121834;
    --gris-medio: #CACDDC;
    --gris-claro: #F6F8FF;

    --azul: #001E5C;
    --azulito: #AAC6FF;

    --fw-100: 100; 
    --fw-200: 200; 
    --fw-300: 300; 
    --fw-400: 400; 
    --fw-500: 500; 
    --fw-600: 600; 
    --fw-700: 700; 
    --fw-800: 800; 
    --fw-900: 900; 
    --fs-100: 100px; 
    --fs-90: 90px; 
    --fs-80: 80px; 
    --fs-70: 70px; 
    --fs-60: 60px; 
    --fs-50: 50px; 
    --fs-40: 40px; 
    --fs-38: 38px; 
    --fs-36: 36px; 
    --fs-34: 34px; 
    --fs-32: 32px; 
    --fs-30: 30px; 
    --fs-28: 24px; 
    --fs-24: 24px; 
    --fs-20: 20px; 
    --fs-18: 18px; 
    --fs-16: 16px; 
    --fs-14: 14px; 
    --fs-12: 12px; 
    --fs-10: 10px; 
    --fs-8: 8px; 
    --xxs: 5px; 
    --xs: 10px; 
    --s: 15px; 
    --xmd: 20px; 
    --md: 30px; 
    --lg: 40px; 
    --x-lg: 60px; 
    --xx-lg: 80px; 
    --xxx-lg: 100px; 
    --xxxx-lg: 150px; 
    --font-1: "Manrope", sans-serif; 
    --font-2: "Manrope", sans-serif; 
    --marquee-width: 80vw; 
    --marquee-height: 20vh; /* --marquee-elements: 12; */ /* defined with JavaScript */
    --marquee-elements-displayed: 5; 
    --marquee-element-width: calc(var(--marquee-width) / var(--marquee-elements-displayed)); 
    --marquee-animation-duration: calc(var(--marquee-elements) * 6s); 
}
/*============ GENERAL START ============*/
*,
*::before,
*::after { box-sizing: border-box; -webkit-transition: background-color 0.4s ease-in-out; -moz-transition: background-color 0.4s ease-in-out; transition: background-color 0.4s ease-in-out; }
@media (prefers-reduced-motion: no-preference) {
 :root { scroll-behavior: smooth; }
}
body { margin: 0; font-family: var(--bs-body-font-family); font-size: var(--bs-body-font-size); font-weight: var(--bs-body-font-weight); line-height: var(--bs-body-line-height); color: var(--bs-body-color); text-align: var(--bs-body-text-align); background-color: var(--bs-body-bg); -webkit-text-size-adjust: 100%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); font-variant-numeric: normal; -moz-transition: padding-top 0.5s ease; -o-transition: padding-top 0.5s ease; -webkit-transition: padding-top 0.5s ease; transition: padding-top 0.5s ease; position: relative; background: var(--white); }
h1,h2,h3,h4,h5,h6 { font-family: var(--font-1); }
span,p,label,input,input::placeholder,select,button,a { font-family: var(--font-2); }
.btn-check:focus+.btn,.btn:focus { outline: 0 !important; box-shadow: 0 0 0 0 rgb(0 0 0 / 0%) !important; }
::-webkit-scrollbar { display: none; }
.form-control { font-variant-numeric: lining-nums; }
.form-control:focus { background-color: transparent; border-color: transparent; outline: 0; box-shadow: 0 0 0 0.0rem rgba(0, 0, 0, 0.0); }
.form-control:disabled { background-color: var(--gris-claro); opacity: 1; color: var(--gris-medio); }
.navbar-toggler:focus { text-decoration: none; outline: 0; box-shadow: 0 0 0 0 !important; }
.btn-close:focus { outline: 0; box-shadow: 0 0 0 0.0rem rgb(0 0 0 / 0%) !important; opacity: 1; }
.form-check-input { border: solid 1px var(--negro)!important; border-bottom: var(--negro) solid 1px!important; }
.form-check-input:checked { background-color: var(--azul) !important; border-color: var(--white) !important; }
.form-check-label { color: var(--gris-medio); font-size: var(--fs-14); line-height: 120%; font-weight: var(--fw-400); }
.form-check-label a { color: var(--azul); }
.navbar-toggler { background-color: transparent !important; border-color: rgba(0, 0, 0, 0) !important; outline: 0 !important; }
.navbar-toggler .navbar-toggler-icon { background-image: none !important; }
.custom-tooltip { --bs-tooltip-bg: var(--negro) !important; color: var(--white) !important; font-family: var(--font-2) !important; font-weight: 400; }
button:focus-visible { outline: none !important; border: 0 !important; }
.offcanvas-backdrop.show { opacity: 1; }
.offcanvas-backdrop { background-color: rgba(0, 0, 0, .1); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); }
.modal-backdrop.show { background-color: rgba(0, 0, 0, .1); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); opacity: 1; }
.form-control { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: 8px; border: 0; border-radius: 0; background: transparent; padding: 0; }
.form-control label { margin-bottom: 0; font-family: var(--font-2); font-size: 14px; font-weight: var(--fw-400); line-height: 140%; letter-spacing: 0; color: var(--negro); }
.form-control input,
.form-control textarea,
.form-control select { background-color: var(--white); border: 1px solid var(--gris-claro); border-radius: 8px; box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05); color: var(--gris-medio); padding: 10px 16px; outline: none; font-family: var(--font-2); font-size: var(--fs-16); font-weight: var(--fw-400); line-height: 140%; letter-spacing: 0; transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out; -webkit-transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out; -moz-transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out; -o-transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out; min-height: 40px; }
.form-control input:focus,
.form-control textarea:focus,
.form-control select:focus { background-color: var(--white); border-color: #999; box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1); }
.form-control input::placeholder,
.form-control input::-moz-placeholder,
.form-control input::-webkit-input-placeholder { color: var(--gris-medio); }
.form-control textarea::placeholder,
.form-control textarea::-moz-placeholder,
.form-control textarea::-webkit-input-placeholder { color: var(--gris-medio); }
.form-control select::placeholder,
.form-control select::-moz-placeholder,
.form-control select::-webkit-input-placeholder { color: var(--gris-medio); }
/* Estilos visuales del contenedor de Choices */
.choices__inner { background-color: var(--white); border: 1px solid var(--gray-12); border-radius: 8px; box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05); color: var(--gris-medio); padding: 5px 16px; font-family: var(--font-2); font-size: 14px; font-weight: var(--fw-400); line-height: 140%; letter-spacing: 0; min-height: 40px; overflow: hidden; max-height: 40px; transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out; -webkit-transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out; -moz-transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out; -o-transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out; }
.choices[data-type*=select-one]::after { border-color: var(--gris-medio) transparent transparent; }
.choices[data-type*=select-one].is-open::after { border-color: transparent transparent var(--gris-medio); }
select.moderm-select,.choices,.choices__inner { width: 100% !important; max-width: 100%; box-sizing: border-box; box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05); }
.choices__item,.choices__inner { white-space: normal !important; overflow-wrap: break-word !important; word-break: break-word !important; font-size: var(--fs-16); text-align: left; }
.choices__list--dropdown .choices__item--selectable[data-select-text], .choices__list[aria-expanded] .choices__item--selectable[data-select-text] { padding-right: 10px; font-family: var(--font-1); }
.choices__list--dropdown .choices__item--selectable[data-select-text]::after, .choices__list[aria-expanded] .choices__item--selectable[data-select-text]::after { font-size: 10px; max-width: 100px; text-align: right; }
.choices__list--dropdown, .choices__list[aria-expanded] { z-index: 2; }
.choices-invalid .choices__inner { border-color: #dc3545 !important; box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); }
.choices.is-disabled .choices__inner, .choices.is-disabled .choices__input { background-color: var(--gris-4); }
.modal .choices__item,.modal .choices__inner { font-size: var(--fs-12); line-height: 16px; }
.modal .choices__list--dropdown .choices__item,.modal .choices__list[aria-expanded] .choices__item { font-size: 12px; }
.modal .choices__list--single { height: 38px; align-content: center; }
small, small a { font-family: var(--font-2); font-weight: var(--fw-600); line-height: 150%; font-size: var(--fs-12); letter-spacing: 0; color: var(--gris-medio); margin-bottom: 0; text-decoration: none; }
:not(.btn-check)+.btn:active{border: 0!important;}
section{padding: 80px 0px;}
.btn {border-radius: 20px;font-family: var(--font-2);font-weight: var(--fw-500);line-height: normal;letter-spacing: 0;font-size: var(--fs-18);text-decoration: none;width: 100%;max-width: fit-content;padding: 5px 16px;display: flex;align-items: center;justify-content: center;text-align: center;white-space: nowrap;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;-webkit-transition: all 0.5s ease;transition: all 0.5s ease;}
.btn:hover {opacity: .9;cursor: pointer;}
.btn svg {margin-left: 5px;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;-webkit-transition: all 0.5s ease;transition: all 0.5s ease;}
.btn-outline-white {background-color: transparent;border: solid 1px var(--white);color: var(--white);}
.btn-outline-white:hover {background-color: var(--white);border: solid 1px var(--white);color: var(--azul);}
.btn-outline-white:hover svg{transform: translateX(2px);}
.btn-outline-white:hover svg path{stroke: var(--azul);}
.btn-outline-azul {background-color: transparent;border: solid 1px var(--azul);color: var(--azul);}
.btn-outline-azul:hover {background-color: var(--azul);border: solid 1px var(--azul);color: var(--white);}
.btn-outline-azul:hover svg{transform: translateX(2px);}
.btn-outline-azul:hover svg path{stroke: var(--white);}
.parrafo{font-family: var(--font-2);font-weight: var(--fw-400);line-height: normal;letter-spacing: 0;}
.color-negro{color: var(--negro);}
.color-azul{color: var(--azul);}
.fs-18{font-size: var(--fs-18);}
.fw-regular{font-weight: var(--fw-400);}
.box{border: 0;padding: 40px;display: flex;flex-direction: column;align-items: flex-start;justify-content: flex-start;height: auto;}
.box-azul{border: solid 3px var(--azul);}
.box-blanca{border: solid 3px var(--gris-claro);}
.box-invisible{border: solid 3px transparent;}
.titulo-s{font-family: var(--font-1);font-weight: var(--fw-500);font-size: var(--fs-34);line-height: normal;}
.bg-azul{background-color: var(--azul);}
.bg-azulito{background-color: var(--azulito);}
.color-gris-claro{color: var(--gris-claro)};
/*============ GENERAL END ============*/

/*============ KEYFRAMES START ============*/
@keyframes scrolling {
 0% { transform: translateX(0); }
100% { transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements))); }
 }
@-webkit-keyframes scrolling { 0% { transform: translateX(0); }
100% { transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements))); }
 }
/*============ KEYFRAMES END ============*/

/*============ HEADER START ============*/
.hero{
/* altura: fallback JS (var(--vh)), luego svh/dvh si existen */min-height: calc(var(--vh, 1vh) * 100);min-height: 100svh;/* móviles modernos */position: relative;overflow: hidden;
/* Imagen de fondo desde CSS var */background-image: var(--hero-img);background-size: cover;background-position: center;
}
/* Override moderno (cuando el navegador lo soporte) */@supports (height: 100dvh) {.hero{ min-height: 100dvh; }}
.hero::after{content: "";position: absolute;inset: 0;background: #121834;opacity: .40;pointer-events: none;}
.hero .hero-content{ position: relative; z-index: 1; }
.eyebrow{display: inline-flex;align-items: end;gap: .75rem;color: #fff;opacity: .95;}
.eyebrow__line{width: 80px;height: 5px;border-radius: 2px;background: currentColor;display: inline-block;opacity: .9;}
/*.hero-title{font-weight: 300;line-height: normal;}*/
.hero-title-small{font-weight: 500;line-height: normal;font-size: var(--fs-32)!important;}

header#header-video{-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;-webkit-transition: all 0.5s ease;transition: all 0.5s ease;width: 100%;min-height: 100dvh;padding: 0;background-image: none;}
header#header-video .container{z-index: 3;}
header#header-video .video-container {position: absolute;top: 0;bottom: 0;left: 0;right: 0;width: 100%;height: 100dvh;overflow: hidden;display: flex;justify-content: center;align-items: center;min-width: 100%;z-index: -1;}
header#header-video #video-background {width: 100%;height: 100%; object-fit: cover;}
/*============ HEADER END ============*/

/*============ TIPOGRAFÍA START ============*/
.subtitulo{font-family: var(--font-2);font-weight: var(--fw-700);line-height: 1;font-size: var(--fs-24);text-transform: uppercase;letter-spacing: .08em;}
.titulo_l{font-family: var(--font-1);font-weight: lighter;line-height: 1.1;font-size: var(--fs-100);letter-spacing: 0;}
.titulo_m{font-family: var(--font-1);font-weight: var(--fw-500);line-height: normal;font-size: var(--fs-60);letter-spacing: 0;}
.titulo_s{font-family: var(--font-1);font-weight: var(--fw-500);line-height: normal;font-size: var(--fs-36);letter-spacing: 0;}
/*============ TIPOGRAFÍA END ============*/

/*============ NAVBAR START ============*/
.navbar{-moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; transition: all 0.5s ease;}
.navbar .navbar-brand img{-moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; transition: all 0.5s ease;}
.navbar .navbar-brand a{-moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; transition: all 0.5s ease;}
.navbar.scrolled {background-color: rgba(0, 30, 92, 0.85)!important;}
.navbar.scrolled .navbar-brand img{max-width: 150px;height: auto;}
.offcanvas-full{background:var(--azul);height: calc(var(--vh, 1vh) * 100);height: 100svh;min-height: 100vh;}
@supports (height: 100dvh){.offcanvas-full{ height: 100dvh; }}
.offcanvas-full.offcanvas-top{ border-bottom: 0;}
.menu-link{color:var(--white); text-decoration:none; display:block; padding:.35rem 0;-moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; transition: all 0.5s ease;}
.menu-link:hover{ text-decoration:none;opacity: .8;}
.social-link{display:inline-flex; width:36px; height:36px; align-items:center; justify-content:center;color:var(--white); opacity:.9; border-radius:.5rem; transition:.15s ease;}
.social-link:hover{ opacity:1; transform:translateY(-1px); }
.menu-sep{ border-color:rgba(255,255,255,.25); opacity:1; margin:0; }
.offcanvas-full .close{font-size: 24px;font-weight: var(--fw-300);}
/*============ NAVBAR END ============*/

/*============ PÁGINAS CORPORATIVAS START ============*/
.page-corporativa p,
.page-corporativa span,
.page-corporativa li { font-family: var(--font-2); color: var(--negro); font-size: var(--fs-18); font-weight: var(--fw-400); line-height: 1.5; letter-spacing: 0; }
.page-corporativa h2 { letter-spacing: -1px; }
.page-corporativa p strong { font-size: var(--fs-24); font-weight: var(--fw-700); letter-spacing: -1px;}
.page-corporativa a { color: var(--azul); cursor: pointer; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }
.page-corporativa a:hover { color: var(--azul); opacity: .8; }
.page-corporativa table{margin-bottom: 16px;}
.page-corporativa table *{font-family: var(--font-2); color: var(--negro); font-size: var(--fs-16); font-weight: var(--fw-400); line-height: 1.5; letter-spacing: 0;}
/*============ PÁGINAS CORPORATIVAS END ============*/

/*============ FOOTER START ============*/
.footer-ceedima{background: var(--azul);color:var(--white);}
.footer-logo img{max-height:50px; /* ajusta a tu logo */height:auto;}
.footer-heading{text-transform:uppercase;font-weight:700;font-size:.9rem;letter-spacing:.04em;opacity:.9;margin-bottom:.25rem;}
.footer-links a{color:var(--white);text-decoration:none;display:inline-block;padding:.25rem 0;-moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; transition: all 0.5s ease;}
.footer-links a:hover{ color:var(--white); text-decoration:none;opacity: .8; }
.footer-social .social-link{color:var(--white);opacity:.9;display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:.5rem;-moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; transition: all 0.5s ease;}
.footer-social .social-link:hover{ opacity:1; transform:translateY(-1px); }
.footer-sep{border-color:var(--white);opacity:1;margin:2rem 0 1rem;}
/*============ FOOTER END ============*/

/*============ PREFOOTER START ============*/
.prefooter{min-height: 687px;position: relative;overflow: hidden;background-image: var(--prefooter-img);background-size: cover;background-position: center;}
.prefooter::after{content: "";position: absolute;inset: 0;background: #121834;opacity: .40;pointer-events: none;}
.prefooter p{font-size: 3.75rem;font-weight: 500;line-height: normal;color: var(--white);}
.prefooter .prefooter-content {position: relative;z-index: 1;max-width: 1060px;}
/*============ PREFOOTER END ============*/

/*============ BTN VOLVER ARRIBA START ============*/
#btn-volver-arriba { bottom: 12px; left: 12px; z-index: 5; position: fixed; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }
#btn-volver-arriba.show { display: block; }
#btn-volver-arriba:active,
#btn-volver-arriba:focus,
#btn-volver-arriba:focus-visible { background-color: var(--azul); }
#btn-volver-arriba:hover { background-color: var(--azulito); }
#btn-volver-arriba:hover i { color: var(--azul); }
/*============ BTN VOLVER ARRIBA END ============*/

/*============ SWAL2ALERT START ============*/
div:where(.swal2-container) h2:where(.swal2-title) { font-family: var(--font-1)!important; }
div:where(.swal2-container) div:where(.swal2-html-container) { font-family: var(--font-2)!important; }
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) { background-color:var(--azul)!important; color: var(--white)!important; }
div:where(.swal2-container) .swal2-textarea { width: 100%!important; margin: 0!important; }
/*============ SWAL2ALERT END ============*/

/*============ SWITCHES CHECKBOX START ============*/
.switch { position: relative; display: inline-flex; align-items: center; cursor: pointer; }
.switch input { opacity: 0; width: 0; height: 0; min-height: 0; }
.slider { position: relative; width: 29px; height: 14px; background-color: var(--gris-13); border-radius: 34px; transition: 0.3s; margin-right: 5px; }
.slider::before { content: ""; position: absolute; height: 11px; width: 11px; left: 3px; bottom: 2px; background-color: var(--white); border-radius: 50%; transition: 0.3s; }
.label-text { cursor: pointer; color: var(--gris-medio); font-size: var(--fs-12); line-height: 14px; text-align: center; font-weight: var(--fw-400); -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }
input:checked + .slider { background-color: var(--azul); }
input:checked + .slider::before { transform: translateX(13px); }
/*============ SWITCHES CHECKBOX END ============*/

/*============ FAQS START ============*/
#faqAccordion .accordion-item { margin-bottom: 32px; border: solid 2px var(--azul); border-radius: 0; padding: 24px; }
#faqAccordion .accordion-item:last-of-type { margin-bottom: 0; }
#faqAccordion .accordion-item h2 button { font-family: var(--font-2); color: var(--negro); font-size: var(--fs-18); font-weight: var(--fw-600); line-height: 150%; letter-spacing: 0; padding: 0; }
.accordion-flush>.accordion-item>.accordion-header .accordion-button, .accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed { border-radius: 10px; }
#faqAccordion .accordion-body { font-family: var(--font-2); color: var(--negro); font-size: var(--fs-18); font-weight: var(--fw-400); line-height: 150%; letter-spacing: 0; padding-bottom: 0; }
.accordion-button:not(.collapsed) { background-color: transparent; box-shadow: none; }
.accordion-button:focus { box-shadow: none; }
.accordion-item.active { background-color: var(--gris-claro); }
#faqAccordion .accordion-body a{color: var(--negro);}
/*============ FAQS END ============*/

/*============ WRAP SERVICIOS START ============*/
.wrap-servicios .wrap{display: flex;align-items: stretch;justify-content: flex-start;gap: 40px;flex-wrap: wrap;flex-direction: row;}
.wrap-servicios .wrap .service{flex: 1 0 calc(33.33% - 40px);height: 500px;max-height:500px;overflow: hidden;position: relative;padding: 20px;display: flex;flex-direction: column;align-items: flex-start;justify-content: flex-end;cursor: pointer;-moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; transition: all 0.5s ease;text-decoration:none;}
.wrap-servicios .wrap .service::after{content: '';position: absolute;top: 0;bottom: 0;left: 0;right: 0;width: 100%;height: 100%; background: linear-gradient(to bottom,rgba(0, 0, 0, 0) 0%,rgba(18, 24, 52, 1) 100%);z-index: 2;}
.wrap-servicios .wrap .service img{position: absolute;z-index: 1; width: 100%;max-width: 100%;height: 100%;object-fit: cover;top: 0;left: 0;right: 0;bottom: 0;-moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; transition: all 0.5s ease;}
.wrap-servicios .wrap .service h3{font-family: var(--font-1);font-weight: var(--fw-500);line-height: normal;letter-spacing: 0;font-size: var(--fs-32);color: var(--white);margin-bottom: 0;position: relative;z-index: 3;-moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; transition: all 0.5s ease;}
.wrap-servicios .wrap .service p{font-family: var(--font-1);font-weight: var(--fw-400);line-height: normal;letter-spacing: 0;font-size: var(--fs-18);color: var(--white);margin-bottom: 0;margin-top:12px;position: relative;z-index: 3;-moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; transition: all 0.5s ease;}
.wrap-servicios .wrap .service:hover img{transform: scale(1.2);}
.wrap-servicios .wrap .service:hover h3{transform: translateY(-5px);}
.wrap-servicios .wrap .service:hover p{transform: translateX(5px);}

.wrap-servicios .wrap.services .service{flex: 1 0 calc(50% - 40px);height: auto;max-height: 100%;padding: 40px;border: solid 3px var(--azul);gap: 40px;justify-content: space-between;}
.wrap-servicios .wrap.services .service img{position: relative;height: 250px;margin-bottom: 12px;}
.wrap-servicios .wrap.services .service::after{display: none;}
.wrap-servicios .wrap.services .service h3{color: var(--negro);}
.wrap-servicios .wrap.services .service p{color: var(--negro);}
.wrap-servicios .wrap.services .service:hover img{transform: scale(1);}
/*============ WRAP SERVICIOS END ============*/

/*============ WRAPPER BOXES START ============*/
.wrapper-boxes{display: flex;flex-direction: row;flex-wrap:wrap;align-items: stretch;justify-content: flex-start;gap:40px;}
.wrapper-boxes .box{flex: 1 0 calc(33.33% - 40px);gap: 20px;padding: 40px 20px;}
/*============ WRAPPER BOXES END ============*/

/*============ CONTACTO START ============*/
#contactoForm .form-control,#contactoForm .form-check-input{border: 3px solid var(--azul);border-radius: 0;box-shadow: none;}
#contactoForm .form-control{padding: .9rem 1rem;color: var(--azul);font-size: var(--fs-18);}
#contactoForm .form-control:focus{border-color: var(--azul);box-shadow: 0 0 0 .15rem rgba(19,32,85,.15);}
#contactoForm .form-check-label{color: var(--azul);font-size: var(--fs-16);line-height: 120%;font-weight: var(--fw-400);}
#contactoForm-trabaja .form-control,#contactoForm-trabaja .form-check-input{border: 3px solid var(--azul);border-radius: 0;box-shadow: none;}
#contactoForm-trabaja .form-control{padding: .9rem 1rem;color: var(--azul);font-size: var(--fs-18);}
#contactoForm-trabaja .form-control:focus{border-color: var(--azul);box-shadow: 0 0 0 .15rem rgba(19,32,85,.15);}
#contactoForm-trabaja .form-check-label{color: var(--azul);font-size: var(--fs-16);line-height: 120%;font-weight: var(--fw-400);}
#mensaje{min-height: 160px;}
.btn-enviar{border: 2px solid var(--azul);color: var(--azul);background: transparent;border-radius: 999px;padding: .4rem 1rem;display: inline-flex;align-items: center;gap: .5rem;transition: .15s ease-in-out;}
.btn-enviar:hover{color: var(--white);background: var(--azul);}
.btn-enviar svg{width: 18px; height: 18px;-moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; transition: all 0.5s ease;}
.btn-enviar:hover svg{transform: rotate(45deg);-webkit-transform: rotate(45deg);}
#required-note{ color:var(--gris-medio);font-weight: var(--fw-400) }
#required-note strong{color: var(--azul)}
.contact-icon{width: 56px;height: 56px;flex: 0 0 56px;object-fit: contain;}
.contact-icon-placeholder{ width: 70px;height: 70px;flex: 0 0 70px;}
.contact-big{font-size: var(--fs-34);line-height: 1.15;color: var(--azul);font-weight: var(--fw-500)}
.cta-pill{display:inline-flex; align-items:center; gap:.5rem;padding:7px 20px;border:1px solid var(--azul);border-radius:20px;color: var(--azul);text-decoration:none;background:transparent;transition: .15s ease-in-out;font-size: clamp(1rem, 1.2vw + .3rem, 1.25rem);}
.cta-pill svg{-moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; transition: all 0.5s ease;}
.cta-pill:hover{color:var(--white);background: var(--azul);}
.cta-pill:hover svg{transform: rotate(45deg);-webkit-transform: rotate(45deg);}
.cta-pill .arrow{width:18px; height:18px;min-width: 18px;}
.contact-list small{ color: var(--cb-muted); }
.contact-block ul li{min-height: 80px;}
.contact-block ul li svg{min-width: 70px;}
/*onlyCVForm*/
#onlyCVForm .form-control,#onlyCVForm .form-check-input{border: 3px solid var(--azul);border-radius: 0;box-shadow: none;}
#onlyCVForm .form-control{padding: .9rem 1rem;color: var(--azul);font-size: var(--fs-18);}
#onlyCVForm .form-control:focus{border-color: var(--azul);box-shadow: 0 0 0 .15rem rgba(19,32,85,.15);}
/*============ CONTACTO END ============*/

/*============ CARRUSEL START ============*/
.swiper-pagination-bullet{width: 20px;height: 20px;border-radius:0;background: var(--azulito);opacity: 1;}
.swiper-pagination-bullet-active{background-color: var(--azul);}
.carousel-indicators{bottom: -70px;}
.jobs-swiper .box{align-items: flex-start;justify-content: space-between;height: 100%;gap: 40px;}
.jobs-swiper .box p{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;text-overflow: ellipsis;}
.jobs-swiper .swiper-slide{display: flex;height: auto;}
.jobs-swiper .swiper-button-prev,.jobs-swiper .swiper-button-next{display: none !important;}
.swiper-pagination{position: static;margin-top: 24px;}
/*============ CARRUSEL END ============*/

/*============ MARQUEE START ============*/
:root {--color-text: var(--azul);--color-bg: papayawhip;--color-bg-accent: #ecdcc0;--size: clamp(10rem, 1rem + 40vmin, 30rem);--gap: calc(var(--size) / 14);--duration: 60s;--scroll-start: 0;--scroll-end: calc(-100% - var(--gap));}
@media (prefers-color-scheme: dark) {:root {--color-text: papayawhip;--color-bg: var(--azul);--color-bg-accent: var(--azul);}}
.marquee {display: flex;overflow: hidden;user-select: none;gap: var(--gap);mask-image: linear-gradient(var(--mask-direction, to right),hsl(0 0% 0% / 0),hsl(0 0% 0% / 1) 20%,hsl(0 0% 0% / 1) 80%,hsl(0 0% 0% / 0));}
.marquee__group {flex-shrink: 0;display: flex;align-items: center;justify-content: space-around;gap: var(--gap);min-width: 100%;animation: scroll-x var(--duration) linear infinite;}
@media (prefers-reduced-motion: reduce) {.marquee__group {animation-play-state: paused;}}
.marquee--vertical {--mask-direction: to bottom;}
.marquee--vertical,.marquee--vertical .marquee__group {flex-direction: column;}
.marquee--vertical .marquee__group {animation-name: scroll-y;}
.marquee--reverse .marquee__group {animation-direction: reverse;animation-delay: -3s;}
@keyframes scroll-x {from {transform: translateX(var(--scroll-start));}to {transform: translateX(var(--scroll-end));}}
@keyframes scroll-y {from {transform: translateY(var(--scroll-start));}to {transform: translateY(var(--scroll-end));}}
.marquee svg {display: grid;place-items: center;width: var(--size);fill: var(--color-text);background: transparent;aspect-ratio: 16/9;padding: calc(var(--size) / 10);border-radius: 0.5rem;}
.marquee--vertical img {aspect-ratio: 1;width: calc(var(--size) / 1.5);padding: calc(var(--size) / 6);}
.wrapper {display: flex;flex-direction: column;gap: var(--gap);margin: auto;max-width: 100vw;}
.wrapper--vertical {flex-direction: row;height: 100vh;}
.toggle {--size: 3rem;position: relative;position: fixed;top: 1rem;left: 1rem;width: var(--size);height: var(--size);font: inherit;text-align: center;cursor: pointer;outline: none;border: none;border-radius: 50%;color: inherit;background-color: var(--color-bg-accent);z-index: 1;}
.toggle:focus-visible {box-shadow: 0 0 0 2px var(--color-text);}
.toggle span {position: absolute;display: inline-block;top: 50%;left: calc(100% + 0.4em);width: fit-content;white-space: nowrap;transform: translateY(-50%);animation: fade 400ms 4s ease-out forwards;user-select: none;}
.toggle img {--size: 1.5rem;position: absolute;top: 50%;left: 50%;width: var(--size);height: var(--size);fill: currentcolor;transform: translate(-50%, -50%);transition: transform 300ms cubic-bezier(0.25, 1, 0.5, 1);}
.toggle--vertical img {transform: translate(-50%, -50%) rotate(-90deg);}
@keyframes fade {to {opacity: 0;visibility: hidden;}}
/*============ MARQUEE END ============*/

/*============ BLOQUE KIT DIGITAL START ============*/

#bloque-kit-digital {height: 100%;background: linear-gradient(151.48deg, #040404 -2.4%, #020e26 22.18%, #04225e 45.75%, #020e26 67.31%, #04225e 93.89%);overflow: hidden;padding: 12px;}
#bloque-kit-digital .columna_1 {height: 135px;left: 0}
#bloque-kit-digital .columna_1 img {width: 100%;height: 100%;object-fit: cover;left: -35%;position: absolute;}
#bloque-kit-digital .columna_2 {position: relative;z-index: 2;}
#bloque-kit-digital .columna_2 img{max-width: 650px;}
#bloque-kit-digital .columna_3 {height: 135px;right: 0}
#bloque-kit-digital .columna_3 img {width: 100%;height: 100%;object-fit: cover;right: -35%;position: absolute;}
/*============ BLOQUE KIT DIGITAL END ============*/

/*============ MODAL START ============*/
.job-modal{border: solid 3px var(--azul);border-radius: 0;padding: 40px;color: var(--negro);max-width: 650px;margin: auto;}
#modalIntegrante .modal-dialog{max-width: 950px;}
#modalIntegrante .job-modal{max-width: 100%;}
@media (max-width: 576px){.job-modal{ padding: 20px }#modalOferta .modal-dialog{margin: 0;}}
/*============ MODAL END ============*/

/*============ LANG START ============*/
.eapps-widget-toolbar{display: none!important;}
.elfsight-app-b700c1cf-64e6-4913-90f6-fa76b83519c6 a[href*="elfsight.com/website-translator-widget"]{pointer-events:none !important;opacity:0 !important;filter:opacity(0) !important;position:absolute !important;width:0 !important;height:0 !important;overflow:hidden !important;clip-path: inset(50%) !important; /* accesibilidad */margin: 0!important;}
.Roeuc:hover .name__NameContainer-sc-a805822b-0 {text-decoration: none!important;}
/*============ LANG END ============*/

/*============ NOSOTROS START ============*/
.plantilla .wrap-image{-moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; transition: all 0.5s ease;overflow: hidden;}
.plantilla .wrap-image img{-moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; transition: all 0.5s ease;}
.plantilla .wrap-image::after {content: '';position: absolute;top: 0;bottom: 0;left: 0;right: 0;width: 100%;height: 100%;background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(18, 24, 52, 1) 100%);z-index: 1;}
.plantilla .wrap-image:hover img{transform: scale(1.1);-webkit-transform: scale(1.1);}
/*============ NOSOTROS END ============*/

/*============ BREACKPOINTS ============*/

/* desktop */
@media(max-width:1199px) {
    /*============ CONTACTO START ============*/
    .contact-big {font-size: var(--fs-28);}
    .contact-block ul li svg {min-width: 40px;height: auto;width: 40px;}
    /*============ CONTACTO END ============*/
}

/* tablet */
@media(max-width:1024px) {
    /*============ WRAP SERVICIOS START ============*/
    .wrap-servicios .wrap .service{flex: 1 0 calc(50% - 40px);}
    /*============ WRAP SERVICIOS END ============*/
}

/* tablet */
@media(max-width:991px) {
    /*============ GENERAL START ============*/
    .box-invisible{display: none;}
    /*============ GENERAL END ============*/

    /*============ WRAPPER BOXES START ============*/
    .wrapper-boxes{gap: 20px;}
    .wrapper-boxes .box{flex: 1 0 calc(50% - 20px)}
    /*============ WRAPPER BOXES START ============*/

    /*============ FOOTER START ============*/
    .footer-logo{ text-align:left; }
    /*============ FOOTER END ============*/
}
/* movil */
@media(max-width:767px) {
    /*============ GENERAL START ============*/
    section{padding: 40px 0px;}
    .fs-18{font-size: var(--fs-16);}
    .box{padding: 16px;}
    .titulo-s{font-size: var(--fs-28);}
    .hero-title-small {font-size: var(--fs-28) !important;}
    .eyebrow__line{width: 40px;height: 3px;}
    .box-invisible{display: none;}
    /*============ GENERAL END ============*/

    /*============ WRAP SERVICIOS START ============*/
    .wrap-servicios .wrap .service{flex: 1 0 100%;height: 350px;max-height: 350px;}
    .wrap-servicios .wrap{gap: 20px;}
    .wrap-servicios .wrap .service h3{font-size: var(--fs-28);}
    .wrap-servicios .wrap .service p{font-size: var(--fs-16);margin-top: 12px;}
    .wrap-servicios .wrap.services .service{flex: 1 0 100%;padding: 20px;gap: 20px;justify-content: flex-start;}
    .wrap-servicios .wrap.services .service img{height: 150px;}
    .wrap-servicios .wrap.services .service .btn{width: 100%;max-width: 100%;}
    /*============ WRAP SERVICIOS END ============*/

    /*============ WRAPPER BOXES START ============*/
    .wrapper-boxes{gap: 20px;}
    .wrapper-boxes .box{padding: 16px;gap: 16px;flex: 1 0 100%;}
    /*============ WRAPPER BOXES START ============*/

    /*============ FAQS START ============*/
    #faqAccordion .accordion-item { margin-bottom: 24px; padding: 16px; }
    /*============ FAQS END ============*/

    /*============ FOOTER START ============*/
    .footer-logo{text-align: center;}
    .prefooter {min-height: auto;}
    /*============ FOOTER END ============*/

    /*============ NAVBAR START ============*/
    .offcanvas-full .navbar-brand img{max-width: 140px;}
    .navbar .navbar-brand img{max-width: 130px;height: auto;}
    .offcanvas-full .close{font-size: 16px;}
    /*============ NAVBAR END ============*/

    /*============ TIPOGRAFÍA START ============*/
    .subtitulo{font-size: var(--fs-14);letter-spacing: 0;}
    .titulo_l{font-size: var(--fs-40)}
    .titulo_m{font-size: var(--fs-28);}
    .titulo_s{font-size: var(--fs-28);}
    /*============ TIPOGRAFÍA END ============*/

    /*============ CARRUSEL START ============*/
    .jobs-swiper .box {align-items: flex-start;justify-content: space-between;height: 100%;gap: 16px;}
    .jobs-swiper .box .btn{width: 100%;max-width: 100%;}
    /*============ CARRUSEL END ============*/

    /*============ MARQUEE START ============*/
    .marquee__group{gap: 40px;}
    .wrapper{gap: 40px;}
    .marquee img{max-height: 40px;width: auto;}
    /*============ MARQUEE END ============*/
}
/* movil */
@media(max-width:575px) {
    /*============ HEADER START ============*/
    /*.hero-title{ font-size: 2rem; }*/
    .prefooter p{font-size: 2rem; }
    .eyebrow{line-height: normal;font-size: 15px;}
    /*============ HEADER END ============*/

    /*============ CONTACTO START ============*/
    .contact-icon-placeholder{display: none;}
    .contact-block ul li {min-height: 1px;}
    .contact-block ul li svg {min-width: 40px;height: auto;width: 40px;}
    /*============ CONTACTO END ============*/
}

@media (min-width: 576px) and (max-width: 991.98px){
    /*============ HEADER START ============*/
    /*.hero-title{ font-size: 2.75rem; }*/
    .prefooter p{font-size: 2.75rem; }
    /*============ HEADER END ============*/
}

@media (min-width: 992px){
    /*============ HEADER START ============*/
    /*.hero-title{ font-size: 3.75rem; }*/
    /*============ HEADER END ============*/
}

