* {
  padding: 0;
  margin: 0;
}
aling-v {
  vertical-align: middle;
}
html,
body {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
ul {
  list-style: none;
}

@font-face {
  font-family: bebas;
  font-display: auto;
  src: url(../fonts/BebasNeue.otf);
}
@font-face {
  font-family: gabriola;
  font-display: auto;
  src: url(../fonts/Gabriola.ttf);
}
.padding_top_bottom {
  padding-top: 15px;
  padding-bottom: 15px;
}
.vertical_margin {
  margin-top: 20px;
}
.no_margin {
  margin: 0 !important;
}
.no_padding {
  padding: 0 !important;
}
.main_color {
  background-color: rgb(77, 183, 143);
}
.main_blue {
  background-color: rgb(0, 181, 212);
}
.red {
  background-color: red;
  position: relative;
}
.blue {
  background-color: blue;
}
.purple {
  background-color: purple;
}
.white_text {
  color: white;
}
.green_text {
  color: rgb(77, 183, 143);
}
.bebas {
  font-family: bebas;
  font-size: 24px;
}
.gabriola {
  font-family: gabriola;
  font-size: 22px;
}
.table {
  display: table;
  color: white;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
}
.tittle {
  height: 50px;
  font-family: bebas;
  font-weight: bold;
  font-size: 40px;
  text-shadow: 1px 1px black;
}
figure {
  position: relative;
}
figcaption p {
  font-size: 3vw;
  position: absolute;
  top: 0;
  font-weight: bold;
  left: 0;
  right: 0;
  text-align: center;
  color: rgb(90, 90, 90);
  text-shadow: none;
}
.center_absolute {
  position: absolute;
  text-align: center;
  left: 0;
  top: 10px;
  bottom: 0;
  right: 0;
  text-shadow: 0 0 1px white;
  font-weight: bold;
  font-size: 2vw;
}
.header {
  width: 100%;
  height: 50px;
  background-color: white;
  position: fixed;
  top: 0;
  z-index: 100;
}
.header nav .header_phones {
  display: inline-block;
  text-align: left;
  padding-top: 14px;
  padding-bottom: 8px;
}
.header nav .header_phones img {
  display: inline-block;
}
#header_wpp_image {
  width: 20px;
  height: 20px;
  margin-left: 5px;
  margin-right: 5px;
}

.sections {
  background-color: yellow;
  height: 400px !important;
}
#header_ul {
  margin-left: 60px;
}
#header_ul li a:hover {
  background-color: rgb(77, 183, 143);
  color: white;
}
#header_ul li a {
  color: black;
}
.language_container {
  width: 265px;
  height: 40px;
  margin-top: 5px;
  float: right;
  margin-right: 60px;
  display: flex;
}
.language_button {
  min-width: 70px;
  margin-left: 2.5px;
  margin-right: 2.5px;
  background-color: rgb(50, 182, 220);
  height: 30px;
  border-radius: 3px;
  margin-top: 5px;
  text-align: center;
  display: table;
  cursor: pointer;
  color: white;
  font-weight: bold;
}
.language_button p {
  display: table-cell;
  vertical-align: middle;
}

#reservaLinkContainer {
  padding-left: 4px;
  padding-right: 4px;
  background-color: rgb(252, 255, 77) !important;

  /* border:0.5px solid yellow !important;*/
}

#reservaLinkContainer:hover {
  background-color: rgba(34, 166, 115) !important;
  color: white;
}

.language_containerMobile {
  display: none;
  width: 90px;
  height: 40px;
  margin-top: 5px;
  float: right;
  margin-right: 5px;
}
#reservaLinkContainerMobile {
  padding-left: 4px;
  padding-right: 4px;
  background-color: rgb(252, 255, 77) !important;
  color: black !important;
}

#reservaLinkContainerMobile:hover {
  background-color: rgba(34, 166, 115) !important;
  color: white !important;
}
#reservaLink {
  text-decoration: none;
  color: black !important;
}

