@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Spartan:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@800&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/** Media Queries **/
html {
  font-size: 62.5%;
  box-sizing: border-box;
  height: 100%;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  font-family: "Spartan", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  position: relative;
}

p {
  color: #000000;
  font-size: 2rem;
}

.contenedor {
  width: 90%;
  margin: 0 auto;
  z-index: 11;
}

a {
  text-decoration: none;
}

img,
picture {
  width: 100%;
  display: block;
}

h1, h2, h3 {
  font-family: "Spartan", sans-serif;
  margin: 3.5rem 0;
  text-align: center;
  color: #070056;
}

h1 {
  font-weight: 900;
  font-size: 2.6rem;
}
@media (min-width: 768px) {
  h1 {
    font-size: 3.4rem;
  }
}
@media (min-width: 1250px) {
  h1 {
    font-size: 3.8rem;
  }
}
@media (min-width: 2200px) {
  h1 {
    font-size: 5.6rem;
  }
}

h2 {
  font-weight: 700;
  font-size: 2.4rem;
}
@media (min-width: 768px) {
  h2 {
    font-size: 3rem;
  }
}
@media (min-width: 2200px) {
  h2 {
    font-size: 4.6rem;
  }
}

h3 {
  font-weight: 400;
  font-size: 2rem;
}
@media (min-width: 768px) {
  h3 {
    font-size: 2.8rem;
  }
}
@media (min-width: 2200px) {
  h3 {
    font-size: 3.8rem;
  }
}

h4 {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  h4 {
    font-size: 2.2rem;
  }
}
@media (min-width: 2200px) {
  h4 {
    font-size: 3.2rem;
  }
}

p {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  p {
    font-size: 1.8rem;
  }
}
@media (min-width: 1250px) {
  p {
    font-size: 2rem;
  }
}
@media (min-width: 2200px) {
  p {
    font-size: 3.2rem;
  }
}

