/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
 
 


/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

@font-face {
  font-family: 'iberia-headline';
  src: url("../fonts/iberia-headlineWEB.eot");
  src: url("../fonts/iberia-headlineWEB.eot?#iefix") format('embedded-opentype'), url("../fonts/iberia-headlineWEB.woff") format('woff'), url("../fonts/iberia-headlineWEB.ttf") format('truetype'), url("../fonts/iberia-headlineWEB.svg#iberia-headline") format('svg');
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'iberia-text';
    src: url('../fonts/iberiatext-webfont.eot');
    src: url('../fonts/iberiatext-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/iberiatext-webfont.woff2') format('woff2'),
url('../fonts/iberiatext-webfont.woff') format('woff'),
url('../fonts/iberiatext-webfont.ttf') format('truetype'),
url('../fonts/iberiatext-webfont.svg#iberia_textregular') format('svg');
    font-weight: 400;
    font-style: normal;
  text-rendering: optimizeLegibility;
}

@font-face {
   font-family: 'iberia-text';
    src: url('../fonts/iberiatext-bold-webfont.eot');
    src: url('../fonts/iberiatext-bold-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/iberiatext-bold-webfont.woff2') format('woff2'),
url('../fonts/iberiatext-bold-webfont.woff') format('woff'),
url('../fonts/iberiatext-bold-webfont.ttf') format('truetype'),
url('../fonts/iberiatext-bold-webfont.svg#iberia_textbold') format('svg');
    font-weight: 700;
    font-style: normal;
  text-rendering: optimizeLegibility;
}

 


figure, section, article, aside, figcaption {margin:0; padding:0}

a, a:focus, a:hover, a:active, button, button:focus { outline:none; text-decoration:none}
a, button { color: inherit; cursor: pointer; } 

h1,h2,h3,h4,h5,h6 {
  font-family: 'iberia-headline',Verdana, Helvetica, sans-serif;
  font-weight: 400;
}

p {    
    margin: 1em 0;
    line-height: 1.25em;
}

input:focus { outline: 0 }

.uppercase { text-transform: uppercase; }
.lowercase { text-transform: none; }



.wrap {
    position: relative;
    width: 100%;
    min-width: 1200px;
    height: 100%;
    min-height: 580px;
    margin: 0 auto;
    overflow: hidden;
    background-color: #F2F4F6;
}


.city-interactive {
    width: 1164px;
    height: 678px;
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.city-interactive .mc  {
  display: block;
  position: absolute;
}

.city-interactive .mc_halo { left: 158px;top:0;}
.city-interactive .mc_seg_plano {left: 18px; top:292px; }
.city-interactive .mc_primer_plano {left: 0; top:432px; }

.city-interactive .mc_a330 {left:300px; top:471px; }
.city-interactive .mc_neo {left: 41px; top:323px; }
.city-interactive .mc_escalera {left: 557px; top:484px; }
.city-interactive .mc_torre {left: 471px; top:334px; }

.city-interactive .mc_city {left:733px; top:380px; }
.city-interactive .mc_edificio {left:957px; top:392px; }
.city-interactive .mc_sag_familia {left:963px; top:357px; }


.city-interactive .mc_torre_1 {left:723px; top:217px; }
.city-interactive .mc_torre_2 {left:778px; top:262px; }
.city-interactive .mc_torre_3 {left:832px; top:266px; }
.city-interactive .mc_torre_4 {left:900px; top:291px; }

.city-interactive .mc_hangar {left:534px; top:400px; }

.city-interactive .mc_picnic {left:741px; top:557px; }

.city-interactive .mc_puente {left:794px; top:225px; }


.city-interactive .mc_avion{
    width: 60px;
    height: 43px;
    top:185px;
    left: 785px;
}

.city-interactive .mc_pareja{
    width: 90px;
    height: 60px;
    top:557px;
    left: 100px;
    background-image: url(../../../images/animacion/mc_pareja_anim.png);
    background-repeat: no-repeat;
    animation: play_mc_pareja 2s steps(14) infinite;
    -webkit-animation: play_mc_pareja 2s steps(14) infinite;
}


@keyframes play_mc_pareja {
  from { background-position:    0px; }
  to { background-position: -1260px; }
}

@-webkit-keyframes play_mc_pareja {
    from { background-position:    0px; }
  to { background-position: -1260px; }
}

.city-interactive .mc_chica{
    width: 17px;
    height: 45px;
    top:548px;
    left: 950px;
}

.city-interactive .mc_cometa{
    width: 82px;
    height: 54px;
    top:468px;
    left: 870px;
}



.presentation {
    position: absolute;
    width: 410px;
    left: 0;
    top:0;
    z-index: 10
}

.presentation h1 {
    margin: 0 0 12px 0;
    font-size: 36px;
    color: #da0828
}

.presentation p {    
    font-size: 13px;
    color: #3C3C3B
}




.button-reset-anim {
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -115px;
  display: block;
  width: 230px;
  text-align: center;
  background-color: #DA0828;
  color: #fff;
  font-size: 18px;
  padding: 5px 0;
  border-radius: 14px;
  
  transition: background 250ms ease-in-out;
}

.button-reset-anim:hover {
  background-color:  #F19100;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}
