/* ---------- FONTS ---------*/
@font-face {
  font-family: 'Film';
  src: url('fonts/Filmotype - FilmotypeRoyalExpanded.otf');
  src: local('â˜º'), url('fonts/Filmotype - FilmotypeRoyalExpanded.otf') format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Whitman-Bold';
  src: url('fonts/Whitman-BoldLF.ttf');
  src: local('â˜º'), url('fonts/Whitman-BoldLF.ttf') format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Whitman-Italic';
  src: url('fonts/Whitman-ItalicLF.ttf');
  src: local('â˜º'), url('fonts/Whitman-ItalicLF.ttf') format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Whitman';
  src: url('fonts/whitman-romanosf.ttf');
  src: local('â˜º'), url('fonts/whitman-romanosf.ttf') format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* ------- BODY -------- */



li{
  list-style: none;
}

.amarillo{
  color:  #e5e0d1;
}

.container-fluid {
  background-color: #1f1c1d;
}

#barrancas {
	background-image: url(img/basaseachi.jpg);
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  /*background-position-y: -90px;*/
  color: #fff;
}

#dos-aguas {
  width: 300px;
  height: auto;
  display: block;
  margin: 30px auto;
}

#barrancas h1 {
  font-family: 'Film';
  font-size: 25px;
  letter-spacing: 4px;
  color: #e5e0d1;
  text-align: center;
}

#barrancas #dos {
  width: 55px;
}

#facturacion {
  position: relative;

}

#facturacion {
    top: 0;
    bottom: 0;
    margin: auto;
    height: 191px;
    position: fixed;
    width: 490px;
    left: 0;
    right: 0;
  }
  #facturacion.align-items-center{
    ms-flex-align: center!important;
    align-items: center;
    align-content: inherit;
  }

#facturacion .col-lg-2 {
  text-align: center;
}

#facturacion .col-lg-5 {
  padding: 0;
  cursor: pointer;
}

#barrancas h2 {
  color: #9ed6be;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1px;
  font-family: 'Whitman-Bold';
}

#barrancas p {
  text-align: center;
  font-family: 'Whitman-Italic';
}

#reservaciones .col-md-12{
  position: absolute;
  bottom: 90px;
}

#reservaciones .col-md-12{
  position: absolute;
  bottom: 90px;
}

#facturacion-btn .col-md-12{
   position: absolute;
  bottom: 120px;
}

#social .col-md-12{
  position: absolute;
  bottom: 70px;
  letter-spacing: 16px;
  text-align: center;
}

#social img {
  width: 16px;
}

#footer-logo img{
  width: 195px;
}

#footer-logo .col-md-12 {
  position: absolute;
  bottom: 10px;
  text-align: center;
}

#formulario-contacto button {
    background-color: #e5e0d1;
    color: rgb(71,69,72);
    border: none;
    padding: 11px 20px;
    border-radius: 4px;
}
/*------------ MODAL ----------- */
.btn-info {
  background-color: #9ed6be !important;
  color: black !important;
}
.modal-header {
  border-bottom: none !important;
}

.modal-footer {
  border-top: none !important;
}

.modal-title, label {
  font-family: 'Whitman-Bold';
}

.modal-content {
    background-color: rgba(71,69,72,0.9) !important;
    border: 1px solid rgba(71,69,72,.3) !important;
    color:#e5e0d1;
    font-family: 'Whitman-Bold';
    text-align: center;
}

.close {
   opacity: 1 !important;
    color: #9ed6be !important;
  }

.form-control {
  color: #231f20 !important;
  border: 1px solid #231f2059 !important;
  background-color: #e5e0d1 !important;
}

input:-internal-autofill-previewed, input:-internal-autofill-selected, textarea:-internal-autofill-previewed, textarea:-internal-autofill-selected, select:-internal-autofill-previewed, select:-internal-autofill-selected {
	color: #231f20 !important;
  border: 1px solid #231f2059 !important;
  background-color: #e5e0d1 !important;
}

a:hover {
  text-decoration: none !important;
}

/*

@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

.hvr-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: .2s, 1s;
  animation-duration: .2s, 1s;
  -webkit-animation-delay: 0s, .2s;
  animation-delay: 0s, .2s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}
*/


/* FONFO ANIMACIONES */
.carrusel,
.carrusel:after {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}

.carrusel li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
  -webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 18s linear infinite 0s;
    -moz-animation: imageAnimation 18s linear infinite 0s;
    -o-animation: imageAnimation 18s linear infinite 0s;
    -ms-animation: imageAnimation 18s linear infinite 0s;
    animation: imageAnimation 18s linear infinite 0s;
}
.carrusel li div {
    z-index: 1000;
    bottom: 30px;
    opacity: 0;
    color: #e5e0d1;
    -webkit-animation: titleAnimation 18s linear infinite 0s;
    -moz-animation: titleAnimation 18s linear infinite 0s;
    -o-animation: titleAnimation 18s linear infinite 0s;
    -ms-animation: titleAnimation 18s linear infinite 0s;
    animation: titleAnimation 18s linear infinite 0s;
}