#reservaLink:hover {
  color: white !important;
}
#burger_menu {
  width: 60px;
  height: 100%;
  background-image: url(../images/icons/menu.png);
  background-size: 100% 100%;
  cursor: pointer;
}
/*-------Menu desplegble-------*/

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 100;
  top: 45px;
  left: 0;
  background-color: rgb(65, 65, 65);
  overflow-x: hidden;
  padding-top: 15px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#mobile-nav {
  z-index: 200;
}
.sidenav a {
  z-index: 200;
  padding: 8px 8px 8px 10px;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  color: white;
  display: block;
  transition: 0.3s ease;
}

.sidenav a:hover,
.offcanvas a:focus {
  color: #f1f1f1;
  background-color: rgb(48, 48, 48);
  border-radius: 2px;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

#main_container {
  margin-top: 50px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow-x: scroll;
}

/*----------------------------------slider------------------------*/
.slider-container {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.slider-wrapper {
  z-index: 90;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.slider-wrapper li {
  display: none;
}
li.slide-current {
  display: block;
}
#slider li img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 92;
  max-width: 100%;
  height: auto;
}

#slider li p {
  z-index: 92;
}

/* Controles del Slider
----------------------------------------*/

.slider-controls {
  text-align: center;
  z-index: 96;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6px;
  margin: auto;
}
.slider-controls li {
  background: black;
  display: inline-block;
  height: 5px;
  width: 15px;
  margin: 0 4px;
  cursor: pointer;
  text-align: center;
}
.slider-controls li.active {
  background: rgb(77, 183, 143);
}
/*-----------------------------------------------------------*/

/*---------------------Banner animations----------------*/
#banner_buttons {
  width: 100%;
  height: 29vw;
  z-index: 95;
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin-left: -15px;
}
#left {
  position: relative;
  width: 10%;
  display: table;
  height: 100%;
}
.button {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: rgb(0, 181, 212);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
}
.button:hover {
  width: 45px;
  height: 45px;
}
#left_button {
  background-image: url(../images/icons/leftarrow.gif);
  background-size: 50% 70%;
}
#right {
  position: relative;
  width: 10%;
  display: table;
  height: 100%;
}
#right_button {
  background-image: url(../images/icons/rightarrow.gif);
  background-size: 50% 70%;
}
#center {
  width: 80%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  font-family: bebas;
  color: white;
}
#center_left_text {
  height: 100%;
  width: 100%;
  display: none;
  text-align: center;
}
.bigger_text {
  font-size: 4.9vw;
}
.bigger_text2 {
  font-size: 6vw;
}
.bigger_text_brown {
  color: rgb(127, 127, 127);
  font-size: 7vw;
}
#center_left_text p {
  display: table-cell;
  vertical-align: middle;
  font-size: 3.8vw;
  color: white;
  font-weight: bold;
  font-family: bebas;
  line-height: 120%;
  text-shadow: 2px 2px black;
}
.center_leftc {
  width: calc(40% - 5px);
  height: 40%;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  overflow: hidden;
}
#center_right_text {
  height: 100%;
  width: 100%;
  display: none;
  text-align: center;
}
#center_right_text p {
  display: table-cell;
  vertical-align: middle;
  font-size: 3.8vw;
  color: white;
  font-weight: bold;
  font-family: bebas;
  line-height: 120%;
  text-shadow: 2px 2px black;
}
.banner_items {
  text-align: center;
  width: 100%;
  height: 50%;
  display: none;
  text-align: center;
  position: relative;
}

.banner_items a {
  text-align: center;
  display: inline;
  margin: 0 auto;
}
.banner_items a img {
  height: 40px;
  width: 40px;
}
.bluespan {
  color: #398db2;
  font-size: 4vw;
}
.orangeText {
  color: #c9592e;
  font-size: 5vw;
}
.greenText {
  color: rgb(15, 162, 56);
}
.center_rightc {
  width: calc(60% - 5px);
  height: 40%;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  position: absolute;
  overflow: hidden;
}

/*-------------------Sections---------------------------*/

