html {
    color: #1d1d1b;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
audio,
canvas,
img,
svg,
video {vertical-align: middle;}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font-family: 'Exo', sans-serif;
	font-weight:300;
    font-size: 16px;
    line-height:1.5em;
    margin: 0;
    height: 100%;
}

.pnim {display: none}

.everything {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    display: block;
    -webkit-transition: margin .35s;-moz-transition: margin .35s;-ms-transition: margin .35s;-o-transition: margin .35s;transition: margin .35s;
}

/*Esta etiqueta es la que modifica el desplazamiento del video a la derecha cuando es presionado el menu*/
.everything.collapse {
    margin-left: 11em;
}
.standard {
    position: relative;
    max-width: 66.5em;
    width: auto;
    margin: 0 auto;
    padding: 0 2em;
}
.standard:before,
.standard:after {
    display: table;
    content: " ";
}
.standard:after { clear: both;}
.btn { text-align: center; cursor: pointer}
.norm {display: inline}
.hovr {display: none}
.btn:hover .hovr {display: inline;}
.btn:hover .norm {display: none;}


nav .active { color: #A42065;}
nav {
    background-color: #990033;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    /*width: 28.125em;*/
	width: 17em;
    color: #fff;
    padding: 2em;
    -webkit-transition: left .35s, width .35s;-moz-transition: left .35s, width .35s ;-ms-transition: left .35s, width .35s ;-o-transition: left .35s, width .35s ;transition: left .35s, width .35s ;
    z-index: 111111;
}
nav.collapse {width:0em;}
nav div#nav-header {
    display: none;
    text-transform: uppercase;
    /*font-weight: 600;*/
    position: absolute;
    right: 50%;
    height: 3em; width: 3em;
    margin-right: -1.5em;
    top:1.6875em;
    user-select:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    text-align: center;
    cursor: pointer;
    -webkit-transition: opacity .35s, right .35s, transform .35s ;-moz-transition: opacity .35s, right .35s, transform .35s ;-ms-transition: opacity .35s, right .35s, transform .35s ;-o-transition: opacity .35s, right .35s, transform .35s ;transition: opacity .35s, right .35s, transform .35s ;

}
nav div#nav-header i {
	font-size:34px;
}

nav.collapse div#nav-header { display: block;}
nav.collapse div#nav-content { display: none;}
nav ul {
    list-style: none;
    padding:0;
}
nav li {
    padding: .625em 0;
    cursor: pointer;
	font-weight:700;
    user-select:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
}
nav a {
    text-decoration: none;
    color: #fff;
}

nav li:hover, nav a:hover,
body.page-letter #menu_letter a,
body.page-home #menu_home a,
body.page-highlights #menu_highlights a,
body.page-operating #menu_operating a,
body.page-rising #menu_rising a,
body.page-corporate #menu_corporate a,
body.page-financials #menu_financials a,
body.page-contact #menu_contact a,
body.page-downloads #menu_downloads a
{ color: #e41e2b; text-decoration:none; }


body.page-contact {
	background-image:url(../img/contact/globo.jpg);
    -webkit-background-size: cover !important;
    background-size: cover !important;
    z-index: 100;
    background-attachment: fixed;
    background-position: center;
}
.mapa {
	background:url(../img/operating-overview/operating.jpg) no-repeat;
	-webkit-background-size:cover !important;
	background-size:cover !important;
	z-index: 111110;
	background-attachment: fixed;
	/*background-position: center;*/
	width:100%;
	height:1000px;
	position:absolute;
	top:0;
}

nav li img { margin: 0 ;}
nav p { font-size: .8125em; color:#ccc;}

.uppercase { text-transform: uppercase; }
.text-right { text-align: right;}
.text-center { text-align: center;}
.p13 { font-size: .8125em}
.per50 {
    position: relative;
    float: left;
    width: 50% !important;
}
.per25 { width:25% !important;}
.per100 {  width: 100% !important;}
.story_headline_title {
    position: absolute;
    top: 47%;
    left: 0;
    height: 55%;
    width: 100%;
    font-size: 3.125em;
    font-family: "Proxima Nova Black";
    letter-spacing: 1pt;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
}
.shadow{
    text-shadow: 0 1px 3px rgba(0,0,0,.5);
    filter:DropShadow(Color=#000000, OffX=0, OffY=1)blur(Strength=3 Direction=0);
}
.per100 {
    width: 100% !important;
}


#nav-closer {
    float: right;
	font-family:'FontAwesome';
    margin-top:-2em;
    cursor: pointer;
}
#nav-closer:before {
	content:"\f104";
	font-size:30px;
	color:#fff;
}




nav div.page-name {
    position: fixed;
    top:50%;
    left:-50em;
    width: 1.873em;
    height: 25em;
    margin-top: -13em;
    opacity: 0;
    -webkit-transition: opacity .3s, left .3s;-moz-transition: opacity .3s, left .3s;-ms-transition: opacity .3s, left .3s;-o-transition: opacity .3s,left .3s;transition: opacity .3s, left .3s;
}
nav div.page-name img{
    height: 100%;
}
nav.collapse div.page-name{ opacity: 1;
    left: 1em;}
body.page-home nav div.page-name {display: none}
body.page-letter nav div.page-name .pnim.lt {display: block}
body.page-highlights nav div.page-name .pnim.hi { display: block}
body.page-operating nav div.page-name .pnim.op { display: block}
body.page-rising nav div.page-name .pnim.ri {display: block}
body.page-corporate nav div.page-name .pnim.cg {display: block}
body.page-financials nav div.page-name .pnim.fi {display: block}
body.page-contact nav div.page-name .pnim.co {display: block}
body.page-downloads nav div.page-name .pnim.do {display: block}



div#video-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

video#prime-video {
    position: absolute;
    left: 0;
    top:0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    background-size: cover;
}

div.page-down {
    position: absolute;
    left: 50%;
    bottom: 2em;
    cursor: pointer;
	font-size:50px;
	color:#fff;
	margin-left:-30px;
	background:#990033;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	width:60px;
	height:60px;
	text-align:center;
	line-height:60px;
}
div#vid-down {
    bottom: 2em;
    opacity: 0;
    display: none;
}

#mobile-menu-logo {
    display: none;
    -webkit-transition: left .35s;-moz-transition: left .35s;-ms-transition: left .35s;-o-transition: left .35s;transition: left .35s;
}
.masthead {
    position: absolute;
    left: 6em;
    top:1.7em;
    cursor: pointer;
    z-index: 99999;
}

.page-feature {
    height:60em;
    width: 100%;
    top:0;
    padding: 0;
    position: relative;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    overflow: hidden;
    background-color: #000;
    color: #fff;
}
.page-feature.tall {
    height: 65.625em;
}
.page-feature:after {
    display: table;
    content: " ";
    clear: both;
}
#main_image {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: auto;
}

.feature-center {
    color: #fff;
    font-size: 2.5em;
    margin: 5.5em 0 0;
    line-height: 1.625;
    opacity: 0;
}

