.bartools{
  padding: 0 20px;
  margin: 0px 0px;
}
.language_center {
  text-align: right;
}
.language_center img{
margin: 0 5px;
width: 20px;
border: 1px solid #fff
}
.language {
  margin-left: 20px;
}
.language img{
margin: 0 5px;
width: 20px;
border: 1px solid #fff
}
.cright{
 text-align: right;
}
#linktitle{
  color: #fff;
  text-decoration: none;
}
.colorblue{
   color:  #2EC4B4;
}
.colorgrey{
   color:  #FFFFFF;
}
.resal{
   color:  #000;
}
.imgsize{
    width: 100%;
    height: 100%;
   /* margin-top: 20px*/
}
.imgrooms{
    width: 100%;
    margin: 20px auto;
    text-align: center;
}
.fontssize20{
  font-size: 20px
}
.fontssize12{
  font-size: 12px
}
.cell_left {
    float: left;
}
.cell_right {
    float: right;
}
.cell_50 {
    width: 49%;
}
.cell_20 {
    width: 19%;
}
.cell_80 {
    width: 79%;
}
.cell_60 {
    width: 59%;
}
.cell_40 {
    width: 39%;
}
.lista{
  background-color: #F7F8E0;
  margin: 10px 0;
  padding: 10px 0;
  overflow: auto;
}
a.linkgold {
  color: #ffee8c;
}
a:hover.linkgold {
  color: #edcb02;
}
a.linkgoldstrong {
  color: #a89003;
}
a:hover.linkgoldstrong {
  color: #edcb02;
}
.cell_left_foot{
  text-align: center;
  padding: 0px 0px 0px 0px
}
.divartis{
  margin-bottom: 70px 
}
.imgsartis img{
  width:24%;
}
@media (max-width: 320px) {
.primary_header {
  background-image: none;
}
.language_center{
  margin-top: 10px
}
.cell_50 {
  width: 100%;
  height: auto;
}
.cell_60 {
    width: 100%;
    height: auto;
}
.cell_40 {
    width: 100%;
    height: auto;
}
.imgsartis img{
  width:100%;
}
}
@media (min-width: 321px) and (max-width: 768px) {
.primary_header {
  background-image: none;
}
.language_center{
  margin-top: 10px
}
.cell_50 {
  width: 100%;
  height: auto;
}
.cell_60 {
    width: 100%;
    height: auto;
}
.cell_40 {
    width: 100%;
    height: auto;
}
.imgsartis img{
  width:100%;
}
}




/* botones redess */
.fa {
  padding: 5px 5px;
  width: 20px;
  text-align: center;
  text-decoration: none;
  margin: 0px 2px;
  border-radius: 10%;
}
.fa:hover {
    opacity: 0.7;
}
.fa-facebook {
  background: #000;
  color: white;
}
.fa-instagram {
  background: #000;
  color: white;
}
.fa-whatsapp {
  background: #000;
  color: white;
}
.fa-phone {
  color: white;
}
.fa-envelope {
  color: white;
}
/* fin botones redess */


/* menu */
header nav {
    width:100%;
    background:#00F3DE;
}
 
.menu_bar {
    display:none;
}
 
header nav ul {
    overflow:hidden;
    list-style:none;
    margin-top: 0%;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    letter-spacing: 1px;
}
 
header nav ul li {
    float:left;
}
 
header nav ul li a {
    color:#000;
    font-size: 12px;
    padding:20px;
    display:block;
    text-decoration:none;
    text-transform: uppercase;
}
 
header nav ul li span {
    margin-right:10px;
}
 
header nav ul li a:hover {
    background:#2EC4B4;
    color:#fff;
}
header nav ul li a.linkcheck {
    background:#00c9b8;
    color:#fff;
}
 
section {
  /*  padding:20px;*/
}
 
