/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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,
b, 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;
}
/* HTML5 display-role reset for older browsers */
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, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}



body{
    font-family: 'Akzidenz-Grotesk BQ';
    color: white;
}


/* Page Style */

.bg {
    position: fixed;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
}
.bg img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 50%;
    min-height: 50%;
}

#myVideo {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.content{position: relative; width: 100%; text-align: center; z-index: 999; overflow: hidden;}

.header{width: 100%; text-align: center; overflow: hidden;}
.header img.logo-header{width: 200px; margin: 50px 0;}
.header h1{
    font-family: 'Akzidenz-Grotesk BQ';
    font-weight: 300;
}


.divisiones{position: relative;
width: 100%; padding: 50px 0px; text-align: center; overflow: hidden;}
.divisiones .itm{width: 300px; min-height: 250px; cursor: pointer; display: inline-block; margin: 20px; border: solid white 1px; padding: 20px; overflow: hidden;}
.divisiones .itm img{width: 100%; margin: 20px 0;}
.divisiones .itm p{width: 100%; font-weight: 300; margin: 20px 0;}


.urbemaya{position: relative; display: none; width: 50%; height: auto; background: #f7751e !important; color: white !important; text-align: center; padding: 50px 40px; overflow: hidden;}
.kabche{position: relative; display: none; width: 50%; height: auto; background: #0f405c !important; color: white !important; text-align: center; padding: 50px 40px; overflow: hidden;}
.landor{position: relative; display: none; width: 50%; height: auto; background: #002228 !important; color: white !important; text-align: center; padding: 50px 40px; overflow: hidden;}


.urbemaya .btn{display: table; text-decoration: none; margin: 50px auto; border: solid #002228 1px; color: #002228; padding: 10px 20px; }
.kabche .btn{display: table; text-decoration: none; margin: 50px auto; border: solid #f7751e 1px; color: #f7751e; padding: 10px 20px; }
.landor .btn{display: table; text-decoration: none; margin: 50px auto; border: solid #ffffff 1px; color: #ffffff; padding: 10px 20px; }

.logo-color{width: 50%; text-align: center; max-width: 300px; margin: 50px auto;}
