@import url(normalize.min.css);
@import url(grid.css);
@import url(fontface.css);
/* ======================================================================================*/
/* ======================================================================================*/
/* ======================================================================================*/
*::selection{
    background: rgba(255,102,0, 0.6) !important;
    color: #ffffff !important;
}
*::-moz-selection{
    background: rgba(255,102,0, 0.6) !important;
    color: #ffffff !important;
}
html{
    background: #fff !important;
    font-family: 'Lato', Helvetica, Arial, 'sans-serif';
    min-height: 100vh;
}
body{
    background: #fff !important;
    color: #666666;
    font-size: 16px;
    line-height: 1.2;
}
iframe[name='google_conversion_frame'] { 
    display: block;
    font-size: 0 !important;
    height: 0 !important;
    line-height: 0 !important;
    margin: -26px !important;
    overflow: hidden;
    width: 0 !important;
}
div,
header,
article,
section,
footer{
    box-sizing: border-box;
}
hr{
    margin:  2em 0;
    clear: both;
    display: block;
}
p{
    color: #666;
    font-weight: normal;
    line-height: 1.6em;
}
ol li,
ul li{
    margin: 0.625em 0;
    line-height: 1.5;
}
.pointer{
    cursor:pointer;
}
/* ======================================================================================*/
/* ======================================================================================*/
/* ======================================================================================*/
/* BTN MENU MOBILE */
#btnMenu{
    background: none;
    border-radius: 5px;
    border: none;
    display: inline;
    float: right;
    margin:  0.3em  auto;
    padding: 0.7em;
    position: relative;
    right: 30px;
    text-align: center;
    top: 30px;
    transition: all 0.2s ease-out;
}
#btnMenu .btnMenu-bars{
    -webkit-border-radius: 1px;
    background-color: #C1080D;
    border-radius: 8px;
    display: block;
    height: 6px;
    margin-top: 6px;
    transition: all 0.2s ease-out;
    width: 33px;
}
#btnMenu .btnMenu-bars:first-child{
    margin-top:0;
}
/*#btnMenu:hover{
    background: #C1080D;
}*/
#btnMenu:hover .btnMenu-bars,
#btnMenu:active .btnMenu-bars{
    background-color: #444444;
}
#btnMenu:focus{
    outline: none;
}
/* ======================================================================================*/
/* ======================================================================================*/
/* ======================================================================================*/
/* SITE */
#sitePage{
    clear: both;
    display: block;
    float: none;
    margin: 0 auto;
    min-width: 300px;
    overflow: hidden;
    padding: 0;
    position: relative;
}
#siteMain{
    background: url(../images/bg-main.jpg) repeat-x center top;
    clear: both;
    display: block;
    min-height: 300px;
    position: relative;
    width: 100%;
}
#siteHeader{
    display: block;
    position:relative;
    width: 100%;
}
#siteFooter{
    background: rgb(238,238,238);
    background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );

    border-top: 1px solid #fff;
    display: block;
    line-height: 1.6;
    margin-top: 1em;
    min-height: 200px;
    outline: #eee 1px solid;
    padding: 2em 1em;
    width: 100%;
}
/* ======================================================================================*/
/* ======================================================================================*/
/* ======================================================================================*/
/* BLOCK COMENTARIOS */
.blockComment{
    background: #C1080D url(../images/img-comillas.png) no-repeat 10px 10px;
    border-radius: 12px;
    box-shadow: 5px 5px 0 0 rgba(0,0,0,0.1);
    color: #fff;
    display: block;
    margin: 1em 0;
    padding: 1em 1.25em;
    width: 100%;
}
.blockComment:nth-child(odd){
    background: #E18A33 url(../images/img-comillas.png) no-repeat 10px 10px;
}
.blockComment-comment{
    color: #fff;
    font-weight: bold;
    line-height:1.3;
    margin-bottom: 0;
}
.blockComment-source{
    font-size: 0.875em;
}
.blockComment-stars{
    display: block;
    padding: 0.625em 0 0 0;
    text-align: right;
    width: 100%;
}
/* ======================================================================================*/
/* ======================================================================================*/
/* ======================================================================================*/
/*  BLOCK IMAGEN */
.blockImage{
    display: block;
    width: 100%;
    border-bottom: 15px solid #C1080D;
    position: relative;
}
.phoneIMG{
    display: block;
	overflow: hidden;
    width: 100%;
	background:url(../images/bg-phoneIMG.jpg) repeat-x center bottom;
}
.phoneIMG img{
  border: 10px solid #C1080D;
  display: block;
  width: 60%;
  text-align: center;
  margin: 1em auto;
  border-radius: 500em;
  overflow: hidden;
}
/* ======================================================================================*/
/* ======================================================================================*/
/* ======================================================================================*/
/*  BLOCK DATA */
.blockData01{
    background: #C1080D;
    border-radius: 12px;
    box-shadow: 5px 5px 0 0 rgba(0,0,0,0.1);
    display: block;
    margin-bottom: 2em;
    padding: 1.25em;
}
.blockData01.naranja{
    background: #E18A33;
    border: 1px solid #B46E29;
}
.blockData01-container{
    /*margin-bottom: 2em;*/
}
.blockData01-container:last-child{
    margin-bottom: 0;
}
.blockData01 .tablePrecios{
    color: #fff;
    font-weight: normal;
    text-align: left;
}
.blockData01 .tablePrecios th{
    font-weight: normal;  
}
.blockData01 .tablePrecios td{
    box-sizing: border-box;
    font-size: 0.875em;
    padding: 1em;
}
.blockData01 .tablePrecios th span{
    background: #B46E29;
    border-radius: 8px;
    box-sizing: border-box;
    display: block;
    font-size: 0.875em;
    margin: 0 1em 0 0;
    padding:  0.625em 1em; 
}
.blockData01 .tablePrecios th:last-child span{
    margin: 0;
}
.blockData01 .title{
    color: #fff;
    font-family: 'Lato';
    font-style: italic;
    font-weight: bold;
    margin: 0 0 0.625em 0;
}
/* ======================================================================================*/
/* ======================================================================================*/
/* ======================================================================================*/
/* BLOCK HEADER */
.blockHeader{
    width: 100%;
    display: block;
    border-bottom: 15px solid #C1080D;
}
/* ======================================================================================*/
/* ======================================================================================*/
/* ======================================================================================*/
/* BLOCK LOCATION */
.blockLocation{
    background: #C1080D;
    border-radius: 12px;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.8);
    color: #fff;
    display: none;
    left: 60%;
    padding: 1.25em;
    position: absolute;
    top: 30%;
    z-index: 99;
}
.blockLocation::before{
    background: url(../images/img-location-box.png) no-repeat center center;
    content:'';
    display: block;
    height: 69px;
    margin: -60px 0 0 0;
    width: 69px;
}
/* ======================================================================================*/
/* ======================================================================================*/
/* ======================================================================================*/
/* BLOCK MAPA */
.blockMapa{
    display: block;
    margin: 0;
    min-height: 340px;
    width: 100%;
}
.blockMapa.middle{
    margin: 2.5em 0;
}
/* ======================================================================================*/
/* ======================================================================================*/
/* ======================================================================================*/
/*  BLOCK UBICACION */
.blockUbicacion{
    border-bottom: 1px dotted #870609;
    color: rgba(255,255,255,0.75);
    display: block;
    font-size: 0.875em;
    line-height: 1.4;
    margin: 1em 0;
    padding: 0 0 0.625em 0;
    width: 100%;
}
.blockUbicacion:last-child{
    margin-bottom: 0;
}
.blockUbicacion .title{
    background: #870609;
    border-radius: 12px;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-style: italic;
    font-weight: normal;
    margin: 0 0 0.4em 0;
    padding: 0.625em;
    width: 100%;
}
/* ======================================================================================*/
/* ======================================================================================*/
/* ======================================================================================*/
/*  COUNTER SOCIALES */
.counterSociales{
    display: block;
    padding: 3em 1em 3em 100px;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #DDDDDD;
}
.counterSociales.borderTop,
*.borderTop{
    border-top: 1px solid #DDDDDD;
    border-bottom: 0;
}
.counterSociales.borderNone{
    border: none;    
}
.counterSociales-centerBox{
    text-align: center;
}
.counterSociales-centered{
    display: inline-block;
    float: none;
    margin: 0 auto;
    width: auto;
}
.counterSociales-seguinos{
    position: absolute;
    left: 0;
    top: 2.7em;
    font-family: 'Pacifico';
    font-size: 1.2em;
}
.counterSociales-twitter,
.counterSociales-facebook,
.counterSociales-googleplus{
    width: 33.33%;
    max-width: 137px;
    display:inline-block;
    float:left;
    box-sizing:border-box;
    padding: 2px;
}
  .counterSociales > a{
    margin-right: 20px;
    display: inline-block;
    overflow: hidden;
  }
  .counterSociales > a:last-child{
      margin-right: 0px;
  }
