@keyframes modal-video{from{opacity:0}to{opacity:1}}@keyframes modal-video-inner{from{transform:translate(0, 100px)}to{transform:translate(0, 0)}}.modal-video{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);z-index:1000000;cursor:pointer;opacity:1;animation-timing-function:ease-out;animation-duration:.3s;animation-name:modal-video;-webkit-transition:opacity .3s ease-out;-moz-transition:opacity .3s ease-out;-ms-transition:opacity .3s ease-out;-o-transition:opacity .3s ease-out;transition:opacity .3s ease-out}.modal-video-close{opacity:0}.modal-video-close .modal-video-movie-wrap{-webkit-transform:translate(0, 100px);-moz-transform:translate(0, 100px);-ms-transform:translate(0, 100px);-o-transform:translate(0, 100px);transform:translate(0, 100px)}.modal-video-body{max-width:940px;width:100%;height:100%;margin:0 auto;display:table}.modal-video-inner{display:table-cell;vertical-align:middle;width:100%;height:100%}.modal-video-movie-wrap{width:100%;height:0;position:relative;padding-bottom:56.25%;background-color:#333;animation-timing-function:ease-out;animation-duration:.3s;animation-name:modal-video-inner;-webkit-transform:translate(0, 0);-moz-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-ms-transition:-ms-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.modal-video-movie-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%}.modal-video-close-btn{position:absolute;z-index:2;top:-35px;right:-35px;display:inline-block;width:35px;height:35px;overflow:hidden;border:none;background:transparent}.modal-video-close-btn:before{transform:rotate(45deg)}.modal-video-close-btn:after{transform:rotate(-45deg)}.modal-video-close-btn:before,.modal-video-close-btn:after{content:'';position:absolute;height:2px;width:100%;top:50%;left:0;margin-top:-1px;background:#fff;border-radius:5px;margin-top:-6px}



@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?h1r6ov');
  src:  url('../fonts/icomoon.eot?h1r6ov#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?h1r6ov') format('truetype'),
    url('../fonts/icomoon.woff?h1r6ov') format('woff'),
    url('../fonts/icomoon.svg?h1r6ov#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-twitter:before {
  content: "\e900";
  color: #1da1f2;
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-instagram:before {
  content: "\ea92";
}


@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;

}

a{
  color: white;
  text-decoration: none;
}

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;
}
/*registro*/
.hero{
  background-image: url("../images/bg-1.jpg");
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 48px;
  height: 100vh;
}
.herop{
  background-image: url("../images/bg-1.jpg");
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 48px;
}
.container-index{
  width: 50%;
  background-color: white;
  display: flex;
  
}

.slider-h2{

}

.hero-min2{
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-min{
       background-image: url(../images/bg-1.jpg);
    background-repeat: repeat;
    background-size: cover;
    width: 50%;
    background-position: center bottom;
    
}
.hero-min img{
  width: 100%;
  margin: 0 ;
  padding: 0;
}

.hero-min2-p{
  margin: 0;
  padding: 0;
  
}
.wrapper2{
  width: 64%;
    padding: 20px;
    margin: 0 auto;
   }

.background {
 
  background-image: url('../images/welcome.jpg');
  background-size: cover;
  background-position: center;
}

.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;
    text-align: center;
}

.titulo span {
  text-decoration: underline;
}

.title-a {
  font-size: 3em;
  margin-top: 0;
  text-align: center;
}

.title-b {
  font-size: 50px;
  margin-bottom: 20px;
}

.menu-down{
  display: flex;
  justify-content: space-around;
}

.menu-down-item{
  
  margin-top: 40px;
  width: 350px;
  height: 240px;
  background-color: #007430;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  border-radius: 50px 0;
}

.portada {

  color: white;
  height: 100vh;
}
.portada-titulo{
  width: 30%;
    margin-right: 28px;
    background-color: rgb(0 116 48 / 48%);
    padding: 15px;
    border-radius: 50px 0;
}
.portada-video{
  width: 57%;
}

.portada button {
  margin-bottom: 70px;
}
.contenedor-portada {
  margin-top: 85px;
  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-down-item{
  text-align: center;
}
.menu-down-itemp{
  display: flex;
  flex-direction: column;

}
.menu-down-itemp {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.menu-down-itemp p{
  margin: 5px 0px;
}
.menu li:before{
  font-size: 50px;
  line-height: 20px;
  color: white;
}

.menu li {
    display: inline-block;
    margin-left: 9px;
    background: #007430;
    padding: 10px;
    border-radius: 11px 0;
}
.menu a {
    color: #ffffff;
    text-decoration: none;
    /* font-weight: 900; */
}

.logotipo {
  display: inline-block;
  margin-left: 0;
}


.header {
  position: relative;
      display: flex;
    width: 100%;
}



.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;
}

/*Gakeria*/

.galeria h2{
  font-size: 40px;
  color: white;
  margin-bottom: 40px;
}

.slider-h2{
    font-size: 40px;
  color: rgba(0, 0, 0, 0.52);
  margin-bottom: 40px;
  text-align: center;
}

.slider-img {
  width: 300px;
  height: 200px;
}

.video1{
 width: 33%;
    padding-left: 50px;
    margin-bottom: 20px;
  

}
.video1Item{
      margin: 0;
    padding: 21px 7px;
    background: white;
    font-size: 1.2rem;
    color: black;
    text-align: center;
    border-radius: 0 0 50px;
}
.video1Itemp{
      margin: 0;
    padding: 21px 7px 0px;
    background: white;
    font-size: 1.2rem;
    color: black;
    text-align: center;


}


.video1 img {
    width: 100%;
        border-radius: 50px 0 0;
}
.video1 figure{
  margin: 0;
    padding: 0;
}

.galeria-contenedor{
  display: flex;
  flex-wrap: wrap;
    justify-content: center;
}
/*Gakeria*/


@media screen and (max-width: 1400px) {

  .contenedor-portada {
    margin-top: 0px; 
    
}
.menu-down-item {
    margin-top: 0px;
    width: 300px;
    height: 200px;
    
  
  
}



}

@media screen and (max-width: 800px) {

  /* 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;
}

  
  /* 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) {
.galeria h2 {
    font-size: 40px;
    color: white;
    margin-bottom: 40px;
    text-align: center;
}
.title-a {
    font-size: 38px;
}
.video1 {
    width: 100%;
     padding-left: 0px; 
    margin-bottom: 20px;
}

  /*registro*/
   .hero {
    background-image: url(../images/bg-1.jpg);
    height: initial;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-index {
    width: 81%;
    background-color: white;
    display: flex;
    flex-direction: column;
    margin-top: 50px;
}

.hero-min {
    
  width: 100%;
  
}
.hero-min2 {
   width: 100%;
 
}

.wrapper {
    /* width: 350px; */
    padding: 20px;
    width: 284px;
}
  /*registro*/

  .contenedor-portada iframe{
       width: 89%;
    height: 226px;
    padding: 20px 0;
  }
  .portada-titulo {
    margin: 0 auto;
    width: 79%;
    margin-right: 28px;
    text-align: center;
}
.menu-down-item {
    margin-top: 17px;
    width: 259px;
    height: 170px;
}
.portada .contenedor {
    position: static;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.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: rgb(36 90 38 / 74%);
    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/welcome.jpg');
  }
}
