/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #5a5a5a;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 3rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  /* rtl:remove */
  letter-spacing: -.05rem;
}




/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

h4{margin:8px 0 8px 0;}
.block{font-size:1.2em;padding:8px;background-color:#d4eefd;margin:12px 0 12px 0;width:400px;}
@media screen and (max-width:479px) {
#oculto1{width:92%;}
}

.d-block{
position: absolute;
top: 0;
width: 1240px;
height: 400px ;
object-fit: cover;
}
.bg-verde{
background-color: #2174ba !important
}
.bg-blue_dark{
background-color: #212451 !important
}
#menos{display:none;}
#oculto1{display:none}

@keyframes fadeInUp {
  from {
      transform: translate3d(0,40px,0)
  }

  to {
      transform: translate3d(0,0,0);
      opacity: 1
  }
}

@-webkit-keyframes fadeInUp {
  from {
      transform: translate3d(0,40px,0)
  }

  to {
      transform: translate3d(0,0,0);
      opacity: 1
  }
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
  opacity: 0
}

.fadeInUp {
  opacity: 0;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
}

/*Flecha para hacer la pagina hacia arriba*/
.ir-arriba{
  display:none;
  background-repeat:no-repeat;
  font-size:20px;
  color:#212451;
  cursor:pointer;
  position:fixed;
  bottom:10px;
  right:10px;
  z-index:2;
}


mark1 {
    background-color: rgba(31, 149, 204, 0.233);
    color: white;
}

/* Carousel base class */
.carousel1 {
  margin-bottom: 3rem;
  margin-top: 2rem;
}

@media (max-width: 767px) {
    .carousel-inner1 .carousel-item > div {
        display: none;
    }
    .carousel-inner1 .carousel-item > div:first-child {
        display: block;
    }
}

.carousel-inner1 .carousel-item.active,
.carousel-inner1 .carousel-item-next,
.carousel-inner1 .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {
  
    
    .carousel-inner1 .carousel-item-end.active,
    .carousel-inner1 .carousel-item-next {
      transform: translateX(25%);
    }
    
    .carousel-inner1 .carousel-item-start.active, 
    .carousel-inner1 .carousel-item-prev {
      transform: translateX(-25%);
    }
}

.carousel1 .carousel-item-end,
.carousel-inner1 .carousel-item-start { 
  transform: translateX(0);
}

.carousel1 .carousel-control-prev-icon {
  position: absolute;
  bottom: -90px;
  left: -40px;
}

.carousel1 .carousel-control-next-icon {
  position: absolute;
  bottom: -90px;
  left: 130px;
}

/* Declare Alto de fondo negro de logos */
.carousel1 .carousel-item {
  height: 20rem;
}
.carousel1 .carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 25rem;
}
