/* -------------------------------- 

Primary style

-------------------------------- */

@import url('https://fonts.googleapis.com/css?family=Dosis');
@import url('https://fonts.googleapis.com/css?family=Roboto');
*,
*::after,
*::before {
    box-sizing: border-box;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background-color: #4f4f4f;
}

::-webkit-scrollbar-thumb {
    background-color: #fff;
}

::-moz-scrollbar {
    width: 5px;
    height: 5px;
}

::-moz-scrollbar-track {
    background-color: #4f4f4f;
}

::-moz-scrollbar-thumb {
    background-color: #fff;
}

::-o-scrollbar {
    width: 5px;
    height: 5px;
}

::-o-scrollbar-track {
    background-color: #4f4f4f;
}

::-o-scrollbar-thumb {
    background-color: #fff;
}

::-ms-scrollbar {
    width: 5px;
    height: 5px;
}

::-ms-scrollbar-track {
    background-color: #4f4f4f;
}

::-ms-scrollbar-thumb {
    background-color: #fff;
}

.breadcrumb {
    padding: 1.75rem 3rem;
    background-color: #ffffff;
}

.d-none {
    display: inherit !important;
}

html {
    font-size: 62.5%;
}

body {
    font-size: 1.6rem;
    font-family: 'Roboto', sans-serif;
    color: #333545;
}

a {
    color: #eb8363;
    text-decoration: none !important;
}

.container-simar {
    padding: 0 5%;
    margin-top: 2em;
}

p.parrafo {
    color: #293e56de;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 32px;
    margin: 0 0 24px;
}

