body {
    padding-top: 100px;
    font-family: 'Roboto'
}

.visual_rest {
    height: 60vh;
    background-size: cover;
    background-position: center;
    background-color: #2b7081;
    background-attachment: fixed;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

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

#contactFrame {
    padding: 40px;
    background-color: #d8d8d8
}

#contactFrame p:last-child {
    margin-bottom: 0
}

#contactFrame .title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px
}

#contactFrame input {
    color: #9b9b9b;
    margin-bottom: 40px
}

#contactFrame input[type=email],
#contactFrame input[type=text] {
    width: 100%;
    font-size: 18px;
    border-top: none;
    border-left: none;
    border-right: none;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 2px 2px 0 0;
    background-color: transparent;
    border-bottom: 1px solid #979797
}

#contactFrame input[type=email]:focus,
#contactFrame input[type=text]:focus {
    color: #777;
    padding: 1px 10px;
    outline: 0px!important;
    background-color: rgba(255, 255, 255, 0.9)
}

#contactFrame textarea {
    width: 100%;
    border: none;
    color: #9b9b9b;
    font-size: 18px;
    resize: vertical;
    padding: 5px 10px;
    border-radius: 10px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: 1px solid transparent;
    background-color: rgba(255, 255, 255, 0.85)
}

#contactFrame textarea:focus {
    color: #000;
    outline: 0px!important;
    border: 1px solid #979797;
    background-color: #fff
}

#contactFrame #socialNetworks {
    color: #1d1d1b
}

#contactFrame #socialNetworks .social_list {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 40px
}

#contactFrame #socialNetworks a {
    color: inherit;
    text-decoration: none
}

#contactFrame #socialNetworks li {
    font-size: 34px;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

#contactFrame #socialNetworks li:not(:first-child) {
    margin-left: 30px
}

#contactFrame #socialNetworks li:hover {
    color: #2a6f80
}

#contactFrame #contactInfo {
    font-size: 16px;
    font-weight: 700
}

#contactFrame #contactInfo .tel {
    margin-top: 40px;
    font-size: 24px
}

#contactFrame #sendForm {
    margin-top: 40px
}

#contactFrame #sendForm button {
    border: none;
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    border-radius: 12px;
    background-color: #000;
    text-transform: lowercase;
    padding: 5px 20px 8px 20px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

#contactFrame #sendForm button:focus,
#contactFrame #sendForm button:hover {
    outline: 0px!important;
    background-color: #2a6f80
}

.color_frame {
    font-size: 25px;
    line-height: 30px;
    padding: 60px 20px
}

.color_frame.double {
    padding: 120px 20px
}

.color_frame p {
    margin-bottom: 40px
}

.color_frame p:last-child {
    margin-bottom: 0
}

.color_frame.black {
    color: #e5ded4;
    background-color: #000
}

.color_frame.white {
    color: #266f81;
    background-color: #fff
}

.color_frame.light_orange {
    background-color: #e5ded4
}

.color_frame.dark_blue {
    color: #e5ded4;
    background-color: #2b7081
}

.color_line {
    height: 136px;
    background-color: #266f81
}

#submenuOptions {
    color: #e5ded4;
    padding: 40px 0px;
    background-color: #000;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

#submenuOptions #submenuTrigger {
    top: 0px;
    right: 0px;
    width: 70px;
    height: 68px;
    display: none;
    position: absolute;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    background-size: 40px auto;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../img/arrow_selection.png")
}

#submenuOptions #submenuTrigger:hover {
    cursor: pointer
}

#submenuOptions #submenuTrigger.expand {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

#submenuOptions #submenuTrigger.closed {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

#submenuOptions.float_hide {
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    position: relative
}

#submenuOptions.float_show {
    top: 100px;
    left: 0px;
    right: 0px;
    width: 100%;
    z-index: 1990;
    position: fixed
}

#submenuOptions .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#submenuOptions .sublink {
    margin: 0 30px;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

#submenuOptions .sublink:hover {
    color: rgba(38, 111, 129, 0.8)
}

#submenuOptions .sublink.active {
    color: #266f81
}

#submenuOptions .sublink.active.show_only {
    margin-bottom: 0px
}

#submenuOptions a {
    color: inherit;
    text-decoration: none;
    text-transform: lowercase
}

.column_characteristics {
    padding: 60px;
    font-size: 18px
}