.getshare  input[type="checkbox"]{
        display: none;
}
  
.counterSociales label{
  cursor: pointer;
  display: inline-block;
  width: 100%;
}
.counterSociales label:before{
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 0px 9px 0px 9px;
    border-radius: 3px;
    color: white;
}
.counterSociales-twitter .getshare-counter{
    background: #0b89b7;
}
.counterSociales-twitter .getshare-counterafter{
      background: #0b89b7;
}
.counterSociales-twitter label{
    border-radius: 2px;
    background: #00acee;
}
.counterSociales-twitter label:before{
      content: '';
      background: #00acee url('../svg/twitter.svg') no-repeat 6px 6px;
      background-size: 16px;
      width: 16px;
      height: 20px;
}
  
.counterSociales-facebook .getshare-counter{
    background: #2c487f;
}
.counterSociales-facebook .getshare-counter:after{
      background: #2c487f;
}
.counterSociales-facebook label{
    border-radius: 2px;
    background: #3B5998;
}
.counterSociales-facebook label:before{
      content: '';
      background: #3B5998 url('../svg/facebook.svg') no-repeat 8px 6px;
      background-size: 8px;
      width: 16px;
      height: 20px;
}  
.counterSociales-googleplus .getshare-counter{
    background: #b22d1e;
}
.counterSociales-googleplus .getshare-counter:after{
      background: #b22d1e;
}
.counterSociales-googleplus label{
    border-radius: 2px;
    background: #CD3C2B;
}
.counterSociales-googleplus label:before{
      content: '';
      background: #CD3C2B url('../svg/googleplus.svg') no-repeat 8px 6px;
      background-size: 16px;
      width: 16px;
      height: 20px;
}
.getshare-counter{
    padding: 0px 8px;
    color: white;
    line-height: 20px;
    display: inline-block;
    border-radius: 2px;
    position: relative;
    left: -3px;
    top: -3px;
    cursor: pointer;
    font-size: 12px;
}
.getshare-counter:after{
    content: "";
    display: block;
    position: absolute;
    pointer-events: none;
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
    left: -2px;
    top: 7px;
}
/* ======================================================================================*/
/* ======================================================================================*/
/* ======================================================================================*/
/* CONTACTO DATA */
.contactoData,
.contactoData a{
    color: #fff;
}
.contactoData img{
    display: block;
    margin: 0 auto;
    padding: 1em 0;
    text-align: center;
}
/* ======================================================================================*/
/* ======================================================================================*/
/* ======================================================================================*/
/* FORM GENERAL */
.formGeneral{
    /*overflow: hidden;*/
    box-sizing: border-box;
}
.formGeneral fieldset{
    box-sizing: border-box;
    display: block;
}
.formGeneral input,
.formGeneral select,
.formGeneral textarea{
    border-radius: 6px;
    border: 1px solid #EBEBEB;
    border: none;
    box-sizing: border-box;
    display: block;
    font-family: 'Lato';
    margin-bottom: 0;
    padding: 0.625em 1.25em;
}
.formGeneral fieldset{
    margin-bottom: 1.25em;
}
.formGeneral fieldset:last-child{
    margin-bottom: 0;
}
.formGeneral input[type="checkbox"]{
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.625em;
}
.formGeneral input[type="email"],
.formGeneral input[type="number"],
.formGeneral input[type="password"],
.formGeneral input[type="submit"],
.formGeneral input[type="text"],
.formGeneral select,
.formGeneral textarea{
    color: #646464;
    width: 100%;
}
.formGeneral input[type="email"][readonly],
.formGeneral input[type="number"][readonly],
.formGeneral input[type="password"][readonly],
.formGeneral input[type="text"][readonly],
.formGeneral select[readonly],
.formGeneral textarea[readonly]{
    background-color: #C8CFD7;
    border-color: #DEE2E7;
    color: #787C81;
}
.formGeneral input:focus,
.formGeneral textarea{
    border-color: #FF6600;
    outline: none;
}
.formGeneral input[type="submit"]{
    font-weight: bold;
    padding: 0.625em 1.25em;
    transition: all 0.2s ease-out; 
}
.formGeneral input.error-validate{
    border-color: #B20000 !important;
}
.formGeneral label.error-validate{
    background: #B20000;
    border-radius: 6px;
    box-sizing: border-box;
    clear: both;
    color: #fff;
    display: block;
    margin-top: -1em;
    padding: 0.5em 1.2em;
    position: relative;
    font-size: 0.875em;
}
.formGeneral label.error-validate::after{
    border-bottom: 8px solid #B20000;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    content: '';
    height: 0;
    left: 14px;
    position: absolute;
    top: -8px;
    transition: all 0.2s ease-out; 
    width: 0;
    zoom: 1;
}
.formGeneral .check-label{
    text-align: left;
    position: relative;
    padding-bottom: 0.625em;
}
.formGeneral .check-label input{
    display: inline;
    float: left;
}
.formGeneral .check-label div{
    position: absolute;
}
.formGeneral .legales{
    font-size: 0.75em;
}
.formGeneral-colx1{
    box-sizing: border-box;
    display: inline-block;
    float: left;
    width: 100%;
}
.formGeneral-colx2{
    box-sizing: border-box;
    display: inline-block;
    float: left;
    width: 100%;
}
.formGeneral-colx3{
    box-sizing: border-box;
    display: inline-block;
    float: left;
    width: 100%;
}
.formGeneral-ccha{
    display: none !important;
}
.formGeneral-header{
    background: #787C81;
    border-radius: 6px;
    box-sizing: : border-box;
    clear: both;
    display: block;
    margin-bottom: 2.5em;
    padding: 2.5em;
    text-align: center;
    width: 100%;
}
.formGeneral-header > *:first-child{
    margin-top: 0;
}
.formGeneral-header > *:last-child{
    margin-bottom: 0;
}
.formGeneral-header-titulo{
    color: #fff;
    font-family: "Roboto_slab";
    font-size: 1.75em;
    margin: 0.625em 0;
}
.formGeneral-header-subtitulo{
    color: #fff;
    font-family: "Lato";
    font-weight: 300;
    margin: 0.625em 0;
}
/* ======================================================================================*/
/* ======================================================================================*/
/* ======================================================================================*/
/* FORM CONTACTO */
.formContacto-calendario,
.formReservas-b-calendario{
   background: #870609 url(../images/icons/ico-calendario.png) no-repeat right center !important;
}
.formContacto-form.formGeneral input.error-validate,
.formReservas-b-form.formGeneral input.error-validate{
    border-color: #FF5C26 !important;
}
.formContacto-form.formGeneral label.error-validate,
.formReservas-b-form.formGeneral label.error-validate{
    background: #FF5C26;
}
.formContacto-form.formGeneral label.error-validate::after,
.formReservas-b-form.formGeneral label.error-validate::after{
    border-bottom: 8px solid #FF5C26;
}
.formContacto{
    display: block;
    position: relative;
    width: 100%;
}
.formContacto-form,
.formReservas-b-form{
    box-sizing: border-box;
    display: block;
    min-height: 248px;
    position: relative;
    width: 100%;
    border-top: 1px solid #870609;
    padding-top: 1em;
}
.formContacto-form fieldset,
.formReservas-b-form fieldset {
  margin-bottom: 1em;
}
.formContacto-form input[type="text"],
.formContacto-form input[type="email"],
.formContacto-form textarea,
.formReservas-b-form input[type="text"],
.formReservas-b-form input[type="email"],
.formReservas-b-form textarea,
.formReservas-b-form select{
    background: #870609;
    border-bottom: 1px solid rgba(255,255,255,0.8);;
    border: none;
    color: #fff;
}
.formContacto-form input[type="submit"],
.formReservas-b-form input[type="submit"]{
    background: #C1080D;
    border: 1px solid #fff;
    color: #fff;
    font-family: 'Lato';
    font-style: italic;
    font-weight: bold;
}
.formContacto-form input[type="submit"]:hover,
.formContacto-form input[type="submit"]:active,
.formReservas-b-form input[type="submit"]:hover,
.formReservas-b-form input[type="submit"]:active{
    background: #870609;
}
.formContacto-label,
.formReservas-b-label{
    color: #fff;
    display: block;
    font-family: 'Lato';
    font-size: 0.85em;
    padding: 0 0 0.625em 0;
}
/* ======================================================================================*/
/* ======================================================================================*/
/* ======================================================================================*/
/* FORM RESERVAS */
.formReservas-form.formGeneral input.error-validate{
    border-color: #FF5C26 !important;
}
.formReservas-form.formGeneral label.error-validate{
    background: #FF5C26;
}
.formReservas-form.formGeneral label.error-validate::after{
    border-bottom: 8px solid #FF5C26;
}
.formReservas{
    display: block;
    position: relative;
    width: 100%;
}
.formReservas-form{
    box-sizing: border-box;
    display: block;
    min-height: 248px;
    position: relative;
    width: 100%;
    border-top: 1px solid #870609;
    padding-top: 1em;
}
.formReservas-form fieldset {
  margin-bottom: 1em;
}
.formReservas-form input[type="text"],
.formReservas-form input[type="email"]{
    background: #870609;
    border-bottom: 1px solid rgba(255,255,255,0.8);;
    border: none;
    color: #fff;
}
.formReservas-form input[type="submit"]{
    background: #C1080D;
    border: 1px solid #fff;
    color: #fff;
    font-family: 'Lato';
    font-style: italic;
    font-weight: bold;
}
.formReservas-form input[type="submit"]:hover,
.formReservas-form input[type="submit"]:active{
    background: #870609;
}
.formReservas-label{
    color: #fff;
    display: block;
    font-family: 'Lato';
    font-size: 0.85em;
    padding: 0 0 0.625em 0;
}
/* ======================================================================================*/
/* ======================================================================================*/
/* ======================================================================================*/
/* MAIN */
.siteMain-main{
    display: block;
    margin: 0 auto;
    max-width:  1176px;
    padding: 0;
    width: 100%;
}
/* ======================================================================================*/
/* ======================================================================================*/
/* ======================================================================================*/
/* PAGE FOOTER  */
.siteFooter-data{
    display: block;
    margin: 0 auto;
    max-width: 1176px;
    text-align: center;
    padding: 0.5em 1em;
}
.siteFooter-data a{
    color: #666666;
}
/* ======================================================================================*/
/* ======================================================================================*/
/* ======================================================================================*/
/* PAGE HEADER */
.siteHeader-top{
    background: rgba(217,109,0,0.8);
    display: block;
    float: none;
    margin: 0 auto;
    /*max-width: 1176px;*/
    overflow: hidden;
    width: 100%;
}
.siteHeader-top-container{
    display: block;
    float: none;
    margin: 0 auto;
    max-width: 1176px;
    overflow: hidden;
    width: 100%;
}
/* LANG & SOCIAL */
.siteHeader-lagNav,
.siteHeader-socialNav{
    display: inline-block;
    float: right;
    padding: 0 1em;
    text-align: right;
    vertical-align: top;
}
.siteHeader-lagNav a,
.siteHeader-socialNav a{
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 30px;
    padding: 4px;
    width: 30px;
}
.siteHeader-lagNav a:hover,
.siteHeader-lagNav a:active,
.siteHeader-socialNav a:hover,
.siteHeader-socialNav a:active{
    opacity: 0.5;
}
.siteHeader-lagNav a span,
.siteHeader-socialNav a span{
    display: none;
}
.siteHeader-lagNav a.ing{
    background-image: url(../images/icons/icon-lang-eng.png); 
}
.siteHeader-lagNav a.fran{
    background-image: url(../images/icons/icon-lang-french.png); 
}
.siteHeader-lagNav a.esp{
    background-image: url(../images/icons/icon-lang-arg.png); 
}
.siteHeader-lagNav a.port{
    background-image: url(../images/icons/icon-lang-brazil.png); 
}
.siteHeader-socialNav{
    display: none;
    float: left;
}
.siteHeader-socialNav a{
    background-image: url(../images/icons/icon-social.png);
}
.siteHeader-socialNav a.face{
    background-position: 0 0;
}
.siteHeader-socialNav a.twitter{
    background-position: -34px 0;
}
.siteHeader-socialNav a.google{
    background-position: -64px 0;
}
.siteHeader-socialNav a.pinterest{
    background-position: -101px 0;
}
.siteHeader-socialNav a.yt{
    background-position: -135px 0;
}
.siteHeader-socialNav a.instagram{
    background-position: -168px 0;
}
.siteHeader-socialNav-title{
    color: #fff;
    display: inline-block;
    float: left;
    font-family: 'Pacifico';
    height: 34px;
    line-height: 34px;
    margin: 0;
    padding: 0 8px 0 0;
    vertical-align: bottom;
}
/* MID */
.siteHeader-mid{
    background: rgba(226,226,226,0.3)  url(../images/bg-siteheader-mid.jpg) repeat-x center top;
    border-bottom: 6px solid  rgba(0,0,0,0.08);
    display: block;
    margin-bottom: -6px;
    width: 100%;
}
.siteHeader-mid-container{
    display: block;
    float: none;
    margin: 0 auto;
    max-width: 1176px;
    padding: 0 1em;
    width: 100%;
}
/* LOGO */
.siteHeader-logo-container{
    display: block;
    position: relative;
    width: 100%;
}
.siteHeader-logo-link{
    display: inline-block;
    float: left;
    position: relative;
    top: -10px;
    margin-bottom: -10px;
}
.siteHeader-logo-copy{
    display: none;
    float: left;
    left: 20px;
    position: relative;
    top: 30px;
    width: auto;
}
.siteHeader-logo-copy .copy1,
.siteHeader-logo-copy .copy2{
    display: block;
}
.siteHeader-logo-copy .copy1{
    color: #D96D00;
    font-family: 'Pacifico';
    font-size: 1.25em;
    line-height: 1.75;
}
.siteHeader-logo-copy .copy2{
    color: #878787;
    font-family: 'Lato';
    font-size: 0.875em;
}
/* NAV */
.siteHeader-nav{
    display: none;/*inline-block;*/
    float: right;
    text-align: center;
    width: 100%;
}
.siteHeader-navFirst,
.siteHeader-navSecond{
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
}
.siteHeader-navFirst a,
.siteHeader-navSecond a{
    color: #C1080D;
    display: block;
    font-family: 'Lato';
    font-style: italic;
    font-weight: bold;
    padding: 10px 6px;
    text-decoration: none;
}
.siteHeader-navFirst a:hover,
.siteHeader-navFirst a:active,
.siteHeader-navSecond a:hover,
.siteHeader-navSecond a:active{
    color: #444444;
}
.siteHeader-navFirst li,
.siteHeader-navSecond li{
    border-bottom: 1px solid #C8C8C8;
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
}
/* ======================================================================================*/
/* ======================================================================================*/
/* ======================================================================================*/
/* POST STYLE */
.post-title{
    color: #C1080D;
    font-family: 'Pacifico';
    font-size: 2em;
    font-weight: normal;
    margin: 1.25em 0 0.65em 0;
}
.post-subtitle{
    color: #666666;
    font-family: 'Pacifico';
    font-size: 1.25em;
    font-weight: normal;
    margin: 0.5em 0 1.25em 0;
}
/* ======================================================================================*/
/* ======================================================================================*/
/* ======================================================================================*/
/* PRELOADER */
.preLoader-div{
    background: url(../images/preloader.gif) no-repeat center center;
    display:inline;
    float:left;
    min-height: 34px;
    position:relative;
    width:100%;
    z-index:1;
}
.preLoader-error{
    background: #B20000;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    margin: 1.25em 0;
    padding: 0.625em 1.25em;
}
.preLoader-ocultar{
    display: none !important;
}
.preLoader-resultado{
    clear: both;
    display: block;
    width: 100%;
    text-align: center;
}
.preLoader-resultado.mensaje-ok p{
	color: #fff;
}
.preLoader-resultado.mensaje-ok p.important{
    display: block;
    background-color: rgba(0,0,0,0.2);
    padding: 2em;
    box-sizing: border-box;
    border-radius: 6px;
    margin: 4em 0 0 0;
}
/* ======================================================================================*/
/* ======================================================================================*/
/* ======================================================================================*/
/* TEXT STYLES */
.btn-radial-facebook{
    background: url(../images/btn-face-radial.png) no-repeat center center;
    display: inline-block;
    height: 44px;
    margin: 0 0.5em;
    width: 45px;
}
.btn-radial-twitter{
    background: url(../images/btn-twitter-radial.png) no-repeat center center;
    display: inline-block;
    height: 44px;
    margin: 0 0.5em;
    width: 45px;
}
.btn-skypefull{
    background: url(../images/btn-skypefull.png) no-repeat center center;
    display: inline-block;
    height: 44px;
    margin: 0 0.5em;
    width: 156px;
}
.btn-radial-facebook:hover,
.btn-radial-facebook:active,
.btn-radial-twitter:hover,
.btn-radial-twitter:active,
.btn-skypefull:hover,
.btn-skypefull:active{
    opacity: 0.5;
}
.headerSection{
    display: block;
    width: 100%;
    overflow: hidden;
}
*.noCalle{
    padding-left: 0;
    padding-right: 0;
}
.staticMap{
    border-bottom: 1px solid #DDDDDD;
    display: block;
    padding: 3em 0;
    position: relative;
    width: 100%;
}
.staticMap img{
    border-radius: 12px;
    border: 1px solid #DDDDDD;
    box-shadow: 5px 5px 0 0 rgba(0,0,0,0.1);
    display: block;
    height: auto;
    width: 100%;
}
.serviciosUL{
    list-style: none;
    margin: 0;
    padding: 1em 0;
}
.serviciosUL li{
    background: url(../images/vin-ok.png) no-repeat left top;
    margin: 0.625em 0;
    padding: 0 0.625em 0 2em;
}
.txt-aling-center{
    text-align: center;
}
.txt-bold{
    font-weight: bold;
}
.txt-light{
    font-weight: 300;
}
.txt-ul-nostyle{
    list-style: none;
}
.detalleMensual{
	font-size: 0.875em;
	line-height: 1.1;
	margin: -1em 0 1em 0;
	box-sizing:border-box;
	display:inline-block;
	padding: 0 1em;
}

