body,
html {
    height: 100%
}

body {
    padding-top: 80px;
    background-color: #000;
    font-family: larke_neueregular
}

h1 {
    font-size: 32px
}

h1.title {
    margin: 0 auto;
    color: #4e4044;
    text-transform: uppercase
}

h2 {
    font-size: 28px
}

li,
ol,
p,
ul {
    font-size: 14px
}

b {
    font-family: larke_neue_bold
}

.uppercase {
    text-transform: uppercase
}

.lowercase {
    text-transform: lowercase
}

.capitalize {
    text-transform: capitalize
}

.no_margin {
    margin: 0!important
}

.no_padding {
    padding: 0!important
}

.txt_red {
    color: #eb2530!important
}

.txt_gray {
    color: gris3!important
}

.txt_black {
    color: #000!important
}

.txt_white {
    color: #fff!important
}

#fullHeight {
    transition: all 500ms ease
}

.block_align {
    display: block;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.block_align h1,
.block_align h2,
.block_align h3,
.block_align h4,
.block_align h5,
.block_align h6,
.block_align p {
    margin: 0 auto
}

.slave_align {
    top: 50%;
    position: relative;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.max_container {
    margin: 0 auto;
    max-width: 1200px
}

.head_title {
    height: 400px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background-color: #7e7e7e;
    border-bottom: 3px solid #eb2530
}

.head_title .title_down,
.head_title .title_sup {
    margin: 0 auto
}

.head_title .title_sup {
    font-size: 28px;
    font-family: gotham_light
}

.head_title .title_down {
    font-size: 70px;
    line-height: 1.2em;
    font-family: gotham_light
}

.section {
    padding: 50px 15px
}

.video_container .section_title {
    top: 27vw;
    left: 20px;
    width: 50%;
    position: absolute
}

.video_container .section_title .ico {
    max-width: 50px;
    display: inline-block
}

.video_container .section_title p {
    color: #fff;
    font-size: 34px;
    font-weight: bold
}

.video_container .section_title .bordered {
    top: 2px;
    position: relative;
    padding: 0 10px 2px;
    border: 3px solid #fff
}

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 1!important
}

.mfp-bg {
    background: rgba(78, 63, 68, 0.95)!important
}

#jumpSection {
    color: #eb2530;
    max-width: 1200px;
    margin: 0 auto 60px auto;
    text-transform: uppercase
}

#jumpSection .left {
    text-align: left
}

#jumpSection .right {
    text-align: right
}

#jumpSection a {
    color: inherit;
    text-decoration: none;
    transition: all 500ms ease
}

#jumpSection a .fa-chevron-left {
    left: 0
}

#jumpSection a .fa-chevron-right {
    right: 0
}

#jumpSection a:hover {
    color: #000
}

#jumpSection a:hover .fa-chevron-left {
    left: -5px
}

#jumpSection a:hover .fa-chevron-right {
    right: -5px
}

#jumpSection .fa {
    top: 2px;
    font-size: 20px;
    position: relative;
    transition: all 500ms ease
}

.slider_control {
    top: 50%;
    color: #eb2530;
    width: 60px;
    height: 60px;
    z-index: 999;
    opacity: 0.8;
    display: block;
    cursor: pointer;
    font-size: 54px;
    position: absolute;
    text-align: center;
    transition: opacity 300ms ease, -webkit-transform 500ms ease;
    transition: opacity 300ms ease, transform 500ms ease;
    transition: opacity 300ms ease, transform 500ms ease, -webkit-transform 500ms ease
}

.slider_control:hover {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.slider_control.left {
    left: 0
}

.slider_control.right {
    right: 0
}

.slider_control.right .swia {
    width: 40px;
    color: #eb2530
}

.centrado{
    text-align: center;
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8)
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0
}

.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0
}

.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transform: translateY(-20px) perspective(600px) rotateX(10deg)
}

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    -moz-transform: translateY(0) perspective(600px) rotateX(0);
    -ms-transform: translateY(0) perspective(600px) rotateX(0);
    -o-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0)
}

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    transform: translateY(-10px) perspective(600px) rotateX(10deg)
}