.antialias {
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
.pers34{
    width: 34%;
    float: left;
}
.pers66{
    width:66%;
    float: left;
}
.pers34 img {
    width: 100%;
}
.padTop { padding-top: 2.375em;}
.padRight10 { padding-right: 5% !important;}
.callout {
    font-family: "Proxima Nova Semibold";
    font-size: 1.25em;
    color: #e41e2b;
    line-height: 1;
}
div#snapshot-list { margin-top: 2.5em;}
div#snapshot-list:after {
    clear: both;
    display: table;
    content: " ";
}
img.snapshot {
    display: block;
    height: 320px;
    width: 320px;
    float: left;
    overflow: hidden;
    position: relative;
}
.snapshot img {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.snap-cover {
    position: absolute;
    top:0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.75);
    padding: 2em;
    color:#fff;
    font-family: "Proxima Nova Bold";
    font-size: 1.25em;
    opacity: 0;
    -webkit-transition: opacity .3s;-moz-transition: opacity .3s;-ms-transition: opacity .3s;-o-transition: opacity .3s;transition: opacity .3s;
}
.snap-cover:hover {
    opacity: 1;
}
.feature_sep {
    margin-top: 1.2em;
    border-top: solid 1px #bcbab9;
    padding-top:1.75em;
    height: 5em;
    font-size: 1.5em;
    font-family: "Proxima Nova Extrabold";
    background-color: #fff;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    clear: both;
}
.full_width{width:100%}
.fcon {
    float: left;
    position: relative;
    overflow: hidden;
    width: 50%;
    height: 1050px;
}
.fimg {
    float: left;
    position: relative;
    overflow:hidden;
	font-weight:400;
    color: #fff;
    text-align: center;
	width: 50%;
	height: 50%;
}
.maintain_ratio_486_900{
    max-width: 900px;
    width: 70%;
    position: relative;
    overflow: hidden;
    margin:1em auto 0;
    height: 486px;
}
.fimg .imMap, .maintain_ratio_486_900 .imMap {
    position: absolute;
    top:0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}
.f_pads {
    position: absolute;
    height: auto;
    width: 100%;
    top:45%;
    left:0;
    text-align: center;
}
.f_item {
    float: left;
    position: relative;
    width: 50%;
    height: 350px;
    overflow: hidden;

}
.fimg > img, .f_item > img {
    width: 100.5%;
}
.black_hover {
    position: absolute;
    top:0;
    left:0;
    bottom: -1px;
    right:-1px;
    background: #000;
    opacity: 0;
    -webkit-transition: opacity .3s;-moz-transition: opacity .3s;-ms-transition: opacity .3s;-o-transition: opacity .3s;transition: opacity .3s;
}

.video_play_btn { width: 10%; }
.play_vid, .upper {cursor: pointer;}
.f_item .f_title {
    position: absolute;
    bottom:20%;
    left: 0;
    height: auto;
    overflow: hidden;
    width: 100%;
    color: #fff;
    font-family: "Proxima Nova Semibold";
    text-align: center;
    text-transform: uppercase;
    font-size: 1.125em;
    text-shadow: 0 1px 3px rgba(0,0,0,.5);
}

#btn-top {
	font-size:50px;
	height:50px;
	width:50px;
	color:#fff;
	background:#990033;
	 border-radius: 100px;
	 -moz-border-radius: 100px;
	 -webkit-border-radius: 100px;
	 margin:40px auto;
}
#btn-more img, #btn-top img { width: 100% }
#btn-more[disabled~='disabled']{
    opacity: 0.35;
    cursor: inherit;
}
/*#btn-top{ display: none; opacity: 0}*/
.footer_pad{
    height: 0;
    clear: both;
}
footer {
    background: #e41e2b;
    color: #fff;
    height: 6.25em;
    position: absolute;
    bottom: 0;
    left: 9.375em;
    right:0;
    top: auto;
    width: auto;
    padding: 2.5em 0;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing:antialiased;
    -ms-font-smoothing:antialiased;
}
footer a {
    color: #fff;
    font-family: "Proxima Nova Extrabold";
    text-decoration: none;
    text-transform: uppercase;
}
footer a:hover { color: #000;}
#map_title {
    text-align: center;
    font-size: 2.0625em;
    padding-top:4.5em;
    width: 100%;
}
#map {
    background: url(../img/OG_Map419.gif) no-repeat center center;
    /*position: absolute;*/
    width: 100%;
    background-size: 100% 100%;
    bottom: .5em
}

#map img {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.ptp {
    height: 1.125em;
    width: 1.125em;
    position: relative;
    display: inline;
}
.video_overlay {
    position: fixed;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    width: auto;
    display: none;
    z-index: 222222;
}
.video_underlay {
    position: fixed;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: #000;
    display: block;
}
#yt_player_frame {
    position: absolute;
    margin:auto auto;
    width: 1280px;
    height: 750px;
}
#yt_closer_btn {
    position: absolute;
    left: 1300px;
    top: 30px;
    height: 4em;
    width: 4em;
    padding: .5em;
}
#yt_closer_btn img {height: 100%; width: 100%;}

.play_nohov {
    width:10%; max-width: 5.75em;margin-top: .75em
}
.download_btn {
    height: 6em;
    width: 6em;
}
.download_btn img {
    width: 100%;
}
.play_btn {
    height: 6em;
    width: 6em;
}

#pf_download {
    position: absolute;
    right: 0;
    top: 45%;
    width: 13.75em;
    height: auto;
    overflow: hidden;
    cursor: pointer;
    color: #fff;
    font-family: "Proxima Nova Semibold";
}
#pf_download span {font-size: 1.25em;}
#pf_download:hover {color: #e41e2b;}
.download_btn:hover .hovr, #pf_download:hover .hovr {display: inline;}
.download_btn:hover .norm, #pf_download:hover .norm {display: none}
.dl-gray-band {
    background-color: #dadada;
    width: 100%;
    height: 15em;
}
.b-box {
    background-color: #e41e2b;
    height: 20.625em;
    width: 49%;
    float: left;
    text-align: center;
    position: relative;
}
.b-box.left {
    margin-left: .675%;
    margin-right: .325%;
}
.b-box.right {
    margin-left: .325%;
    margin-right:.675%;
}

img.d-doc {
    position: absolute;
    top:50%;
    left:50%;
    height: 14em;
    height: 14em;
    width: 11.125em;
    margin-left: -5.503em;
    margin-top: -7em;
}
.dl-gray-band .b-box{
    background-color: #bcbab9;
    color: #e41e2b;
    font-family: "Proxima Nova Bold";
    cursor: pointer;
    padding: 1.75em;
    height: 15em;
}
.b-box:hover .hovr, .b-box.okHov .hovr {display: inline}
.b-box:hover .norm, .b-box.okHov .norm {display: none}