.column_characteristics .column_item:not(:last-child) {
    margin-bottom: 60px
}

.column_characteristics .title {
    font-size: 30px;
    line-height: 1em;
    text-transform: lowercase
}

.column_characteristics .img img {
    width: 100%
}

.column_characteristics .description {
    font-size: 16px
}

.column_characteristics.mergers {
    color: #e5ded4;
    background-color: #000;
    background-image: url("../img/azul_TR.svg"), url("../img/azul_BL.svg");
    background-position: top right, left bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 100% auto, 55% auto
}

.column_characteristics.financing {
    background-size: 12vw auto;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-image: url("../img/azul_BR.svg")
}

.column_characteristics.financing {
    color: #212121;
    background-color: #fff;
    background-image: url("../img/negro_TR.svg");
    background-repeat: no-repeat;
    background-size: 15vw auto;
    background-position: right top
}

.column_characteristics.financing .headers {
    position: relative
}

.column_characteristics.financing .foot {
    bottom: 0px;
    left: 15px;
    right: 15px;
    font-size: 25px;
    line-height: 1.3em;
    position: absolute
}

.column_characteristics.financing .foot.no_float {
    position: static
}

.column_characteristics.financing .foot p:not(:last-child) {
    margin-bottom: 0px
}

.column_characteristics.debt {
    color: #212121;
    background-color: #fff;
    background-image: url("../img/negro_TR.svg"), url("../img/negro_BL.svg");
    background-repeat: no-repeat, no-repeat;
    background-size: 15vw auto, 22vw auto;
    background-position: right top, left 101%
}

.column_characteristics.debt .headers {
    position: relative
}

.column_characteristics.debt .foot {
    bottom: 0px;
    left: 15px;
    right: 15px;
    font-size: 25px;
    line-height: 1.3em;
    position: absolute
}

.column_characteristics.debt .foot.no_float {
    position: static
}

.column_characteristics.debt .foot p:not(:last-child) {
    margin-bottom: 0px
}

.column_characteristics.restructuring {
    color: #000;
    background-color: #e5ded4;
    background-size: 40% auto;
    background-repeat: no-repeat;
    background-position: right 101%;
    background-image: url("../img/azul_BR.svg")
}

.column_characteristics.investment {
    color: #000;
    background-color: #e5ded4;
    background-repeat: no-repeat;
    background-position: top right;
    background-image: url("../img/azul_TR.svg")
}

.column_characteristics.manager {
    color: #000;
    background-color: #e5ded4;
    background-image: url("../img/azul_TR.svg");
    background-size: 82vw auto;
    background-repeat: no-repeat;
    background-position: top right
}

.column_characteristics.manager .fadeInRight {
    color: #e5ded4
}

.column_characteristics.valuations {
    color: #000;
    background-color: #fff;
    background-size: 18vw;
    background-repeat: no-repeat;
    background-position: bottom left;
    background-image: url("../img/blanco_BL.svg")
}

#subsectionHead {
    height: 25vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: center
}

#subsectionHead .title {
    color: #e5ded4;
    font-size: 30px;
    font-weight: 700;
    padding: 5px 15px;
    background-color: #000;
    text-transform: lowercase
}

#subsectionHead .title p:last-child {
    margin-bottom: 0
}

form#contactForm {
    position: relative
}

form#contactForm .sending_bg {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 200;
    display: none;
    font-size: 28px;
    position: absolute;
    text-align: center;
    background-color: rgba(216, 216, 216, 0.8)
}

form#contactForm .sending_bg .v_align {
    top: 50%;
    position: relative;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

form#contactForm .sending_bg .sending_msg {
    -webkit-animation: blink_text 1.5s linear infinite;
    animation: blink_text 1.5s linear infinite
}

form#contactForm .sending_bg .msg_status {
    display: none
}

form#contactForm input.error {
    margin-bottom: 0px;
    border-bottom: 1px solid #c70000
}

form#contactForm textarea.error {
    border: 1px solid #c70000
}

form#contactForm label.error {
    color: #c70000;
    margin-bottom: 40px
}

form#contactForm label#comments-error {
    margin-bottom: 0px
}

.subsection_anchor {
    top: -130px;
    width: 30px;
    height: 30px;
    display: block;
    position: relative
}

body.contact {
    padding-top: 0px
}

