
/* RESETS
// ================================================== */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
q:before {
  content: '';
  content: none;
}
blockquote:after,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ESTILOS BASICOS
// ================================================== */
body {
  background: #efe7c4;
  font-family: 'Asap', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #282727;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
::-moz-selection {
  background: #1c0503;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #1c0503;
  color: #fff;
  text-shadow: none;
}
/* Iconos
// ================================================== */
@font-face {
  font-family: 'icons';
  src: url('../fonts/icons/entypo.eot');
  src: url('../fonts/icons/entypo.eot?#iefix') format('embedded-opentype'), url('../fonts/icons/entypo.woff') format('woff'), url('../fonts/icons/entypo.ttf') format('truetype'), url('../fonts/icons/entypo.svg#EntypoRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'weather';
  src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot');
  src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot?#iefix') format('embedded-opentype'), url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.woff') format('woff'), url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.ttf') format('truetype'), url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Tipografia
// ================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #c16310;
  font-family: "Ubuntu Condensed", Helvetica, serif;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}
h1 {
  font-size: 2.4rem;
  line-height: 2.4rem;
  margin-bottom: 1rem;
}
h2 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
h3 {
  font-size: 25px;
  line-height: 34px;
  margin-bottom: 8px;
}
h4 {
 font-size: 24px;
 line-height: 30px;
 margin-bottom: 4px;
 color: #c16310;
}
h5 {
  font-size: 17px;
  line-height: 24px;
}
h6 {
  font-size: 14px;
  line-height: 21px;
}
.subheader {
  color: #777;
}
p {
  margin: 0 0 20px 0;
  line-height: 1.5rem;
  text-align: left;
  color: #282727;
  font-size: 15px;
  

}
p img {
  margin: 0;
}
p.lead {
  font-size: 21px;
  line-height: 2rem;
  color: #777;
}
p.small {
  font-size: 0.7rem;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
small {
  font-size: 80%;
}
/*  Blockquotes  */
blockquote,
blockquote p {
  font-size: 17px;
  line-height: 24px;
  color: #777;
  font-style: italic;
}
blockquote {
  margin: 0 0 20px;
  padding: 9px 20px 0 19px;
  border-left: 2px solid #dcd8b1;
}
blockquote cite {
  display: block;
  font-size: 12px;
  color: #555;
}
blockquote cite:before {
  content: "\2014 \0020";
}
blockquote cite a,
blockquote cite a:visited,
blockquote cite a:visited {
  color: #555;
}
hr {
  border: 1px solid #ccc78e;
  border-width: 1px 0 0;
  clear: both;
  margin: 18px 0 18px;
  height: 0;
}

/* LINKS
// ================================================== */
a,
a:visited {
  color:#e88228;
  text-decoration: none;
  outline: 0;
}
a:hover,
a:focus {
  color: #222221;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
p a,
p a:visited {
  line-height: inherit;
}
/* #Lists
================================================== */
ul,
ol {
  margin-bottom: 20px;
}
ul {
  list-style: none outside;
}
ol {
  list-style: decimal;
}
ol,
ul.square,
ul.circle,
ul.disc {
  margin-left: 30px;
}
ul.square {
  list-style: square outside;
}
ul.circle {
  list-style: circle outside;
}
ul.disc {
  list-style: disc outside;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 4px 0 5px 30px;
  font-size: 90%;
}
ul ul li,
ul ol li,
ol ol li,
ol ul li {
  margin-bottom: 6px;
}
li {
  line-height: 30px;
  font-size: 15px;
  
}
ul.large li {
  line-height: 21px;
}
li p {
  line-height: 21px;
  color: #282727;
}
/* Imagenes
// ================================================== */
img.scale-with-grid {
  max-width: 100%;
  height: auto;
}
/* BOTONES
// ================================================== */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  background: #ff8500;
  border: 0;
  color: #ffffff;
  display: inline-block;
  font-size: 0.7rem;
  font-weight: normal;
  text-decoration: none;
  cursor: pointer;
  /*margin-bottom: 20px;*/
  line-height: normal;
  padding: 10px 5px;
  font-family: 'Adamina', sans-serif;
  text-transform: uppercase;
  border-radius: 3px;
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  color: #fff;
  border:0;
  background: #ffa645;
}
.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
  border: 0;
  background:#222221;
}
.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.button-base,
button.button-base {
  background: #222221;
  color: #fff!important;
  border-color: #222221;
  padding: 1em 2em !important;
}
.button-base:hover,
button.button-base:hover {
  color: #fff!important;
  border-color:#222221 !important;
}
/* FORMULARIOS
// ================================================== */

.animateblock.btm.animated p {
color:#333333;
}

.calendar-ico { background: #fff url(../img/calendar.png) no-repeat right!important;}

fieldset {
  margin-bottom: 20px;
}

#bookhome input, #bookhome select {
background: transparent;
border: 2px solid #ffffff;
color: white;
}

input[type="text"],
input[type="date"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="url"],
input[type="password"],
input[type="email"],
textarea,
select {
  border: 0;
  box-sizing: border-box;
  padding: 6px;
  outline: none;
  font-family: 'Adamina', sans-serif;
  color: #666560;
  margin: 0;
  width: 210px;
  max-width: 100%;
  display: block;
  /*margin-bottom: 20px;*/
  /* background: #F1F1F1; */
  display: inline;
  margin-right: 1rem;
}
select {
  padding: 5px;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  border: 1px solid #aaa;
  color: #444;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
textarea {
  height: 8rem;
  width: 100%;
  margin-bottom: 2rem;
}
label,
legend {
  display: block;
  font-weight: normal;
  font-size: 0.9rem;
  margin-bottom: 0.3rem;
  color:#333333;
  text-transform: uppercase;
}
select {
  width: 119px;
}
input[type="checkbox"] {
  display: inline;
}
label span,
legend span {
  font-weight: normal;
  font-size: 13px;
  color: #444;
}
/* TABLAS
// ================================================== */
/* 
    Generic Styling, for Desktops/Laptops 
    */
table {
  width: 100%;
  border-collapse: collapse;
}
/* Zebra striping */
tr:nth-of-type(odd) {
  background: #fcfae0;
}
th {
  background: #ad8b00;
  color: white;
  font-weight: bold;
}
td,
th {
  padding: 8px 5px;
  border: 1px solid #faf6c9;
  text-align: left;
}
/* 
    Max width before this PARTICULAR table gets nasty
    This query will take effect for any screen smaller than 760px
    and also iPads specifically.

    @media 
    only screen and (max-width: 760px),
    (min-device-width: 768px) and (max-device-width: 1024px)  {

      table, thead, tbody, th, td, tr { 
        display: block; 
      }
      
      thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
      }
      
      tr { border: 1px solid #ccc; }
      
      td { 
        border: none;
        border-bottom: 1px solid #eee; 
        position: relative;
        padding-left: 50%; 
      }
      
      td:before { 
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%; 
        padding-right: 10px; 
        white-space: nowrap;
      }
      //td:nth-of-type(1):before { content: "Encabezado1"; }
      //td:nth-of-type(2):before { content: "Encabezado2"; }
      //td:nth-of-type(3):before { content: "Encabezado3"; }
      //td:nth-of-type(4):before { content: "Encabezado4"; }
      //td:nth-of-type(5):before { content: "Encabezado5"; }
      //td:nth-of-type(6):before { content: "Encabezado6"; }
      //td:nth-of-type(7):before { content: "Encabezado7"; }
      //td:nth-of-type(8):before { content: "Encabezado8"; }
      //td:nth-of-type(9):before { content: "Encabezado9"; }
      //td:nth-of-type(10):before { content: "Encabezado10"; }
    }
    */
/* CLASES GENERALES
// ================================================== */
.remove-bottom {
  margin-bottom: 0 !important;
}
.half-bottom {
  margin-bottom: .5rem !important;
}
.alignleft {
  float: left;
  margin: 0 15px 30px 0;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.aligncenter {
  display: block;
  margin: 0 auto 30px auto;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.alignright {
  float: right;
  margin: 0 0 30px 15px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.alignnone {
  float: none;
  display: block;
  margin: 0 0 30px 0;
}
.size-full {
  width: 100%;
  height: auto;
  margin: 0 0 30px 0;
}
p .alignleft {
  float: left;
  margin: 5px 15px 30px 0;
}
p .aligncenter {
  display: block;
  margin: 5px auto 30px auto;
}
p .alignright {
  float: right;
  margin: 5px 0 30px 15px;
}
p .alignnone {
  float: none;
  display: block;
  margin: 5px 0 30px 0;
}
p .size-full {
  width: 100%;
  height: auto;
  margin: 5px 0 30px 0;
}
.wp-caption {
  background-color: #f3f3f3;
  border: 1px solid #ddd;
  margin: 10px;
  padding-top: 4px;
  text-align: center;
}
.wp-caption img {
  border: 0 none;
  margin: 0;
  padding: 0;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.post-meta {
  font-variant: small-caps;
  color: #a7a7a7;
}
.post-meta-key {
  color: #ad8b00;
  font-weight: bold;
  font-size: 110%;
}
.hidden {
  overflow: hidden;
}
.hide {
  display: none;
}
.altheading { 
  font-family: "Ubuntu Condensed",Helvetica, serif;
  font-size: 2rem;
  margin: 2rem 0;
  color: #222221;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  
}

h1.altheading {
text-align: center;
font-size: 2.5rem;
}

.box {
  box-sizing: border-box;
  padding: 1rem;
}
.bg-base {
  background: #81150e;
}
.icon {
  font-family: 'icons' !important;
}
.separate {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.left-image {
  float: left;
  margin: 0.7rem 0.7rem 0.1rem 0;
}
.right-image {
  float: right;
  margin: 0.7rem 0 0.7rem 0.1rem;
}
img.scale-with-grid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  background: #fff;
  padding: 3px;
  border: 1px solid #dcd8b1;
}
.v-movil {
  display: none;
}
.v-desktop {
  display: block;
}
.posrel {
  position: relative;
}
.sello {
  z-index: 1;
  height: 33px;
  margin-top: -0.6rem;
  background:  url(../img/check.png) 42px no-repeat;
  border-radius: 7px;
 }

.sello p {
    color: #fff;
    text-align: center;
    padding: 3px 0px 0px 0px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    font-family: "Ubuntu Condensed", Arial, Helvetica, serif;
}

.panel {
  box-sizing: border-box;
  border: 1px solid #846a00;
  background: #c79f00;
  padding: 1rem;
  overflow: hidden;
  margin: 0 0 2rem 0;
}
.panel .media-img {
  float: left;
  margin-right: 1rem;
}
.panel .media-content {
  overflow: hidden;
}
.module {
  box-sizing: border-box;
  overflow: hidden;
  margin: 0 0 1.5rem 0;
}
.module .module-header {
  box-sizing: border-box;
  padding: 0.1rem 0.6rem 0;
  background:#f8e9d6;

}
.module .module-header h1,
.module .module-header h2,
.module .module-header h3,
.module .module-header h4 {
  color: #444;
  margin: 0;
  font-size: 1.2rem;
}
.module .module-header h1 a,
.module .module-header h2 a,
.module .module-header h3 a,
.module .module-header h4 a {
  color: #fff;
}
.module .module-body {
  box-sizing: border-box;
  padding: 0;
}
.module .module-body form {
  margin: 0.3rem 0;
}
.module .module-body p {
  margin: 4px 0;
  line-height: 1rem;
}
.module .module-body input,
.module .module-body select {
  background: #fff;
  width: 100%;
  border: 1px solid #bbb;
}
.offer-block {
  overflow: hidden;
  display: block;
  position: relative;
}
.offer-block img {
  width: 100%;
}
.offer-block figcaption {
  box-sizing: border-box;
  padding: 0.5rem;
  font-size: 1.2rem;
  background:rgba(34, 34, 33, 0.66);
  color: #fff;
  display: block;
  position: absolute;
  z-index: 99;
  bottom: 2px;
  width: 100%;
}
.promo-event img,
.sudo-box img {
  margin-bottom: 0.4rem;
  height: 10rem;
  width: 17.5rem;
}
.promo-event .event-date,
.sudo-box .event-date {
  display: inline-block;
  background: #E9E1EF;
  color: #474545;
  width: 2rem;
  font-size: 0.8rem;
  padding: 0.3rem;
  text-align: center;
  float: left;
  margin-right: 6px;
  min-height: 4rem;
  line-height: 1.2rem;
}
.promo-event .event-info,
.sudo-box .event-info {
  display: inline-block;
  width: 12.5rem;
  padding: 0.5rem;
  box-sizing: border-box;
  float: left;
  min-height: 4rem;
}
.promo-event .event-info h3,
.sudo-box .event-info h3 {
  font-size: 1rem;
  font-family: 'Raleway', sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.6rem;
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.promo-event .event-info p,
.sudo-box .event-info p {
  margin: 0;
  font-size: 10px;
  line-height: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.promo-event .event-info a.more,
.sudo-box .event-info a.more {
  font-style: italic;
  float: right;
  font-size: 10px;
  color: #AF0303;
  text-decoration: underline;
}
.promo-event .event-info .button,
.sudo-box .event-info .button,
.promo-event .event-info button,
.sudo-box .event-info button {
  margin: 0.5rem 0;
}
.feature {
  background: #e0e0e0;
  padding: 0;
  margin-bottom: 2rem;
  overflow: hidden;
  height: 21.2rem;
}
.feature .fblock {
  float: left;
  display: inline-block;
  width: 33%;
  box-sizing: border-box;
  padding: 10px;
  height: 21.2rem;
}
.feature .fblock:first-child {
  padding: 0;
}
.home-widget {
  margin: 2rem 0 0 1rem;
}
.home-widget h4 {
  color: #faf6c9;
}

.formcontent {
  margin-top: 5rem;
}

.formsection {
  background: #FBF8F3;
  padding: 15px;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 7px;
  
  
}
.formsection label {
  color: #292928;
}
.formsection input {
  width: 100%;
  margin: 0 0 12px 0;
}
.formsection button {
  margin: 0;
}
.formsection .formcontent {
  box-sizing: border-box;
  margin: 0;
}
.formsection .imgcaptcha {
  
  margin-bottom: 1rem;
  width:250px;
}
.formsection .field {
  box-sizing: border-box;
}
.formsection .field input {
  width: 100%;
  margin: 0 0 12px 0;
}
.formsection .field button {
  margin: 0;
}
.formsection ul {
  padding: 0!important;
  width: 65%;
}
.formsection ul li {
  box-sizing: border-box;
}
.tinynav {
  display: none;
}
#nav .selected a,
#nav2 .selected a {
  color: #4a0c08;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 90%;
  background: #fff;
  padding: 1rem;
  box-sizing: border-box;
}
.mfp-close-btn-in .mfp-close {
  background: #a2a2a2;
}
.mfp-close-btn-in .mfp-close:hover {
  background:#a2a2a2;
  color: white;
}
.mfp-close-btn-in .mfp-close:active {
  background: #a2a2a2;
}
.flexslider {
  /*margin-bottom:12px; min-height:380px;*/
  box-shadow: none!important;
  padding: 0!important;
  background: none!important;
  border: 0!important;
}
.alink {
  text-align: right;
  font-size: 10px;
  font-style: italic;
  text-decoration: underline;
}
.flex-control-paging {
  position: absolute;
  bottom: 7rem;
}
.flex-control-paging li a {
  background: #fff!important;
}
.flex-control-paging li a.flex-active {
  background: #4a0c08 !important;
}
.fourblock {
  display: inline-block;
  float: left;
  width: 23%;
  margin: 0 10px;
  position: relative;
  background: #fffcec;
}
.fourblock:hover {
  background: #fef7f6;
}
.fourblock:first-child {
  margin-left: 0;
}
.fourblock:last-child {
  margin-right: 0;
}
.fourblock a {
  display: block;
  min-height: 22rem;
  position: relative;
  border: 1px solid #fff4b9;
}
.fourblock h4 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.6rem;
  padding: 0.5rem 0.7rem 0;
}
.fourblock img {
  width: 100%;
  height: 9rem;
  position: absolute;
  bottom: 0;
}
.fourblock p {
  margin: 0 0 10px 0;
  padding: 0.7rem;
  line-height: 1.1rem;
  text-align: justify;
}
.en-nav li a {
  padding: 0 7px;
}
.home-modules {
  margin-bottom: 2rem!important;
  padding: 8px 0;
}
.hblock {
  display: inline-block;
  float: left;
  margin: 46px 10px 0;
}
.hblock:first-child {
  margin-left: 0;
}
.hblock:last-child {
  margin-right: 0;
}
.hblock h4 {
  background: rgba(207, 45, 45, 0.6);
  color: #fff;
  padding: 8px;
  text-align: center;
  margin-top: -4px;
  position: relative;
  width: 79%;
  margin:-171px auto 150px;
}
.hblock img {
  width: 100%;
}
.hblock p {
  margin: 0 0 10px 0;
  line-height: 0.9rem;
  text-align: justify;
}
.hblock .alink {
  float: right;
}
.threeblock {
    display: inline-block;
    /*float: left;*/
    width: 27%;
    margin-right: 5rem;
}
.threeblock:last-child {
  margin-right: 0;
}
.threeblock h3 {
  font-size: 1.1rem;
  text-transform: uppercase;
  text-align: left;
  display: block!important;
}
.threeblock img {
  width: 100%;
}
.threeblock p {
  margin: 0 0 6px 0;
  line-height: 0.9rem;
  font-size: 0.8rem;
  text-align: justify;
  color: #282727;
}
.threeblock span {
  color: #4a0c08;
  margin-right: 8px;
  font-weight: bold;
}
.threeblock .alink {
  float: right;
}
.threeblock .text-right {
  text-align: right;
  margin: 12px 0 0 0;
}
.vertical-booking {
  background: #F2ECD4;
  box-sizing: border-box;
}
.vertical-booking h3 {
  font-size: 1.2rem;

}
.vertical-booking label {
  font-size: 0.7rem;
  
}
.vertical-booking h3,
.vertical-booking label {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
}
.vertical-booking table {
  clear: both;
}
.vertical-booking input {
  width: 100%;
}
.vertical-booking input,
.vertical-booking select {
  font-size: 0.6rem;
}
.vertical-booking td {
  padding: 0 5px;
  display: inline-block;
  width: 28%;
}
.vertical-booking td:first-child {
  padding-left: 0;
}
.vertical-booking td:last-child {
  padding-right: 0;
}
.vertical-booking td,
.vertical-booking th,
.vertical-booking tr:nth-of-type(odd) {
  background: none;
  border: none;
}
.vertical-booking .selectss select {
  width: 5rem;
}
.vertical-booking .fechass .block {
  float: left;
  width: 47%;
  margin: 0 5px 0 0;
}
.vertical-booking .fechass .block:last-child {
  margin: 0 0 0 5px;
}
.vertical-booking #txtPromotionCode {
  width: 6rem;
}
.vertical-booking .sello, .vertical-booking .sello-eng{
  top: auto!important;
  bottom: 2px!important;
  right: 0rem!important;
}
.gallery {
  width: 100%;
  margin-bottom: 2rem;
}
.gallery .gallery-item {
  background: #000000;
  display: inline-block;
  margin: 0 6% 8% 0;
  width: auto;
      border: 4px solid #fff;
    box-shadow: 0 2px 10px #CBCBCB;
}
.gallery .gallery-item a {
  display: block;
  margin-bottom: -2px;
}
.gallery .gallery-item a:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
.gallery .gallery-item a img {
  width: 9rem;
  height: 9rem;
}
.calendario-item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #dcd8b1;
  overflow: hidden;
}
.calendario-item .eventimg img {
  float: left;
  width: 240px;
  height: 170px;
  margin-right: 10px;
}
.calendario-item .event-body {
  overflow: hidden;
  margin: 0;
  display: block;
}
.calendario-item .event-body p {
  text-align: justify;
}
.calendario-item .event-body h2,
.calendario-item .event-body h3,
.calendario-item .event-body h4,
.calendario-item .event-body h5 {
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
}
.calendario-item .event-body .fechas {
  font-weight: bold;
  font-style: italic;
}
/* Clima  */
#weather {
  width: 100%;
  margin: 0px;
  text-align: left;
  text-transform: uppercase;
}
#weather h2 {
  margin: 0;
  color:#222221;
  line-height: 0rem;
  font-size: 2rem;
}
#weather ul {
  margin: 0;
  padding: 0;
}
#weather ul li {
  line-height: 3px;
  margin: 0 6px 0 0;
  font-size: 0.55rem;
  display: inline-block;
  color: #222221;
}
#weather .currently {
  margin: 0 1rem;
}
#weather i {
  color: #222221;
  font-family: weather;
  font-size: 3rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
}
#weather .icon-0:before {
  content: ":";
}
#weather .icon-1:before {
  content: "p";
}
#weather .icon-2:before {
  content: "S";
}
#weather .icon-3:before {
  content: "Q";
}
#weather .icon-4:before {
  content: "S";
}
#weather .icon-5:before {
  content: "W";
}
#weather .icon-6:before {
  content: "W";
}
#weather .icon-7:before {
  content: "W";
}
#weather .icon-8:before {
  content: "W";
}
#weather .icon-9:before {
  content: "I";
}
#weather .icon-10:before {
  content: "W";
}
#weather .icon-11:before {
  content: "I";
}
#weather .icon-12:before {
  content: "I";
}
#weather .icon-13:before {
  content: "I";
}
#weather .icon-14:before {
  content: "I";
}
#weather .icon-15:before {
  content: "W";
}
#weather .icon-16:before {
  content: "I";
}
#weather .icon-17:before {
  content: "W";
}
#weather .icon-18:before {
  content: "U";
}
#weather .icon-19:before {
  content: "Z";
}
#weather .icon-20:before {
  content: "Z";
}
#weather .icon-21:before {
  content: "Z";
}
#weather .icon-22:before {
  content: "Z";
}
#weather .icon-23:before {
  content: "Z";
}
#weather .icon-24:before {
  content: "E";
}
#weather .icon-25:before {
  content: "E";
}
#weather .icon-26:before {
  content: "3";
}
#weather .icon-27:before {
  content: "a";
}
#weather .icon-28:before {
  content: "A";
}
#weather .icon-29:before {
  content: "a";
}
#weather .icon-30:before {
  content: "A";
}
#weather .icon-31:before {
  content: "6";
}
#weather .icon-32:before {
  content: "1";
}
#weather .icon-33:before {
  content: "6";
}
#weather .icon-34:before {
  content: "1";
}
#weather .icon-35:before {
  content: "W";
}
#weather .icon-36:before {
  content: "1";
}
#weather .icon-37:before {
  content: "S";
}
#weather .icon-38:before {
  content: "S";
}
#weather .icon-39:before {
  content: "S";
}
#weather .icon-40:before {
  content: "M";
}
#weather .icon-41:before {
  content: "W";
}
#weather .icon-42:before {
  content: "I";
}
#weather .icon-43:before {
  content: "W";
}
#weather .icon-44:before {
  content: "a";
}
#weather .icon-45:before {
  content: "S";
}
#weather .icon-46:before {
  content: "U";
}
#weather .icon-47:before {
  content: "S";
}
/*! http://responsiveslides.com v1.54 by @viljamis */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  display: block;
  height: auto;
  border: 0;
  margin: 0 auto
}
/* chat */
.banner {
  position: absolute;
  right: 0px;
  width: 190px;
  height: 195px;
  background-color: #c16310;
  cursor: pointer;
}
.vistaChat {
  right: 139px;
  top: 50px;
  height: 36px;
  width: 136px;
  position: absolute;
  cursor: pointer;
  padding: 6px 8px;
  box-sizing: border-box;
  background: #c16310;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.vistaChat p {
  color: #FFFFFF;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
}
.principalbanner {
  top: 216px;
  width: 225px;
  height: 220px;
  position: fixed;
  right: -190px;
  z-index: 7;
}
.dialogo {
  background-color: White;
  position: absolute;
  left: 5px;
  width: 156px;
  height: 90px;
  padding: 10px;
  top: 10px;
  line-height: 1;
  text-align: center;
}
.dialogo h2 {
  line-height: 1rem;
}
.infoChat {
  position: absolute;
  top: 200px;
  height: 20px;
  width: 190px;
  line-height: 1;
}
.infoChat span {
  margin-left: 3px;
  font-size: 11px;
  color: #282727;
}
.clicAqui {
  margin-top: -35px;
}
.principalbanner .banner h2 {
  font-size: 12px !important;
}
/* animated elements */
.animateblock {
  padding: 8px 0;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 0.55s linear;
  -moz-transition: all 0.55s linear;
  transition: all 0.55s linear;
}
.animateblock.animated {
  opacity: 1;
}
/* animation transition styles */
.animateblock.left {
  margin-left: -2%;
}
.animateblock.left.animated {
  margin-left: 12%;
}
.animateblock.right {
  display: block;
  margin-left: 100%;
}
.animateblock.right.animated {
  margin-left: 70%;
}
.animateblock.top {
  display: block;
  width: auto;
  margin-top: -25px;
}
.animateblock.top.animated {
  margin-top: 0px;
}
.animateblock.btm {
  display: block;
  width: auto;
  margin-top: 25px;
}
.animateblock.btm.animated {
  margin-top: 0;
}
.animateblock.centerleft {
  display: block;
  width: auto;
  margin-right: -10%;
}
.animateblock.centerleft.animated {
  margin-right: 0;
}
.animateblock.centerright {
  display: block;
  width: auto;
  margin-left: -10%;
}
.animateblock.centerright.animated {
  margin-left: 0;
}
.animateblock.center {
  margin-left: 2%;
}
.animateblock.center.animated {
  margin-left: 42%;
}
.animateblock.size {
  display: block;
  width: 10%;
}
.animateblock.size.animated {
  width: 100%;
  height: 100%;
}
.animateblock.size img {
  max-width: 100%;
  height: auto;
}

.hblock--content {

}