.seccion {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.seccion:last-of-type {
  margin-bottom: 0;
}

.contenido-centrado {
  max-width: 800px;
}

.alinear-derecha {
  display: flex;
  justify-content: flex-end;
}

.w-100 {
  width: 100%;
}

.no-click {
  pointer-events: none;
}

.bg-verde {
  background-color: #33A78B !important;
}

.bottom {
  margin-bottom: 5rem;
}

.top {
  margin-top: 5rem;
}

.no-border {
  border: none;
}

.border-bottom {
  border-bottom: 2px solid #070056;
}

.whats {
  color: #128c7e !important;
  text-decoration: underline;
  text-underline-offset: 0.5rem;
  cursor: pointer;
}

.dark-mode {
  background-color: #1a1a1a;
}
.dark-mode h1, .dark-mode h2, .dark-mode h3 {
  color: #6f9bbe;
}
.dark-mode img, .dark-mode picture {
  filter: brightness(0.9);
}
.dark-mode p, .dark-mode li {
  color: #FFFFFF;
}
.dark-mode .dark-mode-boton::after {
  height: 0.3rem;
  width: 0.3rem;
  top: 34%;
  right: 34%;
}
@media (min-width: 2200px) {
  .dark-mode .dark-mode-boton::after {
    height: 0.6rem;
    width: 0.6rem;
  }
}
.dark-mode .barra {
  border-bottom: 0.1rem solid #FFFFFF;
}
@media (min-width: 768px) {
  .dark-mode .barra {
    border-bottom: none;
  }
}
.dark-mode .barra img {
  filter: invert(100%) brightness(1.5);
}
.dark-mode .navegacion a, .dark-mode .navegacion .submenu-btn {
  color: #FFFFFF;
}
.dark-mode .navegacion .submenu {
  background-color: #333333;
}
.dark-mode .navegacion .submenu a {
  background-color: #1a1a1a;
}
.dark-mode .mobile-menu .btnMenu {
  color: #FFFFFF;
}
.dark-mode .mobile-menu .btnMenu:hover {
  color: #5388B1;
}
.dark-mode .no-borde {
  border-bottom: none;
}
.dark-mode .border-bottom {
  border-bottom: 2px solid #5388B1;
}
.dark-mode .mostrar {
  border-bottom: 0.1rem solid #FFFFFF;
  background-color: #1c1c1c;
}
.dark-mode .mostrar a:hover {
  color: #333333;
}
.dark-mode .footer {
  background-color: #030028;
}
.dark-mode .valor::after, .dark-mode .valor-corporativo::after {
  background-color: #5388B1;
}
.dark-mode .valor .valores-section p, .dark-mode .valor .corporativos-section p, .dark-mode .valor-corporativo .valores-section p, .dark-mode .valor-corporativo .corporativos-section p {
  color: #6f9bbe;
}
.dark-mode .segmentos .areas h2 {
  border-right: 0.2rem solid #5388B1;
}
.dark-mode .carrusel h2::after {
  background-color: #5388B1;
}
.dark-mode .prev, .dark-mode .next {
  color: #00AACC;
}
.dark-mode .btn-contacto, .dark-mode .btn-contacto-servicios {
  background-color: #00AACC;
}
.dark-mode .servicio {
  border: 0.4rem solid #1a1a1a !important;
}
@media (min-width: 768px) {
  .dark-mode .servicio {
    border: 1rem solid #1a1a1a !important;
  }
}
@media (min-width: 1024px) {
  .dark-mode .servicio {
    border: 0.6rem solid #1a1a1a !important;
  }
}
@media (min-width: 1250px) {
  .dark-mode .servicio {
    border: 1.5rem solid #1a1a1a !important;
  }
}
.dark-mode .tipo-servicio .info-servicio {
  background-color: #333333;
}
.dark-mode .compania h2 {
  border-bottom: 2px solid #5388B1;
}
@media (min-width: 768px) {
  .dark-mode .corporacion:nth-child(even)::after, .dark-mode .corporacion:nth-child(odd)::after {
    background-color: #5388B1;
  }
}
.dark-mode .corporacion p {
  color: #FFFFFF;
}
.dark-mode .ofertas__input {
  background-color: #262626;
}
.dark-mode .ofertas__input::-moz-placeholder {
  color: #FFFFFF;
}
.dark-mode .ofertas__input::placeholder {
  color: #FFFFFF;
}
.dark-mode .ofertas__input:focus {
  box-shadow: inset 3px 3px 6px #1a1a1a, inset -3px -3px 6px #1a1a1a;
  border: 1px solid #5388B1;
  color: #FFFFFF;
}
.dark-mode .ofertas__buscar {
  background-color: #404040;
}
.dark-mode .ofertas__salario {
  background-color: #262626;
}
.dark-mode .ofertas-nav nav .iconos {
  box-shadow: 3px 3px 5px #000000;
  background-color: #5388B1;
}
.dark-mode .info-oferta {
  background-color: rgba(0, 0, 0, 0.9);
  background-blend-mode: overlay;
}
.dark-mode .info-oferta img {
  box-shadow: 5px 5px 5px #000000;
}
.dark-mode .info-oferta span {
  color: #5388B1;
}
.dark-mode .vacantes-index h2::after {
  background-color: #5388B1;
}
.dark-mode .vacante-index {
  background-color: #1c1c1c;
}
.dark-mode .vacante {
  border: 4px solid #5388B1;
  background-color: #1c1c1c;
}
.dark-mode .vacante:hover {
  border: 4px solid #33A78B;
}
.dark-mode .vacante:hover > .btn-vacante {
  background-color: #33A78B;
}
.dark-mode .btn-vacante {
  background-color: #5388B1;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  padding: 1rem 3rem;
  text-align: center;
  display: block;
  border: none;
  border-radius: 0.5rem;
  border-radius: 0;
}
.dark-mode .btn-vacante:hover {
  cursor: pointer;
}
.dark-mode .btn-postularse {
  background-color: #5388B1;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  padding: 1rem 3rem;
  text-align: center;
  display: block;
  border: none;
  border-radius: 0.5rem;
}
.dark-mode .btn-postularse:hover {
  cursor: pointer;
}
.dark-mode .alerta__error {
  background-color: #a30606;
}
.dark-mode .btn-ver-mas {
  background-color: #5388B1;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  padding: 1rem 3rem;
  text-align: center;
  display: block;
  border: none;
  border-radius: 0.5rem;
}
.dark-mode .btn-ver-mas:hover {
  cursor: pointer;
}
.dark-mode .btn-ver-mas:hover {
  background-color: #33A78B;
}
.dark-mode .formulario.form-empleados p {
  color: #00AACC;
}
.dark-mode .admin-nav nav .iconos {
  background-color: #5388B1;
  box-shadow: 3px 3px 5px #000000;
}
.dark-mode .vacantes .sin-ofertas {
  background-color: #333333;
}
.dark-mode .politicas li::marker {
  color: #00AACC;
}

.btn-contacto {
  background-color: #070056;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  padding: 1rem 3rem;
  text-align: center;
  display: block;
  border: none;
  border-radius: 0.5rem;
}
.btn-contacto:hover {
  cursor: pointer;
}
@media (min-width: 768px) {
  .btn-contacto {
    margin: 0 auto 2.5rem auto;
    width: 25%;
  }
}
.btn-contacto:hover {
  background-color: #33A78B;
}

.btn-contacto-servicios {
  background-color: #070056;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  padding: 1rem 3rem;
  text-align: center;
  display: block;
  border: none;
  border-radius: 0.5rem;
  margin: 2rem auto;
  padding: 1rem 5rem;
  font-size: 1.4rem;
}
.btn-contacto-servicios:hover {
  cursor: pointer;
}
@media (min-width: 768px) {
  .btn-contacto-servicios {
    margin: 2rem 5rem 2rem 0;
    padding: 1rem 0.7rem;
  }
}
@media (min-width: 1024px) {
  .btn-contacto-servicios {
    margin: 2rem 5rem;
    padding: 1rem 3rem;
    font-size: 1.6rem;
  }
}
@media (min-width: 2200px) {
  .btn-contacto-servicios {
    margin: 5rem 15rem;
    font-size: 2.8rem;
  }
}
.btn-contacto-servicios:hover {
  background-color: #33A78B;
}

.btn-enviar {
  background-color: #33A78B;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  padding: 1rem 3rem;
  text-align: center;
  display: block;
  border: none;
  border-radius: 0.5rem;
  border-radius: 2rem;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}
.btn-enviar:hover {
  cursor: pointer;
}

.btn-pagos {
  color: #33A78B !important;
  border: 0.2rem solid #33A78B;
  background-color: #FFFFFF;
  padding: 0.5rem 2rem !important;
  border-radius: 1rem;
}
.btn-pagos:hover {
  background-color: #33A78B !important;
  color: #FFFFFF !important;
}

.btn-ver, .btn-buscar, .btn-ver--brochure {
  background-color: #5388B1;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  padding: 1rem 3rem;
  text-align: center;
  display: block;
  border: none;
  border-radius: 0.5rem;
  margin: 2rem auto;
  border-radius: 2rem;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}
.btn-ver:hover, .btn-buscar:hover, .btn-ver--brochure:hover {
  cursor: pointer;
}
.btn-ver--brochure {
  width: 90%;
}
@media (min-width: 768px) {
  .btn-ver--brochure {
    width: 50%;
  }
}

.btn-enviar-empleado {
  background-color: #5388B1;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  padding: 1rem 3rem;
  text-align: center;
  display: block;
  border: none;
  border-radius: 0.5rem;
  border-radius: 2rem;
  margin: auto;
}
.btn-enviar-empleado:hover {
  cursor: pointer;
}

.btn-postularse {
  background-color: #070056;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  padding: 1rem 3rem;
  text-align: center;
  display: block;
  border: none;
  border-radius: 0.5rem;
  margin: 0 auto;
}
.btn-postularse:hover {
  cursor: pointer;
}
.btn-postularse:hover {
  background-color: #33A78B;
}

.btn-auth, .btn-admin {
  background-color: #006a80;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  padding: 1rem 3rem;
  text-align: center;
  display: flex;
  border: none;
  border-radius: 0.5rem;
  margin: 2rem auto;
  width: auto;
  justify-content: center;
}
.btn-auth:hover, .btn-admin:hover {
  cursor: pointer;
}
.btn-auth:hover, .btn-admin:hover {
  background-color: #33A78B;
}
@media (min-width: 1024px) {
  .btn-auth, .btn-admin {
    width: 50%;
  }
}

.btn-alert {
  background-color: #7c0505;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  padding: 1rem 3rem;
  text-align: center;
  display: block;
  border: none;
  border-radius: 0.5rem;
  font-size: 1.4rem;
  padding: 1rem;
  margin-top: 2rem;
  font-weight: 400;
}
.btn-alert:hover {
  cursor: pointer;
}
.btn-alert:hover {
  background-color: #ad0606;
}

.btn-disabled {
  background-color: #ACACAC;
  cursor: not-allowed !important;
}

.btn-volver, .btn-crear {
  background-color: #5388B1;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  padding: 1rem 3rem;
  text-align: center;
  display: block;
  border: none;
  border-radius: 0.5rem;
  margin: 2rem 0;
  border-radius: 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
}
.btn-volver:hover, .btn-crear:hover {
  cursor: pointer;
}
.btn-volver:hover, .btn-crear:hover {
  background-color: #33A78B;
}
.btn-volver i, .btn-crear i {
  margin-right: 0.5rem;
}

.btn-eliminar, .btn-actualizar, .btn-eliminar--externo, .btn-eliminar--interno, .btn-eliminar--usuario {
  background-color: #722323;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  padding: 1rem 3rem;
  text-align: center;
  display: block;
  border: none;
  margin-bottom: 1.2rem;
  border-radius: 0 1rem 1rem 0;
  transition: transform 0.2s ease;
}
.btn-eliminar:hover, .btn-actualizar:hover, .btn-eliminar--externo:hover, .btn-eliminar--interno:hover, .btn-eliminar--usuario:hover {
  transform: scale(1.03);
  cursor: pointer;
  background-color: rgb(234, 38, 38);
}
.btn-eliminar--usuario {
  margin-bottom: 2rem;
}
.btn-eliminar--usuario:hover {
  transform: none;
}
.btn-eliminar--interno {
  border-radius: 0.5rem;
  position: absolute;
  top: 5%;
  right: 5%;
}
.btn-eliminar--interno i {
  font-size: 2rem;
}
.btn-eliminar--externo {
  border-radius: 0.5rem;
  height: 100%;
  width: 100%;
  margin-top: 1.5rem;
}
@media (min-width: 1024px) {
  .btn-eliminar--externo {
    width: auto;
    padding: 1rem 3rem;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .btn-eliminar--externo i {
    font-size: 2rem;
  }
}

.btn-actualizar {
  background-color: #3a8c0a;
  border-radius: 0.5rem;
  height: 100%;
  width: 100%;
}
@media (min-width: 1024px) {
  .btn-actualizar {
    width: auto;
    padding: 1rem 3rem;
    margin: 0;
  }
}
.btn-actualizar:hover {
  background-color: #56d204;
}
@media (min-width: 1024px) {
  .btn-actualizar i {
    font-size: 2rem;
  }
}

.btn-buscar {
  border-radius: 0 1rem 1rem 0;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 0px 4px, rgba(0, 0, 0, 0.2) 0px 2px 4px;
  border: 1.5px solid #5388B1;
}
.btn-buscar:hover {
  background-color: #33A78B;
  border: 1.5px solid #33A78B;
}

@media (min-width: 768px) {
  .main-content {
    display: grid;
    gap: 5rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
.main-content .enlaces-main {
  position: relative;
  /* Mantener el efecto hover activo en blend-main cuando el cursor está en enlaces */
}
.main-content .enlaces-main .enlaces {
  display: none;
  width: 100%;
  padding: 1rem 0;
  bottom: 12%;
  padding: 2rem;
}
.main-content .enlaces-main .enlaces a {
  color: #FFFFFF;
  border-radius: 2rem;
  padding: 0.5rem 1.5rem;
  border: 0.25rem solid #FFFFFF;
  font-weight: 400;
  font-size: 1.4rem;
  display: grid;
  place-self: normal;
  place-items: center;
}
@media (min-width: 480px) {
  .main-content .enlaces-main .enlaces a {
    padding: 0.5rem 0.5rem;
    font-size: 1.6rem;
    border: 0.3rem solid #FFFFFF;
  }
}
@media (min-width: 1024px) {
  .main-content .enlaces-main .enlaces a {
    padding: 0.5rem 0.5rem;
    font-size: 1.6rem;
    border: 0.3rem solid #FFFFFF;
  }
}
@media (min-width: 1250px) {
  .main-content .enlaces-main .enlaces a {
    padding: 0.5rem 0.8rem;
    font-size: 1.6rem;
  }
}
@media (min-width: 2200px) {
  .main-content .enlaces-main .enlaces a {
    padding: 2rem 5rem;
    font-size: 2.4rem;
    border: 0.5rem solid #FFFFFF;
  }
}
.main-content .enlaces-main .blend-main {
  height: 40rem;
  transition: transform 0.3s, filter 0.3s;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .main-content .enlaces-main .blend-main {
    height: 70rem;
  }
}
@media (min-width: 2200px) {
  .main-content .enlaces-main .blend-main {
    height: 100rem;
  }
}
.main-content .enlaces-main .blend-main img, .main-content .enlaces-main .blend-main picture {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  filter: contrast(1.065);
  transition: transform 0.3s, filter 0.3s;
}
.main-content .enlaces-main .blend-main:hover {
  background-color: rgba(0, 0, 0, 0.4);
  transform: scale(1.1); /* Cambia el valor del filtro en el estado :hover */
}
.main-content .enlaces-main .enlaces:hover ~ .blend-main {
  background-color: rgba(0, 0, 0, 0.4);
  transform: scale(1.1);
}
.main-content .enlaces-main h1, .main-content .enlaces-main .enlaces {
  position: absolute;
  text-align: center;
  padding: 0 2rem;
  width: 100%;
  z-index: 1;
}
.main-content .enlaces-main h1 {
  color: #070056;
  padding: 0.5rem 2rem;
  text-shadow: 2px 1px 3px #FFFFFF;
  font-family: "Rubik", sans-serif;
}
@media (min-width: 768px) {
  .main-content .enlaces-main h1 {
    font-size: 2.6rem;
  }
}
@media (min-width: 1024px) {
  .main-content .enlaces-main h1 {
    font-size: 3.6rem;
  }
}
@media (min-width: 1250px) {
  .main-content .enlaces-main h1 {
    font-size: 4.2rem;
  }
}
@media (min-width: 2200px) {
  .main-content .enlaces-main h1 {
    padding: 4rem 3rem;
    font-size: 5.6rem;
  }
}
.main-content .enlaces-main:hover .enlaces {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 1024px) {
  .main-content .enlaces-main:hover .enlaces {
    flex-direction: row;
    justify-content: space-around;
    gap: 0.3rem;
  }
}
.main-content .enlaces-main:hover picture {
  mix-blend-mode: multiply;
}
.main-content .enlaces-main:hover img {
  mix-blend-mode: multiply;
}

.valor {
  padding: 0 2.5rem 5rem 2.5rem;
  position: relative;
}
@media (min-width: 768px) {
  .valor {
    padding: 5rem 2.5rem;
  }
}
@media (min-width: 1024px) {
  .valor {
    padding: 5rem;
  }
}
.valor::before {
  content: "";
  width: 75vw;
  height: 65rem;
  background-color: rgba(83, 136, 177, 0.5);
  display: block;
  position: absolute;
  right: 0;
  z-index: -1;
}
@media (min-width: 480px) {
  .valor::before {
    width: 70vw;
    height: 65rem;
  }
}
@media (min-width: 768px) {
  .valor::before {
    height: 50rem;
  }
}
@media (min-width: 1024px) {
  .valor::before {
    width: 75vw;
    height: 36rem;
  }
}
@media (min-width: 1250px) {
  .valor::before {
    height: 40rem;
  }
}
@media (min-width: 2200px) {
  .valor::before {
    padding: 5rem;
    height: 52rem;
  }
}
.valor::after {
  content: "";
  width: 70vw;
  height: 0.3rem;
  background-color: #070056;
  display: block;
  position: absolute;
  top: 12.5%;
  left: 12%;
}
@media (min-width: 480px) {
  .valor::after {
    top: 8%;
  }
}
@media (min-width: 768px) {
  .valor::after {
    width: 75vw;
    top: 25%;
  }
}
@media (min-width: 1024px) {
  .valor::after {
    top: 32%;
  }
}
@media (min-width: 2200px) {
  .valor::after {
    width: 80vw;
    top: 28%;
    left: 7%;
  }
}
.valor h2 {
  text-align: left;
  font-weight: 900;
  font-size: 2.8rem;
  width: 80%;
}
@media (min-width: 480px) {
  .valor h2 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .valor h2 {
    font-size: 4rem;
  }
}
@media (min-width: 2200px) {
  .valor h2 {
    font-size: 5rem;
  }
}
.valor .valores-section {
  width: 75vw;
  align-items: flex-start;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  justify-content: flex-end;
  padding: 0;
  margin-left: 7%;
  justify-items: center;
  row-gap: 1rem;
}
@media (min-width: 480px) {
  .valor .valores-section {
    margin-left: 15%;
  }
}
@media (min-width: 768px) {
  .valor .valores-section {
    margin-left: 26%;
    width: 60vw;
    grid-template-columns: repeat(2, 1fr);
    padding: 2.5rem 0rem;
  }
}
@media (min-width: 1024px) {
  .valor .valores-section {
    margin-left: 13%;
    width: 75vw;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 2200px) {
  .valor .valores-section {
    margin-left: 17%;
  }
}
.valor .valores-section p {
  font-weight: 500;
  text-align: center;
  color: #070056;
}
.valor .valores {
  display: grid;
  place-items: center;
}
.valor .valores:last-of-type {
  margin-right: 0;
}
.valor .valores p {
  padding-top: 2rem;
  font-size: 1.8rem;
  width: 95%;
  margin: auto;
}
.valor .valores .icono {
  width: 5rem;
  height: 5.5rem;
}
@media (min-width: 480px) {
  .valor .valores {
    margin-right: 0;
  }
  .valor .valores .icono {
    width: 7rem;
    height: 7rem;
  }
}
@media (min-width: 1024px) {
  .valor .valores {
    margin-right: 2rem;
  }
}
@media (min-width: 1250px) {
  .valor .valores {
    margin-right: 2.5rem;
  }
  .valor .valores .icono {
    width: 9rem;
    height: 9rem;
  }
  .valor .valores p {
    font-size: 2rem;
    line-height: 1.6;
  }
}
@media (min-width: 2200px) {
  .valor .valores {
    margin-right: 10rem;
  }
  .valor .valores .icono {
    width: 18rem;
    height: 18rem;
  }
  .valor .valores p {
    font-size: 3rem;
  }
}

.valor-corporativo {
  padding: 0 2.5rem 5rem 2.5rem;
  position: relative;
}
@media (min-width: 768px) {
  .valor-corporativo {
    padding: 5rem 2.5rem;
  }
}
@media (min-width: 1024px) {
  .valor-corporativo {
    padding: 5rem;
  }
}
.valor-corporativo::before {
  content: "";
  width: 75vw;
  height: 72rem;
  background-color: rgba(83, 136, 177, 0.5);
  display: block;
  position: absolute;
  left: 0;
  z-index: -1;
}
@media (min-width: 480px) {
  .valor-corporativo::before {
    width: 70vw;
  }
}
@media (min-width: 768px) {
  .valor-corporativo::before {
    height: 57rem;
  }
}
@media (min-width: 1024px) {
  .valor-corporativo::before {
    width: 75vw;
    height: 36rem;
  }
}
@media (min-width: 1250px) {
  .valor-corporativo::before {
    height: 36rem;
  }
}
@media (min-width: 2200px) {
  .valor-corporativo::before {
    padding: 5rem;
    height: 47rem;
  }
}
.valor-corporativo::after {
  content: "";
  width: 70vw;
  height: 0.3rem;
  background-color: #070056;
  display: block;
  position: absolute;
  top: 12.5%;
  left: 12%;
}
@media (min-width: 480px) {
  .valor-corporativo::after {
    top: 8%;
  }
}
@media (min-width: 768px) {
  .valor-corporativo::after {
    width: 75vw;
    top: 25%;
  }
}
@media (min-width: 1024px) {
  .valor-corporativo::after {
    top: 35%;
  }
}
@media (min-width: 2200px) {
  .valor-corporativo::after {
    width: 80vw;
    top: 28%;
    left: 7%;
  }
}
.valor-corporativo h2 {
  text-align: right;
  font-weight: 900;
  font-size: 2.8rem;
  width: 80%;
}
@media (min-width: 480px) {
  .valor-corporativo h2 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .valor-corporativo h2 {
    font-size: 4rem;
  }
}
@media (min-width: 2200px) {
  .valor-corporativo h2 {
    font-size: 5rem;
  }
}
.valor-corporativo .corporativos-section {
  width: 55vw;
  align-items: flex-start;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  justify-content: flex-start;
  padding: 0;
  margin-right: 7%;
  justify-items: center;
  row-gap: 1rem;
}
@media (min-width: 480px) {
  .valor-corporativo .corporativos-section {
    margin-right: 15%;
  }
}
@media (min-width: 768px) {
  .valor-corporativo .corporativos-section {
    margin-right: 26%;
    width: 60vw;
    grid-template-columns: repeat(2, 1fr);
    padding: 2.5rem 0rem;
  }
}
@media (min-width: 1024px) {
  .valor-corporativo .corporativos-section {
    margin-right: 13%;
    width: 70vw;
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 2200px) {
  .valor-corporativo .corporativos-section {
    margin-right: 17%;
  }
}
.valor-corporativo .corporativos-section p {
  font-weight: 500;
  text-align: center;
  color: #070056;
}
.valor-corporativo .corporativos {
  display: grid;
  place-items: center;
}
.valor-corporativo .corporativos p {
  padding-top: 2rem;
  font-size: 1.8rem;
  width: 95%;
  margin: auto;
}
.valor-corporativo .corporativos .icono {
  width: 5rem;
  height: 5.5rem;
}
@media (min-width: 480px) {
  .valor-corporativo .corporativos .icono {
    width: 7rem;
    height: 7rem;
  }
  .valor-corporativo .corporativos p {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}
@media (min-width: 768px) {
  .valor-corporativo .corporativos p {
    font-size: 1.8rem;
  }
}
@media (min-width: 1250px) {
  .valor-corporativo .corporativos .icono {
    width: 9rem;
    height: 9rem;
  }
  .valor-corporativo .corporativos p {
    font-size: 2rem;
    line-height: 1.6;
  }
}
@media (min-width: 2200px) {
  .valor-corporativo .corporativos .icono {
    width: 18rem;
    height: 18rem;
  }
  .valor-corporativo .corporativos p {
    font-size: 3rem;
  }
}

.segmentos {
  width: 80%;
  display: block;
  margin: auto;
}
@media (min-width: 768px) {
  .segmentos {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .segmentos img {
    width: 50%;
    display: block;
    margin: auto;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .segmentos {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, 1fr);
  }
  .segmentos img {
    width: 100%;
  }
}
@media (min-width: 768px) and (min-width: 2200px) {
  .segmentos {
    gap: 5rem;
  }
}
.segmentos .areas {
  padding: 0.5rem;
  display: grid;
  grid-template-rows: 1fr auto auto;
  min-height: 12rem;
}
.segmentos .areas p {
  text-align: center;
}
@media (min-width: 768px) {
  .segmentos .areas {
    padding: 2rem;
  }
  .segmentos .areas h2 {
    border-right: 0.2rem solid #070056;
    padding: 0.5rem 1rem;
    line-height: 1.4;
    font-size: 1.8rem;
  }
  .segmentos .areas p {
    font-size: 1.4rem;
  }
}
@media (min-width: 1024px) {
  .segmentos .areas h2 {
    font-size: 2.2rem;
  }
}
@media (min-width: 1250px) {
  .segmentos .areas h2 {
    font-size: 3rem;
  }
  .segmentos .areas p {
    font-size: 1.8rem;
  }
}
@media (min-width: 2200px) {
  .segmentos .areas h2 {
    font-size: 4rem;
  }
  .segmentos .areas p {
    font-size: 3rem;
  }
}

/* dev:Mateo esnayder Quiroz
update:23/08/2023
description: estilos css para modal y hover de los videos  */
.areas {
  position: relative;
  overflow: hidden;
  align-items: center; /* Centra horizontalmente */
  text-align: center; /* Centra el texto */
  transition: transform 0.3s, filter 0.3s;
}
.areas img {
  width: 100%;
  height: auto;
  filter: brightness(1);
  transition: filter 0.3s;
}
.areas:hover {
  transform: scale(1.1);
}
.areas:hover img {
  filter: brightness(0.5);
}
.areas:hover .boton {
  background-color: transparent;
  border: 0.3rem solid #FFFFFF;
}

.imagen-contenedor {
  position: relative;
  display: inline-block;
}
.imagen-contenedor img {
  width: 100%;
  height: auto;
  filter: brightness(1);
  transition: filter 0.3s;
}

.botones-contenedor {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.boton {
  font-size: 12px;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  padding: 6px 35px;
  border-radius: 13px;
  text-decoration: none;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 50;
}

.modal-contenido {
  background-color: white;
  margin: 2% auto;
  padding: 6px;
  border-radius: 5px;
  width: 97%;
  height: 97%;
  max-width: 97%;
  max-height: 95%;
  overflow: auto;
}

.cerrar-modal {
  position: absolute;
  width: 4%;
  right: 15px;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}

.div-modal {
  display: grid;
  place-items: center;
}
.div-modal iframe {
  max-width: 100%;
}

.contenedor-modal {
  position: relative;
  display: grid;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
}
.contenedor-modal .video {
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 1300px) {
  .botones-contenedor {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 2px;
  }
}
@media (max-width: 1330px) {
  .boton {
    font-size: 12px;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, 0.4);
    color: white;
    padding: 6px 6px;
    border-radius: 13px;
    text-decoration: none;
  }
}
@media (max-width: 788px) {
  .modal-contenido {
    background-color: white;
    margin: 10% auto;
    padding: 20px;
    border-radius: 5px;
    width: 88%;
    max-width: 90%;
    max-height: 90%;
    overflow: auto;
  }
  .cerrar-modal {
    position: absolute;
    width: 15%;
    right: 15px;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
  }
}
.carrusel {
  width: 95%;
  position: relative;
  margin: auto;
}
.carrusel h2 {
  width: 60%;
  margin: auto;
}
@media (min-width: 480px) {
  .carrusel h2 {
    width: 100%;
  }
}
.carrusel h2::after {
  content: "";
  width: 70vw;
  height: 0.3rem;
  background-color: #070056;
  display: block;
  position: absolute;
  top: 11%;
  left: 12%;
}
@media (min-width: 480px) {
  .carrusel h2::after {
    top: 7%;
  }
}
@media (min-width: 2200px) {
  .carrusel h2::after {
    top: 10%;
  }
}
.carrusel h3 {
  color: #33A78B;
  font-weight: 700;
}
.carrusel .slide {
  display: none;
  height: 70rem;
  position: relative;
}
@media (min-width: 768px) {
  .carrusel .slide {
    height: 50rem;
  }
}
@media (min-width: 1024px) {
  .carrusel .slide {
    height: 60rem;
  }
}
.carrusel .slide:nth-of-type(2) {
  height: 75rem;
}
@media (min-width: 768px) {
  .carrusel .slide:nth-of-type(2) {
    height: 60rem;
  }
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 0 1.5rem;
  color: #070056;
  font-weight: bold;
  transition: 0.6s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.prev i, .next i {
  font-size: 3.5rem;
}
@media (min-width: 768px) {
  .prev i, .next i {
    font-size: 6rem;
  }
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.dot {
  visibility: hidden;
  height: 1px;
  width: 1px;
  margin: 0 2px;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.ayb {
  position: absolute;
  width: 7rem;
  height: 7rem;
}
@media (min-width: 480px) {
  .ayb {
    width: 11rem;
    height: 11rem;
  }
}
@media (min-width: 768px) {
  .ayb {
    width: 12rem;
    height: 12rem;
  }
}
@media (min-width: 1024px) {
  .ayb {
    width: 15rem;
    height: 15rem;
  }
}
.ayb:nth-of-type(1) {
  top: 10%;
  left: 22%;
}
@media (min-width: 480px) {
  .ayb:nth-of-type(1) {
    top: 10%;
    left: 22%;
  }
}
@media (min-width: 1024px) {
  .ayb:nth-of-type(1) {
    top: 10%;
    left: 12%;
  }
}
.ayb:nth-of-type(2) {
  top: 20%;
  left: 58%;
}
@media (min-width: 480px) {
  .ayb:nth-of-type(2) {
    top: 10%;
    left: 60%;
  }
}
@media (min-width: 1024px) {
  .ayb:nth-of-type(2) {
    top: 21%;
    left: 27%;
  }
}
.ayb:nth-of-type(3) {
  top: 32%;
  left: 15%;
}
@media (min-width: 480px) {
  .ayb:nth-of-type(3) {
    top: 30%;
    left: 41%;
  }
}
@media (min-width: 1024px) {
  .ayb:nth-of-type(3) {
    top: 9%;
    left: 42%;
  }
}
.ayb:nth-of-type(4) {
  top: 41%;
  left: 50%;
}
@media (min-width: 480px) {
  .ayb:nth-of-type(4) {
    top: 40%;
    left: 18%;
  }
}
@media (min-width: 1024px) {
  .ayb:nth-of-type(4) {
    top: 10%;
    left: 74.5%;
  }
}
.ayb:nth-of-type(5) {
  top: 53%;
  left: 15%;
}
@media (min-width: 480px) {
  .ayb:nth-of-type(5) {
    top: 40%;
    left: 64%;
  }
}
@media (min-width: 1024px) {
  .ayb:nth-of-type(5) {
    top: 50%;
    left: 22.5%;
  }
}
.ayb:nth-of-type(6) {
  top: 62%;
  left: 58%;
}
@media (min-width: 480px) {
  .ayb:nth-of-type(6) {
    top: 70%;
    left: 22%;
  }
}
@media (min-width: 1024px) {
  .ayb:nth-of-type(6) {
    top: 70%;
    left: 47%;
  }
}
.ayb:nth-of-type(7) {
  top: 75%;
  left: 22%;
}
@media (min-width: 480px) {
  .ayb:nth-of-type(7) {
    top: 70%;
    left: 60%;
  }
}
@media (min-width: 1024px) {
  .ayb:nth-of-type(7) {
    top: 41%;
    left: 67%;
  }
}
.ayb:nth-of-type(8) {
  top: 75%;
  left: 22%;
}
@media (min-width: 480px) {
  .ayb:nth-of-type(8) {
    top: 55%;
    left: 79%;
  }
}
@media (min-width: 1024px) {
  .ayb:nth-of-type(8) {
    top: 13%;
    left: 57%;
  }
}
.ayb:nth-of-type(9) {
  top: 65%;
  left: 1%;
}
@media (min-width: 480px) {
  .ayb:nth-of-type(9) {
    top: 52%;
    left: 2%;
  }
}
@media (min-width: 1024px) {
  .ayb:nth-of-type(9) {
    top: 61%;
    left: 10%;
  }
}
.ayb:nth-of-type(10) {
  top: 72%;
  left: 52%;
}
@media (min-width: 480px) {
  .ayb:nth-of-type(10) {
    top: 72%;
    left: 41%;
  }
}
@media (min-width: 1024px) {
  .ayb:nth-of-type(10) {
    top: 73%;
    left: 70%;
  }
}
.ayb:nth-of-type(11) {
  top: 75%;
  left: 74%;
}
@media (min-width: 480px) {
  .ayb:nth-of-type(11) {
    top: 50%;
    left: 39%;
  }
}
@media (min-width: 1024px) {
  .ayb:nth-of-type(11) {
    top: 40%;
    left: 43%;
  }
}
.ayb:nth-of-type(12) {
  top: 55%;
  left: 38%;
}
@media (min-width: 480px) {
  .ayb:nth-of-type(12) {
    top: 72%;
    left: 5%;
  }
}
@media (min-width: 1024px) {
  .ayb:nth-of-type(12) {
    top: 74%;
    left: 29%;
  }
}

.hotel {
  position: absolute;
  width: 7rem;
  height: 7rem;
}
@media (min-width: 480px) {
  .hotel {
    width: 9rem;
    height: 9rem;
  }
}
.hotel:nth-of-type(1) {
  top: 7%;
  left: 20%;
}
@media (min-width: 768px) {
  .hotel:nth-of-type(1) {
    top: 12%;
    left: 8%;
    width: 10rem;
    height: 10rem;
  }
}
@media (min-width: 1250px) {
  .hotel:nth-of-type(1) {
    top: 15%;
    width: 13rem;
    height: 13rem;
  }
}
.hotel:nth-of-type(2) {
  top: 9%;
  left: 60%;
}
@media (min-width: 768px) {
  .hotel:nth-of-type(2) {
    top: 30%;
    left: 15%;
    width: 9rem;
    height: 9rem;
  }
}
@media (min-width: 1250px) {
  .hotel:nth-of-type(2) {
    width: 11rem;
    height: 11rem;
    top: 37%;
    left: 20%;
  }
}
.hotel:nth-of-type(3) {
  top: 18%;
  left: 20%;
}
@media (min-width: 768px) {
  .hotel:nth-of-type(3) {
    top: 20%;
    left: 48%;
    width: 13rem;
    height: 13rem;
  }
}
@media (min-width: 1250px) {
  .hotel:nth-of-type(3) {
    width: 17rem;
    height: 17rem;
  }
}
.hotel:nth-of-type(4) {
  top: 21%;
  left: 60%;
}
@media (min-width: 768px) {
  .hotel:nth-of-type(4) {
    top: 44%;
    left: 60%;
    width: 9rem;
    height: 9rem;
  }
}
@media (min-width: 1250px) {
  .hotel:nth-of-type(4) {
    width: 11rem;
    height: 11rem;
    top: 40%;
  }
}
.hotel:nth-of-type(5) {
  top: 29%;
  left: 20%;
}
@media (min-width: 768px) {
  .hotel:nth-of-type(5) {
    top: 10%;
    left: 63%;
    width: 11rem;
    height: 11rem;
  }
}
@media (min-width: 1250px) {
  .hotel:nth-of-type(5) {
    width: 14rem;
    height: 14rem;
  }
}
.hotel:nth-of-type(6) {
  top: 33%;
  left: 60%;
}
@media (min-width: 768px) {
  .hotel:nth-of-type(6) {
    top: 14%;
    left: 76%;
    width: 14rem;
    height: 14rem;
  }
}
@media (min-width: 1250px) {
  .hotel:nth-of-type(6) {
    width: 18rem;
    height: 18rem;
  }
}
.hotel:nth-of-type(7) {
  top: 41%;
  left: 20%;
}
@media (min-width: 768px) {
  .hotel:nth-of-type(7) {
    top: 50%;
    left: 8%;
    width: 10rem;
    height: 10rem;
  }
}
@media (min-width: 1250px) {
  .hotel:nth-of-type(7) {
    width: 15rem;
    height: 15rem;
  }
}
.hotel:nth-of-type(8) {
  top: 45%;
  left: 60%;
}
@media (min-width: 768px) {
  .hotel:nth-of-type(8) {
    top: 60%;
    left: 17%;
    width: 14rem;
    height: 14rem;
  }
}
@media (min-width: 1250px) {
  .hotel:nth-of-type(8) {
    width: 18rem;
    height: 18rem;
    left: 20%;
  }
}
.hotel:nth-of-type(9) {
  top: 52%;
  left: 20%;
}
@media (min-width: 768px) {
  .hotel:nth-of-type(9) {
    top: 46%;
    left: 43%;
    width: 10rem;
    height: 10rem;
  }
}
@media (min-width: 1250px) {
  .hotel:nth-of-type(9) {
    top: 55%;
    left: 47%;
    width: 15rem;
    height: 15rem;
  }
}
.hotel:nth-of-type(10) {
  top: 57%;
  left: 60%;
}
@media (min-width: 768px) {
  .hotel:nth-of-type(10) {
    top: 62%;
    left: 62%;
    width: 12rem;
    height: 12rem;
  }
}
@media (min-width: 1250px) {
  .hotel:nth-of-type(10) {
    top: 67%;
    left: 60%;
    width: 17rem;
    height: 17rem;
  }
}
.hotel:nth-of-type(11) {
  top: 64%;
  left: 20%;
}
@media (min-width: 768px) {
  .hotel:nth-of-type(11) {
    top: 43%;
    left: 74%;
    width: 10rem;
    height: 10rem;
  }
}
@media (min-width: 1250px) {
  .hotel:nth-of-type(11) {
    left: 70%;
    width: 15rem;
    height: 15rem;
  }
}
.hotel:nth-of-type(12) {
  top: 69%;
  left: 60%;
}
@media (min-width: 768px) {
  .hotel:nth-of-type(12) {
    top: 70%;
    left: 74%;
    width: 10rem;
    height: 10rem;
  }
}
@media (min-width: 1250px) {
  .hotel:nth-of-type(12) {
    width: 15rem;
    height: 15rem;
  }
}
.hotel:nth-of-type(13) {
  top: 76%;
  left: 21%;
}
@media (min-width: 768px) {
  .hotel:nth-of-type(13) {
    top: 7%;
    left: 21%;
    left: 23%;
  }
}
@media (min-width: 1250px) {
  .hotel:nth-of-type(13) {
    left: 21%;
    width: 15rem;
    height: 15rem;
  }
}
.hotel:nth-of-type(14) {
  top: 80%;
  left: 60%;
}
@media (min-width: 768px) {
  .hotel:nth-of-type(14) {
    top: 36%;
    left: 32%;
    left: 28%;
  }
}
@media (min-width: 1250px) {
  .hotel:nth-of-type(14) {
    left: 32%;
    width: 15rem;
    height: 15rem;
  }
}
.hotel:nth-of-type(15) {
  top: 88%;
  left: 21%;
}
@media (min-width: 768px) {
  .hotel:nth-of-type(15) {
    top: 15%;
    left: 35%;
  }
}
@media (min-width: 1250px) {
  .hotel:nth-of-type(15) {
    top: 12%;
    left: 37%;
    width: 13rem;
    height: 13rem;
  }
}
.hotel:nth-of-type(16) {
  top: 91%;
  left: 60%;
}
@media (min-width: 768px) {
  .hotel:nth-of-type(16) {
    top: 63%;
    left: 32%;
  }
}
@media (min-width: 1250px) {
  .hotel:nth-of-type(16) {
    width: 13rem;
    height: 13rem;
  }
}
.hotel:nth-of-type(17) {
  top: 21%;
  left: 40%;
}
@media (min-width: 768px) {
  .hotel:nth-of-type(17) {
    top: 86%;
    left: 64%;
  }
}
@media (min-width: 1250px) {
  .hotel:nth-of-type(17) {
    left: 7%;
    top: 78%;
    width: 13rem;
    height: 13rem;
  }
}
.hotel:nth-of-type(18) {
  top: 43%;
  left: 40%;
}
@media (min-width: 768px) {
  .hotel:nth-of-type(18) {
    top: 86%;
    left: 35%;
  }
}
@media (min-width: 1250px) {
  .hotel:nth-of-type(18) {
    left: 87%;
    top: 74%;
    width: 13rem;
    height: 13rem;
  }
}
.hotel:nth-of-type(19) {
  top: 32%;
  left: 40%;
}
@media (min-width: 768px) {
  .hotel:nth-of-type(19) {
    top: 86%;
    left: 76%;
  }
}
@media (min-width: 1250px) {
  .hotel:nth-of-type(19) {
    left: 81%;
    top: 44%;
    width: 13rem;
    height: 13rem;
  }
}

.otros {
  width: 9rem;
  height: 9rem;
  position: absolute;
}
@media (min-width: 480px) {
  .otros {
    width: 12rem;
    height: 12rem;
  }
}
@media (min-width: 768px) {
  .otros {
    width: 15rem;
    height: 15rem;
  }
}
@media (min-width: 1250px) {
  .otros {
    width: 20rem;
    height: 20rem;
  }
}
.otros:nth-of-type(1) {
  top: 26%;
  left: 16%;
}
@media (min-width: 480px) {
  .otros:nth-of-type(1) {
    top: 12%;
    left: 25%;
  }
}
.otros:nth-of-type(2) {
  top: 59%;
  left: 14%;
  width: 9rem;
  height: 9rem;
}
@media (min-width: 480px) {
  .otros:nth-of-type(2) {
    top: 51%;
    left: 17%;
    width: 12rem;
    height: 12rem;
  }
}
@media (min-width: 768px) {
  .otros:nth-of-type(2) {
    width: 22rem;
    height: 22rem;
    left: 15%;
  }
}
@media (min-width: 1250px) {
  .otros:nth-of-type(2) {
    top: 57%;
    left: 22%;
    width: 27rem;
    height: 27rem;
  }
}
.otros:nth-of-type(3) {
  top: 43%;
  left: 42%;
}
@media (min-width: 480px) {
  .otros:nth-of-type(3) {
    top: 26%;
    left: 40%;
  }
}
@media (min-width: 768px) {
  .otros:nth-of-type(3) {
    top: 20%;
    left: 45%;
  }
}
@media (min-width: 1250px) {
  .otros:nth-of-type(3) {
    left: 44%;
    top: 32%;
  }
}
.otros:nth-of-type(4) {
  top: 22%;
  left: 55%;
}
@media (min-width: 480px) {
  .otros:nth-of-type(4) {
    top: 17%;
    left: 67%;
  }
}
@media (min-width: 1250px) {
  .otros:nth-of-type(4) {
    top: 15%;
    left: 62%;
  }
}
.otros:nth-of-type(5) {
  top: 77%;
  left: 58%;
  width: 9rem;
  height: 9rem;
}
@media (min-width: 480px) {
  .otros:nth-of-type(5) {
    top: 45%;
    left: 65%;
    width: 12rem;
    height: 12rem;
  }
}
@media (min-width: 768px) {
  .otros:nth-of-type(5) {
    top: 52%;
    left: 67%;
    width: 24rem;
    height: 24rem;
  }
}
@media (min-width: 1250px) {
  .otros:nth-of-type(5) {
    left: 60%;
    top: 56%;
    width: 27rem;
    height: 27rem;
  }
}
.otros:nth-of-type(6) {
  top: 60%;
  left: 47%;
  width: 9rem;
  height: 9rem;
}
@media (min-width: 768px) {
  .otros:nth-of-type(6) {
    width: 13rem;
    height: 13rem;
  }
}
@media (min-width: 1250px) {
  .otros:nth-of-type(6) {
    width: 20rem;
    height: 20rem;
  }
}

.circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.circles li {
  position: absolute;
  display: block;
  list-style: none;
  background: rgba(255, 255, 255, 0.2);
  animation: bubbles 2.5s linear;
  border-radius: 50%;
  z-index: -1;
}
@keyframes bubbles {
  0% {
    transform: translateX(1000%) rotate(0deg) translateY(20px);
  }
  25% {
    transform: translateX(750%) translateY(40px);
  }
  50% {
    transform: translateX(500%) translateY(-50px);
  }
  75% {
    transform: translateX(250%) translateY(45px);
  }
  100% {
    transform: translateX(0) rotate(360deg) translateY(0);
  }
}
.circles .aybfondo:nth-of-type(1) {
  top: 32%;
  left: 10%;
  background-color: #F2DB8F;
  width: 12rem;
  height: 12rem;
  animation-delay: 0.5s;
}
.circles .aybfondo:nth-of-type(2) {
  top: 12%;
  left: 16%;
  background-color: rgba(83, 136, 177, 0.5);
  width: 5rem;
  height: 5rem;
  animation-delay: 0.3s;
}
@media (min-width: 768px) {
  .circles .aybfondo:nth-of-type(2) {
    left: 10%;
  }
}
.circles .aybfondo:nth-of-type(3) {
  top: 67%;
  left: 45%;
  background-color: #42c5a6;
  width: 5rem;
  height: 5rem;
}
@media (min-width: 768px) {
  .circles .aybfondo:nth-of-type(3) {
    top: 62%;
    left: 58%;
  }
}
.circles .aybfondo:nth-of-type(4) {
  top: 12%;
  left: 68%;
  background-color: #ACACAC;
  width: 10rem;
  height: 10rem;
  animation-delay: 0.5s;
}
.circles .aybfondo:nth-of-type(5) {
  top: 52%;
  left: 78%;
  background-color: rgba(115, 158, 191, 0.5);
  width: 7rem;
  height: 7rem;
}
.circles .hotelfondo:nth-of-type(1) {
  top: 42%;
  left: 7%;
  background-color: #c3c3c3;
  width: 12rem;
  height: 12rem;
}
.circles .hotelfondo:nth-of-type(2) {
  top: 47%;
  left: 30%;
  background-color: rgba(115, 158, 191, 0.5);
  width: 5rem;
  height: 5rem;
  animation-delay: 0.5s;
}
.circles .hotelfondo:nth-of-type(3) {
  top: 12%;
  left: 45%;
  background-color: #f7e8b8;
  width: 10rem;
  height: 10rem;
  animation-delay: 0.5s;
}
.circles .hotelfondo:nth-of-type(4) {
  top: 72%;
  left: 51%;
  background-color: #ACACAC;
  width: 7rem;
  height: 7rem;
}
.circles .hotelfondo:nth-of-type(5) {
  top: 52%;
  left: 78%;
  background-color: #f7e8b8;
  width: 7rem;
  height: 7rem;
  animation-delay: 0.2s;
}
.circles .otrosfondo:nth-of-type(1) {
  top: 46%;
  left: 4%;
  background-color: #F2DB8F;
  width: 12rem;
  height: 12rem;
  animation-delay: 0.2s;
}
@media (min-width: 480px) {
  .circles .otrosfondo:nth-of-type(1) {
    top: 55%;
    left: 12%;
  }
}
@media (min-width: 768px) {
  .circles .otrosfondo:nth-of-type(1) {
    top: 55%;
    left: 12%;
  }
}
.circles .otrosfondo:nth-of-type(2) {
  top: 17%;
  left: 33%;
  background-color: #c3c3c3;
  width: 5rem;
  height: 5rem;
}
@media (min-width: 480px) {
  .circles .otrosfondo:nth-of-type(2) {
    top: 10%;
    left: 39%;
  }
}
@media (min-width: 768px) {
  .circles .otrosfondo:nth-of-type(2) {
    top: 17%;
    left: 33%;
  }
}
.circles .otrosfondo:nth-of-type(3) {
  top: 70%;
  left: 45%;
  background-color: #f7e8b8;
  width: 10rem;
  height: 10rem;
  animation-delay: 0.2s;
}
@media (min-width: 480px) {
  .circles .otrosfondo:nth-of-type(3) {
    top: 62%;
    left: 60%;
  }
}
@media (min-width: 768px) {
  .circles .otrosfondo:nth-of-type(3) {
    left: 63%;
    top: 72%;
  }
}
.circles .otrosfondo:nth-of-type(4) {
  top: 40%;
  left: 65%;
  background-color: #c3c3c3;
  width: 7rem;
  height: 7rem;
  animation-delay: 0.5s;
}
@media (min-width: 480px) {
  .circles .otrosfondo:nth-of-type(4) {
    left: 50%;
  }
}
@media (min-width: 768px) {
  .circles .otrosfondo:nth-of-type(4) {
    left: 53%;
    top: 45%;
  }
}
.circles .otrosfondo:nth-of-type(5) {
  top: 22%;
  left: 78%;
  background-color: rgba(115, 158, 191, 0.5);
  width: 7rem;
  height: 7rem;
}
@media (min-width: 480px) {
  .circles .otrosfondo:nth-of-type(5) {
    top: 7%;
  }
}
@media (min-width: 768px) {
  .circles .otrosfondo:nth-of-type(5) {
    top: 22%;
  }
}

.grid-servicios {
  background-image: url("/build/img/serviciosfondo.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 4rem;
  z-index: 11;
}
@media (min-width: 768px) {
  .grid-servicios {
    display: grid;
    gap: 0;
    grid-template-columns: repeat(2, 1fr);
    place-items: center;
  }
}
@media (min-width: 1024px) {
  .grid-servicios {
    display: grid;
    gap: 0;
    grid-template-columns: repeat(5, 1fr);
  }
}
.grid-servicios a {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .grid-servicios a.divtablet {
    grid-column: 1/3;
    width: 100%;
    border-left: 22rem solid white;
    border-right: 22rem solid white;
  }
}
@media (min-width: 1024px) {
  .grid-servicios a.divtablet {
    border-left: none;
    border-right: none;
    grid-column: 5/6;
  }
}
.grid-servicios .servicio {
  background-color: rgba(83, 136, 177, 0.8);
  width: 100%;
  height: 100%;
  border: 0.4rem solid #FFFFFF;
  display: grid;
  place-items: center;
  padding: 1.5rem 0;
  position: relative;
}
.grid-servicios .servicio:hover {
  cursor: pointer;
}
.grid-servicios .servicio::after {
  content: "";
  position: absolute;
  border: 0.2rem solid #FFFFFF;
  width: 85%;
  height: 85%;
  display: block;
}
.grid-servicios .servicio img {
  width: 4rem;
  height: 4rem;
}
.grid-servicios .servicio p {
  text-align: center;
  font-weight: 500;
  color: #FFFFFF;
  margin: 1.2rem;
}
@media (min-width: 768px) {
  .grid-servicios .servicio {
    border: 1rem solid #FFFFFF;
    padding: 2rem 0;
  }
  .grid-servicios .servicio img {
    width: 6rem;
    height: 6rem;
  }
  .grid-servicios .servicio p {
    margin: 1.8rem;
  }
}
@media (min-width: 1024px) {
  .grid-servicios .servicio {
    border: 0.6rem solid #FFFFFF;
  }
}
@media (min-width: 1250px) {
  .grid-servicios .servicio {
    padding: 3.5rem 0;
    border: 1.5rem solid #FFFFFF;
  }
  .grid-servicios .servicio img {
    width: 8rem;
    height: 8rem;
  }
}
@media (min-width: 2200px) {
  .grid-servicios .servicio {
    padding: 10rem 0;
  }
  .grid-servicios .servicio img {
    width: 12rem;
    height: 12rem;
  }
  .grid-servicios .servicio p {
    margin: 1rem;
    font-size: 3rem;
    width: 80%;
  }
}

.tipo-servicio {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(1, 1fr);
  display: grid;
  margin-bottom: 4rem;
  height: auto;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
@media (min-width: 768px) {
  .tipo-servicio {
    display: grid;
    gap: 0;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .tipo-servicio:nth-child(odd) {
    grid-template-columns: 58% 42%;
    -webkit-mask-image: url("/build/img/fondo-serv-odd.webp");
    mask-image: url("/build/img/fondo-serv-odd.webp");
  }
}
@media (min-width: 1024px) and (min-width: 2200px) {
  .tipo-servicio:nth-child(odd) {
    grid-template-columns: 58% 42%;
  }
}
@media (min-width: 1024px) {
  .tipo-servicio:nth-child(even) {
    grid-template-columns: 42% 58%;
    -webkit-mask-image: url("/build/img/fondo-serv-even.webp");
    mask-image: url("/build/img/fondo-serv-even.webp");
  }
}
@media (min-width: 1024px) and (min-width: 1250px) {
  .tipo-servicio:nth-child(even) {
    grid-template-columns: 42% 58%;
  }
}
.tipo-servicio .left img {
  padding: 0;
}
.tipo-servicio .left p, .tipo-servicio .left h1 {
  text-align: justify;
}
@media (min-width: 768px) {
  .tipo-servicio .left p, .tipo-servicio .left h1 {
    padding-left: 5rem;
    text-align: left;
  }
}
@media (min-width: 2200px) {
  .tipo-servicio .left p, .tipo-servicio .left h1 {
    padding-left: 15rem;
  }
}
.tipo-servicio .right {
  align-items: flex-end;
}
.tipo-servicio .right img {
  padding: 0;
}
.tipo-servicio .right p, .tipo-servicio .right h1 {
  text-align: justify;
}
@media (min-width: 768px) {
  .tipo-servicio .right p, .tipo-servicio .right h1 {
    text-align: right;
    padding-right: 5rem;
  }
}
@media (min-width: 2200px) {
  .tipo-servicio .right p, .tipo-servicio .right h1 {
    padding-right: 15rem;
  }
}
.tipo-servicio .imagen-servicio img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 30%;
     object-position: 30%;
}
.tipo-servicio .info-servicio {
  background-color: #f3f3f3;
  display: flex;
  flex-direction: column;
  padding-top: 2rem;
}
.tipo-servicio .info-servicio p, .tipo-servicio .info-servicio h1, .tipo-servicio .info-servicio ul, .tipo-servicio .info-servicio li {
  width: 85%;
  margin: auto;
}
@media (min-width: 768px) {
  .tipo-servicio .info-servicio p, .tipo-servicio .info-servicio h1, .tipo-servicio .info-servicio ul, .tipo-servicio .info-servicio li {
    margin: 0.5rem 0;
  }
}
@media (min-width: 1024px) {
  .tipo-servicio .info-servicio p, .tipo-servicio .info-servicio h1, .tipo-servicio .info-servicio ul, .tipo-servicio .info-servicio li {
    width: 80%;
  }
}
.tipo-servicio .info-servicio p {
  line-height: 1.2;
  font-size: 1.6rem;
}
.tipo-servicio .info-servicio span {
  font-weight: 700;
}
@media (min-width: 1250px) {
  .tipo-servicio .info-servicio {
    padding-top: 2rem;
  }
  .tipo-servicio .info-servicio h1 {
    margin: 2.5rem 0 0 0;
  }
  .tipo-servicio .info-servicio p {
    font-size: 2rem;
    line-height: 1.6;
  }
}
@media (min-width: 2200px) {
  .tipo-servicio .info-servicio {
    padding-top: 10rem;
  }
  .tipo-servicio .info-servicio h1 {
    margin: 3.5rem 0;
  }
  .tipo-servicio .info-servicio p {
    font-size: 2.8rem;
  }
}
.tipo-servicio .info-servicio.left {
  grid-row: 2/3;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .tipo-servicio .info-servicio.left {
    grid-row: 1/2;
    grid-column: 1/2;
  }
}

.responsabilidad {
  background-color: rgba(83, 136, 177, 0.5);
  background-image: url("/build/img/responsabilidad.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-blend-mode: overlay;
  margin-bottom: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  row-gap: 2.5rem;
  padding: 2.5rem;
  text-shadow: 2px 2px 5px #070056;
}
.responsabilidad h2 {
  color: #FFFFFF;
  font-size: 2.2rem;
  line-height: 1.2;
  position: relative;
}
.responsabilidad h2::after {
  content: "";
  width: 100%;
  height: 0.3rem;
  background-color: #FFFFFF;
  display: block;
  position: absolute;
  top: 115%;
  left: 0;
}
.responsabilidad p {
  color: #FFFFFF;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.2;
  font-weight: 700;
}
@media (min-width: 480px) {
  .responsabilidad {
    padding: 5rem;
  }
  .responsabilidad h2 {
    font-size: 3.4rem;
    line-height: 1.4;
  }
  .responsabilidad p {
    line-height: 1.2;
  }
}
@media (min-width: 768px) {
  .responsabilidad {
    padding: 10rem;
    row-gap: 5rem;
  }
  .responsabilidad h2 {
    font-size: 4rem;
    line-height: 1.6;
  }
  .responsabilidad p {
    font-size: 2.4rem;
    line-height: 1.6;
  }
}
@media (min-width: 1250px) {
  .responsabilidad {
    padding: 15rem;
  }
  .responsabilidad h2 {
    font-size: 5rem;
  }
  .responsabilidad p {
    font-size: 3.7rem;
  }
}
@media (min-width: 2200px) {
  .responsabilidad {
    padding: 25rem;
  }
  .responsabilidad h2 {
    font-size: 7rem;
  }
  .responsabilidad p {
    font-size: 4.4rem;
  }
}

.burbujas {
  display: none;
}
@media (min-width: 1024px) {
  .burbujas {
    display: block;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 342%;
    overflow: hidden;
    z-index: -1;
  }
}
@media (min-width: 1250px) {
  .burbujas {
    height: 360%;
  }
}
@media (min-width: 1400px) {
  .burbujas {
    height: 385%;
  }
}
@media (min-width: 1900px) {
  .burbujas {
    height: 400%;
  }
}
@media (min-width: 2200px) {
  .burbujas {
    height: 365%;
  }
}
.burbujas li {
  position: absolute;
  display: block;
  list-style: none;
  background: rgba(255, 255, 255, 0.2);
  animation: burb 5s linear;
  border-radius: 50%;
  z-index: -1;
}
.burbujas li:nth-of-type(1) {
  top: 14%;
  left: 55%;
  background-color: rgba(242, 219, 143, 0.5);
  width: 7rem;
  height: 7rem;
  animation-delay: 0.5s;
}
@media (min-width: 1024px) {
  .burbujas li:nth-of-type(1) {
    width: 7rem;
    height: 7rem;
  }
}
@media (min-width: 1250px) {
  .burbujas li:nth-of-type(1) {
    top: 14%;
    left: 55%;
    width: 12rem;
    height: 12rem;
  }
}
@media (min-width: 2200px) {
  .burbujas li:nth-of-type(1) {
    width: 15rem;
    height: 15rem;
  }
}
.burbujas li:nth-of-type(2) {
  top: 22%;
  left: 57%;
  background-color: rgba(83, 136, 177, 0.5);
  width: 3rem;
  height: 3rem;
  animation-delay: 0.3s;
}
@media (min-width: 1024px) {
  .burbujas li:nth-of-type(2) {
    width: 3rem;
    height: 3rem;
  }
}
@media (min-width: 1250px) {
  .burbujas li:nth-of-type(2) {
    top: 22%;
    left: 57%;
    width: 5rem;
    height: 5rem;
  }
}
@media (min-width: 2200px) {
  .burbujas li:nth-of-type(2) {
    width: 8rem;
    height: 8rem;
  }
}
.burbujas li:nth-of-type(3) {
  top: 30%;
  left: 38%;
  background-color: rgba(51, 167, 139, 0.3);
  width: 7rem;
  height: 7rem;
}
@media (min-width: 1024px) {
  .burbujas li:nth-of-type(3) {
    width: 7rem;
    height: 7rem;
  }
}
@media (min-width: 1250px) {
  .burbujas li:nth-of-type(3) {
    top: 30%;
    left: 38%;
    width: 10rem;
    height: 10rem;
  }
}
@media (min-width: 1900px) {
  .burbujas li:nth-of-type(3) {
    top: 33%;
  }
}
@media (min-width: 2200px) {
  .burbujas li:nth-of-type(3) {
    width: 12rem;
    height: 12rem;
  }
}
.burbujas li:nth-of-type(4) {
  top: 38%;
  left: 42%;
  background-color: rgba(172, 172, 172, 0.5);
  width: 5rem;
  height: 5rem;
  animation-delay: 0.5s;
}
@media (min-width: 1024px) {
  .burbujas li:nth-of-type(4) {
    width: 5rem;
    height: 5rem;
  }
}
@media (min-width: 1250px) {
  .burbujas li:nth-of-type(4) {
    top: 38%;
    left: 42%;
    width: 8rem;
    height: 8rem;
  }
}
@media (min-width: 1900px) {
  .burbujas li:nth-of-type(4) {
    top: 43%;
    left: 43%;
  }
}
@media (min-width: 2200px) {
  .burbujas li:nth-of-type(4) {
    left: 44%;
  }
}
.burbujas li:nth-of-type(5) {
  top: 45%;
  left: 56%;
  background-color: rgba(115, 158, 191, 0.5);
  width: 3rem;
  height: 3rem;
}
@media (min-width: 1024px) {
  .burbujas li:nth-of-type(5) {
    width: 3rem;
    height: 3rem;
  }
}
@media (min-width: 1250px) {
  .burbujas li:nth-of-type(5) {
    top: 45%;
    left: 56%;
    width: 6rem;
    height: 6rem;
  }
}
@media (min-width: 1900px) {
  .burbujas li:nth-of-type(5) {
    top: 51%;
    left: 53%;
  }
}
@media (min-width: 2200px) {
  .burbujas li:nth-of-type(5) {
    width: 10rem;
    height: 10rem;
  }
}
.burbujas li:nth-of-type(6) {
  top: 51%;
  left: 51%;
  background-color: rgba(242, 219, 143, 0.5);
  width: 5rem;
  height: 5rem;
}
@media (min-width: 1024px) {
  .burbujas li:nth-of-type(6) {
    width: 5rem;
    height: 5rem;
  }
}
@media (min-width: 1250px) {
  .burbujas li:nth-of-type(6) {
    top: 51%;
    left: 51%;
    width: 8rem;
    height: 8rem;
  }
}
@media (min-width: 1900px) {
  .burbujas li:nth-of-type(6) {
    top: 57%;
    left: 52%;
  }
}
@media (min-width: 2200px) {
  .burbujas li:nth-of-type(6) {
    width: 12rem;
    height: 12rem;
    left: 52%;
  }
}
.burbujas li:nth-of-type(7) {
  top: 55%;
  left: 60%;
  background-color: rgba(51, 167, 139, 0.3);
  width: 2rem;
  height: 2rem;
}
@media (min-width: 1024px) {
  .burbujas li:nth-of-type(7) {
    width: 2rem;
    height: 2rem;
  }
}
@media (min-width: 1250px) {
  .burbujas li:nth-of-type(7) {
    top: 55%;
    left: 60%;
    width: 4rem;
    height: 4rem;
  }
}
@media (min-width: 1900px) {
  .burbujas li:nth-of-type(7) {
    top: 64%;
    left: 58%;
  }
}
@media (min-width: 2200px) {
  .burbujas li:nth-of-type(7) {
    width: 7rem;
    height: 7rem;
    left: 58%;
  }
}
.burbujas li:nth-of-type(8) {
  top: 62%;
  left: 39%;
  background-color: rgba(7, 0, 86, 0.2);
  width: 7rem;
  height: 7rem;
}
@media (min-width: 1024px) {
  .burbujas li:nth-of-type(8) {
    width: 7rem;
    height: 7rem;
  }
}
@media (min-width: 1250px) {
  .burbujas li:nth-of-type(8) {
    top: 62%;
    left: 39%;
    width: 10rem;
    height: 10rem;
  }
}
@media (min-width: 1900px) {
  .burbujas li:nth-of-type(8) {
    top: 72%;
  }
}
@media (min-width: 2200px) {
  .burbujas li:nth-of-type(8) {
    width: 14rem;
    height: 14rem;
  }
}
.burbujas li:nth-of-type(9) {
  top: 70%;
  left: 42%;
  background-color: rgba(51, 167, 139, 0.3);
  width: 2rem;
  height: 2rem;
}
@media (min-width: 1024px) {
  .burbujas li:nth-of-type(9) {
    width: 2rem;
    height: 2rem;
  }
}
@media (min-width: 1250px) {
  .burbujas li:nth-of-type(9) {
    top: 70%;
    left: 42%;
    width: 5rem;
    height: 5rem;
  }
}
@media (min-width: 1900px) {
  .burbujas li:nth-of-type(9) {
    top: 80%;
    left: 44%;
  }
}
@media (min-width: 2200px) {
  .burbujas li:nth-of-type(9) {
    width: 8rem;
    height: 8rem;
    left: 44%;
  }
}
.burbujas li:nth-of-type(10) {
  top: 82%;
  left: 55%;
  background-color: rgba(7, 0, 86, 0.2);
  width: 2rem;
  height: 2rem;
}
@media (min-width: 1024px) {
  .burbujas li:nth-of-type(10) {
    width: 2rem;
    height: 2rem;
  }
}
@media (min-width: 1250px) {
  .burbujas li:nth-of-type(10) {
    top: 82%;
    left: 55%;
    width: 6rem;
    height: 6rem;
  }
}
@media (min-width: 1900px) {
  .burbujas li:nth-of-type(10) {
    top: 90%;
    left: 56%;
  }
}
@media (min-width: 2200px) {
  .burbujas li:nth-of-type(10) {
    top: 80%;
    width: 10rem;
    height: 10rem;
  }
}
.burbujas li:nth-of-type(11) {
  top: 85%;
  left: 58%;
  background-color: rgba(242, 219, 143, 0.5);
  width: 7rem;
  height: 7rem;
}
@media (min-width: 1024px) {
  .burbujas li:nth-of-type(11) {
    width: 7rem;
    height: 7rem;
  }
}
@media (min-width: 1250px) {
  .burbujas li:nth-of-type(11) {
    top: 85%;
    left: 58%;
    width: 12rem;
    height: 12rem;
  }
}
@media (min-width: 1900px) {
  .burbujas li:nth-of-type(11) {
    top: 96%;
    left: 54%;
  }
}
@media (min-width: 2200px) {
  .burbujas li:nth-of-type(11) {
    left: 55%;
    width: 14rem;
    height: 14rem;
  }
}
@keyframes burb {
  0% {
    transform: translateY(1000%) rotate(0deg) translateX(15%);
  }
  25% {
    transform: translateY(750%) translateX(-20%);
  }
  50% {
    transform: translateY(500%) translateX(25%);
  }
  75% {
    transform: translateY(250%) translateX(-15%);
  }
  100% {
    transform: translateY(0) translateX(0);
  }
}

/* dev:Mateo esnayder Quiroz
update:23/08/2023
description: agregar tres botones en el apartado de servicio  */
.contenedor-btn {
  display: flex;
  flex-wrap: wrap;
}

.columna-btn {
  flex: 1;
  border: 1px solid black;
}

@media (max-width: 768px) {
  .btn-ver--brochure {
    width: 100%;
    margin-bottom: 10px;
  }
}
.btn-ver--brochure {
  flex: 1;
  border: 5px solid;
}

.nosotros {
  background-image: url("/build/img/banner-nosotros.webp");
  background-color: rgba(83, 136, 177, 0.5);
  filter: contrast(1.2);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-blend-mode: overlay;
  padding: 5rem 0;
  margin-bottom: 4rem;
}
.nosotros h1 {
  color: #FFFFFF;
  font-size: 3.6rem;
  text-shadow: 2px 2px 6px #333333;
}
@media (min-width: 480px) {
  .nosotros {
    padding: 5rem;
  }
}
@media (min-width: 768px) {
  .nosotros {
    padding: 10rem;
  }
  .nosotros h1 {
    font-size: 4rem;
  }
}
@media (min-width: 1024px) {
  .nosotros {
    padding: 15rem;
  }
  .nosotros h1 {
    font-size: 5rem;
  }
}
@media (min-width: 1250px) {
  .nosotros {
    padding: 20rem;
  }
  .nosotros h1 {
    font-size: 7rem;
  }
}

.compania {
  margin-bottom: 4rem;
}
.compania h2 {
  text-align: left;
  border-bottom: 2px solid #070056;
  width: 100%;
}
.compania .grid-compania {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  place-items: center;
}
.compania .grid-compania p {
  text-align: justify;
}
.compania .grid-compania img {
  width: 50%;
  height: 50%;
  display: block;
  margin: auto;
}
.compania .grid-compania picture {
  grid-row: 1/2;
  position: relative;
}
.compania .grid-compania picture::before, .compania .grid-compania picture::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  z-index: 1;
}
.compania .grid-compania picture::before {
  background-color: #D3D4E0;
  width: 3rem;
  height: 3rem;
  top: 12%;
  left: 27%;
  animation: circgris 5s linear infinite 1s;
}
@media (min-width: 480px) {
  .compania .grid-compania picture::before {
    left: 28%;
    top: 20%;
  }
}
@media (min-width: 768px) {
  .compania .grid-compania picture::before {
    top: 30%;
    left: 26%;
  }
}
@media (min-width: 1024px) {
  .compania .grid-compania picture::before {
    width: 5rem;
    height: 5rem;
    top: 12%;
    left: 15%;
  }
}
@media (min-width: 1250px) {
  .compania .grid-compania picture::before {
    width: 7rem;
    height: 7rem;
  }
}
.compania .grid-compania picture::after {
  background-color: #C1E5DC;
  width: 5rem;
  height: 5rem;
  bottom: 0%;
  right: 20%;
  animation: circverde 3.5s linear infinite 1s;
}
@media (min-width: 480px) {
  .compania .grid-compania picture::after {
    right: 23%;
  }
}
@media (min-width: 768px) {
  .compania .grid-compania picture::after {
    bottom: 2%;
    right: 30%;
  }
}
@media (min-width: 1024px) {
  .compania .grid-compania picture::after {
    width: 7rem;
    height: 7rem;
    bottom: 2%;
    right: 5%;
  }
}
@media (min-width: 1250px) {
  .compania .grid-compania picture::after {
    width: 10rem;
    height: 10rem;
  }
}
@keyframes circgris {
  0% {
    transform: translateX(0%) translateY(450%);
  }
  10% {
    transform: translateX(-40%) translateY(360%);
  }
  20% {
    transform: translateX(-80%) translateY(270%);
  }
  30% {
    transform: translateX(-60%) translateY(180%);
  }
  40% {
    transform: translateX(-40%) translateY(90%);
  }
  50% {
    transform: translateX(20%) translateY(0%);
  }
  60% {
    transform: translateX(-40%) translateY(90%);
  }
  70% {
    transform: translateX(-60%) translateY(180%);
  }
  80% {
    transform: translateX(-80%) translateY(270%);
  }
  90% {
    transform: translateX(-40%) translateY(360%);
  }
  100% {
    transform: translateX(0%) translateY(450%);
  }
}
@keyframes circverde {
  0% {
    transform: translateX(10%) translateY(-35%);
  }
  10% {
    transform: translateX(-36%) translateY(9%);
  }
  20% {
    transform: translateX(-72%) translateY(18%);
  }
  30% {
    transform: translateX(-108%) translateY(27%);
  }
  40% {
    transform: translateX(-144%) translateY(36%);
  }
  50% {
    transform: translateX(-180%) translateY(45%);
  }
  60% {
    transform: translateX(-140%) translateY(29%);
  }
  70% {
    transform: translateX(-100%) translateY(13%);
  }
  80% {
    transform: translateX(-60%) translateY(-3%);
  }
  90% {
    transform: translateX(-20%) translateY(-19%);
  }
  100% {
    transform: translateX(10%) translateY(-35%);
  }
}
@media (min-width: 1024px) {
  .compania .grid-compania {
    gap: 5rem;
    grid-template-columns: auto auto;
  }
  .compania .grid-compania img {
    width: 80%;
    height: 80%;
  }
  .compania .grid-compania picture {
    grid-column: 2/3;
  }
}

.corporacion {
  background-color: rgba(83, 136, 177, 0.5);
  padding: 0 2.5rem 5rem 2.5rem;
  position: relative;
  margin-bottom: 2.5rem;
}
.corporacion h2 {
  background-color: #5388B1;
  font-weight: 900;
  font-size: 2.8rem;
  width: 100%;
  margin: auto;
  border-bottom: 2px solid #070056;
}
@media (min-width: 768px) {
  .corporacion h2 {
    background-color: transparent;
    font-size: 4rem;
    border-bottom: none;
  }
}
@media (min-width: 2200px) {
  .corporacion h2 {
    font-size: 5rem;
  }
}
@media (min-width: 768px) {
  .corporacion {
    padding: 5rem 2.5rem;
    background-color: transparent;
    margin-bottom: 5rem, 2;
  }
  .corporacion:nth-child(even)::before {
    content: "";
    width: 75vw;
    height: 45rem;
    background-color: rgba(83, 136, 177, 0.5);
    display: block;
    position: absolute;
    right: 5%;
    top: 3%;
    z-index: -1;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .corporacion:nth-child(even)::before {
    width: 75vw;
    height: 36rem;
  }
}
@media (min-width: 768px) and (min-width: 1250px) {
  .corporacion:nth-child(even)::before {
    height: 35rem;
  }
}
@media (min-width: 768px) and (min-width: 2200px) {
  .corporacion:nth-child(even)::before {
    padding: 5rem;
    height: 42rem;
  }
}
@media (min-width: 768px) {
  .corporacion:nth-child(even)::after {
    content: "";
    width: 70vw;
    height: 0.3rem;
    background-color: #070056;
    display: block;
    position: absolute;
    top: 10.5%;
    left: 12%;
  }
}
@media (min-width: 768px) and (min-width: 480px) {
  .corporacion:nth-child(even)::after {
    top: 8%;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .corporacion:nth-child(even)::after {
    width: 75vw;
    top: 25%;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .corporacion:nth-child(even)::after {
    top: 32%;
  }
}
@media (min-width: 768px) and (min-width: 2200px) {
  .corporacion:nth-child(even)::after {
    width: 80vw;
    top: 28%;
    left: 7%;
  }
}
@media (min-width: 768px) {
  .corporacion:nth-child(even) h2 {
    text-align: left;
    padding-left: 5rem;
  }
}
@media (min-width: 768px) and (min-width: 2200px) {
  .corporacion:nth-child(even) h2 {
    padding-left: 10rem;
  }
}
@media (min-width: 768px) {
  .corporacion:nth-child(odd)::before {
    content: "";
    width: 75vw;
    height: 45rem;
    background-color: rgba(83, 136, 177, 0.5);
    display: block;
    position: absolute;
    top: 3%;
    left: 5%;
    z-index: -1;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .corporacion:nth-child(odd)::before {
    width: 75vw;
    height: 36rem;
  }
}
@media (min-width: 768px) and (min-width: 1250px) {
  .corporacion:nth-child(odd)::before {
    height: 35rem;
  }
}
@media (min-width: 768px) and (min-width: 2200px) {
  .corporacion:nth-child(odd)::before {
    padding: 5rem;
    height: 42rem;
  }
}
@media (min-width: 768px) {
  .corporacion:nth-child(odd)::after {
    content: "";
    width: 70vw;
    height: 0.3rem;
    background-color: #070056;
    display: block;
    position: absolute;
    top: 10.5%;
    left: 12%;
  }
}
@media (min-width: 768px) and (min-width: 480px) {
  .corporacion:nth-child(odd)::after {
    top: 8%;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .corporacion:nth-child(odd)::after {
    width: 75vw;
    top: 25%;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .corporacion:nth-child(odd)::after {
    top: 32%;
  }
}
@media (min-width: 768px) and (min-width: 2200px) {
  .corporacion:nth-child(odd)::after {
    width: 80vw;
    top: 28%;
    left: 7%;
  }
}
@media (min-width: 768px) {
  .corporacion:nth-child(odd) h2 {
    text-align: right;
    padding-right: 5rem;
  }
}
@media (min-width: 768px) and (min-width: 2200px) {
  .corporacion:nth-child(odd) h2 {
    padding-right: 15rem;
  }
}
@media (min-width: 1024px) {
  .corporacion {
    padding: 5rem;
  }
}
.corporacion p {
  font-weight: 500;
  text-align: justify;
  color: #000000;
}
.corporacion .mision, .corporacion .vision {
  width: auto;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .corporacion .mision, .corporacion .vision {
    padding: 5rem;
  }
}
.corporacion .mision {
  margin: auto;
}
@media (min-width: 768px) {
  .corporacion .mision {
    margin-left: 26%;
    width: 60vw;
  }
}
@media (min-width: 1024px) {
  .corporacion .mision {
    margin-left: 7%;
    width: 75vw;
  }
}
@media (min-width: 2200px) {
  .corporacion .mision {
    margin-left: 10%;
  }
}
.corporacion .vision {
  margin: auto;
}
@media (min-width: 768px) {
  .corporacion .vision {
    margin-right: 26%;
    width: 60vw;
  }
}
@media (min-width: 1024px) {
  .corporacion .vision {
    margin-right: 7%;
    width: 70vw;
  }
}
@media (min-width: 2200px) {
  .corporacion .vision {
    margin-right: 10%;
  }
}

.ofertas {
  margin-bottom: 5rem;
}
.ofertas h1 {
  margin: 5rem 0;
}
.ofertas__buscar {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: 0 auto 1rem auto;
  gap: 2rem;
  background-color: #f3f3f7;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 0px 4px, rgba(0, 0, 0, 0.2) 0px 2px 4px;
}
@media (min-width: 768px) {
  .ofertas__buscar {
    width: 65%;
    margin: 0 auto 7rem auto;
  }
}
.ofertas__input {
  width: 100%;
  border: 1px solid #ACACAC;
  border-radius: 5px;
  padding: 1.5rem;
  font-size: 1.6rem;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 0px 4px, rgba(0, 0, 0, 0.2) 0px 2px 4px;
}
@media (min-width: 768px) {
  .ofertas__input {
    width: 80%;
  }
}
.ofertas__input:focus {
  outline: none;
  box-shadow: rgb(157, 167, 176) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.321) -3px -3px 6px 1px inset;
  caret-color: #00AACC;
}
.ofertas__value {
  font-size: 1.4rem;
  color: #4d4d4d;
}
.ofertas__salario {
  display: flex;
  flex-direction: column;
  padding: 0.5rem 1.5rem;
  width: 90%;
  margin: 0 auto;
  gap: 0.5rem;
  background-color: #FFFFFF;
  border-radius: 0.5rem;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 0px 4px, rgba(0, 0, 0, 0.2) 0px 2px 4px;
}
@media (min-width: 768px) {
  .ofertas__salario {
    width: 80%;
    margin: 1rem auto;
  }
}
.ofertas__range {
  accent-color: #00AACC;
  margin-bottom: 0.5rem;
}

.btn-volver {
  background-color: #00AACC;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  padding: 1rem 3rem;
  text-align: center;
  display: inline-block;
  border: none;
  border-radius: 0.5rem;
}
.btn-volver:hover {
  cursor: pointer;
}

.btn-ver-mas {
  background-color: #070056;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  padding: 1rem 3rem;
  text-align: center;
  display: block;
  border: none;
  border-radius: 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 5rem auto;
}
.btn-ver-mas:hover {
  cursor: pointer;
}
.btn-ver-mas:hover {
  background-color: #5388B1;
  transform: scale(1.1);
}

.btn-vacante {
  background-color: #070056;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  padding: 1rem 3rem;
  text-align: center;
  display: block;
  border: none;
  border-radius: 0.5rem;
  border-radius: 0;
}
.btn-vacante:hover {
  cursor: pointer;
}

.vacantes-index {
  padding: 2.5rem 0;
  margin: 2.5rem auto;
  position: relative;
}
.vacantes-index::before {
  background-color: rgba(83, 136, 177, 0.5);
  content: "";
  display: block;
  height: 65%;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
.vacantes-index h2 {
  font-size: 2.8rem;
  position: relative;
  font-weight: 900;
  text-align: left;
  padding-left: 5rem;
  width: 80%;
}
.vacantes-index h2::after {
  background-color: #070056;
  content: "";
  display: block;
  height: 0.3rem;
  left: 12%;
  position: absolute;
  bottom: 0;
  width: 70vw;
}
@media (min-width: 480px) {
  .vacantes-index h2 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .vacantes-index h2 {
    font-size: 4rem;
  }
}
@media (min-width: 2200px) {
  .vacantes-index h2 {
    font-size: 5rem;
  }
}
.vacantes-index span {
  text-transform: capitalize;
}

.ofertas-nav {
  margin-bottom: 5rem;
}
.ofertas-nav nav {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  align-items: flex-start;
  justify-items: center;
  gap: 2rem;
}
@media (min-width: 768px) {
  .ofertas-nav nav {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .ofertas-nav nav {
    gap: 5rem;
  }
}
.ofertas-nav nav a {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
}
.ofertas-nav nav .iconos {
  width: 75%;
  background: #070056;
  text-align: center;
  padding: 1.2rem 0;
  box-shadow: 3px 3px 5px #707070;
  border-radius: 1rem;
  height: 100%;
}
.ofertas-nav nav .iconos p {
  font-size: 1.8rem;
  margin: 0;
  color: #FFFFFF;
  text-transform: capitalize;
}
.ofertas-nav nav .iconos .fa {
  color: #FFFFFF !important;
  font-size: 2rem !important;
}
.ofertas-nav nav .iconos:hover {
  cursor: pointer;
  transform: scale(1.02);
  background-color: #33A78B;
}
@media (min-width: 1024px) {
  .ofertas-nav nav .iconos {
    padding: 3rem 0;
  }
  .ofertas-nav nav .iconos p {
    font-size: 2.2rem;
  }
}
@media (min-width: 1250px) {
  .ofertas-nav nav .iconos p {
    padding: 0 1rem;
    font-size: 2.8rem;
  }
  .ofertas-nav nav .iconos .fa {
    font-size: 2.2rem !important;
  }
}

.vacantes {
  margin: 5rem auto;
}
.vacantes span {
  text-transform: capitalize;
}
.vacantes .sin-ofertas {
  background-color: #ACACAC;
  gap: 5rem;
  width: 70%;
  margin: auto;
  margin-top: 5rem;
  padding: 1.5rem 3rem;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.vacantes .sin-ofertas i, .vacantes .sin-ofertas p {
  color: #FFFFFF;
  font-weight: 700;
  text-align: center;
}
.vacantes .sin-ofertas i {
  font-size: 8rem;
}
.vacantes .sin-ofertas p {
  font-size: 4rem;
}

.grid-vacantes {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(1, 1fr);
  justify-items: center;
}
@media (min-width: 768px) {
  .grid-vacantes {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .grid-vacantes {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1440px) {
  .grid-vacantes {
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 2200px) {
  .grid-vacantes {
    display: grid;
    gap: 3.2rem;
    grid-template-columns: repeat(5, 1fr);
  }
}
.grid-vacantes .vacante {
  width: 30rem;
}
@media (min-width: 1024px) {
  .grid-vacantes .vacante {
    width: 25rem;
  }
}
@media (min-width: 1440px) {
  .grid-vacantes .vacante {
    width: 30rem;
  }
}
@media (min-width: 2200px) {
  .grid-vacantes .vacante {
    width: 35rem;
  }
}

.grid-index-v {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(1, 1fr);
  justify-items: center;
  width: 100%;
  margin: auto;
}
@media (min-width: 480px) {
  .grid-index-v {
    width: 80%;
  }
}
@media (min-width: 768px) {
  .grid-index-v {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .grid-index-v {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
  }
}
@media (min-width: 1440px) {
  .grid-index-v {
    display: grid;
    gap: 2.2rem;
    grid-template-columns: repeat(4, 1fr);
  }
}

.vacante-index {
  background-color: #FFFFFF;
}

.vacante {
  background-color: #eaeaea;
  font-size: 0px;
  display: flex;
  flex-direction: column;
  width: 20rem;
  margin-bottom: 0;
}
@media (min-width: 480px) {
  .vacante {
    width: 30rem;
  }
}
@media (min-width: 768px) {
  .vacante {
    width: auto;
  }
}
@media (min-width: 1024px) {
  .vacante {
    width: 25rem;
  }
}
@media (min-width: 1250px) {
  .vacante {
    width: 30rem;
  }
}
.vacante:nth-of-type(2) {
  display: none;
}
.vacante:nth-of-type(3) {
  display: none;
}
.vacante:nth-of-type(4) {
  display: none;
}
@media (min-width: 768px) {
  .vacante:nth-of-type(2) {
    display: flex;
  }
}
@media (min-width: 1024px) {
  .vacante:nth-of-type(3) {
    display: flex;
  }
}
@media (min-width: 1440px) {
  .vacante:nth-of-type(4) {
    display: flex;
  }
}
@media (min-width: 2200px) {
  .vacante {
    width: 40rem;
  }
}
.vacante img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 20rem;
}
@media (min-width: 480px) {
  .vacante img {
    height: 25rem;
  }
}
.vacante p {
  padding: 1rem;
  margin: auto;
}
.vacante p span {
  font-weight: 500;
  font-size: 1.8rem;
}
@media (min-width: 1250px) {
  .vacante p span {
    font-size: 2.2rem;
  }
}
.vacante a {
  font-size: 1.8rem;
}
.vacante:hover > .btn-vacante {
  background-color: #5388B1;
}

.top h1 {
  text-transform: capitalize;
}

.info-oferta {
  padding: 1rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.85);
  background-blend-mode: lighten;
  margin-bottom: 5rem;
}
@media (min-width: 1250px) {
  .info-oferta {
    padding: 5rem;
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
    place-items: center;
  }
}
.info-oferta img {
  margin: auto;
  max-width: 50rem;
  box-shadow: 5px 5px 5px #ACACAC;
}
.info-oferta p {
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: capitalize;
  overflow-wrap: break-word;
}
@media (min-width: 768px) {
  .info-oferta p {
    font-size: 1.6rem;
  }
}
@media (min-width: 1024px) {
  .info-oferta p {
    font-size: 2.2rem;
  }
}
.info-oferta span {
  font-weight: 700;
  color: #070056;
  text-transform: capitalize;
}

.grid-corporativo {
  margin-bottom: 4rem;
}
@media (min-width: 1024px) {
  .grid-corporativo {
    display: grid;
    grid-template-columns: 35% 65%;
  }
}
.grid-corporativo .div-corporativo {
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .grid-corporativo .div-corporativo {
    margin-bottom: 0;
  }
}
.grid-corporativo .div-corporativo img {
  height: 25rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .grid-corporativo .div-corporativo img {
    height: 35rem;
  }
}
@media (min-width: 1024px) {
  .grid-corporativo .div-corporativo img {
    height: 50rem;
  }
}
.grid-corporativo .info-corporativo {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 0;
}
@media (min-width: 1024px) {
  .grid-corporativo .info-corporativo {
    margin-left: 5rem;
    align-items: flex-start;
    gap: 2.5rem;
    flex-direction: row;
  }
}
.grid-corporativo .info-corporativo .div-info .fa {
  display: none;
}
@media (min-width: 1024px) {
  .grid-corporativo .info-corporativo .div-info .fa {
    font-size: 5rem;
    color: #FFFFFF;
    background-color: #5388B1;
    padding: 2rem;
    display: block;
  }
}
.grid-corporativo .info-corporativo .div-info h1 {
  background-color: #5388B1;
  margin: 0;
  color: #FFFFFF;
  padding: 1.5rem;
  border-radius: 0 5rem 0 0;
}
@media (min-width: 1024px) {
  .grid-corporativo .info-corporativo .div-info h1 {
    margin: 3.5rem 0;
    margin-top: 0;
  }
}
.grid-corporativo .info-corporativo .div-info p {
  border: 3px solid #5388B1;
  padding: 1.5rem;
  border-radius: 0 0 5rem 5rem;
  margin-top: 0;
}
@media (min-width: 1024px) {
  .grid-corporativo .info-corporativo .div-info p {
    padding: 5rem;
  }
}

.interes {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #33A78B;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .interes {
    padding: 5rem;
  }
}
.interes h2 {
  font-size: 1.8rem;
  color: #FFFFFF;
  width: 85%;
}
@media (min-width: 768px) {
  .interes h2 {
    width: 70%;
    font-size: 2rem;
  }
}
@media (min-width: 1024px) {
  .interes h2 {
    font-size: 2.4rem;
  }
}

.formulario {
  width: 100%;
  margin: 4rem auto;
}
@media (min-width: 768px) {
  .formulario {
    width: 70%;
  }
}
@media (min-width: 1024px) {
  .formulario .form-campos {
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.formulario label {
  color: transparent;
  display: flex;
  flex-direction: column;
  font-size: 1.4rem;
}
@media (min-width: 1024px) {
  .formulario label {
    font-size: 1.6rem;
  }
}
.formulario input:not([type=submit]), .formulario textarea {
  border: 2px solid #5388B1;
  padding: 1rem;
  border-radius: 2rem;
}
.formulario textarea {
  width: 100%;
  min-height: 12rem;
}
.formulario input, .formulario textarea {
  caret-color: #5388B1;
}
.formulario input::-moz-placeholder, .formulario textarea::-moz-placeholder {
  color: #070056;
  font-weight: 500;
}
.formulario input::placeholder, .formulario textarea::placeholder {
  color: #070056;
  font-weight: 500;
}
.formulario input::-webkit-input-placeholder, .formulario textarea::-webkit-input-placeholder {
  color: #070056;
  font-weight: 500;
}
.formulario input::-moz-placeholder, .formulario textarea::-moz-placeholder {
  color: #070056;
  font-weight: 500;
}
.formulario input:-ms-input-placeholder, .formulario textarea:-ms-input-placeholder {
  color: #070056;
  font-weight: 500;
}
.formulario input:focus, .formulario textarea:focus {
  outline: none !important;
  border: 2px solid #070056;
  color: #070056;
  font-weight: 700;
}
.formulario.form-empleados {
  width: 100%;
}
@media (min-width: 1024px) {
  .formulario.form-empleados {
    width: 50%;
  }
}
.formulario.form-empleados fieldset {
  border-radius: 2rem;
  padding: 1rem;
  border: 2px solid #5388B1;
}
@media (min-width: 1024px) {
  .formulario.form-empleados fieldset {
    padding: 2rem;
  }
}
.formulario.form-empleados fieldset p {
  text-align: center;
  font-weight: 700;
  color: #070056;
}

.contactenos {
  background-color: rgba(83, 136, 177, 0.5);
  background-image: url("/build/img/banner-nosotros.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-blend-mode: overlay;
  margin-bottom: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  row-gap: 2.5rem;
  padding: 2.5rem;
  text-shadow: 2px 2px 9px #333333;
}
.contactenos h1 {
  color: #FFFFFF;
  font-size: 3.2rem;
  line-height: 1.2;
  position: relative;
}
@media (min-width: 480px) {
  .contactenos {
    padding: 5rem;
  }
  .contactenos h1 {
    font-size: 4.6rem;
    line-height: 1.4;
  }
}
@media (min-width: 768px) {
  .contactenos {
    padding: 10rem;
    row-gap: 5rem;
  }
  .contactenos h1 {
    font-size: 6rem;
    line-height: 1.6;
  }
}
@media (min-width: 1250px) {
  .contactenos {
    padding: 15rem;
  }
  .contactenos h1 {
    font-size: 7rem;
  }
}
@media (min-width: 2200px) {
  .contactenos {
    padding: 25rem;
  }
  .contactenos h1 {
    font-size: 9rem;
  }
}

.preguntas-bloque img {
  width: 20%;
  margin: auto;
}

.preguntas-contenedor {
  display: flex;
  flex-direction: column;
}
.preguntas-contenedor .pregunta {
  background-color: #F2DB8F;
  width: 80%;
  margin: 2.5rem 0;
  padding: 0 2rem;
  transition: transform 1s;
  transform-style: preserve-3d;
  cursor: pointer;
  position: relative;
}
.preguntas-contenedor .pregunta p {
  text-align: center;
}
.preguntas-contenedor .pregunta:nth-child(odd) {
  align-self: flex-start;
  border-radius: 0 10rem 10rem 0;
}
.preguntas-contenedor .pregunta:nth-child(even) {
  align-self: flex-end;
  border-radius: 10rem 0 0 10rem;
}

.politicas p {
  text-align: justify;
}
.politicas li::marker {
  color: #070056;
}
.politicas h3 {
  text-transform: uppercase;
}
.politicas p span, .politicas li span {
  font-weight: 700;
}

.header {
  z-index: 11;
}

@media (min-width: 768px) {
  .contenido-header {
    margin: 0 auto;
  }
}
@media (min-width: 1250px) {
  .contenido-header {
    width: 95%;
    margin: 0 auto;
  }
}

.derecha {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  width: 100%;
  top: 109%;
  flex: 1;
}
@media (min-width: 768px) {
  .derecha {
    align-items: flex-end;
    position: relative;
    width: auto;
  }
}

.dark-mode-boton {
  font-size: 1.2rem;
  padding: 0.2rem;
  border-radius: 50%;
  top: 0.7rem;
  right: 0;
  position: absolute;
  cursor: pointer;
}
.dark-mode-boton.fa-moon {
  color: #FFFFFF;
  background-color: #070056;
  font-size: 1.8rem !important;
}
@media (min-width: 768px) {
  .dark-mode-boton.fa-moon {
    font-size: 1.6rem !important;
    top: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .dark-mode-boton.fa-moon {
    font-size: 2rem !important;
  }
}
.dark-mode-boton.fa-sun {
  color: #333333;
  background-color: #FFFFFF;
  font-size: 2rem !important;
}
.dark-mode-boton::after {
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  background-color: #FFFFFF;
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  right: 4px;
}
@media (min-width: 768px) {
  .dark-mode-boton {
    font-size: 1.6rem;
    top: 1.5rem;
    right: 0;
  }
}
@media (min-width: 2200px) {
  .dark-mode-boton {
    font-size: 2.6rem;
  }
  .dark-mode-boton::after {
    width: 0.5rem;
    height: 0.5rem;
    top: 6px;
    right: 6px;
  }
}

.light {
  filter: invert(65%);
}

.barra {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 1rem;
  align-items: center;
  position: relative;
  margin: 1rem auto;
  padding-bottom: 1rem;
  border-bottom: 0.1rem solid #070056;
  z-index: 11;
  width: 90%;
}
@media (min-width: 1250px) {
  .barra {
    width: 100%;
  }
}
.barra img {
  width: 10rem;
}
@media (min-width: 768px) {
  .barra img {
    width: 8rem;
  }
}
@media (min-width: 1024px) {
  .barra img {
    width: 10rem;
  }
}
@media (min-width: 768px) {
  .barra {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: none;
  }
}
@media (min-width: 1024px) {
  .barra img {
    width: 12rem;
  }
}
@media (min-width: 2200px) {
  .barra {
    margin: 5rem 0;
  }
  .barra img {
    width: 20rem;
  }
}

.navegacion {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s ease-in-out, opacity 0.3s linear, height 0.2s linear;
  height: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .navegacion {
    display: flex;
    align-items: center;
    visibility: visible;
    opacity: 1;
    height: auto;
    justify-content: flex-end;
  }
}
.navegacion a.log-in {
  margin-right: 0;
}
.navegacion a, .navegacion .submenu-btn {
  color: #070056;
  text-decoration: none;
  font-size: 1.6rem;
  display: block;
  text-align: center;
  background-color: rgba(83, 136, 177, 0.5);
  padding: 0.8rem 0;
  margin: 0.8rem;
  font-weight: 500;
}
.navegacion a:hover, .navegacion .submenu-btn:hover {
  background-color: #F2DB8F;
}
@media (min-width: 768px) {
  .navegacion a, .navegacion .submenu-btn {
    background-color: transparent;
    padding: 0;
    margin: 0;
    margin-right: 1.5rem;
    font-size: 1.4rem;
  }
  .navegacion a:hover, .navegacion .submenu-btn:hover {
    color: #5388B1;
    background-color: transparent;
  }
}
@media (min-width: 1024px) {
  .navegacion a, .navegacion .submenu-btn {
    margin-right: 3rem;
    font-size: 1.6rem;
  }
}
@media (min-width: 1250px) {
  .navegacion a, .navegacion .submenu-btn {
    font-size: 1.8rem;
    margin-right: 4.2rem;
  }
}
@media (min-width: 2200px) {
  .navegacion a, .navegacion .submenu-btn {
    font-size: 3.2rem;
    margin-right: 8.5rem;
  }
}
.navegacion .submenu-btn {
  position: relative;
  cursor: default;
}
.navegacion .submenu {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 2.2rem;
  display: block;
  text-align: center;
  margin-left: 2.5rem;
  cursor: pointer;
  background-color: #497ba1;
  margin: auto;
  display: none;
}
.navegacion .submenu a {
  background-color: #FFFFFF;
}
.navegacion .submenu a:hover {
  background-color: #edcc61 !important;
}
@media (min-width: 768px) {
  .navegacion .submenu {
    position: absolute;
    padding: 0.5rem;
    background-color: #abc5d9;
    transform: translate(-31%, 0);
  }
  .navegacion .submenu a {
    display: flex;
    align-items: center;
    justify-content: left;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-user-select: contain;
       -moz-user-select: contain;
            user-select: contain;
    padding: 1rem;
    width: 100%;
  }
}

.ver-menu {
  display: block !important;
}

@media (min-width: 768px) {
  .mobile-menu {
    display: none;
  }
}
.mobile-menu .btnMenu {
  color: #070056;
  margin: 4rem 0 1rem 0;
  font-size: 3rem !important;
  cursor: pointer;
}
.mobile-menu .btnMenu:hover {
  color: #5388B1;
}

.no-borde {
  border-bottom: none;
}

.mostrar {
  visibility: visible;
  opacity: 1;
  height: auto;
  padding: 1rem;
  border-bottom: 0.1rem solid #070056;
  z-index: 11;
  background-color: #FFFFFF;
}

.active {
  color: #5388B1 !important;
}

.footer {
  background-color: #070056;
  padding: 1rem 0;
  position: relative;
}
.footer .contenedor h3, .footer .contenedor p, .footer .contenedor a, .footer .contenedor i {
  text-align: left;
  color: #FFFFFF;
}
.footer .contenedor p, .footer .contenedor a {
  font-size: 1.4rem;
  padding: 0;
  margin: 0;
}
@media (min-width: 2200px) {
  .footer .contenedor p, .footer .contenedor a {
    font-size: 2.2rem;
  }
}
.footer .creator p {
  font-size: 1.1rem;
  text-align: right;
  color: #f8f2b1;
  margin-right: 2rem;
  text-decoration: underline;
}
.footer .creator p span {
  color: #fda5c8;
  text-decoration: underline;
}
@media (min-width: 2200px) {
  .footer .creator p {
    font-size: 1.4rem;
  }
}
.footer .scroll-up {
  position: absolute;
  right: 5%;
  bottom: 15%;
  cursor: pointer;
}
.footer .scroll-up i {
  font-size: 3rem;
}

.footer-info {
  display: grid;
  place-items: center;
  border-bottom: 1px solid #FFFFFF;
}
@media (min-width: 768px) {
  .footer-info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 1rem;
  }
}
.footer-info .info .bloqueSedes {
  display: flex;
  border-bottom: 1px solid #FFFFFF;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(1, 1fr);
}
.footer-info .info .bloqueSedes .sedes:nth-child(2) {
  grid-row: 3/4;
}
.footer-info .info .bloqueSedes .sedes:nth-child(3) {
  grid-row: 1/4;
}
@media (min-width: 768px) {
  .footer-info .info .bloqueSedes {
    border-bottom: none;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .footer-info .info .bloqueSedes .sedes:nth-child(2) {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .footer-info .info .bloqueSedes .sedes:nth-child(3) {
    grid-column: 1/3;
  }
}
@media (min-width: 768px) {
  .footer-info .info a {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}
.footer-info .info img {
  display: block;
  margin: auto;
  margin-top: 2.5rem;
  width: 10rem;
}
@media (min-width: 768px) {
  .footer-info .info img {
    margin: 0;
    margin-top: 2.5rem;
    width: 20rem;
  }
}
.footer-info .info .politicas {
  display: grid;
  place-items: center;
}
.footer-info .info .politicas p {
  text-align: center;
  margin: 1rem 0;
}
.footer-info .info .politicas p:hover {
  color: #5388B1;
}
@media (min-width: 768px) {
  .footer-info .info .politicas {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .footer-info .info .politicas p {
    text-align: right;
    margin: 1rem 0;
  }
  .footer-info .info .politicas p:hover {
    color: #5388B1;
  }
}

.info-contacto {
  text-align: center;
  padding: 1rem 0;
}
@media (min-width: 768px) {
  .info-contacto {
    text-align: left;
    display: flex;
    justify-content: space-between;
  }
}
.info-contacto .redes {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
  width: 50%;
  margin: auto;
  margin-top: 1rem;
  place-items: center;
}
.info-contacto .redes i {
  font-size: 2rem;
}
@media (min-width: 768px) {
  .info-contacto .redes {
    width: 15%;
    margin-right: 7rem;
  }
  .info-contacto .redes i {
    font-size: 2.4rem;
    margin-right: 2.5rem;
  }
}
@media (min-width: 2200px) {
  .info-contacto .redes i {
    font-size: 3.5rem;
  }
}

.alerta {
  padding: 0.7rem;
  text-align: center;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
  margin: 1rem 0;
}
.alerta.error {
  background-color: #722323;
}
.alerta.exito {
  background-color: #63c23d;
}

.form-admin, .form-auth {
  border-radius: 1rem;
  width: auto;
  margin: 2rem auto;
  background-color: #f3f3f7;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 0px 4px, rgba(0, 0, 0, 0.2) 0px 2px 4px;
  padding: 5rem 2rem;
}
@media (min-width: 1024px) {
  .form-admin, .form-auth {
    width: 75%;
  }
}
.form-admin fieldset, .form-auth fieldset {
  border: none;
}
.form-admin legend, .form-auth legend {
  font-size: 2.4rem;
  color: #070056;
  margin-bottom: 1.5rem;
  font-weight: 700;
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .form-admin legend, .form-auth legend {
    margin-top: 5rem;
  }
}
.form-admin label, .form-auth label {
  font-weight: 700;
  text-transform: capitalize;
  display: block;
}
.form-admin label span, .form-auth label span {
  text-transform: capitalize;
  color: #4a4a4a;
}
.form-admin input:not([type=submit], [type=checkbox]), .form-auth input:not([type=submit], [type=checkbox]) {
  padding: 1rem;
  display: block;
  width: 100%;
  background-color: #FFFFFF;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 0px 4px, rgba(0, 0, 0, 0.2) 0px 2px 4px;
  border-radius: 1rem;
  margin-bottom: 2rem;
  caret-color: #070056;
}
.form-admin input:not([type=submit], [type=checkbox]):focus, .form-auth input:not([type=submit], [type=checkbox]):focus {
  outline: none;
  box-shadow: rgb(157, 167, 176) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.321) -3px -3px 6px 1px inset;
  background-color: #f9f9fb;
}
.form-admin select, .form-auth select, .form-admin textarea, .form-auth textarea {
  padding: 1rem;
  display: block;
  width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #070056;
  border-radius: 1rem;
  margin-bottom: 2rem;
  caret-color: #070056;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 0px 4px, rgba(0, 0, 0, 0.2) 0px 2px 4px;
}
.form-admin img, .form-auth img {
  width: 11%;
  margin: 1rem;
  border-radius: 0.5rem;
}
.form-admin .btn-form, .form-auth .btn-form {
  background-color: #070056;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  padding: 1rem 3rem;
  text-align: center;
  display: block;
  border: none;
  border-radius: 0.5rem;
}
.form-admin .btn-form:hover, .form-auth .btn-form:hover {
  cursor: pointer;
}
.form-admin .password, .form-auth .password {
  display: flex;
}
.form-admin .password input[type=checkbox], .form-auth .password input[type=checkbox] {
  margin-right: 1rem;
}

@media (min-width: 1024px) {
  .form-auth {
    width: 50%;
  }
}

.dashboard {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.dashboard__saludo {
  display: flex;
  gap: 5rem;
  justify-content: center;
  align-items: center;
}
.dashboard__titulo {
  text-align: center;
  color: #FFFFFF;
  font-size: 2.2rem;
  margin: 0;
}
.dashboard__header {
  background-color: #030023;
  padding: 2rem 3rem;
}
.dashboard__header-grid {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .dashboard__header-grid {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.dashboard__logo {
  width: 8rem;
  filter: grayscale(1) invert(1);
}
.dashboard__total {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  border-radius: 0.5rem;
  padding: 1rem 3rem;
  border-bottom: 0.7rem solid #5388B1;
  background-color: #f3f3f7;
}
.dashboard__total p {
  margin: 0;
  font-weight: 500;
}
.dashboard__total p span {
  color: #070056;
}
.dashboard__total__type-text, .dashboard__total__type-buscar {
  padding: 1rem;
  display: block;
  width: 100%;
  background-color: #FFFFFF;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 0px 4px, rgba(0, 0, 0, 0.2) 0px 2px 4px;
  border-radius: 1rem;
  margin: 2rem auto;
  caret-color: #070056;
}
.dashboard__total__type-text:focus, .dashboard__total__type-buscar:focus {
  outline: none;
  box-shadow: rgb(157, 167, 176) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.321) -3px -3px 6px 1px inset;
  background-color: #f9f9fb;
}
.dashboard__total__type-buscar {
  border-radius: 1rem 0 0 1rem;
}
.dashboard__buscar {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media (min-width: 768px) {
  .dashboard__buscar {
    width: 65%;
  }
}
.dashboard__grid {
  display: flex;
  flex: 1;
  overflow-y: auto;
}
.dashboard__sidebar {
  background-color: #04002d;
  width: 4rem;
}
@media (min-width: 480px) {
  .dashboard__sidebar {
    width: 8rem;
  }
}
@media (min-width: 768px) {
  .dashboard__sidebar {
    width: 12rem;
  }
}
.dashboard__menu {
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (min-width: 768px) {
  .dashboard__menu {
    padding: 1rem;
  }
}
.dashboard__enlace {
  color: #dcddd5;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 300ms background-color ease, 300ms color ease, 300ms border-radius ease;
  padding: 1rem;
}
@media (min-width: 768px) {
  .dashboard__enlace {
    padding: 2rem;
  }
}
.dashboard__enlace:hover, .dashboard__enlace--actual {
  background-color: #5388B1;
  color: #FFFFFF !important;
  border-radius: 1rem;
}
.dashboard__icono {
  font-size: 2.1rem;
  padding: 0.5rem 0;
  font-size: 1.6rem !important;
}
@media (min-width: 480px) {
  .dashboard__icono {
    font-size: 1.8rem !important;
  }
}
@media (min-width: 768px) {
  .dashboard__icono {
    font-size: 2.1rem !important;
  }
}
.dashboard__menu-texto {
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 0.5rem;
  display: none;
  text-align: center;
}
@media (min-width: 768px) {
  .dashboard__menu-texto {
    display: block;
  }
}
.dashboard__contenido {
  padding: 1rem 1rem 3rem 1rem;
  width: 100%;
  overflow-y: auto;
  position: relative;
}
@media (min-width: 768px) {
  .dashboard__contenido {
    padding: 1rem 5rem 3rem 5rem;
  }
}
.dashboard__subtitle, .dashboard__subtitle--ofertas {
  text-align: left;
  font-weight: 500;
  margin-bottom: 2rem;
}
.dashboard__subtitle--ofertas {
  text-align: center;
  margin-bottom: 0;
}
.dashboard__contenedor-boton {
  display: flex;
  justify-content: flex-end;
}
.dashboard__submit--logout {
  background-color: #5388B1;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  padding: 1rem 3rem;
  text-align: center;
  display: flex;
  border: none;
  border-radius: 0.5rem;
  margin-right: 5rem;
}
.dashboard__submit--logout:hover {
  cursor: pointer;
}

.mensajes {
  margin: 5rem 0;
}
.mensajes__abrir {
  text-decoration: none;
  margin: 0;
  color: #000000;
  width: 100%;
}
.mensajes__flex, .mensajes__acciones {
  display: flex;
}
.mensajes__acciones {
  justify-content: space-between;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 0px 4px, rgba(0, 0, 0, 0.2) 0px 2px 4px;
  border-radius: 0.5rem;
  padding: 1rem 3rem;
  border-bottom: 0.7rem solid #5388B1;
}
.mensajes .grid-inbox {
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  background-color: #F3F3F7;
  border-left: 1.5rem solid #070056;
  display: grid;
  gap: 3rem;
  grid-template-columns: 1fr 2fr 2fr 1fr 1fr;
  padding: 2rem 3rem;
  border-radius: 0.5rem;
  font-weight: 900;
  align-items: center;
  margin-bottom: 1.2rem;
  transition: transform 0.2s ease;
}
.mensajes .grid-inbox.leido {
  background-color: #bfbfbf !important;
  border-left: 1.5rem solid #333333 !important;
}
.mensajes .grid-inbox.leido p {
  color: #000000 !important;
}
.mensajes .grid-inbox:hover {
  transform: scaleY(1.1);
  cursor: pointer;
}
.mensajes .grid-sqrs {
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  background-color: #F3F3F7;
  border-left: 1.5rem solid #070056;
  display: grid;
  gap: 3rem;
  grid-template-columns: 1fr 2fr 2fr 1fr 1fr 1fr;
  padding: 2rem 3rem;
  border-radius: 0.5rem;
  font-weight: 900;
  align-items: center;
  margin-bottom: 1.2rem;
  transition: transform 0.2s ease;
}
.mensajes .grid-sqrs.leido {
  background-color: #bfbfbf !important;
  border-left: 1.5rem solid #333333 !important;
}
.mensajes .grid-sqrs.leido p {
  color: #000000 !important;
}
.mensajes .grid-sqrs:hover {
  transform: scaleY(1.1);
  cursor: pointer;
}
.mensajes__filtros {
  display: flex;
  gap: 1.5rem;
  margin-top: 2rem;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
@media (min-width: 768px) {
  .mensajes__filtros {
    flex-direction: row;
    text-align: left;
  }
}
.mensajes__filtros p {
  font-size: 1.6rem;
}
.mensajes__filtros select {
  all: unset;
  background-color: #5388B1;
  padding: 1rem 1.5rem;
  border-radius: 1rem;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 1.4rem;
}
.mensajes__filtros select option:disabled {
  all: unset;
  color: #333333;
  background-color: #ACACAC;
}
.mensajes__leidos, .mensajes__busqueda {
  display: flex;
}
.mensajes__boton-filtro {
  background-color: #070056;
  color: #FFFFFF;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  border: none;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s ease;
}
.mensajes .leido {
  background-color: #666666 !important;
  font-weight: 500 !important;
  border-left: 1.5rem solid #333333 !important;
}

.nav-mensaje {
  margin-top: 5rem;
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
@media (min-width: 768px) {
  .nav-mensaje {
    flex-direction: row;
    justify-content: space-between;
  }
}

.body-mensaje {
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  background-color: #F3F3F7;
  border-left: 1.5rem solid #070056;
  border-radius: 1rem;
  padding: 1rem 3rem;
  margin: 7rem 0;
  position: relative;
}
.body-mensaje.leido {
  background-color: #bfbfbf !important;
  border-left: 1.5rem solid #333333 !important;
}
.body-mensaje.leido p {
  color: #000000 !important;
}
.body-mensaje p {
  font-weight: 700;
  color: #070056;
  overflow-wrap: break-word;
}
.body-mensaje p span {
  font-weight: 500;
  color: #000000;
  padding-left: 1rem;
}

.oferta__grid {
  margin-top: 3rem;
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
  gap: 5rem;
}
@media (min-width: 1024px) {
  .oferta__grid {
    grid-template-columns: repeat(auto-fill, minmax(22rem, 1fr));
    gap: 10rem;
  }
}
@media (min-width: 1250px) {
  .oferta__grid {
    grid-template-columns: repeat(auto-fill, minmax(25rem, 1fr));
  }
}
.oferta__card {
  border-radius: 0.5rem;
  background-color: #f3f3f7;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 0px 4px, rgba(0, 0, 0, 0.2) 0px 2px 4px;
  padding: 2rem;
  border-bottom: 3px solid #5388B1;
  display: flex;
  flex-direction: column;
}
.oferta__card__img {
  -o-object-fit: cover;
     object-fit: cover;
  height: minmax(25rem, auto-fill);
}
.oferta__card__info {
  font-size: 1.8rem;
  line-height: 1.2;
  margin: 3rem auto;
  flex: 4;
}
@media (min-width: 1024px) {
  .oferta__card__info {
    font-size: 2.2rem;
  }
}
.oferta__card__parrafo {
  font-size: 1.6rem;
  line-height: 1.2;
  margin: 0;
  padding: 1rem 0;
  flex: 1;
}
@media (min-width: 1024px) {
  .oferta__card__parrafo {
    font-size: 2rem;
  }
}
.oferta__card__acciones {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.5rem;
  flex: 1;
}
@media (min-width: 1024px) {
  .oferta__card__acciones {
    padding: 1rem;
    flex-direction: row;
  }
}

.grid__ciudades {
  margin-top: 3rem;
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(auto-fill, minmax(25rem, 1fr));
  gap: 5rem;
}

.ciudades__card {
  border-radius: 0.5rem;
  background-color: #f3f3f7;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 0px 4px, rgba(0, 0, 0, 0.2) 0px 2px 4px;
  padding: 1.5rem;
  border-bottom: 3px solid #5388B1;
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
}
.ciudades__card__info {
  font-size: 1.6rem;
  line-height: 1.2;
  margin: 1rem 0;
}
@media (min-width: 1024px) {
  .ciudades__card__info {
    font-size: 1.8rem;
  }
}
.ciudades__acciones input {
  display: block;
  opacity: 0;
}
.ciudades__acciones label {
  position: relative;
  width: 48px;
  height: 25px;
  display: inline-block;
  background: #666666;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.ciudades__acciones label:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 18px;
  height: 18px;
  background: #FFF;
  border-radius: 50%;
  box-shadow: 1px 3px 6px #666666;
}
.ciudades__acciones input:checked + label {
  background: #009900;
}
.ciudades__acciones input:checked + label:after {
  left: auto;
  right: 2px;
}

.usuarios {
  margin: 5rem 0;
}
.usuarios__flex {
  display: flex;
}
.usuarios__grid {
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  background-color: #F3F3F7;
  border-left: 1.5rem solid #070056;
  display: grid;
  grid-template-columns: 2fr 2fr 1fr;
  align-items: center;
  gap: 3rem;
  width: 100%;
  margin-bottom: 2rem;
  padding: 2rem 3rem;
  border-radius: 0.5rem;
}
.usuarios__grid.leido {
  background-color: #bfbfbf !important;
  border-left: 1.5rem solid #333333 !important;
}
.usuarios__grid.leido p {
  color: #000000 !important;
}
.usuarios__info {
  font-weight: 500;
}

.alerta {
  padding: 1.5rem 1.5rem 1.5rem 3rem;
  text-transform: uppercase;
  margin: 1rem 0;
  font-size: 1.2rem;
  font-weight: 700;
}
.alerta__error {
  background-color: #fedddd;
  border-left: 0.5rem solid #a30606;
  color: #a30606;
}
.alerta__exito {
  background-color: #8ff9a2;
  border-left: 0.5rem solid #09b328;
  color: #033a0d;
}

.modal-alerta {
  background-color: #f3f3f7;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  border-radius: 1rem;
  width: auto;
  height: auto;
  padding: 3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 11;
}
.modal-alerta__icono {
  font-size: 8rem;
  color: #de9560;
  animation: transform 3s ease-in-out infinite;
}
@keyframes transform {
  0% {
    transform: rotateY(360deg);
  }
  50% {
    transform: scale(0deg);
  }
  100% {
    transform: scale(360deg);
  }
}
.modal-alerta__titulo {
  margin: 1rem auto;
  font-weight: 500;
}
.modal-alerta__parrafo {
  margin: 0;
}
.modal-alerta__botones {
  display: flex;
  gap: 7rem;
  margin-top: 3rem;
}
.modal-alerta__boton {
  background-color: #722323;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  padding: 1rem 1.5rem;
  text-align: center;
  display: block;
  border: none;
  margin-bottom: 1.2rem;
  border-radius: 1rem;
  transition: transform 0.2s ease;
}
.modal-alerta__boton:hover {
  transform: scale(1.03);
  cursor: pointer;
  background-color: rgb(234, 38, 38);
}
.modal-alerta__boton--cancelar {
  background-color: #008099;
  color: #FFFFFF;
}
.modal-alerta__boton--cancelar:hover {
  background-color: #00AACC;
  color: #FFFFFF;
}
.modal-alerta--activo {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.not-found {
  background-image: url("../img/404fondo.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  place-items: center;
  display: grid;
  grid-template-columns: 1fr;
  margin: 4rem auto;
}
@media (min-width: 768px) {
  .not-found {
    grid-template-columns: 1fr 2fr;
    width: 65%;
  }
}
.not-found__bloque {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .not-found__bloque {
    height: 55vh;
  }
}
.not-found__img {
  width: 35%;
}
@media (min-width: 768px) {
  .not-found__img {
    width: 100%;
    height: inherit;
  }
}
.not-found__h1 {
  margin: 1rem;
}
@media (min-width: 768px) {
  .not-found__h1 {
    margin: 3.5rem 0;
  }
}
.not-found__h2 {
  width: 90%;
  margin: 0;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .not-found__h2 {
    width: 75%;
    margin: 3.5rem 0;
    font-size: 2.4rem;
  }
}

.brochure {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.5rem;
}
/*# sourceMappingURL=app.css.map */
