﻿@font-face {
    font-family: 'icomoon';
    src:    url('../fonts/icomoon.eot?6s6d3k');
    src:    url('../fonts/icomoon.eot?6s6d3k#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?6s6d3k') format('truetype'),
        url('../fonts/icomoon.woff?6s6d3k') format('woff'),
        url('../fonts/icomoon.svg?6s6d3k#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-envelope:before {
    content: "\e900";
}
.icon-phone:before {
    content: "\e901";
}
.icon-menu:before {
    content: "\e902";
}
.icon-close:before {
    content: "\e903";
}



/** {
  width: tamaño;
  height: tamaño;
  padding: 10px;
  padding-top: 10px;
  padding-right: 13px;
  padding-left: 15px;
  padding-bottom: 5px;
  padding: 10px 13px 5px 15px;
  margin: 10px;
  margin-top: 10px;
  margin-right: 13px;
  margin-left: 15px;
  margin-bottom: 5px;
  margin: 10px 13px 5px 15px;
  border: 2px solid red;
}*/

body {
  font-family: 'Allerta', sans-serif;
  margin: 0;
  color:#8d9cae;

}


table {
  width: 100%;
}

th {
  background: #273b47;
  color: white;
}

th {
  padding: 10px 20px;
  text-align: left;
}

td {
  padding: 20px;
}

table, td, th {
  border: 1px solid #273b47;
  border-collapse: collapse;
}

input, textarea {
  outline: 0;
}

input:focus, textarea:focus {
  background: lightgray;
}
 .escondido{ display: none; }
.contenedor {
  max-width: 1200px;
  margin: auto;
  position: relative;
}

.background {
  background-color: #466173;
  background-image: url('../images/background.png');
  background-size: cover;
}

.button {
  border-radius: 12px;
  border: none;
  color: white;
  padding: 7px 12px;
  cursor: pointer;
  text-decoration: none;
  font-size: 18px;
  background: #0e94cc;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f3c5bd+0,e86c57+50,ea2803+51,ff6600+75,c72200+100;Red+Gloss */
  /*background: rgb(243,197,189); /* Old browsers */
  /* background: -moz-linear-gradient(top,  rgba(243,197,189,1) 0%, rgba(232,108,87,1) 50%, rgba(234,40,3,1) 51%, rgba(255,102,0,1) 75%, rgba(199,34,0,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(243,197,189,1) 0%,rgba(232,108,87,1) 50%,rgba(234,40,3,1) 51%,rgba(255,102,0,1) 75%,rgba(199,34,0,1) 100%);
  background: linear-gradient(to bottom,  rgba(243,197,189,1) 0%,rgba(232,108,87,1) 50%,rgba(234,40,3,1) 51%,rgba(255,102,0,1) 75%,rgba(199,34,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3c5bd', endColorstr='#c72200',GradientType=0 ); */

}

.titulo {
      font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    margin-bottom: 38px;
    margin-top: 40px;
}

.titulo span {
  text-decoration: underline;
}

.title-a {
  font-size: 17px;
  margin-top: 0;
}

.title-b {
  font-size: 50px;
  margin-bottom: 20px;
}




.portada {

  color: white;
  padding: 20px;
  height: 85vh;
}
.portada-titulo{
  width: 45%;
    margin-right: 28px;
}

.portada button {
  margin-bottom: 70px;
}
.contenedor-portada {
  margin-top: 35px;
  display: flex;
  justify-content: center;
}


.menu {
  font-size: 24px;
  display: inline-block;
  position: absolute;
  right: 0;
}

.menu li {
  display: inline-block;
  margin-left: 45px;
}

.menu li:before{
  font-size: 50px;
  line-height: 20px;
  color: white;
}

.menu a {
  color: white;
  text-decoration: none;
}

.logotipo {
  display: inline-block;
  margin-left: 0;
}


.header {
  position: relative;
}


.formulario{
background: white;
    color: black;
    padding: 28px;
}
.formulario-titulo{
      font-weight: bold;
    font-size: 22px;
    margin-top: 6px;
    margin-bottom: 7px;
}
.formulario-titulo span,.title-habitaciones-descripcion{
      color: #469aef;
      font-size: 20px;

}
.formulario-subtitulo{
  color: #908c8c;
}

input,textarea{
  outline: 0;
    margin: 6px 0px;
    background: #eaeaea;
    border: 0;
    padding: 11px 0px;
}

.col1{
  display: flex;
    flex-direction: column;
}

/*servicios*/
.servicios{
  display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    padding: 80px 0;
}
.item-servicios{
    width: 27%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.item-servicios figure{
  width: 95px;
  height: 95px;
  border-radius: 50%;
  border: 2px solid #f4883e;
  display: flex;
  justify-content: center;
  align-items: center;
}
.titulo-servicios{
  font-weight: bold;
  font-size: 19px;
}

/*servicios*/

/*habitaciones*/
.title-habitaciones{
  color:#f4883e;
  font-size: 2em;
}
.habitaciones-contenedor{
  display: flex;
  flex-flow: row wrap;
}
.habitaciones-item{
  width: 48%;
  margin-bottom: 60px;
}
.habitaciones-item img{
width: 100%
}
.habitaciones-item figure{
  margin: 0;
}
/*habitaciones*/
/*ubicacion*/
  .ubicacion{
  background-image: url('../images/ubicacion.png');
  display: flex;
  justify-content: space-between;
  color:white;

  }

.ubicacion-col1{
  width: 44%;
  position: relative;
}
.ubicacion-col1 img {
width: 65%;
position: absolute;
bottom: 10px;

}
  .ubicacion-col2{
    width: 56%;
  }

  .titulo-ubicacion{
    font-size: 2.5em;
    margin-bottom: 0;
  }
  .subtitulo-ubicacion{
    font-size: 1.8em;
    margin-top: 10px;
  }
 
.ubicacion-col2 ul li {
  margin-bottom: 5px;
  font-size: 1.1em;
}

/*ubicacion*/


.footer {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  margin:40px 0 20px 0;

}
.footer-col1{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer-col1 p{
  padding: 0 5px 0 18px;
  text-align: left;
  box-sizing: border-box;
  font-size: 11px;
}

.footer-col1,.footer-col3{
  width:25%;

}

.footer-col2{
  
  width: 49%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  
}
.footer-col2 ul{
  display: flex;
  justify-content: space-around; 
  font-style: none;


}
.footer-col2 ul li{
list-style:none;
}

.footer-col2 ul li a,.footer-col3 a{
  text-decoration: none;
  color:#8d9cae;

  

}
.footer-col2 p{
  text-align: center;
  font-size: 13px;
}
.footer-col3{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;

}
.footer-col3 a{
  margin: 5px 0;
}

.burguer-button {
  width: 40px;
  border-radius: 50%;
  line-height: 40px;
  height: 40px;
  background: #0e94cc;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: fixed;
  right: 20px;
  top: 20px;
  color: white;
  z-index: 3;
  display: none;
}



@media screen and (max-width: 800px) {
  /*body {
    border: 10px solid red;
  }*/
  /*.contenedor {
    width: auto;
    max-width: 800px;
  }*/

  /* precios */
  .tabla {
    margin: 50px 20px;
  }
  .tabla .contenedor {
    overflow: auto;
    border: 1px solid #273b47;
  }
  /* precios */
  /* portada */
  .titulo {
    font-size: 45px;
    margin-top: 30px;
  }
  .title-a {
    font-size: 18px;
  }
  .portada {
    height: auto;
  }
  .portada .button {
    margin-bottom: 30px;
    display: inline-block;
  }
  /* portada */



}

@media screen and (max-width: 768px) {

.contenedor-portada {
    margin-top: 35px;
    display: flex;
    flex-direction: column;
}
.portada-titulo {
  margin:0 auto;
     width: 90%; 
    margin-right: 28px;
    text-align: center;
}

.ubicacion-col1{
  width: 35%;
}
.ubicacion-col2{
  width: 65%;
}

  /* footer */
  .footer .contenedor {
    display: block;
  }

  .contacto {
    margin: 0 auto;
  }
  .formulario {
    display: block;
    margin: 0 auto;
    width: 85%;
  }

  .intereses label {
    display: block;
    font-size: 16px;
  }
  .col1 {
    margin: 0;
  }
  input[type="text"],
  input[type="email"] {
    font-size: 16px;
    padding: 5px;
  }
  textarea {
    width: 100%;
  }
  input[type="radio"],
  input[type="checkbox"] {
    zoom: 1.5;
  }
  /* footer */
}

@media screen and (max-width: 650px) {
    /* portada */

  .portada-titulo{
    text-align: center;
  }
  .contenedor-portada{
    display: block;

  }
  /* portada*/


  .header {
    text-align: center;
  }

  .logotipo {
    margin: 0;
  }

  .menu {
    position: static;
    display: block;
  }

  .menu li:first-child {
    margin: 0;
  }

  .menu ul {
    padding: 0;
  }

  /* guitarras */
  /*.video-demo {
    margin: 0 10px;
  }*/
  /* guitarras */

}


@media screen and (max-width: 500px) {
  .footer{
    display: flex;
    flex-direction: column;
  }
  .footer-col2,.footer-col1,.footer-col3{
    width: 90%;
    margin: 0 auto;

  }
.footer-col1  p{
  text-align: center;
  padding: 0;
}

  .footer-col2 {
    display: flex;
    justify-content: center;
  }

  .footer-col2 ul{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;

  }
  .footer-col2 ul li{
    border-bottom: 1px solid black;
    margin-bottom: 5px;

  }

  .footer-col3{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .ubicacion{
    display: flex;
    flex-direction: column-reverse;
    align-items: center;

  }

.ubicacion-col1,.ubicacion-col2{
  width: 90%;
}
.ubicacion-col1{
  text-align: center;
  margin-bottom: 20px;
}

.ubicacion-col1 img{
  position: initial;



}



  .habitaciones-item {
    width: 88%;
    margin: 0 auto 26px;
    /* margin-bottom: 60px; */
}

.title-habitaciones-descripcion {
  margin:0;
}


  .item-servicios {
    width: 50%;
   
}
  /* portada */
  .portada .button {
    display: block;
  }
  .precios .header .logotipo {
    margin: 50px 0;
  }
  .burguer-button {
    display: block;
  }
  .portada .contenedor {
    position: static;
  }
  .header {
    position: static;
  }
  .header .contenedor {
    position: static;
  }
  .menu {
    background: rgba(255, 60, 88, .8);
    position: fixed;
    left: -100%;
    top: 0;
    z-index: 2;
    bottom: 0;
    right: 0;
    display: flex;
    width: 100%;
    align-items: center;
    transition: .3s;
  }
  .menu.active {
    left: 0;
  }

  .menu ul {
    flex: 1;
  }
  .menu li {
    display: block;
    margin: 0;
    padding: 8px 0;
    border-bottom: 1px solid white;
  }

  .menu li:before {
    display: none;
  }

  .menu li:first-child {
    border-top: 1px solid white;
  }
  .portada {
    text-align: center;
  }
  .titulo {
    font-size: 30px;
  }

  .title {
    font-size: 16px
  }
  /* portada */

  

  /* footer */
  .col2 {
    align-items: stretch;
  }
  /* footer */

}



@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .background {
    background-image: url('../images/background2x.png');
  }
}




.contenedors{
  width: 100%;
  overflow: hidden;
}

.slider-contenedors{
  width: 100%;
  display: flex;
}

.contenido-slider{
  width: 100%;
  height:100vh;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-shrink: 0;
}

.contenido-slider:nth-child(2){
  background: #332863;
  color: #fff;
}

.contenido-slider:nth-child(3){
  background: #611a68;
}

.contenido-slider > img{
  width: 100%;
}

.contenido-slider > div{
  width: 40%;
}

.contenido-slider h2{
  font-weight: 300;
  text-align: justify;
  line-height: 30px;
}

.contenido-slider a{
  color: #fff;
  background: #332863;
  width: 100px;
  display: block;
  padding: 15px 0;
  text-align: center;
  border-radius: 3px;
  margin-top: 20px;
  text-decoration: none;
}

.contenido-slider:nth-child(2) a{
  background: #fff;
  color: #332863;
  
}

@media screen and (max-width:900px){
  .contenido-slider > img{
      width: 100%;
  }

  .contenido-slider > div{
      width: 40%;
  }

  .contenido-slider h2{
      font-size: 23px;
  }
  .contenido-slider{
    height: auto;
  }
  
  
}


@media screen and (max-width:600px){
  .contenido-slider{
     flex-direction: column-reverse;
  }

  .contenido-slider > div{
      width: 80%;
  }

}