@charset "UTF-8";
/*
Theme Name: CocoRoom
Author: Bambam Comunicacion
Author URI: https://wordpress.org/
Description: CocoRoom is a custom theme from TwentySixteen Wordpress
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/******************************MIXINS******************************/
/******************************VARIABLES******************************/
@font-face {
  font-family: 'icomoon';
  src: url("/wp-content/themes/cocoroom/fonts/icomoon.eot?gobtnb");
  src: url("/wp-content/themes/cocoroom/fonts/icomoon.eot?gobtnb#iefix") format("embedded-opentype"), url("/wp-content/themes/cocoroom/fonts/icomoon.ttf?gobtnb") format("truetype"), url("/wp-content/themes/cocoroom/fonts/icomoon.woff?gobtnb") format("woff"), url("/wp-content/themes/cocoroom/fonts/icomoon.svg?gobtnb#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-ico-up:before {
  content: "\e900";
}

.icon-ico-down:before {
  content: "\e901";
}

.icon-ico-right:before {
  content: "\e902";
}

.icon-ico-left:before {
  content: "\e903";
}

.icon-ico-close:before {
  content: "\e904";
}

.icon-ico-phone:before {
  content: "\e905";
}

.icon-facebook:before {
  content: "\e906";
}

.icon-twitter:before {
  content: "\e907";
}

.icon-instagram:before {
  content: "\e908";
}

.icon-tripadvisor:before {
  content: "\e909";
}

.icon-calendario:before {
  content: "\e90a";
}

.icon-borrar:before {
  content: "\e90b";
}

.icon-candado:before {
  content: "\e90c";
}

/*****General*****/
* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
}

*, *::after, *::before {
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}

body {
  background: white;
  font-family: "Poppins", sans-serif;
  color: #292929;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  position: relative;
  overflow-x: hidden;
  background: white;
}

div {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px 0;
  padding: 0;
}

h1 {
  font-size: 36px;
  line-height: 38px;
}

@media only screen and (max-width: 991px) {
  h1 {
    font-size: 32px;
    line-height: 34px;
  }
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 28px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 480px) {
  h1 {
    font-size: 24px;
    line-height: 26px;
  }
}

h2 {
  font-size: 32px;
  line-height: 34px;
}

@media only screen and (max-width: 991px) {
  h2 {
    font-size: 28px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 25px;
    line-height: 27px;
  }
}

@media only screen and (max-width: 480px) {
  h2 {
    font-size: 22px;
    line-height: 24px;
  }
}

h3 {
  font-size: 28px;
  line-height: 30px;
}

