@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");
body {

  color: #5a5a5a;

}


.carousel {
  margin-bottom: 4rem;

}
#myCarousel img{
  background-color: white!important;
  
}
.carousel-caption {
  bottom: -1rem;
  z-index: 10;
}

.carousel-item {
  height: 32rem;

}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}
 
  .CarruselLetras{
    text-shadow: 20px 20px 20px black, 0 0 2em blue, 0 0 0.5em rgb(13, 13, 18);
    color: rgba(3, 0, 0, 0.975);
    font-size: 1.5rem !important;

  }
  footer h5{
    font-size: 1rem !important;
  }
  mark{
background-color: #c9d0d9c0;
border-radius: 5px;
  }

.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}




.featurette-divider {
  margin: 5rem 0; 
}


.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}

.carousel-item img{

  object-fit:contain;
  height: 100vh;
  width: 100%;
  filter: brightness(100%);
}

nav{
  display: flex;
  flex-direction: row;
  justify-content:flex-start !important;
  background-color: #122330;
  top: 0px;
  
}
nav img{
  width: 100px;
}
nav h4{
  color: white;
  font-size: 1rem;
}
nav h1{
  font-size: 2rem !important;
}

.links a{
  padding: 5px;
}
.links{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-around !important;


}
.carousel-inner{
  height: auto ;
}
.sociales{
  display: flex;
  flex-direction: column;
align-items:baseline;
margin-top: 15px;


}
.colu{
margin-right: 15px;

}
.FOOTER{

display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-around;
align-items:baseline;
background-color: #122330;


}
hr {
  border-color: rgba(134, 134, 159, 0.821);
}
footer{
  background-color: #122330;
  padding: 10px;
  bottom: 0; /*aqui lo enviamos al fondo*/
}
.copyRigth{
  text-align: center;
  margin-top: 40px;
  
}
.hr-footer{
  border-color: white;
  width: 100% !important;
}
@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.5;
  }
 
  .featurette-heading {
    font-size: 50px;
  }
  
}



@media (max-width: 550px) {
  .contac{
    margin-top: 45px!important;
  }
  .contactanos{
width: 100%;
  }

  .FOOTER{

    margin: 2%  !important;
    justify-content:flex-start!important;

    
    
    }
    .sociales{
      width: 100%;
     background-color: aqua;
    
    }
    
  /* Bump up size of carousel content */
  .carousel-caption p , .carousel-caption h1{
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.6;
    margin-left: -45px;
  }
  nav img{
  display: none;
  }
  nav{
    padding: 10px 20px !important;
  } ;
  .CarruselLetras{
    text-shadow: 20px 20px 20px black, 0 0 2em blue, 0 0 0.5em rgb(13, 13, 18);
    color: white;
    width: 120%;

    font-size: 8px !important;
    font: 1em Georgia, "Bitstream Charter", "URW Bookman L", "Century Schoolbook L", serif; 
text-align: center;
  }
  .featurette-heading {
    font-size: 50px;
  }
  .carousel-item img{

    object-fit:contain;
    height: 50vh;
    width: 100%;
    filter: brightness(100%);
  }
  .carousel-item {
    height: 26rem;
  
  }
  nav h4{
    font-size: 0.8rem !important;
    color: #f7efef;
  }
}

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

}


@media(max-width:950px){
  .FOOTER{

    margin: 2%  !important;
    justify-content:space-between;

    
    
    }
    .contactanos{
      width: 100%;
        }
      
    .sociales{
      width: 100%;
     background-color: aqua;
    
    }
    
    .links{
      margin-top: 20px;
    }
  .CarruselLetras{
    text-shadow: 20px 20px 20px black, 0 0 2em blue, 0 0 0.5em rgb(13, 13, 18);
    color: white;
    width: 130%;
    margin-left: -80px;
    font-size: 20px !important;
    font: 1em Georgia, "Bitstream Charter", "URW Bookman L", "Century Schoolbook L", serif; 
text-align: center;
  }
  .featurette-heading {
    font-size: 50px;
  }
  .carousel-item img{

    object-fit:contain;
    height: 50vh;
    width: 100%;
    filter: brightness(100%);
  }
  .carousel-item {
    height: 26rem;
  
  }
}