.dl-gray-band .b-box:hover, .b-box.okHov {
    color: #fff;
    background-color: #e41e2b;
}
body.page-downloads div.features {margin-top: 3.25em;}
span.b-title {font-size: 1.2em;}
.b-box > div.download_btn {
    position: absolute;
    bottom: 3em;
    left: 50%;
    margin-left: -3em;
}
span.download_btn_txt {
    position: absolute;
    bottom: 1.5em;
    left: 50%;
    margin-left: -4.5em;
    font-size: .9em;
}
.dl-section {
    margin: 1.75em 0 0.375em;
    border-bottom: solid 1px #bcbab9;
    padding-bottom: .4125em;

}
.dl-section h3 {
    font-size: 1.375em;
    font-family: "Proxima Nova Semibold";
}
.white-sep {background: #fff;width: 100%;height: auto;}
.dl-stack {margin: 1em 0 3.25em;}
.media-box-super {
    width: 20.45em;
    height: 15em;
    margin: 0 .1875em .3125em;
    position: relative;
    float: left;
    overflow: visible;
    color: #e41e2b;
    cursor: pointer;
}
.media-box {
    width: 20.52em;
    height: 8.978em;
    margin-right: .3125em;
    margin-bottom: .3125em;
    position: relative;
    float: left;
    overflow: visible;
}
.media-box-super .media-box {
    width: 100%;
    margin: 0;
    float: none;
}

.media-text {
    padding:1em 5em 0 0;
    height: 5em;
    font-family: "Proxima Nova Bold";
}
.media-box-img {
    width: 100%;
}
.media-btn {
    position: absolute;
    top:50%;
    bottom: 1em;
    left:50%;
    margin:-3em 0 0 -3em;
    width: 6em;
    height: 6em;
    text-align: center;
    color: #fff;
    opacity: 0;
    -webkit-transition: opacity .3s;-moz-transition: opacity .3s;-ms-transition: opacity .3s;-o-transition: opacity .3s;transition: opacity .3s;
}
.media-btn img {
    width: 100%;
}
.dl-text {
    font-size: .9em;
    padding-top: .5em;
}
.media-box-super:hover .black_hover {opacity: .5}
.media-box-super:hover .media-btn{opacity: 1}
.media-box-super:hover { color: #000;}

.dl-link {
    background: #dadada;
    color: #e41e2b;
    padding: 1.875em;
    cursor: pointer;
    margin-bottom: .3125em;
}
.dl-link-title {
    font-size: 1.5em;
    font-family: "Proxima Nova Bold";
}
.dl-link-descr {
    padding: 0 20% 0 0;
}
.dl-link-ui-right {
    position: absolute;
    right: 2em;
    top:50%;
    margin-top: -1.53em;
    height: 3.0625em;
    width: 1.3125em;
}
.dl-link:hover { color: #fff; background-color: #e41e2b;}

.car {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.car > .track {
    position: absolute;
    top: 0;
    left: 0;
    width: 9700px;
    height: 100%;
}
#overflowCheck {
    height: 100%;width: 100%; position: absolute;top:0;left: 0
}
.instruments {
    position: absolute;
    bottom: 15.5%;
    text-align: center;
    width: 100%;
    cursor: default;
}




.wheel {
    position: relative;
    display: inline-block;
    margin-right: 20px;
    height: 100%;
    width: 1600px;
    overflow: hidden;
    vertical-align:bottom;
}


.wheel .hub {
    position: absolute;
    width: 100%;
    height: auto;
    margin: auto;
	bottom:0;
}
.controls {
    position: absolute;
    top:0;
    bottom: 0;
    height: auto;
    width: 20%;
    /*background: rgba(0,0,0,.1);*/
}
.controls-indicator {
    position: absolute;
    top: 50%;
	width:60px;
	height:60px;
	cursor:pointer;
	font-size:50px;
	line-height:60px;
	text-align:center;
	color:#fff;
	background:#990033;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
}
.controls-indicator img {width: 100%}
.controls.left {left: 0; margin-left:-7px;}
.controls.right {right: 0; margin-right:-7px;}
.controls.left .controls-indicator { left: 30% }
.controls.right .controls-indicator { right: 15% }
.controls.left:hover .hovr { display: block }
/*.controls.left:hover .norm {display: none}*/
.controls.right:hover .hovr{display: block}
/*.controls.right:hover .norm{display: none}*/

.indicator {
    display: inline-block;
    height: 1.1875em;
    width: 1.1875em;
    margin: 0 .125em;
    border: solid 3px #fff;
    border-radius: 1.1875em;
    cursor: pointer;
    behavior: url('PIE.htc');
}

.indicator.active {
    background: #e41e2b;
    border-color: #e41e2b;
}
.indicator:hover {
    background: #fff;
}
.wheel-title {
    position: absolute;
    bottom:0;
	left:0;
    height: 100%;
    width: 100%;
    text-align: center;
}
.stories-feature-sep {
    border: none;
    margin-top: 0;
}
.wheel-title img{
    width: 100%;
    margin: auto;
}


/*AJUSTES DE IMAGEN PARA RESOLUCION DE 1366 X 768*/

@media only screen and (min-width: 800px) {
	.wheel-title img.intro {
	margin-top:345px;
	}
	.wheel-title img.consumer {
		margin-top:292px;
	}
	.wheel-title img.constant {
		margin-top:277px;
	}
	.wheel-title img.profitable {
		margin-top:290px;
	}
	.wheel-title img.talent {
		margin-top:345px;
	}
}
@media only screen and (min-width: 1024px) {
	.wheel-title img.intro {
	margin-top:445px;
	}
	.wheel-title img.consumer {
		margin-top:392px;
	}
	.wheel-title img.constant {
		margin-top:377px;
	}
	.wheel-title img.profitable {
		margin-top:390px;
	}
	.wheel-title img.talent {
		margin-top:445px;
	}
}
@media only screen and (min-width: 1366px) {
	.wheel-title img.intro {
	margin-top:345px;
	}
	.wheel-title img.consumer {
		margin-top:255px;
	}
	.wheel-title img.constant {
		margin-top:230px;
	}
	.wheel-title img.profitable {
		margin-top:245px;
	}
	.wheel-title img.talent {
		margin-top:345px;
	}
}
/*AJUSTES DE IMAGEN PARA RESOLUCION DE 1440 X 900*/

@media only screen and (min-width: 1440px) {
	.wheel-title img.intro {
	margin-top:495px;
	}
	.wheel-title img.consumer {
		margin-top:405px;
	}
	.wheel-title img.constant {
		margin-top:380px;
	}
	.wheel-title img.profitable {
		margin-top:395px;
	}
	.wheel-title img.talent {
		margin-top:495px;
	}
}

/*AJUSTES DE IMAGEN PARA RESOLUCION DE 1920 X 1080*/

@media only screen and (min-width: 1920px) {
	.wheel-title img.intro {
		margin-top:500px;
	}
	.wheel-title img.consumer, .wheel-title img.profitable {
		margin-top:400px;
	}
	.wheel-title img.constant {
		margin-top:390px;
	}
	.wheel-title img.talent {
		margin-top:500px;
	}
}











.story-link { cursor: pointer}
.story-link:hover > .black_hover {
    opacity: .5;
}
.story-link-text {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    color:#fff;
    padding: 0 12%;
    text-transform: none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;

}
.slhead {
    font-size: 3em;
    padding: 50% 0 1em;
    text-shadow: 0 1px 3px rgba(0,0,0,.5);
    filter:DropShadow(Color=#000000, OffX=0, OffY=1)blur(Strength=3 Direction=0);
    line-height: 1.1;
}
.slhead img {filter:none;}
.story-link-btn {
    height: 6em;
    width: 6em;
    display: inline-block;
}
.story-link-btn img {
    height: 100%;
    width: 100%;
}
.story-link:hover .story-link-text {
    /*opacity: 1;*/
}
.op-bottle {
    position: absolute;
    width: 100%;
    bottom:2em;
    left: 0;
    top: auto;
    height: auto;
    text-align: center;
    font-size: 1.25em;
}
.op-region {
    position: absolute;
    top:44%;
    left: 55%;
    width: 40%;
    height: 56%;
    font-size: 1.5em;
    text-transform: none;
}
.op-detail {padding: 2% 4% 1%}
.op-detail-call {
    font-size: 1.5em;
    color: #e41e2b;
}
.hw {
    height: 100%;
    width: 100%;
}

.opsUCVGTable th { background: #e41e2b}

@font-face {
  font-family: 'Exo-Black';
  src: url('../fonts/exo/Exo-Black.eot');
  src: url('../fonts/exo/Exo-Black.eot?#iefix') format('embedded-opentype'),
       url('../fonts/exo/Exo-Black.woff') format('woff'),
       url('../fonts/exo/Exo-Black.ttf') format('truetype'),
       url('../fonts/exo/Exo-Black.svg#Exo-Black') format('svg');
}
#video-over-text {
    position: absolute;
    top:45%;
    left: 0;
	text-align:center;
    width: 100%;
    height: 30%;
    padding: 0;
    text-shadow: 0 1px 3px rgba(0,0,0,.5);
	font-family: 'Exo-Black';
	line-height:37px;
	color:#fff;
}
.rising {
	font-size:90px;
	line-height:0;
	margin:0;
}
.occasion {
	font-size:72px;
	line-height:0;
	margin:67px 0 0 0;
}
.occasion sup {
	font-size:38px;
}
@media only screen and (max-width: 540px) {
	.rising {
		font-size:80px;
	}
	.occasion {
		font-size:62px;
		margin:57px 0 0 0;
	}
	.occasion sup {
		font-size:28px;
		margin-left:30px;
	}
}
@media only screen and (max-width: 440px) {
	.rising {
		font-size:70px;
	}
	.occasion {
		font-size:52px;
		margin:50px 0 0 0;
	}
	.occasion sup {
		font-size:18px;
	}
}
@media only screen and (max-width: 400px) {
	.rising {
		font-size:60px;
	}
	.occasion {
		font-size:42px;
		margin:43px 0 0 0;
	}
	.occasion sup {
		font-size:15px;
	}
}
#video-over-text .btn_play {
    margin: .2em auto 0;
    height: 1.714em;
    width: 1.714em;
}

.letter-large {
    font-size: 1.375em;
    line-height: 1.25;
    margin-top: .5em;
}

.after0 {margin-bottom: 0}
.before0 {margin-top: 0}

.back_img {width: 1.5em; height: 1.5em; vertical-align: bottom;}
.no_dec {text-decoration:none;}
.hov_black:hover{color:#000}
.hov_red:hover{color:#e41e2b}
.hov_red:hover .story-link-text{color: #e41e2b}
.hov_bg_red{background-color: #dadada;color: #e41e2b}
.hov_bg_red:hover {background-color: #e41e2b; color: #fff}

.text_no_trans{
    text-transform: none;
}
.text-left{text-align:left}
.fimg table {
    width: 100%;height: 100%;font-size: 1.375em;
}
.fimg table td {
    vertical-align: middle;
}
.middle17 {
    padding: 0 17%;
}
.middle14 {
    padding: 0 14%;
}
.middle10 {
    padding: 0 10%;
}
.middle5 {
    padding: 0 5%;
}
#op1 {
    float: left;
    width: 20%;
    line-height: 1;
}
#ptp1 {
    vertical-align: top;
}

#opContainer {
    width: 80%;
    float: right;
}
#opsUCVGTable {
    background-color: #fff;
    border-color: #fff;
    width: 100%;
}
#opsUCVGTable td{
    padding-top: .25em;
}
#opsUCVGTable th, #opsUCVGTable td {
    margin-right: 3pt;
}
#opsUCVGTable th {
    background: #e41e2b;
    padding: 1.25em 0;
    color:#fff;
    font-family: "Proxima Nova Semibold";
    font-size: .875em;
    border: 4px solid #fff;
}
.inset4{ padding-left: 4px;}

#modalptp1 {
    display: none;
    position: absolute;
    top:-1.25em;
    left:-1em;
    width: 50em;
    height: auto;
    font-size: .875em;
    padding: 1.5em 3em;
    background: #fff;
    border: 1px solid #e41e2b;
    -webkit-box-shadow: 0 5px 5px rgba(0,0,0,.5);-moz-box-shadow:  0 5px 5px rgba(0,0,0,.5);box-shadow:  0 5px 5px rgba(0,0,0,.5);
}
.ucvg {
    font-size: 1.5em;
    letter-spacing: 1px;
    margin-bottom: 1em;
}
body.page-highlights .fimg {
    line-height: 1.125;
}

