 @import url('https://fonts.googleapis.com/css?family=Cairo:400,900');

 @font-face {font-family: "BrandonGrotW01-Light";
    src: url("//db.onlinewebfonts.com/t/6dd2f2510b4a00a5461b2455928209c2.eot");
    src: url("//db.onlinewebfonts.com/t/6dd2f2510b4a00a5461b2455928209c2.eot?#iefix") format("embedded-opentype"),
    url("//db.onlinewebfonts.com/t/6dd2f2510b4a00a5461b2455928209c2.woff2") format("woff2"),
    url("//db.onlinewebfonts.com/t/6dd2f2510b4a00a5461b2455928209c2.woff") format("woff"),
    url("//db.onlinewebfonts.com/t/6dd2f2510b4a00a5461b2455928209c2.ttf") format("truetype"),
    url("//db.onlinewebfonts.com/t/6dd2f2510b4a00a5461b2455928209c2.svg#BrandonGrotW01-Light") format("svg");
}


#habitacion1 {
  margin-top: 20px;
}

body {
  /*background-color: darkgoldenrod;*/
  background-color: white !important;
  /*font-family: 'Cairo', sans-serif;*/
  font-family: "BrandonGrotW01-Light";
}

.rating {
  text-align: center;
  padding: 20px;
}

.estrellas {
  width:27%;
}

.titulo h2{
  color:black;
  text-align: center;
}

#comentarios {
  color: black;
  margin-top: 30px;
}

.blockquote {
  font-size: inherit !important;
}

.quote {
  width: 80%; 
  float: right;
}

.blockquote-footer {
  color:black !important;
}

.carousel-item {
  text-align: center;
  color: white;
}

.info {
  color: black;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  font-size: 22px;
}

.row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

#cajacookies {
    box-shadow: 0px 0px 5px 5px #808080;
    background-color: black;
    color: white;
    padding-top: 20px!important;
    padding: 10px;
    text-align: center;
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 801;
    font-size: 12px;
}

#cajacookies a {
    color: #A55D00!important;
}

#cajacookies p {
    margin-left: 108px;
    margin-right: 108px;
}

button.pull-right.boton {
    margin-top: 13px;
}

#cajacookies button {
  color: black;
}

.boton {
  border-radius: 10px;
  background: #E4E4E4;
  border: 0px;
  padding: 5px;
  margin-left: 15px;
    font-weight: bold;
}

.boton:hover {
    color: #A55D00!important;
}

@media only screen and (min-width: 1440px) {
    #cajacookies p {
    margin-left: 12%;
    margin-right: 12%;
}

body {
  font-size: 1.4rem;
}

.quote {
  width: 80%; 
  float: right;
}
}

@media (max-width: 575px) {
  .quote {
    width: 20%;
  }

  .estrellas {
    width: 60%;
  }
}



h1 {
  font-weight: 300;		
}

h2 {
  font-weight: 300;
  color: #303030;
  font-size: 2.8125rem;
  display: block;
  text-transform: uppercase;
  margin-top: 30px;
  text-align: left;
}

h3 img {
  width: 20px !important;
  box-shadow: 0 0px 0px !important;
  margin-right: 10px;
}




.btn-coorporativo {
  background-color: #343a40;
  border-radius: 0px;
  color: white;
  height: 58px;
}

#btn_mas_noticias, #btn_mas_colaboraciones {
	text-align: center;
}


.footer {
	background-color: #343a40;
	color:white;
}

.footer a {
	color:white;
}

.footer img {
	width: 40px;
}

.footer li {
	list-style: none;
}

.list-unstyled li{
  display: inline;
}

ul #enlaces li
{
  display: block;
}

#enlaces {
  padding-left: 0;
  list-style: none;
}

#enlaces a{
  color:white;
}

.logo {
	width:40%;
}

.w-100 {
	height: auto;
}


#contacto img{ width: 100%;}

@media (max-width: 768px) {
  h2{
	font-size:1.813rem;        
  	}

   h1{
    font-size: 2rem;
   }

  .footer {
  	font-size: 11px !important;
  }

  .footer img {
	width: 20px;
	}
  
  .navbar-brand {
  	width: 50%;	
  }

  .logo {
  	width: 140px;
  }

  #nosotros img {
  	display:none;
  }

  .w-100 {
	height: auto;
}
}

