@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,900');

html,
body {
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-weight: 200;
  font-size:13pt;
  line-height: 1.5rem;
  scroll-behavior: smooth;
}

b {
  font-weight: 700
}

section#allWeb {
  position: relative;
  width: 100%;
}

#Home {
  position: fixed;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#Home .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  top: 0;
  left: 0
}
#Home .overlay.al0 {
  background: rgba(0,0,0,0);
}
#Home .overlay.al25 {
  background: rgba(0,0,0,0.25);
}
#Home .overlay.al50 {
  background: rgba(0,0,0,0.50);
}
#Home .overlay.al75 {
  background: rgba(0,0,0,0.75);
}

#goButton {
  position: absolute;
  display: inline-block;
  width: 40px;
  left: 50%;
  bottom:20px;
  margin-left: -20px;
  color:#ffffff;
  z-index: 20;
  font-size: 3em;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

#goButton:hover {
  opacity: 0.5;
}

.tabla { 
  position: relative;
  display: table;
  width: 100%;
  z-index: 10;
  height: 100%;
}
.tabla .celda {
  position: relative;
  display: table-cell;
  padding:20px 40px 40px;
  vertical-align: middle;
  text-align: left;
}
.tabla .celda .bloque {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 768px;
  box-sizing: border-box;
  background: none;
}

.tabla .celda .bloque #logo {
  position: relative;
  z-index: 0;
}

.tabla .celda .bloque #logo .imagen{
  height: 80px;
  z-index: 0;
  margin-bottom: 15px;

}

.tabla .celda .bloque h1 {
  font-size: 3.25em;
  line-height: 1.25em;
  margin: 0 0 0.55em;
  color:#FFFFFF;
  font-weight: 900;
  text-shadow: 0 0 20px rgba(0,0,0,0.25);
}

.tabla .celda .bloque h3 {
  font-size: 1.35em;
  line-height: 1.65em;
  font-weight: 500;
  color:#ffffff;
  margin: 0 0 1.5em;
  opacity: 0.75;
  text-shadow: 0 0 20px rgba(0,0,0,0.25);
}



.tabla .celda .bloque .icono_red {
  position: relative;
  display: inline-flex;
  align-items:center;
  justify-content:center;
  margin: 0 5px 10px;
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius:50px;
  -webkit-border-radius:50px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;

}



.contacto_form {
  position: relative;
  max-width: 320px;
  margin-bottom: 20px;
}

.contacto_form .w100 {
  width: 100%;
}

.contacto_form .w50 {
  width: 50%;
}

.contacto_form .table {
  position: relative;
  display:table;
  margin-bottom: 0;
}

.contacto_form .table .cell {
  position: relative;
  display: table-cell;
  vertical-align: top;
}

#formContactoCaptcha {
  margin: 0 0 0 10px
}

.tabla .celda .bloque .form-control {
  background: #ffffff;
  max-width: 320px;
  margin-bottom: 5px;
  font-size:0.95em;
  height: 38px;
}

.tabla .celda .bloque textarea.form-control {
  height: 100px;
  resize: none;
  overflow: auto;
}

.swiper-container,
.swiper-slide {
  width: 100%;
  height: 100%;
}

.fondoBlanco {
  position: relative;
  padding: 40px;
  background: #ffffff;
}


.fondoBlanco .datos {
  position: relative;
  margin-bottom: 20px;
  padding: 20px;
  border:1px solid #eeeeee;
  background: #f3f3f3;
  border-radius:5px;
  -webkit-border-radius:5px;
}


.fondoBlanco .datos a {
  text-decoration: none;
}

.fondoBlanco .icono {
  display: inline-block;
  margin: 5px 10px 5px 0;
  font-size: 1.5em;
  vertical-align: middle
}

#minisitio_mapa {
  position: relative;
  height: 480px !important;
}