a.dl-link { display: block; text-decoration: none;}




.lh13{line-height: 1.3}

#main_enterance {
    position: fixed;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    opacity: 1;
    z-index: 99990;
}
ol.numberedList{
    margin: 0;
    padding: 0;
}
ol.numberedList li {
    padding-left: 0;
    margin: .0 0 0 1em;
    font-family: "Proxima Nova Semibold";
}
.i100 {height: 100%}
.op-detail{height: auto !important}
.float-right { float: right}
td { box-sizing: border-box}
#page-title {
    display: none;
    position:fixed;
    top: 0;
    left: 0;
    height: 5.6em;
    width: 100%;
    padding-left: 3.5em;
	padding-top:12px;
    background: #990033;
    z-index: 111000;
    text-align: center;
    -webkit-transition: left .35s;-moz-transition: left .35s;-ms-transition: left .35s;-o-transition: left .35s;transition: left .35s;
}
img#feature_splash{
    width:100%;position:absolute;bottom:0;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

.pull-right {
    margin-right: 0;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.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: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, 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;
}

#highlights {
	background:#5b7f95;
	color:#fff;
}
#highlights tr th {
	background:#5f259f;
	padding:10px 0;
	font-weight:400;
	white-space:nowrap;
	text-align:right;
}
#highlights tr .celda_blanca {
	background:#F37920;
	padding-right:20px;
}
#highlights tr td {
	text-align:right;
	font-weight:300;
	border-bottom:#5f259f solid 1px;
	padding:10px 0;
	-webkit-transition: background .3s;-moz-transition: background .3s;-ms-transition: background .3s;-o-transition: background .3s;transition: background .3s;
}
#highlights tr:hover td {
	background:#5f259f;
	cursor:pointer;
}
#highlights tr .izq {
	text-align:left;
	white-space:nowrap;
	padding-left:20px;
}
#highlights tr .der {
	padding-right:20px;
}
#highlights tr .tab_01 {
	padding-left:40px;
}
#highlights .ultima_fila td {
	border-bottom:none;
	padding-bottom:60px;
}

.piegraph{width:33%; float:left; text-align:center;}
.bargraphs{width:20%; float:left; overflow:hidden;}
.graps{width:85%; height:auto;}