body.contact .visual_rest {
    background-position: bottom center;
    background-image: url("../img/abeona_logo.jpg")
}

.mail_link {
    font-size: 26px;
    margin-bottom: 40px
}

.mail_link a {
    color: #000;
    text-decoration: none;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

.mail_link a:hover {
    color: #266f81
}

p.tel a {
    color: inherit;
    text-decoration: none
}

#langSelection {
    top: 33px;
    right: 80px;
    display: none;
    font-size: 30px;
    position: absolute
}

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

#langSelection a:hover {
    color: #606060
}

.lang_desk {
    display: block
}

.show_video {
    color: #000
}

.show_video a {
    color: inherit;
    padding: 10px 20px;
    position: relative;
    border-radius: 60px;
    display: inline-block;
    text-decoration: none;
    background-color: #fff;
    text-transform: lowercase;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: 1px solid transparent
}

.show_video a .ghost {
    top: 50%;
    opacity: 0;
    color: #fff;
    margin-left: 10px;
    position: absolute;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.show_video a:hover {
    color: #fff;
    border: 1px solid #fff;
    background-color: #266f81;
    padding: 10px 40px 10px 20px
}

.show_video a:hover .ghost {
    opacity: 1
}

@-webkit-keyframes marquee {
    0% {
        text-indent: 60vw
    }
    to {
        text-indent: -100vw
    }
}

@-moz-keyframes marquee {
    0% {
        text-indent: 60vw
    }
    to {
        text-indent: -100vw
    }
}

@-webkit-keyframes marquee {
    0% {
        text-indent: 60vw
    }
    to {
        text-indent: -100vw
    }
}

@-o-keyframes marquee {
    0% {
        text-indent: 60vw
    }
    to {
        text-indent: -100vw
    }
}

@keyframes marquee {
    0% {
        text-indent: 60vw
    }
    to {
        text-indent: -100vw
    }
}

@-moz-keyframes blink_text {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes blink_text {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-o-keyframes blink_text {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes blink_text {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

nav#navBar {
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 2000;
    position: fixed;
    height: 100px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    background-color: rgba(230, 230, 230, 0.3)
}

nav#navBar.active {
    background-color: #e6e6e6
}

nav#navBar .nav_contianer {
    margin: 0 auto;
    max-width: 1200px;
    height: 100px
}

nav#navBar #navLogo {
    top: 5px;
    float: left;
    width: 220px;
    height: 90px;
    display: block;
    margin-left: 15px;
    padding-top: 8px;
    position: relative
}

nav#navBar #navLogo img {
    width: 100%
}

nav#navBar #menuTrigger {
    width: 44px;
    float: right;
    display: none;
    overflow: hidden;
    margin-right: 15px;
    height: 100px;
    position: relative
}

nav#navBar #menuTrigger:hover {
    cursor: pointer
}

nav#navBar #menuTrigger #hamburger {
    top: 10px;
    position: relative
}

nav#navBar #menuTrigger #hamburger .bread,
nav#navBar #menuTrigger #hamburger .meat {
    height: 4px;
    width: 44px;
    display: block;
    position: absolute;
    border-radius: 2px;
    background-color: #000;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

nav#navBar #menuTrigger #hamburger .bread.top {
    top: 28px
}

nav#navBar #menuTrigger #hamburger .bread.bottom {
    top: 48px
}

nav#navBar #menuTrigger #hamburger .meat {
    top: 38px
}

nav#navBar #menuTrigger.open #hamburger .bread.top {
    top: 38px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

nav#navBar #menuTrigger.open #hamburger .bread.bottom {
    top: 38px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

nav#navBar #menuTrigger.open #hamburger .meat {
    opacity: 0
}

nav#navBar .nav_links {
    right: -100vh;
    bottom: 0;
    position: fixed;
    top: 100px;
    padding: 10px 20px;
    display: inline-block;
    background-color: #1e90ff;
    height: calc(100vh - nav_height);
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease
}

nav#navBar .nav_links.open {
    right: 0px
}

nav#navBar .nav_links ul {
    list-style: none;
    padding-left: 0px
}

nav#navBar .nav_links .section_link {
    padding: 10px;
    color: inherit;
    display: inline-block;
    text-decoration: none;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.8)
}

nav#navBar #navSections {
    color: #000;
    float: right
}

nav#navBar #navSections ul {
    list-style: none
}

