/* Titulos
***************/
.custom-html .landing-title-header {
  font-size: 26px;
}
@media screen and (min-width: 768px) {
  .custom-html .landing-title-header {
    margin-bottom: 10px;
  }
}
/* Fin Titulos
**************/
/* Fix Espacios
*************/
.landing_hotels > div {
  margin-top: 0;
  box-shadow: none;
}
.landing_hotels > .custom-html {
  margin: 25px auto;
}
@media screen and (min-width: 768px) {
  .landing_hotels > div {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .custom-html iframe {
    width: 100%;
  }
  .landing_hotels > div {
    margin-bottom: 0;
  }
  .landing_hotels > .custom-html {
    margin: 15px 0;
  }
}
/* Fin Fix Espacios
*******************/
/* 3 Bloques con CTA Ver Ofertas
********************/
.container-col-card {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.container-card.blocks-3 {
  width: 32%;
}
.container-card {
  border: 1px solid #ccc;
  display: inline-block;
  text-decoration: none;
  /* display: flex; */
  /* flex-direction: column; */
}
.container-card:hover .text-card, .container-card:hover .more-offers {
  background: #f8f8f8;
}
.container-card img {
  width: 100%;
}
.bottom-card {
  background: #fff;
  text-align: center;
}
.text-card {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 10px 0;
}
.more-offers {
  display: block;
  background: #fff;
  color: #666;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-size: 14px;
  margin: 0;
  line-height: 16px;
}
@media only screen and (max-width: 1264px) {
  .container-col-card, .w1440 {
    padding: 0 0.75rem;
  }
}
@media only screen and (max-width: 900px) {
  .container-col-card {
    padding: 0 0.75rem;
  }
  .container-card {
    flex: 0 0 49%;
    box-sizing: border-box;
  }
  .container-card:not(:last-child) {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 600px) {
  .container-card {
    width: 100%;
    flex: 0 0 100%;
  }
}
/* Fin 3 Bloques con CTA Ver Ofertas
*************************/
/* 4 Bloques con Titulo, DescripciÃ³n y Precio *
*******************************/
.container-card.blocks-4 {
  width: 24%;
}
.text-top {
  padding: 10px;
  text-align: left;
}
.text-top.info {
  text-align: center;
  border-bottom: 1px solid rgba(153,153,153,.3);
}
.text-card__title {
  box-sizing: border-box;
  margin: 0;
  color: #333;
  font-size: 13px;
  font-family: latoregular;
  padding: 0px 5px;
  font-weight: 600;
  text-transform: uppercase;
}
.text-middle.info {
  line-height: 20px;
  color: #666;
  text-align: left;
  padding: 10px;
}
.text-card__desde {
  box-sizing: border-box;
  margin: 0;
  font-size: .875rem;
  padding: 0px 5px;
  text-transform: none;
  color: #666;
  font-family: lato-regular;
}
.text-card {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 10px 0;
}
.text-card.info {
  border-top: 1px solid rgba(153,153,153,.3);
  background: #ffa219;
}
.text-card.info .more-offers {
  color: #fff;
  background: #ffa219;
}
.container-card.info:hover .more-offers, .container-card.info:hover .text-card.info {
  background: #005098;
}
a.btn-show-all-offers {
  background: #f8f8f8;
  color: #666;
  padding: 10px 15px;
  font-size: 14px;
  text-decoration: none;
  margin: 15px 0;
  text-transform: uppercase;
  border: 1px solid rgba(153, 153, 153, 0.3);
  float: right;
}
a.btn-show-all-offers:hover {
  background: rgba(153, 153, 153, 0.3);
}
/* Fin 4 Bloques con Titulo, DescripciÃ³n y Precio
*************************/
img {max-width: 100%;}
.center-text {text-align: center;}
/* Tabla Agencias */
table.striped {
  font-family: latoregular;
  font-size: 11px;
  width: 100%;
}
table.striped>tbody>tr:nth-child(odd) {
  background-color: #f2f2f2;
}
table th {
  background: #00a7df;
  text-align: left;
  color: #fff;
}
table.striped>tbody>tr>td {
  border-radius: 0;
}
table th, table td {
  border: 1px solid #d9dad5;
  padding: 10px;
}
/* Fin Tabla Agencias */