#overview {
	width:300px;
	font-family: 'Exo', sans-serif;
	font-size:16px;
	line-height:30px;
	background:rgba(255,255,255,0.9);
	color:#1D1D1B;
	padding:10px;
}
#overview tr th {
	color:#e30613;
	padding-left:10px;
	padding-top:10px;
	font-size:20px;
	font-weight:700;
	text-align:left;
}
#overview tr td {
	padding-left:10px;
	padding-right:10px;
	text-align:right;
}
#overview tr .izq {
	text-align:left;
}
#overview tr .coca {
	text-align:center;
	color:#fff;
	background:#e30613;
}
#overview tr .femsa {
	text-align:center;
	color:#fff;
	background:#F6C300;
}
#overview tr .t-femsa {
	color:#F6C300;
}
.testio > a {
    color: #FFFFFF;
    font-family: open sans,sans-serif;
    font-weight: bold;
    -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease-out;
}
.testio > a:hover {
  color: #34495E;
}
.flexslider-manual-controls li a { opacity:0.4; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; }
.flexslider-manual-controls li a:hover { opacity:1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.flexslider-manual-controls li a.nexti { position:absolute; right:0; top:240px;}
.flexslider-manual-controls li a.previ { position:absolute;left:0; top:240px;}
.testi-container { position:relative; }
.flexslider-manual-controls > li {
    overflow: hidden;
}

h1 {
	color:#5f259f; /*PANTONE 267 C*/
	padding-top:140px;
	font-weight:400;
	font-size:64px;
	line-height:75px;
}
h1.sin-padd {
	padding-top:0;
}
hi span.titulos {
	font-weight:700;
	margin-bottom:-10px;
	font-size:16px;
}
.highlight-inicio {
	font-weight:300;
	font-size:20px;
	line-height:30px;
	color:#5b7f95;/*PANTONE 5415 C*/
}
.cifra {
	color:#5f259f;
	font-size:70px;
	font-family:'Exo-Black';
	line-height:80px;
}
.txt-cifra {
	font-size:35px;
}
.txt-cifra-2 {
	font-weight:400;
	font-size:12px;
	text-transform:uppercase;
	color:#5b7f95;
	float:left;
	margin-top:-30px;
	margin-left:100px;
}
.txt-cifra-3 {
	font-weight:300;
	font-size:14px;
	color:#5b7f95; 
	line-height:20px;
}
.img-100-1 {
	width:100%;
}
.titulos {
	font-weight:700;
	margin-bottom:-10px;
}
.morado {
	color:#5f259f;
}
.light {
	font-weight:300;
}
.separator {
	 height:1px;
	 width:100%;
	 background:#5f259f;
	 margin:80px 0 50px 0;
}
.rojo {
	color:#e30613;
}

.img-100-2 {
	width:100%;
}


.highlight-interno {
	font-weight:300;
	font-size:30px;
	color:#5b7f95;
	line-height:36px;
}
.Don {
	margin-top:-80px;
	padding-right:20px;
	color:#fff;
	font-size:14px;
	text-align:right;
}

.t-chief {
	margin-top:-140px;
	margin-bottom:20px;
	padding-right:20px;
	color:#fff;
	font-size:14px;
	text-align:right;
}
.Don strong, .t-chief strong {
	font-size:18px;
}
.contenedor-memoria {
	background:#eff0f1;
}
.col-1-memoria {
	width:30%;
	float:left;
	font-size:14px;
	line-height:normal;
	margin-top:250px;
	padding-left:20px;
	color:#5b7f95;
}
.col-2-memoria {
	float:left;
	width:2%;
}
.col-3-memoria {
	width:68%;
	float:left;
	margin-top:60px;
}
.col-3-memoria img {
	width:100%;
	border:#fff solid 10px;
}
.col-4-memoria {
	float:left;
	width:48%;
	padding-left:20px;
}
.col-5-memoria {
	float:left;
	width:4%;
}
.col-6-memoria {
	float:left;
	width:48%;
	padding-right:20px;
}
.col-6-memoria .frase {
	font-weight:300;
	font-size:28px;
	color:#5b7f95;
	line-height:35px;
	margin-top:100px;
}
.col-6-memoria .nombre {
	font-weight:300;
	font-size:18px;
	color:#5b7f95;
}
.col-6-memoria img {
	width:100%;
	padding:0 15%;
}
.frase-coca {
	font-size:20px;
	color:#5b7f95;
	margin-top:-250px;
	line-height:normal;
}

@media only screen and (max-width: 1180px) {
	.frase-coca {
		margin-top:-200px;
	}
}

.verde {
	color:#5b7f95;
}

.vino {
	color:#990033;
}
.amarillo {
	color:#ee7203;
}
.t-financial-femsa {
	background:#ee7203;
	font-size:30px;
	margin-top:20px;
	color:#fff;
	font-weight:500;
	padding:10px 10px 6px 10px;
	margin-bottom:20px;
}
.t-financial-coca {
	background:#e30613;
	font-size:30px;
	margin-top:20px;
	color:#fff;
	font-weight:500;
	padding:10px 10px 6px 10px;
	margin-bottom:20px;
}
h3 {
	font-weight:700;
	margin:0;
	font-style:normal;
	font-size:22px;
}
h3 sup {
	font-weight:400;
	font-size:60%;
}
.contenedor-graficas {
	background:#c6c6c6;
}

h2 {
	font-weight:700;
	color:#fff;
	margin:0;
	font-style:normal;
}
.t-graficas {
	padding:60px 0 20px 60px;
}
.font-30 {
	font-size:30px;
}

.col-1-operating {
	float:left;
	width:70%;
}
.col-2-operating {
	float:left;
	width:5%;
}
.col-3-operating {
	float:left;
	width:25%;
	margin-top:160px;
}

.col-1-corporate {
	float:left;
	width:48%;
}
.col-2-corporate {
	float:left;
	width:4%;
}

a { text-decoration:none; font-weight:700; color:#1d1d1b;}
a:hover { text-decoration:underline;}

.col-1-downloads {
	float:left;
	width:30%;
	white-space:nowrap;
	text-align:center;
}
.col-2-downloads {
	float:left;
	width:5%;
	white-space:nowrap;
}
.col-1-downloads i, .col-2-downloads i {
	font-size:20px;
}
.img-100-3 {
	width:100%;
	padding:0 15%;
	margin-bottom:25px;
}
.col-1-contact {
	float:left;
	width:32%;
}
.col-2-contact {
	float:left;
	width:2%;
}
.white, .white h1, .white a {
	color:#fff;
}
.img-50 {
	float:left;
	padding:0 20px 30px 0;
	width:50%;
}
.case-study {
	border-top:#e30613 solid 4px;
	border-bottom:#e30613 solid 4px;
	margin-bottom:20px;
	padding-top:10px;
	color:#5b7f95;
	font-weight:300;
	text-transform:uppercase;
	font-size:20px;
}
.case-study span {
	font-weight:700;
	color:#e30613;
	font-size:26px;
	line-height:normal;
}
.txt-case {
	margin-top:20px;
	color:#E30613;
	font-weight:300;
}
.txt-case span, .txt-case-femsa span {
	font-size:20px;
	font-weight:700;
	text-transform:uppercase;
}
.case-study-femsa {
	border-top:#ee7203 solid 4px;
	border-bottom:#ee7203 solid 4px;
	margin-bottom:20px;
	padding-top:10px;
	color:#5b7f95;
	font-weight:300;
	text-transform:uppercase;
	font-size:24px;
}
.case-study-femsa span {
	font-weight:700;
	color:#ee7203;
	font-size:30px;
	line-height:normal;
}
.txt-case-femsa {
	margin-top:20px;
	color:#ee7203;
	font-weight:300;
}
.no-wrap {
	white-space:nowrap;
}
.col-paises-1 {
	float:left;
	width:50%;
}
.col-paises-2 {
	float:left;
	width:5%;
}
.col-paises-3 {
	float:left;
	width:45%;
}
.fondo {
	background:url(../sin-video.jpg) no-repeat;
	background-size:contain;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (max-width: 1599px) {
    .op-detail-call{font-size: 1.25em}
}

@media only screen and (max-width: 992px) {
    .b-box {
        width: 47.5%;
    }
    .white-sep {
        background: none;
    }
    .dl-gray-band .b-box{
        padding: 1.75em;
    }
	.piegraph{width:90%; float:none; text-align:center; margin:0 auto;}
	.bargraphs{width: 60%; float:none; margin:0 auto;}
	
	.col-1-memoria {
		width:100%;
		float:none;
		margin-top:40px;
		padding:20px;
	}
	.col-2-memoria {
		display:none;
	}
	.col-3-memoria {
		width:100%;
		margin-top:0;
	}
	.col-3-memoria img {
		border:none;
	}
	.t-chief {
		margin-top:-100px;
	}
	.frase-coca {
		margin-top:-150px;
	}
	.col-1-operating {
		float:none;
		width:100%;
	}
	.col-2-operating {
		display:none;
	}
	.col-3-operating {
		float:none;
		width:100%;
		margin-top:0;
	}
	.col-3-operating img.img-100-2 {
		float:left;
		width:33.333%;
		padding-top:59px;
	}
	.col-3-operating img.img-100-2 + img.img-100-2 {
		float:left;
		width:33.333%;
		padding-top:69px;
	}
	.col-3-operating img.img-100-2 + img.img-100-2 + img.img-100-2 {
		float:left;
		width:33.333%;
		padding:0;
	}
	.col-1-downloads {
		float:none;
		width:100%;
	}
	.col-2-downloads {
		display:none;
	}
}
@media only screen and (max-width: 650px) {
    /*body.page-og .per50 {height: auto !important}*/
    .middle17{padding: 0 10%}
    .middle14{padding: 0 9%}
    .middle5 {padding: 0 3%}
    .super75{font-size: 4em}
    .f225, .f227 {font-size: 1.5em}
    .sm100 { width: 100% !important}
    .per50 { float: none;}
    .sm50 {width: 50% !important; float: left!important;}
    .smhide {display: none;}
    .smfloatright{float: right!important}
    .sm-middle-5{padding:0 5%}
    .sm-middle-10{padding: 0 10%}
    .sm-pad{padding-top: 6em}
    .op-detail {padding:4% 5% 4% 7%}
    .pers66 {width: 100%}
    .pers34 {width: 100%}
    .f_item,.fcon { width: 100%;}
    .media-box-super {width: 48%; height: auto}
    .media-box { width: 100%; height: auto }
    nav { width: 24em;}
    nav.collapse {left: -5em;}
    .page-name{display: none}
    .masthead {
        left: .7em;
        top:4.5em;
		display:none;
    }
    .masthead img {
        width:20.625em;
        height:3.375em;
    }
    .everything{padding-left: 0; /*padding-top: 4.45em*/}
    .everything.collapse{margin-left: 24em; }
    #page-title{display: block}
    footer {left: 0}
    #nav-closer{display: none}
    /*nav { width: 24em }*/
    nav div#nav-header{
        right: 0;
        -ms-transform: rotate(-90deg); /* IE 9 */
        -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
        transform: rotate(-90deg);
        top:1.06em!important;
        display: block!important;
		content:close-quote;
    }
    nav.collapse #nav-header{
        right: -3em;
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    nav ul{ font-size: 1.375em}
    nav p {font-size: 1.1em}
    #page-title.collapse {left: 24em}
    .maintain_ratio_486_900{width:68%;margin-top:1em}
    /*.page-highlights .feature-center {margin-top: 1.75em;}
    .page-feature {font-size:.875em; height: 29.7em}
    .page-letter .feature-center {margin-top: 3.25em; font-size: 2em}
    .page-stories .page-feature.tall { height: 29.7em}
    .page-highlights .feature-center{font-size:1.42em;margin-top: 4em}*/
    #map_title{padding: 2.2em 10% 0}
    #opContainer, #op1 {width: 100%;}
    #op1{font-size: .75em;margin-top: 2em}

    .instruments {bottom: 17.5%; font-size: .87em}
    .indicator{border-width: 1.1pt; margin: 0 .375em}
    .controls {font-size: .75em}
    .page-stories .page-down.btn {font-size:.75em; bottom:0.125em}

    #mobile-menu-logo{
        display: block;
        position: absolute;
        width: 12.148em;
        top: 0;
        left: 5em;
        height: 4em;
        /*background: url("../img/CC_logo.png");
        background-size: 100% 100%;*/
    }
    nav.collapse #mobile-menu-logo {
        left: -12em;
    }
    #nav-content { /*margin-top: 4em;*/ }
    .media-text{padding: .5em .5em 0 0}
    img#feature_splash{
        width:78%;
    }
    .b-box > div.download_btn {
        bottom: 3em;
        left: 50%;
        margin-left: -2.5em;
        height: 5em;
        width: 5em;
    }
	
	
	
	
	h1 {
		padding-top:60px;
	}
	img.img-100-1 {
		float:left;
		width:50%;
		margin-bottom:-250px;
	}
	.frase-coca {
		float:left;
		width:50%;
		margin-top:150px;
	}
	.col-3-operating img.img-100-2, .col-3-operating img.img-100-2 + img.img-100-2, .col-3-operating img.img-100-2 + img.img-100-2 + img.img-100-2 {
		float:none;
		width:100%;
		padding:0 20%;
	}
	.col-1-corporate, .col-1-contact {
		float:none;
		width:100%;
	}
	.col-2-corporate, .col-2-contact {
		display:none;
	}

} /*328 x 108 */
@media only screen and (max-width: 500px) {
    .maintain_ratio_486_900{width: 80%;margin-top:1em}
}