#first_section {
  margin-top: 0;
  padding: 0;
  width: 100%;
  height: calc(28vw + 18px);
  position: relative;
  border-bottom: 8px solid rgb(77, 183, 143);
}
.gabriola_text {
  font-family: gabriola;
  font-size: 22px;
  font-weight: bold;
}
#main_logo {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  border-bottom: 8px solid rgb(77, 183, 143);
}
#main_logo img {
  width: 30%;
  height: 30%;
}
.home_services {
  display: inline-block;
  height: 65px;
}
.home_services:first-child {
  border-right: 4px solid rgb(77, 183, 143);
}
.home_services:last-child {
  border-left: 4px solid rgb(77, 183, 143);
}
.home_services img {
  display: inline-block;
  width: 60px;
  height: 60px;
  transition: all ease;
}
.home_services img:hover {
  transition: all ease;
  width: 65px;
  height: 65px;
}
.home_services p {
  display: inline-block;
}

#facebook_plugin_container {
  height: 10vw;
}
#facebook_plugin_container2 {
  height: 100%;
  width: 300px;
  margin-left: calc(50% - 150px);
  margin-top: calc(50% - 150px);
}

#facebook_plugin {
  background-color: rgb(0, 181, 212);
}

/*-------------------------SOMOS--------------------------------*/
#somos_image {
  background-image: url(../images/somos/somos.jpg);
  background-size: 100%;
  height: 27vw;
  width: 100%;
  background-repeat: no-repeat;
  border-bottom: 8px solid rgb(77, 183, 143);
}

#somos_logo {
  text-align: center;
}
#somos_logo img {
  height: 30%;
  width: 30%;
}
#somos_facebook {
  display: inline-block;
  border-right: 8px solid rgb(77, 183, 143);
  border-left: 8px solid rgb(77, 183, 143);
}
#somos_facebook img {
  display: inline-block;
  width: 61px;
  height: 62px;
}
#somos_facebook p {
  display: inline-block;
}

/*----------------------------tarifas--------------------------------------*/

#tarifasButton {
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 5px;
  min-width: 70px;
  background-color: rgb(50, 182, 220);
  height: 30px;
  border-radius: 3px;
  margin-top: 5px;
  text-align: center;
  cursor: pointer;
  color: white;
  font-weight: bold;
  border: none;
}
#tarifasTable {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#tarifasTable td,
#tarifasTable th {
  border: 1px solid #ddd;
  padding: 8px;
}

#tarifasTable tr:nth-child(even) {
  background-color: #f2f2f2;
}

#tarifasTable tr:hover {
  background-color: #ddd;
}

#tarifasTable th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: rgb(77, 183, 143);
  color: white;
}

#extraBeds {
  background-color: rgba(0, 150, 205, 0.7) !important;
  text-align: center;
  position: relative;
}
#extrabedsP {
  font-size: 2rem;
  text-shadow: 1px white;
  color: rgb(240, 52, 52);
  transition: 0.1s ease;
}

#extrabedsP:hover {
  color: rgb(235, 56, 56);
  text-shadow: 2px black;
  letter-spacing: 0.1px;
}
.tarifas_main_image {
  width: 100%;
  margin-top: -20px;
  text-align: center;
}
.tarifas_main_image img {
  width: 100%;
  height: auto;
}