section.galeria{
  padding: 20px 0;
  background: none;
  width: 100%;
}

  /* Sucursales */
  
  .offices {
    width: 100%; }

    @media (max-width: 768px) {
      .offices  {
        padding-top: 15px;
        border-top: 1px solid #d2d2d2;
        margin-top: 15px;
      }
    }

    .offices__top {
    display: flex;
    align-items: center;
    margin-bottom: 15px; }
    .offices__top__icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid;
    border-color: var(--c-primary);
    box-shadow: 0 0 0 2px var(--c-white);
    background-color: var(--c-white);
    position: relative;
    margin-right: 0.6rem; }
    .offices__top__icon--arrow.fas {
      font-size: 2rem;
      color: var(--c-white); }
    .offices__top__icon .fas {
      position: absolute;
      font-size: 1.05rem;
      color: var(--c-primary);
      align-items: center;
      justify-content: center;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .offices__top__title {
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    color: var(--c-white);
    font-size: 1.3rem;
    line-height: 2.5rem;
    flex-grow: 1; 
    font-weight: 500;
    text-transform: uppercase;}

    @media (max-width: 640px) {
      .offices__top__title {
        font-size: 1.3rem;
      }

      .offices__top__icon .fas {
        font-size: 0.9rem;
      }

      .offices__top__icon {
        width: 40px;
        height: 40px;
      }
    }

    /*-- Juan / Migración --*/
    .offices__info {
    color: var(--c-white);
    text-align: left;
    margin-bottom: 1.7rem; }
    .offices__info h5 {
      margin-bottom: 0.2rem; }
    .offices__info p {
      margin-bottom: 0.2rem;
      font-size: 0.75rem;
    }
    .offices__info__icon {
    padding-right: 0.6rem; }
    @media (max-width: 576px) {
      .offices__info {
        font-size: 0.85rem;
      }
      .offices__info h5 {
        margin-bottom: 0.5rem; }
      .offices__info p {
        margin-bottom: 0;
        line-height: 22px;
      }
    }
    /*-- ---------------- --*/

  /* --- MEDIA --- */
@media screen and (max-width: 575px) {
  .tabla .celda {
    padding:15px 15px 40px 15px !important;
  }

  .tabla .celda .bloque h1 {
    font-size:2em;
    line-height:1em;
    margin-bottom:10px;
  }
  .tabla .celda .bloque h3 {
    font-size:1.5em;
    line-height:1.25em;
    margin-bottom:10px;
  }
  .datos .icono {
    display:inline-block;
    margin-bottom:5px;
    font-size:1em;
  }

  .fondoBlanco {
     padding: 40px 0;
  }

  section.galeria {margin-bottom: 0px;}

  .tabla .celda .bloque textarea.form-control {
    height: 38px;
    resize: none;
    overflow: auto;
  }

  .tabla .celda .bloque #logo .imagen{
    max-width: 230px;
    height: auto;
  }

}


#actionsMobile {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  box-sizing: border-box;
  padding: 1.5% 0;
  z-index: 15;
  text-align: center;
  background: none;
  white-space: nowrap }
  @media (min-width: 768px) {
    #actionsMobile {
      display: none; } }
  #actionsMobile .boton {
    cursor:pointer;
    position: relative;
    padding: 8px;
    width: 29%;
    margin: 0 1.5%;
    display: inline-block;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    font-size: 1.5rem;
	  line-height: 1.5;
    border: 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5); }
  #actionsMobile .whatsapp {
    background: #4dc247; }
  #actionsMobile .consultar {
    background: #3b5998; }
  #actionsMobile .llamar {
    background: #10BF7A; }
  @media (max-width: 768px) {
    #actionsMobile {
      display: flex;
      justify-content: center;
      width: 100%; } }
  #actionsMobile .dropup {
    width: 30.33%;
    margin: 0 1.5%;
    float: left;
    text-align: center; }
    #actionsMobile .dropup button {
      width: 100%;
      margin: 0; }

      /* Video */

.fondoVideo {
	background-color: #f3f3f3;
  padding: 10px 20px;
  position: relative;
}


.bordeVideo {
	padding: 15px;
	border: 2px solid;
 	border-image: linear-gradient(45deg, #b3b3b3, #eaeaea, #b3b3b3) 1;
}

@media (max-width: 480px) {
	.bordeVideo {
		padding: 5px;
	}	
}

.video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; 
	height: 0;
	overflow: hidden;
	}

.video iframe,
.video object,
.video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.tituloVideo {
	text-align: center;
	font-weight: 600;
	padding-bottom: 0.7rem;
}

.btn-cancelacion-reserva {
  text-shadow: 1px 2px 3px #666;
}

.socialShare {
  position: relative;
  z-index: 0;
  padding-top: 20px;
  padding-bottom: 25px;
  display: flex;
  align-items: center; 
  letter-spacing: 0rem;
}
  
  .socialShare__text {
    font-size: 0.8rem;
    text-align: center;
    margin-right: 0.5rem; }
  .socialShare a {
    padding: 11px;
    font-size: 0.95rem;
    color: #fff !important;
    opacity: 1;
    transition: opacity 0.15s linear;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: width 0.6s;
    width: 10px;
    height: 10px;
    margin-right: 0.5rem; }
    .socialShare a:hover {
      opacity: 0.8; }
  .socialShare__facebook {
    background: #3b5998; }
  .socialShare__twitter {
    background: #000000; }
  .socialShare__whatsapp {
    background: #25D366; }

    .socialShare__icon{
      height:15px;
      width:15px;
      filter: invert(100%) sepia(99%) saturate(0%) hue-rotate(122deg) brightness(107%) contrast(100%);
    }    

.amenities{
  position: relative;
  padding: 10px 40px;
  background: #ffffff;
}





@media screen and (min-width:576px){
  .amenities .contenedor{
    max-width: 540px;
    margin: 0 auto;
  }
}

@media screen and (min-width:768px){
  .amenities .contenedor{
    max-width: 720px;
    margin: 0 auto;
  }
}

@media screen and (min-width:1200px){
  .amenities .contenedor{
    max-width: 1140px;
    margin: 0 auto;
  }
}

.tarifas__item__description{
  font-size: 0.85rem;
  line-height: 1.45rem;
  margin:0;
  color: #222;
}

.tarifas__item__description a{
  text-decoration:underline;
}

.tarifas__item__description strong,
.tarifas__item__description b{
  font-weight:bold;
}