nav#navBar #navSections li {
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
    text-transform: lowercase
}

nav#navBar #navSections a {
    color: inherit;
    padding: 26px 20px 10px 20px;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

nav#navBar #navSections a:hover {
    color: #606060
}

body.home {
    padding-top: 0px
}

body.home .visual_rest {
    background-image: url("../img/01.jpg")
}

#introFrame {
    overflow: hidden;
    position: relative;
    padding-top: 100px;
    background-color: #2b7081
}

#introFrame:before {
    top: -40vw;
    left: -10vw;
    content: '';
    width: 32vw;
    z-index: 200;
    height: 100vw;
    display: block;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #e5ded4
}

#introFrame .intro_text {
    z-index: 300;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding-right: 20px
}

#introFrame .intro_text .title {
    color: #e5ded4;
    font-size: 40px;
    line-height: 1em;
    font-weight: 700;
    text-align: right;
    margin-top: 2.5vw;
    margin-bottom: 3.5vw
}

#introFrame .intro_text .description {
    color: #e5ded4;
    font-size: 25px;
    padding-left: 20vw;
    line-height: 1.1em;
    margin-bottom: 60px
}

#numeraliaRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 50px 0px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #266f81;
    color: rgba(229, 222, 212, 0.6)
}

#numeraliaRow .numeralia_item {
    margin: 0px 20px;
    text-align: center
}

#numeraliaRow .number {
    font-size: 70px;
    font-weight: 100;
    line-height: 83px
}

#numeraliaRow .number p {
    margin-bottom: 0px
}

#numeraliaRow .subtitle,
#numeraliaRow .title {
    font-size: 20px;
    line-height: 24px
}

#numeraliaRow .subtitle p,
#numeraliaRow .title p {
    margin-bottom: 0px
}

#numeraliaRow .title {
    font-size: 20px;
    font-weight: 300
}

#numeraliaRow .subtitle {
    font-size: 18px;
    font-weight: 100
}

#characteristics {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    position: relative;
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-size: contain;
    background-color: #e5ded4;
    background-repeat: no-repeat;
    background-position: right top;
    background-image: url("../img/bg_caracteristicas.png")
}

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

#characteristics a:hover {
    color: #266f81
}

#characteristics .item {
    max-width: 50vw;
    margin-top: 60px;
    position: relative;
    padding-left: 90px
}

#characteristics .item .icon {
    top: 0px;
    left: 0px;
    font-size: 60px;
    position: absolute
}

#characteristics .item .title {
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    padding-top: 20px
}

#characteristics .item .title p {
    margin-bottom: 0px
}

#characteristics .item .description {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px
}

#characteristics .item:first-child {
    margin-left: 2vw
}

#characteristics .item:nth-child(2) {
    margin-left: 8vw
}

#characteristics .item:nth-child(3) {
    margin-left: 14vw
}

#optionsMarquee {
    height: 136px;
    display: block;
    overflow: hidden;
    position: relative;
    background-color: #000
}

#optionsMarquee .title {
    width: 430px;
    height: 100%;
    color: #e5ded4;
    z-index: 200;
    font-size: 45px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    line-height: 136px;
    padding-right: 40px;
    display: inline-block;
    background-size: cover;
    background-color: transparent;
    background-position: right center;
    background-image: url("../img/head_noticias.png")
}

#optionsMarquee .str_wrap {
    height: 20px!important;
    background-color: transparent
}

#optionsMarquee .str_wrap p {
    margin-bottom: 0px
}

#optionsMarquee .marquee {
    top: 50%;
    z-index: 100;
    color: #e5ded4;
    font-size: 20px;
    margin-bottom: 0px;
    position: relative;
    margin-left: 380px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: calc(100% - 380px)
}

#optionsMarquee .marquee:hover {
    cursor: default
}

#optionsMarquee .bullet {
    margin: 0 20px
}

#marqueeClients {
    padding: 40px 0
}

#marqueeClients .title_row {
    margin: 0 auto;
    max-width: 1200px
}

#marqueeClients .title_row .title {
    font-size: 40px;
    font-weight: 700;
    padding-left: 40px;
    margin-bottom: 30px
}

#marqueeClients .wrapper {
    margin: 0 auto;
    max-width: 1200px
}

#marqueeClients .item {
    margin: 0;
    color: #2a6f80;
    height: 6.4vw;
    display: block;
    font-size: 3.2vw;
    text-align: center;
    padding-left: 40px;
    padding-right: 40px
}

