@import url("https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@800&display=swap");

html {
  box-sizing: border-box;
}

*,
*:after,
*:before {
  box-sizing: inherit;
}

body {
  font-family: "Nanum Gothic", sans-serif;
}
.btn.btn-link.collapsed {
  background-color: white;
  color: #038b31;
}
.btn.btn-link {
  background-color: #038b31;
  color: white;
}
.dropdown-menu {
  left: inherit;
  right: 0px;
}
h1 {
  font-size: 1.3rem;
}
h2 {
  font-size: 1rem;
}
h3 {
  font-size: 1rem;
}
h5 {
  font-size: 0.6rem;
}
.container {
  max-width: 1070px !important;
  width: 90% !important;
}
.datopersonal {
  font-size: 1rem;
}
.puesto,
.celularfecoac,
.emailfecoac,
.namefuncionario {
  font-size: 1rem;
  height: 36px;
  padding-top: 5px;
}
.colorprimary {
  color: #038b31 !important;
}
.colorprimary-title {
  font-size: 1.4rem;
  margin-bottom: 1.25rem;
  color: #000 !important;
  font-family: "Nanum Gothic", sans-serif;
  font-weight: 900;
}
.colorprimary-title-inter {
  font-weight: bold;
  font-size: 1.3rem;
  margin-bottom: 1.25rem;
  color: #fff;
}
.bgprimary {
  background-color: #038b31 !important;
}
.bgsecondary {
  background-color: #5baf75;
}
.bdcalentar {
  border: 1px solid #f9e63d;
  text-align: center;
  padding: 2rem 0;
}
.blr {
  border-left: 10px solid #ec1b23;
  padding-left: 1rem;
  font-size: 1rem;
}
.datosficha {
  font-size: 1rem;
  color: #038b31;
}
.bgsnec {
  background-color: #fcf3a2;
}
.bgfecoac {
  background-color: #f9e63d;
}
.bgeventos {
  background-color: #ffdd00;
}
.bigtext {
  font-weight: 700;
  font-size: 4rem;
  font-family: "Nanum Gothic", sans-serif;
}
.datosresaltados {
  font-weight: 800;
  font-size: 2.5rem;
  font-family: "Nanum Gothic", sans-serif;
  letter-spacing: -1px;
}
.blb {
  border-left: 10px solid #005fae;
  padding-left: 1rem;
  font-size: 1rem;
}
.ble {
  border-left: 10px solid #065f00;
  padding-left: 1rem;
  font-size: 1rem;
}
.indicadorred {
  border-left: 10px solid #ec1b23;
}
.indicadorblue {
  border-left: 10px solid #005fae;
}

