@charset "UTF-8";
/*! 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 */
  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;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
  scroll-padding-top: 0rem;
}

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

body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #000000;
  font-size: 2rem;
}
body.overflow-hidden {
  overflow: hidden;
}

p {
  color: #000000;
  line-height: 1.5;
}

.contenedor {
  width: 95%;
  max-width: 120rem;
  margin: 0 auto;
}

a {
  text-decoration: none;
}

h1, h2, h3 {
  margin: 0 0 5rem 0;
  font-weight: 900;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 4.6rem;
}

h3 {
  font-size: 6rem;
  text-align: center;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

body > section {
  padding: 10rem 0;
}

.imagen {
  position: relative;
  min-height: 20rem;
  max-height: 80rem;
  overflow: hidden;
}
.imagen .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(270deg, rgba(42, 142, 219, 0.6), rgba(0, 0, 0, 0.1));
  display: flex;
  align-items: center;
  flex-direction: row;
}
.imagen img {
  height: 45rem;
  width: 100%;
  object-fit: fill;
}
@media (min-width: 768px) {
  .imagen img {
    height: auto;
  }
}

.contenido-imagen {
  z-index: 10;
  width: 95%;
  max-width: 120rem;
  margin: 0 auto;
}
.contenido-imagen h2 {
  color: #FFFFFF;
  font-weight: 300;
  margin: 0;
}
.contenido-imagen p {
  color: #FFFFFF;
  background-color: #2A8EDB;
  display: inline-block;
  padding: 0.5rem 1rem;
}

.sobre-nosotros {
  width: 95%;
  max-width: 120rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .sobre-nosotros {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
  }
}

.contenido-sobre-nosotros h2 {
  margin-bottom: 2rem;
  margin-top: 2rem;
  font-weight: 600;
  font-size: 3rem;
  color: #4CB8B3;
}
@media (min-width: 768px) {
  .contenido-sobre-nosotros h2 {
    margin-top: 1rem;
  }
}
.contenido-sobre-nosotros h2 span {
  border-bottom: 0.5rem solid #4CB8B3;
  padding-bottom: 1rem;
}
.contenido-sobre-nosotros p {
  margin-top: 3rem;
}

.contenedor-servicios {
  background-color: rgb(155.5681818182, 197.4715909091, 229.4318181818);
  padding-top: 6rem;
}
.contenedor-servicios h3 {
  font-weight: 500;
  font-size: 4rem;
  text-decoration: underline;
  color: #FFFFFF;
  margin-bottom: 6rem;
}
.contenedor-servicios h3 span {
  font-weight: 900;
}

