/*! 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;
}

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

body {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
}
body.fijar-body {
  overflow: hidden;
}
body.body-scroll {
  padding-top: 13.6rem;
}

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

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

a {
  text-decoration: none;
}

ul {
  margin: 0;
}

li {
  list-style-type: none;
}

h1, h2, h3 {
  margin: 0 0 5rem 0;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 3.6;
}

h3 {
  font-size: 3rem;
}

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

.sombra {
  -webkit-box-shadow: 11px 10px 27px 1px rgba(89, 89, 89, 0.69);
  -moz-box-shadow: 11px 10px 27px 1px rgba(89, 89, 89, 0.69);
  box-shadow: 11px 10px 27px 1px rgba(89, 89, 89, 0.69);
}

.borde-esquina {
  border-radius: 10px 10px 70px 0px;
  -moz-border-radius: 10px 10px 70px 0px;
  -webkit-border-radius: 10px 10px 70px 0px;
  border: 2px solid #d2b154;
}

.boton {
  width: 100%;
  background-color: #d2b154;
  padding: 2rem;
  border-radius: 1rem;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  border: none;
}
.boton:hover {
  cursor: pointer;
}

.header {
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .header.fijo {
    left: 0;
    top: 0;
    position: fixed;
    width: 100%;
    box-shadow: 0.1rem 0.2rem 0.1rem #333;
  }
  .header.fijo img {
    max-width: 10rem;
    max-height: 10rem;
  }
}
.header img {
  max-width: 20rem;
  max-height: 20rem;
  margin: 0 auto;
  padding-bottom: 1rem;
  padding-top: 2rem;
}
.header h1 {
  color: #ffffff;
  text-align: center;
  margin-bottom: 2rem;
  padding-top: 3rem;
}
.header .contenido-header {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 768px) {
  .header .contenido-header {
    display: block;
    margin-bottom: 0;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .navegacion-principal {
    display: flex;
    gap: 2rem;
    justify-content: center;
    text-align: center;
  }
}
.navegacion-principal a {
  display: block;
  color: #183D35;
  font-size: 1.4rem;
  margin-bottom: 0;
  padding: 0.5rem;
}
@media (min-width: 768px) {
  .navegacion-principal a {
    margin-bottom: 1rem;
  }
}
.navegacion-principal a:hover {
  font-weight: 700;
  font-size: 1.8rem;
  color: #d2b154;
  border-radius: 1rem;
  transition: all ease-in-out 250ms;
}

.menu-hide {
  display: block;
}
@media (min-width: 768px) {
  .menu-hide {
    cursor: pointer;
    display: none;
  }
}

.saldo-header {
  background-color: #dedddc;
  border-radius: 0.5rem;
  padding: 0.5rem;
  color: #ffffff;
}

.video {
  position: relative;
  max-height: 55rem;
  min-height: 50rem;
  overflow: hidden;
}
.video .overlay {
  position: absolute;
  background: rgb(30, 61, 51);
  background: linear-gradient(41deg, rgb(30, 61, 51) 0%, rgba(210, 177, 84, 0.1951155462) 100%);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.video video {
  width: auto;
  display: block;
}
@media (min-width: 1200px) {
  .video video {
    width: 100%;
  }
}

.contenido-video {
  z-index: 10;
  width: auto;
}
.contenido-video h2 {
  color: #ffffff;
  font-size: 5rem;
  margin-left: 4rem;
}
@media (min-width: 768px) {
  .contenido-video h2 {
    margin: 0;
  }
}
.contenido-video p {
  display: inline-block;
  padding: 1rem 0rem;
  color: #ffffff;
  font-weight: 700;
  border-radius: 1rem;
  margin: 0;
}

.video-direccion {
  margin-left: 4rem;
}
@media (min-width: 768px) {
  .video-direccion {
    margin-bottom: 3rem;
  }
}

.boton-llamar {
  margin-left: 4rem;
}
@media (min-width: 768px) {
  .boton-llamar {
    font-size: 2rem;
    width: 100%;
    margin-left: 20rem;
  }
}

.emer-text {
  margin-left: 4rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .emer-text {
    margin-bottom: 4rem;
    margin-left: 10rem;
  }
}

.emergencia-tel h3 {
  padding-top: 5rem;
  text-align: center;
  color: #d2b154;
}

.contenido-emergencia p {
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}
@media (min-width: 768px) {
  .contenido-emergencia {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    gap: 3rem;
  }
}

.tel-1,
.tel-2 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  justify-content: center;
  gap: 2rem;
}

.nosotros {
  background-color: #183D35;
  border-radius: 2rem;
  margin-top: 5rem;
  margin-bottom: 5rem;
  padding: 5rem;
  text-align: justify;
}
.nosotros h2 {
  text-align: center;
  color: #d2b154;
}
.nosotros img {
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .nosotros {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    gap: 5rem;
  }
  .nosotros .contenido-nosotros-2 {
    grid-column: 1/3;
  }
}

.imagen {
  display: grid;
  align-items: center;
}

.contenido-nosotros {
  margin-top: 5rem;
}
.contenido-nosotros p {
  color: #ffffff;
}
@media (min-width: 768px) {
  .contenido-nosotros {
    margin-top: 0;
  }
}

.contenido-nosotros-2 .titulo {
  text-align: center;
  color: #d2b154;
  font-weight: 700;
  text-transform: uppercase;
}
.contenido-nosotros-2 img {
  max-height: auto;
  min-height: 20rem;
}

.logo-qro img {
  min-height: 331px;
}

.contenido-nosotros-2b {
  gap: 1rem;
}
@media (min-width: 1200px) {
  .contenido-nosotros-2b {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
    gap: 2rem;
  }
}

.contenido-nosotros-2-contenedor-desc {
  padding: 1rem;
}

.n-sub {
  color: #ffffff;
  text-align: center;
  text-transform: capitalize;
}

.n-desc {
  color: #ffffff;
  font-size: 1.6rem;
}

.n-direccion {
  color: #d2b154;
  font-size: 1.4rem;
  text-align: center;
}

.servicios {
  background-color: #183D35;
  padding: 5rem 0;
}
.servicios h3, .servicios p {
  text-align: center;
  color: #ffffff;
}
.servicios img {
  max-width: auto;
  max-height: 30rem;
  justify-content: center;
}
.servicios .nombre-servicio {
  color: #d2b154;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 3rem;
  margin-bottom: 2rem;
}

.servicio-galeria {
  overflow: hidden;
}
.servicio-galeria ul {
  display: flex;
  padding: 0rem;
  width: 400%;
  animation: automatico 15s infinite alternate linear;
}
.servicio-galeria li {
  width: 100%;
}
.servicio-galeria img {
  max-width: 100%;
  max-height: 30rem;
  justify-content: center;
}

@keyframes automatico {
  0% {
    margin-left: 0;
  }
  20% {
    margin-left: 0;
  }
  25% {
    margin-left: -100%;
  }
  45% {
    margin-left: -100%;
  }
  50% {
    margin-left: -200%;
  }
  70% {
    margin-left: -200%;
  }
  75% {
    margin-left: -300%;
  }
  100% {
    margin-left: -300%;
  }
}
.servicios-contenedor {
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 1rem;
}
.servicios-contenedor ul {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .servicios-contenedor {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
    gap: 3rem;
  }
}

.lista-servicios {
  margin: 0;
  padding: 0;
  list-style: none;
}
.lista-servicios li {
  padding: 1rem;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  font-size: 1.6rem;
}

.servicio {
  border-radius: 1rem;
}

.bg-verde {
  background-color: #183D35;
}
.bg-verde li:nth-child(odd) {
  color: #ffffff;
}

.bg-blanco {
  background-color: #ffffff;
}
.bg-blanco li {
  color: #000000;
}
.bg-blanco li:nth-child(odd) {
  background-color: #fcfcfc;
}

.quehacer {
  background-color: #ffffff;
}
.quehacer h3 {
  text-align: center;
  color: #000000;
  padding-top: 5rem;
}
.quehacer h3 span {
  color: #d2b154;
  font-size: 2.5rem;
}

.quehacer-contenedor {
  margin-top: 1rem;
  margin-bottom: 5rem;
}
.quehacer-contenedor p {
  text-align: justify;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .quehacer-contenedor {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    gap: 10rem;
  }
}

.conservicio {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  justify-content: center;
  gap: 2rem;
}
.conservicio p {
  font-weight: 700;
}

.sinservicio span {
  font-weight: 700;
}

.boton-qh {
  font-size: 2.5rem;
}

.boton-wa {
  display: grid;
  justify-content: center;
}

.boton-qh-wa {
  font-size: 2.5rem;
  background-color: #ffffff;
  border-radius: 10rem;
  width: 20%;
}

.ubicacion {
  background-color: #183D35;
  padding: 5rem;
}
.ubicacion h3 {
  color: #ffffff;
  text-align: center;
}

.ubicacion-contenedor {
  margin-bottom: 2rem;
}
.ubicacion-contenedor iframe {
  width: 100%;
  min-height: 30rem;
}
@media (min-width: 768px) {
  .ubicacion-contenedor {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    gap: 5rem;
  }
}

.ubicacion-info {
  display: grid;
  place-items: center;
}
.ubicacion-info p {
  color: #d2b154;
  font-size: 2.5rem;
  font-weight: 700;
}
.ubicacion-info span {
  color: #ffffff;
  font-weight: 400;
}

.instalaciones {
  padding: 5rem;
}
.instalaciones h3 {
  text-align: center;
}

.instalaciones-imagenes {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  gap: 2rem;
}
@media (min-width: 768px) {
  .instalaciones-imagenes {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
    gap: 2rem;
  }
}

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  background-color: rgba(0, 0, 0, 0.5);
}
.overlay picture {
  display: block;
  max-width: 80rem;
}

.btn-cerrar {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #ffffff;
  color: #000000;
  display: grid;
  place-items: center;
  font-weight: 700;
}
.btn-cerrar:hover {
  cursor: pointer;
}

.contacto {
  background-color: #183D35;
  padding: 5rem;
}
.contacto h3 {
  text-align: center;
  color: #ffffff;
}

.contacto-contenedor {
  background-color: #858585;
  border-radius: 1rem;
  padding: 2rem;
  width: min(120rem, 100%);
}

.formulario fieldset {
  border: none;
}
.formulario legend {
  text-align: center;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 2rem;
  color: #d2b154;
}

@media (min-width: 768px) {
  .contenedor-campos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    gap: 1rem;
  }
  .contenedor-campos .campo:nth-child(3), .contenedor-campos .campo:nth-child(4) {
    grid-column: 1/3;
  }
}

.campo {
  margin-bottom: 1rem;
}
.campo label {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 0.5rem;
  display: block;
}
.campo textarea {
  height: 20rem;
}

.input-text {
  width: 100%;
  border: none;
  padding: 1.5rem;
  border-radius: 0.5rem;
}

@media (min-width: 768px) {
  .enviar {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    gap: 1rem;
    width: 100%;
  }
  .enviar .boton-enviar:nth-child(1) {
    grid-column: 2/3;
  }
}

.site-footer {
  background-color: #000000;
  margin-bottom: 0;
  max-height: 30rem;
  padding-top: 1rem;
}
.site-footer p {
  color: #d2b154;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .site-footer {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    gap: 5rem;
  }
}

.desc {
  color: #dedddc;
}

.site-footer-nosotros {
  padding-left: 5rem;
}

.site-footer-legales {
  padding-left: 5rem;
}
.site-footer-redes {
  padding-left: 5rem;
}
.by {
  background-color: #858585;
  padding: 0.2rem;
}
.by p {
  text-align: center;
  color: #ffffff;
}

.contenedor-indicaciones {
  text-align: justify;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.contenedor-btn-regreso {
  padding-bottom: 10rem;
}
@media (min-width: 768px) {
  .contenedor-btn-regreso {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    gap: 1rem;
    width: 50%;
  }
  .contenedor-btn-regreso .boton-regresar:nth-child(1) {
    grid-column: 2/3;
  }
}

.saldo {
  padding: 5rem;
}
.saldo h3 {
  text-align: center;
}

.contenedor-saldo {
  display: grid;
  align-items: center;
  width: 50%;
}

.boton-saldo {
  background-color: #183D35;
}