.tarifas_main_image p {
  position: absolute;
  font-size: 2.8vw;
  bottom: 0;
  top: 75px;
  left: 0;
  right: 0;
  margin: auto;
  font-family: bebas;
}
.tarifas_services {
  height: 20vw;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.tarifas_services:hover .back {
  opacity: 1;
  transition: all 0.2s ease;
}

.back {
  width: 100%;
  height: 25%;
  opacity: 0.8;
  background-color: rgba(56, 56, 56, 0.9);
  transition: all 0.2s ease;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.back_blue {
  background-color: rgba(0, 150, 205, 0.7) !important;
}
.back_green {
  background-color: rgba(34, 166, 115, 0.7) !important;
}

.note {
  font-family: bebas;
  color: rgb(90, 90, 90);
  margin-top: 40px;
  font-size: 60px;
}
.tarifas_services p {
  text-align: center;
  font-weight: bold;
  font-size: 2vw;
  font-family: bebas;
  color: white;
  text-shadow: 1px 1px black;
  line-height: 120%;
}
.tarifas_services_name {
  position: absolute;
  font-size: 4vw !important;
  left: 0;
  right: 0;
  bottom: 35%;
}
.azalea-warning {
  font-size: 1.2rem !important;
  bottom: 28%;
  font-family: "Times New Roman", Times, serif !important;
  position: absolute;
  left: 0;
  right: 0;
}
.tarifas_services_prices_container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  justify-content: space-around;
}

.priceContainerLeft {
  width: 48% !important;
  height: 100%;
}

.priceContainerRight {
  width: 48% !important;
  height: 100%;
}
.tarifas_services_price {
  font-size: 1.8rem !important;
  margin-top: 10px;
}

.tarifas_note {
  padding-bottom: 20px;
  padding-top: 20px;
  font-size: 24px;
  color: rgb(240, 52, 52);
  font-weight: 600 !important;
  margin-top: -15px;
}

/*-----------------------MULTIMEDIA---------------------------------*/

.multimedia_images {
  height: 20vw;
  cursor: pointer;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0 !important;
  position: relative;
}

.multimedia_images .back p {
  position: absolute;

  left: 0;
  right: 0;
  top: calc(50% - 3vw);
  bottom: 0;
  text-align: center;
  font-weight: bold;
  font-size: 4vw;
  font-family: bebas;
  color: white;
  text-shadow: 1px 1px black;
}
.multimedia_images:hover .back {
  opacity: 1;
  transition: all 0.2s ease;
}
#eventos {
  background-image: url(../images/multimedia/eventos/eventos.jpg);
}
#casahotel {
  background-image: url(../images/multimedia/casahotel/casahotel.jpg);
}
#desayuno {
  background-image: url(../images/multimedia/desayuno/desayuno.jpg);
}
#jardin {
  background-image: url(../images/multimedia/jardin/jardin.jpg);
}
#paisaje {
  background-image: url(../images/multimedia/paisaje/paisaje.jpg);
}
#zonasComunes {
  background-image: url(../images/multimedia/patio.jpg);
}
#zonaSocial {
  background-image: url(../images/multimedia/zonaSocial.jpeg);
}
#restaurante {
  background-image: url(../images/multimedia/restaurante/restaurante.jpg);
}
#rooms {
  background-image: url(../images/multimedia/rooms/rooms.jpg);
}

/*-------------------CONTACTO------------------------------*/
input[type="text"] {
  border: none;
  width: 350px;
  margin-left: auto;
  margin-right: auto;
  height: 30px;
  border-radius: 5px;
  background-color: rgb(50, 182, 220);
  overflow: hidden;
  color: black;
  font-size: 18px;
}
input[name="mensaje"] {
  height: 60px;
}
input[type="submit"] {
  margin-top: 5px;
  border: 1px solid #dedede;
  border-radius: 1px;
  color: white;
  text-decoration: none;
  width: 130px;
  font-family: franklin;
  font-size: 16px;
  padding-bottom: 5px;
  background-color: rgb(128, 128, 128);
  margin-left: calc(50% - 65px);
  margin-right: auto;
  height: 40px;
  border-radius: 10px;
}
input[type="submit"]:hover {
  border-radius: 8px;
  background: rgb(77, 183, 143);
  border-color: #c7c7c7 #c3c3c3 #bebebe;
  box-shadow: 0 1px 1px #ebebeb, inset 0 1px 0 #f3f3f3;
  text-shadow: 0 1px 0 #fdfdfd;

  cursor: pointer;
  color: white;
  font-family: franklin;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px rgb(50, 182, 220) inset;
  box-shadow: 0 0 0 50px rgb(50, 182, 220) inset;
}
.warning {
  color: red;
  font-size: 4vw;
}
.succes {
  font-size: 4vw;
  color: rgb(132, 176, 53);
}
.succesr {
  color: rgb(0, 181, 212);
  font-size: 4vw;
}
::-webkit-input-placeholder {
  color: white;
  padding-left: 5px;
  font-weight: bold;
  font-size: 18px;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: white;
  padding-left: 5px;
  font-weight: bold;
  font-size: 18px;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
  padding-left: 5px;
  font-weight: bold;
  font-size: 18px;
}