.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out
}

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 0.8
}

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0
}

@font-face {
    font-family: 'larke_neue_bold';
    src: url("../fonts/larke_neue_bold-webfont.woff2") format('woff2'), url("../fonts/larke_neue_bold-webfont.woff") format('woff');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'larke_neueregular';
    src: url("../fonts/larke_neue_regular-webfont.woff2") format('woff2'), url("../fonts/larke_neue_regular-webfont.woff") format('woff');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'larke_neue_thin';
    src: url("../fonts/larke_neue_thin-webfont.woff2") format('woff2'), url("../fonts/larke_neue_thin-webfont.woff") format('woff');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'sw_ia';
    src: url("../fonts/sw_ia.eot?rbmg6w");
    src: url("../fonts/sw_ia.eot?rbmg6w#iefix") format('embedded-opentype'), url("../fonts/sw_ia.ttf?rbmg6w") format('truetype'), url("../fonts/sw_ia.woff?rbmg6w") format('woff'), url("../fonts/sw_ia.svg?rbmg6w#sw_ia") format('svg');
    font-weight: normal;
    font-style: normal
}

.swia {
    font-family: 'sw_ia'!important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icn_arrow_left:before {
    content: "\e901"
}

.icn_arrow_right:before {
    content: "\e902"
}

.icn_logo:before {
    content: "\e900"
}

nav#navigation {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 80px;
    z-index: 9999;
    position: fixed;
    border-bottom: 1px solid #807f80;
    background-color: rgba(0, 0, 0, 0.7)
}

nav#navigation.white{
    border-bottom: 1px solid #807f80;
    background-color: #fff;
}


nav#navigation .options_container {
    margin: 0 auto;
    max-width: 1200px
}

nav#navigation .brand_logo {
    height: 80px;
    padding-left: 40px
}

nav#navigation .brand_logo img {
    height: 50px;
    margin-top: 15px;
    margin-bottom: 15px;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease
}

nav#navigation .brand_logo img.spin {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

nav#navigation .by_brand {
    height: 80px;
    text-align: right;
    padding-right: 40px
}

nav#navigation .by_brand img {
    height: 50px;
    margin-top: 15px;
    margin-bottom: 15px
}

.opt_container {
    margin: 0 auto
}

.align_container {
    height: 80px
}

.white .align_container .txt_menu, .white .align_container p {
    color: #000;
}

.align_container .txt_menu,
.align_container p {
    color: #dedfdf;
    margin: 0 auto;
    text-transform: uppercase;
    transition: color 500ms ease
}

.align_container .txt_menu:hover,
.align_container p:hover {
    color: #fff
}

.align_container .title {
    padding-left: 20px
}

.align_container .title p {
    font-size: 16px;
    line-height: 1.2em
}

.align_container .title p:nth-child(2) {
    font-family: larke_neue_bold
}

.align_container .menu {
    text-align: right;
    padding-right: 20px
}

.align_container .menu:hover {
    cursor: pointer
}

.align_container .menu:hover .dot {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-name: shake_dot;
    animation-name: shake_dot;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.align_container .menu:hover .dot.middle {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms
}

.align_container .menu:hover .dot.down {
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms
}

.txt_menu {
    height: 60px;
    padding: 0 0 0 20px;
    line-height: 60px;
    display: inline-block
}

.dots_btn {
    top: 0;
    height: 60px;
    position: absolute;
    display: inline-block
}

.dots_btn .dot {
    width: 8px;
    height: 8px;
    display: block;
    position: absolute;
    border-radius: 2px;
    background-color: #807f80;
    transition: left 500ms ease
}

.dots_btn .dot.up {
    top: 6px
}

.dots_btn .dot.middle {
    top: 26px
}

.dots_btn .dot.down {
    top: 46px
}

.head_logo {
    width: 100%;
    max-width: 100px
}

.menu_list {
    top: 80px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: none;
    position: fixed;
    padding-top: 40px;
    background-color: rgba(0, 0, 0, 0.9)
}

.menu_list ul {
    list-style: none;
    margin: 0 auto
}

.menu_list ul li {
    padding: 2px 10px
}

.menu_list .sub {
    padding: 10px 0 0 20px;
    color: #eb2530;
    font-family: larke_neue_bold;
    text-transform: uppercase
}

.menu_list .sub li {
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
    border: 2px solid #eb2530;
    transition: color 500ms ease, background-color 500ms ease
}

.menu_list .sub li:hover {
    color: #fff;
    background-color: #eb2530
}

.menu_list .sub a,
.menu_list .sub p {
    color: inherit;
    font-family: inherit
}

.menu_list .sub a:hover,
.menu_list .sub p:hover {
    text-decoration: none
}

.menu_list .main {
    padding: 0;
    color: #dedfdf;
    font-family: larke_neue_bold;
    text-transform: uppercase
}

.menu_list .main li {
    font-size: 34px;
    transition: color 300ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, color 300ms ease;
    transition: transform 500ms ease, color 300ms ease, -webkit-transform 500ms ease
}

.menu_list .main li:hover {
    color: #eb2530;
    cursor: pointer;
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03)
}

