@font-face{
    font-family: Hoefler;
    src: url(../assets/type/Hoefler.woff);
    font-weight: normal;
    font-style: normal;
}
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
hr{
    border-color: #000 !important;
}
h2, h1, h3, h4{
    font-weight: normal !important;
    text-transform: uppercase;
    font-size: 13px !important;
}
.mentes h2{
    font-size: 20px !important;
}
a{
    text-decoration: none;
    color: inherit;
}
a button{ outline: none}
img{width:100%}
body{
    font-family: Hoefler;
    font-size: 16px;
    letter-spacing: 1px;
}
header{
    display: block;
    height: 86px;
    width: 100%;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 50px;
}
header .logo{
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    height: 22px;
    width: 100px;
    white-space: nowrap;
    text-align: center;
    top: 32px;
}
header .logo img{
    height: 100%;
}
header .left{
    display: block;
    float: left;
    width: 50%;
    line-height: 86px;
}
header .left span{
    cursor: pointer;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently */
    letter-spacing: 3px;
}
header .right{
    display: block;
    float: right;
    width: 50%;
    text-align: right;
    line-height: 86px;
    letter-spacing: 3px;
}
header .right span{
    pointer-events: none;
    cursor: default;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently */
}
.page-title{
    text-transform: uppercase;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
    letter-spacing: 3px;
}
.single-image{
    display: block;
    width: 100%;
    padding: 60px 50px;
    box-sizing: border-box;
}
.single-image img{
    width: 100%;
}
.single-frame{
    display: block;
    width: 100%;
    padding: 60px 50px;
    box-sizing: border-box;
}
.single-frame .frame{
    width: 100%;
    border: 1px solid #000;
    padding: 30px;
    box-sizing: border-box;
}
.single-frame .frame img{
    width: 100%;
}
.single-frame .container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.single-frame .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.two-cols{
    display: block;
    width: 100%;
    padding: 60px 50px;
    box-sizing: border-box;
    position: relative;
}
.two-cols .col-block{
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    position: relative;
    height: 100%;
}
.two-cols .col-block .inner{
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    position: relative;
}
.two-cols .col-block .inner.img{
    padding: 0 60px;
    box-sizing: border-box;
}
.two-cols .col-block .inner.single-frame{
    padding: 0 50px;
    box-sizing: border-box;
}
.two-cols .col-block .inner .text{
    display: inline-block;
    width:100%;
    padding: 0px 20%;
    box-sizing: border-box;
    text-align: center;
}
.two-cols .col-block .inner .text h2{
    font-size: 13px;
    text-transform: uppercase;
    padding: 0 16%;
    font-weight: normal;
    letter-spacing: 3px;
}
.two-cols .col-block .inner .text hr{
    margin-top: 30px;
    margin-bottom: 30px;
    border-color: #000;
}
.two-cols .col-block .inner .text p{
    text-align: left;
}
.two-cols .col-block .inner .text button{
    margin-top: 30px;
    border: 1px solid #231F20;
    padding: 30px 60px;
    text-transform: uppercase;
    font-size: 14px;
    background-color: #fff;
    cursor: pointer;
    transition: all ease .25s;
    letter-spacing: 3px;
}
.two-cols .col-block .inner .text button:hover{
    background-color: #000;
    color: #fff;
    transition: all ease .25s;
}
footer{
    display: block;
    width: 100%;
    padding: 60px 50px 70px;
    box-sizing: border-box;
    letter-spacing: 2px;
}
footer hr{
    border-color: #000;
    margin-bottom: 45px;
}
footer .half{
    display: inline-block;
    width: 50%;
    vertical-align: top;
}
footer .half img{
    width: auto;
    height: 16px;
    margin-bottom: 16px;
}
footer .half p{
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    text-transform: uppercase;
}
footer .quarter{
    display: inline-block;
    width: 25%;
    vertical-align: top;
    font-size: 13px;
    line-height: 16px;
}
footer span{
    display: block;
    margin-bottom: 8px;
}
.quarter.hide1280{
    display: inline-block;
}
.show1280{
    display: none;
}


