 /* Remove the navbar's default margin-bottom and rounded borders */ 
    *{
      font-family: 'Roboto', sans-serif;
    }
    .navbar {
      margin-bottom: 0;
      border-radius: 0;
    }
    .navbar-inverse {
     background-color: #fff;
    border-color: #999;
}
.navbar-nav>li>a {
    color: #333;
    font-weight: bold;
}

.navbar-nav>li>a {
    color: #333;
    font-weight: bold;
}

  .navbar-nav>li>a:hover {
    color: #850345;
    background-color: #fff;
}
    /* Add a gray background color and some padding to the footer */
    footer {
      background-color: #f2f2f2;
      padding: 25px;
    }
    
  .carousel-inner img {
      width: 100%; /* Set width to 100% */
      margin: auto;
      min-height:200px;
  }
  /*padding 100*/
  .padding-100{
    padding-left: 100px!important;
    padding-right: 100px!important;
  }
  /*Carrucel*/
  .carousel-caption {
    position: absolute;
    right: 15%;
    /* bottom: 0px; */
    width: 500px;
    top: 0;
    height: 100%;
    /* left: 0!important; */
    left: 10%!important;
    z-index: 10;
    padding-top: 40px; 
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(34, 38, 75, 0.9);
}
.carousel-caption>h3{
  font-size: 40px;
  font-weight: bold;
}
.carousel-caption>p{
  font-size: 18px;
  font-weight: bold;
}
.btn-custom{
  background-color: #850345;
  color: #fff;
  border-color: #850345;
}
.btn-custom:hover{
  background-color:#fff ;
  color: #850345;
  border-color: #850345;
}
.btn-custom-white{
  background-color: none;
  color: #333;
  border-color: #333;
  border-radius: 0px;
}
.btn-custom-white:hover{
  background-color:none ;
  color: #333;
  border-color: #333;
}
.div-servicio{
    width: 100%;
    height: 300px;
    background-color: #fff;
}
.div-servicio2{
    width: 100%;
    height: 300px;
    background-color: #fff;
    padding-right: 10px;
    padding-left: 10px;
}
.div-servicio2>p{
    text-align: justify;
}
div.div-servicio:hover{
    background-color: #22264b;
    color:#fff;
}
div.div-servicio:hover>.btn-custom-white{
    color:#fff;
    border-color: #fff;
}
.div-servicio-boton{
    width: 100%;
    height: 100px;
    background-color: #fff;
}
.div-numeros{
  background-color: #fff;
    padding: 15px;
    border-radius: 100px;
}
.div-numeros>h4{
  font-weight: bold;
}
.hr-titulos:before{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    margin-top: 1rem;
    font-family: 'typicons';
    font-size: .6rem;
    font-weight: 400;
    letter-spacing: 0;
    color: #850345;
    content: '\e0b1\e0b2\e0b1\e0b2\e0b1\e0b2\e0b1\e0b2\e0b1';
}


}
  /*padding a navbar*/
  .navbar-collapse {
    padding-right: 100px;
    padding-left: 100px;
    }
    @media (max-width: 767px) {
    .navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    }
    #div-header1,#div-header2{
      display: none;
    }
    #img-menu-movil{
      display: initial;
    }
    }
  /* Hide the carousel text when the screen is less than 600 pixels wide */
  @media (max-width: 600px) {
    .carousel-caption {
      display: none; 
    }
  }
  @media (min-width:768px ){
    #img-menu-movil{
      display: none;
    }
  }