@import url(./__global.scss);
.text-success {
  color: #f79c04 !important;
}

nav button {
  width: 110px;
  font-size: 12px;
  border: none;
  background: #f79c04;
  border-radius: 25px;
  color: white;
}

header li {
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 1024px) {
  header li {
    padding-right: 6px;
    padding-left: 6px;
  }
}

body > header > nav > div > a {
  display: contents;
}

.mt-alineacion-btn {
  margin-top: 18px;
}

.bienvenida .bienvenida__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bienvenida .bienvenida__texto h2 {
  text-align: center;
}
.bienvenida .bienvenida__texto p {
  text-align: justify;
}
.bienvenida #navbarNav > ul > li:nth-child(1) > a {
  border-bottom: 2px solid;
}

#navbarNav > ul > li > a:hover {
  border-bottom: 2px solid;
  color: #f79c04;
}

.navbar button {
  width: 52px;
}
@media (max-width: 680px) {
  .navbar .img-fluid {
    max-width: 75%;
  }
}
@media (max-width: 350px) {
  .navbar .img-fluid {
    max-width: 100%;
  }
}

.my-6 {
  margin-top: 5rem !important;
}

main .carousel {
  margin: 4rem;
  text-align: center;
}
main .carousel .carousel_contenedor {
  position: relative;
  max-width: 1200px;
  margin: auto;
}
main .carousel_contenedor img {
  width: 40rem;
  height: 13rem;
}
@media (max-width: 600px) {
  main .carousel_contenedor img {
    height: auto;
  }
}
main .carousel_anterior, main .carousel_siguiente {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  border: none;
  top: calc(50% - 15%);
  cursor: pointer;
  font-size: 38px;
  text-align: center;
  background: none;
  color: black;
  opacity: 20%;
  outline: none;
}
main .carousel_anterior {
  left: -40px;
}
main .carousel_siguiente {
  right: -32px;
}
main .carousel_elemento {
  display: inherit;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
main .carousel_elemento img {
  border-radius: 25px;
}
main .container_elemento {
  height: 280px;
}
@media (max-width: 600px) {
  main .container_elemento {
    height: auto;
  }
}

.btn-carousel {
  background-color: #56cdcd !important;
  border: none !important;
  margin-bottom: 20px;
  color: white;
}

.text_razones {
  text-align: justify;
}

.glider-slide {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  padding-right: 2rem;
  padding-left: 2rem;
}

.razones {
  padding-bottom: 50px;
}

#card:hover {
  -webkit-box-shadow: 2px 0px 24px -3px rgba(0, 0, 0, 0.45);
          box-shadow: 2px 0px 24px -3px rgba(0, 0, 0, 0.45);
}

.pre-footer {
  background-color: #f79c04;
}
.pre-footer h2 {
  color: white;
}
.pre-footer button {
  background-color: #e0e0e0;
  border: #e0e0e0;
  font-size: 20px !important;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  height: 50px;
  width: 200px;
  border-radius: 5px;
  text-decoration: none;
}

button.btn:nth-child(1) {
  background-color: #f79c04;
  color: white;
}

.btn-danger {
  background-color: #56cdcd;
  border: 1px solid #56cdcd;
}
.btn-danger:hover {
  background-color: #56cdcd;
  border: 1px solid #56cdcd;
}

#main > section.container-fluid.pre-footer.pre-footer.py-5 > div > div > div.col-6.d-flex.justify-content-end {
  height: 60px;
}

#main > section.container-fluid.pre-footer.pre-footer.py-5 > div > div {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__ultimo {
  background-color: #56cdcd;
  color: white;
}

.noticias .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.noticias button {
  margin: 0 auto;
  width: 30%;
}