@media screen and (max-width:800px ) {
    header nav {
        width:80%;
        height:100%;
        left:-100%;
        margin:0;
        position: fixed;
    }
 
    header nav ul li {
        display:block;
        float:none;
        border-bottom:1px solid rgba(255,255,255, .3);
    }
 
    .menu_bar {
        display:block;
        width:100%;
        background:#00F3DE;
    }
 
    .menu_bar .bt-menu {
        display:block;
        padding:20px;
        background:#00F3DE;
        color:#000;
        text-decoration:none;
        font-weight: bold;
        font-size:25px;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box;
    }
 
    .menu_bar img {
        float:right;
    }
}




/* Slideshow container */
.slideshow-container {
  /* max-width: 1000px;*/
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}





/*
popup google maps
*/
.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}
#popupBody{
    width: 46%;
    padding: 2%;
    border-radius: 15px;
    box-shadow: 0 0 5px #CCC;
    background: #FFF;
    position: relative;
    transition: all 5s ease-in-out;
    margin: 10% auto;    
}
#cerrar{
    position: absolute;
    top: -40px;
    right: 5px;
    transition: all 200ms;
    font-size: 40px;
    font-weight: bold;
    text-decoration: none;
    color: #F00;
}
.google-maps {
        position: relative;
        padding-bottom: 75%;
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
    .divvideo {
        position: relative;
        padding-bottom: 75%;
        height: 0;
        overflow: hidden;
    }
    .divvideo video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
/*
fin popup google maps
*/



/*
iframe form google
*/
 #Iframe-Liason-Sheet {
    max-width: 760px;
    max-height: 1300px;
    overflow: hidden;
    }
    /* inner wrapper: make responsive */
    .responsive-wrapper {
    position: relative;
    height: 0; /* gets height from padding-bottom setting */
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    }
    .responsive-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: none;
    }
    /* padding-bottom = h/w as a % */
    .responsive-wrapper-wxh-760x1200 {
    padding-bottom: 363.6364%;
    }
    .iframe-border {
    border: 1px solid #fff;
    }
    .center-block-horiz {
    margin-left: auto !important;
    margin-right: auto !important;
    }
/*
fin iframe form google
*/




    /*Estilos de la galeria*/

.galeria {
    width: 90%;
    margin: auto;
    list-style: none;
    padding: 20px;
    box-sizing: border-box;
    
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.galeria li {
    margin: 5px;
}

.galeria img {
    width: 150px;
    height: 100px;
}

/*Estilos del modal*/

.modal {
    display: none;
}

.modal:target {
    
    display: block;
    position: fixed;
    background: rgba(0,0,0,0.8);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modal h3 {
    color: #fff;
    font-size: 30px;
    text-align: center;
    margin: 15px 0;
}

.imagen {
    width: 100%;
    height: 50%;
    
    display: flex;
    justify-content: center;
    align-items: center;
}

.imagen a {
    color: #fff;
    font-size: 40px;
    text-decoration: none;
    margin: 0 10px;
}

.imagen a:nth-child(2) {
    margin: 0;
    height: 100%;
    flex-shrink: 2;
}

.imagen img {
    width: 500px;
    height: 100%;
    max-width: 100%;
    border: 7px solid #fff;
    box-sizing: border-box;
}

.cerrargale {
    display: block;
    background: #fff;
    width: 25px;
    height: 25px;
    margin: 15px auto;
    text-align: center;
    text-decoration: none;
    font-size: 25px;
    color: #000;
    padding: 5px;
    border-radius: 50%;
    line-height: 25px;
}





.main {
  width:90%;
  max-width:1000px;
  margin:20px auto;
}
 
.slides {
  width:100%;
}
 
.slides img {
  width:100%;
}
 
.slidesjs-pagination {
  background:#424242;
  list-style:none;
  overflow:hidden;
}
 
.slidesjs-pagination li {
  float:left;
}
 
.slidesjs-pagination li a {
  display:block;
  padding:10px 20px;
  color:#fff;
  text-decoration:none;
}
 
.slidesjs-pagination li a:hover {
  background:#000;
}
 
.slides .active {
  background:#000;
}
 
.slidesjs-navigation{
  background:#000;
  color:#fff;
  text-decoration:none;
  display:inline-block;
  padding:13.5px 20px;
  float:right;
}