body {
  padding-bottom: 40px;
  color: #5a5a5a;
}
.tel{
    background-color: #00ace1;
    height: 40px;
    text-align: right;
    color: #FFFFFF;
    font-size: 16px; 
    padding:  10px 50px 15px 15px ;
}
.titulo{
    background-color: #00ace1;
    height: 5px;
    text-align: center;
    color:#00ace1;
    font-size: 16px; 
    
}
div.phone {
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
    background-color: #00ace1;
    -webkit-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;
    padding: 10px 15px 15px 15px;
    position: fixed;
    top: 0;
    right: 20%;
    float: right;
    
}
.encabezado{
    position: fixed;
    
}
.deserve{
    text-align: center;
    color: #FFFFFF;
    
    top: 200px;    
}
.title{
    font-size: 28px;
   
    color:   #FFFFFF;
    position: relative;
    text-align: center;
}

.presentacion{
    background-color: #00ace1;
    height: 100px;
    
}
.blanco {
background-color:  #00ace1;
height: 75px;
}
.reblanco {
background-color: #FFFFFF ;
height: 75px;
}
.reblanco10 {
background-color: #FFFFFF ;
height: 10px;
}
.social-media {
    background-color:  #000;
    color:  #FFFFFF;
    height: 50px;
}
.loguemas {
    float: left;
    width: 250px;
    height: 100px;
    
}
.satisfaction {
    float: right;
    width: 250px;
    height: 250px;
    
}
.blockabout{
    font-size: 16px;
    color: #000;
}
.tituloabout{
    background-color: #00ace1;
    color: #FFFFFF;
    height: 75px;
}
.roomrd{
    background-color: #00ace1;
    color: #FFFFFF;
}
.titgrish3{
    color: #5a5a5a;
}
.titblancoh3{
    color: #FFFFFF;
}

.titblancoh1{
    color: #FFFFFF;
}
.titcelh1{
   color: #00ace1;
}
.ulcheck{
    list-style-image: url("/images/Icons/mark-3.png");
}



/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
   
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 50px;
  }
}