:-ms-input-placeholder {
  color: white;
  padding-left: 5px;
  font-weight: bold;
  font-size: 18px;
}
#contact-background {
  background-image: url(../images/contact/monkey.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 650px;
}
#form_contact {
  height: 350px;
  background-color: white;

  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
}
#labelnombre {
  display: none;
  width: 100%;
  height: 10px;
  text-align: center;
  font-weight: bold;
  font-family: franklin;
}
#labelemail {
  display: none;
  width: 100%;
  height: 10px;
  text-align: center;
  font-family: franklin;
}

/*-------------------------RESERVAS--------------------------------*/
#reservas {
  height: 30px;
  width: 200px;
  border-radius: 5px;
  background-color: rgb(90, 90, 90);
  padding-left: 10px;
  color: white;
  display: table;
  position: fixed;
  bottom: 0px;
  cursor: pointer;
  right: 60px;
  z-index: 110;
}
#reservas p {
  display: table-cell;
  vertical-align: middle;
}
#reservas .arr2 {
  background: #fff;
  bottom: 5px;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 0px;
  pointer-events: none;
}
#reservas .arr2:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 23px;
  margin-top: -3px;
  pointer-events: none;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid white;
}
#reservas .arr2:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 23px;
  margin-top: -3px;
  pointer-events: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 7px solid white;
}

#reservas_form_container {
  background-color: rgb(77, 183, 143);
  height: 400px;
  border-radius: 5px;
  width: 320px;
  position: fixed;
  right: 0;
  bottom: 30px;
  z-index: 100;
  display: none;
  transition: 0.2s all ease;
  opacity: 0.3;
}
#close_reservas {
  height: 30px;
  background-color: white;
  width: 300px;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
}
#close_reservas p {
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
}
#close_reservas span {
  text-align: right;
  color: rgb(77, 183, 143);
  font-size: 30px;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
}
#reservas_form {
  width: 100%;
  height: 370px;
  border-radius: 5px;
  z-index: 100;
}
#reservas_form input[type="text"] {
  border: none;
  width: 280px;
  margin-left: 20px;
  margin-right: 20px;
  height: 30px;
  margin-top: 10px;
  border-radius: 5px;
  background-color: white;
  overflow: hidden;
  color: black;
  font-size: 18px;
}
#reservas_form input[type="date"] {
  border: none;
  width: 280px;
  margin-left: 20px;
  margin-right: 20px;
  height: 30px;
  margin-top: 10px;
  border-radius: 5px;
  background-color: white;
  overflow: hidden;
  color: black;
  font-size: 18px;
}
#reservas_form input[type="date"]::before {
  content: attr(data-placeholder);
  width: 100%;
  color: rgb(129, 129, 129);
}
#reservas_form input[type="date"]:focus::before,
#reservas_form input[type="date"]:valid::before {
  display: none;
}

#reservas_form input[name="sugerencias"] {
  height: 60px;
}
#reservas_form input[type="submit"] {
  margin-top: 5px;
  border: 1px solid #dedede;
  border-radius: 1px;
  color: white;
  text-decoration: none;
  width: 130px;
  font-family: franklin;
  font-size: 16px;
  padding-bottom: 5px;
  background-color: rgb(0, 181, 212);
  margin-left: calc(50% - 65px);
  margin-right: auto;
  height: 40px;
  border-radius: 10px;
}
#reservas_form input[type="submit"]:hover {
  border-radius: 8px;
  background: rgb(128, 128, 128);
  border-color: #c7c7c7 #c3c3c3 #bebebe;
  box-shadow: 0 1px 1px #ebebeb, inset 0 1px 0 #f3f3f3;
  text-shadow: 0 1px 0 #fdfdfd;
  cursor: pointer;
  color: white;
  font-family: franklin;
}
.reservas_input::-webkit-input-placeholder {
  color: rgb(129, 129, 129);
  padding-left: 5px;
  font-weight: normal;

  font-size: 18px;
}

.reservas_input:-moz-placeholder {
  /* Firefox 18- */
  color: rgb(129, 129, 129);
  padding-left: 5px;
  font-weight: normal;
  font-size: 18px;
}