.personal {
  /* border-radius: 50%; */
  overflow: hidden;
  width: 136px;
  height: 136px;
  margin: 0 auto;
  background-color: gray;
}
.personal img {
  width: 100%;
}
.funcionario {
  border-radius: 50%;
  overflow: hidden;
  width: 36px;
  height: 36px;
}
.funcionario img {
  width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
.logo {
  max-width: 400px;
  margin-left: 1rem;
}
.bienvenidos {
  font-size: 21px;
}
.redes {
  display: flex;
  justify-content: flex-end;
  /* position: absolute; */
  /* right: 0; */
  top: 10%;
}
.card-body h2 {
  font-size: 1rem;
}
.card-body p {
  font-size: 0.8rem;
}
.btncontact {
  background-color: #038b31;
  color: white;
  padding: 10px 10px 10px 10px;
  margin-right: 5px;
  font-size: 11px;
}
.btnmoodle {
  background-color: #faef5a;
  color: #038b31;
  padding: 10px 10px 10px 10px;
  margin-right: 5px;
  font-size: 11px;
  font-weight: bold;
}
.redesfooter {
  display: flex;
}
.dropdown-menu {
  background-color: #4c534e;
  color: white;
}
.dropdown-item {
  color: white;
}
.dropdown-menu {
  min-width: 20rem;
}
.dropdown-menu a {
  white-space: normal;
  font-size: 14px;
}
.dropdown-item:hover {
  background-color: #5baf75;
}
.circulo {
  border-radius: 50%;
  background-color: #038b31;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin: 0.2rem;
  color: white !important;
}
.bbw {
  border-bottom: #ffc107 solid 2px;
  display: inline;
  font-size: 2rem;
}
.circulofooter {
  border-radius: 50%;
  background-color: #038b31;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin: 0.5rem;
  color: #cccccc !important;
}
.opciones {
  color: #444;
  font-size: 0.85rem;
  margin-bottom: 0.375rem;
}
.carousel-item.noticias {
  position: relative;
}
.line-carousel {
  /* position: absolute; */
  /* bottom: 0; */
  width: 100%;
  height: 1rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.line-carousel__item:nth-child(1) {
  background-color: #fcf3a2;
}
.line-carousel__item:nth-child(2) {
  background-color: #f9e63d;
}
.line-carousel__item:nth-child(3) {
  background-color: #f2d62c;
}
.textslide {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 123;
  text-align: center;
}
.textslide h1 {
  font-size: 2.7rem;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "Nanum Gothic", sans-serif;
  text-align: center;
  color: #fff;
}
.imagen-asistencia img {
  width: 100%;
}
.titrevista {
  padding: 1rem 0rem;
  font-size: 1rem;
}
.textslide p {
  margin-top: 2rem;
  font-size: 1.5rem;
  max-width: 500px;
  line-height: 2.2rem;
}
.btn-fecoac {
  background: #038b31;
  color: white;
  font-size: 1.3rem;
}
.phonecontact {
  width: auto;
  display: inline;
  font-size: 1.5rem;
}
.correocontacto {
  font-size: 1rem !important;
  text-align: center !important;
}
.amarillo-uno {
  background-color: #fcf3a2;
}
.amarillo-dos {
  background-color: #f9e63d;
}
.amarillo-tres {
  background-color: #f2d62c;
}
.btncategory {
  background-color: #5baf75;
  color: white;
  width: 100%;
  text-align: center;
  height: 100px;
  cursor: pointer;
  border: none;
}
.temas h5 {
  font-weight: 300;
}
.banner {
  width: 100%;
  position: relative;
}
.banner img {
  width: 100%;
}
.btnright {
  position: absolute;
  right: 0px;
  padding: 1.5rem 0rem 1.5rem 4rem;
  color: white;
  text-transform: uppercase;
  font-weight: 300;
  z-index: 123;
  top: 50%;
  width: 35%;
}
.btnright h2 {
  font-size: 1.5rem;
}
.copyright {
  color: #444;
  width: 100%;
  text-align: center;
  margin: 1rem 0;
  font-size: 13px;
}
.nav-item {
  font-size: 12px;
}
.titulares {
  font-family: "Roboto", sans-serif;
  display: inline;
  color: #4c4c4c;
  font-size: 2rem;
  border-bottom: 4px solid #038b31;
  margin: 2rem;
}
.titulareswhite {
  font-family: "Roboto", sans-serif;
  display: inline;
  color: #fff;
  font-size: 2rem;
  border-bottom: 4px solid #fff;
  margin: 2rem;
}
p {
  font-size: 0.8rem;
  color: #4c4c4c;
  margin: 2rem 0rem;
}
.greenbanner {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1rem 0rem;
}
.actualmente {
  background-image: url("../img/actualmente-img.jpg");
}
.reglamentacion {
  background-image: url("../img/bgreglamentacion.jpg");
}
.bgcapacitaciones {
  background-image: url("../img/bg-asesoramiente-verde.jpg");
}
.datosactualmente {
  min-height: 312px;
  vertical-align: middle !important;
}
.agenda {
  background-image: url("../img/bg-calendario-01.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bggray {
  background-color: #fff;
  color: #9e9e9e !important;
}
.fa-sort-down {
  position: absolute;
  margin-left: 10px;
  margin-top: -5px;
}
.accordion h2 {
  color: #4c4c4c !important;
  font-family: "Roboto", sans-serif;
}
.btn-link:hover {
  text-decoration: none !important;
}
.bg_gris {
  color: #f7f7f7;
}
.nominafuncionario {
  color: #4c4c4c;
}
.tittab {
  font-size: 2rem;
  background-color: #4c4c4c;
}
.fondogris {
  background-image: url("../img/bggris.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 1.5rem;
}
.fondoverde {
  background-image: url("../img/bggreen.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 1.5rem;
}
.nominafuncionario p {
  margin-top: 2rem;
  font-size: 1rem;
}
.titgreen {
  color: #5baf75;
  font-size: 1.3rem;
}
.campos {
  border: 1px solid #5baf75;
  color: #5baf75;
  width: 100%;
  padding: 0.475rem 0rem 0.475rem 0.7rem;
  margin: 0.5rem 0;
  font-size: 1.1rem;
  background-color: inherit;
  outline: none !important;
}
.enviar {
  padding: 0.5rem 3.5rem;
  margin-top: 0.7rem;
  background: #038b31;
  border-radius: 0px;
  border: none;
  text-align: center;
  color: white;
}
.enviar h3 {
  margin-bottom: 0px;
}
.vermas {
  font-family: "Roboto", sans-serif;
  padding: 0.5rem 2.5rem;
  border-radius: 0px;
  text-align: center;
  color: #038b31;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #038b31;
  cursor: pointer;
}
.vermas h3 {
  margin-bottom: 0px;
  font-size: 1.4rem;
}
.vermaspng {
  font-family: "Roboto", sans-serif;
  padding: 0.3rem 0.5rem;
  border-radius: 0px;
  text-align: center;
  color: #038b31;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #038b31;
  cursor: pointer;
  font-size: 1.3rem;
  font-weight: 300;
}
.gradient-left {
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(232, 232, 232, 1) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(232, 232, 232, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(232, 232, 232, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e8e8e8",GradientType=1);
}
.gradient-right {
  background: rgb(232, 232, 232);
  background: -moz-linear-gradient(
    90deg,
    rgba(232, 232, 232, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(232, 232, 232, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(232, 232, 232, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e8e8e8",endColorstr="#ffffff",GradientType=1);
}
.gradientvertical {
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 20%,
    rgba(255, 255, 255, 1) 20%,
    rgba(255, 255, 255, 1) 46%,
    rgba(232, 232, 232, 1) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 20%,
    rgba(255, 255, 255, 1) 20%,
    rgba(255, 255, 255, 1) 46%,
    rgba(232, 232, 232, 1) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 20%,
    rgba(255, 255, 255, 1) 20%,
    rgba(255, 255, 255, 1) 46%,
    rgba(232, 232, 232, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e8e8e8",GradientType=1);
}

.descargar {
  padding: 0.5rem 1rem;
  background: #038b31;
  border-radius: 0px;
  border: none;
  text-align: center;
  color: white;
  cursor: pointer;
}
.seccionactividad {
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.3rem;
}
.descargar h3 {
  margin-bottom: 0px;
  font-size: 1.5rem !important;
}

.cursos {
  display: block;
  position: relative;
  padding-left: 23px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.cursos input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 9px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #5baf75;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.cursos:hover input ~ .checkmark {
  background-color: #038b31;
}

/* When the checkbox is checked, add a blue background */
.cursos input:checked ~ .checkmark {
  background-color: #2196f3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.cursos input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.cursos .checkmark:after {
  left: 5px;
  top: 4px;
  width: 5px;
  height: 7px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.bgtemas {
  background-color: #606060;
  height: 400px;
}
.temas p {
  text-align: left;
  color: white;
  font-size: 1rem;
  padding: 0rem 1rem;
}

@media screen and (max-width: 500px) {
  .bgfun {
    background-color: #e8e8e8;
    padding: 3rem 0rem 3rem 1rem;
  }
  .fondogris {
    background-image: none;
  }
  .nominafuncionario p {
    margin-top: 2rem;
  }
}

/* Modulos Acreditados */

.table {
  margin-bottom: 0;
}

.table.titles {
  background-color: hsl(140, 96%, 28%);
  color: white;
  text-align: center;
  font-weight: 700;
  transition: all 300ms ease;
}

.table.titles td {
  transition: all 300ms ease;
}

.table.titles td:hover {
  background-color: hsl(140, 96%, 34%);
}

.table.titles td {
  cursor: pointer !important;
}

.table.table-bordered {
  border-bottom: none;
}

.table-bordered thead td,
.table-bordered thead th {
  border-bottom: none;
}

.subtitles {
  background-color: hsl(140, 96%, 28%);
  color: white;
  font-weight: 700;
}

.cell-name {
  width: 160px;
}

.cell-action {
  width: 120px;
}

.table-link {
  color: red;
  font-weight: 700;
  font-size: 14px;
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
  text-align: left;
  outline: none !important;
  cursor: pointer;
}

/* #FCF3A2  #F9EB8A  #F7EC6B  #F9E63D  #F2D62C */

.subtitles td:nth-child(1) {
  background-color: #fcf3a2;
}

.subtitles td:nth-child(2) {
  background-color: #f9eb8a;
}

.subtitles td:nth-child(3) {
  background-color: #f7ec6b;
}

.subtitles td:nth-child(4) {
  background-color: #f9e63d;
}

.subtitles td:nth-child(5) {
  background-color: #f2d62c;
}

#table2,
#table3,
#table4,
#table5 {
  display: none;
}

.modal-modulos {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 2000px);
  width: 50%;
  height: auto;
  background-color: #fff;
  transition: all 300ms ease;
  z-index: 100;
}

@media screen and (max-width: 992px) {
  .modal-modulos {
    width: 70%;
  }
}

@media screen and (max-width: 768px) {
  .modal-modulos {
    width: 85%;
  }
}

.modal-modulos.active {
  /* .active */
  transform: translate(-50%, -50%);
}

.modal-header {
  display: flex;
  align-items: center;
  background-color: rgb(180, 180, 180);
  padding: 1rem 2rem;
}

.modal-header .modal-title {
  font-size: 14px;
  font-weight: 700;
  color: #2e2e2e;
}

.modal-header button {
  border: none;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
  outline: none !important;
}

.modulos-container .overlay {
  background-color: rgba(0, 0, 0, 0.5);
  /* background-color: red; */
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  z-index: 1;
}

.modulos-container form {
  padding: 1.5rem 2rem;
}

.modulos-container .overlay.active {
  display: block;
}

.form-modulos-group {
  margin-bottom: 1.25rem;
}

input:disabled {
  cursor: not-allowed;
}

.modal-modulos textarea {
  height: 6rem;
}

.modal-modulos .btn.btn-success {
  background-color: hsl(140, 96%, 28%) !important;
}

/* Index Backgrounds */

.bg-green-light {
  background-color: #038b31;
  position: relative;
  color: #fff !important;
}

.bg-yellow-light h2,
.bg-green-light h2 {
  font-weight: bold;
}

.bg-yellow-light p,
.bg-green-light p {
  color: #fff;
}

.bg-yellow-light {
  background-color: #fff;
  color: #038b31;
  position: relative;
}

.bg-before-1 {
  width: 100rem;
  height: 100rem;
  position: absolute;
  top: 0;
  left: -30rem;
  background-color: #fff;
  z-index: -1;
}

.bg-before-3 {
  width: 100rem;
  height: 100rem;
  position: absolute;
  top: 0;
  left: -30rem;
  background-color: #038b31;
  z-index: -1;
}

/* #A2F9BF  #2AEA77  #419E71 */

.verde-uno {
  background-color: #a2f9bf;
}
.verde-dos {
  background-color: #2aea77;
}
.verde-tres {
  background-color: #419e71;
}

/* Estatuto social */

.header-color-reglament {
  background-color: #5baf75;
}

.description-color-reglament {
  background-color: #c5c5c5;
}

.description-color-reglament p {
  font-size: 1.075rem;
  color: black;
}

.reglament {
  padding-bottom: 5rem;
}

.reglament span {
  display: block;
  font-weight: 600;
  margin-top: 0.7rem;
}

.reglament__link {
  background-color: #038b31;
  display: inline-block;
  padding: 0.25rem 0.75rem;
  color: #fff;
  margin-top: 0.5rem;
  transition: all 300ms ease;
}

.reglament__link:hover {
  color: #fff;
  background-color: hsl(140, 96%, 32%);
}

.reglament-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3rem 0;
}

.title-reglament {
  display: inline-block;
  text-transform: uppercase;
  color: black;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  padding-bottom: 0.25rem;
  border-bottom: 4px solid green;
}

.subtitle-reglament {
  display: block;
  margin-top: 1rem;
  font-size: 1.25rem;
}

.reglament-item {
  display: grid;
  grid-template-columns: min-content 1fr;
  align-items: start;
  grid-column-gap: 2rem;
  margin-bottom: 3rem;
}

.reglament-number {
  color: yellow;
  font-size: 1.5rem;
  border: 2px solid yellow;
  border-radius: 50%;
  padding: 0.3rem 1rem;
  font-weight: 500;
}

.reglament-body {
  font-size: 1.1rem;
}

.principios-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2rem;
}

/* Link de interes */

.interes-title {
  font-size: 1.5rem;
  color: #038b31;
}

.nominafuncionario table.table {
  font-size: 1rem;
}

/* Calendario */

.experiencias {
  background-color: hsl(0deg, 0%, 90%);
  padding: 2rem 0 3.5rem 0;
}

.calendario-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  grid-column-gap: 2rem;
}

@media screen and (max-width: 768px) {
  .calendario-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.calendario-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 0.5rem;
}

@media screen and (max-width: 768px) {
  .calendario-info {
    grid-template-columns: repeat(1, 1fr);
  }
}

.calendario-info__item {
  text-align: center;
}

.opiniones-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1rem;
  color: #fff;
}

@media screen and (max-width: 1020px) {
  .opiniones-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .opiniones-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.opiniones-grid span,
.opiniones-grid p {
  color: #fff;
}

/* Noticias Locales */

.noticias-locales h1 {
  color: green;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2.25rem;
}

.noticias-locales p {
  font-size: 1.25rem;
}

/* Entries */

.entries-locales {
  background-color: #0ea53c;
}

.entries-locales h4 {
  margin-top: 0.75rem;
  color: #fff;
  font-weight: 700;
}

.entries-locales p {
  color: #fff;
  font-size: 1.05rem;
}

.media-container {
  position: relative;
}

.media-lines {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0.75rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.media-lines__item:nth-child(1) {
  background-color: #fcf3a2;
}

.media-lines__item:nth-child(2) {
  background-color: #f9e63d;
}

.media-lines__item:nth-child(3) {
  background-color: #f2d62c;
}

.line-carousel__item--inter:nth-child(1) {
  background-color: #a2f9bf;
}

.line-carousel__item--inter:nth-child(2) {
  background-color: #2aea77;
}

.line-carousel__item--inter:nth-child(3) {
  background-color: #419e71;
}

.media-lines__item--inter:nth-child(1) {
  background-color: #a2f9bf;
}

.media-lines__item--inter:nth-child(2) {
  background-color: #2aea77;
}

.media-lines__item--inter:nth-child(3) {
  background-color: #419e71;
}

/* Calendar Page */

.agenda--calendar {
  background-image: url("../img/bg-calendar.jpg");
  background-size: cover;
}

.calendar__months {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 2rem;
  justify-items: center;
}

.button-month {
  display: inline-block;
  color: #065f00;
  border: none;
  background-color: transparent;
  padding: 0.5rem 1.5rem;
  cursor: pointer;
  text-align: center;
  margin-bottom: 2rem;
  outline: none !important;
  transition: all 300ms ease;
}

.button-month:hover {
  background-color: #065f00;
  color: #fff;
}

.calendario-noticias p {
  font-size: 1.2rem;
}

.calendario__button {
  border: none;
  display: block;
  width: 100%;
  background-color: transparent;
  outline: none !important;
  margin-top: 0.7rem;
  text-align: left;
  color: #000;
  border-radius: 0.15rem;
  cursor: pointer;
  transition: all 200ms ease;
  padding: 0.375rem 0.5rem;
}

.calendario__button:hover {
  background-color: hsl(0, 100%, 65%);
  color: #fff;
}

.calendario__button.active {
  background-color: hsl(0, 100%, 60%);
  color: #fff;
}

.calendario-row {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

@media screen and (max-width: 768px) {
  .calendario-row {
    display: grid;
    grid-template-columns: repeat(1, 16rem);
    /* justify-content: center; */
  }
}

.logofooter img {
  max-width: 16rem !important;
}

@media screen and (max-width: 768px) {
  .logofooter img {
    max-width: 6rem !important;
  }
}

.opiniones-grid-content {
  display: grid;
  grid-template-columns: auto 1fr;
}

@media screen and (max-width: 768px) {
  .opiniones-grid-content {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}

.noticias-img__header {
  position: relative;
  max-width: 800px;
  height: 400px;
  margin: 0 auto 4rem auto;
}

.btn-outline-light:hover {
  background-color: transparent;
  color: white;
}

.reglament img {
  display: block;
  width: 100%;
}

.noticias-img__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.noticias-secundarias__img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
  display: block;
}

@media (max-width: 576px) {
  .noticias-secundarias__img {
    height: 100% !important;
  }
}

.media-container {
  max-width: 100%;
  height: 250px;
  margin: 0 auto;
  object-position: center;
  object-fit: cover;
  display: block;
  margin-bottom: 1rem;
}

.media-container img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.carousel.main {
  height: 300px;
}

.carousel-inner,
.carousel-item {
  height: 100%;
}

.btn.btn-outline-secondary {
  font-size: 0.9rem;
}

.button-collapse {
  border: none;
  background-color: transparent;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-align: left;
}

.button-collapse:focus {
  outline: 0;
}

.link-collapse {
  display: block;
  width: 100%;
  padding: 10px 20px;
  transition: all 300ms ease;
  border-radius: 4px;
  margin-bottom: 10px;
}

.link-collapse:hover {
  background-color: #f2f2f2;
}

.accordion .card:first-of-type {
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion {
  margin-bottom: 30px !important;
}

.recursos-nav {
  font-weight: 700;
  color: #666;
  height: 36px;
  font-size: 12px;
  padding: 0 20px;
  line-height: 36px;
  display: block;
  margin-right: 10px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  text-transform: uppercase;
}