.servicios {
  width: 95%;
  max-width: 120rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
@media (min-width: 768px) {
  .servicios {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
    justify-items: center;
  }
}
@media (min-width: 1200px) {
  .servicios {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4rem;
    justify-items: center;
  }
}
.servicios .servicio {
  background-color: #2A8EDB;
  transition: transform 0.3s ease-in-out;
  padding-bottom: 3rem;
  max-width: 30rem;
  height: 50rem;
  background-color: #2A8EDB;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.servicios .servicio:hover {
  transform: scale(1.1);
}
.servicios .servicio .contenedor-servicio {
  width: 95%;
  max-width: 120rem;
  margin: 0 auto;
}
.servicios .servicio-header {
  font-weight: 600;
  font-size: 2.5rem;
  text-align: center;
  height: 10rem;
}
.servicios .servicio-body {
  overflow: hidden;
  text-align: center;
  height: 30rem;
  padding: 1rem;
  font-size: 1.7rem;
}
.servicios .servicio-body img {
  height: 15rem;
}
.servicios .servicio-footer button {
  background-color: #73AEDB;
  font-weight: 500;
  padding: 0.5rem;
  margin-top: 1.5rem;
  cursor: pointer;
  border-radius: 1rem;
  box-shadow: 0.1rem 0.2rem 0.3rem #333;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Fondo oscuro */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000; /* Asegura que el modal esté por encima de otros elementos */
  animation: fadeIn ease-in 0.5s;
}
.modal.fade-out {
  animation: fadeOut ease-in 0.5s;
}

.modal-contenido {
  background: #FFFFFF;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  max-width: 80%;
  max-height: 80%;
  overflow: auto;
  display: grid;
  place-items: center;
  justify-items: center;
}
.modal-contenido .titulo-modal {
  text-decoration: underline;
}
.modal-contenido p {
  text-align: center;
}
.modal-contenido img {
  width: 50%;
  margin: 0 25%;
}

.cerrar-modal {
  margin-top: 15px;
  padding: 10px 20px;
  background-color: #ff4d4d;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

.cerrar-modal:hover {
  background-color: #ff1a1a;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.contenedor-contacto {
  background-color: #73AEDB;
  padding: 0;
}
.contenedor-contacto .contenedor-contacto-parrafo {
  font-weight: 600;
  text-align: center;
  font-size: 3rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  width: 95%;
  margin: 5rem auto;
  margin-bottom: 2rem;
}

.contenido-contacto {
  width: 95%;
  max-width: 120rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  width: 90%;
  gap: 3rem;
  padding-bottom: 8rem;
}
@media (min-width: 768px) {
  .contenido-contacto {
    width: 60%;
  }
}
@media (min-width: 1200px) {
  .contenido-contacto {
    width: 30%;
  }
}
.contenido-contacto .contacto {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.contenido-contacto .contacto img {
  width: 3rem;
  height: fit-content;
}
.contenido-contacto .contacto a {
  margin: 0;
  color: #000000;
  font-size: 1.8rem;
}

body {
  position: relative;
}

.logo-ws {
  z-index: 9999;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 4rem;
  height: fit-content;
}

footer {
  background-color: #4CB8B3;
  height: auto;
  display: flex;
  flex-direction: column-reverse;
}
footer p {
  color: #000000;
  text-align: center;
  color: #FFFFFF;
  padding: 1rem;
}

.carrusel-contenedor {
  font-family: Arial, sans-serif;
  display: flex;
  justify-content: center;
  align-items: start;
  margin: 0;
  background-color: #2A8EDB;
}

.carousel {
  position: relative;
  width: 100%;
  max-width: 60rem;
  max-height: 40rem;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.carousel-images {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.carousel-images img {
  width: 100%;
  flex-shrink: 0;
  height: auto;
}

.carousel-buttons {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.carousel-buttons button {
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  color: white;
  font-size: 1.5rem;
  padding: 10px;
  cursor: pointer;
  border-radius: 50%;
  outline: none;
}

.carousel-buttons button:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.header {
  width: 100%;
  background-color: #4CB8B3;
}
@media (min-width: 768px) {
  .header.fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    box-shadow: 0.1rem 0.2rem 0.3rem #333;
    z-index: 1;
    height: auto;
  }
}

.contenido-header {
  width: 95%;
  max-width: 120rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
}

.logo {
  max-width: 6rem;
  height: auto;
}

.nav-list {
  list-style-type: none;
  display: flex;
  gap: 3rem;
}
@media (min-width: 1200px) {
  .nav-list {
    gap: 5rem;
  }
}
.nav-list a {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 2.3rem;
  font-weight: 500;
}
.nav-list a:hover, .nav-list a.active {
  color: #fdda00;
}

.abrir-menu,
.cerrar-menu {
  display: none;
}

@media screen and (max-width: 550px) {
  .abrir-menu,
  .cerrar-menu {
    display: block;
    border: 0;
    font-size: 5rem;
    background-color: transparent;
    cursor: pointer;
  }
  .abrir-menu {
    color: #1c1c1c;
    left: 15px;
  }
  .cerrar-menu {
    color: #ececec;
    right: 15px;
  }
  .nav {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    right: -100%;
    /* Inicialmente oculto fuera de la pantalla */
    width: 300px;
    height: 100%;
    background-color: #4CB8B3;
    padding: 2rem;
    box-shadow: 0 0 0 100vmax rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    overflow-y: auto;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
    /* Transición para posición y opacidad */
    z-index: 1000;
  }
  .nav.visible {
    opacity: 1;
    /* Hacer visible el menú */
    visibility: visible;
    /* Transición gradual para visibilidad */
    right: 0;
    /* Deslizar el menú hacia la pantalla */
  }
  .nav-list {
    flex-direction: column;
    align-items: flex-end;
    gap: 2rem;
    /* Espaciado entre elementos */
  }
  .nav-list li a {
    color: #ececec;
    font-size: 2rem;
    text-align: right;
  }
}
.contenedor-formulario {
  background-color: white;
  padding: 3rem;
  margin-top: 2rem;
  border-radius: 1rem;
  margin: 5rem 0;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .contenedor-formulario {
    width: 60rem;
    margin: 9rem auto;
  }
}
@media (min-width: 1200px) {
  .contenedor-formulario {
    width: 75%;
    margin: 9 auto;
  }
}
.contenedor-formulario h2 {
  font-weight: 600;
  text-align: center;
}
.contenedor-formulario .formulario {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  align-items: center;
  justify-content: center;
}

.formulario .input {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1rem;
}
.formulario .input .input__label {
  font-weight: 500;
}
@media (min-width: 768px) {
  .formulario .input .input__label {
    width: 90%;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .formulario .input .input__label {
    width: 70%;
    margin: 0 auto;
  }
}
.formulario .input .input__campo {
  padding: 1rem;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .formulario .input .input__campo {
    width: 90%;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .formulario .input .input__campo {
    width: 70%;
    margin: 0 auto;
  }
}
.formulario .input textarea {
  height: 15rem;
  width: 100%;
  resize: none;
}
.formulario .botones {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  width: 100%;
}
@media (min-width: 768px) {
  .formulario .botones {
    width: 90%;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .formulario .botones {
    width: 70%;
    margin: 0 auto;
  }
}
.formulario .botones .btn-submit,
.formulario .botones .btn-reset {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  height: auto;
  width: 45%;
  border-radius: 1rem;
  cursor: pointer;
}
.formulario .botones .btn-submit svg,
.formulario .botones .btn-reset svg {
  height: 3rem;
}
.formulario .botones .btn-submit {
  background-color: #F53756;
  color: white;
}
.formulario .botones .opacity {
  opacity: 0.4;
  cursor: not-allowed;
}

.alertaError {
  background-color: red;
  color: #FFFFFF;
  padding: 1rem;
  text-align: center;
  width: 100%;
  border-radius: 1rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .alertaError {
    width: 90%;
  }
}
@media (min-width: 1200px) {
  .alertaError {
    width: 70%;
  }
}

.alertaExito {
  background-color: #4CB8B3;
  padding: 1rem;
  text-align: center;
  color: #FFFFFF;
  width: auto;
  border-radius: 1rem;
}

.sk-chase {
  width: 40px;
  height: 40px;
  position: relative;
  animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: sk-chase-dot 2s infinite ease-in-out both;
}

.sk-chase-dot:before {
  content: "";
  display: block;
  width: 25%;
  height: 25%;
  background-color: #4CB8B3;
  border-radius: 100%;
  animation: sk-chase-dot-before 2s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) {
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2) {
  animation-delay: -1s;
}

.sk-chase-dot:nth-child(3) {
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4) {
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5) {
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6) {
  animation-delay: -0.6s;
}

.sk-chase-dot:nth-child(1):before {
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2):before {
  animation-delay: -1s;
}

.sk-chase-dot:nth-child(3):before {
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4):before {
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5):before {
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6):before {
  animation-delay: -0.6s;
}

@keyframes sk-chase {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot {
  80%, 100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4);
  }
  100%, 0% {
    transform: scale(1);
  }
}
.mostrar {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5rem;
}

.ocultar {
  display: none;
}