.reservas_input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgb(129, 129, 129);
  padding-left: 5px;
  font-weight: normal;
  font-size: 18px;
}

.reservas_input:-ms-input-placeholder {
  color: rgb(129, 129, 129);
  padding-left: 5px;
  font-size: 18px;
  font-weight: normal;
}
#labelnombrer {
  display: none;
  width: 100%;
  height: 10px;
  text-align: center;
  font-weight: bold;
  font-family: gabriola;
  color: white;
  font-size: 20px;
}
#labelemailr {
  display: none;
  width: 100%;
  height: 10px;
  text-align: center;
  font-family: gabriola;
  color: white;
  font-size: 20px;
}
#reservas_form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px white inset;
  box-shadow: 0 0 0 50px white inset;
}

#reservas_form select {
  border: none;
  width: 280px;
  margin-left: 20px;
  margin-right: 20px;
  height: 30px;
  margin-top: 10px;
  border-radius: 5px;
  background-color: white;
  overflow: hidden;
  color: rgb(129, 129, 129);
  font-size: 18px;
  cursor: pointer;
}

/*--------------------------FOOTEr---------------------------*/
/* The Modal (background) */
.modalP {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 201; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-contentP {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  text-align: center;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

#promoCodeContainer {
  width: 110px;
  height: 30px;
  border-radius: 10px;
  position: fixed;
  background-color: rgb(252, 255, 77) !important;
  z-index: 201;
  bottom: 10px;
  right: 10px;
  display: table;
  cursor: pointer;
  font-weight: bold;
}

#promoCodeContainer p {
  display: table-cell;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
}

.footer_items {
  display: inline-block;
  text-align: center;
  height: 50px;
}
.footer_items img {
  display: inline-block;
  height: 25px;
  width: 25px;
}
.footer_items p {
  margin-left: 5px;
  display: inline-block;
  color: white;
  font-weight: bold;
}
.footer_items:nth-child(2) img {
  height: 25px;
  width: 18px;
}
.footer_items:nth-child(3) img {
  cursor: pointer;
}

.ventana {
  width: 100%;
  height: 100%;
  position: fixed;
  background-image: url(../imagenes/ventana1.png);
  display: none;
  z-index: 2;
}
.hidden_back {
  display: none;
}
/*--------------------------------media querys------------------*/

@media screen and (max-width: 1200px) {
  #facebook_plugin_container {
    height: 400px;
  }

  figcaption p {
    font-size: 3vw;
  }
  .tarifas_services,
  .multimedia_images {
    height: 60vw;
    background-size: 80% 100%;
  }

  .backImages .back {
    width: 80% !important;
    margin-left: 10%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .tarifas_services_price {
    font-size: 4rem !important;
  }
}
@media screen and (max-width: 1000px) {
  #header_ul {
    margin-left: 15px;
  }
  .language_container {
    margin-right: 15px;
  }
  #header_phones_two {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .language_containerMobile {
    display: flex;
  }

  .language_container {
    width: 250px;
    margin-left: 10px !important;
  }
  .language_button {
    min-width: 70px;
  }

  #reservaLink {
    font-size: 12px;
  }

  #first_section {
    height: calc(28vw + 6px);
  }
  .xs-table {
    display: table;
  }
  .tarifas_services,
  .multimedia_images {
    height: 60vw;
    background-size: 80% 100%;
  }
  .tarifas_services_name {
    font-size: 7vw !important;
  }
}
@media screen and (max-width: 768px) {
  .warning {
    font-size: 6vw;
  }
  .succes {
    font-size: 6vw;
  }
  .succesr {
    font-size: 6vw;
  }

  .header {
    background-color: rgb(0, 181, 212);
  }

  #facebook_plugin_container {
    height: 400px;
  }
  .home_services {
    display: inline-block;
    height: 80px;
  }
  .home_services img {
    transition: 0.2s all ease;
    width: 50px;
    height: 50px;
  }
  .home_services img:hover {
    transition: 0.2s all ease;
    width: 55px;
    height: 55px;
  }
  .home_services p {
    font-family: bebas;
    font-size: 18px;
  }

  figcaption p {
    font-size: 6vw;
    position: absolute;
    top: calc(50% - 3vw);
    font-weight: bold;
    left: 0;
    color: white;
    right: 0;
    text-align: center;
    text-shadow: none;
  }

  #reservas {
    bottom: 0px;
    right: 0px !important;
    left: 0px;
    margin: auto;
  }
  #reservas_form_container {
    left: 0;
    right: 0;
    margin: auto;
  }

  /*----------------------BANNER BUTTONS------*/
  .button {
    width: 25px;
    height: 25px;
  }
  .button:hover {
    width: 28px;
    height: 28px;
  }
  #center_left_text p {
    text-shadow: 0.5px 0.5px black !important;
  }
  #center_right_text p {
    text-shadow: 0.5px 0.5px black !important;
  }
  .banner_items {
    padding-top: 0;
    padding-bottom: 0;
  }
  .banner_items a img {
    height: 20px;
    width: 20px;
  }

  /*----------------TARIFAS---------------------*/
  .tarifas_main_image img {
    width: 100%;
    height: 150px;
  }
  .tarifas_main_image p {
    font-size: 8vw;
    top: 2vh;
  }

  /*---------------------SOMOS-------------------*/

  #somos_video {
    height: 200px;
    margin-top: 20px;
  }

  /**************MULTIMEDIA--------------------*/
  #multimedia_video {
    height: 200px;
  }
}

