@font-face {
  font-family:"oswald-regular" ;
  src: url("../text/Oswald-Regular.ttf");
}

.menunav img{
max-width: 250px;
}
.menunav{
    background-color: #fff;
    padding: 0% 7%;
    border-bottom: 1px ;
    box-shadow: 0px 2px 3px #5e5e5e;
  }
.cinta{
  z-index: 99999;
}
  .nav-item a{
    color: #303030 !important;
    font-weight: 700;
    font-size: 18px;
  
  }
  .nav-item a:hover{
    color: #0A4979!important;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  
  .navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid #0A4979;
    border-radius: 0.25rem;
    transition: box-shadow 0.15s ease-in-out;
  }
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0px 0px 3px 0px #0A4979;
  }
  .inicio{
    background-image: url(../img/manos-primer-plano-sosteniendo-cristaleria_23-2148794434.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
 
  }
  .bacimg{
    background-color:rgba(0, 38, 67, 0.60);
    padding: 9% 5%;
  }
  .inicio h1{
    color: #ffffff;
    font-size: 65px;
    font-family:"oswald-regular" ;
    text-shadow: 2px 2px 5px #191919 ;
    
  }
  .bordo{
    border-top: 5px solid #989898;
    width: 75%;
  

  }
  .inicio p{
  
    color: #fff;
    font-size: 20px;
    margin-top: 5%;
  }
  .eleccion{
    padding: 0% 5% 5% 5%;
    font-family:"oswald-regular" ;
  }

  .teleccion{
    display:flex;
    justify-content: center;
    align-items: center;
    height: 250px;
  }
 
.tarjeta{
  text-align: center;
  margin-bottom: 5%;
}
.tarjeta h4{
  margin-top: 6%;
  text-align: center;
}
.productos{
  padding: 5% 5% 5% 0%;
  font-family:"oswald-regular" ;
}
.tprod{
  display:flex;
  justify-content: center;
  align-items: center;
  
}

.tprodm{
  background-color: #ffffff;
  padding: 10% 5%;
  border-radius: 25px;
  margin-bottom: 5%;
  width: 95%;
  height: 200px;
  border: 2px solid #00477B;  
}

.tprodm img{
 max-width: 100%;
}
.compromiso{
  background-color: #00477B;
  color: #ffffff;
  padding: 5% 15%;
  box-shadow: 9px 6px 9px #888888;
  font-size: 18px;
}

.cta-100 {
  margin-top: 50px;
  padding-top: 7%;
}
.col-md-4{
    padding-bottom:20px;
}

.white {
  color: #fff !important;
}
.mt{float: left;margin-top: -20px;padding-top: 20px;}
.bg-blue-ui {
  background-color: #00477B !important;
}
figure img{width:300px;}

#blogCarousel {
  padding-bottom: 100px;
}

.blog .carousel-indicators {
  left: 0;
  top: -50px;
  height: 50%;
}


/* The colour of the indicators */

.blog .carousel-indicators li {
  background: #708198;
  border-radius: 50%;
  width: 19px !important;
  height: 0px !important;
}

.blog .carousel-indicators .active {

    background: #0fc9af;
    border-radius: 50%;
    width: 19px;
    height: 0px;

}

.psli{
 background-image: url(../img/laboratorio.png);
 background-size: cover;
 background-repeat: no-repeat;
}


.item-carousel-blog-block {
  outline: medium none;
  padding: 15px;
}

.item-box-blog {
  border: 1px solid #dadada;
  background-color: #ffffff;
  text-align: center;
  z-index: 4;
  padding: 20px;
}

.item-box-blog-image {
  position: relative;
}

.item-box-blog-image figure img {
  width: 100%;
  height: auto;
}

.item-box-blog-date {
  position: absolute;
  z-index: 5;
  padding: 4px 20px;
  top: -20px;
  right: 8px;
  background-color: #41cb52;
}

.item-box-blog-date span {
  color: #fff;
  display: block;
  text-align: center;
  line-height: 1.2;
}

.item-box-blog-date span.mon {
  font-size: 18px;
}

.item-box-blog-date span.day {
  font-size: 16px;
}

.item-box-blog-body {
  padding: 10px;
}

.item-heading-blog a h5 {
  margin: 0;
  line-height: 1;
  text-decoration:none;
  transition: color 0.3s;
}

.item-box-blog-heading a {
    text-decoration: none;
    color: #3d3d3d;
    font-family:"oswald-regular" ;
}

.item-box-blog-data p {
  font-size: 13px;
}

.item-box-blog-data p i {
  font-size: 12px;
}

.item-box-blog-text {
  max-height: 100px;
  overflow: hidden;
}

.mt-10 {
  float: left;
  margin-top: -10px;
  padding-top: 10px;
}

.btn.bg-blue-ui.white.read {
  cursor: pointer;
  padding: 4px 20px;
  float: left;
  margin-top: 10px;
}

.btn.bg-blue-ui.white.read:hover {
  box-shadow: 0px 5px 15px inset #4d5f77;
}
.contacto{
  padding: 5% 0%;
  font-family:"oswald-regular" ;
}
.footer{
   background-color: #0A4979;
   color: #fff;
   text-align: center;
   padding: 1% 0%;
 }