
@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/logo.eot?c8fmbr');
    src:  url('../fonts/logo.eot?c8fmbr#iefix') format('embedded-opentype'),
    url('../fonts/logo.ttf?c8fmbr') format('truetype'),
    url('../fonts/logo.woff?c8fmbr') format('woff'),
    url('../fonts/logo.svg?c8fmbr#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Pressura;
    font-weight: normal;
    src: url("../fonts/GT-Pressura-Mono.otf") format("opentype");
}
@font-face {
    font-family: Pressura;
    font-weight: bold;
    src: url("../fonts/GT-Pressura-Mono-Bold_0.otf") format("opentype");
}
@font-face {
    font-family: Pressura;
    font-weight: 100;
    src: url("../fonts/GT-Pressura-Mono-Light.otf") format("opentype");
}


[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;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-logo{
    display: inline;
    font-size: 19px !important;
    top: 1px;
}
.icon-logo:before {
    display: inline;
    content: "\e900";
    font-size: 19px;
}
.menu-xs .icon-logo:before{
    position: relative;
    top: 2px;
}
html {
    height: 100%;
}

body {
    min-height: 100%;
    height: 100%;
    font-family: 'Pressura'!important;
    font-weight: normal;
    font-size: 1.85vw;
    background: #fff9e9;
    color:#000;
}
body.modal-open, .modal.fade{
    padding-right: 0px !important;
}
*{
    outline: none !important;
    -moz-outline-style: none !important;
}

.container-fluid.content{
    max-width: 1200px;
}
.container-fluid.content{
    min-height: 100%;
}
.illustration{
    position: relative;
    background-color: #efe5ce;
    height: 400px;
    overflow: hidden;
}
h1{font-size: 20px;}
a, a:focus{
    color:#000;
    text-decoration: none;
    -webkit-transition:color 0.15s ease-out;
    transition:color 0.15s ease-out;
}
a:hover{
    color:#754c24;
    text-decoration: none;
}
a.underline{
    text-decoration: underline;
}
a.underline:hover{
    text-decoration: underline;
}
a.modallink{
    cursor: pointer ;
}
.uppercase{
    text-transform: uppercase;
}
.animate-all{
    -webkit-transition:all 0.15s ease-out;
    transition:all 0.15s ease-out;
}
header{
    background-color: #efe5ce;
    min-width: 100%;
    position: fixed;
    height: 55px;
    z-index: 9;
}
header #headerCont{
    height: 55px;
}
header #headerCont ul.menu-md li a{
    -webkit-transition:color 0.15s ease-out;
    transition:color 0.15s ease-out;
}
header #headerCont ul.menu-md li.logo{
    float: left;
    -webkit-transition:none;
    transition:none;
    font-weight: 600;
    letter-spacing: -0.10vw;
}
header #headerCont ul.menu-md{
    list-style: none;
    height: 100%;
    padding: 0;
    margin: 9px 0 0 0;
}
header #headerCont ul.menu-md li{
    position: relative;
    float: right;
    list-style: none;
    display: inline-block;
    margin: 0 0 0 2%;
    font-size: 18px;
    -webkit-transition:color 0.15s ease-out;
    transition:color 0.15s ease-out;
    z-index: 99;
}
header #headerCont ul.menu-md li.has-submenu a{
    position: relative;
    cursor: default;
    z-index: 10;
}
header #headerCont ul.submenu{
    opacity: 0;
    margin: 0 0 0 -20px;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    padding: 0;
    height: auto;
    position: fixed;
    width: auto;
    z-index: 1;
    display: none;
}
header #headerCont ul.submenu li{
    display: block;
    -webkit-transition:all 0.15s ease-out;
    transition:all 0.15s ease-out;
    float: none;
    margin:0;
    position: relative;
    margin-top: -50px;
    text-align: left;
    padding: 0 20px;
}
header #headerCont ul.submenu li a {

    text-align: left;
    cursor: pointer !important;
}
header #headerCont ul.menu-md li.has-submenu:hover .submenu{
    animation-name: showmenu;
    animation-duration: 0.25s;
    animation-fill-mode: forwards;
    display:block;
}

@keyframes showmenu {
    0%      {top: -50px; opacity: 0;}
    50%     {opacity: 0.5; }
    80%     {top: 28px; opacity: 0.8;}
    100%    {top: 20px; opacity: 1;}
}
header #headerCont ul.menu-md li.has-submenu:hover .submenu li{
    margin-top: 0px;
    background: #efe5ce;
}
header #headerCont ul.menu-md li.has-submenu:hover .submenu li:first-child{
    padding-top:45px;
}
header #headerCont ul.menu-md li.has-submenu:hover .submenu li:last-child{
    padding: 0 20px 20px;
}
header #headerCont ul.menu-xs{
    background-color: #efe5ce;
}
header #headerCont ul.menu-xs li.logo{
    float: none;
    -webkit-transition:none;
    transition:none;
    font-weight: 600;
    letter-spacing: -1.3px;
    font-size: 21px;
    padding:0px 0px;
    display: inline-block;
}
header #headerCont ul.menu-xs{
    position: relative;
    list-style: none;
    padding: 12px 18px 15px;
    height: 100%;
    z-index: 999;
}
header #headerCont ul.menu-xs.menu-toggle-open{
    background: #efe5ce;
}
header #headerCont ul.menu-xs li.button-menu-mobile{
    position: relative;
    float: right;
    padding-top: 5px;
    cursor: pointer;
}
header #headerCont ul.menu-xs li.button-menu-mobile.button-menu-mobile-close{

    position: relative;
    float: right;
    padding-top: 5px;
    cursor: pointer;
}
header #headerCont ul.menu-xs li.button-menu-mobile.button-menu-mobile-close span{
    display: none;
}
header #headerCont ul.menu-xs li.button-menu-mobile.button-menu-mobile-close span:first-child{
    display: block;
    margin-top: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