/* ======================================================================================*/
/* ======================================================================================*/
/* ======================================================================================*/
/* UBICACION */
.ubicacionList{
    display: block;
    padding: 0.625em 0;
    width: 100%;
    border-bottom: 1px solid #B46E29;
    margin-bottom: 1em;
}
.ubicacionList:last-of-type{
    border-bottom: none;
    margin-bottom: 0;
}
.ubicacionList ul{
    margin:0;
    padding: 0;
}
.ubicacionList li{
    display: inline-block;
    width: 100%;
    color: #fff;
    font-size: 0.875em;
    padding: 0.625em;
    box-sizing: border-box;
    margin: 0;
    float: left;
}
.ubicacionList .ubicacionList-title{
  background: #B46E29;
  border-radius: 8px;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 0.875em;
  margin: 0;
  padding: 0.625em 1em;
}
.ubicacionList-place{
    display: block;
    font-weight: bold;
}
.ubicacionList-time{
    display: inline-block;
    background: rgba(255,255,255,0.2);
    border-radius: 6px;
    margin: 0 0 0 0.625em;
    padding: 0.4em 0.8em;
}
/* ======================================================================================*/
/* ======================================================================================*/
/* ======================================================================================*/
/* SOCIAL BOX */
.socialBox-block{
    display: block;
    width: 100%;
}
.socialBox-container{
    display: inline-block;
    float: left;
    padding: 2.81em 0 1em 0;
    width: 100%;
}
.socialBox-container.alpha,
*.alpha{
    padding-left: 0 !important;
}
.socialBox-container.omega,
*.omega{
    padding-right: 0 !important;
}
.socialBox-facebook,
.socialBox-twitter{
    border-radius: 12px;
    border: 1px solid #DDDDDD;
    display: block;
    padding: 1.25em;
    position: relative;
    width: 100%;
    box-shadow: 5px 5px 0 0 rgba(0,0,0,0.1);
}
.socialBox-facebook::before,
.socialBox-twitter:before{
    content:'';
    display: block;
    position: absolute;
    width: 53px;
    height: 53px;
    top: -25px;
    left: 25px;
    background: url(../images/btn-face-radial.png) no-repeat center center;
}
.socialBox-twitter:before{
    background: url(../images/btn-twitter-radial.png) no-repeat center center;
}
#twitter-widget-0{
    min-width: 150px !important;
    width: 100% !important;
}
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
    width: 100% !important;
}

        /* FANCY HACK */
        .galeriaChalies .fancybox-skin{
            -webkit-box-shadow: none!important;
            -moz-box-shadow:none!important;
            box-shadow: none !important;
            background: transparent;
        }
        .fancybox-close{
            top: 8px !important;
            right: 8px !important;
        }
        .fancybox-iframe {
            overflow: hidden !important;
        }