input {
    font-family: 'Dosis', sans-serif;
    font-size: 1.6rem;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

select,
input[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: none;
}

input[type="search"] {
    border-radius: 0;
    margin-top: 0;
}

select {
    background-color: transparent;
    cursor: pointer;
}

.cd-select::after {
    /* switcher arrow for select element */
    content: '';
    position: absolute;
    z-index: 1;
    right: 4px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url(../img/cd-icons.svg) no-repeat 0 0;
    pointer-events: none;
}


/* -------------------------------- 

Patterns - reusable parts of our design

-------------------------------- */

.cd-text-replace {
    /* replace text with image */
    color: transparent;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.card-body {
    padding: 3.25rem;
}

.card-footer:last-child {
    padding: 20px;
}


/* -------------------------------- 

Header

-------------------------------- */

.cd-main-header {
    position: fixed;
    width: 100%;
    z-index: 4;
    height: 50px;
    /*background-color: var(--background-header);*/
    background: linear-gradient(90deg, var(--background-header) 0%, var(--background-header-degradado) 100%);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.cd-main-header.nav-is-visible {
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px);
}

.cd-main-header::before {
    /* never visible - this is used in jQuery to check the current MQ */
    display: none;
    content: 'mobile';
}

@media only screen and (min-width: 1024px) {
    .cd-main-header {
        height: 80px;
    }
    .cd-main-header.nav-is-visible {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    .cd-main-header::before {
        content: 'desktop';
    }
}

.cd-main-nav-wrapper {
    padding: 0 5%;
}

.cd-main-nav-wrapper::after {
    clear: both;
    content: "";
    display: table;
}

.cd-logo {
    display: inline-block;
    height: 100%;
    margin-left: 15px;
    /* remove jump on iOS devices - when we fire the navigation */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cd-logo a div {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
}

.cd-logo p {
    position: relative;
    left: 10px;
    top: 5px;
    font-size: 120%;
    font-weight: 600;
    transition: all .3s ease;
}
/*
.cd-logo p {
    position: relative;
    left: 10px;
    top: 5px;
    font-size: 150%;
    font-weight: 600;
} */

.cd-logo img {
    display: block;
    margin-top: 6px;
    width: 24px;
    transition: all .3s ease;
}

@media only screen and (min-width: 1024px) {
    .cd-logo {
        position: absolute;
        z-index: 3;
        margin-left: 5%;
    }
    .cd-logo img {
        margin-top: 15px;
        height: 50px;
        width: auto;
    }
    .cd-logo p {
        top: 9px;
        font-size: 150%;
    }
}

.cd-nav-trigger {
    /* nav trigger - visible on small devices only */
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
}

.cd-nav-trigger span {
    /* nav icon created in CSS */
    position: absolute;
    height: 2px;
    width: 20px;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-color: #ffffff;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.cd-nav-trigger span::before,
.cd-nav-trigger span::after {
    /* upper and lower lines of the menu icon */
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.cd-nav-trigger span::before {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
}

.cd-nav-trigger span::after {
    -webkit-transform: translateY(6px);
    -moz-transform: translateY(6px);
    -ms-transform: translateY(6px);
    -o-transform: translateY(6px);
    transform: translateY(6px);
}

.nav-is-visible .cd-nav-trigger span {
    background-color: rgba(255, 255, 255, 0);
}

.nav-is-visible .cd-nav-trigger span::before {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
}

.nav-is-visible .cd-nav-trigger span::after {
    -webkit-transform: translateY(0) rotate(45deg);
    -moz-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    -o-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
}

@media only screen and (min-width: 1024px) {
    .cd-nav-trigger {
        display: none;
    }
}

.cd-main-nav {
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    width: 260px;
    height: 100vh;
    overflow: auto;
    background: #1f2029;
    visibility: hidden;
    -webkit-transition: visibility 0s 0.3s;
    -moz-transition: visibility 0s 0.3s;
    transition: visibility 0s 0.3s;
}

.cd-main-nav a,
.cd-main-nav input[type="search"] {
    display: block;
    font-size: 1.6rem;
    padding: 0 2em 0 1em;
    line-height: 50px;
    color: #ffffff;
    border-bottom: 1px solid #333545;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}

.cd-main-nav a.dropdown-item {
    color: #212529;
}

.cd-main-nav input[type="search"] {
    background-color: #292a37;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.cd-main-nav input[type="search"]:focus {
    background-color: #333545;
}

.cd-main-nav.nav-is-visible {
    -webkit-transition: visibility 0s;
    -moz-transition: visibility 0s;
    transition: visibility 0s;
    visibility: visible;
    -webkit-overflow-scrolling: touch;
}

@media only screen and (min-width: 1024px) {
    .cd-main-nav {
        /* reset style */
        position: static;
        visibility: visible;
        width: auto;
        height: 80px;
        background: transparent;
        overflow: visible;
        float: right;
    }
    .cd-main-nav li {
        display: inline-block;
        float: left;
        height: 100%;
        padding: 1.375em .4em;
    }
    .cd-main-nav a {
        padding: .6em 1em;
        line-height: 1.5;
        border: none;
        height: auto;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 1.4rem;
        transition: opacity .27s;
    }
    .cd-main-nav a:hover {
        opacity: .6;
    }
}


/* -------------------------------- 

Search Form

-------------------------------- */

.cd-main-search .cd-select {
    /* hide select element on small devices */
    display: none;
}

.cd-main-search .close {
    /* 'X' icon to close search form - hidden on small devices */
    display: none;
}

.cd-main-search input[type="search"] {
    width: 100%;
    color: #ffffff;
}

.cd-main-search input[type="search"]:focus {
    outline: none;
}

.cd-main-search input[type="search"]::-webkit-input-placeholder {
    color: #5c5d6a;
}

.cd-main-search input[type="search"]::-moz-placeholder {
    color: #5c5d6a;
}

.cd-main-search input[type="search"]:-moz-placeholder {
    color: #5c5d6a;
}

.cd-main-search input[type="search"]:-ms-input-placeholder {
    color: #5c5d6a;
}

@media only screen and (min-width: 1024px) {
    .cd-main-search {
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: #0b182b;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity 0.3s, visibility 0.3s;
        -moz-transition: opacity 0.3s, visibility 0.3s;
        transition: opacity 0.3s, visibility 0.3s;
    }
    .cd-main-search form {
        position: relative;
        height: 100%;
        /* 170px (margin left) is the sum of the logo width (124px) and additional 46px margin (to separate the form form the logo) */
        /* 116px (margin right) takes into account the space occupied by the a.cd-search-trigger and a.close */
        margin: 0 calc(10% + 116px) 0 calc(10% + 170px);
    }
    .cd-main-search input[type="search"] {
        font-size: 2.4rem;
        height: 100%;
        background-color: transparent;
        /* don't overlap <select> element */
        padding-right: 170px;
    }
    .cd-main-search .cd-select {
        display: inline-block;
        position: absolute;
        right: 0;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #5c5d6a;
        font-size: 1.4rem;
        overflow: hidden;
    }
    .cd-main-search span {
        display: inline-block;
    }
    .cd-main-search option {
        /* style <option> elements on Firefox */
        color: #333545;
        background-color: #ffffff;
    }
    .cd-main-search select {
        /* the <select> element is not visible (if the list of options is not open) -  it is covered by the .selected-value element */
        position: absolute;
        right: 0;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: 0;
        color: transparent;
    }
    .cd-main-search select:focus {
        outline: none;
    }
    .cd-main-search select:focus+span.selected-value {
        background-color: #3d3f4e;
    }
    .cd-main-search .selected-value {
        /* this <span> element covers the <select> element - its content is changed (using JavaScript) and set equal to the selected <option> value */
        /* its width automatically changes according to the text of the selected <option> (not possible with a <select> element) */
        color: #ffffff;
        /* clicking on this element will open the <select> drop-down list */
        pointer-events: none;
        -webkit-transition: background-color 0.3s;
        -moz-transition: background-color 0.3s;
        transition: background-color 0.3s;
    }
    .cd-main-search select,
    .cd-main-search .selected-value {
        padding: 0.5em 1.7em 0.5em .3em;
        font-size: 1.4rem;
        border-radius: 3px;
    }
    .no-pointerevents .cd-main-search .selected-value {
        /* if the browser doesn't support the pointer-events property, hide the .selected-value element */
        display: none;
    }
    .no-pointerevents .cd-main-search select {
        /* if the browser doesn't support the pointer-events property, show the <select> element */
        position: relative;
        color: #ffffff;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    .no-pointerevents .cd-main-search select:focus {
        background-color: #3d3f4e;
    }
    .cd-main-search .close {
        /* 'X' icon - used to close the search form */
        display: inline-block;
        position: absolute;
        right: 5%;
        top: 50%;
        height: 40px;
        width: 40px;
        -webkit-transform: translateY(-50%) scale(0);
        -moz-transform: translateY(-50%) scale(0);
        -ms-transform: translateY(-50%) scale(0);
        -o-transform: translateY(-50%) scale(0);
        transform: translateY(-50%) scale(0);
        -webkit-transition: -webkit-transform 0.3s;
        -moz-transition: -moz-transform 0.3s;
        transition: transform 0.3s;
    }
    .cd-main-search .close::before,
    .cd-main-search .close::after {
        /* used to create the 'X' icon in css */
        content: '';
        position: absolute;
        height: 20px;
        width: 2px;
        background-color: #ffffff;
        left: 50%;
        top: 50%;
    }
    .cd-main-search .close::before {
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
        -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
        -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
        -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
        transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    }
    .cd-main-search .close::after {
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
        -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
        -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
        -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
        transform: translateX(-50%) translateY(-50%) rotate(45deg);
    }
    .cd-main-search.is-visible {
        /* search form open */
        opacity: 1;
        visibility: visible;
    }
    .cd-main-search.is-visible .close {
        -webkit-transform: translateY(-50%) scale(1);
        -moz-transform: translateY(-50%) scale(1);
        -ms-transform: translateY(-50%) scale(1);
        -o-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1);
    }
    .animate-search .cd-main-search.is-visible {
        /* trigger search form animation if <header> has the .animate-search class */
        -webkit-animation: cd-slide-in 0.3s;
        -moz-animation: cd-slide-in 0.3s;
        animation: cd-slide-in 0.3s;
    }
}

@-webkit-keyframes cd-slide-in {
    0% {
        -webkit-transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes cd-slide-in {
    0% {
        -moz-transform: translateY(-100%);
    }
    100% {
        -moz-transform: translateY(0);
    }
}

@keyframes cd-slide-in {
    0% {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

.cd-search-suggestions {
    /* drowpdown with search suggestions - hidden on small devices */
    display: none;
}

@media only screen and (min-width: 1024px) {
    .cd-search-suggestions {
        display: block;
        position: absolute;
        top: 80px;
        left: 0;
        width: calc( 80% - 286px);
        padding: 2em;
        margin: 0 calc(10% + 116px) 0 calc(10% + 170px);
        background-color: #eaeaea;
        box-shadow: 0 4px 40px rgba(0, 0, 0, 0.39);
    }
    .cd-search-suggestions::after {
        clear: both;
        content: "";
        display: table;
    }
    .cd-search-suggestions .quick-links,
    .cd-search-suggestions .news {
        display: inline-block;
    }
    .cd-search-suggestions .quick-links {
        float: right;
        width: 140px;
        text-align: right;
    }
    .cd-search-suggestions .news {
        float: left;
        width: calc(100% - 140px);
        max-height: 400px;
        overflow: hidden;
        overflow-y: auto;
    }
    .cd-search-suggestions h3 {
        margin-bottom: 1.5em;
        text-transform: uppercase;
        color: #7a7c86;
        font-size: 1.2rem;
        font-weight: bold;
        letter-spacing: .1em;
    }
    .cd-search-suggestions h4 {
        font-weight: bold;
        font-size: 1.4rem;
    }
    .cd-search-suggestions h4 a {
        /* prevent the text from wrapping */
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
        padding: .2em 0;
    }
    .cd-search-suggestions a {
        display: inline-block;
        color: #333545;
    }
    .no-touch .cd-search-suggestions a:hover {
        opacity: .8;
    }
    .cd-search-suggestions time {
        font-size: 1.2rem;
        color: #70727d;
    }
    .cd-search-suggestions .news li {
        position: relative;
        padding: 0.625em 0.75em 0.75em 0em;
        margin-bottom: 0.25em;
    }
    .cd-search-suggestions .news li:last-of-type {
        margin-bottom: 0;
    }
    .cd-search-suggestions .image-wrapper {
        position: absolute;
        left: 0;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 50px;
        height: 50px;
    }
    .cd-search-suggestions .image-wrapper img {
        display: block;
    }
    .cd-search-suggestions .quick-links a {
        padding: .5em 0;
        font-size: 1.4rem;
        line-height: 1.2;
    }
    .animate-search .is-visible .cd-search-suggestions {
        /* trigger the dropdown animation if <header> has the .animate-search class */
        -webkit-transform-origin: center top;
        -moz-transform-origin: center top;
        -ms-transform-origin: center top;
        -o-transform-origin: center top;
        transform-origin: center top;
        /* Force Hardware Acceleration */
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-animation: cd-3d-rotation 0.5s 0.3s;
        -moz-animation: cd-3d-rotation 0.5s 0.3s;
        animation: cd-3d-rotation 0.5s 0.3s;
        -webkit-animation-fill-mode: backwards;
        -moz-animation-fill-mode: backwards;
        animation-fill-mode: backwards;
    }
}

@-webkit-keyframes cd-3d-rotation {
    0% {
        -webkit-transform: perspective(1000px) rotateX(-90deg);
    }
    100% {
        -webkit-transform: perspective(1000px) translateY(0);
    }
}

@-moz-keyframes cd-3d-rotation {
    0% {
        -moz-transform: perspective(1000px) rotateX(-90deg);
    }
    100% {
        -moz-transform: perspective(1000px) translateY(0);
    }
}

@keyframes cd-3d-rotation {
    0% {
        -webkit-transform: perspective(1000px) rotateX(-90deg);
        -moz-transform: perspective(1000px) rotateX(-90deg);
        -ms-transform: perspective(1000px) rotateX(-90deg);
        -o-transform: perspective(1000px) rotateX(-90deg);
        transform: perspective(1000px) rotateX(-90deg);
    }
    100% {
        -webkit-transform: perspective(1000px) translateY(0);
        -moz-transform: perspective(1000px) translateY(0);
        -ms-transform: perspective(1000px) translateY(0);
        -o-transform: perspective(1000px) translateY(0);
        transform: perspective(1000px) translateY(0);
    }
}

.cd-search-trigger {
    /* trigger serach form visibility - hidden on small devices */
    display: none;
}

@media only screen and (min-width: 1024px) {
    .cd-search-trigger {
        display: block;
        position: relative;
        z-index: 3;
        height: 40px;
        width: 40px;
        margin: 1.25em .5em;
        float: right;
        -webkit-transition: -webkit-transform 0.3s;
        -moz-transition: -moz-transform 0.3s;
        transition: transform 0.3s;
    }
    .cd-search-trigger::after,
    .cd-search-trigger:before {
        /* used to create the icon lens and the background circle */
        content: '';
        position: absolute;
    }
    .cd-search-trigger::after {
        /* icon lens */
        left: 50%;
        top: 50%;
        bottom: auto;
        right: auto;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        height: 16px;
        width: 16px;
        background: url(../img/cd-icons.svg) no-repeat -16px 0;
    }
    .cd-search-trigger::before {
        /* background circle */
        left: 50%;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%) scale(0);
        -moz-transform: translateX(-50%) translateY(-50%) scale(0);
        -ms-transform: translateX(-50%) translateY(-50%) scale(0);
        -o-transform: translateX(-50%) translateY(-50%) scale(0);
        transform: translateX(-50%) translateY(-50%) scale(0);
        height: 100%;
        width: 100%;
        background-color: rgba(4, 69, 147, 1);
        border-radius: 50%;
        -webkit-transition: -webkit-transform 0.3s;
        -moz-transition: -moz-transform 0.3s;
        transition: transform 0.3s;
    }
    .no-touch .cd-search-trigger:hover::before {
        background-color: rgba(4, 69, 147, 1);
    }
    .cd-search-trigger.search-form-visible {
        -webkit-transform: translateX(-46px);
        -moz-transform: translateX(-46px);
        -ms-transform: translateX(-46px);
        -o-transform: translateX(-46px);
        transform: translateX(-46px);
    }
    .cd-search-trigger.search-form-visible::before {
        -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
        -moz-transform: translateX(-50%) translateY(-50%) scale(1);
        -ms-transform: translateX(-50%) translateY(-50%) scale(1);
        -o-transform: translateX(-50%) translateY(-50%) scale(1);
        transform: translateX(-50%) translateY(-50%) scale(1);
    }
}


/* -------------------------------- 

Content cover layer

-------------------------------- */

.cd-cover-layer {
    /* cover main content when search form is open - hidden on smal devices */
    display: none;
}

@media only screen and (min-width: 1024px) {
    .cd-cover-layer {
        display: block;
        position: fixed;
        z-index: 3;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.5);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity 0.3s, visibility 0.3s;
        -moz-transition: opacity 0.3s, visibility 0.3s;
        transition: opacity 0.3s, visibility 0.3s;
    }
    .cd-cover-layer.search-form-visible {
        opacity: 1;
        visibility: visible;
    }
}


/* -------------------------------- 

Page main content

-------------------------------- */

.cd-main-content {
    display: table;
    /*background: white;*/
    background: #eaeaea;
    width: 100%;
    height: calc(100vh - 50px);
    position: relative;
    z-index: 2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    padding-top: 50px;
}

.cd-main-content .content-center {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.cd-main-content .content-center h1 {
    color: #ffffff;
    font-size: 2.4rem;
    margin-bottom: .6em;
}

.cd-main-content .cd-download-btn {
    background: #dd85ac;
    color: #ffffff;
    display: inline-block;
    padding: 1.4em 1.6em;
    border-radius: 50em;
    font-size: 1.4rem;
    font-weight: bold;
    box-shadow: 0 2px 18px rgba(0, 0, 0, 0.1);
}

.cd-main-content.nav-is-visible {
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px);
}

@media only screen and (min-width: 1024px) {
    .cd-main-content {
        height: calc(100vh - 80px);
    }
    .cd-main-content .content-center h1 {
        font-size: 3.6rem;
    }
    .cd-main-content.nav-is-visible {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}


/* -------------------------------- 

JavaScript Disabled

-------------------------------- */

.no-js .cd-main-header {
    height: auto;
}

.no-js .cd-main-header::after {
    clear: both;
    content: "";
    display: table;
}

.no-js .cd-nav-trigger {
    display: none;
}

.no-js .cd-main-nav-wrapper {
    display: inline-block;
    float: right;
}

.no-js .cd-main-nav {
    position: static;
    width: auto;
    height: auto;
    visibility: visible;
    background-color: transparent;
    float: right;
}

.no-js .cd-main-nav::after {
    clear: both;
    content: "";
    display: table;
}

.no-js .cd-main-nav li {
    display: inline-block;
    float: left;
}

.no-js .cd-main-nav a {
    border-bottom: 0;
}

.no-js .cd-search-trigger {
    display: inline-block;
    text-indent: 0;
    color: #ffffff;
    float: right;
    line-height: 50px;
}

@media only screen and (min-width: 1024px) {
    .no-js .cd-search-trigger {
        text-indent: 100%;
        color: transparent;
        line-height: normal;
    }
}

.no-js .cd-main-search {
    position: static;
    opacity: 1;
    visibility: visible;
    padding: 2em 5%;
    background: #333545;
}

.no-js .cd-main-search form {
    margin: 0;
}

.no-js .cd-main-search input[type="search"] {
    background: #333545;
}

.no-js .cd-main-search select {
    position: relative;
    color: #ffffff;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.no-js .cd-main-search select:focus {
    background-color: #3d3f4e;
}

.no-js .cd-main-search .selected-value {
    display: none;
}

header#slider_web {
    background-color: var(--background-hero);
}

@media only screen and (min-width: 1024px) {
    header#slider_web {}
    .cd-main-content {
        padding-top: 80px;
    }
}

#SLIDER-CAROUSEL {
    position: relative;
    transform: scale(1) translateZ(0px);
    opacity: 1;
}

.carousel-item {
    height: 70vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .6rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    line-height: 1.1;
    color: #171f3c;
    word-wrap: break-word;
}

.h1 {
    font-size: 2.8rem !important;
    margin-bottom: .4em !important;
    font-weight: bold !important;
}

.h2 {
    font-size: 26px;
}

.h3 {
    font-size: 22px;
}

.h4 {
    font-size: 18px;
}

.isInvible {
    visibility: hidden;
}

.isNotouch {
    pointer-events: none;
}

.modal-content {
    border: none;
    border-radius: 0px;
}

.div-title {
    width: 90%;
    max-width: 1240px;
    margin: 0 auto;
}

.band {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-gap: 50px;
}

@media (min-width: 30em) {
    .band {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 60em) {
    .band {
        grid-template-columns: repeat(3, 1fr);
    }
}

.card {
    background: white;
    text-decoration: none;
    color: #444;
    box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    min-height: 100%;
    position: relative;
    top: 0;
    transition: all .3s ease;
}

.card:hover {
    top: -10px;
}

.card article {
    padding: 30px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card h1 {
    font-size: 20px;
    font-weight: 900;
    margin: 0;
    color: #333;
}

.card p {
    flex: 1;
    line-height: 1.4;
    margin: 16px 0px;
    color: black;
}

.card span {
    font-size: 12px;
    font-weight: bold;
    color: #999;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin: 2em 0 0 0;
}

.card .thumb {
    padding-bottom: 60%;
    background-size: cover;
    background-position: center center;
}

@media (min-width: 60em) {
    /* .item-1 {
    grid-column: 1 / span 2;
  }
  .item-1 h1 {
    font-size: 24px;
  }*/
}

.footer-distributed {
    background-color: #0b182b;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: bold 16px sans-serif;
    padding: 55px 50px;
    margin-top: 80px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right {
    display: inline-block;
    vertical-align: top;
}


/* Footer left */

.footer-distributed .footer-left {
    width: 40%;
}


/* The company logo */

.footer-distributed h3 {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    margin: 0;
    display: flex;
    justify-content: center;
    line-height: 7rem;
}

.footer-distributed h3 span {
    color: #5383d3;
    margin: 0px 10px;
}


/* Footer links */

.footer-distributed .footer-links {
    color: #ffffff;
    margin: 20px 0 12px;
    padding: 0;
}

.footer-distributed .footer-links a {
    display: inline-block;
    line-height: 1.8;
    text-decoration: none;
    color: inherit;
}

.footer-distributed .footer-company-name {
    color: #a3b4cc;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}


/* Footer Center */

.footer-distributed .footer-center {
    width: 35%;
}

.footer-center-address {
    display: flex;
    line-height: 3rem;
    flex-direction: column;
    align-items: center;
}

.footer-distributed .footer-center i {
    background-color: #384a66;
    color: #a3b4cc;
    font-size: 17px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope {
    font-size: 14px;
    line-height: 38px;
}

.footer-distributed .footer-center p {
    display: inline-block;
    color: #a3b4cc;
    vertical-align: middle;
    margin: 0;
}

.footer-distributed .footer-center p span {
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 2;
}

.footer-distributed .footer-center p a {
    color: #5383d3;
    text-decoration: none;
    ;
}


/* Footer Right */

.footer-distributed .footer-right {
    width: 20%;
}

.footer-distributed .footer-company-about,
.footer-distributed .footer-right p {
    line-height: 20px;
    color: #92999f;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
}

.footer-distributed .footer-company-about span {
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer-distributed .footer-icons {
    margin-top: 25px;
}

.footer-distributed .footer-icons a {
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color: #384a66;
    border-radius: 2px;
    font-size: 20px;
    color: #a3b4cc;
    text-align: center;
    line-height: 35px;
    margin-right: 3px;
    margin-bottom: 5px;
}


/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {
    .footer-distributed {
        font: bold 14px sans-serif;
    }
    .footer-distributed .footer-left,
    .footer-distributed .footer-center,
    .footer-distributed .footer-right {
        display: block;
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }
    .footer-distributed .footer-center i {
        margin-left: 0;
    }
}

@media (min-width: 880px) {
    .footer-distributed h3 {
        margin-left: -10px;
        justify-content: inherit;
    }
    .footer-center-address {
        display: block;
        line-height: 3rem;
    }
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

.txt-title {
    font-family: 'Roboto', sans-serif;
    font-size: 5rem;
    font-weight: 700;
    color: #4444448a;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 55px 0 35px;
    text-align: center;
}

@-webkit-keyframes fadeTop {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes fadeTop {
    0% {
        opacity: 0;
        -moz-transform: translateY(-10%);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-o-keyframes fadeTop {
    0% {
        opacity: 0;
        -o-transform: translateY(-10%);
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@keyframes fadeTop {
    0% {
        opacity: 0;
        transform: translateY(-10%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}


/* Button used to open the chat form - fixed at the bottom of the page */

.open-button {
    background-color: #030c1a;
    color: white;
    border: none;
    cursor: pointer;
    opacity: 0.8;
    position: fixed;
    bottom: 1px;
    right: 1px;
    z-index: 100;
    font-size: 5rem;
    padding: 3rem;
    border-radius: 50%;
    transform: scale(.5);
    transition: all .3s linear;
}

.open-button:hover {
    bottom: 8px;
    right: 5px;
    opacity: 1;
    transform: scale(.8);
}


/* The popup chat - hidden by default */

.chat-popup {
    display: none;
    position: fixed;
    bottom: 0;
    right: 15px;
    border-top: 10px solid #9298B7;
    z-index: 9;
    border-left: 3px solid #9298B7;
    border-right: 3px solid #9298B7;
    height: 390px;
    background: white;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

@media (max-width: 750px) {
    .chat-popup {
        right: 0px;
        width: 100%;
        height: 100%;
    }
    .form-container {
        max-width: 100% !important;
    }
    .form-container .results-messages {
        height: calc(100vh - 120px) !important;
    }
}

.chat-popup:hover {
    box-shadow: 0px 25px 42px rgba(0, 0, 0, 0.25), 0px 12px 21px rgba(0, 0, 0, 0.22);
}


/* Add styles to the form container */

.form-container {
    position: relative;
    max-width: 300px;
    padding: 10px;
    background-color: white;
}


/* Full-width textarea */

.form-container textarea {
    width: 100%;
    padding: 15px;
    /* margin: 5px 0 22px 0; */
    border: none;
    background: #f1f1f1;
    resize: none;
    /* min-height: 200px; */
    border-bottom: 1px solid #9298B7;
    border-left: 1px solid #9298B7;
    border-top: 1px solid #9298B7;
    border-radius: 5px 0px 0px 5px;
    color: black !important;
}


/* When the textarea gets focus, do something */

.form-container textarea:focus {
    background-color: #ddd;
    outline: none;
}


/* Set a style for the submit/send button */

.form-container .btn {
    background-color: #3F51B5;
    color: white;
    border: none;
    cursor: pointer;
    width: 100%;
    opacity: 0.8;
    font-size: 140%;
    width: 50px;
    border-radius: 0px 5px 5px 0px;
    border-right: 1px solid #9298B7;
    border-bottom: 1px solid #9298B7;
    border-top: 1px solid #9298B7;
}

.form-container .results-messages {
    width: 100%;
    background: #eeeade url(https://litmus-builder.s3.amazonaws.com/1535610916148);
    border: 1px solid #9298B7;
    border-radius: 5px;
    margin-bottom: .8rem;
    height: 280px;
    overflow: hidden;
    overflow-y: auto;
}

.form-container .sender {
    display: flex;
    height: 50px;
}


/* Add a red background color to the cancel button */

.form-container .cancel {
    position: absolute;
    top: 6px;
    right: 10px;
    width: 21px;
    height: 21px;
    padding: 0px;
    background: #F44336;
    font-size: 1rem;
    border-radius: 50%;
    border: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Add some hover effects to buttons */

.form-container .btn:hover,
.open-button:hover {
    opacity: 1;
}

.box3 {
    width: 80%;
    margin: 18px auto;
    border-radius: 11px;
    color: #2c2c2c;
    padding: 15px;
    text-align: left;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    position: relative;
    line-height: 21px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.33);
}

.sb13 {
    background: #3F51B5 none repeat scroll 0 0;
    color: white;
}

.sb14 {
    background: #fff;
}

.sb13:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 15px solid #3F51B5;
    border-right: 15px solid transparent;
    border-top: 15px solid #3F51B5;
    border-bottom: 15px solid transparent;
    right: -16px;
    top: 0px;
}

.sb14 .shadow,
.sb13 .shadow {
    position: absolute;
    display: block;
    overflow: hidden;
    z-index: -1;
    width: 20px;
    height: 20px;
    transform: rotate(270deg);
    right: -20px;
    top: 0;
}

.sb14 .shadow {
    left: -20px;
    transform: rotate(0deg);
}

.sb14 .shadow:after,
.sb13 .shadow:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #999;
    transform: rotate(45deg);
    top: -10px;
    right: -10px;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.5);
}

.sb14 .shadow:after {
    box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.33);
}

.sb14:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 15px solid transparent;
    border-right: 15px solid #fff;
    border-top: 15px solid #fff;
    border-bottom: 15px solid transparent;
    left: -16px;
    top: 0px;
}

.rednum {
    position: absolute;
    z-index: 10;
    top: 4px;
    right: 32px;
    color: white;
    background: #dc3545;
    padding: 4px;
    border-radius: 3px;
    display: none;
}

.btnchat {
    right: 4px;
    top: -25px;
}

.name_register {
    position: relative;
    width: 100%;
    background: #e5e5e5;
    height: 100%;
    display: flex;
    padding: 3rem;
    flex-direction: column;
    justify-content: center;
}

.name_register a,
.name_register input,
.name_register p {
    margin-bottom: 20px;
    font-size: 15px;
}


/* Dropdown Content (Hidden by Default) */

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    width: 300px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    opacity: 1;
    left: 0;
}

.dropdown a {
    display: block;
}


/* Links inside the dropdown */

.dropdown-content a {
    color: rgba(0, 0, 0, 0.87);
    padding: 11px 16px;
    text-transform: none;
    font-size: 1.5rem;
    height: 54px;
    border: none;
    display: flex;
    align-items: center;
}

.dropdown-content a:hover {
    background: #eee;
}


/* Show the dropdown menu on hover */

@media (max-width: 1023px) {
    .dropdown-content {
        width: 260px;
    }
    .dropdown-content a {
        font-size: 1.25rem !important;
        height: 40px !important;
    }
}

div.nosotros {
    margin-bottom: 4rem;
}

.nosotros strong {
    font-size: 3rem;
    color: #0b182b;
}

.nosotros p,
.nosotros ul li {
    font-size: 1.25em;
    line-height: 1.6;
    color: #65676f;
}

.nosotros ul li {
    padding-left: 44px;
}

.nosotros ul li::before {
    position: absolute !important;
    padding-top: 3px;
    left: 27px !important;
    display: block !important;
    font-family: 'Font Awesome 5 Free';
    content: "\f00c";
    font-weight: 900;
    font-size: 17px !important;
    color: #279300 !important;
}