#marqueeClients .item .ac {
    display: block
}

#marqueeClients .item .ac,
#marqueeClients .item img {
    top: 50%;
    position: relative;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

#marqueeClients .item.reduced {
    font-size: 2vw
}

#marqueeClients .item.img img {
    width: 100%
}

#transactionsWrapper {
    padding: 40px 0px;
    background-color: #2a6f80
}

#transactionsWrapper .title_row {
    margin: 0 auto;
    max-width: 1150px
}

#transactionsWrapper .title {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    padding-left: 40px
}

#transactions {
    margin: 0 auto;
    position: relative;
    padding: 60px 60px;
    max-width: 1200px
}

#transactions .slick-slide {
    margin: 0 10px
}

#transactions .fa {
    top: 50%;
    color: #fff;
    font-size: 60px;
    position: absolute;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

#transactions .fa:hover {
    opacity: 1;
    cursor: pointer
}

#transactions .fa.fa-angle-left {
    left: 20px
}

#transactions .fa.fa-angle-right {
    right: 20px
}

#transactions .item {
    color: #186f78;
    position: relative;
    text-align: center;
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #2a6f80;
    padding: 20px 20px 80px 20px
}

#transactions .item .head_logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 90px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#transactions .item .logo {
    margin-bottom: 10px
}

#transactions .item .abeona_logo img,
#transactions .item .logo img {
    margin: 0 auto
}

#transactions .item .abeona_logo {
    left: 0px;
    right: 0px;
    bottom: 20px;
    margin-top: 10px;
    position: absolute
}

#transactions .item .abeona_logo img {
    width: 100%;
    max-width: 110px
}

body.we_are .visual_rest {
    background-position: left center;
    background-image: url("../img/02.jpg")
}

#introWeAre {
    position: relative;
    background-color: #e5ded4;
    background-size: 26vw auto;
    background-repeat: no-repeat;
    background-position: top right;
    background-image: url("../img/azul_TR.svg")
}

#introWeAre:before {
    left: 0px;
    right: 0px;
    top: -100px;
    content: '';
    width: 100%;
    height: 100px;
    display: block;
    position: absolute;
    background-color: #e5ded4
}

#introWeAre .we_are_txt {
    margin: 0 auto;
    font-size: 25px;
    line-height: 30px;
    max-width: 1200px;
    padding: 100px 0px 100px 0px
}

#introWeAre .we_are_txt p:not(:last-child) {
    margin-bottom: 40px
}

#introWeAre .we_are_txt p:first-child {
    padding-right: 15vw
}

#introWeAre .we_are_txt p:nth-child(2) {
    padding-right: 10vw
}

html[lang=en] .column_characteristics.financing .foot {
    font-size: 23px
}

body.service.padding_extra {
    padding-top: 168px
}

body.mergers #subsectionHead {
    position: relative;
    background-image: url("../img/03.jpg")
}

body.mergers #subsectionHead:after {
    top: 0px;
    right: 0px;
    content: '';
    width: 14vw;
    height: 14vw;
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-position: top right;
    background-image: url("../img/azul_TR.svg")
}

body.capital_debt #subsectionHead {
    background-image: url("../img/04.jpg")
}

body.capital_debt .color_frame.light_orange {
    background-size: 15vw auto;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-image: url("../img/azul_BL.svg")
}

body.capital_debt .color_frame p {
    margin-left: 20vw
}

body.capital_debt .color_frame p {
    margin-left: 12vw!important
}

body.capital_debt .color_frame.dark_blue {
    padding: 60px 20px 10px 20px;
    background-color: transparent
}

body.restructuring #subsectionHead {
    background-image: url("../img/05.jpg")
}

body.restructuring .color_frame.light_orange .wrapper {
    text-align: right
}

body.restructuring .color_frame.light_orange .wrapper p {
    text-align: left;
    padding-left: 20vw
}

body.restructuring .color_frame.dark_blue .wrapper {
    max-width: 900px;
    text-align: right
}

body.restructuring .color_frame.dark_blue .wrapper p {
    text-align: left;
    padding-left: 0vw
}

body.valuations #subsectionHead {
    background-image: url("../img/06.jpg")
}

body.valuations .color_frame.dark_blue .wrapper {
    text-align: right
}