.menu_list .main li:hover a {
    text-decoration: none
}

.menu_list .main a,
.menu_list .main p {
    color: inherit;
    font-family: inherit
}

.menu_container {
    margin: 0 auto;
    max-width: 1200px
}

@media (max-width:1200px) {
    .menu_list {
        padding-top: 20px
    }
    .menu_list .main li {
        font-size: 2.5vw
    }
}

@media (max-width:768px) {
    .menu_list .main {
        padding: 0 20px
    }
    .menu_list .main li {
        font-size: 20px
    }
    .menu_list .sub {
        padding: 0 24px
    }
    .menu_list .sub li {
        width: 49%;
        display: inline-block
    }
    #distinction .left p, #distinction .right p {
        font-size: 16px !important;
        text-transform: uppercase;
    }
    #distinction p{
        padding: 0px 20px;
    }
}

@media (max-width:680px) {
    nav#navigation .brand_logo {
        padding-left: 0px
    }
    nav#navigation .by_brand {
        padding-right: 0px
    }
}

@-moz-keyframes shake_dot {
    0% {
        left: 0px
    }
    50% {
        left: -3px
    }
    to {
        left: 0px
    }
}

@-webkit-keyframes shake_dot {
    0% {
        left: 0px
    }
    50% {
        left: -3px
    }
    to {
        left: 0px
    }
}

@-o-keyframes shake_dot {
    0% {
        left: 0px
    }
    50% {
        left: -3px
    }
    to {
        left: 0px
    }
}

@keyframes shake_dot {
    0% {
        left: 0px
    }
    50% {
        left: -3px
    }
    to {
        left: 0px
    }
}

footer#footer {
    height: 30px;
    background-color: #1c1f21
}

footer#footer p {
    color: #807f80;
    font-family: larke_neue_bold
}

#introSlider,
#introSliderEn {
    z-index: 20;
    position: relative;
    overflow-x: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../img/00portada2.jpg")
}

#introSlider .item,
#introSliderEn .item {
    height: 500px;
    padding: 20px
}

#introSlider .item img,
#introSliderEn .item img {
    display: inline
}

#introSlider .item img.head,
#introSliderEn .item img.head {
    width: 100%;
    max-width: 500px
}

#introSlider .item[data-intro-slide="1"] .layer.img {
    background-image: url("../img/00slider1.png")
}

#introSlider .item[data-intro-slide="2"] .layer.img {
    background-image: url("../img/00slider2.png")
}

#introSlider .item[data-intro-slide="3"] .layer.img {
    background-image: url("../img/00slider3.png")
}

#introSlider .item[data-intro-slide="4"] .layer.img {
    background-image: url("../img/00slider4.png")
}

#introSlider .layer {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: inherit;
    position: absolute
}

#introSlider .layer.img {
    z-index: 5;
    opacity: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: opacity 500ms ease
}

#introSlider .slave_align {
    top: 40%;
    z-index: 4;
    opacity: 0;
    transition: all 500ms ease
}

#introSlider .slave_align .text-left {
    margin: 0 auto;
    max-width: 1200px
}

