.navbar {
  font-family: Arial, Helvetica, sans-serif b;
  border-radius: 44px;
  margin-bottom: 0;
  background-color: rgb(51, 182, 223);
  border: 0;
  width:100%;
  font-size: 18px !important;
  letter-spacing: 2px;
  opacity: 0.9 ;
  text-align: center;
}

.navbar li a, .navbar .navbar-brand { 
  color: black  !important;
  border-radius: 338px; /* borde circular en la parte de arriba */

}
.navbar-nav li a:hover {
  color: orangered !important;
}
.navbar-nav li.active a {
  color: orangered !important;
  background-color: rgb(236, 241, 243);
}
.navbar-default .navbar-toggle {
  border-color:solid;
}
.carousel-inner img {
    
    width: 1500px; /* Carrusel de imagenes tamaño */
    height: 55%;
    
  }
  h2{
    background-color: rgb(255, 136, 0);
    color: white;
    text-align: center;
  }
.carousel-caption
  .carousel-caption h3 {
    color: orange !important;
  }
  @media (max-width: 600px) {
    .carousel-caption   {
      display: none; /* Hide the carousel text when the screen is less than 600 pixels wide */
    }
  }
  .container {
    width: 100%;
    height: 40%;
    background-color:rgb(51, 182, 223);
    text-align: center;
    font-size: large;
    color:orangered;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
  }
  .container2{
    width: 100%;
    height: 40%;
    background-color:rgb(51, 182, 223);
    text-align: center;
    font-size: 20px;
    color: whitesmoke;
    font-family: Arial, Helvetica, sans-serif;
    background-image: url(https://c.wallhere.com/photos/fa/d0/material_style_shapes_colorful-120490.jpg!d);
  }
header{
  
    width: 10%;
    height: 40%;
    background-color: #ffffff;
    font-size: 70px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-align: center;

}



     .nvbar   {
    width: auto;
    max-width: 1024px;
    }
.glyphicon-glyphicon-chevron-up{
    width:100%;
}