body.valuations .color_frame.dark_blue .wrapper p {
    text-align: left;
    padding-left: 18vw
}

body.valuations .color_frame.white {
    color: #000;
    font-size: 18px;
    line-height: 1.2em
}

body.valuations .color_frame.white .wrapper {
    padding-left: 45vw
}

body.valuations .color_frame.white {
    position: relative
}

body.valuations .color_frame.white:before {
    left: 0px;
    bottom: 0px;
    content: '';
    width: 30vw;
    height: 30vw;
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: left bottom;
    background-image: url("../img/blanco_BL.svg")
}

body.management #subsectionHead {
    background-image: url("../img/07.jpg")
}

body.investment #subsectionHead {
    background-image: url("../img/08.jpg")
}

.column_characteristics {
    padding-top: 70px
}

.column_characteristics.debt {
    color: #e5ded4;
    background-color: #2b7081
}

.column_characteristics.debt .title,
.column_characteristics.financing .title {
    position: relative;
    margin-bottom: 20px;
    text-transform: uppercase
}

.column_characteristics.debt .title .tag,
.column_characteristics.financing .title .tag {
    top: -40px;
    left: 0px;
    position: absolute
}

footer {
    background-color: #000
}

footer .footer_wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    max-width: 1200px;
    padding: 60px 16px
}

footer .logotype {
    width: 40vw
}

footer .logotype img {
    width: 100%;
    max-width: 180px
}

footer .logotype .copy {
    color: #fff;
    margin-top: 10px
}

footer .information {
    width: 60vw;
    color: #fff;
    font-size: 16px;
    text-transform: lowercase
}

footer .information ul {
    margin: 0px;
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

footer .information li {
    display: inline-block
}

footer .information li:not(:first-child) {
    margin-left: 50px
}

footer .information a {
    color: inherit
}

footer .information .link {
    display: block;
    padding-left: 20px
}

@media (max-width:680px) {
    nav#navBar #navLogo {
        top: 14px;
        width: 171px;
        height: 70px
    }
    #marqueeClients {
        padding: 10px 0px
    }
    #marqueeClients .item {
        height: 120px;
        font-size: 70px;
        padding-left: 20px;
        padding-right: 20px
    }
    #marqueeClients .item.reduced .ac {
        font-size: 30px
    }
    #marqueeClients .item.img {
        text-align: center
    }
    #marqueeClients .item.img img {
        width: 100%;
        max-width: 160px;
        margin: 0 auto
    }
    #contactFrame #socialNetworks .social_list {
        margin-top: 40px;
        margin-bottom: 10px
    }
    #contactFrame #contactInfo .tel {
        margin-top: 20px
    }
    #subsectionHead {
        height: 50vw
    }
    #transactions {
        padding: 60px 30px
    }
    #transactions .fa.fa-angle-left {
        left: 10px
    }
    #transactions .fa.fa-angle-right {
        right: 10px
    }
    #marqueeClients .item {
        height: 120px!important
    }
    body.contact .visual_rest {
        background-position: center;
        background-image: url("../img/abeona_logo_mob.jpg")
    }
}

@media (max-width:767px) {
    #introFrame {
        padding-top: 120px!important
    }
    #introFrame .title {
        text-align: left!important;
        margin-bottom: 40px!important
    }
    #introFrame .intro_text {
        padding-left: 20px
    }
    #introFrame .intro_text .description {
        padding-left: 0px
    }
    .column_characteristics {
        padding: 60px 20px
    }
    .column_characteristics .img {
        margin-bottom: 20px
    }
    nav#navBar #navSections {
        display: none
    }
    footer .footer_wrap {
        display: block;
        padding: 40px 16px
    }
    footer .logotype {
        width: 100%!important;
        margin-bottom: 30px
    }
    footer .information {
        width: 100%
    }
    footer .information ul {
        display: block
    }
    footer .information li {
        display: block
    }
    footer .information li:not(:last-child) {
        margin-bottom: 20px
    }
    footer .information li:not(:first-child) {
        margin-left: 0px
    }
    body.valuations .color_frame.dark_blue .wrapper p {
        padding-left: 0px
    }
    body.valuations .color_frame.white .wrapper {
        padding-left: 0px
    }
    .column_characteristics.manager .fadeInRight {
        color: #000
    }
    body.we_are #introWeAre .we_are_txt {
        padding: 100px 20px!important
    }
    body.capital_debt .color_frame.dark_blue {
        padding: 60px 0px 10px 0px
    }
    body.capital_debt .color_frame.dark_blue p {
        margin-left: 0px!important
    }
    body.restructuring .color_frame.dark_blue {
        padding: 60px 10px
    }
    body.restructuring .color_frame.dark_blue .wrapper p {
        padding-left: 0px
    }
    .color_frame.double {
        padding: 60px 20px
    }
}