@media only screen and (max-width: 991px) {
  h3 {
    font-size: 24px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 767px) {
  h3 {
    font-size: 22px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 480px) {
  h3 {
    font-size: 20px;
    line-height: 22px;
  }
}

h4 {
  font-size: 24px;
  line-height: 26px;
}

@media only screen and (max-width: 991px) {
  h4 {
    font-size: 22px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 767px) {
  h4 {
    font-size: 20px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 480px) {
  h4 {
    font-size: 18px;
    line-height: 20px;
  }
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
  margin: 0 0 15px 0;
}

ul li p {
  margin: 0;
}

ol {
  margin: 0;
  padding: 0 0 0 20px;
  font-weight: 600;
}

ol li {
  margin: 0 0 15px 0;
}

ol li p {
  margin: 0;
}

p {
  margin: 0 0 15px 0;
  padding: 0;
  font-weight: 400;
}

strong {
  font-weight: 600;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}

a {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transform: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  outline: none;
  text-decoration: none;
  position: relative;
}

:active, :focus {
  border: 0;
  outline: none;
}

select, textarea, input {
  -webkit-appearance: none;
  border-radius: 0;
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
}

/*****Grid*****/
section, footer {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: auto;
  padding: 100px 0;
}

@media only screen and (max-width: 991px) {
  section, footer {
    padding: 80px 0;
  }
}

@media only screen and (max-width: 767px) {
  section, footer {
    padding: 60px 0;
  }
}

section .container, footer .container {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

@media only screen and (max-width: 767px) {
  section .container, footer .container {
    padding: 0 20px;
  }
}

section .container .row, footer .container .row {
  margin-left: -15px;
  margin-right: -15px;
  max-width: none;
}

@media only screen and (max-width: 767px) {
  section .container .row, footer .container .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}

section .container .row .col, footer .container .row .col {
  position: relative;
  float: left;
  padding: 0 15px;
}

@media only screen and (max-width: 767px) {
  section .container .row .col, footer .container .row .col {
    padding: 0 10px;
  }
}

section .container .row .col.col20, footer .container .row .col.col20 {
  width: 20%;
}

@media only screen and (max-width: 991px) {
  section .container .row .col.col20, footer .container .row .col.col20 {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  section .container .row .col.col20, footer .container .row .col.col20 {
    width: 100%;
  }
}

section .container .row .col.col25, footer .container .row .col.col25 {
  width: 25%;
}

@media only screen and (max-width: 991px) {
  section .container .row .col.col25, footer .container .row .col.col25 {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  section .container .row .col.col25, footer .container .row .col.col25 {
    width: 100%;
  }
}

section .container .row .col.col33, footer .container .row .col.col33 {
  width: 33.3333%;
}

@media only screen and (max-width: 991px) {
  section .container .row .col.col33, footer .container .row .col.col33 {
    width: 100%;
  }
}

section .container .row .col.col40, footer .container .row .col.col40 {
  width: 40%;
}

@media only screen and (max-width: 991px) {
  section .container .row .col.col40, footer .container .row .col.col40 {
    width: 100%;
  }
}

section .container .row .col.col50, footer .container .row .col.col50 {
  width: 50%;
}

@media only screen and (max-width: 991px) {
  section .container .row .col.col50, footer .container .row .col.col50 {
    width: 100%;
  }
}

section .container .row .col.col60, footer .container .row .col.col60 {
  width: 60%;
}

@media only screen and (max-width: 991px) {
  section .container .row .col.col60, footer .container .row .col.col60 {
    width: 100%;
  }
}

section .container .row .col.col66, footer .container .row .col.col66 {
  width: 66.6666%;
}

@media only screen and (max-width: 991px) {
  section .container .row .col.col66, footer .container .row .col.col66 {
    width: 100%;
  }
}

section .container .row .col.col75, footer .container .row .col.col75 {
  width: 75%;
}

@media only screen and (max-width: 991px) {
  section .container .row .col.col75, footer .container .row .col.col75 {
    width: 100%;
  }
}

section .container .row .col.col100, footer .container .row .col.col100 {
  width: 100%;
}

.clearfix {
  clear: both;
  float: none;
}

/*****Botones*****/
.boton {
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(45deg, #edce4b, #f1da78);
  background-image: -o-linear-gradient(45deg, #edce4b, #f1da78);
  background-image: linear-gradient(45deg, #edce4b, #f1da78);
  background: #f5e264;
  background: linear-gradient(to top right, #edce4b, #f5e264);
  color: #151515;
  padding: 0 20px;
  border-radius: 4px;
  line-height: 40px;
  font-size: 14px;
  margin: 0;
  font-weight: 600;
  height: 40px;
  display: block;
}

.boton-link, .link {
  text-decoration: underline;
  color: #151515;
  font-weight: 600;
}

/*****Titulo*****/
.titulo-barra {
  font-size: 36px;
  line-height: 38px;
}

@media only screen and (max-width: 991px) {
  .titulo-barra {
    font-size: 32px;
    line-height: 34px;
  }
}

@media only screen and (max-width: 767px) {
  .titulo-barra {
    font-size: 28px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 480px) {
  .titulo-barra {
    font-size: 24px;
    line-height: 26px;
  }
}

.titulo-barra:after {
  content: "";
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(45deg, #edce4b, #f1da78);
  background-image: -o-linear-gradient(45deg, #edce4b, #f1da78);
  background-image: linear-gradient(45deg, #edce4b, #f1da78);
  width: 150px;
  height: 3px;
  display: block;
  margin: 20px 0 40px 0;
}

.titulo-secundario {
  font-size: 28px;
  line-height: 30px;
  color: #717171;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

@media only screen and (max-width: 991px) {
  .titulo-secundario {
    font-size: 24px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 767px) {
  .titulo-secundario {
    font-size: 22px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 480px) {
  .titulo-secundario {
    font-size: 20px;
    line-height: 22px;
  }
}

.destacado {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}

/*****Pattern*****/
.background-pattern {
  overflow: hidden;
}

.background-pattern .container {
  overflow: auto;
}

.background-pattern .container .row {
  padding: 1px 0;
  position: relative;
  z-index: 1;
}

.background-pattern .pattern {
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 600px) {
  .background-pattern .pattern {
    display: none;
  }
}

.background-pattern .pattern span {
  background: url("/wp-content/themes/cocoroom/img/pattern/1.svg") no-repeat center center;
  height: 140px;
  width: 100px;
  display: block;
  z-index: 0;
  position: absolute;
  left: 5%;
  top: 100px;
}

.background-pattern .pattern span:nth-child(2) {
  background: url("/wp-content/themes/cocoroom/img/pattern/2.svg") no-repeat center center;
  height: 30px;
  width: 30px;
  left: 20%;
  top: 300px;
}

.background-pattern .pattern span:nth-child(3) {
  background: url("/wp-content/themes/cocoroom/img/pattern/3.svg") no-repeat center center;
  height: 80px;
  width: 80px;
  left: 48%;
  top: 80px;
}

.background-pattern .pattern span:nth-child(4) {
  background: url("/wp-content/themes/cocoroom/img/pattern/4.svg") no-repeat center center;
  height: 20px;
  width: 20px;
  left: 38%;
  top: 80px;
}

.background-pattern .pattern span:nth-child(5) {
  background: url("/wp-content/themes/cocoroom/img/pattern/5.svg") no-repeat center center;
  height: 20px;
  width: 20px;
  left: 77%;
  top: 240px;
}

.background-pattern .pattern span:nth-child(6) {
  background: url("/wp-content/themes/cocoroom/img/pattern/6.svg") no-repeat center center;
  height: 20px;
  width: 90px;
  left: 55%;
  top: 300px;
}

.background-pattern .pattern span:nth-child(7) {
  background: url("/wp-content/themes/cocoroom/img/pattern/7.svg") no-repeat center center;
  height: 20px;
  width: 20px;
  left: 7%;
  top: 400px;
}

.background-pattern .pattern span:nth-child(8) {
  background: url("/wp-content/themes/cocoroom/img/pattern/8.svg") no-repeat center center;
  height: 100px;
  width: 100px;
  left: 95%;
  top: 320px;
}

.background-pattern .pattern span:nth-child(9) {
  background: url("/wp-content/themes/cocoroom/img/pattern/2.svg") no-repeat center center;
  height: 30px;
  width: 30px;
  left: 72%;
  top: 400px;
}

.background-pattern .pattern span:nth-child(10) {
  background: url("/wp-content/themes/cocoroom/img/pattern/9.svg") no-repeat center center;
  height: 20px;
  width: 90px;
  left: 88%;
  top: 100px;
}

.background-pattern .pattern span:nth-child(11) {
  background: url("/wp-content/themes/cocoroom/img/pattern/10.svg") no-repeat center center;
  height: 40px;
  width: 70px;
  left: 46%;
  top: 400px;
}

.background-pattern .pattern span:nth-child(12) {
  background: url("/wp-content/themes/cocoroom/img/pattern/2.svg") no-repeat center center;
  height: 30px;
  width: 30px;
  left: 50%;
  top: 660px;
}

.background-pattern .pattern span:nth-child(13) {
  background: url("/wp-content/themes/cocoroom/img/pattern/3.svg") no-repeat center center;
  height: 80px;
  width: 80px;
  left: 22%;
  top: 580px;
}

.background-pattern .pattern span:nth-child(14) {
  background: url("/wp-content/themes/cocoroom/img/pattern/11.svg") no-repeat center center;
  height: 70px;
  width: 40px;
  left: 90%;
  top: 600px;
}

/******************************Reservas******************************/
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
}

.proceso-reserva {
  padding-bottom: 0;
}

.proceso-reserva .container .punto-juego {
  font-weight: 700;
  font-size: 25px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  display: block;
  background: #f5e264;
  border-radius: 50%;
  text-align: center;
  margin: 0 0 10px 0;
}

.proceso-reserva .container .titulo-punto-juego {
  font-size: 24px;
  line-height: 28px;
  margin: 0 0 20px 0;
}

@media only screen and (max-width: 991px) {
  .proceso-reserva .container .titulo-punto-juego {
    font-size: 22px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .proceso-reserva .container .titulo-punto-juego {
    font-size: 20px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 480px) {
  .proceso-reserva .container .titulo-punto-juego {
    font-size: 18px;
    line-height: 20px;
  }
}

.proceso-reserva .container .subtitulo-punto-juego {
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 20px 0;
}

@media only screen and (max-width: 480px) {
  .proceso-reserva .container .subtitulo-punto-juego {
    font-size: 16px;
    line-height: 18px;
  }
}

.proceso-reserva .container .importante {
  background: #f5e264;
  padding: 10px 15px;
  font-weight: 600;
  margin: 0;
}

.proceso-reserva .container .tabla-info {
  padding: 20px 25px;
  border: 1px solid #717171;
  color: #717171;
  font-size: 13px;
  line-height: 16px;
  margin: 50px 0;
}

@media only screen and (max-width: 991px) {
  .proceso-reserva .container .tabla-info {
    margin: 30px 0 50px 0;
  }
}

@media only screen and (max-width: 991px) {
  .proceso-reserva .container .tabla-info {
    margin: 30px 0 50px 0;
  }
}

@media only screen and (max-width: 767px) {
  .proceso-reserva .container .tabla-info {
    margin: 20px 0 50px 0;
  }
}

.proceso-reserva .container .tabla-info .titulo-tabla-info {
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
}

.proceso-reserva .container .tabla-info a {
  color: #292929;
  font-weight: 600;
}

.proceso-reserva .container .tabla-info p:last-child {
  margin: 0;
}

.proceso-reserva .container .step1 select {
  -webkit-appearance: none;
  width: 100%;
  border: none;
  /*background: #f5e264;*/
  background: transparent;
  font-size: 14px;
  padding: 5px;
  height: 30px;
  font-weight: bold;
}

@media only screen and (max-width: 991px) {
  .proceso-reserva .container .step1 select {
    max-width: 380px;
  }
}

.proceso-reserva .container .step2 .clendario {
  position: relative;
}

@media only screen and (max-width: 991px) {
  .proceso-reserva .container .step2 .clendario {
    max-width: 380px;
  }
}

.proceso-reserva .container .step2 .clendario .form-control {
  width: 100%;
  border: none;
  background: #f5e264;
  font-size: 14px;
  padding: 5px;
  height: 30px;
  border-radius: 5px;
  font-weight: bold;
}

.proceso-reserva .container .step2 .clendario .input-group-btn button {
  width: 40px;
  height: 30px;
  background: #f5e264;
  -webkit-appearance: none;
  border: none;
  position: absolute;
  right: 0;
  cursor: pointer;
  top: 0;
}


.proceso-reserva .container .step2 .clendario .input-group-btn button .glyphicon:before {
  font-family: 'icomoon';
  font-style: normal;
  content: "\e90a";
  font-size: 20px;
}

.proceso-reserva .container .step2 .clendario .dropdown-menu {
  margin: 10px 0 40px 0;
}

.proceso-reserva .container .step2 .clendario .dropdown-menu li div table {
  width: 100%;
  border: 1px solid #aaaaaa;
  border-radius: 5px;
  background: white;
  padding: 10px;
  font-family: "Poppins", sans-serif;
}

.proceso-reserva .container .step2 .clendario .dropdown-menu li div table button {
  -webkit-appearance: none;
  border: none;
  background: none;
  font-family: "Poppins", sans-serif;
}

.proceso-reserva .container .step2 .clendario .dropdown-menu li div table thead tr th {
  text-align: center;
}

.proceso-reserva .container .step2 .clendario .dropdown-menu li div table thead tr th button {
  width: auto;
  height: 20px;
  min-width: 20px;
  line-height: 20px;
  font-size: 14px;
  cursor: pointer;
}

.proceso-reserva .container .step2 .clendario .dropdown-menu li div table thead tr th button .glyphicon-chevron-left:before {
  content: "<";
}

.proceso-reserva .container .step2 .clendario .dropdown-menu li div table thead tr th button .glyphicon-chevron-right:before {
  content: ">";
}

.proceso-reserva .container .step2 .clendario .dropdown-menu li div table thead tr th button:hover {
  background: #f1f1f1;
  border-radius: 5px;
}

.proceso-reserva .container .step2 .clendario .dropdown-menu li div table tbody tr td .btn-default.disabled, .proceso-reserva .container .step2 .clendario .dropdown-menu li div table tbody tr td .btn-default[disabled], .proceso-reserva .container .step2 .clendario .dropdown-menu li div table tbody tr td fieldset[disabled] .btn-default, .proceso-reserva .container .step2 .clendario .dropdown-menu li div table tbody tr td .btn-default.disabled:hover, .proceso-reserva .container .step2 .clendario .dropdown-menu li div table tbody tr td .btn-default[disabled]:hover, .proceso-reserva .container .step2 .clendario .dropdown-menu li div table tbody tr td fieldset[disabled] .btn-default:hover, .proceso-reserva .container .step2 .clendario .dropdown-menu li div table tbody tr td .btn-default.disabled:focus, .proceso-reserva .container .step2 .clendario .dropdown-menu li div table tbody tr td .btn-default[disabled]:focus, .proceso-reserva .container .step2 .clendario .dropdown-menu li div table tbody tr td fieldset[disabled] .btn-default:focus, .proceso-reserva .container .step2 .clendario .dropdown-menu li div table tbody tr td .btn-default.disabled.focus, .proceso-reserva .container .step2 .clendario .dropdown-menu li div table tbody tr td .btn-default[disabled].focus, .proceso-reserva .container .step2 .clendario .dropdown-menu li div table tbody tr td fieldset[disabled] .btn-default.focus, .proceso-reserva .container .step2 .clendario .dropdown-menu li div table tbody tr td .btn-default.disabled:active,
.proceso-reserva .container .step2 .clendario .dropdown-menu li div table tbody tr td .btn-default[disabled]:active, .proceso-reserva .container .step2 .clendario .dropdown-menu li div table tbody tr td fieldset[disabled] .btn-default:active, .proceso-reserva .container .step2 .clendario .dropdown-menu li div table tbody tr td .btn-default.disabled.active, .proceso-reserva .container .step2 .clendario .dropdown-menu li div table tbody tr td .btn-default[disabled].active, .proceso-reserva .container .step2 .clendario .dropdown-menu li div table tbody tr td fieldset[disabled] .btn-default.active {
  text-decoration: line-through;
  color: #717171;
  font-weight: 400 !important;
}

.proceso-reserva .container .step2 .clendario .dropdown-menu li div table tbody tr td .btn-default.disabled:hover, .proceso-reserva .container .step2 .clendario .dropdown-menu li div table tbody tr td .btn-default[disabled]:hover, .proceso-reserva .container .step2 .clendario .dropdown-menu li div table tbody tr td fieldset[disabled] .btn-default:hover, .proceso-reserva .container .step2 .clendario .dropdown-menu li div table tbody tr td .btn-default.disabled:hover:hover, .proceso-reserva .container .step2 .clendario .dropdown-menu li div table tbody tr td .btn-default[disabled]:hover:hover, .proceso-reserva .container .step2 .clendario .dropdown-menu li div table tbody tr td fieldset[disabled] .btn-default:hover:hover, .proceso-reserva .container .step2 .clendario .dropdown-menu li div table tbody tr td .btn-default.disabled:focus:hover, .proceso-reserva .container .step2 .clendario .dropdown-menu li div table tbody tr td .btn-default[disabled]:focus:hover, .proceso-reserva .container .step2 .clendario .dropdown-menu li div table tbody tr td fieldset[disabled] .btn-default:focus:hover, .proceso-reserva .container .step2 .clendario .dropdown-menu li div table tbody tr td .btn-default.disabled.focus:hover, .proceso-reserva .container .step2 .clendario .dropdown-menu li div table tbody tr td .btn-default[disabled].focus:hover, .proceso-reserva .container .step2 .clendario .dropdown-menu li div table tbody tr td fieldset[disabled] .btn-default.focus:hover, .proceso-reserva .container .step2 .clendario .dropdown-menu li div table tbody tr td .btn-default.disabled:active:hover,
.proceso-reserva .container .step2 .clendario .dropdown-menu li div table tbody tr td .btn-default[disabled]:active:hover, .proceso-reserva .container .step2 .clendario .dropdown-menu li div table tbody tr td fieldset[disabled] .btn-default:active:hover, .proceso-reserva .container .step2 .clendario .dropdown-menu li div table tbody tr td .btn-default.disabled.active:hover, .proceso-reserva .container .step2 .clendario .dropdown-menu li div table tbody tr td .btn-default[disabled].active:hover, .proceso-reserva .container .step2 .clendario .dropdown-menu li div table tbody tr td fieldset[disabled] .btn-default.active:hover {
  background: white;
}

.proceso-reserva .container .step2 .clendario .dropdown-menu li div table tbody tr td .btn.disabled, .proceso-reserva .container .step2 .clendario .dropdown-menu li div table tbody tr td .btn[disabled], .proceso-reserva .container .step2 .clendario .dropdown-menu li div table tbody tr td fieldset[disabled] .btn {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.proceso-reserva .container .step2 .clendario .dropdown-menu li div table tbody tr td.h6 .ng-binding {
  font-size: 12px;
  line-height: 24px;
  color: #717171;
}

.proceso-reserva .container .step2 .clendario .dropdown-menu li div table tbody tr td button {
  font-size: 12px;
  font-weight: 500;
  border-radius: 5px;
  line-height: 24px;
  height: 24px;
  cursor: pointer;
}

.proceso-reserva .container .step2 .clendario .dropdown-menu li div table tbody tr td button .text-muted {
  color: #aaaaaa;
}

.proceso-reserva .container .step2 .clendario .dropdown-menu li div table tbody tr td button:hover {
  background: #f1f1f1;
}

.proceso-reserva .container .step2 .clendario .dropdown-menu li div table tbody tr td button.active {
  background: #f5e264;
}

.proceso-reserva .container .step2 .clendario .dropdown-menu li.ng-scope {
  padding: 10px 0 !important;
}

.proceso-reserva .container .step2 .clendario .dropdown-menu li.ng-scope button {
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  line-height: 12px;
  padding: 5px 10px;
  border-radius: 5px;
  border: none;
}

.proceso-reserva .container .step2 .clendario .dropdown-menu li.ng-scope .btn-info {
  background: #f5e264;
}

.proceso-reserva .container .step2 .clendario .dropdown-menu li.ng-scope .btn-danger {
  background: #e0102c;
  color: white;
}

.proceso-reserva .container .step2 .clendario .dropdown-menu li.ng-scope .btn-success {
  background: #292929;
  color: white;
}

@media only screen and (max-width: 991px) {
  .proceso-reserva .container .step3 .col33 {
    width: 50% !important;
  }
}

@media only screen and (max-width: 767px) {
  .proceso-reserva .container .step3 .col33 {
    width: 100% !important;
  }
}

.proceso-reserva .container .step3 .col33 .ng-scope {
  background: #f1f1f1;
}

.proceso-reserva .container .step3 .col33 .ng-scope .ng-titulo-tabla {
  height: 60px;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(45deg, #edce4b, #f5e264);
  background-image: -o-linear-gradient(45deg, #edce4b, #f5e264);
  background-image: linear-gradient(45deg, #edce4b, #f5e264);
  display: table;
  padding: 0 15px;
  width: 100%;
}

.proceso-reserva .container .step3 .col33 .ng-scope .ng-titulo-tabla h4 {
  display: table-cell;
  font-size: 18px;
  line-height: 20px;
  vertical-align: middle;
}

@media only screen and (max-width: 480px) {
  .proceso-reserva .container .step3 .col33 .ng-scope .ng-titulo-tabla h4 {
    font-size: 16px;
    line-height: 18px;
  }
}

.proceso-reserva .container .step3 .col33 .ng-scope ul {
  padding: 0 15px;
  margin-bottom: 30px;
  min-height: 420px;
}

.proceso-reserva .container .step3 .col33 .ng-scope ul li {
  padding: 10px 0;
  border-bottom: 1px solid #aaaaaa;
  line-height: 30px;
  font-weight: 500;
  margin: 0;
}

.proceso-reserva .container .step3 .col33 .ng-scope ul li:last-child {
  border-bottom: none;
}

.proceso-reserva .container .step3 .col33 .ng-scope ul li span {
  float: right;
}

.proceso-reserva .container .step3 .col33 .ng-scope ul li span button {
  font-family: "Poppins", sans-serif;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(45deg, #edce4b, #f5e264);
  background-image: -o-linear-gradient(45deg, #edce4b, #f5e264);
  background-image: linear-gradient(45deg, #edce4b, #f5e264);
  color: #151515;
  padding: 0 10px;
  border-radius: 4px;
  line-height: 30px;
  font-size: 14px;
  margin: 0;
  font-weight: 600;
  display: block;
  border: none;
}

.proceso-reserva .container .step3 .col33 .ng-scope ul li.selected span button {
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(45deg, #151515, #292929);
  background-image: -o-linear-gradient(45deg, #151515, #292929);
  background-image: linear-gradient(45deg, #151515, #292929);
  color: white;
}

.proceso-reserva .container .step3 .col33 .ng-scope ul li.occupied span:before {
  font-family: 'icomoon';
  content: "\e90c";
  font-size: 20px;
  color: #717171;
}

.proceso-reserva .container .step3 .col33.activity_9 .ng-scope .ng-titulo-tabla {
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(45deg, #981e30, #e0102c);
  background-image: -o-linear-gradient(45deg, #981e30, #e0102c);
  background-image: linear-gradient(45deg, #981e30, #e0102c);
}

.proceso-reserva .container .step3 .col33.activity_9 .ng-scope .ng-titulo-tabla h4 {
  color: white;
}

.proceso-reserva .container .step3 .col33.activity_9 .ng-scope ul li span button {
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(45deg, #981e30, #e0102c);
  background-image: -o-linear-gradient(45deg, #981e30, #e0102c);
  background-image: linear-gradient(45deg, #981e30, #e0102c);
  color: white;
}

.proceso-reserva .container .step3 .col33.activity_9 .ng-scope ul li.selected span button {
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(45deg, #151515, #292929);
  background-image: -o-linear-gradient(45deg, #151515, #292929);
  background-image: linear-gradient(45deg, #151515, #292929);
  color: white;
}

.proceso-reserva .container .step4 .resumen {
  margin: 50px 0 0 0;
}

.proceso-reserva .container .step4 .resumen table {
  border-spacing: 0;
  width: 100%;
  text-align: left;
}

@media only screen and (max-width: 600px) {
  .proceso-reserva .container .step4 .resumen table {
    font-size: 12px;
    line-height: 14px;
  }
}

@media only screen and (max-width: 480px) {
  .proceso-reserva .container .step4 .resumen table {
    font-size: 11px;
    line-height: 12px;
  }
}

.proceso-reserva .container .step4 .resumen table thead tr td, .proceso-reserva .container .step4 .resumen table thead tr th, .proceso-reserva .container .step4 .resumen table tbody tr td, .proceso-reserva .container .step4 .resumen table tbody tr th {
  border-bottom: 1px solid #aaaaaa;
  padding: 10px 0;
}

@media only screen and (max-width: 600px) {
  .proceso-reserva .container .step4 .resumen table thead tr td, .proceso-reserva .container .step4 .resumen table thead tr th, .proceso-reserva .container .step4 .resumen table tbody tr td, .proceso-reserva .container .step4 .resumen table tbody tr th {
    padding: 10px 5px 10px 0;
    width: 20%;
  }
}

.proceso-reserva .container .step4 .resumen table thead tr td .glyphicon:before, .proceso-reserva .container .step4 .resumen table thead tr th .glyphicon:before, .proceso-reserva .container .step4 .resumen table tbody tr td .glyphicon:before, .proceso-reserva .container .step4 .resumen table tbody tr th .glyphicon:before {
  font-family: 'icomoon';
  font-style: normal;
  content: "\e90b";
  font-size: 20px;
  position: relative;
  top: 2px;
  left: 2px;
  cursor: pointer;
}

.proceso-reserva .container .step4 .resumen table tfoot tr td, .proceso-reserva .container .step4 .resumen table tfoot tr th {
  padding: 20px 0;
}

@media only screen and (max-width: 600px) {
  .proceso-reserva .container .step4 .resumen table tfoot tr td, .proceso-reserva .container .step4 .resumen table tfoot tr th {
    padding: 20px 5px 20px 0;
    width: 20%;
  }
}

.proceso-reserva .container .step4 .finalizar {
  margin: 50px 0 0 0;
  background: #f1f1f1;
  padding: 30px;
}

@media only screen and (max-width: 480px) {
  .proceso-reserva .container .step4 .finalizar {
    padding: 20px;
  }
}

.proceso-reserva .container .step4 .finalizar form legend {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 20px 0;
}

.proceso-reserva .container .step4 .finalizar form .form-group {
  width: 100%;
  overflow: auto;
  margin: 0 0 20px;
}

.proceso-reserva .container .step4 .finalizar form .form-group .control-label {
  width: 210px;
  float: left;
  text-align: right;
  padding: 0 20px 0 0;
  line-height: 40px;
  font-weight: 500;
}

@media only screen and (max-width: 600px) {
  .proceso-reserva .container .step4 .finalizar form .form-group .control-label {
    width: 100%;
    float: none;
    text-align: left;
    padding: 0;
    margin: 0 0 10px 0;
    display: block;
    line-height: 16px;
  }
}

.proceso-reserva .container .step4 .finalizar form .form-group .col-sm-10 {
  width: calc(100% - 210px);
  float: left;
}

@media only screen and (max-width: 600px) {
  .proceso-reserva .container .step4 .finalizar form .form-group .col-sm-10 {
    width: 100%;
    float: none;
  }
}

.proceso-reserva .container .step4 .finalizar form .form-group .col-sm-10 input {
  width: 100%;
  border: 0px;
  font-size: 14px;
  padding: 10px;
  height: 35px;
  line-height: 15px;
}

.proceso-reserva .container .step4 .finalizar form .form-group .col-sm-8 {
  width: calc(100% - 210px);
  float: left;
}

@media only screen and (max-width: 600px) {
  .proceso-reserva .container .step4 .finalizar form .form-group .col-sm-8 {
    width: 100%;
    float: none;
  }
}

.proceso-reserva .container .step4 .finalizar form .form-group .col-sm-8 input {
  border: 0px;
  font-size: 14px;
  padding: 10px;
  height: 35px;
  line-height: 15px;
  float: left;
  width: calc(100% - 120px);
  margin-right: 20px;
}

.proceso-reserva .container .step4 .finalizar form .form-group .col-sm-8 .input-group-btn {
  float: left;
  width: 100px;
}

.proceso-reserva .container .step4 .finalizar form .form-group .col-sm-8 .input-group-btn button {
  font-family: "Poppins", sans-serif;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(45deg, #edce4b, #f5e264);
  background-image: -o-linear-gradient(45deg, #edce4b, #f5e264);
  background-image: linear-gradient(45deg, #edce4b, #f5e264);
  color: #151515;
  padding: 0;
  border-radius: 4px;
  line-height: 30px;
  font-size: 14px;
  margin: 0;
  font-weight: 600;
  display: block;
  border: none;
  width: 100px;
  height: 35px;
}

.proceso-reserva .container .step4 .finalizar form .form-group .col-sm-offset-2.col-sm-10 {
  width: 100%;
  float: none;
}

.proceso-reserva .container .step4 .finalizar form .form-group .col-sm-offset-2.col-sm-10 .checkbox {
  margin: 0 0 10px 0;
  width: 100%;
}

.proceso-reserva .container .step4 .finalizar form .form-group .col-sm-offset-2.col-sm-10 .checkbox label input {
  width: auto;
  float: left;
  height: auto;
}

.proceso-reserva .container .step4 .finalizar form .form-group .col-sm-offset-2.col-sm-10 .checkbox label a {
  color: #292929;
  font-weight: 500;
}

@media only screen and (max-width: 480px) {
  .proceso-reserva .container .step4 .finalizar form .form-group .col-sm-offset-2.col-sm-10 .radio-inline {
    padding-bottom: 10px;
  }
}

.proceso-reserva .container .step4 .finalizar form .form-group .col-sm-offset-2.col-sm-10 .radio-inline input {
  -webkit-appearance: radio;
  width: auto;
  float: left;
  height: auto;
}

.proceso-reserva .container .step4 .finalizar form .form-group .col-sm-offset-2.col-sm-10 .radio-inline img {
  width: 140px;
  height: auto;
  position: relative;
  left: 160px;
  top: -20px;
}

@media only screen and (max-width: 480px) {
  .proceso-reserva .container .step4 .finalizar form .form-group .col-sm-offset-2.col-sm-10 .radio-inline img {
    left: 20px;
    top: 0;
  }
}

.proceso-reserva .container .step4 .finalizar .total .total {
  border-top: 1px solid #aaaaaa;
  padding: 30px 0 0 0;
}

.proceso-reserva .container .step4 .finalizar .finalizar-pago {
  position: absolute;
  right: 45px;
  bottom: 25px;
}

@media only screen and (max-width: 480px) {
  .proceso-reserva .container .step4 .finalizar .finalizar-pago {
    right: 35px;
    bottom: 15px;
  }
}

.proceso-reserva .container .step4 .finalizar .finalizar-pago button {
  font-family: "Poppins", sans-serif;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(45deg, #151515, #292929);
  background-image: -o-linear-gradient(45deg, #151515, #292929);
  background-image: linear-gradient(45deg, #151515, #292929);
  color: #151515;
  padding: 0 20px;
  border-radius: 4px;
  line-height: 35px;
  font-size: 14px;
  margin: 0;
  font-weight: 600;
  display: block;
  border: none;
  color: white;
  cursor: pointer;
}

/******************************Reservas******************************/
.voucher-seo {
  padding-bottom: 60px;
}

.voucher-seo .container .row .col .titulo-barra {
  font-size: 28px;
  line-height: 32px;
}

@media only screen and (max-width: 991px) {
  .voucher-seo .container .row .col .titulo-barra {
    font-size: 22px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .voucher-seo .container .row .col .titulo-barra {
    font-size: 20px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 480px) {
  .voucher-seo .container .row .col .titulo-barra {
    font-size: 18px;
    line-height: 20px;
  }
}

.voucher-seo .container .row .col p a {
  color: #151515;
  text-decoration: underline;
  font-weight: 600;
}

.proceso-regalo {
  padding-top: 0;
}

.proceso-regalo .container .regalo-compra .row {
  padding-top: 1px;
  padding-bottom: 1px;
  overflow: auto;
}

.proceso-regalo .container .regalo-compra .row .juegos {
  overflow: auto;
  margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
  .proceso-regalo .container .regalo-compra .row .juegos {
    margin-bottom: 0;
  }
}

.proceso-regalo .container .regalo-compra .row .juegos .juego {
  text-align: center;
  margin: 15px 0;
}

@media only screen and (max-width: 991px) {
  .proceso-regalo .container .regalo-compra .row .juegos .juego {
    width: 33.333%;
    float: left;
  }
}

@media only screen and (max-width: 767px) {
  .proceso-regalo .container .regalo-compra .row .juegos .juego {
    margin: 10px 0;
  }
}

@media only screen and (max-width: 600px) {
  .proceso-regalo .container .regalo-compra .row .juegos .juego {
    width: 100%;
  }
}

.proceso-regalo .container .regalo-compra .row .juegos .juego div {
  background: #f1f1f1;
  padding: 0 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  display: table;
  height: 140px;
  width: 100%;
}

@media only screen and (max-width: 600px) {
  .proceso-regalo .container .regalo-compra .row .juegos .juego div {
    height: 90px;
  }
}

.proceso-regalo .container .regalo-compra .row .juegos .juego div p {
  margin: 0;
  font-weight: 600;
  vertical-align: middle;
  display: table-cell;
}

.proceso-regalo .container .regalo-compra .row .juegos .juego.selected div, .proceso-regalo .container .regalo-compra .row .juegos .juego:hover div {
  background: #f5e264;
}

.proceso-regalo .container .regalo-compra .row .juegos .juego.selected div .descripcion-tarjeta span, .proceso-regalo .container .regalo-compra .row .juegos .juego:hover div .descripcion-tarjeta span {
  color: white;
}

.proceso-regalo .container .regalo-compra .row .bonos {
  overflow: auto;
  margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
  .proceso-regalo .container .regalo-compra .row .bonos {
    margin-bottom: 0;
  }
}

.proceso-regalo .container .regalo-compra .row .bonos .bono {
  text-align: center;
  margin: 15px 0;
}

@media only screen and (max-width: 991px) {
  .proceso-regalo .container .regalo-compra .row .bonos .bono {
    width: 25%;
    float: left;
  }
}

@media only screen and (max-width: 767px) {
  .proceso-regalo .container .regalo-compra .row .bonos .bono {
    margin: 10px 0;
  }
}

@media only screen and (max-width: 600px) {
  .proceso-regalo .container .regalo-compra .row .bonos .bono {
    width: 100%;
  }
}

.proceso-regalo .container .regalo-compra .row .bonos .bono div {
  background: #f1f1f1;
  padding: 50px 20px 30px 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.proceso-regalo .container .regalo-compra .row .bonos .bono div .descripcion-tarjeta {
  position: relative;
  z-index: 1;
  font-weight: 700;
  margin: 0 0 30px 0;
}

.proceso-regalo .container .regalo-compra .row .bonos .bono div .descripcion-tarjeta span {
  position: absolute;
  width: 100%;
  left: 0;
  color: #f5e264;
  font-size: 60px;
  z-index: -1;
  font-weight: 700;
}

.proceso-regalo .container .regalo-compra .row .bonos .bono div .cantidad-tarjeta {
  margin: 0;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}

.proceso-regalo .container .regalo-compra .row .bonos .bono div .cantidad-tarjeta span {
  font-size: 14px;
  line-height: 20px;
  padding: 0 0 0 2px;
}

.proceso-regalo .container .regalo-compra .row .bonos .bono.selected div, .proceso-regalo .container .regalo-compra .row .bonos .bono:hover div {
  background: #f5e264;
}

.proceso-regalo .container .regalo-compra .row .bonos .bono.selected div .descripcion-tarjeta span, .proceso-regalo .container .regalo-compra .row .bonos .bono:hover div .descripcion-tarjeta span {
  color: white;
}

.proceso-regalo .container .regalo-compra .row .formulario-regalo {
  margin: 50px 0 0 0;
  background: #f1f1f1;
  padding: 30px;
}

@media only screen and (max-width: 480px) {
  .proceso-regalo .container .regalo-compra .row .formulario-regalo {
    padding: 20px;
  }
}

.proceso-regalo .container .regalo-compra .row .formulario-regalo legend {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 20px 0;
}

.proceso-regalo .container .regalo-compra .row .formulario-regalo .form-group {
  width: 100%;
  overflow: auto;
  margin: 0 0 20px;
}

.proceso-regalo .container .regalo-compra .row .formulario-regalo .form-group .control-label {
  width: 210px;
  float: left;
  text-align: right;
  padding: 0 20px 0 0;
  line-height: 40px;
  font-weight: 500;
}

@media only screen and (max-width: 600px) {
  .proceso-regalo .container .regalo-compra .row .formulario-regalo .form-group .control-label {
    width: 100%;
    float: none;
    text-align: left;
    padding: 0;
    margin: 0 0 10px 0;
    display: block;
    line-height: 16px;
  }
}

.proceso-regalo .container .regalo-compra .row .formulario-regalo .form-group .col-sm-10 {
  width: calc(100% - 210px);
  float: left;
}

@media only screen and (max-width: 600px) {
  .proceso-regalo .container .regalo-compra .row .formulario-regalo .form-group .col-sm-10 {
    width: 100%;
    float: none;
  }
}

.proceso-regalo .container .regalo-compra .row .formulario-regalo .form-group .col-sm-10 input {
  width: 100%;
  border: 0px;
  font-size: 14px;
  padding: 10px;
  height: 35px;
  line-height: 15px;
}

.proceso-regalo .container .regalo-compra .row .formulario-regalo .form-group .col-sm-8 {
  width: calc(100% - 210px);
  float: left;
}

.proceso-regalo .container .regalo-compra .row .formulario-regalo .form-group .col-sm-8 input {
  border: 0px;
  font-size: 14px;
  padding: 10px;
  height: 35px;
  line-height: 15px;
  float: left;
  width: calc(100% - 120px);
  margin-right: 20px;
}

.proceso-regalo .container .regalo-compra .row .formulario-regalo .form-group .col-sm-8 .input-group-btn {
  float: left;
  width: 100px;
}

.proceso-regalo .container .regalo-compra .row .formulario-regalo .form-group .col-sm-8 .input-group-btn button {
  font-family: "Poppins", sans-serif;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(45deg, #edce4b, #f5e264);
  background-image: -o-linear-gradient(45deg, #edce4b, #f5e264);
  background-image: linear-gradient(45deg, #edce4b, #f5e264);
  color: #151515;
  padding: 0;
  border-radius: 4px;
  line-height: 30px;
  font-size: 14px;
  margin: 0;
  font-weight: 600;
  display: block;
  border: none;
  width: 100px;
  height: 35px;
}

.proceso-regalo .container .regalo-compra .row .formulario-regalo .form-group .col-sm-offset-2.col-sm-10 {
  width: 100%;
  float: none;
}

.proceso-regalo .container .regalo-compra .row .formulario-regalo .form-group .col-sm-offset-2.col-sm-10 .checkbox {
  margin: 0 0 10px 0;
  width: 100%;
}

.proceso-regalo .container .regalo-compra .row .formulario-regalo .form-group .col-sm-offset-2.col-sm-10 .checkbox label input {
  width: auto;
  float: left;
  height: auto;
}

.proceso-regalo .container .regalo-compra .row .formulario-regalo .form-group .col-sm-offset-2.col-sm-10 .checkbox label a {
  color: #292929;
  font-weight: 500;
}

.proceso-regalo .container .regalo-compra .row .finalizar {
  background: #f1f1f1;
  padding: 0 30px;
}

.proceso-regalo .container .regalo-compra .row .finalizar legend {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 20px 0;
}

.proceso-regalo .container .regalo-compra .row .finalizar .valida-tarjeta {
  padding-bottom: 20px;
}

@media only screen and (max-width: 480px) {
  .proceso-regalo .container .regalo-compra .row .finalizar .valida-tarjeta .radio-inline {
    padding-bottom: 10px;
  }
}

.proceso-regalo .container .regalo-compra .row .finalizar .valida-tarjeta .radio-inline input {
  -webkit-appearance: radio;
  width: auto;
  float: left;
  height: auto;
}

.proceso-regalo .container .regalo-compra .row .finalizar .valida-tarjeta .radio-inline img {
  width: 140px;
  height: auto;
  position: relative;
  left: 160px;
  top: -20px;
}

@media only screen and (max-width: 480px) {
  .proceso-regalo .container .regalo-compra .row .finalizar .valida-tarjeta .radio-inline img {
    left: 20px;
    top: 5px;
  }
}

.proceso-regalo .container .regalo-compra .row .total {
  padding: 0 30px 30px 30px;
  background: #f1f1f1;
}

.proceso-regalo .container .regalo-compra .row .total .total {
  border-top: 1px solid #aaaaaa;
  padding: 30px 0 0 0;
}

.proceso-regalo .container .regalo-compra .row .finalizar-pago {
  position: absolute;
  right: 45px;
  bottom: 25px;
}

.proceso-regalo .container .regalo-compra .row .finalizar-pago button {
  font-family: "Poppins", sans-serif;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(45deg, #151515, #292929);
  background-image: -o-linear-gradient(45deg, #151515, #292929);
  background-image: linear-gradient(45deg, #151515, #292929);
  color: #151515;
  padding: 0 20px;
  border-radius: 4px;
  line-height: 35px;
  font-size: 14px;
  margin: 0;
  font-weight: 600;
  display: block;
  border: none;
  color: white;
  cursor: pointer;
}

/******************************Header******************************/
.site-header {
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 20;
  height: 90px;
  background: rgba(41, 41, 41, 0);
  -webkit-animation: fadeinmenu 1s;
  -moz-animation: fadeinmenu 1s;
  -ms-animation: fadeinmenu 1s;
  -o-animation: fadeinmenu 1s;
  animation: fadeinmenu 1s;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 0;
}

@media only screen and (max-width: 1090px) {
  .site-header {
    height: 74px;
    position: fixed;
  }
}

.site-header .site-header-main {
  width: 100%;
  margin: 0 auto;
  position: relative;
  clear: both;
}

.site-header .site-header-main .site-branding {
  width: 160px;
  position: absolute;
  left: 80px;
  top: 15px;
  height: 60px;
}

@media only screen and (max-width: 1400px) {
  .site-header .site-header-main .site-branding {
    left: 30px;
  }
}

@media only screen and (max-width: 1090px) {
  .site-header .site-header-main .site-branding {
    height: 45px;
    overflow: hidden;
  }
}

@media only screen and (max-width: 767px) {
  .site-header .site-header-main .site-branding {
    left: 20px;
  }
}

.site-header .site-header-main .site-branding a {
  display: block;
}

.site-header .site-header-main .site-branding a img {
  width: 160px;
  height: auto;
}

.site-header .site-header-main .site-header-menu {
  margin: 0 auto;
  text-align: center;
}

@media only screen and (max-width: 1090px) {
  .site-header .site-header-main .site-header-menu .header-menu-container {
    background: #292929;
    position: fixed;
    top: -110vh;
    width: 100%;
    left: 0;
    padding: 60px 0 0 0;
    height: 100vh;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transform: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

@media only screen and (max-width: 1199px) {
  .site-header .site-header-main .site-header-menu .header-menu-container .menu-menu-principal-container ul {
    margin: 0 0 0 30px;
  }
}

@media only screen and (max-width: 1090px) {
  .site-header .site-header-main .site-header-menu .header-menu-container .menu-menu-principal-container ul {
    margin: 0 auto;
  }
}

.site-header .site-header-main .site-header-menu .header-menu-container .menu-menu-principal-container ul li {
  display: inline-block;
  padding: 35px 15px;
}

@media only screen and (max-width: 1199px) {
  .site-header .site-header-main .site-header-menu .header-menu-container .menu-menu-principal-container ul li {
    padding: 35px 10px;
  }
}

@media only screen and (max-width: 1090px) {
  .site-header .site-header-main .site-header-menu .header-menu-container .menu-menu-principal-container ul li {
    display: block;
    margin: 0 auto;
    padding: 0;
  }
}

.site-header .site-header-main .site-header-menu .header-menu-container .menu-menu-principal-container ul li a {
  color: white;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
}

@media only screen and (max-width: 1199px) {
  .site-header .site-header-main .site-header-menu .header-menu-container .menu-menu-principal-container ul li a {
    font-size: 15px;
    line-height: 16px;
  }
}

@media only screen and (max-width: 1090px) {
  .site-header .site-header-main .site-header-menu .header-menu-container .menu-menu-principal-container ul li a {
    padding: 10px 0;
    display: block;
  }
}

.site-header .site-header-main .site-header-menu .header-menu-container .menu-menu-principal-container ul li a:hover {
  color: #f5e264;
}

@media only screen and (max-width: 1090px) {
  .site-header .site-header-main .site-header-menu .header-menu-container .menu-menu-principal-container ul li a:hover {
    color: white;
  }
}

.site-header .site-header-main .site-header-menu .header-menu-container .menu-menu-principal-container ul li.menu-item-has-children {
  position: relative;
  padding-right: 25px;
}

@media only screen and (max-width: 1199px) {
  .site-header .site-header-main .site-header-menu .header-menu-container .menu-menu-principal-container ul li.menu-item-has-children {
    padding-right: 15px;
  }
}

@media only screen and (max-width: 1090px) {
  .site-header .site-header-main .site-header-menu .header-menu-container .menu-menu-principal-container ul li.menu-item-has-children {
    padding: 0;
  }
}

.site-header .site-header-main .site-header-menu .header-menu-container .menu-menu-principal-container ul li.menu-item-has-children a {
  cursor: pointer;
  padding: 0 0 32px 0;
}

@media only screen and (max-width: 1090px) {
  .site-header .site-header-main .site-header-menu .header-menu-container .menu-menu-principal-container ul li.menu-item-has-children a {
    padding: 10px 0;
  }
}

.site-header .site-header-main .site-header-menu .header-menu-container .menu-menu-principal-container ul li.menu-item-has-children a:after {
  font-family: 'icomoon';
  content: "\e901";
  left: 8px;
  top: 1px;
  font-size: 12px;
  position: relative;
}

.site-header .site-header-main .site-header-menu .header-menu-container .menu-menu-principal-container ul li.menu-item-has-children .dropdown-toggle {
  display: none;
}

.site-header .site-header-main .site-header-menu .header-menu-container .menu-menu-principal-container ul li.menu-item-has-children .sub-menu {
  position: absolute;
  width: 160px;
  left: calc(50% - 80px);
  padding: 10px 0;
  background: #151515;
  display: none;
  top: 88px;
}

@media only screen and (max-width: 1199px) {
  .site-header .site-header-main .site-header-menu .header-menu-container .menu-menu-principal-container ul li.menu-item-has-children .sub-menu {
    margin: 0;
  }
}

@media only screen and (max-width: 1090px) {
  .site-header .site-header-main .site-header-menu .header-menu-container .menu-menu-principal-container ul li.menu-item-has-children .sub-menu {
    position: inherit;
    width: 100%;
    left: inherit;
    top: inherit;
    display: none;
    padding: 5px 0;
    z-index: -1;
  }
}

.site-header .site-header-main .site-header-menu .header-menu-container .menu-menu-principal-container ul li.menu-item-has-children .sub-menu li {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
}

.site-header .site-header-main .site-header-menu .header-menu-container .menu-menu-principal-container ul li.menu-item-has-children .sub-menu li:last-child {
  border-bottom: 0;
}

.site-header .site-header-main .site-header-menu .header-menu-container .menu-menu-principal-container ul li.menu-item-has-children .sub-menu li a {
  text-transform: inherit;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  padding: 10px;
  width: 100%;
  display: block;
  background: #151515;
}

@media only screen and (max-width: 1090px) {
  .site-header .site-header-main .site-header-menu .header-menu-container .menu-menu-principal-container ul li.menu-item-has-children .sub-menu li a {
    padding: 10px 0;
  }
}

.site-header .site-header-main .site-header-menu .header-menu-container .menu-menu-principal-container ul li.menu-item-has-children .sub-menu li a:after {
  content: none !important;
}

.site-header .site-header-main .site-header-menu .header-menu-container .menu-menu-principal-container ul li.menu-item-has-children .sub-menu li .dropdown-toggle {
  display: none;
}

.site-header .site-header-main .site-header-menu .header-menu-container .menu-menu-principal-container ul li.menu-item-has-children:hover .sub-menu, .site-header .site-header-main .site-header-menu .header-menu-container .menu-menu-principal-container ul li.menu-item-has-children:active .sub-menu, .site-header .site-header-main .site-header-menu .header-menu-container .menu-menu-principal-container ul li.menu-item-has-children:focus .sub-menu {
  display: block;
}

@media only screen and (max-width: 1090px) {
  .site-header .site-header-main .site-header-menu .header-menu-container .menu-menu-principal-container ul li.menu-item-has-children:hover .sub-menu, .site-header .site-header-main .site-header-menu .header-menu-container .menu-menu-principal-container ul li.menu-item-has-children:active .sub-menu, .site-header .site-header-main .site-header-menu .header-menu-container .menu-menu-principal-container ul li.menu-item-has-children:focus .sub-menu {
    width: 100%;
    display: block;
    z-index: 2;
  }
}

.site-header .site-header-main .site-header-menu .header-menu-container .menu-menu-principal-container ul li.menu-item-46 {
  display: none;
}

@media only screen and (max-width: 1090px) {
  .site-header .site-header-main .site-header-menu .header-menu-container .menu-menu-principal-container ul li.menu-item-46 {
    display: block;
  }
}

.site-header .site-header-main .site-header-menu .header-menu-container .menu-menu-principal-container ul li.menu-item-46 a {
  display: table;
  margin: 0 auto;
}

.site-header .site-header-main .site-header-menu .header-menu-container .menu-menu-principal-container ul li.menu-item-46 a:after {
  content: none;
}

.site-header .site-header-main .reservas {
  position: absolute;
  top: 25px;
  right: 80px;
  z-index: 21;
}

@media only screen and (max-width: 1199px) {
  .site-header .site-header-main .reservas {
    right: 30px;
  }
}

@media only screen and (max-width: 1090px) {
  .site-header .site-header-main .reservas {
    display: none;
  }
}

.site-header .site-header-main .reservas .boton {
  position: relative;
  z-index: 21;
  cursor: pointer;
  font-size: 16px;
}

@media only screen and (max-width: 1199px) {
  .site-header .site-header-main .reservas .boton {
    font-size: 15px;
  }
}

.site-header .site-header-main .reservas .desplegable-reservas {
  position: fixed;
  width: 220px;
  background: #151515;
  height: 100vh;
  top: 0;
  right: -240px;
  z-index: 20;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transform: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 1199px) {
  .site-header .site-header-main .reservas .desplegable-reservas {
    width: 170px;
  }
}

.site-header .site-header-main .reservas .desplegable-reservas .boton-reservas {
  cursor: pointer;
  position: absolute;
  right: 25px;
  top: 25px;
  width: 40px;
  height: 40px;
  text-align: center;
}

@media only screen and (max-width: 1199px) {
  .site-header .site-header-main .reservas .desplegable-reservas .boton-reservas {
    display: none;
  }
}

.site-header .site-header-main .reservas .desplegable-reservas .boton-reservas span {
  color: white;
  line-height: 40px;
  font-size: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.site-header .site-header-main .reservas .desplegable-reservas .boton-reservas:hover span {
  color: #f5e264;
}

.site-header .site-header-main .reservas .desplegable-reservas ul {
  padding: 100px 20px 20px 45px;
}

.site-header .site-header-main .reservas .desplegable-reservas ul li {
  padding: 0 0 15px 0;
}

.site-header .site-header-main .reservas .desplegable-reservas ul li a {
  color: white;
  font-size: 16px;
  font-weight: 500;
}

@media only screen and (max-width: 1199px) {
  .site-header .site-header-main .reservas .desplegable-reservas ul li a {
    font-size: 15px;
  }
}

.site-header .site-header-main .reservas .desplegable-reservas ul li a:hover {
  color: #f5e264;
}

.site-header.menu-open-reservas .site-header-main .reservas .desplegable-reservas {
  right: 0;
}

.site-header.shrink {
  position: fixed;
  background: #292929;
}

.header-landing {
  height: 132px;
}

@media only screen and (max-width: 1090px) {
  .header-landing {
    height: 122px;
  }
}

@media only screen and (max-width: 767px) {
  .header-landing {
    height: 150px;
  }
}

.header-landing .header-contacto {
  width: 100%;
  background: #f5e264;
  height: 36px;
  padding: 8px 0;
}

@media only screen and (max-width: 767px) {
  .header-landing .header-contacto {
    height: 68px;
  }
}

.header-landing .header-contacto .atencion-cliente {
  padding-left: 80px;
  float: left;
}

@media only screen and (max-width: 1400px) {
  .header-landing .header-contacto .atencion-cliente {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .header-landing .header-contacto .atencion-cliente {
    padding-left: 20px;
    float: none;
  }
}

.header-landing .header-contacto .atencion-cliente p {
  margin: 0;
  line-height: 20px;
}

@media only screen and (max-width: 767px) {
  .header-landing .header-contacto .atencion-cliente p {
    font-size: 13px;
  }
}

@media only screen and (max-width: 480px) {
  .header-landing .header-contacto .atencion-cliente p {
    font-size: 12px;
  }
}

.header-landing .header-contacto .atencion-cliente p a {
  color: #292929;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .header-landing .header-contacto .atencion-cliente p a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 480px) {
  .header-landing .header-contacto .atencion-cliente p a {
    font-size: 13px;
  }
}

.header-landing .header-contacto .atencion-cliente p a span {
  font-size: 16px;
  position: relative;
  top: 2px;
}

.header-landing .header-contacto .atencion-cliente p i {
  font-style: normal;
}

@media only screen and (max-width: 1090px) {
  .header-landing .header-contacto .atencion-cliente p i {
    display: none;
  }
}

.header-landing .header-contacto .redes-sociales {
  padding-right: 80px;
  float: right;
}

@media only screen and (max-width: 1400px) {
  .header-landing .header-contacto .redes-sociales {
    padding-right: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .header-landing .header-contacto .redes-sociales {
    padding-left: 20px;
    float: none;
    margin: 8px 0 0 0;
  }
}

.header-landing .header-contacto .redes-sociales p {
  float: left;
  margin: 0;
  line-height: 20px;
}

.header-landing .header-contacto .redes-sociales p a {
  color: #292929;
  font-weight: 600;
}

@media only screen and (max-width: 480px) {
  .header-landing .header-contacto .redes-sociales p a {
    font-size: 12px;
  }
}

.header-landing .header-contacto .redes-sociales ul {
  float: left;
}

.header-landing .header-contacto .redes-sociales ul li {
  display: inline-block;
  padding: 0 0 0 10px;
}

@media only screen and (max-width: 480px) {
  .header-landing .header-contacto .redes-sociales ul li {
    padding: 0 0 0 5px;
  }
}

.header-landing .header-contacto .redes-sociales ul li a {
  width: 20px;
  height: 20px;
  display: block;
  color: #292929;
}

.header-landing .header-contacto .redes-sociales ul li a span {
  line-height: 20px;
  font-size: 20px;
}

.header-landing .header-contacto .redes-sociales ul li a:hover {
  color: #151515;
}

.header-landing .site-header-main .reservas .desplegable-reservas {
  top: 36px;
}

body.menu-open {
  overflow: hidden;
}

body.menu-open .site-header .site-header-main .site-header-menu .header-menu-container {
  top: 0;
}

/******************************TOGGLE******************************/
.site-header-menu .menu-toggle {
  display: none;
  z-index: 20;
  width: 45px;
  height: 30px;
  position: absolute;
  top: 43px;
  right: 30px;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transform: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

@media only screen and (max-width: 1090px) {
  .site-header-menu .menu-toggle {
    display: block;
    top: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .site-header-menu .menu-toggle {
    right: 20px;
  }
}

.site-header-menu .menu-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  left: 0;
  background: white;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transform: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 480px) {
  .site-header-menu .menu-toggle span {
    background: white;
  }
}

.site-header-menu .menu-toggle span:nth-child(1) {
  top: 0px;
}

.site-header-menu .menu-toggle span:nth-child(2) {
  top: 14px;
}

.site-header-menu .menu-toggle span:nth-child(3) {
  top: 28px;
}

.site-header-menu .menu-toggle.open span:nth-child(1) {
  top: 14px;
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.site-header-menu .menu-toggle.open span:nth-child(2) {
  opacity: 0;
  filter: alpha(opacity=0);
  left: -45px;
}

.site-header-menu .menu-toggle.open span:nth-child(3) {
  top: 14px;
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

@keyframes fadeinmenu {
  from {
    top: -150px;
  }
  to {
    top: 0;
  }
}

@-moz-keyframes fadeinmenu {
  from {
    top: -150px;
  }
  to {
    top: 0;
  }
}

@-webkit-keyframes fadeinmenu {
  from {
    top: -150px;
  }
  to {
    top: 0;
  }
}

@-ms-keyframes fadeinmenu {
  from {
    top: -150px;
  }
  to {
    top: 0;
  }
}

@-o-keyframes fadeinmenu {
  from {
    top: -150px;
  }
  to {
    top: 0;
  }
}

/*****Blog*****/
@media only screen and (max-width: 991px) {
  .lista-posts .container .row .col66 {
    width: 100% !important;
  }
}

.lista-posts .container .row .col66 article {
  margin: 0 0 80px 0;
}

.lista-posts .container .row .col66 article .post-thumbnail {
  background: white;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
}

.lista-posts .container .row .col66 article .post-thumbnail img {
  opacity: 1;
  filter: alpha(opacity=100);
}

.lista-posts .container .row .col66 article .post-thumbnail:hover {
  background: #f5e264;
}

.lista-posts .container .row .col66 article .post-thumbnail:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.lista-posts .container .row .col66 article h2 {
  margin: 40px 0 0 0;
}

.lista-posts .container .row .col66 article h2 a {
  color: #151515;
}

.lista-posts .container .row .col66 article h2 a:hover {
  color: #717171;
}

@media only screen and (max-width: 991px) {
  .lista-posts .container .row .col66 article h2 a:hover {
    color: #151515;
  }
}

.lista-posts .container .row .col66 article span {
  margin: 30px 0 20px 0;
  display: block;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .lista-posts .container .row .col66 article span {
    font-size: 16px;
    line-height: 20px;
  }
}

.lista-posts .container .row .col66 article p {
  font-size: 16px;
  line-height: 24px;
}

.lista-posts .container .row .col66 article .boton-link:hover {
  color: #717171;
}

@media only screen and (max-width: 991px) {
  .lista-posts .container .row .col66 article .boton-link:hover {
    color: #151515;
  }
}

.lista-posts .container .row .col66 article:last-child {
  margin: 0;
}

.sidebar {
  padding-left: 30px;
}

@media only screen and (max-width: 991px) {
  .sidebar {
    padding-left: 0;
  }
}

.sidebar section {
  margin: 0 0 50px 0;
  padding: 30px;
  background: #f1f1f1;
}

@media only screen and (max-width: 1199px) {
  .sidebar section {
    margin: 0 0 30px 0;
  }
}

@media only screen and (max-width: 767px) {
  .sidebar section {
    margin: 0 0 20px 0;
  }
}

.sidebar section h2 {
  font-size: 24px;
  line-height: 26px;
}

@media only screen and (max-width: 991px) {
  .sidebar section h2 {
    font-size: 22px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .sidebar section h2 {
    font-size: 20px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 480px) {
  .sidebar section h2 {
    font-size: 18px;
    line-height: 20px;
  }
}

.sidebar section h2:after {
  content: "";
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(45deg, #edce4b, #f1da78);
  background-image: -o-linear-gradient(45deg, #edce4b, #f1da78);
  background-image: linear-gradient(45deg, #edce4b, #f1da78);
  width: 150px;
  height: 3px;
  display: block;
  margin: 20px 0 40px 0;
}

.sidebar section img {
  max-width: 100px;
  height: auto;
  margin: 0 0 20px 0;
}

.sidebar section ul li {
  margin: 0;
  padding: 0 0 10px 0;
}

.sidebar section ul li a {
  color: #151515;
  font-weight: 600;
  text-decoration: underline;
}

.sidebar section ul li a:hover {
  color: #717171;
}

.contenido-post {
  padding: 0;
}

.contenido-post .container-post article img {
  margin: 0 0 40px 0;
  max-width: 100%;
  width: auto;
}

.contenido-post .container-post article h2, .contenido-post .container-post article h3, .contenido-post .container-post article h4, .contenido-post .container-post article h5, .contenido-post .container-post article h6 {
  margin: 40px 0 20px 0;
}

.contenido-post .container-post article p, .contenido-post .container-post article li, .contenido-post .container-post article strong, .contenido-post .container-post article a, .contenido-post .container-post article div {
  margin: 0 0 20px 0;
  font-size: 16px;
  line-height: 24px;
}

.contenido-post .container-post article a {
  font-weight: 600;
  text-decoration: underline;
  color: #151515;
}

.contenido-post .container-post article a:hover {
  color: #717171;
}

@media only screen and (max-width: 991px) {
  .contenido-post .container-post article a:hover {
    color: #151515;
  }
}

.contenido-post .container-post article div
ul {
  margin: 20px 0 0 30px;
}

.contenido-post .container-post article div
ul li {
  list-style-type: disc;
  margin: 0;
  padding: 0 0 10px 0;
}

.contenido-post .container-post article .footer-post {
  padding: 30px 0;
  border-top: 1px solid #717171;
  margin: 60px 0 0 0;
}

.contenido-post .container-post article .footer-post span {
  font-weight: 600;
}

.contenido-post .container-post article .footer-post div {
  margin: 10px 0;
}

.contenido-post .container-post article .footer-post div .byline, .contenido-post .container-post article .footer-post div .posted-on {
  display: none;
}

.contenido-post .container-post article .footer-post div .cat-links span {
  display: none;
}

.contenido-post .container-post article .footer-post div .cat-links a {
  color: #717171;
  font-weight: 600;
}

.navigation.post-navigation {
  display: none;
}

.navigation.pagination {
  border-top: 1px solid #717171;
}

@media only screen and (max-width: 991px) {
  .navigation.pagination {
    margin: 0 0 50px 0;
  }
}

.navigation.pagination h2 {
  display: none;
}

.navigation.pagination .nav-links .page-numbers {
  width: 34px;
  height: 34px;
  background: #aaaaaa;
  border-radius: 50%;
  font-weight: 500;
  line-height: 34px;
  color: white;
  display: inline-block;
  text-align: center;
  padding: 0;
  margin: 25px 5px 0 0;
}

.navigation.pagination .nav-links .page-numbers:hover {
  background: #717171;
}

.navigation.pagination .nav-links .page-numbers span {
  line-height: 30px;
  font-size: 13px;
}

.navigation.pagination .nav-links .page-numbers.current {
  font-weight: 600;
  background: #292929;
}

.navigation.pagination .nav-links .page-numbers.current:hover {
  background: #292929;
}

/******************************Footer******************************/
.footer {
  padding: 100px 0 0 0;
}

@media only screen and (max-width: 991px) {
  .footer {
    padding: 80px 0 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .footer {
    padding: 60px 0 0 0;
  }
}

.footer .container {
  overflow: auto;
}

.footer .container .row .col .menu-footer p {
  font-weight: 600;
}

.footer .container .row .col .menu-footer ul li {
  padding: 0 0 5px 0;
  margin: 0;
}

.footer .container .row .col .menu-footer ul li a {
  color: #292929;
}

@media only screen and (max-width: 1199px) {
  .footer .container .row .col .menu-footer ul li a {
    font-size: 13px;
  }
}

.footer .container .row .col .menu-footer ul li a:hover {
  color: #717171;
}

.footer .container .row .col50 {
  padding-left: 220px;
  min-height: 170px;
}

@media only screen and (max-width: 991px) {
  .footer .container .row .col50 {
    min-height: auto;
  }
}

@media only screen and (max-width: 480px) {
  .footer .container .row .col50 {
    padding-left: 10px;
  }
}

.footer .container .row .col50 img {
  position: absolute;
  left: 10px;
  height: auto;
}

@media only screen and (max-width: 480px) {
  .footer .container .row .col50 img {
    position: inherit;
    left: inherit;
    margin: 0 0 20px 0;
  }
}

.footer .container .row .col50 .footer-coco {
  top: 0;
  width: 160px;
}

@media only screen and (max-width: 480px) {
  .footer .container .row .col50 .footer-coco {
    top: inherit;
  }
}

.footer .container .row .col50 .footer-trip {
  top: 80px;
  width: 80px;
}

@media only screen and (max-width: 480px) {
  .footer .container .row .col50 .footer-trip {
    top: inherit;
  }
}

.footer .container .row .col50 .footer-pay {
  top: 140px;
  width: 160px;
}

@media only screen and (max-width: 480px) {
  .footer .container .row .col50 .footer-pay {
    top: inherit;
  }
}

@media only screen and (max-width: 991px) {
  .footer .container .row .col25 {
    margin-top: 30px;
    padding-left: 220px;
    width: 100% !important;
  }
}

@media only screen and (max-width: 480px) {
  .footer .container .row .col25 {
    padding-left: 10px;
  }
}

.footer .copyright {
  background: #f1f1f1;
  margin: 50px 0 0 0;
  padding: 15px 0;
}

.footer .copyright .container p {
  color: #717171;
  margin: 0;
  font-size: 12px;
  line-height: 12px;
}

@media only screen and (max-width: 480px) {
  .footer .copyright .container p {
    line-height: 16px;
  }
}

/******************************WOW******************************/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@keyframes fondoLeftIn {
  0% {
    opacity: 0;
    width: 0%;
  }
  100% {
    width: 150%;
  }
}

.fondoLeftIn {
  -webkit-animation-name: fondoLeftIn;
  animation-name: fondoLeftIn;
}

@keyframes fondoRightIn {
  0% {
    opacity: 0;
    width: 0%;
  }
  100% {
    width: 150%;
  }
}

.fondoRightIn {
  -webkit-animation-name: fondoRightIn;
  animation-name: fondoRightIn;
}

/*****Home*****/
.home-intro {
  width: 100%;
  height: 660px;
  padding: 0;
}

@media only screen and (max-width: 1199px) {
  .home-intro {
    height: 600px;
  }
}

@media only screen and (max-width: 991px) {
  .home-intro {
    height: 550px;
  }
}

@media only screen and (max-width: 767px) {
  .home-intro {
    height: 500px;
  }
}

@media only screen and (max-width: 480px) {
  .home-intro {
    height: 400px;
  }
}

.home-intro .owl-sliderhome .owl-stage-outer .owl-stage .owl-item .item {
  width: 100%;
  height: 660px;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .home-intro .owl-sliderhome .owl-stage-outer .owl-stage .owl-item .item {
    height: 600px;
  }
}

@media only screen and (max-width: 991px) {
  .home-intro .owl-sliderhome .owl-stage-outer .owl-stage .owl-item .item {
    height: 550px;
  }
}

@media only screen and (max-width: 767px) {
  .home-intro .owl-sliderhome .owl-stage-outer .owl-stage .owl-item .item {
    height: 500px;
  }
}

@media only screen and (max-width: 480px) {
  .home-intro .owl-sliderhome .owl-stage-outer .owl-stage .owl-item .item {
    height: 400px;
  }
}

.home-intro .owl-sliderhome .owl-stage-outer .owl-stage .owl-item .item:before {
  content: "";
  background: url("/wp-content/themes/cocoroom/img/texture.png") repeat center center;
  background-size: 20px;
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .home-intro .owl-sliderhome .owl-stage-outer .owl-stage .owl-item .item .titulo-barra:after {
    margin: 20px 0;
  }
}

.home-intro .owl-sliderhome .owl-stage-outer .owl-stage .owl-item .item .item-imagen-fondo {
  width: 100%;
  height: 660px;
  object-fit: cover;
}

@media only screen and (max-width: 1199px) {
  .home-intro .owl-sliderhome .owl-stage-outer .owl-stage .owl-item .item .item-imagen-fondo {
    height: 600px;
  }
}

@media only screen and (max-width: 991px) {
  .home-intro .owl-sliderhome .owl-stage-outer .owl-stage .owl-item .item .item-imagen-fondo {
    height: 550px;
  }
}

@media only screen and (max-width: 767px) {
  .home-intro .owl-sliderhome .owl-stage-outer .owl-stage .owl-item .item .item-imagen-fondo {
    height: 500px;
  }
}

@media only screen and (max-width: 480px) {
  .home-intro .owl-sliderhome .owl-stage-outer .owl-stage .owl-item .item .item-imagen-fondo {
    height: 400px;
  }
}

.home-intro .owl-sliderhome .owl-stage-outer .owl-stage .owl-item .item .item-imagen-mano {
  position: absolute;
  right: 0;
  max-width: 100%;
  bottom: 0;
  width: auto;
  z-index: 1;
}

@media only screen and (max-width: 1199px) {
  .home-intro .owl-sliderhome .owl-stage-outer .owl-stage .owl-item .item .item-imagen-mano {
    width: 500px;
    height: auto;
  }
}

@media only screen and (max-width: 991px) {
  .home-intro .owl-sliderhome .owl-stage-outer .owl-stage .owl-item .item .item-imagen-mano {
    width: 350px;
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .home-intro .owl-sliderhome .owl-stage-outer .owl-stage .owl-item .item .item-imagen-mano {
    display: none;
  }
}

.home-intro .owl-sliderhome .owl-stage-outer .owl-stage .owl-item .item.item-franquicias .boton {
  display: table;
  margin: 30px 0 0 0;
}

@media only screen and (max-width: 480px) {
  .home-intro .owl-sliderhome .owl-stage-outer .owl-stage .owl-item .item.item-franquicias .boton {
    margin: 0;
  }
}

.home-intro .owl-sliderhome .owl-stage-outer .owl-stage .owl-item .item.item-ambar .container {
  position: relative;
}

.home-intro .owl-sliderhome .owl-stage-outer .owl-stage .owl-item .item.item-ambar .container .contenido-slider {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 230px;
  left: 30px;
  z-index: 1;
}

@media only screen and (max-width: 1199px) {
  .home-intro .owl-sliderhome .owl-stage-outer .owl-stage .owl-item .item.item-ambar .container .contenido-slider {
    top: 180px;
  }
}

@media only screen and (max-width: 991px) {
  .home-intro .owl-sliderhome .owl-stage-outer .owl-stage .owl-item .item.item-ambar .container .contenido-slider {
    top: 150px;
  }
}

@media only screen and (max-width: 767px) {
  .home-intro .owl-sliderhome .owl-stage-outer .owl-stage .owl-item .item.item-ambar .container .contenido-slider {
    left: 20px;
  }
}

.home-intro .owl-sliderhome .owl-stage-outer .owl-stage .owl-item .item.item-ambar .container .contenido-slider img {
  width: auto;
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .home-intro .owl-sliderhome .owl-stage-outer .owl-stage .owl-item .item.item-ambar .container .contenido-slider img {
    width: 400px;
  }
}

@media only screen and (max-width: 480px) {
  .home-intro .owl-sliderhome .owl-stage-outer .owl-stage .owl-item .item.item-ambar .container .contenido-slider img {
    width: 280px;
  }
}

.home-intro .owl-sliderhome .owl-stage-outer .owl-stage .owl-item .item.item-ambar .container .contenido-slider p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: white;
  margin: 20px 0 10px 0;
}

@media only screen and (max-width: 480px) {
  .home-intro .owl-sliderhome .owl-stage-outer .owl-stage .owl-item .item.item-ambar .container .contenido-slider p {
    font-size: 14px;
    line-height: 16px;
    margin: 10px 0;
  }
}

.home-intro .owl-sliderhome .owl-stage-outer .owl-stage .owl-item .item.item-ambar .container .contenido-slider ul {
  margin: 0 0 10px 0;
}

@media only screen and (max-width: 480px) {
  .home-intro .owl-sliderhome .owl-stage-outer .owl-stage .owl-item .item.item-ambar .container .contenido-slider ul {
    margin: 0;
  }
}

.home-intro .owl-sliderhome .owl-stage-outer .owl-stage .owl-item .item.item-ambar .container .contenido-slider ul li {
  display: inline-block;
  padding: 0 20px;
  border-left: 1px solid #aaaaaa;
}

@media only screen and (max-width: 480px) {
  .home-intro .owl-sliderhome .owl-stage-outer .owl-stage .owl-item .item.item-ambar .container .contenido-slider ul li {
    padding: 0 10px;
  }
}

.home-intro .owl-sliderhome .owl-stage-outer .owl-stage .owl-item .item.item-ambar .container .contenido-slider ul li p {
  color: white;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.home-intro .owl-sliderhome .owl-stage-outer .owl-stage .owl-item .item.item-ambar .container .contenido-slider ul li p span {
  font-family: "Barlow Condensed", sans-serif;
  color: #aaaaaa;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  margin: 0 0 5px 0;
}

.home-intro .owl-sliderhome .owl-stage-outer .owl-stage .owl-item .item.item-ambar .container .contenido-slider ul li:first-child {
  padding-left: 0;
  border-left: none;
}

.home-intro .owl-sliderhome .owl-stage-outer .owl-stage .owl-item .item.item-ambar .container .contenido-slider .boton {
  display: table;
  color: white;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(45deg, #981e30, #e0102c);
  background-image: -o-linear-gradient(45deg, #981e30, #e0102c);
  background-image: linear-gradient(45deg, #981e30, #e0102c);
}

@media only screen and (max-width: 767px) {
  .home-intro .owl-sliderhome .owl-stage-outer .owl-stage .owl-item .item.item-ambar .container .contenido-slider .boton {
    margin: 20px 0 0 0;
  }
}

@media only screen and (max-width: 480px) {
  .home-intro .owl-sliderhome .owl-stage-outer .owl-stage .owl-item .item.item-ambar .container .contenido-slider .boton {
    margin: 0;
  }
}

.home-intro .owl-sliderhome .owl-stage-outer .owl-stage .owl-item .item.item-ciudad .container {
  position: relative;
}

.home-intro .owl-sliderhome .owl-stage-outer .owl-stage .owl-item .item.item-ciudad .container div {
  width: 50%;
  height: 100%;
  display: block;
  position: absolute;
  top: 230px;
  left: 30px;
  z-index: 1;
}

@media only screen and (max-width: 1199px) {
  .home-intro .owl-sliderhome .owl-stage-outer .owl-stage .owl-item .item.item-ciudad .container div {
    top: 200px;
  }
}

@media only screen and (max-width: 991px) {
  .home-intro .owl-sliderhome .owl-stage-outer .owl-stage .owl-item .item.item-ciudad .container div {
    top: 180px;
  }
}

@media only screen and (max-width: 767px) {
  .home-intro .owl-sliderhome .owl-stage-outer .owl-stage .owl-item .item.item-ciudad .container div {
    width: calc(100% - 40px);
    left: 20px;
  }
}

.home-intro .owl-sliderhome .owl-stage-outer .owl-stage .owl-item .item.item-ciudad .container div h1 {
  color: white;
}

.home-intro .owl-sliderhome .owl-stage-outer .owl-stage .owl-item .item.item-ciudad .container div h1 span {
  color: #f5e264;
  font-size: 44px;
  line-height: 48px;
}

@media only screen and (max-width: 991px) {
  .home-intro .owl-sliderhome .owl-stage-outer .owl-stage .owl-item .item.item-ciudad .container div h1 span {
    font-size: 38px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .home-intro .owl-sliderhome .owl-stage-outer .owl-stage .owl-item .item.item-ciudad .container div h1 span {
    font-size: 36px;
    line-height: 38px;
  }
}

@media only screen and (max-width: 480px) {
  .home-intro .owl-sliderhome .owl-stage-outer .owl-stage .owl-item .item.item-ciudad .container div h1 span {
    font-size: 32px;
    line-height: 34px;
  }
}

.home-intro .owl-sliderhome .owl-stage-outer .owl-stage .owl-item .item.item-ciudad .container div p {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: white;
}

.home-intro .owl-sliderhome .owl-stage-outer .owl-stage .owl-item .item.item-general .container {
  position: relative;
}

.home-intro .owl-sliderhome .owl-stage-outer .owl-stage .owl-item .item.item-general .container .contenido-slider {
  width: 50%;
  height: 100%;
  display: block;
  position: absolute;
  top: 280px;
  left: 30px;
  z-index: 1;
  color: white;
}

@media only screen and (max-width: 1199px) {
  .home-intro .owl-sliderhome .owl-stage-outer .owl-stage .owl-item .item.item-general .container .contenido-slider {
    top: 240px;
  }
}

@media only screen and (max-width: 991px) {
  .home-intro .owl-sliderhome .owl-stage-outer .owl-stage .owl-item .item.item-general .container .contenido-slider {
    top: 210px;
  }
}

@media only screen and (max-width: 767px) {
  .home-intro .owl-sliderhome .owl-stage-outer .owl-stage .owl-item .item.item-general .container .contenido-slider {
    width: calc(100% - 40px);
    left: 20px;
    top: 180px;
  }
}

.home-intro .owl-sliderhome .owl-stage-outer .owl-stage .owl-item .item.item-general .container .contenido-slider .titulo-barra {
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .home-intro .owl-sliderhome .owl-stage-outer .owl-stage .owl-item .item.item-general .container .contenido-slider .titulo-barra:after {
    margin: 20px 0;
  }
}

.home-intro .owl-sliderhome .owl-stage-outer .owl-stage .owl-item .item.item-general .container .contenido-slider p strong {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .home-intro .owl-sliderhome .owl-stage-outer .owl-stage .owl-item .item.item-general .container .contenido-slider p strong {
    font-size: 16px;
    line-height: 20px;
  }
}

.home-intro .owl-sliderhome .owl-stage-outer .owl-stage .owl-item .item.item-general .container .contenido-slider ul {
  margin: 30px 0;
}

@media only screen and (max-width: 480px) {
  .home-intro .owl-sliderhome .owl-stage-outer .owl-stage .owl-item .item.item-general .container .contenido-slider ul {
    margin: 20px 0 0 0;
  }
}

.home-intro .owl-sliderhome .owl-stage-outer .owl-stage .owl-item .item.item-general .container .contenido-slider ul li {
  display: inline-block;
  padding: 0 20px;
  border-left: 1px solid #aaaaaa;
}

@media only screen and (max-width: 480px) {
  .home-intro .owl-sliderhome .owl-stage-outer .owl-stage .owl-item .item.item-general .container .contenido-slider ul li {
    padding: 0 5px;
  }
}

.home-intro .owl-sliderhome .owl-stage-outer .owl-stage .owl-item .item.item-general .container .contenido-slider ul li p {
  color: white;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.home-intro .owl-sliderhome .owl-stage-outer .owl-stage .owl-item .item.item-general .container .contenido-slider ul li p span {
  font-family: "Barlow Condensed", sans-serif;
  color: #aaaaaa;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  margin: 0 0 5px 0;
}

.home-intro .owl-sliderhome .owl-stage-outer .owl-stage .owl-item .item.item-general .container .contenido-slider ul li:first-child {
  padding-left: 0;
  border-left: none;
}

.home-intro .owl-sliderhome .owl-nav.disabled {
  display: block !important;
}

@media only screen and (max-width: 767px) {
  .home-intro .owl-sliderhome .owl-nav.disabled {
    display: none !important;
  }
}

.home-intro .owl-sliderhome .owl-nav.disabled .owl-prev, .home-intro .owl-sliderhome .owl-nav.disabled .owl-next {
  position: absolute;
  bottom: calc(50% - 50px);
  height: 100px;
  width: 40px;
  font-size: 0;
}

.home-intro .owl-sliderhome .owl-nav.disabled .owl-prev:before, .home-intro .owl-sliderhome .owl-nav.disabled .owl-next:before {
  font-family: 'icomoon';
  font-style: normal;
  content: "\e903";
  font-size: 20px;
  line-height: 100px;
  text-align: center;
  display: block;
  width: 40px;
  color: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.home-intro .owl-sliderhome .owl-nav.disabled .owl-prev:hover:before, .home-intro .owl-sliderhome .owl-nav.disabled .owl-next:hover:before {
  color: white;
}

.home-intro .owl-sliderhome .owl-nav.disabled .owl-prev {
  left: 0;
}

.home-intro .owl-sliderhome .owl-nav.disabled .owl-next {
  right: 0;
}

.home-intro .owl-sliderhome .owl-nav.disabled .owl-next:before {
  content: "\e902";
}

.slider-logos .container {
  text-align: center;
}

.slider-logos .owl-carousel {
  margin: 60px 0 0 0;
}

.slider-logos .owl-carousel .owl-item img {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}

.slider-logos .owl-sliderlogos .owl-nav.disabled {
  display: block !important;
}

@media only screen and (max-width: 767px) {
  .slider-logos .owl-sliderlogos .owl-nav.disabled {
    display: none !important;
  }
}

.slider-logos .owl-sliderlogos .owl-nav.disabled .owl-prev, .slider-logos .owl-sliderlogos .owl-nav.disabled .owl-next {
  position: absolute;
  bottom: calc(50% - 50px);
  height: 100px;
  width: 40px;
  font-size: 0;
}

.slider-logos .owl-sliderlogos .owl-nav.disabled .owl-prev:before, .slider-logos .owl-sliderlogos .owl-nav.disabled .owl-next:before {
  font-family: 'icomoon';
  font-style: normal;
  content: "\e903";
  font-size: 20px;
  line-height: 100px;
  text-align: center;
  display: block;
  width: 40px;
  color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slider-logos .owl-sliderlogos .owl-nav.disabled .owl-prev:hover:before, .slider-logos .owl-sliderlogos .owl-nav.disabled .owl-next:hover:before {
  color: rgba(0, 0, 0, 0.8);
}

.slider-logos .owl-sliderlogos .owl-nav.disabled .owl-prev {
  left: 0;
}

.slider-logos .owl-sliderlogos .owl-nav.disabled .owl-next {
  right: 0;
}

.slider-logos .owl-sliderlogos .owl-nav.disabled .owl-next:before {
  content: "\e902";
}

.home-seo .container .row .col h1 {
  margin: 0 0 20px 0;
}

.home-seo .container .row .col iframe {
  width: 100%;
}

.cta {
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(45deg, #151515, #292929);
  background-image: -o-linear-gradient(45deg, #151515, #292929);
  background-image: linear-gradient(45deg, #151515, #292929);
  position: relative;
  z-index: 0;
  text-align: center;
}

.cta:before {
  content: "";
  background: url("/wp-content/themes/cocoroom/img/texture.png") repeat center center;
  background-size: 20px;
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.cta .container .titulo-secundario {
  display: block;
  color: #aaaaaa;
  margin: 0 0 10px 0;
}

.cta .container .titulo-cta {
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
  color: white;
  margin: 0 auto 40px auto;
}

@media only screen and (max-width: 991px) {
  .cta .container .titulo-cta {
    margin: 0 auto 20px auto;
    font-size: 24px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 767px) {
  .cta .container .titulo-cta {
    font-size: 22px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 480px) {
  .cta .container .titulo-cta {
    font-size: 20px;
    line-height: 22px;
  }
}

.cta .container ul {
  margin: 0 auto;
}

@media only screen and (max-width: 991px) {
  .cta .container ul {
    max-width: 500px;
  }
}

.cta .container ul li {
  display: inline-block;
  width: 200px;
  border-right: 1px solid #717171;
}

@media only screen and (max-width: 991px) {
  .cta .container ul li {
    width: 49%;
    border-right: none;
    margin: 20px 0 0 0;
  }
}

@media only screen and (max-width: 480px) {
  .cta .container ul li {
    width: 100%;
  }
}

.cta .container ul li a {
  color: #aaaaaa;
  font-weight: 500;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 18px;
  line-height: 18px;
  display: block;
}

.cta .container ul li a span {
  color: #f5e264;
  text-decoration: underline;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  display: block;
  font-size: 18px;
  line-height: 18px;
  margin: 10px 0 0 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cta .container ul li a:hover span {
  color: white;
}

.cta .container ul li:last-child {
  border-right: 1px solid transparent;
}

.cta.cta-simple .container .titulo-cta {
  max-width: 700px;
}

.cta.cta-simple .container .boton {
  margin: 0 auto;
  display: table;
  font-size: 16px;
}

.home-habitaciones {
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(45deg, #edce4b, #f5e264);
  background-image: -o-linear-gradient(45deg, #edce4b, #f5e264);
  background-image: linear-gradient(45deg, #edce4b, #f5e264);
  text-align: center;
}

.home-habitaciones .container .titulo-secundario {
  color: #292929;
}

.home-habitaciones .container .row .col a {
  margin: 30px 0 0 0;
  background: white;
  display: block;
  padding: 30px 15px 20px 15px;
  min-height: 280px;
}

@media only screen and (max-width: 767px) {
  .home-habitaciones .container .row .col a {
    margin: 20px 0 0 0;
  }
}

.home-habitaciones .container .row .col a .label-juego {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
}

.home-habitaciones .container .row .col a div {
  position: relative;
}

.home-habitaciones .container .row .col a div:before {
  content: "";
  width: 50px;
  height: 50px;
  background: #f5e264;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: calc(50% - 25px);
  z-index: 0;
  top: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.home-habitaciones .container .row .col a div img {
  width: 120px;
  height: 120px;
  margin: 0 auto 20px auto;
  position: relative;
  top: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.home-habitaciones .container .row .col a .nombre-habitacion {
  color: #292929;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
}

.home-habitaciones .container .row .col a .boton {
  display: table;
  margin: 0 auto;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(45deg, #151515, #292929);
  background-image: -o-linear-gradient(45deg, #151515, #292929);
  background-image: linear-gradient(45deg, #151515, #292929);
  font-size: 14px;
  line-height: 36px;
  height: 36px;
  padding: 0 15px;
  color: white;
}

.home-habitaciones .container .row .col a.habitacion-ambar div:before {
  content: "▼";
  font-size: 60px;
  line-height: 60px;
  color: #e0102c;
  width: 60px;
  height: 60px;
  background: transparent;
  border-radius: 0;
  left: calc(50% - 30px);
}

.home-habitaciones .container .row .col a.habitacion-ambar .boton {
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(45deg, #981e30, #e0102c);
  background-image: -o-linear-gradient(45deg, #981e30, #e0102c);
  background-image: linear-gradient(45deg, #981e30, #e0102c);
}

.home-habitaciones .container .row .col a.habitacion-ambar:hover div:before {
  content: "▼";
  font-size: 100px;
  line-height: 100px;
  width: 100px;
  height: 100px;
  left: calc(50% - 50px);
}

.home-habitaciones .container .row .col a.habitacion-ambar:hover div img {
  position: relative;
  top: -10px;
}

.home-habitaciones .container .row .col a:hover div:before {
  content: "";
  width: 80px;
  height: 80px;
  left: calc(50% - 40px);
  top: calc(50% - 20px);
}

.home-habitaciones .container .row .col a:hover div img {
  position: relative;
  top: -10px;
}

.home-instrucciones .container .titulo-secundario {
  text-align: center;
}

.home-instrucciones .container .row .col h3 {
  font-size: 24px;
  line-height: 26px;
  margin: 30px 0 20px 0;
}

@media only screen and (max-width: 991px) {
  .home-instrucciones .container .row .col h3 {
    font-size: 22px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .home-instrucciones .container .row .col h3 {
    font-size: 20px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 480px) {
  .home-instrucciones .container .row .col h3 {
    font-size: 18px;
    line-height: 20px;
  }
}

.home-instrucciones .container .row .col .instrucciones-personas {
  background: #f1f1f1;
  padding: 15px 25px;
  display: table;
  margin: 0 0 20px 0;
}

.home-instrucciones .container .row .col .instrucciones-personas li {
  padding: 2px 0;
  margin: 0;
}

.home-instrucciones .container .row .col .instrucciones-personas li p {
  margin: 0;
  font-weight: 500;
}

.home-instrucciones .container .row .col .instrucciones-puntos li {
  margin: 70px 0 90px 0;
  display: block;
  padding: 0 0 0 200px;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .home-instrucciones .container .row .col .instrucciones-puntos li {
    padding: 0 0 0 180px;
    margin: 40px 0 0 0;
    min-height: 110px;
  }
}

@media only screen and (max-width: 600px) {
  .home-instrucciones .container .row .col .instrucciones-puntos li {
    padding: 0 0 0 160px;
  }
}

@media only screen and (max-width: 480px) {
  .home-instrucciones .container .row .col .instrucciones-puntos li {
    padding: 0;
    min-height: auto;
    text-align: center;
  }
}

.home-instrucciones .container .row .col .instrucciones-puntos li img {
  position: absolute;
  top: -20px;
  left: 30px;
  width: 140px;
  height: 140px;
}

@media only screen and (max-width: 991px) {
  .home-instrucciones .container .row .col .instrucciones-puntos li img {
    left: 0;
  }
}

@media only screen and (max-width: 480px) {
  .home-instrucciones .container .row .col .instrucciones-puntos li img {
    position: inherit;
    top: inherit;
    left: inherit;
    margin: 0 auto 20px auto;
  }
}

.home-instrucciones .container .row .col .instrucciones-puntos li span {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  margin: 0 0 5px 0;
  display: block;
}

.home-instrucciones .container .row .col .instrucciones-puntos li p {
  font-weight: 500;
}

.home-grupos {
  background: #f1f1f1;
  text-align: center;
}

.home-grupos .container .titulo-secundario {
  margin: 0 0 50px 0;
}

@media only screen and (max-width: 600px) {
  .home-grupos .container .titulo-secundario {
    margin: 0 0 20px 0;
  }
}

.home-grupos .container .row .col {
  padding: 0 30px;
}

@media only screen and (max-width: 600px) {
  .home-grupos .container .row .col {
    min-height: auto;
    margin: 30px 0 0 0;
  }
}

.home-grupos .container .row .col div {
  min-height: 250px;
}

@media only screen and (max-width: 600px) {
  .home-grupos .container .row .col div {
    min-height: auto;
  }
}

.home-grupos .container .row .col div img {
  width: 140px;
  height: 140px;
  margin: 0 auto 20px auto;
}

.home-grupos .container .row .col div span {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  margin: 0 0 5px 0;
  display: block;
}

.home-grupos .container .row .col div p {
  font-weight: 500;
}

.home-grupos .container .row .col .boton {
  display: table;
  margin: 0 auto;
}

.extra-seo .container .titulo-secundario {
  text-align: center;
}

.extra-seo .container .row .col .titulo-barra {
  font-size: 18px;
  line-height: 20px;
  margin: 50px 0 30px 0;
}

.extra-seo .container .row .col .titulo-barra:after {
  width: 100px;
  height: 2px;
  display: block;
  margin: 15px 0 20px 0;
  background: #edce4b;
}

.extra-seo .container .row .col p a {
  display: table;
  color: #292929;
  font-weight: 600;
  text-decoration: underline;
  margin: 5px 0 0 0;
}

.extra-seo .container .row .col .social {
  padding-left: 100px;
  position: relative;
  min-height: 50px;
}

@media only screen and (max-width: 480px) {
  .extra-seo .container .row .col .social {
    margin: 20px 0 0 0;
    padding-left: 0;
    min-height: auto;
  }
}

.extra-seo .container .row .col .social img {
  width: 80px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
}

@media only screen and (max-width: 480px) {
  .extra-seo .container .row .col .social img {
    position: inherit;
    left: inherit;
    top: inherit;
  }
}

.extra-seo .container .row .col .social p {
  margin: 20px 0 5px 10px;
}

@media only screen and (max-width: 480px) {
  .extra-seo .container .row .col .social p {
    margin: 10px 0 5px 0;
  }
}

.extra-seo .container .row .col .social ul li {
  display: inline-block;
  padding: 0 10px;
  border-left: 1px solid #aaaaaa;
}

@media only screen and (max-width: 600px) {
  .extra-seo .container .row .col .social ul li {
    display: block;
    padding: 0 16px;
    border-left: none;
    margin: 5px 0;
  }
}

@media only screen and (max-width: 480px) {
  .extra-seo .container .row .col .social ul li {
    padding: 0;
  }
}

.extra-seo .container .row .col .social ul li a {
  font-weight: 600;
  text-decoration: underline;
  color: #292929;
}

.extra-seo .container .row .col .social ul li:first-child {
  border-left: 1px solid transparent;
}

/*****Titulo*****/
.header-negro {
  min-height: 300px;
  width: 100%;
  background: #292929;
  padding: 0;
}

.header-negro .container {
  padding-top: 200px;
  padding-bottom: 50px;
}

.header-negro .container h1, .header-negro .container h2 {
  color: white;
}

/*****Landing*****/
.logo-trip-widget {
  width: 120px;
  height: 20px;
  margin: 20px 0 0 10px;
}

.widget-tripadvisor img {
  display: none !important;
}

.widget-tripadvisor .widSSP.widSSP {
  width: 100% !important;
}

.landing-instrucciones .container .titulo-secundario {
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .landing-instrucciones .container .row {
    padding: 10px 0;
  }
}

.landing-instrucciones .container .row .col {
  display: block;
  padding: 30px 0 0 200px;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .landing-instrucciones .container .row .col {
    padding: 30px 0 0 160px;
  }
}

@media only screen and (max-width: 991px) {
  .landing-instrucciones .container .row .col {
    min-height: 160px;
  }
}

@media only screen and (max-width: 480px) {
  .landing-instrucciones .container .row .col {
    padding: 0 10px;
    min-height: auto;
    text-align: center;
  }
}

.landing-instrucciones .container .row .col img {
  position: absolute;
  top: 20px;
  left: 30px;
  width: 140px;
  height: 140px;
}

@media only screen and (max-width: 1199px) {
  .landing-instrucciones .container .row .col img {
    left: 10px;
  }
}

@media only screen and (max-width: 480px) {
  .landing-instrucciones .container .row .col img {
    position: inherit;
    top: inherit;
    left: inherit;
    margin: 20px auto 30px auto;
  }
}

.landing-instrucciones .container .row .col span {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  margin: 0 0 5px 0;
  display: block;
}

.landing-instrucciones .container .row .col p {
  font-weight: 500;
}

.landing-grupos {
  background: #f1f1f1;
  padding-bottom: 70px;
}

@media only screen and (max-width: 991px) {
  .landing-grupos {
    padding-bottom: 300px;
  }
}

@media only screen and (max-width: 480px) {
  .landing-grupos {
    padding-bottom: 200px;
  }
}

.landing-grupos .container .row .col .titulo-barra {
  font-size: 24px;
  line-height: 28px;
  margin: 0 0 30px 0;
}

@media only screen and (max-width: 991px) {
  .landing-grupos .container .row .col .titulo-barra {
    font-size: 22px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .landing-grupos .container .row .col .titulo-barra {
    font-size: 20px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 480px) {
  .landing-grupos .container .row .col .titulo-barra {
    font-size: 18px;
    line-height: 20px;
  }
}

.landing-grupos .container .row .col ul li {
  float: left;
  width: 33.33%;
}

@media only screen and (max-width: 991px) {
  .landing-grupos .container .row .col ul li {
    width: 100%;
    float: none;
    margin: 30px 0 0 0;
  }
}

.landing-grupos .container .row .col ul li img {
  width: 120px;
  width: 120px;
  margin: 0 auto 10px auto;
}

.landing-grupos .container .row .col ul li p {
  text-align: center;
  font-weight: 500;
  padding: 0 20px;
}

.landing-grupos .foto-grupo {
  position: absolute;
  left: calc(50% - 600px);
  bottom: 0;
  max-width: 100%;
  height: auto;
  width: auto;
}

@media only screen and (max-width: 991px) {
  .landing-grupos .foto-grupo {
    left: calc(50% - 240px);
    width: 480px;
  }
}

@media only screen and (max-width: 480px) {
  .landing-grupos .foto-grupo {
    left: calc(50% - 150px);
    width: 300px;
  }
}

.landing-contacto a {
  font-size: 15px;
  font-weight: 500;
  color: #292929;
  display: block;
  margin: 0 0 10px 0;
}

.landing-contacto .boton {
  width: auto;
  display: table;
}

.landing-contacto .mapa {
  height: 366px;
  margin: 50px 0 0 0;
}

.landing-form {
  margin-top: 50px;
}

.landing-form .formulario {
  background: #f1f1f1;
  padding: 40px;
}

@media only screen and (max-width: 480px) {
  .landing-form .formulario {
    padding: 40px 30px;
  }
}

.landing-form .formulario .destacado {
  font-size: 18px;
  line-height: 20px;
}

.landing-form .formulario form {
  margin-top: 40px;
}

.landing-form .formulario form .linea-form {
  width: 100%;
  height: 60px;
}

@media only screen and (max-width: 480px) {
  .landing-form .formulario form .linea-form {
    height: 80px;
  }
}

.landing-form .formulario form .linea-form label {
  width: 140px;
  float: left;
  padding: 0 20px 0 0;
  text-align: right;
  height: 30px;
  line-height: 30px;
}

@media only screen and (max-width: 480px) {
  .landing-form .formulario form .linea-form label {
    width: 100%;
    padding: 0 0 10px 0;
    float: none;
    text-align: left;
  }
}

.landing-form .formulario form .linea-form span {
  width: calc(100% - 140px);
  float: left;
}

@media only screen and (max-width: 480px) {
  .landing-form .formulario form .linea-form span {
    width: 100%;
    float: none;
  }
}

.landing-form .formulario form .linea-form span input, .landing-form .formulario form .linea-form span textarea {
  width: 100%;
  height: 30px;
  border: none;
  box-shadow: none;
  padding: 0 5px;
  font-size: 14px;
  line-height: 30px;
  font-family: "Poppins", sans-serif;
  color: #717171;
}

.landing-form .formulario form .linea-form span textarea {
  line-height: 18px;
  padding: 5px;
  height: 90px;
}

.landing-form .formulario form .linea-form span .wpcf7-not-valid-tip {
  font-size: 12px;
  line-height: 12px;
  margin: 5px 0 0 0;
}

.landing-form .formulario form .obligatorio {
  margin: 60px 0 0 140px;
}

@media only screen and (max-width: 480px) {
  .landing-form .formulario form .obligatorio {
    margin: 60px 0 0 0;
  }
}

.landing-form .formulario form .obligatorio p {
  margin: 0;
  font-size: 12px;
  line-height: 12px;
}

.landing-form .formulario form .condiciones {
  margin: 10px 0 0 140px;
}

@media only screen and (max-width: 480px) {
  .landing-form .formulario form .condiciones {
    margin: 10px 0 0 0;
  }
}

.landing-form .formulario form .condiciones P {
  font-size: 13px;
  line-height: 15px;
}

.landing-form .formulario form .condiciones P a {
  display: initial !important;
}

.landing-form .formulario form .condiciones input {
  border: none;
  box-shadow: none;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(45deg, #edce4b, #f1da78);
  background-image: -o-linear-gradient(45deg, #edce4b, #f1da78);
  background-image: linear-gradient(45deg, #edce4b, #f1da78);
  background: #f5e264;
  background: linear-gradient(to top right, #edce4b, #f5e264);
  color: #151515;
  padding: 0 20px;
  border-radius: 4px;
  line-height: 40px;
  font-size: 14px;
  margin: 0;
  font-weight: 600;
  height: 40px;
  display: block;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
}

/******************************Empresas******************************/
.beneficios-empresa {
  padding: 10px 0 0 0;
  overflow: auto;
}

.beneficios-empresa .col {
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .beneficios-empresa .col {
    margin: 30px 0 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .beneficios-empresa .col {
    margin: 20px 0 0 0;
  }
}

.beneficios-empresa .col div {
  min-height: 220px;
}

@media only screen and (max-width: 600px) {
  .beneficios-empresa .col div {
    min-height: auto;
  }
}

.beneficios-empresa .col div img {
  width: 140px;
  height: 140px;
  margin: 0 auto 20px auto;
}

.beneficios-empresa .col div p {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  margin: 0;
}

.extra-empresas {
  padding-top: 80px;
}

@media only screen and (max-width: 767px) {
  .extra-empresas {
    padding-top: 50px;
  }
}

.extra-empresas .titulo-secundario {
  text-align: center;
  margin: 0 0 50px 0;
}

.empresas-grupos {
  padding-bottom: 90px;
}

@media only screen and (max-width: 991px) {
  .empresas-grupos {
    padding-bottom: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .empresas-grupos {
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 480px) {
  .empresas-grupos {
    padding-bottom: 50px;
  }
}

/******************************Contacto******************************/
.contacto {
  padding-bottom: 70px;
}

.contacto .container .titulo-barra {
  font-size: 24px;
  line-height: 28px;
  margin: 0 0 30px 0;
}

@media only screen and (max-width: 991px) {
  .contacto .container .titulo-barra {
    font-size: 22px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .contacto .container .titulo-barra {
    font-size: 20px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 480px) {
  .contacto .container .titulo-barra {
    font-size: 18px;
    line-height: 20px;
  }
}

.contacto .container .row .ciudad-tab {
  margin-top: 60px;
  float: right;
}

@media only screen and (max-width: 991px) {
  .contacto .container .row .ciudad-tab {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 480px) {
  .contacto .container .row .ciudad-tab {
    width: 100%;
  }
}

.contacto .container .row .ciudad-tab .row .tablinks {
  -webkit-appearance: none;
  border: none;
  background: none;
  box-shadow: none;
  margin: 0 0 30px 0;
  font-family: "Poppins", sans-serif;
}

@media only screen and (max-width: 991px) {
  .contacto .container .row .ciudad-tab .row .tablinks {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .contacto .container .row .ciudad-tab .row .tablinks {
    margin: 0 0 20px 0;
  }
}

@media only screen and (max-width: 480px) {
  .contacto .container .row .ciudad-tab .row .tablinks {
    width: 100%;
  }
}

.contacto .container .row .ciudad-tab .row .tablinks .boton-sala {
  background: #f1f1f1;
  display: table;
  cursor: pointer;
  width: 100%;
  padding: 0 10px;
  height: 240px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 991px) {
  .contacto .container .row .ciudad-tab .row .tablinks .boton-sala {
    height: 300px;
  }
}

@media only screen and (max-width: 480px) {
  .contacto .container .row .ciudad-tab .row .tablinks .boton-sala {
    height: auto;
    padding: 30px 10px;
  }
}

.contacto .container .row .ciudad-tab .row .tablinks .boton-sala .label-central {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  left: 15px;
}

@media only screen and (max-width: 767px) {
  .contacto .container .row .ciudad-tab .row .tablinks .boton-sala .label-central {
    left: 10px;
  }
}

.contacto .container .row .ciudad-tab .row .tablinks .boton-sala .info-sala {
  display: table-cell;
  vertical-align: middle;
}

.contacto .container .row .ciudad-tab .row .tablinks .boton-sala .info-sala h3 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
}

.contacto .container .row .ciudad-tab .row .tablinks .boton-sala .info-sala p {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}

.contacto .container .row .ciudad-tab .row .tablinks .boton-sala .info-sala p a {
  color: #292929;
}

.contacto .container .row .ciudad-tab .row .tablinks .boton-sala .info-sala p span {
  font-weight: 400;
}

.contacto .container .row .ciudad-tab .row .tablinks .boton-sala .info-sala p span:before {
  position: relative;
  top: 2px;
  font-size: 16px;
}

.contacto .container .row .ciudad-tab .row .tablinks .boton-sala .info-sala ul {
  text-align: center;
  margin: 0 auto;
}

.contacto .container .row .ciudad-tab .row .tablinks .boton-sala .info-sala ul li {
  display: inline-block;
  height: 20px;
  width: 30px;
}

.contacto .container .row .ciudad-tab .row .tablinks .boton-sala .info-sala ul li a {
  color: #292929;
  line-height: 20px;
  font-size: 20px;
}

.contacto .container .row .ciudad-tab .row .tablinks .boton-sala .info-sala div {
  display: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 991px) {
  .contacto .container .row .ciudad-tab .row .tablinks .boton-sala .info-sala div {
    display: block;
  }
}

.contacto .container .row .ciudad-tab .row .tablinks .boton-sala:hover {
  background: #f5e264;
}

.contacto .container .row .ciudad-tab .row .tablinks .boton-sala:hover .info-sala h3 {
  display: none;
}

@media only screen and (max-width: 991px) {
  .contacto .container .row .ciudad-tab .row .tablinks .boton-sala:hover .info-sala h3 {
    display: block;
  }
}

.contacto .container .row .ciudad-tab .row .tablinks .boton-sala:hover .info-sala div {
  display: block;
}

.contacto .container .row .ciudad-map {
  float: right;
  height: 510px;
  overflow: hidden;
  margin-top: 60px;
}

@media only screen and (max-width: 991px) {
  .contacto .container .row .ciudad-map {
    margin-top: 0;
    height: 400px;
  }
}

.contacto .container .row .ciudad-map .tabcontent {
  width: 100%;
}

.contacto .container .row .ciudad-map .tabcontent .mapa {
  width: 100%;
  height: 510px;
}

/*****Juego*****/
.header-juego {
  width: 100%;
  height: 500px;
  padding: 0;
}

@media only screen and (max-width: 1199px) {
  .header-juego {
    height: 450px;
  }
}

@media only screen and (max-width: 991px) {
  .header-juego {
    height: 400px;
  }
}

@media only screen and (max-width: 767px) {
  .header-juego {
    height: 350px;
  }
}

@media only screen and (max-width: 480px) {
  .header-juego {
    height: 300px;
  }
}

.header-juego:before {
  content: "";
  background: url("/wp-content/themes/cocoroom/img/texture.png") repeat center center;
  background-size: 20px;
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.header-juego img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 1199px) {
  .header-juego img {
    height: 450px;
  }
}

@media only screen and (max-width: 991px) {
  .header-juego img {
    height: 400px;
  }
}

@media only screen and (max-width: 767px) {
  .header-juego img {
    height: 350px;
  }
}

@media only screen and (max-width: 480px) {
  .header-juego img {
    height: 300px;
  }
}

.header-juego .container {
  width: 100%;
  height: 500px;
  position: relative;
  z-index: 1;
  padding-top: 230px;
}

@media only screen and (max-width: 1199px) {
  .header-juego .container {
    height: 450px;
    padding-top: 180px;
  }
}

@media only screen and (max-width: 991px) {
  .header-juego .container {
    height: 400px;
    padding-top: 150px;
  }
}

@media only screen and (max-width: 767px) {
  .header-juego .container {
    height: 350px;
  }
}

@media only screen and (max-width: 480px) {
  .header-juego .container {
    height: 300px;
  }
}

.header-juego .container h1, .header-juego .container h2 {
  color: white;
}

@media only screen and (max-width: 480px) {
  .header-juego .container h1:after, .header-juego .container h2:after {
    margin: 20px 0;
  }
}

.header-juego .container ul {
  margin: 30px 0;
}

@media only screen and (max-width: 480px) {
  .header-juego .container ul {
    margin: 20px 0 0 0;
  }
}

.header-juego .container ul li {
  display: inline-block;
  padding: 0 20px;
  border-left: 1px solid #aaaaaa;
}

@media only screen and (max-width: 480px) {
  .header-juego .container ul li {
    padding: 0 10px;
  }
}

.header-juego .container ul li p {
  color: white;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.header-juego .container ul li p span {
  font-family: "Barlow Condensed", sans-serif;
  color: #aaaaaa;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  margin: 0 0 5px 0;
}

.header-juego .container ul li:first-child {
  padding-left: 0;
  border-left: none;
}

.page-template-cocoroom-juego-ambar-php .header-juego .container h1:after, .page-template-cocoroom-juego-ambar-php .header-juego .container h2:after {
  content: "";
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(45deg, #981e30, #e0102c);
  background-image: -o-linear-gradient(45deg, #981e30, #e0102c);
  background-image: linear-gradient(45deg, #981e30, #e0102c);
}

.page-template-cocoroom-juego-ambar-php .titulo-icono:before {
  content: "▼";
  font-size: 70px;
  line-height: 70px;
  color: #e0102c;
  width: 80px;
  height: 80px;
  background: transparent;
  border-radius: 0;
  top: 0;
  left: 15px;
}

@media only screen and (max-width: 480px) {
  .page-template-cocoroom-juego-ambar-php .titulo-icono:before {
    top: 30px;
  }
}

.titulo-icono {
  position: relative;
  padding: 0 0 0 120px;
  margin: 40px 0 0 0;
  min-height: 50px;
}

@media only screen and (max-width: 480px) {
  .titulo-icono {
    padding: 0;
    margin: 0;
  }
}

.titulo-icono:before {
  content: "";
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  top: -10px;
  left: 20px;
  background: #f5e264;
  border-radius: 50%;
}

@media only screen and (max-width: 480px) {
  .titulo-icono:before {
    top: 30px;
  }
}

.titulo-icono img {
  position: absolute;
  left: 0;
  top: -50px;
  width: 100px;
  height: auto;
}

@media only screen and (max-width: 480px) {
  .titulo-icono img {
    position: inherit;
    top: inherit;
    margin: 0 0 30px 0;
  }
}

.titulo-icono p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}

.texto-importante {
  background: #f5e264;
  padding: 20px;
  font-weight: 500;
  margin: 0 0 20px 0;
}

.texto-importante strong {
  font-weight: 600;
}

.testimonios .container .titulo-secundario {
  text-align: center;
  margin: 0 0 60px 0;
}

.testimonios .container .owl-slidertripadvisor {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 40px;
}

@media only screen and (max-width: 600px) {
  .testimonios .container .owl-slidertripadvisor {
    padding: 0;
  }
}

.testimonios .container .owl-slidertripadvisor .item .contenido-slider {
  position: relative;
}

.testimonios .container .owl-slidertripadvisor .item .contenido-slider .user-trip {
  position: absolute;
  width: 140px;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  .testimonios .container .owl-slidertripadvisor .item .contenido-slider .user-trip {
    position: inherit;
    margin: 0 auto;
  }
}

.testimonios .container .owl-slidertripadvisor .item .contenido-slider .user-trip img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 0 auto 10px auto;
}

.testimonios .container .owl-slidertripadvisor .item .contenido-slider .user-trip p {
  font-size: 10px;
  font-style: italic;
  color: #717171;
}

.testimonios .container .owl-slidertripadvisor .item .contenido-slider .opinion-trip {
  padding: 0 0 0 140px;
}

@media only screen and (max-width: 600px) {
  .testimonios .container .owl-slidertripadvisor .item .contenido-slider .opinion-trip {
    padding: 0;
    text-align: center;
  }
}

.testimonios .container .owl-slidertripadvisor .item .contenido-slider .opinion-trip img {
  height: 40px;
  width: auto;
  margin: 0 0 20px 0;
}

@media only screen and (max-width: 600px) {
  .testimonios .container .owl-slidertripadvisor .item .contenido-slider .opinion-trip img {
    margin: 0 auto;
  }
}

.testimonios .container .owl-slidertripadvisor .item .contenido-slider .opinion-trip p strong {
  font-size: 16px;
  line-height: 20px;
}

.testimonios .container .owl-slidertripadvisor .item .contenido-slider .opinion-trip a {
  color: #00a680;
  text-decoration: underline;
}

.testimonios .container .owl-slidertripadvisor .owl-nav.disabled {
  display: block !important;
}

@media only screen and (max-width: 600px) {
  .testimonios .container .owl-slidertripadvisor .owl-nav.disabled {
    display: none !important;
  }
}

.testimonios .container .owl-slidertripadvisor .owl-nav.disabled .owl-prev, .testimonios .container .owl-slidertripadvisor .owl-nav.disabled .owl-next {
  position: absolute;
  bottom: calc(50% - 50px);
  height: 100px;
  width: 40px;
  font-size: 0;
}

.testimonios .container .owl-slidertripadvisor .owl-nav.disabled .owl-prev:before, .testimonios .container .owl-slidertripadvisor .owl-nav.disabled .owl-next:before {
  font-family: 'icomoon';
  font-style: normal;
  content: "\e903";
  font-size: 20px;
  line-height: 100px;
  text-align: center;
  display: block;
  width: 40px;
  color: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.testimonios .container .owl-slidertripadvisor .owl-nav.disabled .owl-prev:hover:before, .testimonios .container .owl-slidertripadvisor .owl-nav.disabled .owl-next:hover:before {
  color: black;
}

.testimonios .container .owl-slidertripadvisor .owl-nav.disabled .owl-prev {
  left: 0;
}

.testimonios .container .owl-slidertripadvisor .owl-nav.disabled .owl-next {
  right: 0;
}

.testimonios .container .owl-slidertripadvisor .owl-nav.disabled .owl-next:before {
  content: "\e902";
}

/*****Template*****/
.faqs .container .titulo-barra {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  margin: 50px 0 15px 0;
}

.faqs .container .titulo-barra:after {
  height: 2px;
  margin: 10px 0 20px 0;
}

.faqs .container .titulo-barra:first-child {
  margin: 0 0 15px 0;
}

.faqs .container p a, .faqs .container li a {
  color: #151515;
  font-weight: 600;
  text-decoration: underline;
}

.faqs .container p a:hover, .faqs .container li a:hover {
  color: #717171;
}

@media only screen and (max-width: 991px) {
  .faqs .container p a:hover, .faqs .container li a:hover {
    color: #151515;
  }
}

.faqs .container ul {
  margin: 0 0 0 30px;
}

.faqs .container ul li {
  list-style: disc;
}

/*****Cookies*****/
#cookie-law-info-bar {
  background-color: rgba(0, 0, 0, 0.8) !important;
  padding: 10px 0;
}

#cookie-law-info-bar span {
  max-width: 1320px;
  display: block;
  margin: 0 auto;
  padding: 0px 40px;
  position: relative;
  color: white;
  font-size: 12px;
  line-height: 14px;
}

#cookie-law-info-bar span a {
  font-weight: 600;
  color: white !important;
}

#cookie-law-info-bar span a#cookie_action_close_header {
  position: absolute;
  right: 15px;
  font-size: 0;
  display: block;
  top: 0;
  height: 30px;
  width: 30px;
  text-align: right;
}

#cookie-law-info-bar span a#cookie_action_close_header:before {
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  display: block;
  content: "\e904";
  font-size: 15px;
  line-height: 15px;
}

#cookie-law-info-bar span a:hover {
  color: white !important;
}

/*****Franquicias*****/
.franquicias-seo .container .row {
  overflow: auto;
}

.franquicias-seo .container .row .col .titulo-barra {
  font-size: 24px;
  line-height: 26px;
}

@media only screen and (max-width: 991px) {
  .franquicias-seo .container .row .col .titulo-barra {
    font-size: 22px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .franquicias-seo .container .row .col .titulo-barra {
    font-size: 20px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 480px) {
  .franquicias-seo .container .row .col .titulo-barra {
    font-size: 18px;
    line-height: 20px;
  }
}

.franquicias-seo .container .row .col .titulo-barra span {
  font-size: 16px;
  line-height: 20px;
  display: block;
  color: #717171;
}

.franquicias-seo .container .row .col h3 {
  font-size: 18px;
  line-height: 20px;
  margin: 40px 0 20px 0;
}

@media only screen and (max-width: 767px) {
  .franquicias-seo .container .row .col h3 {
    font-size: 16px;
    line-height: 18px;
  }
}

.franquicias-seo .container .row .col ul {
  margin: 0 0 15px 30px;
}

.franquicias-seo .container .row .col ul li {
  list-style: disc;
  margin: 0 0 5px 0;
  color: #f5e264;
}

.franquicias-seo .container .row .col ul li p {
  color: #292929;
}

.franquicias-seo .container .row .col i {
  font-size: 12px;
  line-height: 14px;
  margin: 0 0 5px 0;
}
/*********Nuevo menu*********/

.header-menu-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-menu-container ul li {
  position: relative;
}

.header-menu-container ul li.reservas-mobile {
  display: none !important;
}

@media only screen and (max-width: 1090px) {
  .header-menu-container ul li.reservas-mobile {
    display: block !important;
  }
}

@media only screen and (max-width: 1090px) {
  .header-menu-container ul li.reservas-mobile .boton {
    display: table !important;
    margin: 0 auto;
    padding: 10px 20px !important;
    color: #292929 !important;
  }
}

.header-menu-container ul li.reservas-mobile .boton:after {
  content: none !important;
}

@media only screen and (max-width: 1300px) {
  .header-menu-container ul li a {
    font-size: 15px !important;
    line-height: 16px !important;
    letter-spacing: -0.05em;
  }
}

.header-menu-container ul li a.menu-item-has-children {
  cursor: pointer;
}

.header-menu-container ul li a.menu-item-has-children:after {
  font-family: 'icomoon';
  content: "\e901";
  left: 6px;
  top: 1px;
  font-size: 11px;
  position: relative;
}

.header-menu-container ul li .nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  width: 160px;
  left: calc(50% - 80px);
  padding: 10px 0;
  background: #151515;
  margin: 35px 0 0 0 !important;
}

.header-menu-container ul li .nav-dropdown li {
  padding: 10px !important;
  margin: 0 !important;
  display: block !important;
}

.header-menu-container ul li .nav-dropdown li a, .header-menu-container ul li .nav-dropdown li span {
  font-size: 14px !important;
  line-height: 16px !important;
  font-weight: 500 !important;
  display: block;
}


@media only screen and (max-width: 1090px) {
  .site-header .site-header-main .site-header-menu .header-menu-container {
    display: inherit !important;
    overflow: auto;
  }
  .site-header .site-header-main .site-header-menu .header-menu-container .menu-menu-principal-container {
    display: inherit;
    margin: 70px auto;
  }
  .site-header .site-header-main .site-header-menu .header-menu-container .menu-menu-principal-container ul li a {
    font-size: 15px !important;
    line-height: 20px !important;
    letter-spacing: 0 !important;
  }
  .site-header .site-header-main .site-header-menu .header-menu-container .menu-menu-principal-container ul li .nav-dropdown {
    position: inherit;
    margin: 0 !important;
    width: 100%;
    left: inherit;
    padding: 10px 0;
  }
  .site-header .site-header-main .site-header-menu .header-menu-container .menu-menu-principal-container ul li .nav-dropdown li {
    padding: 0 !important;
  }
}

.pointer-lateral {
  cursor: pointer;
  color: white;
  font-weight: 500;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1090px) {
	.pointer-lateral {
	padding: 10px 0;
    display: block;
}
}


.pointer-lateral:hover {
  color: #f5e264;
}

.pointer-lateral-movil {
  cursor: pointer;
  color: white;
  font-weight: 500;
  line-height: 20px !important;
  font-size: 15px;
  padding: 10px 0;
}

.pointer-lateral-movil:hover {
  color: #f5e264;
}
.pointer-home-up {
  cursor: pointer;
  color: #aaaaaa;
  font-weight: 500;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 18px;
}

.pointer-home {
  text-decoration: underline;
  cursor: pointer;
  color: #f5e264;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  display: block;
  font-size: 18px;
  line-height: 18px;
  margin: 10px 0 0 0;
}

.pointer-home:hover {
  text-decoration: underline;
  color: white;
}

.pointer-footer {
  cursor: pointer;
  color: #292929;
}

.pointer-boton {
  cursor: pointer;
  color: #151515;
  padding: 0 20px;
  border-radius: 4px;
  line-height: 40px;
  font-size: 14px;
  margin: 0;
  font-weight: 600;
  height: 40px;
  display: block;
}

.pointer-boton:hover {
  cursor: pointer;
}

.ljoptimizer {
  text-transform: inherit;
  cursor: pointer;
  color: white;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  padding: 10px 0 !important;
  width: 100%;
  display: block;
  background: #151515;
}
.proceso-reserva .container .step3 .col33.activity_15 .ng-scope .ng-titulo-tabla, .proceso-reserva .container .step3 .col33.activity_16 .ng-scope .ng-titulo-tabla, .proceso-reserva .container .step3 .col33.activity_18 .ng-scope .ng-titulo-tabla, .proceso-reserva .container .step3 .col33.activity_20 .ng-scope .ng-titulo-tabla {
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(45deg, #31a3b5, #5ad8f6);
  background-image: -o-linear-gradient(45deg, #31a3b5, #5ad8f6);
  background-image: linear-gradient(45deg, #31a3b5, #5ad8f6);
}

.proceso-reserva .container .step3 .col33.activity_15 .ng-scope .ng-titulo-tabla h4, .proceso-reserva .container .step3 .col33.activity_16 .ng-scope .ng-titulo-tabla h4, .proceso-reserva .container .step3 .col33.activity_18 .ng-scope .ng-titulo-tabla h4, .proceso-reserva .container .step3 .col33.activity_20 .ng-scope .ng-titulo-tabla h4 {
  color: white;
}

.proceso-reserva .container .step3 .col33.activity_15 .ng-scope ul li span button, .proceso-reserva .container .step3 .col33.activity_16 .ng-scope ul li span button, .proceso-reserva .container .step3 .col33.activity_18 .ng-scope ul li span button, .proceso-reserva .container .step3 .col33.activity_20 .ng-scope ul li span button {
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(45deg, #31a3b5, #5ad8f6);
  background-image: -o-linear-gradient(45deg, #31a3b5, #5ad8f6);
  background-image: linear-gradient(45deg, #31a3b5, #5ad8f6);
  color: white;
}

.proceso-reserva .container .step3 .col33.activity_15 .ng-scope ul li.selected span button, .proceso-reserva .container .step3 .col33.activity_16 .ng-scope ul li.selected span button, .proceso-reserva .container .step3 .col33.activity_18 .ng-scope ul li.selected span button, .proceso-reserva .container .step3 .col33.activity_20 .ng-scope ul li.selected span button {
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(45deg, #151515, #292929);
  background-image: -o-linear-gradient(45deg, #151515, #292929);
  background-image: linear-gradient(45deg, #151515, #292929);
  color: white;
}

/****Nov2019****/
@media only screen and (max-width: 480px) {
  .header-negro .container {
    padding-bottom: 0;
  }
  .proceso-reserva .container .step2 .clendario .dropdown-menu li div table tbody tr td button {
    padding: 0!important;
  }
}

.accept-cancel {
  text-align: right;
}
.accept-cancel .boton {
  display: inline-block;
}
.botongris {
  margin: 0 10px 0 0;
  background: #e4e4e4;
}
.styled-select {
  width: 100%;
  max-width: 380px;
  /*overflow: hidden;
  overflow: -moz-hidden-unscrollable;*/
  background: #f5e264;
  border-radius: 5px;
  position: relative;
  z-index: 0;
}
.styled-select:after {
  display: block;
  position: absolute;
  right: 10px;
  top: 5px;
  z-index: 0;
  font-family: 'icomoon';
  content: "\e901";
  right: 10px;
  top: 6px;
  font-size: 14px;
  z-index: -1;
}


@media only screen and (max-width: 480px) {
  .accept-cancel {
    text-align: center;
  }
}
.proceso-reserva .container .step2 .clendario .input-group-btn button {
  border-radius: 0 5px 5px 0;
}
