@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
.blanco {
  color: #FFF;
}

.verde {
  background-color: #03615B;
}

/*! 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 {
  box-sizing: border-box;
  font-size: 42.5%;
}

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

/*Globales*/
img {
  width: 100%;
}

a {
  text-decoration: none;
}

h1 {
  text-transform: uppercase;
  letter-spacing: 0.5rem;
  font-size: 4.5rem;
  text-align: center;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}

h2 {
  text-transform: uppercase;
  color: #474444;
  text-align: center;
  font-size: 3.5rem;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}

h3 {
  text-align: center;
  font-size: 2rem;
  color: #141414;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}

h3:hover {
  color: #131fc5;
}

hr {
  border: 1px solid #0a54d1;
  width: 10%;
  margin-bottom: 3rem;
}

.contenedor {
  margin: 0 50px;
  max-width: 2000px;
}
.contenedor a {
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-size: 14px;
  color: #141414;
}

.nav-bg {
  background-color: #fff;
}

header .contenedor nav a {
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-size: 14px;
  color: #141414;
}

p {
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-size: 2.2rem;
  text-align: justify;
}

table, input[type=text], select {
  font-family: Arial, Helvetica, sans-serif;
}

/* Login */
.centrar {
  text-align: center;
}
@media (min-width: 769px) {
  .centrar {
    justify-content: center;
    align-items: center;
    width: 33%;
  }
}

@media (min-width: 769px) {
  .centrar-campos {
    justify-content: center;
    align-items: center;
  }
}

/*Contacto*/
.error {
  width: 80%;
  margin: 0 auto;
  background-color: red;
  text-align: center;
  color: #FFF;
  padding: 1rem;
  font-size: 1.6rem;
  text-transform: uppercase;
}

.correcto {
  width: 80%;
  margin: 0 auto;
  background-color: #07a812;
  text-align: center;
  color: #FFF;
  padding: 1rem;
  font-size: 1.6rem;
  text-transform: uppercase;
}

.formulario__contacto {
  margin-bottom: 3rem;
}

.form h3 {
  margin: 2rem;
  text-align: center;
  width: 90%;
}

.contacto_info::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #4091EC;
  opacity: 0.9;
}