@media only screen and (max-width: 360px) {
    .middle17 {padding: 0 5%}
    .middle10 {padding: 0 2%;}
    .super75 {font-size:3.5em }
    .f225, .f227 { font-size: 1.5em}
    .middle14 {padding: 0 3%; font-size: .875em}
    .middle5 {}
    .f175{font-size: 1.1em}
    .f163{font-size: 1.4em}
    .f1375{font-size: 1.2em}
    .f150{font-size: 1.2em}

    .smf9{font-size: .91em}
    .smf8{font-size: .875em}
    .smf7{font-size: .75em}
    /*div#vid-down {
        opacity: 1;
        font-size: .875em;
        bottom: 6em;
    }*/
    .dl-link-title{font-size: 1.25em }
    img#feature_splash{
        left:-0.75em;
        bottom:2em;
    }
}

@media (min-width: 1620px) {
    .op-detail {
        padding: 5% 6% 2% 7%;
    }
    .f87 { font-size: .9125em}
}
@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 
	.standard {
		max-width: 80em;
		width: auto;
		margin: 0 auto;
		padding: 0 2em 0 6em;
		font-size:16px;
		line-height:normal;
	}
	.no-visible {
		display:none;
	}
	nav {
		width: 20em;
	}
	#nav-closer {
		margin-top:-1em;
	}
	nav a {
		font-size:14px;
	}
	.ipad-btn {
		line-height:16px;
	}
	nav p { font-size: 1em; color:#fff;}
	nav li {
		padding: 1em 0;
	}
	nav a .fa-facebook, nav a .fa-twitter {
		font-size:1.4em;
		margin-right:10px;
	}
	.mapa {
		background:url(../img/operating-overview/operating-ipad.png) no-repeat;
	}
	.wheel-title {
		position: absolute;
		bottom:0;
		left:-70px;
		height: 120%;
		width: 120%;
		text-align: center;
	}
	.wheel-title img.intro {
		margin-top:600px;
	}
	.wheel-title img.consumer {
		margin-top:500px;
	}
	.wheel-title img.constant {
		margin-top:480px;
	}
	.wheel-title img.profitable {
		margin-top:500px;
	}
	.wheel-title img.talent {
		margin-top:600px;
	}
	.controls-indicator {
		width:50px;
		height:50px;
		font-size:40px;
		line-height:50px;
		margin-top:-10px;
	}

	.controls.left .controls-indicator { left: 35% }
	.mueve-people {
		margin-left:200px;
		margin-top:-55px;
	}
	.masthead {
		left: 8em;
	}
	h1 {
		padding-top:100px;
	}
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
	.standard {
		max-width: 82em;
		width: auto;
		margin: 0 auto;
		padding: 0 2em 0 5em;
		font-size:14px;
		line-height:normal;
	}
	.t-chief {
		margin-top:-140px;
		margin-bottom:20px;
		font-size:12px;
	}
	.padRight10 { padding-right: 2% !important;}
	nav div#nav-header i {
		font-size:30px;
	}
	nav {
		width: 25em;
	}
	nav a {
		font-size:13px;
	}
	#nav-closer {
		margin-top:-1em;
	}
	#nav-closer:before {
		font-size:25px;
	}
	nav p { font-size: 1.2em; color:#fff;}
	nav li {
		padding: 1em 0;
	}
	nav a .fa-facebook, nav a .fa-twitter {
		font-size:1.4em;
		margin-right:10px;
	}
	#highlights {
		font-size:12px;
	}
	#highlights tr .celda_blanca {
		padding-right:10px;
	}
	#highlights tr .izq {
		padding-left:10px;
	}
	#highlights tr .der {
		padding-right:10px;
	}
	#highlights tr .tab_01 {
		padding-left:20px;
	}
	#highlights .ultima_fila td {
		padding-bottom:40px;
	}
	.ipad-btn {
		line-height:16px;
	}
	.col-1-downloads {
		float:none;
		width:100%;
		padding:0 20%;
	}
	.page-feature.tall {
		height: 1024px;
	}
	.wheel {
		background:url(../img/home/intro-ipad.jpg) no-repeat;
		background-size:cover;
	}
	.wheel + .wheel {
		background:url(../img/home/consumer-focus-ipad.jpg) no-repeat;
		background-size:cover;
	}
	.wheel + .wheel + .wheel {
		background:url(../img/home/constant-growth-ipad.jpg) no-repeat;
		background-size:cover;
	}
	.wheel + .wheel + .wheel + .wheel {
		background:url(../img/home/profitable-complexity-ipad.jpg) no-repeat;
		background-size:cover;
	}
	.wheel + .wheel + .wheel + .wheel + .wheel {
		background:url(../img/home/talent-management-ipad.jpg) no-repeat;
		background-size:cover;
	}
	.wheel img {
		display:none;
	}
	.controls.left .controls-indicator { left: 35% }
	.wheel-title {
		display:none;
	}
	h1 {
		font-size:32px;
		line-height:normal;
	}
	.highlight-inicio {
		font-size:16px;
		line-height:normal;
	}
	.highlight-interno {
		font-size:20px;
		line-height:normal;
	}
	.case-study span, .case-study-femsa span {
		font-size:24px;
	}
	.mapa {
		background:url(../img/operating-overview/operating-ipad-vertical.png) no-repeat;
	}
	.col-3-operating img.img-100-2 {
		float:left;
		width:33.333%;
		padding-top:57px;
	}
	.col-3-operating img.img-100-2 + img.img-100-2 {
		float:left;
		width:33.333%;
		padding-top:69px;
	}
	.link-minus {
		font-size:90%;
	}
	.link-minus-2 {
		font-size:60%;
	}
	.mueve-people {
		margin-left:160px;
		margin-top:-50px;
	}
	.masthead {
		left: 8em;
	}
	h1 {
		padding-top:100px;
	}
	

}
@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) 
and (orientation : landscape) { /* STYLES GO HERE */}