#introSlider .slave_align .big_num {
    font-size: 18vw;
    font-family: larke_neue_bold;
    color: rgba(255, 255, 255, 0.5)
}

#introSlider .slave_align .small_val {
    left: 14vw;
    color: #eb2530;
    bottom: -1vw;
    font-size: 8vw;
    position: absolute;
    font-family: larke_neue_bold;
    text-transform: uppercase
}

#introSlider .slave_align .small_val.extra {
    left: 24vw
}

#introSlider .slave_align.visible {
    top: 50%;
    opacity: 1
}

#introSlider .line_blind {
    top: 0;
    bottom: 0;
    width: 25%;
    z-index: 1;
    height: inherit;
    position: absolute;
    background-color: #000;
    transition: right 500ms ease, width 500ms ease
}

#introSlider .line_blind:first-child {
    right: 75%
}

#introSlider .line_blind:nth-child(2) {
    right: 50%
}

#introSlider .line_blind:nth-child(3) {
    right: 25%
}

#introSlider .line_blind:nth-child(4) {
    right: 0%
}

#introSlider .line_blind.closed {
    width: 0%
}

#introMessage {
    color: #fff;
    background-size: cover;
    background-color: #000;
    padding: 20px 20px 140px 20px;
    background-position: top center;
    background-image: url("../img/01_companyprofile2.jpg")
}

#introMessage p {
    margin: 0 auto;
    max-width: 1000px
}

#introMessage .logo_lighter {
    margin-top: 60px;
    text-align: center;
    margin-bottom: 160px
}

#introMessage .logo_lighter .swia {
    font-size: 80px;
    text-shadow: 0px 0px 16px #fff, 0px 0px 8px #fff, 0px 0px 30px rgba(255, 255, 255, 0.5)
}

#introMessage p {
    margin: 0 auto;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase
}

@media (min-width:1200px) {
    #introSlider .item {
        height: 600px
    }
    #introSlider .slave_align {
        max-width: 55%;
        margin: 0 auto
    }
    #introSlider .slave_align .big_num {
        font-size: 12vw
    }
    #introSlider .slave_align .small_val {
        left: 7vw;
        color: #eb2530;
        bottom: -1vw;
        font-size: 5vw;
        position: absolute;
        font-family: larke_neue_bold;
        text-transform: uppercase
    }
    #introSlider .slave_align .small_val.extra {
        left: 14vw
    }
}

@media (max-width:768px) {
    #introSlider .item {
        height: 105vw
    }

    .slick-slide img {
    max-width: 100% !important;
}
}

#distinction {
    margin-top: 40px;
    overflow-y: hidden;
    padding-bottom: 80px;
    background-image: url("../img/01perfilcorporativo_back1.jpg")
}

#distinction .sw_logo {
    max-width: 100px;
    margin-bottom: 20px
}

#distinction .left,
#distinction .right {
    color: #fff
}

#distinction .left p,
#distinction .right p {
    font-size: 22px;
    text-transform: uppercase
}

#distinction .left {
    text-align: right
}

#distinction .left p {
    font-family: larke_neue_bold
}

#distinction .right .txt_red {
    font-family: larke_neue_bold
}

#distinction .right .high,
#distinction .right p:not(:last-child) {
    margin-bottom: 40px
}

p.high.new {
    font-size: 32px !important;
}

#values {
    margin: 0 auto;
    margin-top: 80px;
    max-width: 1200px;
    padding-bottom: 60px
}

#valueSelection .menu_selection {
    text-align: center
}

#valueSelection .menu_selection p {
    color: #dedfdf;
    font-size: 40px;
    font-family: larke_neue_bold;
    text-transform: uppercase;
    transition: color 500ms ease
}

#valueSelection .menu_selection p:hover {
    color: #d73942;
    cursor: pointer
}

#valueSelection .menu_selection p.active {
    color: #eb2530
}

#valueSlider p {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase
}

.margin_b{
    margin-bottom:50px;
}

.margin_p{
    margin-top:50px;
}

.title_frame {
    padding-top: 60px
}

