/* Carousel base class */
#myCarousel .carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
#myCarousel .carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
#myCarousel .carousel-item {
  height: 28rem;
}
#myCarousel .carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 28rem;
}

.page-section {
  padding: 6rem 0;
}

.page-section-a {
  padding: 3rem 0;
}
.page-section-a .page-section-heading {
  font-size: 2.25rem;
  line-height: 2rem;
}
.page-section .page-section-heading {
  font-size: 2.25rem;
  line-height: 2rem;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.divider-custom {
  margin: 1.25rem 0 1.5rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.divider-custom .divider-custom-line {
  width: 100%;
  max-width: 7rem;
  height: 0.25rem;
  background-color: #2c3e50;
  border-radius: 1rem;
  border-color: #2c3e50;
}
.divider-custom .divider-custom-line:first-child {
  margin-right: 1rem;
}
.divider-custom .divider-custom-line:last-child {
  margin-left: 1rem;
}
.divider-custom .divider-custom-icon {
  color: #2c3e50;
  font-size: 2rem;
}
.divider-custom.divider-light .divider-custom-line {
  background-color: #1d4754;
}
.divider-custom.divider-light .divider-custom-icon {
  color: #1d4754;
}

.divider-custom.divider-light-a .divider-custom-line {
  background-color: #fff;
}
.divider-custom.divider-light-a .divider-custom-icon {
  color: #fff;
}

.ms-auto {
  margin-left: auto !important;
}


.me-auto {
  margin-right: auto !important;
}

.mc-auto {
  margin: auto !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
  text-align: justify;
}

.btn-xl {
  padding: 1rem 1.75rem;
  font-size: 1.25rem;
}

.btn-xl-a {
  padding: 1rem 1.75rem;
  font-size: 1.25rem;
}

.btn-nosotros {
    color: #1d4754;
    border-color: #1d4754;
}

.btn-sesion {
    color: #fff;
    border-color: #fff;
}

.text-black-a{
    color: #1d4754;
}

.btn-nosotros:hover {
  color: #fff;
  background-color: #1d4754;
  border-color: #1d4754;
}

.btn-sesion:hover {
  color: #1d4754;
  background-color: #fff;
  border-color: #fff;
}

#seccion_v h3, #seccion_m h3{
    color: #1d4754;
}

#seccion_m, #seccion_v{
    display:none;
}

.file-preview .fileinput-remove{
    color: #fff;
}

@media (min-width: 992px) {
  .page-section .page-section-heading {
    font-size: 3rem;
    line-height: 2.5rem;
  }
  
  .page-section-a .page-section-heading {
    font-size: 3rem;
    line-height: 2.5rem;
  }
}

/*MD -> SM*/
@media (max-width: 768px) {
  .container_fondo img{
      content:url("https://malinchesalud.com/malinche/assets/front/images/inicio/carrousel/prueba.jpeg");
  }
  
  .seccion_3 .contenido_texto h1 {
      padding-bottom: 4rem;
  }
  #myCarousel .carousel-item {
    height: 8rem;
  }
  #myCarousel .carousel-item > img {
    height: 8rem;
  }
  .fa-3x {
    font-size: 2em;
  }
}