/* ======================================================================================*/
/* ======================================================================================*/
/* ======================================================================================*/
/* SOCIAL BOX */
.tarifasMoneyForm{
	display:inline-block;
	width:auto;
	clear:none;
	padding:0 0 0 1.25em;
	font-size: 0.40em;
	vertical-align: top;
}
.tarifasMoneyForm select{
	display:block;
	padding: 0.625em;
	box-sizing:border-box;
	border-radius: 8px;
	border: 1px solid #DDDDDD;
	font-family: 'Lato', Helvetica, Arial, 'sans-serif';
	outline: none !important;
	cursor:pointer;
	color: #666666;
}
/* ======================================================================================*/
/* ======================================================================================*/
/* ======================================================================================*/
/* GALERIA DE FOTOS */
.galFoto-thumb{
	display:inline-block;
	padding: 10px;
	box-sizing:border-box;
	width:50%;
	float:left;
	transition: opacity 0.2s ease-out;
}
.galFoto-thumb img{
	display:block;
	width:100%;
	height:auto;
}
.galFoto-thumb:hover,
.galFoto-thumb:active{
	opacity:0.5;
}
@media only screen and (min-width: 480px) {
    .phoneIMG{
        display: none;
        visibility: hidden;
    }
    .siteHeader-logo-container{
        display: inline-block;
        width: auto;
    }
    .ubicacionList li{
        width: 50%;
    }
	.galFoto-thumb{
		width:33.33%;
	}
}
@media only screen and (min-width: 580px) {
}
@media only screen and (min-width: 640px) {
    #btnMenu{
        display: none;
    }
    .ubicacionList li{
        width: 33.33%;
    }
    .blockImage-true .siteHeader{
        /*left: 0 !important;
        position: absolute !important;
        top: 0 !important;
        z-index: 99999 !important;*/
    }
    .siteHeader-nav{
        display: inline-block !important;
        width: 75%;
        max-width: 470px;
        text-align: right;
        top: 20px;
        position: relative;
        float: right;
    }
    .siteHeader-navFirst li,
    .siteHeader-navSecond li{
        width: auto;
        border: none;
    }
    .siteHeader-navFirst a,
    .siteHeader-navSecond li a{
        line-height: 1;
    }
    .siteHeader-navFirst a{
        font-size: 1.125em;
    }
    .siteHeader-navSecond li a{
        color: #444;
        font-size: 1em;
    }
    .siteHeader-navSecond li a:hover,
    .siteHeader-navSecond li a:active{
        color: #9797A6;
    }
    .siteHeader-socialNav{
        display: inline-block;
    } 
	.galFoto-thumb{
		width:20%;
	}
}

