@font-face {
  font-family: "gothambook";
  src: url("../fonts/gothambook.eot");
  src: url("../fonts/gothambook.eot") format("embedded-opentype"), url("../fonts/gothambook.woff2") format("woff2"), url("../fonts/gothambook.woff") format("woff"), url("../fonts/gothambook.ttf") format("truetype"), url("../fonts/gothambook.svg#gothambook") format("svg");
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: "gothambook";
  font-size: 1rem;
  line-height: 1.3;
}

p {
  text-align: justify;
  margin-bottom: 10px;
}

.text-center {
  text-align: center;
}

.text-danger {
  color: #dc3545;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.bold {
  font-weight: bold;
}

.container {
  width: auto;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

.movil {
  display: none;
}

@media screen and (max-width: 576px) {
  .desktop {
    display: none;
  }
  .movil {
    display: block;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1050px;
  }
}
header {
  background-color: #0B5BAD;
  background-image: url(../img/personas.png);
  background-position: 50vw 100%;
  background-repeat: no-repeat;
  background-size: 45%;
  color: white;
  margin-bottom: 30px;
  padding-block: 160px;
}
@media screen and (max-width: 992px) {
  header {
    padding-block: 90px;
  }
}
@media screen and (max-width: 768px) {
  header {
    background-position: 240% 100%;
    background-size: 90%;
    padding-block: 60px;
  }
}
header .container {
  display: flex;
  flex-direction: column;
}
header .contenido {
  font-size: 4rem;
  line-height: 1;
}
@media screen and (max-width: 992px) {
  header .contenido {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  header .contenido {
    font-size: 2rem;
    line-height: 1.3;
    text-align: center;
  }
}
header img {
  width: 300px;
}
@media screen and (max-width: 768px) {
  header img {
    margin: auto;
    margin-bottom: -10px;
  }
}

footer {
  margin-bottom: 30px;
  margin-top: 50px;
}
@media (max-width: 576px) {
  footer {
    margin-top: 30px;
  }
}
footer .imagenes {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-bottom: 10px;
}
footer .imagenes img {
  max-width: 220px;
}
@media screen and (max-width: 768px) {
  footer .imagenes img {
    max-width: 140px;
  }
}

.tabs .accordion {
  align-items: center;
  background-color: #0B5BAD;
  border-radius: 15px;
  border: none;
  color: white;
  cursor: pointer;
  display: flex;
  font-family: inherit;
  font-size: inherit;
  font-weight: 700;
  gap: 8px;
  margin-bottom: 10px;
  outline: none;
  padding: 6px 35px 6px 18px;
  position: relative;
  text-align: left;
  transition: 0.4s;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .tabs .accordion {
    font-size: 14px;
  }
}
.tabs .accordion::after {
  border-style: solid;
  border-width: 1px 1px 0 0;
  bottom: 0;
  content: " ";
  height: 10px;
  margin: auto;
  position: absolute;
  right: 22px;
  top: 0;
  transform: rotate(45deg);
  transition: 0.2s ease-in-out;
  vertical-align: top;
  width: 10px;
}
.tabs .accordion img {
  width: 40px;
}
.tabs .panel {
  background-color: white;
  max-height: 0;
  overflow: hidden;
  padding: 0 18px;
  transition: max-height 0.2s ease-out;
}
.tabs .panel p {
  margin-bottom: 5px;
}
.tabs .panel ul {
  margin-bottom: 5px;
}
.tabs .panel ul li {
  list-style-type: disc;
  list-style: inside;
}
.tabs .panel p:last-child, .tabs .panel ul:last-child {
  margin-bottom: 30px;
}
.tabs .active:after {
  transform: rotate(135deg);
  transition: 0.2s ease-in-out;
}

/*# sourceMappingURL=styles.css.map */
