.carousel{
    margin-top: 60px;
}

.featurette-divider {
    margin: 2rem 0; /* Space out the Bootstrap <hr> more */
  }
  
  /* Thin out the marketing headings */
  .featurette-heading {
    font-weight: 600;
    line-height: 1;
    letter-spacing: -.05rem;
    margin-top: 1rem;
    color: #0b0c74;
    text-align: center;

    
   
  }

  .tamañofuente{
    font-size: 20px;
  }

  .bggris{
    background-color: #F7E5D3;
  

    
  }

.list-unstyled:hover{
  color:#5a5a5a;
  text-decoration: underline;
}

.texto-fuerte{
  text-decoration: none;
}

.content {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: auto;
  margin-top: 25px;
  overflow: hidden
}

.content .content-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s
}

.content:hover .content-overlay {
  opacity: 1
}

.content-image {
  width: 100%
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s
}

.content:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1
}

.content-details h3 {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase
}

.content-details p {
  color: #fff;
  font-size: 0.8em
}

.fadeIn-bottom {
  top: 80%
}


.flip-card {

  background-color: transparent;
  height: 450px;
  border: 1px solid #f1f1f1;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  background-color:#E7EAF3;
  color: black;
}

/* Style the back side */
.flip-card-back {
  
  transform: rotateY(180deg);
}

.shadowtext{
  text-shadow: 3px 3px 2px #000000;
}

.accordion-button:hover{
    background-color:#0DCAF0;
    color:white;
}

.footpadding{
  padding-right: 12px;
}




  @media (min-width: 40em) {
    /* Bump up size of carousel content */
   
  
    .featurette-heading {
        font-weight: 600;
        line-height: 1;
        letter-spacing: -.05rem;
        margin-top: 1rem;
        color: #0b0c74;
        text-align: center;
       
      }

      .featurette-divider {
        margin: 2rem 0; /* Space out the Bootstrap <hr> more */
      }

      .carousel{
        margin-top: 50px;
    }

    
    
  }
  
  @media (min-width: 62em) {
    .featurette-heading {
      margin-top: 3rem;
    }

    .carousel{
        margin-top: 60px;
  }}


  @media (min-width: 48em) and (max-width: 62em) {
    .flip-card {
      margin-top:5rem;
      background-color: transparent;
      height: 335px;
      border: 1px solid #e7eaf3;
      perspective: 1000px; /* Remove this if you don't want the 3D effect */
    }

   

    .featurette-heading {
      margin-top: 2rem;
    }

  }

  @media (min-width: 5em) and (max-width: 48em) {
    .flip-card {
      background-color: transparent;
      height: 432px;
      border: 1px solid #e7eaf3;
      perspective: 1000px; /* Remove this if you don't want the 3D effect */
    }
  }


 /*Menu auto Desplegable */
  @media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu{ display: none; }
    .navbar .nav-item:hover .nav-link{   }
    .navbar .nav-item:hover .dropdown-menu{ display: block; }
    .navbar .nav-item .dropdown-menu{ margin-top:0; }
  }