/*iPhone 6 Plus*/
@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) 
and (orientation : portrait) {
	img#iphone_splash {
		left:0;
		margin-left:0;
	}
	h1 {
		font-size:32px;
		line-height:normal;
	}
	.highlight-inicio {
		font-size:16px;
		line-height:normal;
	}
	.highlight-interno {
		font-weight:300;
		font-size:20px;
		color:#5b7f95;
		line-height:normal;
	}
	.t-chief, .t-chief strong  {
		margin-top:10px;
		color:#1d1d1b;
		font-size:13px;
		padding-right:0;
		margin-bottom:10px;
	}
	.Don {
		margin-top:-50px;
		font-size:12px;
	}
	.col-4-memoria, .col-6-memoria {
		float:none;
		width:100%;
		padding-left:20px;
		padding-right:20px;
	}
	.col-5-memoria {
		display:none;
	}

	.col-6-memoria .frase {
		margin-top:25px;
	}
	.col-6-memoria .nombre {
		font-size:16px;
	}
	#highlights {
		font-size:10px;
		line-height:normal;
	}
	#highlights tr .celda_blanca {
		padding-right:5px;
	}
	#highlights tr .izq {
		padding-left:5px;
		white-space:normal;
	}
	#highlights tr .der {
		padding-right:5px;
	}
	#highlights tr .tab_01 {
		padding-left:10px;
	}
	#highlights .ultima_fila td {
		padding-bottom:20px;
	}
	#highlights tr th {
		padding:10px 0;
		white-space:normal;
		line-height:normal;
	}
	#highlights tr td {
		padding:10px 0;
	}
	.mapa {
		background:url(../img/operating-overview/operating-iPhone.png) no-repeat;
		-webkit-background-size:cover !important;
		background-size:cover !important;
		z-index: 111110;
		background-position: center;
		width:100%;
		height:736px;
		position:absolute;
		top:0;
	}
	#overview {
		font-size:10px;
		line-height:14px;
		padding:6px;
	}
	#overview tr th {
		padding-left:6px;
		padding-top:6px;
		font-size:13px;
	}
	#overview tr td {
		padding-left:6px;
		padding-right:6px;
	}
	#overview tr .izq {
		white-space:nowrap;
	}
	/*#iphone_splash {
		margin-left:-207px;
	}*/
	.page-feature.tall {
		height: 736px;
	}
	.wheel {
		background:url(../img/home/intro-iPhone.jpg) no-repeat;
		background-size:cover;
	}
	.wheel + .wheel {
		background:url(../img/home/consumer-focus-ipad.jpg) no-repeat center center;
		background-size:cover;
	}
	.wheel + .wheel + .wheel {
		background:url(../img/home/constant-growth-ipad.jpg) no-repeat center center;
		background-size:cover;
	}
	.wheel + .wheel + .wheel + .wheel {
		background:url(../img/home/profitable-complexity-ipad.jpg) no-repeat center center;
		background-size:cover;
	}
	.wheel + .wheel + .wheel + .wheel + .wheel {
		background:url(../img/home/talent-management-ipad.jpg) no-repeat center center;
		background-size:cover;
	}
	.wheel img {
		display:none;
	}
	.controls-indicator {
		width:30px;
		height:30px;
		font-size:20px;
		line-height:normal;
	}
	.controls.left .controls-indicator { left: 15% }
	.wheel-title {
		display:none;
	}
	.case-study span, .case-study-femsa span {
		font-size:24px;
	}
	
}