.contacto_info {
  position: relative;
  background-image: url(../img/fondo.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.centro {
  text-align: center;
}

@media (max-width: 760px) {
  .contacto_info {
    display: none;
  }
}
.info_title {
  padding-top: 4rem;
  width: 20%;
  display: block;
  margin: 0 auto;
}

.info_items,
.info_title {
  text-align: center;
  position: relative;
  z-index: 0;
  color: #FFF;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-size: 1.8rem;
}

.info_items p {
  margin: 4rem;
  text-align: center;
}

.info_items a {
  color: #FFF;
}

.contenedor-campos {
  font-size: 2rem;
}

.formulario {
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}

.campo__field--textarea {
  height: 20rem;
}

.alinear-derecha {
  padding-bottom: 1rem;
}

.boton {
  background-color: #2A70E8;
  display: block;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  color: #FFF;
  text-align: center;
  padding: 1rem;
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: 700;
  margin: 2rem 3rem;
  border: none;
  width: 90%;
}

.boton:hover {
  cursor: pointer;
  background-color: #1060bb;
}

.boton-pro {
  background-color: #ddb813;
  display: block;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  color: #FFF;
  text-align: center;
  padding: 1rem;
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: 700;
  margin: 2rem 3rem;
  border: none;
  width: 90%;
}

.boton-pro:hover {
  cursor: pointer;
  background-color: #d89210;
}

.boton-for {
  background-color: #039e0a;
  display: block;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  color: #FFF;
  text-align: center;
  padding: 1rem;
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: 700;
  margin: 2rem 3rem;
  border: none;
  width: 90%;
}

.boton-for:hover {
  cursor: pointer;
  background-color: #28ac00;
}

.campo__label {
  display: block;
  margin-left: 3rem;
}

.campo__fielde {
  border: none;
  border-bottom: 1px solid #c4c3c3;
  margin-top: 1rem;
  margin-bottom: 2rem;
  width: 90%;
  padding: 2rem;
}

.campo__field {
  border: none;
  border-bottom: 1px solid #c4c3c3;
  margin-left: 3rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
  width: 90%;
  padding: 2rem;
}

@media (min-width: 768px) {
  .boton, .boton-pro, .boton-for {
    width: 30%;
    margin: 2rem auto;
  }

  .campo__label {
    padding-right: 2rem;
  }

  .campo__field {
    border: none;
    border-bottom: 1px solid #c4c3c3;
    padding: 2rem;
    width: 90%;
  }

  .combo {
    font-size: 2rem;
  }
}
.enviar {
  margin: 3rem;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn-danger {
  color: #fff;
  background-color: #dd1226;
  border-color: #dd1226;
  font-size: 2rem;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.modal-open {
  overflow: hidden;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

.modal-content {
  position: relative;
  margin-top: 30%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
@media (max-width: 768px) {
  .modal-content {
    width: 90%;
  }
}

.modal-title {
  padding: 2rem;
}

.btn-default {
  border: none;
  color: #000;
  background-color: white;
  font-size: 2rem;
  padding: 0;
  width: 20%;
  margin-left: 60%;
}

.btn-def {
  background-color: #0439aa;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  font-size: 2rem;
}

/* Set a style for all buttons */
button {
  background-color: #0439aa;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
}

button:hover {
  opacity: 0.8;
}

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s;
}

@-webkit-keyframes animatezoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@keyframes animatezoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.mitad {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.mitad .boton, .mitad .btn {
  width: 60%;
  border: none;
}
.mitad .boton {
  padding: 2rem;
  border-radius: 20px;
}
.mitad .btn {
  margin-top: 2rem;
  padding: 1.5rem;
  color: white;
}

@media (max-width: 768px) {
  .mitad {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .mitad .boton {
    margin: 0 auto;
  }
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #e0dfdf;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}
@media (min-width: 769px) {
  .sidenav {
    top: 9rem;
  }
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 2rem;
  color: black;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #000000;
}

.sidenav .closebtn {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 36px;
  margin-left: 10px;
  color: #faf7f7;
  padding: 1rem;
  background-color: red;
}

.md-footer {
  display: block;
}

textarea {
  margin: 0 auto;
  padding: 10px;
  width: 95%;
  height: 50px;
  resize: none;
  margin-bottom: 10px;
  font-size: 14px;
}
textarea::placeholder {
  color: #616161;
  font-style: italic;
}

#deleteBtn {
  background-color: #f52011;
  color: white;
  border: none;
  font-size: 14px;
  padding: 2rem;
  cursor: pointer;
}

#deleteBtn:hover {
  background-color: #d32f2f;
}

#closeBtn {
  background-color: #ccc;
  color: black;
  border: none;
  font-size: 14px;
}

#closeBtn:hover {
  background-color: #999;
}

/*Sedes individual*/
.contacto__principal {
  display: grid;
  grid-template-rows: repeat(3, auto);
  gap: 2rem;
}

.contacto {
  text-align: center;
  grid-row: 2/3;
  padding-bottom: 3rem;
}

.contacto h3 {
  font-size: 3rem;
}

.contacto p {
  font-size: 2.5rem;
  text-align: center;
  font-weight: bold;
}

.info {
  display: grid;
}
.info p {
  text-align: center;
  font-size: 2rem;
  color: #131fc5;
}

@media (max-width: 768px) {
  .contenedor .h2 {
    display: none;
  }
}
@media (min-width: 800px) {
  .contacto__principal {
    grid-template-columns: 30% 70%;
    grid-template-rows: 30% 70%;
    gap: 2rem;
  }

  .contacto {
    grid-column: 1/2;
    grid-row: 1/3;
    text-align: center;
  }

  .contacto h3 {
    font-size: 3rem;
  }

  .contacto p {
    font-size: 2.5rem;
    text-align: center;
    font-weight: bold;
  }

  .mapa iframe {
    width: 100%;
    height: 100%;
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
.horarios {
  gap: 2rem;
  background-color: #EEEEEE;
  margin-top: 4rem;
  padding: 3rem;
}

.horarios__cursos {
  background-color: #FFF;
  gap: 2rem;
}
@media (min-width: 768px) {
  .horarios__cursos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
.horarios__cursos h2 {
  padding-bottom: 1rem;
}

.back {
  background-color: #2A70E8;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.back h2, .back h3 {
  color: #FFF;
}

@media (min-width: 800px) {
  .contenido__cursos {
    margin: 0 auto;
    width: 1200px;
  }

  .contenido__curso_bancario {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, auto);
    gap: 2rem;
  }
}
.contenido__curso_bancario h4 {
  font-size: 2.5rem;
  color: #FFF;
  background-color: #2A70E8;
  text-align: center;
  margin: 0;
  padding: 1rem;
}

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 0.5rem;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
  font-size: 1.8rem;
  line-height: 2.6rem;
  text-align: justify;
  color: gray;
}

/*Pagina Cursos*/
.navegacion .scroll {
  font-size: 2.3rem;
}

@media (max-width: 768px) {
  .cajero_curso {
    display: grid;
    grid-template-rows: repeat(2, auto);
    grid-template-columns: 1fr;
  }

  .cursos__img {
    grid-row: 1/2;
  }

  .cajero {
    padding-top: 3rem;
  }
}
.paso p {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.8;
  margin: 2rem;
}

.paso_paso {
  background-color: #EEEEEE;
  padding-bottom: 3rem;
  padding-top: 3rem;
}

.paso {
  background-color: #FFF;
}

@media (min-width: 800px) {
  .monex_principal {
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-template-rows: repeat(3, auto);
    gap: 2rem;
  }

  .monex_contenido {
    grid-column: 1/3;
    grid-row: 1/3;
  }

  .horarios2 {
    display: flex;
    background-color: #FFF;
    gap: 2rem;
  }

  .monex_colaboracion {
    grid-column: 3/4;
    grid-row: 1/2;
  }
}
.monex_contenido {
  line-height: 1.8;
  margin-left: 2rem;
  margin-right: 2rem;
}

.monex_hora, .monex_hora2 {
  background-color: #07a812;
  width: 90%;
  margin: auto;
  margin-bottom: 3rem;
}
.monex_hora h3, .monex_hora2 h3 {
  padding: 2rem;
}

.monex_hora h2,
.monex_hora h3, .monex_hora2 h2,
.monex_hora2 h3 {
  color: #FFF;
  margin: 0;
}

.monex_hora hr,
.monex_hora2 hr {
  width: 80%;
}

.monex_colaboracion {
  border: 1px solid #2A70E8;
}

.monex_colaboracion img {
  width: 50%;
  margin-left: 23%;
}

.monex_colaboracion h2 {
  font-size: 2.4rem;
}

.contenido__monex {
  padding-top: 6rem;
}

.contenido__monex-uno {
  background-color: #FFF;
}

.contenido__monex-uno p {
  line-height: 1.8;
  text-align: center;
}

@media (min-width: 800px) {
  .basico__principal {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 10rem;
  }

  .basico__contenido {
    grid-column: 1/3;
  }

  .basico_hora {
    grid-column: 3/4;
  }
}
.basico__contenido {
  line-height: 1.6;
  margin-left: 2rem;
  margin-right: 2rem;
}

.basico_hora {
  background-color: #07a812;
  width: 90%;
  margin: auto;
}

.basico_hora h2,
.basico_hora h3 {
  color: #FFF;
  margin: 0;
  padding: 2rem;
}

.basico_hora hr {
  width: 80%;
}

.alerta {
  display: inline-block;
  padding: 0.5rem;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin: 1rem 4rem;
  width: 90%;
  color: #FFF;
}
.alerta.error {
  background-color: #c90505;
}
.alerta.exito {
  background-color: #027702;
}

@media (max-width: 768px) {
  table .oculto {
    display: none;
  }
}
table.news {
  margin-top: 3rem;
  width: 90%;
  border-spacing: 0;
  margin: 0 auto;
}
table.news thead {
  background-color: #f1f1f1;
}
table.news thead th {
  color: black;
  font-weight: bold;
  padding: 1.5rem;
  font-size: 1.8rem;
}
table.news tbody td {
  text-align: center;
  font-size: 1.8rem;
  height: 40px;
  overflow: hidden;
  border-bottom: 1px solid #2A70E8;
}
table.news tbody td a {
  font-size: 1.5rem;
  margin: 0;
}
table.news tbody td a:visited {
  color: #0000EE;
}

.hori {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.hori button {
  padding: 0;
  background-color: white;
  color: red;
}

.ver_licencia p {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  text-align: center;
}
.ver_licencia p span {
  font-weight: normal;
}

.imagen_crear {
  width: 0 auto;
  margin: 1rem 0 5rem 5rem;
  display: block;
  padding: 1rem 0;
}

.subir_img {
  margin: 3rem;
}

.boton-eliminar {
  background-color: red;
  font-size: 1.8rem;
  color: #FFF;
  border: none;
  padding: 0.5rem;
  text-transform: uppercase;
  cursor: pointer;
  margin-bottom: 0.4rem;
}

.boton-editar {
  background-color: green;
  color: #FFF;
  padding: 0.5rem 2rem;
  text-transform: uppercase;
  cursor: pointer;
}

a.disabled {
  pointer-events: none;
  cursor: default;
  color: cornflowerblue;
}

.fa-check {
  color: #027702;
}

.fa-times {
  color: #c90505;
}

.fa-power-off {
  color: #ff0101;
}

.boton-pagar {
  background-color: green;
  color: #FFF;
  padding: 0.5rem 1rem;
  cursor: pointer;
}

.boton-rechazo {
  background-color: red;
  color: #FFF;
  padding: 0.5rem 1rem;
  cursor: pointer;
}

.buscador {
  display: flex;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .buscador {
    display: block;
  }
}

.bus {
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .bus {
    margin: 0;
  }
}

.sele {
  width: 30%;
}
@media (max-width: 768px) {
  .sele {
    width: 90%;
    margin-top: 0;
  }
}

#myInput {
  margin-left: 8rem;
  width: 90%;
  padding: 1.5rem;
  font-size: 1.9rem;
}
@media (max-width: 768px) {
  #myInput {
    margin: 3rem;
    width: 90%;
  }
}

.bo {
  padding: 1rem 2rem;
  margin: 0 auto;
}

.ocu {
  display: none;
}

@media (min-width: 769px) {
  .botones {
    display: flex;
    width: 90%;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
  }
  .botones .boton:visited, .botones .boton-for:visited, .botones .boton-pro:visited {
    color: white;
  }
}
.notificacion {
  position: absolute;
  width: max-content;
  left: 0;
  right: 0;
  bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 6px;
  background-color: #313e2c;
  color: #aaec8a;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  animation: fade-in 3s linear;
  padding: 2rem;
  font-size: 2rem;
}

.notificacion_icon {
  height: 20px;
  width: 26px;
  margin-right: 4px;
}

.notificacion_body {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 16px 8px;
}

.notificacion_progreso {
  position: absolute;
  left: 4px;
  bottom: 4px;
  width: calc(100% - 8px);
  height: 3px;
  transform: scaleX(0);
  transform-origin: left;
  background: linear-gradient(to right, #313e2c, #aaec8a);
  border-radius: inherit;
  animation: progress 2.5s 0.3s linear;
}

@keyframes fade-in {
  5% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  95% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes progress {
  to {
    transform: scaleX(1);
  }
}
/* Estilo de la tabla */
.tabla-licencia {
  margin: 0 auto;
  width: 90%;
  font-size: 2rem;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.tabla-licencia th, .tabla-licencia td {
  text-align: center;
  padding: 8px;
  border-bottom: 1px solid #ddd;
}

.tabla-licencia td {
  background-color: #e5e8ec;
  color: black;
  font-weight: bold;
}

.tabla-licencia th {
  width: 30%;
  background-color: #f9f9f9;
}

/* Estilo para el enlace de descarga */
.documento-link {
  display: inline-block;
  color: #007BFF;
  text-decoration: none;
  font-size: 2rem;
}

.documento-link i {
  margin-right: 5px;
}

.documento-link:hover {
  text-decoration: underline;
}

/* Media queries para pantallas pequeñas */
@media (max-width: 768px) {
  .contenido-principal {
    margin-left: 170px;
    padding: 15px;
  }

  .contenido-principal h2 {
    font-size: 1.5rem;
  }

  .tabla-licencia th, .tabla-licencia td {
    padding: 10px;
  }
}
.bodyy {
  width: 100%;
  height: 100vh;
  background: #081b29;
  display: grid;
  justify-content: center;
  align-items: center;
  color: #fff;
}

::-webkit-input-placeholder {
  color: #dadada;
}

.wrapper {
  position: relative;
  width: 800px;
  height: 65vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 3px solid #00ffff;
  box-shadow: 0 0 50px 0 #00a6bc;
}

.form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

a.submit {
  color: #0ef;
  text-align: center;
}
a.submit:visited {
  color: #0ef;
}

.title {
  font-size: 35px;
}

.inp {
  padding-bottom: 10px;
  border-bottom: 2px solid #eee;
}

.input {
  border: none;
  outline: none;
  background: none;
  width: 260px;
  margin-top: 40px;
  padding-right: 10px;
  font-size: 17px;
  color: #0ef;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.submit {
  border: none;
  outline: none;
  width: 288px;
  margin-top: 25px;
  padding: 10px 0;
  font-size: 20px;
  border-radius: 40px;
  letter-spacing: 1px;
  cursor: pointer;
  background: linear-gradient(45deg, #0066ff, #00ff628e);
}

.foooter {
  margin-top: 30px;
  letter-spacing: 0.5px;
  font-size: 14px;
}

.link {
  color: #0ef;
  text-decoration: none;
  font-size: 14px;
}
.link:hover {
  text-decoration: underline;
}

.banner {
  position: absolute;
  top: 0;
  right: 0;
  width: 450px;
  height: 100%;
  background: linear-gradient(to right, #0066ff, #00ff628e);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 60% 100%);
  padding-right: 50px;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

@media (max-width: 768px) {
  .bodyy {
    display: flex;
  }

  .banner {
    display: none;
  }

  .wrapper {
    width: 90%;
    display: inline;
  }

  .title {
    font-size: 25px;
  }

  .submit {
    width: 60%;
    margin-top: 25px;
    padding: 10px 0;
    font-size: 20px;
  }

  .non {
    display: none;
  }

  .form {
    margin-top: 20%;
  }

  .inp {
    width: 80%;
  }
}
.wel_text {
  font-size: 40px;
  margin-top: -60px;
  line-height: 10px;
}

.par {
  font-size: 18px;
}

.para {
  margin-top: 10px;
  text-align: right;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 1px;
}

.wrapper .form .alert {
  background-color: none;
  color: red;
  font-size: 20px;
  font-weight: bold;
  width: 80%;
  text-align: center;
}

/*Navegación*/
.header {
  background-color: #07a812;
  display: flex;
  justify-content: space-around;
  padding: 1rem;
}

.barra {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 1rem;
  align-items: center;
}
.barra .lad .ladA {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .barra .lad a span {
    display: none;
  }
}

@media (min-width: 769px) {
  .nav_oculto {
    display: none;
  }
}

.navegacion {
  display: none;
}
@media (min-width: 769px) {
  .navegacion {
    display: flex;
  }
  .navegacion a {
    margin-right: 2rem;
  }
  .navegacion a:last-of-type {
    margin-right: 0;
  }
  .navegacion a:hover {
    text-decoration: underline;
  }
}
.navegacion a {
  padding: 1rem 2rem;
  color: #FFF;
  text-decoration: none;
  font-size: 2.4rem;
  cursor: pointer;
  display: block;
  text-align: center;
  margin-bottom: 1rem;
}
.navegacion a:hover {
  text-decoration: underline;
}

.nav-bar-left {
  transition: width 0.5s;
  overflow: hidden;
  position: fixed;
  margin-top: 50.5px;
  width: 250px;
  height: 100%;
  background-color: #fff;
  z-index: 0;
  -moz-box-shadow: 21px 0px 40px -40px rgba(0, 0, 0, 0.37);
  box-shadow: 21px 0px 40px -40px rgba(0, 0, 0, 0.37);
}
@media (max-width: 768px) {
  .nav-bar-left {
    display: none;
  }
}
.nav-bar-left ul {
  padding: 0;
}
.nav-bar-left ul li {
  font-size: 16px;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  list-style: none;
  cursor: pointer;
  width: 100%;
  padding: 15px;
}
.nav-bar-left ul li:hover {
  background-color: lightgray;
}
.nav-bar-left ul li a {
  display: flex;
  /* Para alinear icono y texto */
  align-items: center;
}
.nav-bar-left ul li a:visited {
  color: #0000EE;
}
.nav-bar-left ul li a i {
  margin-right: 8px;
  /* Espacio entre el icono y el texto */
}

.minimizada {
  display: block;
  width: 50px;
  overflow-x: hidden;
  transition: 0.5s;
  z-index: 11;
  border-right: 0.2px solid rgba(194, 194, 194, 0.37);
}
.minimizada ul ul li a {
  margin-left: 0px;
}
.minimizada ul button span {
  display: none;
}
.minimizada ul li a span {
  display: none;
}

.fijo {
  box-shadow: 0.1rem 0.1rem 3rem #888;
}
@media (min-width: 769px) {
  .fijo {
    left: 0;
    top: 0;
    position: fixed;
    width: 100%;
    box-shadow: 0.1rem 0.1rem 3rem #888;
    z-index: 10;
  }
}

.lin {
  padding: 5px;
  cursor: pointer;
}
.lin #boton-toggle {
  margin-right: 10px;
}
.lin a {
  font-size: 20px;
}

.contenido__principal {
  padding-bottom: 5rem;
}
@media (min-width: 769px) {
  .contenido__principal {
    overflow-x: hidden;
    transition: 0.5s;
    margin-left: 250px;
    padding-top: 60px;
    text-align: center;
  }
}

@media (min-width: 480px) {
  .max_w {
    margin-left: 0;
  }
}
.max_w {
  overflow-x: hidden;
  transition: 0.5s;
  margin-left: 50px;
}

.nosotros__contenido-principal {
  color: #343834;
  font-size: 1.8rem;
  line-height: 2.5;
  text-align: center;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  margin-left: 2rem;
  margin-right: 2rem;
}

.nosotros__img {
  grid-row: 1/2;
}
@media (min-width: 768px) {
  .nosotros__img {
    grid-column: 2/3;
  }
}

.nosotros__boton {
  background-color: #2A70E8;
  color: #FFF;
  padding: 2rem 3rem;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
  border-radius: 4rem;
  text-align: center;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}
@media (max-width: 768px) {
  .nosotros__boton {
    display: block;
    padding: 1rem 4rem;
    border-radius: 0;
  }
}

.nosotros__boton:hover {
  background-color: #1060bb;
}

/*Card*/
.convenios__principal {
  margin-top: 0;
}

@media (min-width: 769px) {
  .convenios__principal {
    margin-top: 20rem;
  }
}
.cursos {
  border-radius: 15px;
  margin: 10px;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 17px 1px rgba(0, 0, 0, 0.58);
  -moz-box-shadow: 0px 0px 17px 1px rgba(0, 0, 0, 0.58);
  box-shadow: 0px 0px 17px 1px rgba(0, 0, 0, 0.58);
}

.card {
  padding-bottom: 2rem;
}
.card .boton {
  margin-top: 6rem;
}

.card__principal {
  margin: 0 auto;
  max-width: 1200px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
  margin: 20px;
}
@media (min-width: 480px) {
  .card__principal {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 769px) {
  .card__principal {
    grid-template-columns: repeat(3, 1fr);
  }
}

.card__principal1 {
  margin: 0 auto;
  max-width: 1200px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}
@media (min-width: 480px) {
  .card__principal1 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 769px) {
  .card__principal1 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.sombra {
  -webkit-box-shadow: 0px 16px 17px 1px rgba(130, 130, 130, 0.57);
  -moz-box-shadow: 0px 16px 17px 1px rgba(130, 130, 130, 0.57);
  box-shadow: 0px 16px 17px 1px rgba(130, 130, 130, 0.57);
}
.sombra:hover {
  -webkit-box-shadow: 0px 16px 17px 12px rgba(130, 130, 130, 0.57);
  -moz-box-shadow: 0px 16px 17px 12px rgba(130, 130, 130, 0.57);
  box-shadow: 0px 16px 17px 12px rgba(130, 130, 130, 0.57);
}

.sombra3 {
  -webkit-box-shadow: 0px 16px 17px 1px rgba(130, 130, 130, 0.57);
  -moz-box-shadow: 0px 16px 17px 1px rgba(130, 130, 130, 0.57);
  box-shadow: 0px 16px 17px 1px rgba(130, 130, 130, 0.57);
}

.sombra1 {
  display: grid;
  -webkit-box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, 0.75);
  border-radius: 15px;
}
.sombra1 p {
  text-align: center;
}
.sombra1 a {
  font-size: 2rem;
  text-align: center;
  background-color: #2A70E8;
  color: #FFF;
  padding: 1rem 2rem;
  text-decoration: none;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
}
.sombra1 a:hover {
  background-color: blue;
}

/*Sección Info*/
.informacion__principal a img {
  width: 100%;
}
@media (min-width: 769px) {
  .informacion__principal {
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 73% 30%;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

@media (min-width: 769px) {
  .img-responsive {
    width: 85rem;
  }
}

@media (min-width: 769px) {
  .informacion__img {
    width: 100%;
  }
}

.nombre__sede {
  font-size: 2.5rem;
  color: #000;
}

/*FaQ*/
.card2 {
  margin-bottom: 1rem;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  width: 80%;
  margin-left: 10%;
  background-color: #FFF;
}

.container-input {
  text-align: left;
  padding: 3rem 0;
  border-radius: 6px;
  width: 100%;
  margin-left: 3rem;
  margin-bottom: 1rem;
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile + label {
  max-width: 80%;
  font-size: 2.25rem;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 0.625rem 1.25rem;
}

.inputfile + label svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
  margin-top: -0.25em;
  margin-right: 0.25em;
}

.iborrainputfile {
  font-size: 2rem;
  font-family: "Lato";
}

.inputfile-7 + label {
  color: #2A70E8;
}

.inputfile-7 + label {
  border: 1px solid #cecdcd;
  font-size: 2rem;
  background-color: #fff;
  padding: 0;
}

.inputfile-7:focus + label,
.inputfile-7.has-focus + label,
.inputfile-7 + label:hover {
  border-color: #0f0f0f;
}

.inputfile-7 + label span,
.inputfile-7 + label strong {
  padding: 0.625rem 1.25rem;
}

.inputfile-7 + label span {
  width: 200px;
  min-height: 1em;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
}

.inputfile-7 + label strong {
  height: 100%;
  color: #fff;
  background-color: #2A70E8;
  display: inline-block;
}

.inputfile-7:focus + label strong,
.inputfile-7.has-focus + label strong,
.inputfile-7 + label:hover strong {
  background-color: #0450a7;
}

@media screen and (max-width: 50em) {
  .inputfile-7 + label strong {
    display: block;
  }
}
.bottom-left {
  position: absolute;
  top: 20%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  color: white;
}

.image-box {
  position: relative;
  margin: auto;
  overflow: hidden;
  border-radius: 15px;
  width: 80%;
}

.image-box img {
  max-width: 100%;
  transition: all 0.3s;
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1);
}

.image-box:hover img {
  transform: scale(1.1);
}

.image-box .content {
  position: absolute;
  /* Position the background text */
  bottom: 0;
  /* At the bottom. Use top:0 to append it to the top */
  background: black;
  /* Fallback color */
  background: rgba(0, 0, 0, 0.5);
  /* Black background with 0.5 opacity */
  color: #f1f1f1;
  /* Grey text */
  width: 100%;
  /* Full width */
  padding: 30px;
  /* Some padding */
}

@media (min-width: 769px) {
  .recap {
    margin: 0 auto;
  }
}

.fa-caret-down {
  float: right;
  padding-right: 8px;
}

.fa-check-square {
  margin-right: 7px;
}

.dropdown-container {
  display: none;
  background-color: #e7e7e7;
  padding-left: 8px;
  margin: 0;
  transition: height 1s;
}
.dropdown-container li {
  padding: 0;
}
.dropdown-container li a {
  font-size: 15px;
  margin-left: 40px;
}

.dropdown-btn:hover {
  background-color: lightgray;
}

.dropdown-btn {
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  padding: 15px;
  margin: 0;
  text-decoration: none;
  font-size: 16px;
  color: #0000EE;
  display: block;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
  transition: color 1s;
}

.disabled-link {
  pointer-events: none;
  opacity: 0.5;
  cursor: default;
}

#paginacion {
  margin-top: 20px;
  text-align: center;
}

#paginacion a:hover {
  background-color: #2724df;
  color: #fff;
}

.pagina-inicial {
  display: inline-block;
  padding: 8px 12px;
  margin: 0 3px;
  background-color: #f0f0f0;
  color: #333;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  font-size: 1.8rem;
}

.pagina-activa {
  background-color: #595353;
  /* rojo suave */
  color: white;
  font-weight: bold;
}

.body {
  background-image: url(../img/heroo.webp);
  background-size: cover;
  background-attachment: fixed;
  /* Esto mantiene la imagen fija mientras se desplaza la página */
  background-position: center center;
  /* Centra la imagen horizontal y verticalmente */
  background-repeat: no-repeat;
  /* Evita que la imagen se repita */
}

@media (min-width: 769px) {
  .heros {
    background-image: url(../img/heroo.webp);
  }

  .hero__general {
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (min-width: 769px) and (max-width: 768px) {
  .cajero {
    margin-top: 0;
  }
}
@media (min-width: 769px) {
  .contenedor-hero {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 769px) {
  .centrado {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 769px) {
  .contenedor-hero h1,
.contenedor-hero h2 {
    color: #FFF;
  }
}
/*Footer*/
.footer__nav {
  background-color: #2A70E8;
  height: 6rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.footer__nav a {
  color: #FFF;
  font-size: 3.5rem;
}

.footer__vl {
  border-left: 2px solid #FFF;
  height: 50px;
}

.footer {
  background-color: #26272B;
}

.footer__info,
.footer__ayuda,
.footer__nosotros {
  font-size: 1.8rem;
  color: #FFF;
}

.footer__info p {
  line-height: 1;
}

.footer__info h2,
.footer__ayuda h2,
.footer__nosotros h2 {
  margin: 0;
  padding-top: 2rem;
  font-size: 2.5rem;
  color: #FFF;
}

.footer__info li,
.footer__ayuda li,
.footer__nosotros li {
  list-style: none;
  line-height: 2.9;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}

.footer__ayuda a,
.footer__nosotros a {
  color: #FFF;
}

.footer__ayuda a:hover,
.footer__nosotros a:hover {
  color: #2A70E8;
}

.footer__copyright p {
  margin: 0;
  font-size: 1.7rem;
  text-align: center;
  color: #FFF;
  padding-bottom: 2rem;
}
.footer__copyright a {
  color: #FFF;
}
.footer__copyright a:hover {
  color: #2A70E8;
}

.footer hr {
  border-color: #ececec;
  opacity: 0.2;
  width: 80%;
  margin-top: 2rem;
}

@media (min-width: 769px) {
  .footer__centro {
    display: flex;
    justify-content: space-evenly;
    margin: 0 auto;
  }
}

@media (min-width: 769px) {
  .footer__imagen {
    margin: 0 auto;
    display: grid;
    justify-content: center;
    align-items: center;
    grid-template-columns: repeat(4, auto);
    gap: 3rem;
  }
}
@media (max-width: 760px) {
  .footer__imagen {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(3, auto);
    justify-content: center;
    align-items: center;
    width: 99%;
    gap: 2rem;
  }
}

@media (min-width: 769px) {
  .capa {
    width: 20rem;
  }
}
@media (max-width: 760px) {
  .capa {
    grid-row: 3/4;
    grid-column: 1/3;
  }
}

@media (min-width: 769px) {
  .logo {
    width: 10rem;
  }
}
@media (max-width: 760px) {
  .logo {
    grid-row: 1/2;
    grid-column: 1/2;
  }
}

@media (min-width: 769px) {
  .aenor {
    width: 6rem;
  }
}
@media (max-width: 760px) {
  .aenor {
    grid-row: 1/2;
    grid-column: 2/3;
  }
}

@media (min-width: 769px) {
  .compras {
    width: 20rem;
  }
}
@media (max-width: 760px) {
  .compras {
    grid-row: 2/3;
    grid-column: 1/3;
  }
}