@media (max-width:860px) {
    footer .logotype {
        width: 24vw
    }
    footer .information {
        width: 76vw
    }
}

@media (max-width:960px) {
    .visual_rest {
        height: 50vh
    }
    body.we_are .visual_rest {
        background-position: left center
    }
    nav#navBar #navSections {
        color: #000;
        float: right
    }
    nav#navBar #navSections ul {
        list-style: none
    }
    nav#navBar #navSections li {
        font-size: 28px;
        font-weight: 700;
        display: inline-block;
        text-transform: lowercase
    }
    nav#navBar #navSections a {
        color: inherit;
        padding: 10px 20px;
        text-decoration: none;
        display: inline-block
    }
    #numeraliaRow {
        display: block
    }
    #numeraliaRow .numeralia_item {
        margin: 20px auto
    }
    #characteristics {
        background-size: 70px auto
    }
    #characteristics .item {
        max-width: 100%
    }
    #characteristics .item:first-child {
        margin-left: 0vw!important
    }
    #characteristics .item:nth-child(2) {
        margin-left: 0vw!important
    }
    #characteristics .item:nth-child(3) {
        margin-left: 0vw!important
    }
    body.valuations .color_frame.white:before {
        width: 15vw;
        height: 15vw
    }
}

@media (max-width:980px) {
    .visual_rest {
        background-attachment: scroll
    }
    #langSelection {
        display: block
    }
    .lang_desk {
        display: none!important
    }
    nav#navBar #menuTrigger {
        display: block
    }
    nav#navBar #navSections {
        left: 0px;
        right: 0px;
        top: 100px;
        float: none;
        display: none;
        position: fixed;
        background-color: #e6e6e6
    }
    nav#navBar #navSections ul {
        list-style: none;
        margin-bottom: 0px
    }
    nav#navBar #navSections li {
        display: block;
        border-top: 1px solid #000
    }
    nav#navBar #navSections a {
        color: inherit;
        display: block;
        padding: 10px 15px!important;
        text-decoration: none;
        -webkit-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease
    }
    nav#navBar #navSections a:hover {
        color: #e6e6e6;
        background-color: #606060
    }
    #submenuOptions {
        padding: 24px 0px;
        position: relative;
        overflow: hidden
    }
    #submenuOptions:hover {
        cursor: pointer
    }
    #submenuOptions .wrapper {
        display: block
    }
    #submenuOptions .sublink {
        display: block;
        font-size: 20px;
        text-align: left
    }
    #submenuOptions .sublink:not(:last-child) {
        margin-bottom: 10px
    }
    #submenuOptions #submenuTrigger {
        display: block
    }
    #introFrame {
        height: auto;
        overflow: hidden;
        position: relative;
        padding-top: 100px;
        background-color: #2b7081
    }
    #introFrame:before {
        top: -200px;
        left: -100px;
        content: '';
        width: 200px;
        z-index: 200;
        height: 400px;
        display: block;
        position: absolute;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        background-color: #e5ded4
    }
    #marqueeClients .item {
        height: 120px;
        font-size: 40px;
        padding-left: 20px;
        padding-right: 20px
    }
    #marqueeClients .item.reduced {
        font-size: 50px
    }
    #marqueeClients .item.img img {
        width: 60%;
        margin: 0 auto;
        max-width: 140px
    }
    body.we_are #introWeAre {
        background-size: 22vw auto
    }
    body.we_are #introWeAre .we_are_txt {
        padding: 100px 60px
    }
    body.we_are #introWeAre .we_are_txt p:first-child {
        padding-right: 0px
    }
    body.we_are #introWeAre .we_are_txt p:nth-child(2) {
        padding-right: 0px
    }
    .color_frame.light_orange {
        background-size: 10vw auto
    }
    .color_frame p {
        margin-left: 4vw!important
    }
    .column_characteristics.restructuring {
        background-size: 46vw auto;
        background-position: right 101%
    }
}

