/* Load Fonts */
@font-face {
    font-family: 'geometria-light';
    src: url('/design/fonts/geometria-light/geometria-light.eot');
    src: url('/design/fonts/geometria-light/geometria-light.eot?#iefix') format('embedded-opentype'),
         url('/design/fonts/geometria-light/geometria-light.woff2') format('woff2'),
         url('/design/fonts/geometria-light/geometria-light.woff') format('woff'),
         url('/design/fonts/geometria-light/geometria-light.ttf') format('truetype'),
         url('/design/fonts/geometria-light/geometria-light.svg#opensans-condbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bebasneue-bold';
    src: url('/design/fonts/bebasneue-bold/bebasneue-bold.eot');
    src: url('/design/fonts/bebasneue-bold/bebasneue-bold.eot?#iefix') format('embedded-opentype'),
         url('/design/fonts/bebasneue-bold/bebasneue-bold.woff2') format('woff2'),
         url('/design/fonts/bebasneue-bold/bebasneue-bold.woff') format('woff'),
         url('/design/fonts/bebasneue-bold/bebasneue-bold.ttf') format('truetype'),
         url('/design/fonts/bebasneue-bold/bebasneue-bold.svg#opensans-condbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'quebec-serial-bold';
    src: url('/design/fonts/quebec-serial-bold/quebec-serial-bold.eot');
    src: url('/design/fonts/quebec-serial-bold/quebec-serial-bold.eot?#iefix') format('embedded-opentype'),
         url('/design/fonts/quebec-serial-bold/quebec-serial-bold.woff2') format('woff2'),
         url('/design/fonts/quebec-serial-bold/quebec-serial-bold.woff') format('woff'),
         url('/design/fonts/quebec-serial-bold/quebec-serial-bold.ttf') format('truetype'),
         url('/design/fonts/quebec-serial-bold/quebec-serial-bold.svg#opensans-condbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
body{
    margin: 0;
    width: 100%;
    overflow: hidden;
    background-image: url(../imgs/cholula.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

}

body .hold{
    width: 100%;
    height: 100vh;
    position: relative;
    background-color: rgba(0,0,0,.7);
}

.hold .container {
    text-align: center;
    color: #FDFEE6;
    position: absolute;
    width: 100%;
    bottom: 8%;
    right: 0;
    left: 0;
}

div.borde{
    border-bottom: 1px solid #FDFEE6;
    width: 100%;
    margin: 0 auto;
    max-width: 300px;
}

.direccion, .phone{
    font-family: quebec-serial-bold;
    font-size: 1.5em;
}

.phone::before{
    content: url(../imgs/old-handphone.svg);
    display: inline-block;
    width: 15px;
    vertical-align: top;
    height: 15px;
    margin-left:-10px;
}

h2, h3{
    font-size: 2em;
    font-family: geometria-light;
    margin: 10px;
}

h1{
    font-family: bebasneue-bold;
    font-size: 5em;
    margin: 0.1em;
}​

@media (max-width: 768px){
div.borde{
    border-bottom: 1px solid #FDFEE6;
    width: 100%;
    margin: 0 auto;
    max-width: 300px;
}

.direccion, .phone{
    font-family: quebec-serial-bold;
    font-size: 2em;
}

.phone::before{
    content: url(../imgs/old-handphone.svg);
    display: inline-block;
    width: 15px;
    vertical-align: top;
    height: 15px;
    margin-left:-10px;
}

h2, h3{
    font-size: 1em;
    font-family: geometria-light;
    margin: 10px;
}

h1{
    font-family: bebasneue-bold;
    font-size: 5em;
    margin: 0.1em;
}​
}