header #headerCont ul.menu-xs li.button-menu-mobile.button-menu-mobile-close span:last-child{
    display: block;
    margin-top: -6px;
        -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

header #headerCont ul.menu-xs li.button-menu-mobile span{
    display: block;
    background-color: #000;
    height: 3px;
    width: 21px;
    border-radius: 5px;
    margin: 3px 0;
}
header #headerCont ul.menu-xs li.button-menu-mobile:hover span{
    background-color:#754c24;
}
header #headerCont ul.menu-toggle{
    position: absolute;
    width: 100%;
    top:-400px;
    list-style: none;
    padding: 0px 20px;
    margin: -15px -15px;
    z-index: 99;
}
header #headerCont ul.menu-toggle li{
    padding:3px 0 4px 0px;
    font-size: 24px;
    border-bottom: 2px #000 solid;
}
header #headerCont ul.menu-toggle.menu-toggle-open{
    top:0px;
    background: #efe5ce;
    height: 5000px;
    padding-top: 65px;
}
header #headerCont ul.menu-md li:first-child, header #headerCont ul.menu-md li:last-child{
    margin: 0px
}
.content-page p{
    line-height: 19px;
    letter-spacing: -0.5px;
}
.content-page img.logo-contactar {
    margin-bottom:75px;
}
footer img.logo-footer {
    max-width: 100px;
}
footer{
    padding-top: 36px;
    background-color: #352a29;
    color:#FFF;
    font-weight: 100;
}

footer .col-footer{
    padding-bottom: 32px;
}
footer .col-footer .return{
    padding-top: 32px;
}

footer .col-footer p{
    margin-bottom: 2px;
}

footer .col-legal p{
    padding-bottom: 32px;
}

footer a, footer a:focus{
    color:#FFF;
}
.xs-nopadding{
    padding:0px;
}
.modal-backdrop.in {
    filter: alpha(opacity=0);
    opacity: .0;
}
.modal-content .btn-cerrar{
    cursor: pointer;
    user-select: none;
    position: absolute;
    content: "+";
    float: right;
    line-height: 14px;
    font-size: 40px;
    font-weight: 100;
    height: 22px;
    width: 18px;
    top: 16px;
    right: 15px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition:color 0.15s ease-out;
    transition:color 0.15s ease-out;
}
.modal-content {
    position: relative;
    background: #e2d9b4  ;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    border-radius: 0px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.modal-header {
    padding: 15px;
    border-bottom: none;
}
#mc_embed_signup form .indicates-required{
    margin-right: 0%;
    margin-bottom: 15px;
}
#mc_embed_signup form{
    padding:0px!important;
}
#mc_embed_signup form .mc-field-group{
    width: 100%!important;
}
#mc_embed_signup div.mce_inline_error{
    display: none!important;
}
#mc_embed_signup input{
    border:none!important;
    border-radius:0px!important;
    background: #fff9e9;
    color: #000;
    font-size: 24px;
    height: 56px;
    padding: 8px 15px 12px;
}
#mc_embed_signup input.mce_inline_error{
    border:none!important;
    border-radius:0px!important;
    background-color: #FAA !important;
}

#mc_embed_signup input::-webkit-input-placeholder {
    color: #000000;
}

#mc_embed_signup input:-moz-placeholder { /* Firefox 18- */
    color: #000000;
}

#mc_embed_signup input::-moz-placeholder {  /* Firefox 19+ */
    color: #000000;
}

#mc_embed_signup input:-ms-input-placeholder {
    color: #000000;
}
#mc_embed_signup .button {
    background-color: #fff9e9 !important;
    color: #000 !important;
    cursor: pointer !important;
    display: inline-block !important;
    font-size: 24px !important;
    font-weight: normal !important;
    height: 56px !important;
    padding: 8px 15px 12px !important;
    margin: 0 5px 10px 0 !important;
    width: 100% !important;
}
#mc_embed_signup .asterisk{
    color:#000 !important;
}
#cookie-bar {background:#000; font-size: 12px; height:auto; line-height:20px; color:#FFF; text-align:center; padding:10px; z-index: 999;}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:0;}
/*#cookie-bar a {color:#ffffff; display:inline-block; border-radius:3px; text-decoration:none; padding:0 6px; margin-left:8px;}*/
#cookie-bar a {text-decoration: underline; color: #FFF}
#cookie-bar a:hover {text-decoration: none}
#cookie-bar .cb-enable{margin: 0 0 0 5px}
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {margin: 0 0 0 5px}
#cookie-bar .cb-policy:hover {}

@media screen and (max-width: 650px) {
    body {
        font-size: 12px;
    }
    .content-page img.logo-contactar {
        margin-bottom:35px;
        max-width:132px;
    }
    footer img.logo-footer {
        max-width: 84px;
    }
}

@media screen and (min-width: 768px) {

    .illustration{
        min-height: 600px;
    }
    h1{font-size: 34px;}

    header ul.menu-md li{
        font-size: 24px;
    }

    .content-page p{
        line-height: 30px;
        letter-spacing: -0.9px;
    }

    .modal-content .btn-cerrar{
        font-size: 65px;
        right: 20px;
    }
}
@media only screen and (min-width: 1200px){
    header #headerCont .logo img{
        width: 204px;
    }
}
@media only screen and (min-width: 1060px) {
    body {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1360px){
    header #headerCont ul.submenu{
        opacity: 0;
        right: 0px;
    }
}