.title_frame .title {
    color: #eb2530;
    font-size: 40px;
    letter-spacing: 0.1em;
    font-family: larke_neue_bold;
    text-transform: uppercase
}

.title_frame .vertical_txt {
    top: 60px;
    margin-bottom: 140px;
    text-align: center;
    position: relative;
    display: inline-block;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.title_frame p.number {
    opacity: 0.5;
    color: #fff;
    margin: 0 auto;
    font-size: 260px;
    line-height: 120px;
    font-family: larke_neue_bold
}

.title_frame .clubs {
    color: #eb2530;
    font-size: 90px;
    font-family: larke_neue_bold;
    text-transform: uppercase
}

.club_list.left {
    padding-top: 60px
}

.club_list ul {
    padding: 0;
    color: #fff;
    margin: 0 auto;
    list-style: none;
    font-family: 'larke_neue_thin';
    text-transform: uppercase
}

.club_list ul li {
    font-size: 20px;
    opacity: 0.8
}

#presence {
    padding: 100px 0px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../img/01perfilcorporativo_back2.jpg")
}

@media (min-width:1201px) and (max-width:1700px) {
    .title_frame .title {
        font-size: 32px
    }
    .title_frame .vertical_txt {
        top: 30px;
        margin-bottom: 140px
    }
    .title_frame p.number {
        font-size: 210px;
        line-height: 120px
    }
    .title_frame .clubs {
        font-size: 65px
    }
}

@media (max-width:1200px) {
    .title_frame .title {
        font-size: 32px
    }
    .title_frame .vertical_txt {
        top: 30px;
        margin-bottom: 140px
    }
    .title_frame p.number {
        font-size: 210px;
        line-height: 120px
    }
    .title_frame .clubs {
        font-size: 65px
    }
}

@media (max-width:768px) {
    #presence {
        text-align: center
    }
    .club_list {
        margin-top: 120px;
        text-align: left
    }
    .title_frame .title {
        font-size: 36px
    }
    .title_frame .vertical_txt {
        right: -40px;
        margin-bottom: 0
    }
    .club_list ul li {
        font-size: 16px
    }

    .centrado.min p {
        font-size: 16px !important;
    }

    .bajada {
        margin-bottom: 0px;
    }

    .separador {
        margin-right: 20px;
    }

    #distinction .quote p {
        margin-bottom: 10px !important;
    }

    .quote p {
        padding: 0 20px;
        font-size: 16px !important;
        text-transform: uppercase;
    }

    p.selection {
        padding: 0px !important;
    }

}

@media (max-width:680px) {
    #valueSelection .menu_selection p {
        font-size: 16px
    }
    #valueSlider p {
        font-size: 16px !important;
    }
}

.centrado.min p {
    font-size: 20px !important;
}

/*Mensaje*/
body#mensaje {
    background-color: #fff;
}

#mensaje div#distinction {
    background: none;
    color: #000;
    padding-bottom: 0px;
}

.vertical_txt_n p {
    font-size: 42px !important;
    color: #000;
    font-family: 'larke_neue_bold','Roboto', sans-serif;
}

.vertical_txt_n{
    top: 225px;
    left: 0;
    text-align: right;
    line-height: 1;
    position: absolute;
    display: inline-block;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 545px;
}

.vertical_txt_n.accionista {
    left: -37px;
}

.max_w{
    max-width: 100%;
}

.bajada p {
    font-size: 14px !important;
    text-align: right;
    color: #666666;
    font-family: 'larke_neueregular','Roboto', sans- serif !important;
}

#distinction .parrafo p, .parrafo p {
    font-size: 14px;
    font-family: 'larke_ neueregular','Roboto', sans-serif !important;
    color: #000;
    text-align: justify;
    text-transform: none;
}

#barra_mensaje {
    padding: 200px 0px;
    background-size: cover;
    background-position: top center !important;
    background-repeat: no-repeat;
    background: url("../img/02_mensaje/foto_mensaje.jpg") fixed;
}

.quote p {
        margin-top: 15px;
    font-size: 28px;
    text-align: right;
    color: #c9cacc;
    font-family: 'larke_neue_bold','Roboto', sans-serif !important;
        margin-bottom: 10px !important;
}