.img-fundacion-movil {
	display:none;
}
/*iPhone 5*/
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : portrait) {
	#iphone_splash {

	}
	h1 {
		font-size:2.5em;
		line-height:normal;
	}
	.t-chief {
		display:none;
	}
	p {
		font-size:1.5em;
		line-height:normal;
	}
	.Don {
		margin-top:-60px;
		font-size:12px;
	}
	.col-1-memoria p {
		font-size:13px;
	}
	.col-4-memoria {
		width:100%;
		padding-right:20px;
	}
	.col-6-memoria {
		width:100%;
	}
	.col-6-memoria .frase {
		font-size:24px;
		line-height:normal;
		margin-top:0;
		padding-left:20px;
	}
	.col-6-memoria .nombre {
		padding-left:20px;
	}
	.highlight-inicio {
		font-size:17px;
		line-height:normal;
	}
	.highlight-interno {
		font-size:20px;
		line-height:normal;
	}
	#highlights {
		font-size:10px;
		line-height:normal;
	}
	#highlights tr .celda_blanca {
		padding-right:5px;
	}
	#highlights tr .izq {
		padding-left:5px;
		white-space:normal;
	}
	#highlights tr .der {
		padding-right:5px;
	}
	#highlights tr .tab_01 {
		padding-left:10px;
	}
	#highlights .ultima_fila td {
		padding-bottom:20px;
	}
	#highlights tr th {
		padding:10px 0;
		white-space:normal;
		line-height:normal;
	}
	#highlights tr td {
		padding:10px 0;
	}
	.mapa {
		background:url(../img/operating-overview/operating-iPhone5.png) no-repeat;
		height:568px;
	}
	.col-3-operating img.img-100-2, .col-3-operating img.img-100-2 + img.img-100-2, .col-3-operating img.img-100-2 + img.img-100-2 + img.img-100-2 {
		float:none;
		width:100%;
		padding:0;
		margin-bottom:30px;
	}
	.slides img {
		float:none;
		width:100%;
	}
	.col-paises-1 {
		float:none;
		width:100%;
	}
	.col-paises-3 {
		float:none;
		width:100%;
		padding:0 5%;
	}
	#overview {
		font-size:10px;
		line-height:14px;
		padding:6px;
	}
	#overview tr th {
		padding-left:6px;
		padding-top:6px;
		font-size:13px;
	}
	#overview tr td {
		padding-left:6px;
		padding-right:6px;
	}
	#overview tr .izq {
		white-space:nowrap;
	}
	.case-study, .case-study-femsa {
		font-size:16px;
	}
	.case-study span, .case-study-femsa span {
		font-size:20px;
	}
	.mueve-people {
		margin-left:200px;
		margin-top:-55px;
	}
	.img-fundacion-normal {
		display:none;
	}
	.img-fundacion-movil {
		display:block;
	}
	.grafica {
		text-align:center;
		width:100%;
		padding:0 10%;
	}
	.link-90 {
		font-size:90%;
	}
	.page-feature.tall {
		height: 568px;
	}
	.wheel {
		background:url(../img/home/intro-iPhone.jpg) no-repeat center bottom;
		background-size:cover;
	}
	.wheel + .wheel {
		background:url(../img/home/consumer-focus-ipad.jpg) no-repeat center bottom;
		background-size:cover;
	}
	.wheel + .wheel + .wheel {
		background:url(../img/home/constant-growth-ipad.jpg) no-repeat center bottom;
		background-size:cover;
	}
	.wheel + .wheel + .wheel + .wheel {
		background:url(../img/home/profitable-complexity-ipad.jpg) no-repeat center bottom;
		background-size:cover;
	}
	.wheel + .wheel + .wheel + .wheel + .wheel {
		background:url(../img/home/talent-management-ipad.jpg) no-repeat center bottom;
		background-size:cover;
	}
	.wheel img {
		display:none;
	}
	.controls-indicator {
		width:30px;
		height:30px;
		font-size:20px;
		line-height:normal;
		margin-top:-100px;
	}
	.controls.right .controls-indicator { right: 35% }
}
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : landscape) {

	h1 {
		font-size:2.5em;
		line-height:normal;
	}
	.t-chief {
		margin-top:-125px;
		text-shadow:0px 0px 3px #000;
	}
	p {
		font-size:1.5em;
		line-height:normal;
	}
	.Don {
		margin-top:-60px;
		font-size:12px;
	}
	.col-1-memoria p {
		font-size:14px;
	}
	.col-4-memoria {
		width:100%;
		padding-right:20px;
	}
	.col-6-memoria {
		width:100%;
	}
	.col-6-memoria .frase {
		font-size:24px;
		line-height:normal;
		margin-top:0;
		padding-left:20px;
	}
	.col-6-memoria .nombre {
		padding-left:20px;
	}
	.highlight-inicio {
		font-size:17px;
		line-height:normal;
	}
	.highlight-interno {
		font-size:20px;
		line-height:normal;
	}
	#highlights {
		font-size:10px;
		line-height:normal;
	}
	#highlights tr .celda_blanca {
		padding-right:5px;
	}
	#highlights tr .izq {
		padding-left:5px;
		white-space:normal;
	}
	#highlights tr .der {
		padding-right:5px;
	}
	#highlights tr .tab_01 {
		padding-left:10px;
	}
	#highlights .ultima_fila td {
		padding-bottom:20px;
	}
	#highlights tr th {
		padding:10px 0;
		white-space:normal;
		line-height:normal;
	}
	#highlights tr td {
		padding:10px 0;
	}
	.mapa {
		background:url(../img/operating-overview/operating-iPhone5.png) no-repeat;
		height:568px;
	}
	.col-3-operating img.img-100-2, .col-3-operating img.img-100-2 + img.img-100-2, .col-3-operating img.img-100-2 + img.img-100-2 + img.img-100-2 {
		float:none;
		width:100%;
		padding:0 20%;
		margin-bottom:30px;
	}
	.case-study, .case-study-femsa {
		font-size:16px;
	}
	.case-study span, .case-study-femsa span {
		font-size:20px;
	}
	.mueve-people {
		margin-left:200px;
		margin-top:-55px;
	}
	.img-fundacion-normal {
		display:none;
	}
	.img-fundacion-movil {
		display:block;
	}
	.grafica {
		text-align:center;
		width:100%;
		padding:0 10%;
	}

	.page-feature.tall {
		height: 736px;
	}
	.wheel-title {
		position: absolute;
		bottom:0;
		left:-60px;
		height: 120%;
		width: 120%;
		text-align: center;
	}
	.wheel-title img.intro {
		margin-top:200px;
	}
	.wheel-title img.consumer {
		margin-top:180px;
	}
	.wheel-title img.constant {
		margin-top:160px;
	}
	.wheel-title img.profitable {
		margin-top:180px;
	}
	.wheel-title img.talent {
		margin-top:200px;
	}
	.controls-indicator {
		width:30px;
		height:30px;
		font-size:20px;
		line-height:normal;
		margin-top:-40px;
	}
	.controls.right .controls-indicator { right: 35% }
	.col-1-downloads {
		padding:0 20%;
	}
	.rising {
		font-size:60px;
		margin-top:20px;
	}
	.occasion {
		font-size:42px;
		margin:43px 0 0 0;
	}
	.occasion sup {
		margin-left:35px;
		font-size:15px;
	}
	div.page-down {
		font-size:30px;
		margin-left:-20px;
		width:40px;
		height:40px;
		line-height:40px;
	}
	#page-title {
		height: 4.2em;
		padding-left: 3.5em;
		padding-top:6px;
	}
	nav div#nav-header i {
		font-size:30px;
		padding-left:1em;
		padding-right:0;
	}
	nav {
		width: 24em;
		padding: 1em;
	}
	nav div#nav-header {
		height: 3em;
		width: 3em;
		top:1em;
	}
	nav li {
		padding: .1em 0;
	}
	nav a {
		font-size:0.7em;
	}

}