@media only screen and (min-width: 768px) {
    .formContacto-form fieldset,
    .formReservas-b-form fieldset{
        width: 50%;
        display: inline-block;
        float: left;
        padding: 0 0.625em;
    }
    .formContacto-form fieldset:nth-child(even),
    .formReservas-b-form fieldset:nth-child(even){
        padding-right: 0;
    }
    .formContacto-form fieldset:nth-child(odd),
    .formReservas-b-form fieldset:nth-child(odd){
        padding-left: 0;
    }
    .formContacto-fieldset-full,
    .formReservas-b-fieldset-full{
        display: block !important;
        width: 100% !important;
    }
    .formContacto-fieldset-full.noCalle,
    .formReservas-b-fieldset-full.noCalle{
        padding: 0;
    }
	.galFoto-thumb{
		width:16.66%;
	}
}
@media only screen and (min-width: 840px) {
    .socialBox-container{
        width: 50%;
        padding: 2.81em 1em 1em 1em;
    }
}
@media only screen and (min-width: 940px) {
    .siteHeader-logo-container{
        width: 400px;
    } 
    .siteHeader-logo-copy{
        display: inline-block;
    }
}
@media only screen and (min-width: 1200px) {
    .blockLocation{
        display: block;
    }
}

@media only screen and (max-width: 479px) {
    .ubicacionList li{
        min-height: inherit !important;
    }
    .blockImage{
        visibility: hidden;
        display: none;
    }
    .counterSociales-seguinos{
        display:block;
        left: inherit;
        position: inherit;
        top: inherit;
        width: 100%;
        text-align: center;
        padding: 0.5em 0;
    }
    .counterSociales {
      padding: 3em 1em;
    }
}
@media only screen and (max-width: 767px) {
    .blockData01-container.col-100.alpha,
    .blockData01-container.col-100.omega,
    *.noCalle-sm{
        padding-left: 0;
        padding-right: 0;
    }
}