.quote:before {
    width: 150px;
    height: 5px;
    color: red;
}

.separador {
    background: #c9cacc;
    width: 70px;
    height: 5px;
    display: block;
    float: right;
}



.mini img {
    width: 150px;
}

.parrafo p {
    margin-bottom: 20px !important;
}

img.med {
    width: 50%;
}

.volver {
    height: 30px;
    width: 30px;
    background-image: url(../img/flecha.svg);
    position: fixed;
    z-index: 9999999999;
    right: 50px;
    bottom: 50px;
    display:none;
    cursor:pointer;
}

img.pa_sup {
    margin-top: 104px;
}

img.pa_bo {
    margin-bottom: 20px;
}

@media(max-height: 840px){
    .menu_list .main li{
        font-size: 3vh;
    }
    .menu_list .sub li{
        font-size: 3vh;
    }
}

@media (max-width:768px) {
    .vertical_txt_n {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: none !important;
        position: relative;
        top: 0;
        width: 100%;
    }

    .vertical_txt_n p {
        padding: 0px !important;
    }

    div#barra_mensaje {
background-position: center !important;
    background-size: cover !important;
    background: url(../img/02_mensaje/foto_mensaje.jpg);
    padding: 150px 0px;
    }

    img.med {
    width: 100%;
}

    #distinction .parrafo p, .parrafo p {
    font-size: 16px;
    }

}


#capacidadinovacion div#distinction{
    background-image: none;
    background-color: white;
    padding-bottom: 0px;
}

#bannerCapacidad{
    background-image: url('../img/capitulos/capacidad_inno/header.jpg') ;
    background-size: cover;
    background-position: center center;
    padding: 300px 0;
}


.vertical_txt_s.deportes {
    left: -124px;
    top: 74px;
}
.vertical_txt_c.deportes {
    left: -144px;
    top: 74px;
}


/*Novedades*/

@media (max-width:768px) {

.primero img.head.center_img {
    width: 80% !important;
}
    
    .vertical_txt_n.accionista {
    left: 0 !important;
    margin-bottom: 10px;
}
    
#distinction .vertical_txt_n.accionista p {
    font-size: 20px !important;
}
    
.mini {
    margin-bottom: 40px;
}

.slider_control{
    top:75%;
}

.img_graphs {
    padding: 50px;
    
}
    
}

#capacidadinovacion div#distinction{
    background-image: none;
    background-color: white;
    padding-bottom: 0px;
}




.vertical_txt_s.deportes {
    left: -124px;
    top: 74px;
}

.vertical_txt_s.cambioImagen {
    left: -124px!important;
    top: 155px;
}

.vertical_txt_s.expancion {
    left: -88px!important;
    top: 61px;
}
.vertical_txt_s.expancionen {
    left: -135px!important;
    top: 114px;
}

.vertical_txt_s.financieros {
    left: -108px!important;
    top: 94px;
}

.img_graphs {
    padding-top: 50px;
    
}

.vertical_txt_s.energia {
    left: -43px!important;
    top: 116px;
}

.vertical_txt_s.carbono {
    left: 42px!important;
    top: 116px;
}

.vertical_txt_s.gobierno {
    left: 42px!important;
    top: 116px;
}

.vertical_txt_s.planeta {
    top: 136px;
    left: -86px!important;
}

.upper{
    text-transform: uppercase!important;
}

.subs{
    text-align: right!important;
    width: 296px;
    margin-left: 151px;
}

.margenDoscientos{
        margin-top: 200px;
}

.margenAltisimo{
position: absolute;
    top: 889px;
}

.margenMediano{
    position: absolute;
    top: 764px;
    width: 445px;
    text-align: right;
    margin-left: 116px;
}

.rojillo{
    font-family: 'larke_neue_bold';
    color:#FC0018;
}
.negrillo{
    font-family: 'larke_neue_thin';
    color: #000000;
    text-align: right;
}

.negrilloDos{
    font-family: 'larke_neue_thin';
    color: #000000;
    text-align: left;
}

.center{
    text-align: center;
    font-family: 'larke_neue_thin';
}