@media (min-width:981px) {
    nav#navBar #navSections {
        display: block
    }
}

@media (max-width:1000px) {
    #characteristics .item {
        padding-left: 70px
    }
    #characteristics .item .icon {
        font-size: 40px
    }
    #characteristics .item .title {
        padding-top: 0px
    }
}

@media (max-width:1040px) {
    #marqueeClients .item {
        height: 9.2vw
    }
    #marqueeClients .item.img img {
        width: 60%;
        margin: 0 auto;
        max-width: 130px
    }
}

@media (max-width:1100px) {
    nav#navBar #navSections ul {
        padding-left: 0px
    }
    nav#navBar #navSections li {
        font-size: 20px
    }
    nav#navBar #navSections a {
        padding: 15px 15px
    }
    .column_characteristics.manager {
        background-size: 105vw auto
    }
}

@media (max-width:1200px) {
    #introWeAre .we_are_txt {
        padding: 100px 0px 100px 60px
    }
}

@media (min-width:1200px) {
    body.capital_debt .color_frame p.spc {
        margin-left: 8.5%!important
    }
}

@media (max-width:1450px) {
    #characteristics .wrapper {
        margin: 0 auto 0 7vw
    }
    #characteristics .item:first-child {
        margin-left: 0vw
    }
    #characteristics .item:nth-child(2) {
        margin-left: 6vw
    }
    #characteristics .item:nth-child(3) {
        margin-left: 12vw
    }
    #introWeAre .we_are_txt p:first-child {
        padding-right: 20vw
    }
    #introWeAre .we_are_txt p:nth-child(2) {
        padding-right: 25vw
    }
}

@media (min-width:2880px) {
    #introFrame .intro_text .description {
        padding-left: 0vw
    }
    #characteristics .item:nth-child(2) {
        margin-left: 4vw
    }
    #characteristics .item:nth-child(3) {
        margin-left: 6vw
    }
    #marqueeClients .item {
        font-size: 1.8vw
    }
    #marqueeClients .item.reduced {
        font-size: 1vw
    }
    #marqueeClients .item.img img {
        width: 5vw
    }
    #introWeAre .we_are_txt p:first-child {
        padding-right: 0px
    }
    #introWeAre .we_are_txt p:nth-child(2) {
        padding-right: 0px
    }
    #subsectionHead {
        height: 10vw
    }
    body.valuations .color_frame.dark_blue .wrapper p {
        padding-left: 0px
    }
    .visual_rest {
        height: 40vh
    }
}

@media (min-width:3000px) {
    #marqueeClients .item {
        font-size: 0.8vw
    }
    #marqueeClients .item.reduced {
        font-size: 0.8vw
    }
    #marqueeClients .item.img img {
        width: 1.7vw
    }
}

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

.ac {
    font-family: 'abeona'!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
}

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

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

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

.comercial:before {
    content: "\e903"
}

.portafolios:before {
    content: "\e904"
}

.ica:before {
    content: "\e905"
}

.ley:before {
    content: "\e906"
}

.linkedin:before {
    content: "\e907"
}

.medica:before {
    content: "\e908"
}

.megacable:before {
    content: "\e909"
}

.pemex:before {
    content: "\e90a"
}

.pernord:before {
    content: "\e90b"
}

.sae:before {
    content: "\e90c"
}

.enviar .path1:before {
    content: "\e90d";
    color: #000
}

.enviar .path2:before {
    content: "\e90e";
    margin-left: -2.6884765625em;
    color: #fff
}

.enviar .path3:before {
    content: "\e90f";
    margin-left: -2.6884765625em;
    color: #fff
}

.enviar .path4:before {
    content: "\e910";
    margin-left: -2.6884765625em;
    color: #fff
}

.enviar .path5:before {
    content: "\e911";
    margin-left: -2.6884765625em;
    color: #fff
}

.enviar .path6:before {
    content: "\e912";
    margin-left: -2.6884765625em;
    color: #fff
}

.enviar .path7:before {
    content: "\e913";
    margin-left: -2.6884765625em;
    color: #fff
}

.tag:before {
    content: "\e914"
}

.twitter:before {
    content: "\e915"
}

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

.lg {
    font-family: 'lang'!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
}

.es:before {
    content: "\1f5de"
}

.en:before {
    content: "\1f5ff"
}