/*---------------------------PHOTOS----------------*/

.photos-contenedor {
  width: 90%;
  height: 80%;
  margin-bottom: 10%;
  margin-right: 5%;
  margin-left: 5%;
  position: fixed;
  z-index: 200;
  visibility: hidden;
  display: flex;
  flex-wrap: wrap;
}

.photo-boton {
  width: 10%;
  height: 100%;
  display: flex;
  flex-wrap: Wrap;
  text-align: center;
  position: relative;
}
#atras {
  margin-left: 15%;
}
#siguiente {
  margin-right: 15%;
}
#content-pics {
  width: 50%;
  height: 100%;
}

.photo-pics {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
}
#photo-logo {
  width: 150px;
  height: 60px;
  position: absolute;
  bottom: 5px;
  margin: 5px;
  background-image: url(../imagenes/Logovilablanco.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.bt-cambiarphoto1 {
  width: 50px;
  height: 50px;
  border-style: none;
  border-radius: 100%;
  background-color: rgb(0, 181, 212);
  cursor: pointer;
  outline: none;
  position: absolute;
  margin: auto;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
}
.bt-cambiarphoto2 {
  width: 50px;
  height: 50px;
  border-style: none;
  border-radius: 100%;
  border-style: none;
  background-color: rgb(0, 181, 212);
  cursor: pointer;
  outline: none;
  position: absolute;
  margin: auto;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
}
.cerrar2 {
  text-align: right;
  height: 0px;
  width: calc(100% - 5px);
  margin-right: 5px;
  background-color: rgb(0, 181, 212);
  color: rgb(0, 181, 212);
  font-size: 22px;
  font-weight: bold;
  text-shadow: 1px 1px black;
}
.cerrar2 a {
  color: rgb(0, 181, 212);
  text-decoration: none;
}
.cerrar2 a:hover {
  color: rgb(77, 183, 143);
}
.flechas {
  width: 25px;
  height: 35px;
}

.ventana2 {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 200;
  background-color: rgba(56, 56, 56, 0.8);
  display: none;
  cursor: pointer;
}
.window-mobile {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 200;
  background-color: rgba(56, 56, 56, 0.8);
  display: none;
  cursor: pointer;
}
.mobilepics {
  overflow-y: scroll;
  width: calc(100% - 30px);
  height: 70%;
  position: fixed;
  top: 15%;
  left: 15px;
  right: 15px;
  bottom: 0;
  margin: 0 auto;
  display: none;
  z-index: 200;
}
.mobilepics {
  overflow-y: scroll;
  width: calc(100% - 30px);
  height: 70%;
  position: fixed;
  top: 15%;
  left: 15px;
  right: 15px;
  bottom: 0;
  margin: 0 auto;
  display: none;
  z-index: 200;
}
.mobilepics img {
  margin-top: 15px;
}