.div-1 {
  width: 270px;
  position: absolute;
  right: 0;
  left: auto;
  text-align: left;
  font-family: 'Whitman';
}
.div-2 {
  width: 333px;
  position: absolute;
  right: 0;
  left: auto;
  text-align: left;
  font-family: 'Whitman';
}
.div-3 {
  width: 270px;
  position: absolute;
  right: 0;
  left: auto;
  text-align: left;
  font-family: 'Whitman';
}
.carrusel li div h3 {
  font-size: 16px;
  margin-bottom: 0;
  /*font-family: 'Whitman';
  padding: 0;
  position: absolute;
  right: 2%;
  bottom: 25px;*/
}
.carrusel li div h5 {
  font-size: 16px;
  margin-bottom: 0;
  /*position: absolute;
  font-size: 16px;
  right: 2%;
  bottom: 5px;
  font-family: 'Whitman';*/
}
.carrusel li div h4 {
  font-size: 16px;
  margin-bottom: 0;
  /*position: absolute;
  right: 2%;
  bottom: 45px;
  font-size: 16px;
  text-align: center;
  font-family: 'Whitman';*/
}
.carrusel li:nth-child(1) span {
    background-image: url(img/basaseachi.jpg)


}
.carrusel li:nth-child(2) span {
    background-image: url(img/sierra.jpg);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}
.carrusel li:nth-child(3) span {
    background-image: url(img/rocas.jpg);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}

.carrusel li:nth-child(2) div {
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}
.carrusel li:nth-child(3) div {
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}

/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation {
    0% { opacity: 0;
    -webkit-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -webkit-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes imageAnimation {
    0% { opacity: 0;
    -moz-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -moz-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes imageAnimation {
    0% { opacity: 0;
    -o-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -o-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes imageAnimation {
    0% { opacity: 0;
    -ms-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -ms-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes imageAnimation {
    0% { opacity: 0;
    animation-timing-function: ease-in; }
    8% { opacity: 1;
         animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
/* Animation for the title */
@-webkit-keyframes titleAnimation {
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes titleAnimation {
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes titleAnimation {
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes titleAnimation {
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes titleAnimation {
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
/* Show at least something when animations not supported */
.no-cssanimations .carrusel li span{
  opacity: 1;
}





/*------------ RESPONSIVE ---------------- */
@media (max-width: 575.98px) {
  #barrancas {
    background-size: auto;
    background-position-y: center;
  }
  #barrancas .col {
    display: none;
  }
  #dos-aguas {
    margin: 30px auto;
  }
  #facturacion {
    top: 0;
    bottom: 0;
    margin: auto;
    height: 191px;
    position: fixed;
    width: 100%;
  }
  #facturacion.align-items-center{
    ms-flex-align: center!important;
    align-items: center;
    align-content: inherit;
  }
  #barrancas h1 {
    font-size: 18px;
  }
  #barrancas h1 {
    text-align: center;
  }
  #barrancas #dos {
    width: 50px;
  }
  #reservaciones .col-md-12 {
    bottom: 100px;
  }
  #facturacion .col-lg-5 {
    text-align: center !important;
    margin: 15px 0;
  }
  .carrusel li div {
    bottom: 23%;
  }
  .div-1, .div-2, .div-3 {
    width: 100%;
    text-align: center;
  }
  #facturacion-btn .col-md-12{
    bottom: 125px;
  }
}

@media (max-width: 359px) {

  #facturacion {
    top: 0;
    bottom: 0;
    margin: auto;
    height: 191px;
    position: fixed;
  }
  #facturacion.align-items-center{
    ms-flex-align: center!important;
    align-items: center;
    align-content: inherit;
  }
  .div-1, .div-2, .div-3 {
    display: none;
  }

}

@media (min-width: 576px) and (max-width: 767.98px) {
  #barrancas {
    background-size: auto;
    background-position-y: center;
  }
  #barrancas .col {
    display: none;
  }
  #facturacion {
    top: 0;
    bottom: 0;
    margin: auto;
    height: 191px;
    position: fixed;
  }
  #facturacion.align-items-center{
    ms-flex-align: center!important;
    align-items: center;
    align-content: inherit;
  }
  #barrancas h1 {
    text-align: center;
  }
  #barrancas #dos {
    width: 50px;
  }
  #reservaciones .col-md-12 {
    bottom: 90px;
  }
  #social .col-md-12 {
    bottom: 50px;
  }
  
  .carrusel li div {
    bottom: 23%;
  }
  .div-1, .div-2, .div-3 {
    width: 100%;
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #barrancas {
    background-size: auto;
    background-position-y: center;
  }
  #facturacion .col-lg-2 {
    padding: 0;
    text-align: right;
  }
  #barrancas #dos {
    width: 40px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #barrancas {
    background-size: auto;
    background-position-y: center;
  }
}





/*@media screen and (max-width: 1140px) {
    .carrusel li div h3 { font-size: 140px }
}
@media screen and (max-width: 600px) {
    .carrusel li div h3 { font-size: 80px }
}*/