#menu{
    display: block;
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.85);
    top: 0;
    left: 0;
    transition: all ease .25s;
}
#menu .fixer{
    vertical-align: middle;
    display: inline-block;
    height: 100%;
    width: 1px;
}
#menu .options{
    vertical-align: middle;
    display: inline-block;
    width: calc(100% - 2px);
    text-align: center;
    line-height: 32px;
}
#menu ul{
    padding: 0;
    margin: 0;
    list-style: none;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 3px;
}
#menu ul li{
    margin-bottom: 32px
}
a{
    text-decoration: none;
    color: inherit;
}
#menu .close{
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 25px;
    right: 30px;
    cursor: pointer;
}
#menu.off{
    display: none;
}
#menu.on{
    display: block;
}
.img-caption{
    margin-top: 8px; 
    text-transform: uppercase; 
    font-size: 13px;
}
iframe{
    width: 100%;
}
.am-head{
    margin-bottom: 120px;
    text-align: center;
}
.am-head h2{
    font-size: 20px;
    letter-spacing: 3px;
}
.inner.cleft{
    padding-right: 10%; box-sizing:border-box;
    padding-bottom: 120px;
}
.inner.cright{
    padding-left: 10%; box-sizing:border-box;
    padding-bottom: 120px;
}
.inner.cleft h2, .inner.cright h2{
    font-size: 16px;
    letter-spacing: 3px;
}
.inner.cleft p, .inner.cright p{
    padding-top: 30px;
    font-size: 13px;
}
.phone{
    font-size: 20px;
    letter-spacing: 3px;;
    display: block;
    margin-bottom: 16px;
}
.bylogos{
    height: 30px;
    display: inline-block;
    width: auto;
    margin-top: 30px;
}
.ubicacion{
    border: 1px solid #000;
    box-sizing: border-box;
}
.img-pad{
    padding: 0 10%; box-sizing: border-box;
}
.col-block.mob-only{
    display: none;
}
.col-block.desk-only{
    display: inline-block;
}
.res-01{
    padding-top:60px
}
.res-02, .am-02{
    box-sizing: border-box; padding: 0 60px;
}
.res-03{
    box-sizing: border-box; padding: 0 0 0 120px;
}

.inner.cleft h2, .inner.cright h2 {
    font-size: 13px;
    letter-spacing: 3px;
}
.clogos{

    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.titlefixer{
    font-size: 13px !important;
}
@media only screen and (max-width: 1480px) {
    .show1280{
        display: block;
    }
    .quarter.hide1280{
        display: none;
    }
    footer .quarter{
        width: 50%;
    }
    .two-cols .col-block .inner .text{
        padding: 0px 60px;
    }
}
@media only screen and (max-width: 820px) {
    header{
        display: block;
        height: 86px;
        padding: 0 32px;
        position: fixed;
        background-color: #fff;
        z-index: 1;
        font-size: 14px;
    }
    .header-fix{
        display: block;
        height: 86px;
        position: relative;
    }
    .single-image{
        padding: 15px 30px;
    }
    .single-image{
        width: 100%;
        padding: 15px 30px;
    }
    .two-cols{
        padding-left: 32px;
        padding-right: 32px;
    }
    .two-cols .col-block{
        width: 100%;
    }
    .single-frame{
        padding: 15px 30px;
    }
    .two-cols .col-block .inner .text h2{
        font-size: 16px;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .two-cols .col-block .inner .text{
        width:100%;
        padding: 30px 0px;
    }
    .two-cols .col-block .inner.img{
        padding: 0 0;
    }
    footer{
        padding: 35px 30px 60px;
    }
    footer .half{
        width: 100%;
    }
    footer .quarter{
        width: 100%;
        margin-top: 16px;
    }
    .img-pad{
        padding: 0 0%; box-sizing: border-box;
    }
    .single-frame .frame{
        width: 100%;
        border: 1px solid #000;
        padding: 16px;
    }
    #menu ul{
        padding: 0;
        margin: 0;
        list-style: none;
        text-transform: uppercase;
        font-size: 16px;
        letter-spacing: 3px;
    }
    #menu ul li{
        margin-bottom: 16px
    }
    .col-block.mob-only{
        display: inline-block;
    }
    .col-block.desk-only{
        display: none;
    }
    .res-01{
        padding-top:0px
    }
    .res-02{
        box-sizing: border-box; padding: 0 0px;
    }
    .res-03{
        box-sizing: border-box; padding: 80px 0 0 0px;
    }
    body{
        font-family: Hoefler;
        font-size: 14px;
        letter-spacing: 1px;
    }
    .am-01{
        padding: 32px 16px 0px;
        margin: 0;
    }
    .am-02{
        box-sizing: border-box; padding: 0 0px;
    }
    .am-fix{
        padding-top: 0px !important;
        padding: 0px !important;
        padding-bottom: 48px !important;
    }
    .inner.cleft{
        padding-right: 0%; box-sizing:border-box;
        padding-bottom: 60px;
    }
    .inner.cright{
        padding-left: 0%; box-sizing:border-box;
        padding-bottom: 60px;
    }
    .two-cols .col-block .inner .text button{
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
        letter-spacing: 3px;
        font-size: 12px !important;
    }
    .img-caption{
        font-size: 10px !important;
    }
}