/**--FUENTES--**/

@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@font-face {
    font-family: 'GothamBold';
    src: url('../fonts/GothamBold.eot');
    src: local('../fonts/GothamBold'), url('../fonts/GothamBold.woff') format('woff'), url('../fonts/GothamBold.ttf') format('truetype');
}

@font-face {
    font-family: 'GothamLight';
    src: url('../fonts/GothamLight.eot');
    src: local('../fonts/GothamLight'), url('../fonts/GothamLight.woff') format('woff'), url('../fonts/GothamLight.ttf') format('truetype');
}

@font-face {
    font-family: "GoboldRegularItalic";
    font-style: normal;
    font-weight: normal;
    src: local("GoboldRegularItalic"), url("../fonts/GoboldRegularItalic.otf") format("opentype");
    font-display: swap;
}


/**--ESTILOS--**/

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #78777C;
    overflow-x: hidden;
}

*,
 ::after,
 ::before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
    /*	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;*/
}

a,
button,
.searchContainer,
.header__bottom__mainMenu,
.header__bottom__mainMenu *,
.principalContainer,
.productCategories__nav__link__icon {
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

a,
button {
    cursor: pointer;
}

button,
button:hover,
button:focus,
input,
textarea,
select {
    outline: none;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

button,
input,
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: none;
}


/*--TIPOGRAFÍA--*/

h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
    font-family: 'GothamBold' !important;
}

.h1,
.h2,
.h3,
.h4 {
    color: #80BC00;
}

h1,
.h1 {
    font-size: 2.500rem;
}

h2,
.h2 {
    font-size: 2.250rem;
}

h4,
.h4 {
    font-size: 1.25rem;
}

p,
li {
    font-weight: 400;
}

a {
    color: #003B7C;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

.ul,
.product__text ul {
    list-style: none;
    padding-left: 20px;
}

.ul__li,
.product__text ul>li {
    margin-bottom: 10px;
}

.ul__li::before,
.product__text ul>li::before {
    content: "\f3fd";
    font-family: "Ionicons";
    font-size: 1.5rem;
    color: #80BC00;
    margin-left: -15px;
    margin-right: 15px;
}

.ul__li:last-child,
.product__text ul>li:last-child {
    margin-bottom: 0;
}

.list__icon {
    color: #003b7c;
    font-size: 1.15rem;
    display: inline-block;
    margin-right: 5px;
    width: 20px;
    text-align: center;
}


/*--FIN TIPOGRAFÍA--*/


/*-- IMAGENES --**/

img.alignleft {
    float: left;
    margin: 0 15px 15px 0;
}

img.imgBorder {
    border: 1px solid #EBEBEC;
    border-radius: 3px;
}


/*---LAYOUT---*/

.container-fluid {
    max-width: 1920px;
    padding: 0;
    position: relative;
    overflow-x: hidden;
}

.wrapper {
    width: 100%;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.searchContainer {
    background: #80BC00;
    height: 70px;
    position: relative;
    z-index: 5;
    top: -70px;
    right: 0;
    left: 0;
}

.searchContainer.show {
    top: 0;
}

.searchContainer__form {
    margin-bottom: 0;
    position: relative;
}

.searchContainer__form::after {
    content: "\f4a5";
    color: #FFF;
}

.searchContainer__form__control {
    background: transparent;
    border: none;
    width: 100%;
    border-bottom: 1px solid #FFF;
    color: #FFF;
}

.searchContainer__form__control::-webkit-input-placeholder {
    color: #FFF;
}

.searchContainer__form__control::-moz-placeholder {
    color: #FFF;
}

.searchContainer__form__control:-ms-input-placeholder {
    color: #FFF;
}

.searchContainer__form__control:-moz-placeholder {
    color: #FFF;
}

.principalContainer {
    margin-top: -70px;
}

.principalContainer.slideDown {
    margin-top: 0;
}


/*---FIN LAYOUT---*/


/*---HELPERS---*/

.bg-lightblue {
    background-color: #e5ebf1 !important;
}

.bg-blue {
    background-color: #003B7C !important;
}

.bg-green {
    background-color: #80BC00 !important;
}

.bg-gray {
    background-color: #EBEBEC !important;
}

.padding {
    padding: 30px;
}

.paddingX {
    padding-left: 30px;
    padding-right: 30px;
}

.paddingY {
    padding-top: 30px;
    padding-bottom: 30px;
}

.paddingTop {
    padding-top: 30px;
}

.paddingRight {
    padding-right: 30px;
}

.paddingBottom {
    padding-bottom: 30px;
}

.paddingLeft {
    padding-left: 30px;
}

.padding--lg {
    padding: 60px;
}

.paddingX--lg {
    padding-left: 60px;
    padding-right: 60px;
}

.paddingY--lg {
    padding-top: 60px;
    padding-bottom: 60px;
}

.paddingTop--lg {
    padding-top: 60px;
}

.paddingRight--lg {
    padding-right: 60px;
}

.paddingBottom--lg {
    padding-bottom: 60px;
}

.paddingLeft--lg {
    padding-left: 60px;
}

.margin {
    margin: 30px;
}

.marginX {
    margin-left: 30px;
    margin-right: 30px;
}

.marginY {
    margin-top: 30px;
    margin-bottom: 30px;
}

.marginTop {
    margin-top: 30px;
}

.marginRight {
    margin-right: 30px;
}

.marginBottom {
    margin-bottom: 30px;
}

.marginLeft {
    margin-left: 30px;
}

.margin--lg {
    margin: 60px;
}

.marginX--lg {
    margin-left: 60px;
    margin-right: 60px;
}

.marginY--lg {
    margin-top: 60px;
    margin-bottom: 60px;
}

.marginTop--lg {
    margin-top: 60px;
}

.marginRight--lg {
    margin-right: 60px;
}

.marginBottom--lg {
    margin-bottom: 60px;
}

.marginLeft--lg {
    margin-left: 60px;
}

.twoColumns {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
}

.threeColumns {
    -webkit-column-count: 3;
    /* Chrome, Safari, Opera */
    -moz-column-count: 3;
    /* Firefox */
    column-count: 3;
}


/*--FIN HELPERS--*/


/*--OFFSET BACKGROUND--*/

.offsetBackground {
    position: relative;
    background: #EBEBEC;
    z-index: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    flex-direction: row;
}

.offsetBackground--reverse {
    flex-direction: row-reverse;
}

.offsetBackground::before,
.offsetBackground::after {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    background: #EBEBEC;
    z-index: 0;
}

.offsetBackground::before,
.offsetBackground--reverse::before {
    width: 15px;
    left: 100%;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 0;

}

.productCategories__nav__link:last-child {
    border-right: 1px solid #ebebec;
}


.offsetBackground::after,
.offsetBackground--reverse::after {
    width: 15px;
    right: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 0;
}

.offsetBackground--reverse::before {
    left: auto;
    right: 100%;
}

.offsetBackground--reverse::after {
    right: auto;
    left: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 10px;
}

.offsetBackground__img,
.offsetBackground__video,
.offsetBackground__icon,
.offsetBackground__iframe {
    margin-top: -40px;
    margin-bottom: -40px;
}

.offsetBackground__text p:last-of-type {
    margin-bottom: 0;
}

.offsetBackground__text+.button {
    margin-top: 15px;
}


/*--FIN OFFSET BACKGROUND--*/


/*--BOTONES--*/

.button,
.buttonSecondary {
    cursor: pointer;
    display: inline-block;
}

.button {
    border: 1px solid;
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: normal;
    padding: 5px 30px 5px 15px;
    position: relative;
    font-weight: 500;
    text-align: center;
    background: transparent;
    background: #FFF;
}

.button::after {
    content: "\f3d1";
}

.button--blue,
.button--green:hover {
    color: #003B7C;
}

.button--green,
.button--blue:hover {
    color: #80BC00;
}

.button--block {
    display: block;
}

.button--center {
    display: table;
    margin-right: auto;
    margin-left: auto;
}

.button--right {
    float: right;
}

.button--partners {
    background-image: url(../img/icons.png);
    background-position: 15px -64px;
    background-size: 32px;
    background-repeat: no-repeat;
    padding-left: 50px;
}

.button--partners:hover {
    background-position: 15px -97px;
}

.buttonSecondary {
    font-weight: 600;
    background: #003B7C;
    color: #FFF;
    padding: 5px 15px;
    text-align: center;
}

.buttonSecondary:hover {
    color: #80BC00;
}

.buttonSecondary--green {
    background: #80BC00;
}

.buttonSecondary--green:hover {
    color: #003B7C;
}

.button--icon {
    color: #003B7C;
    font-size: 80%;
    border: none;
    -webkit-appearance: initial !important;
    display: flex;
    align-items: center;
    padding: 0 10px;
}

.button--icon:hover {
    color: #80BC00;
}

.link {
    font-size: 0.875rem;
    color: #80BC00;
    text-decoration: underline;
}

.link:hover {
    color: #003B7C;
    text-decoration: underline;
}

.link__icon {
    color: #003B7C;
    margin-right: 5px;
}


/*--FIN BOTONES--*/

.button::after,
.searchContainer__form::after {
    font-family: "Ionicons";
    font-size: 1.25rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}


/*--TAGS--*/

.tag {
    background: #FFF;
    color: #80BC00;
    font-size: .95rem;
    padding: 2px;
    border-bottom-right-radius: 5px;
}

.tag+.tag {
    margin-right: 5px;
}

.tag+.tag::before {
    content: ",";
    margin-right: 8px;
}


/*--FIN TAGS--*/


/*--TOOLTIPS--*/

.tooltip-inner {
    background-color: #003B7C;
    padding: 20px;
    border-radius: 5px;
    max-width: 400px;
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before,
.tooltip.bs-tooltip-top .arrow::before {
    border-top-color: #003B7C;
}

.tooltip__title {
    font-size: 1.15rem;
}

.tooltip__content {
    font-size: 0.85rem;
}

.tooltip .arrow {
    left: 50% !important;
    transform: translateX(-50%);
}


/*--FIN TOOLTIPS--*/


/*--FORMULARIOS--*/

.form__control {
    background: #FFF;
    color: #003B7C;
    padding: 5px 15px;
    border-radius: 0;
}

.form__control::-webkit-input-placeholder {
    color: #003B7C;
}

.form__control::-moz-placeholder {
    color: #003B7C;
}

.form__control:-ms-input-placeholder {
    color: #003B7C;
}

.form__control:-moz-placeholder {
    color: #003B7C;
}

.form .form__control,
.form .buttonSecondary {
    width: 100%;
}

.form--inline .form__group,
.form--vertical__inline .col:first-of-type .form__group,
.form--vertical__inline [class*=col-]:first-of-type .form__group {
    margin-right: 2px;
}

.form .col:first-of-type .form__control,
.form [class*=col-]:first-of-type .form__control,
.form .col:first-of-type .buttonSecondary,
.form [class*=col-]:first-of-type .buttonSecondary {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.form .col:last-of-type .form__control,
.form [class*=col-]:last-of-type .form__control,
.form .col:last-of-type .buttonSecondary,
.form [class*=col-]:last-of-type .buttonSecondary {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.form--vertical .form__group {
    margin-bottom: 10px;
}

.select {
    position: relative;
}

.form__control--select,
.form__control.datepicker {
    background-image: url('../img/icons.png');
    background-repeat: no-repeat;
    background-size: 28px;
    padding-right: 42px;
    cursor: pointer;
}

.form__control--select {
    background-position: 98% -202px;
}

.form__control--select:hover {
    background-position: 98% -174px;
}

.form__control.datepicker {
    background-position: 98% -146px;
}

.form__control.datepicker:hover {
    background-position: 98% -112px;
}

.ui-datepicker {
    background: #F1F1F1;
    text-align: center;
    border-radius: 5px;
    margin-top: 5px;
    z-index: 3!important;
}

.ui-datepicker-header {
    background: #003B7C;
    color: #fff;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.ui-datepicker-calendar th {
    color: #80BC00;
    font-family: 'GothamBold';
    font-weight: normal;
}

.ui-datepicker-calendar td {
    text-align: center;
    font-family: 'GothamLight';
    font-weight: normal;
}

.ui-datepicker-prev {
    float: left;
}

.ui-datepicker-next {
    float: right;
}

.ui-datepicker-prev::before,
.ui-datepicker-next::before {
    position: absolute;
    font-family: "Ionicons";
    color: #FFF;
    font-size: 1.5rem;
}

.ui-datepicker-prev::before {
    content: "\f3cf";
}

.ui-datepicker-next::before {
    content: "\f3d1";
}

.ui-datepicker-prev,
.ui-datepicker-next,
a.ui-datepicker-prev:not([href]):not([tabindex]),
a.ui-datepicker-next:not([href]):not([tabindex]) {
    color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.ui-datepicker-title,
.ui-datepicker-prev,
.ui-datepicker-next,
.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
    padding: 8px;
}

.ui-datepicker-today {
    background: #EBEBEC;
}

.ui-datepicker-today .ui-state-default {
    font-family: 'GothamBold';
}

.ui-datepicker-current-day {
    background: #80BC00;
}

.ui-state-active {
    color: #FFF;
    font-family: 'GothamBold';
}

.form__group .clear {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: .85rem;
    color: #c9ced4;
    background: #FFF;
    cursor: pointer;
    padding: 0;
}

.form__group>input[type=text]+.clear {
    right: 10px;
}

.form__group>input[type=text].datepicker+.clear,
.form__group .clear {
    right: 35px;
}

.form__group .clear::before {
    content: "";
    position: absolute;
    top: 0;
    left: -200%;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
    /* IE6-9 */
    display: block;
    width: 200%;
    height: 100%;
}


/*--BOX FORM--*/

.boxForm {
    padding: 20px 15px;
    border-radius: 10px;
}

.boxForm.offsetBackground {
    border-radius: 0;
}

.boxForm::before,
.boxForm::after {
    background-color: inherit;
}

.boxForm .row {
    justify-content: center;
}

.boxForm__title {
    color: #003B7C;
    font-size: 1.15rem;
}

.boxForm .form__control {
    box-shadow: 0px 0px 1px #bfcede;
    font-size: .95rem;
}

.boxForm__buttons .buttonSecondary,
.boxForm__buttons .link {
    width: 50%;
}


/*--FIN BOX FORM--*/


/*--FIN FORMULARIOS--*/


/*--CAROUSEL--*/

.owl-carousel {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.owl-nav {
    position: static;
}

.owl-prev,
.owl-next {
    color: #FFF;
    text-shadow: 0 0 4px #000;
    font-size: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 45%;
}

.owl-prev {
    left: 15px;
}

.owl-next {
    right: 15px;
}

.owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0;
}

.owl-dot {
    width: 12px;
    height: 12px;
    background: #003b7c;
    display: block;
    border-radius: 50%;
    margin: 0 5px;
}

.owl-dot.active {
    background: #80BC00;
}

.carouselCenter .owl-stage {
    display: flex;
    align-items: center;
    padding: 30px 0;
}

.carouselCenter .owl-item {
    z-index: 1;
}

.carouselCenter .owl-item.center {
    z-index: 2;
}

.carousel .owl-prev,
.carouselCenter .owl-prev {
    left: 0;
    transform: translate(-50%, -50%);
}

.carousel .owl-next,
.carouselCenter .owl-next {
    right: 0;
    transform: translate(50%, -50%);
}

.carousel .owl-prev,
.carousel .owl-next,
.carouselCenter .owl-prev,
.carouselCenter .owl-next {
    width: 36px;
    height: 36px;
    background: #80BC00;
    border-radius: 50%;
    font-size: 1.5rem;
    text-shadow: none;
}

.carouselCenter--scale .item {
    margin-left: -50px;
    margin-right: -50px;
    transform: scale(0.65);
}

.carouselCenter--scale .center .item {
    transform: scale(1);
}

.carouselCenter--scale .active .item {
    margin-left: -50px;
    margin-right: -50px;
    transform: scale(0.65);
}

.carouselCenter--scale .center .item {
    transform: scale(1);
}

.owl-carousel .card,
.owl-carousel .cardVideo,
.owl-carousel .borderBox {
    margin-bottom: 0;
}


/*--FIN CAROUSEL--*/


/*--CARRUSEL + PORTADA--*/

.principalCarousel {
    min-height: 500px;
}

.principalCarousel,
.cover {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-left: 30px;
    margin-right: 30px;
}

/*.cover,
.principalCarousel__item {
    background-size: cover;
    background-position: center;
}*/
.cover {
    background-size: cover;
    background-position: center;
}

.principalCarousel__item {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.cover {
    min-height: 250px;
    margin-bottom: 30px;
}

.cover--offsetBottom {
    margin-bottom: 0;
}

.principalCarousel::before,
.cover::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 215px;
    background: -moz-linear-gradient(top, rgba(0, 59, 124, 1) 0%, rgba(0, 59, 124, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 59, 124, 1) 0%, rgba(0, 59, 124, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 59, 124, 1) 0%, rgba(0, 59, 124, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#003b7c', endColorstr='#00003b7c', GradientType=0);
    /* IE6-9 */
}

.principalCarousel__item {
    display: block;
    min-height: 370px;
    width: 100%;
    float: left;
    position: relative;
}

.principalCarousel__item__link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.principalCarousel__item__titleContainer,
.cover__textContainer {
    color: #FFF;
    z-index: 3
}

.principalCarousel__item__titleContainer {
    margin-top: 200px;
}

.cover__textContainer {
    margin-top: 150px;
    position: relative;
}

.cover--offsetBottom .cover__textContainer {
    padding-bottom: 60px;
}

.principalCarousel__item__titleContainer a {
    color: #FFF;
}

.principalCarousel__item__title,
.cover__title {
    margin-bottom: 0;
    overflow: hidden;
    height: auto;
}

.principalCarousel__item__title__featured,
.principalCarousel__item__title__secondary,
.cover__title__featured,
.cover__title__secondary {
    border-radius: 5px;
    padding: 5px 10px;
    float: left;
    clear: both;
    margin-bottom: 0;
}

.principalCarousel__item__title__featured,
.cover__title__secondary {
    font-size: 2.250rem;
}

.principalCarousel__item__title__secondary,
.cover__title__featured {
    font-size: 1.750rem;
}

.principalCarousel__item__title__featured,
.cover__title__featured {
    background: rgba(128, 188, 0, .7);
}

.principalCarousel__item__title__secondary,
.cover__title__secondary {
    background: rgba(0, 59, 124, .7);
    margin-left: 30px;
}

.cover__title__featured {
    font-family: 'GothamLight';
    font-size: 1.750rem;
    margin-bottom: 0;
}

.cover__title__featured--only {
    font-family: 'GothamBold';
    font-size: 2.250rem;
    margin-bottom: 0;
}


/*--COMPONENTS: CARRUSEL + INTERIORES: PORTADA--*/


/*--COMPONENTS: CARD--*/

.card {
    border-radius: 0;
    border: none;
    /*display: block;*/
    flex-direction: column;
    min-width: auto;
    background-color: transparent;
    margin-bottom: 30px;
}

.card__imgContainer {
    position: relative;
}

.card__imgContainer--center {
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logos.wrapper .card__imgContainer--center.d-flex {
    display: block !important;
}

.card__titleContainer .sameHeight {
    margin-bottom: 15px;
}

.card__title {
    font-size: 1.125rem;
    color: #003b7c;
    margin-bottom: 0;
    margin-top: 15px;
}

.card__title--center {
    text-align: center;
}

.card__title::after,
.card__title--top::before {
    content: "";
    background: #80BC00;
    width: 50px;
    height: 4px;
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
}

.card__title--center::before,
.card__title--center::after {
    margin-left: auto;
    margin-right: auto;
}

.card__title--top::after {
    content: none;
}

.card--background .card__titleContainer,
.card__tag {
    position: absolute;
}

.card__tag {
    padding: 4px 8px;
    top: 0;
    left: 0;
    font-size: 80%;
}

.tagList::before,
.card__tag::before {
    content: "\f48c";
    font-family: "Ionicons";
    margin-right: 5px;
    color: #80BC00;
}

.card__date {
    font-size: 0.75rem;
    display: block;
    margin-bottom: 5px;
}

.card__excerpt,
.cardVideo__excerpt {
    margin-bottom: 5px;
    font-size: 0.875em;
}

.card__icon {
    font-size: 5rem;
    color: #80BC00;
    display: block;
    text-align: center;
}

.card__list li {
    display: flex;
    margin-bottom: 5px;
    font-size: 0.875rem;
}

.card__list span {
    width: 70%;
}

.card__list li span {
    width: 90%;
}

.card__button+.card__button {
    margin-left: 15px;
}

.card a {
    display: block;
}

.card--background .card__imgContainer {
    width: 100%;
}

.card--background .card__img {
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
}

.card--background .card__titleContainer {
    right: 0;
    bottom: 0;
    background: rgba(0, 59, 124, .75);
    border-top-left-radius: 10px;
    padding: 20px;
    width: 90%;
}

.card--background .card__title,
.card--horizontal .card__title {
    margin-top: 0;
}

.card--background .card__title,
.card--background .card__date {
    color: #FFF;
}

a>.card__title:hover,
.card--background a>.card__title:hover {
    color: #80BC00;
}

.card--background .card__titleContainer .card__date {
    margin-bottom: 0;
}

.card--background .card__titleContainer .card__date--event {
    color: #fff;
    margin-right: 15px;
    border-right: 1px solid #80BC00;
    padding-right: 15px;
    text-align: center;
}

.card--background .card__text,
.card--background .card__titleContainer {
    margin-left: 10%;
}

.card--background .card__titleContainer .link:hover {
    color: #FFF;
}

.card--background .card__text,
.post__content__excerpt {
    background: #EBEBEC;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 20px;
    width: auto;
}

.card--featured .card__title {
    font-size: 1.750rem;
}

.card--featured .card__title::after {
    content: none;
}

.card--featured .card__date {
    color: #78777C;
}

.card--horizontal {
    flex-direction: row;
    align-items: flex-start;
}

.card--horizontal .card__imgContainer {
    width: 40%;
    align-items: flex-start;
    float: left;
    margin-right: 5px;
}

.card--horizontal .card__text {
    margin-left: 15px;
    width: 100%;
    /*padding-left:40%;*/
}

.card--horizontal--lg .card__imgContainer {
    width: 25%;
}

.card--border {
    background: #FFF;
    border-radius: 10px;
    border: 1px solid #ebebec;
}

.card--border .card__imgContainer,
.card--border .card__titleContainer {
    padding: 15px;
}

.card--border .card__titleContainer {
    border-top: 2px solid #ebebec;
    background: #fafaff;
}

.card--border .card__title {
    margin-top: 0;
}

.card--event {
    border-top: 1px solid #EEE;
    padding: 15px 0;
    margin: 0;
}

.card--event .card__date {
    background: #003b7c;
    padding: 5px 10px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
}

.card__date__day,
.card__date__month,
.card__date__year {
    display: block;
}

.card__date__day {
    font-size: 1.5rem;
}

.cardVideo {
    margin-bottom: 30px;
}

.cardVideo__imgContainer {
    position: relative;
    display: block;
}

.cardVideo__imgContainer::before,
.cardVideo__imgContainer::after,
.cardVideo__text {
    position: absolute;
}

.cardVideo__imgContainer::before {
    content: "\f487";
    font-family: "Ionicons";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFF;
    font-size: 3rem;
    z-index: 3;
    opacity: .5;
}

.cardVideo__imgContainer::after {
    content: "";
    z-index: 1;
    height: 100%;
    background-image: url('../img/pattern-videos.png');
    background-repeat: repeat;
}

.cardVideo__imgContainer::after,
.cardVideo__text {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

.cardVideo__text {
    padding: 15px;
    color: #FFF;
    z-index: 2;
    line-height: normal;
    background: -moz-linear-gradient(top, rgba(0, 59, 124, 0) 0%, rgba(0, 59, 124, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 59, 124, 0) 0%, rgba(0, 59, 124, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 59, 124, 0) 0%, rgba(0, 59, 124, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00003b7c', endColorstr='#003b7c', GradientType=0);
    /* IE6-9 */
}

.cardVideo__title {
    font-size: 1.25rem;
    margin-bottom: 0;
}

.cardVideo__subtitle {
    font-size: 1rem;
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif;
}

.cardVideo__excerpt {
    margin-top: 15px;
}

.cardVideo__time {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #FFF;
    font-family: 'GothamBold';
}


/*--FIN COMPONENTS: CARD--*/


/*--COMPONENTS: NAV TABS--*/

.navInnerPageContainer--offsetTop {
    transform: translateY(-100%);
    z-index: 3;
}

.navInnerPage {
    text-align: center;
}

.navInnerPage__link {
    width: 100%;
    background: rgba(255, 255, 255, .7);
    margin-right: 1px;
    padding: 5px 10px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.025rem;
    line-height: normal;
}

.navInnerPage__link.active {
    background: #FFF;
    font-weight: 600;
    color: #80BC00;
    margin-top: -5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-top: 5px;
    box-sizing: content-box;
}

.navInnerPage__link:hover {
    background: rgba(255, 255, 255, .9);
    color: #80BC00;
}

.navInnerPage__link:first-of-type {
    border-top-left-radius: 5px;
}

.navInnerPage__link:last-of-type {
    border-top-right-radius: 5px;
}

.tabs__nav__link {
    font-family: 'GothamLight';
    font-size: 1.25rem;
    padding: 5px 15px;
    position: relative;
}

.tabs__nav__link.active {
    font-family: 'GothamBold';
}

.tabs__nav__link.active::after {
    content: "";
    height: 4px;
    width: 100%;
    background: #80BC00;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.tabs__nav__link.active::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #80BC00;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.tab-content>.active {
    height: auto;
    overflow: hidden;
}


/*--FIN COMPONENTS: NAV TABS--*/


/*--COMPONENTS: ACCORDION--*/

.accordion__item {
    margin-bottom: 2px;
}

.accordion__item__link,
.accordion__item__collapse {
    padding: 15px;
}

.accordion__item__link {
    position: relative;
    display: block;
    width: 100%;
    background: #e5ebf1;
    color: #003B7C;
    text-align: left;
}

.accordion__item:first-of-type .accordion__item__link {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.accordion__item:last-of-type .accordion__item__link {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.accordion__item:last-of-type .accordion__item__link.open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.accordion__item__link__icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.accordion__item__collapse p:last-of-type {
    margin-bottom: 0;
}


/*--FIN COMPONENTS: ACCORDION--*/


/*--COMPONENTS: TABLES--*/

.table,
.post table,
.product__textContainer table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

.table__caption,
.table caption,
.post table caption,
.product__textContainer table caption {
    caption-side: top;
    background: #E8E8E9;
    padding: 15px;
    font-weight: 600;
    color: #78777C;
}

.table tbody th,
.post table tbody th,
.product__textContainer table tbody th {
    text-align: left;
}

.table th,
.post table th,
.product__textContainer table th {
    font-weight: 600;
    background: #f3f3f3;
}

.table td,
.post table td,
.product__textContainer table td {
    font-weight: 400;
}

.table td,
.post table td,
.product__textContainer table td,
.table th,
.post table th,
.product__textContainer table th {
    padding: .75rem;
    vertical-align: middle;
    border-top: 1px solid #e9ecef;
    line-height: normal;
    font-size: .85rem;
}

.table tr:first-of-type td,
.table tr:first-of-type th,
.post table tr:first-of-type td,
.post table tr:first-of-type th,
.product__textContainer table tr:first-of-type td,
.product__textContainer table tr:first-of-type th {
    border: none;
}

.table__info {
    width: 100%;
    display: block;
    font-weight: 400;
}

.list__tableInfo {
    font-size: 80%;
    color: #003B7C;
}

.list__tableInfo__item {
    margin-bottom: 10px;
}


/*--FIN COMPONENTS: TABLES--*/


/*--PAGINATION--*/

.pagination {
    justify-content: flex-end;
    align-items: center;
}

.pagination__link,
.pagination>* {
    justify-content: flex-end;
    background: #e5ebf1;
    margin-right: 1px;
    padding: 4px 12px;
    color: #78777C;
    font-size: 0.75rem;
}

.pagination__link:first-child,
.pagination__link:last-child,
.pagination>.prev,
.pagination>.next {
    color: #003B7C;
}

.pagination__link:first-child,
.pagination>*:first-child {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.pagination__link:last-child,
.pagination>*:last-child {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.pagination__link.active,
.pagination__link:hover,
.pagination>.current,
.pagination>*:hover {
    background: #003B7C;
    color: #FFF;
}


/*--FIN PAGINATION--*/


/*--INFO BOX--*/

.infoBox {
    padding: 15px;
    background: #ecf5d9;
    border-radius: 5px;
    color: #80BC00;
}

.infoBox__title {
    font-size: 1.15rem;
    margin-bottom: 0;
    padding-right: 15px;
}

.infoBox__title a {
    color: #80BC00;
    text-decoration: underline;
}


/*--FIN INFO BOX--*/


/*--LINK LIST--*/

.linkList__item {
    width: 20%;
    float: left;
    margin-bottom: 15px;
}

.linkList__item__link {
    display: flex;
    align-items: center;
    color: #80BC00;
    text-decoration: underline;
}

.linkList__item__link__img {
    margin-right: 5px;
    max-width: 30px;
}


/*--FIN LINK LIST--*/


/*--BREADCRUMB--*/

.breadcrumbContainer {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    background: transparent;
}

.breadcrumb {
    margin-bottom: 0;
    background: transparent;
    font-size: 0.750rem;
    text-shadow: 0 0 3px rgba(0, 0, 0, .75);
}

.breadcrumb__item,
.breadcrumb__item:hover {
    color: #FFF;
    text-decoration: underline;
    position: relative;
}

.breadcrumb__item::after {
    content: ">";
    transform: none;
    position: absolute;
    right: -10px;
}

.breadcrumb__item+.breadcrumb__item {
    margin-left: 15px;
}

.breadcrumb__item:last-of-type::after {
    content: none;
}

.breadcrumb__item.active {
    font-weight: 600;
    text-decoration: none;
}


/*--FIN BREADCRUMB--*/


/*--HEADER--*/

.header {
    position: absolute;
    z-index: 5;
    /* top: 0; */
    top: 20px;
    right: 0;
    left: 0;
}

.header__top {
    height: 50px;
    background: #FFF;
}

.header__top__item {
    border-left: 1px solid #EBEBEC;
}

.header__top__nav__link,
.header__top__rrss__link,
.header__top__language__link {
    height: 100%;
    line-height: 30px;
}

.header__top__nav__link:hover {
    color: #80BC00;
}

.header__top__rrss__link:hover {
    color: #003B7C;
}

.header__top__nav__link {
    color: #003B7C;
    font-size: 0.875rem;
    border-left: 1px solid #EBEBEC;
    display: flex;
    align-items: center;
	line-height: 15px;
}

.header__top__language__link.active {
    opacity: .4;
    cursor: not-allowed;
}

.header__top__nav__link__icon {
    font-size: 1.25rem;
    margin-right: 5px;
    color: #80BC00;
}

.header__top__nav__link:hover .header__top__nav__link__icon {
    color: #003B7C;
}

.header__top__nav__link,
.header__top__rrss,
.header__top__language {
    /* padding-left: 12px;
    padding-right: 12px; */
    padding-left: 6px;
    padding-right: 6px;
}

.header__top__rrss__link {
    color: #80BC00;
}

.header__top__language__link,
.header__top__language__link:hover {
    color: transparent
}

.header__top__rrss__link,
.header__top__language__link {
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.header__top__rrss__link:last-child,
.header__top__language__link:last-child {
    margin-right: 0;
}

.header__top__language__link--en,
.header__top__language__link--es {
    background-image: url(../img/icons.png);
    background-position: 50% 8px;
    background-size: 32px;
}

.header__top__language__link--en {
    background-position: 50% 5px;
}

.header__top__language__link--es {
    background-position: 50% -27px;
}

.header__top__search_button {
    color: #FFF;
    background: #80BC00;
    display: block;
    width: 35px;
    height: 30px;
    font-size: 1.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header__top__search_button:hover,
.header__top__search_button:focus {
    color: #FFF;
}

.header__bottom__logo {
    max-width: 215px;
    margin-top: -20px;
}

.header__bottom__logo img {
    max-width: 100%;
    height: auto;
}

.header__bottom__mainMenu__container {
    margin-bottom: 0;
}

.header__bottom__mainMenu__firstLevel {
    margin-left: 30px;
    position: relative;
    padding-bottom: 20px;
}

.header__bottom__mainMenu__firstLevel__link {
    color: #FFF;
    font-family: 'GothamBold' !important;
    font-size: 1.250rem;
    border-bottom: 2px solid transparent;
    display: block;
}

.header__bottom__mainMenu__firstLevel__link:hover {
    color: #FFF;
}

.header__bottom__mainMenu__firstLevel__link.active {
    border-color: #80BC00;
}

.header__bottom__mainMenu__firstLevel.current-page-ancestor .header__bottom__mainMenu__firstLevel__link,
.header__bottom__mainMenu__firstLevel.current-menu-item .header__bottom__mainMenu__firstLevel__link,
.header__bottom__mainMenu__firstLevel.current-menu-ancestor .header__bottom__mainMenu__firstLevel__link {
    border-color: #80BC00;
}

.header__bottom__mainMenu__firstLevel__subMenu {
    position: absolute;
    transform: translateX(-50%);
    top: 45px;
    left: 50%;
    min-width: 250px;
    background: #80BC00;
    padding: 5px 0;
    border-radius: 5px;
    display: none;
}

.header__bottom__mainMenu__firstLevel__subMenu::before {
    content: "";
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: -10px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #80BC00;
}

.header__bottom__mainMenu__firstLevel__subMenu a {
    color: rgba(255, 255, 255, .70);
    font-size: 1rem;
    font-weight: 600;
    line-height: normal;
    padding: 5px 15px;
    display: block;
}

.header__bottom__mainMenu__firstLevel__subMenu a:hover {
    color: rgba(255, 255, 255, 1);
    transform: scale(1.025);
}

.header__bottom__mainMenu__firstLevel__subMenu .current-menu-item a {
    color: #003B7C;
}


/*--FIN HEADER--*/


/*--MAIN--*/

.main {
    margin-top: 30px;
}


/*--FOOTER--*/

.footer__top {
    background: #EBEBEC;
    border-top: 1px solid #FFF;
}

.footer__top__nav__link {
    font-size: 0.875rem;
    color: #4A4A4A;
    display: flex;
    align-items: center;
}

.footer__top__nav__link__icon {
    color: #003B7C;
    margin-right: 5px;
    font-size: 1.25rem;
}

.footer__top__rrss__link,
.rrss__link {
    font-size: 2.125rem;
    color: #80BC00;
}

.rrss__link {
    margin-right: 15px;
}

.footer__top__nav__link:hover,
.footer__top__rrss__link:hover {
    color: #003B7C;
}

.footer__top__rrss,
.footer__top__nav__link,
.footer__top__rrss__link {
    margin-left: 15px;
}

.footer__top__footerMenu {
    margin-bottom: 0;
}

.footer__top__footerMenu__firstLevel {
    position: relative;
    z-index: 1;
}

.footer__top__footerMenu__firstLevel.trabajaConNosotros,
.footer__top__footerMenu__firstLevel.SQMEnElMundo {
    width: 100%;
    flex: 0 0 100%;
    max-width: none;
    z-index: 0;
}

.footer__top__footerMenu__firstLevel.trabajaConNosotros {
    margin-top: -70px;
}

.footer__top__footerMenu__firstLevel.SQMEnElMundo {
    margin-top: -20px;
}

.footer__top__footerMenu__firstLevel__link {
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
}

.footer__top__footerMenu__firstLevel__link:hover,
.footer__top__footerMenu__firstLevel__subMenu a:hover {
    color: #80BC00;
}

.footer__top__footerMenu__firstLevel.trabajaConNosotros .footer__top__footerMenu__firstLevel__link,
.footer__top__footerMenu__firstLevel.SQMEnElMundo .footer__top__footerMenu__firstLevel__link {
    width: 16.666667%;
    padding-right: 15px;
}

.footer__top__footerMenu__firstLevel__subMenu .knowledgeCenter {
    margin-top: 30px;
}

.footer__top__footerMenu__firstLevel__subMenu a {
    color: #78777C;
    font-size: 0.875rem;
    line-height: normal;
    margin-bottom: 8px;
    display: block;
}

.footer__bottom {
    background: #80BC00;
    color: #FFF;
}

.footer__bottom__form {
    margin: 0;
}

.footer__bottom__form__excerpt {
    margin-bottom: 5px;
    font-weight: 500;
}

.footer__bottom__text {
    margin: 0;
    font-weight: 500;
}

.footer__bottom__nav__link {
    color: #FFF;
}

.footer__bottom__nav__link::after {
    content: ",";
    margin-right: 5px;
}

.footer__bottom__nav__link:last-child::after {
    content: none;
}

.footer__bottom__text,
.footer__bottom__nav__link {
    font-size: 0.875rem;
}


/*--FIN FOOTER--*/


/*--HOME--*/


/*--HOME: NAV CATEGORÍAS DE PRODUCTOS--*/

.productCategories__nav,
.offsetTop {
    transform: translateY(-50%);
}

.productCategories__nav {
    position: relative;
    z-index: 3;
    padding-top: 0;
    padding-bottom: 0;
}

.productCategories__nav__link {
    width: 25%;
    border-right: 1px solid #FFF;
    text-align: center;
    font-size: 1.125rem;
    line-height: normal;
    font-weight: 500;
    padding: 25px;
}

.productCategories__nav__link:hover .productCategories__nav__link__icon {
    transform: scale(1.1);
}

.productCategories__nav__link__icon {
    display: block;
    color: #80BC00;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.offsetBackground__icon .icon {
    margin: 0;
}


/*--FIN HOME: NAV CATEGORÍAS DE PRODUCTOS--*/


/*--HOME: SMQ EN NÚMEROS--*/

.borderBox {
    background: #FFF;
    border: 6px solid #003b7c;
    border-radius: 10px;
    text-align: center;
    padding: 0 15px 15px 15px;
    margin-bottom: 60px;
}

.borderBox .iframe {
    height: 90%;
    ;
}

.borderBox__translateTop {
    transform: translateY(-50%);
}

.borderBox__elementTop {
    background: #FFF;
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
}

.sqmInNumbers__carousel .owl-stage {
    padding: 60px 0 30px 0;
}

.sqmInNumbers__carousel__item {
    background: #FFF;
    border: 6px solid #003b7c;
    border-radius: 10px;
}

.center .sqmInNumbers__carousel__item,
.center .borderBox {
    border-color: #80BC00;
}

.sqmInNumbers__carousel__item__container {
    margin-top: -65px;
}

.sqmInNumbers__carousel__item__icon {
    background: #FFF;
    color: #80BC00;
    width: auto !important;
    margin: 0 auto 30px auto;
    max-width: 300px;
}

.center .sqmInNumbers__carousel__item__icon {
    color: #003b7c;
}

.sqmInNumbers__carousel__item__title {
    font-size: 3.5rem;
    color: #003b7c;
}

.sqmInNumbers__carousel__item__excerpt {
    font-size: 1.5rem;
}


/*--FIN HOME: SMQ EN NÚMEROS--*/


/*--HOME: SUSTENTABILIDAD--*/

.sustainability__icon,
.offsetBackground__icon {
    width: 270px;
    height: 270px;
    border-radius: 50%;
    background: #80BC00;
    color: #FFF;
}


/*--FIN HOME: SUSTENTABILIDAD--*/

.values .card {
    align-items: center;
}

.values .card__icon {
    min-width: 120px;
    height: 120px;
    margin: 20px 0;
}


/*--HOME: SQM EN EL MUNDO--*/

.sqmInTheWorld {
    background: #003b7c;
}

.sqmInTheWorld,
.sqmInTheWorld .h2 {
    color: #FFF;
}

.sqmInTheWorld__map {
    margin-top: -50px;
    margin-bottom: -50px;
    display: block;
    text-align: center;
}


/*--FIN HOME: SQM EN EL MUNDO--*/


/*--FIN HOME--*/


/*--INTERIORES--*/

.lineTime__anchors.sticky {
    position: fixed;
    top: 0;
    z-index: 99;
    left: 0;
    right: 0;
    padding: 15px 0;
    background: rgba(255, 255, 255, .85);
}

.lineTime.sticky {
    margin-top: 160px;
}

.lineTime__anchors__link,
.lineTime__section__list__item__marker {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lineTime__anchors__link {
    border-color: #003B7C;
    color: #003B7C;
    margin: 0 10px;
}

.lineTime__anchors__link:hover,
.lineTime__anchors__link.active {
    border-color: #80BC00;
    color: #FFF;
    background: #80BC00;
}

.lineTime__section::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #80BC00;
    transform: translateX(-50%);
}

.lineTime__section__title {
    text-align: center;
    font-size: 3.750rem;
    color: #003B7C;
    background: #FFF;
    margin: 0 auto;
    display: table;
    position: relative;
    padding: 0 10px;
}

.lineTime__section__title__span,
.lineTime__section__title__icon {
    display: block;
    font-size: 1.250rem;
    color: #80BC00;
}

.lineTime__section__title::after,
.lineTime__section__title::before {
    content: "";
    height: 1px;
    border: 1px solid #003B7C;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
}

.lineTime__section__title::after {
    left: 100%;
}

.lineTime__section__title::before {
    right: 100%;
}

.lineTime__section__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.lineTime__section__list__item {
    position: relative;
    min-height: 100px;
    width: 50%;
}

.lineTime__section__list__item,
.lineTime__section__list--reverse .lineTime__section__list__item:nth-child(even) {
    margin-left: 50%;
}

.lineTime__section__list__item:nth-child(even),
.lineTime__section__list--reverse .lineTime__section__list__item:nth-child(odd) {
    margin-left: 0;
}

.lineTime__section__list__item:nth-child(even)>.d-flex,
.lineTime__section__list--reverse .lineTime__section__list__item:nth-child(odd)>.d-flex {
    flex-direction: row-reverse;
}

.lineTime__section__list--reverse .lineTime__section__list__item:nth-child(even)>.d-flex {
    flex-direction: row;
}

.lineTime__section__list__item__marker {
    border-color: #80BC00;
    background: #FFF;
    color: #003B7C;
    position: absolute;
}

.lineTime__section__list__item__marker,
.lineTime__section__list--reverse .lineTime__section__list__item:nth-child(even) .lineTime__section__list__item__marker {
    transform: translateX(-50%);
}

.lineTime__section__list__item:nth-child(even) .lineTime__section__list__item__marker,
.lineTime__section__list--reverse .lineTime__section__list__item:nth-child(odd) .lineTime__section__list__item__marker {
    transform: translateX(50%);
}

.lineTime__section__list__item__marker::after {
    content: "";
    height: 1px;
    border: 1px dashed #80BC00;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.lineTime__section__list__item__marker::after,
.lineTime__section__list--reverse .lineTime__section__list__item:nth-child(even) .lineTime__section__list__item__marker::after {
    left: 100%;
}

.lineTime__section__list__item:nth-child(even) .lineTime__section__list__item__marker::after,
.lineTime__section__list--reverse .lineTime__section__list__item:nth-child(odd) .lineTime__section__list__item__marker::after {
    left: auto;
    right: 100%;
}

.lineTime__section__list__item--featured .lineTime__section__list__item__marker {
    color: #003B7C;
    width: 75px;
    height: 75px;
    font-weight: 600;
    border: 3px solid #003B7C;
}

.lineTime__section__list__item--featured .lineTime__section__list__item__marker::after,
.lineTime__section__list--reverse .lineTime__section__list__item--featured:nth-child(even) .lineTime__section__list__item__marker::after {
    border: 1px solid #003B7C;
}

.lineTime__section__list__item__img {
    width: 40%;
    max-width: 220px;
    position: relative;
}

.lineTime__section__list__item__img,
.lineTime__section__list--reverse .lineTime__section__list__item:nth-child(even) .lineTime__section__list__item__img {
    margin-right: 15px;
    margin-left: 60px;
}

.lineTime__section__list__item__img::after {
    content: "\f067";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    width: 30px;
    height: 30px;
    border: 5px solid #FFF;
    background: #80BC00;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    left: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 0.75rem;
}

.lineTime__section__list__item__img img {
    border-radius: 50%;
}

.lineTime__section__list__item:nth-child(even) .lineTime__section__list__item__img,
.lineTime__section__list--reverse .lineTime__section__list__item:nth-child(odd) .lineTime__section__list__item__img {
    margin-left: 15px;
    margin-right: 60px;
}

.lineTime__section__list__item--featured .lineTime__section__list__item__img {
    width: 50%;
}

.lineTime__section__list__item__text {
    width: 65%;
    font-size: 1.125rem;
}

.lineTime__section__list__item__text,
.lineTime__section__list--reverse .lineTime__section__list__item:nth-child(even) .lineTime__section__list__item__text {
    text-align: left;
}

.lineTime__section__list__item--featured .lineTime__section__list__item__text {
    font-size: 1.375rem;
    width: 60%;
}

.lineTime__section__list__item:nth-child(even) .lineTime__section__list__item__text,
.lineTime__section__list--reverse .lineTime__section__list__item:nth-child(odd) .lineTime__section__list__item__text {
    text-align: right;
}

.lineTime__section__list__item__text p:last-of-type {
    margin: 0;
}


/*
.lineTime__anchors.sticky {
	position: fixed;
  top: 0;
  z-index: 99;
  left: 0;
  right: 0;
  padding: 15px 0;
  background: rgba(255,255,255,.85);
}

.lineTime.sticky {
	margin-top: 160px;
}

	.lineTime__anchors__link,
	.lineTime__section__list__item__marker {
		width: 70px;
		height: 70px;
		border-radius: 50%;
		border: 2px solid;
		background: #FFF;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.lineTime__anchors__link {
		border-color: #003B7C;
		color: #003B7C;
		margin: 0 10px;
	}

	.lineTime__anchors__link:hover,
	.lineTime__anchors__link.active {
		border-color: #80BC00;
		color: #FFF;
		background: #80BC00;
	}

.lineTime__section__img,
.lineTime__section__list {
	width: 50%;
}

.lineTime__section__img .img-fluid {
	border-radius: 50%;
}

.lineTime__section__list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.lineTime__section::before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 50%;
	top: 0;
	bottom: 0;
	width: 2px;
	height: 100%;
	background: #80BC00;
	transform: translateX(-50%);

}

	.lineTime__section__list__item {
		position: relative;
		min-height: 100px;
		padding-bottom: 30px;
	}

		.lineTime__section__list__item__marker {
			position: absolute;
			top: 0;
			transform: translateX(-100%);
			border-color: #80BC00;
			background: #FFF;
			color: #003B7C;
		}

		.lineTime__section__list__item--featured .lineTime__section__list__item__marker {
			border: 1px solid #80BC00;
			background: #80BC00;
			color: #FFF;
		}

.lineTime__section--right {
	flex-direction: row;
	text-align: left;
}

.lineTime__section--left {
	flex-direction: row-reverse;
	text-align: right;
}

	.lineTime__section--right .lineTime__section__list__item {
		padding-left: 80px;
	}

	.lineTime__section--left .lineTime__section__list__item {
		padding-right: 80px;
	}

		.lineTime__section--right .lineTime__section__list__item__marker {
			left: 0;
			transform: translateX(-50%);
		}

		.lineTime__section--left .lineTime__section__list__item__marker {
			right: 0;
			transform: translateX(50%);
		}


.lineTime__section--start .lineTime__section__list{
	width: 100%;
}
	.lineTime__section--start .lineTime__section__list__item {
		padding: 0;
		min-height: auto;
	}

	.lineTime__section--start .lineTime__section__list__item__marker {
		position: relative;
		transform: none;
		margin: 0 auto;
		background: #003B7C;
		border: none;
		color: #FFF;
		width: 110px;
		height: 110px;
		font-size: 1.15rem;
	}

	.lineTime__section--start .lineTime__section__list__item__marker,
	.lineTime__section__list__item--featured .lineTime__section__list__item__marker {
		font-weight: 600;
	}
*/

.relatedNews {
    background: #f1f1f1;
}

.post .card--featured {
    margin-bottom: 0;
}

.post__buttons {
    margin-top: 15px;
}

.post__buttons__item__link {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #80BC00;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    margin-bottom: 15px;
}

.post__buttons__item__link.open,
.post__buttons__item__link:hover {
    background: #003B7C;
    color: #FFF;
}

.post__content {
    width: 90%;
}

.post__content .h1 {
    margin-top: 15px;
}

.post__content__text h3 {
    font-size: 1.125em;
    color: #003B7C;
    margin-top: 30px;
}

.post__content__text blockquote {
    float: left;
    width: 40%;
    margin-right: 15px;
    margin-left: -15px;
    font-size: 1.125em;
    color: #80BC00;
}

.post__content img,
.product__textContainer img {
    max-width: 100%;
    height: auto;
    margin: 10px 0;
}

.sidebar__component {
    border-top: 1px solid #003B7C;
    padding-top: 30px;
    padding-bottom: 30px;
}

.sidebar .sidebar__component:first-of-type {
    border: none;
    padding-top: 0;
}

.rrssButtons {
    display: none;
    background: #e5ebf1;
    padding: 2px;
    margin-bottom: 15px;
    position: relative;
}

.rrssButtons::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #e5ebf1;
}

.rrssButtons__item {
    margin-bottom: 2px;
}

.rrssButtons__item:last-of-type {
    margin-bottom: 0;
}

.rrssButtons__item__link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
}

.rrssButtons__item--facebook {
    background: #3b5998;
}

.rrssButtons__item--twitter {
    background: #1da1f2;
}

.rrssButtons__item--linkedin {
    background: #0077b5;
}

.rrssButtons__item--whatsapp {
    background: #128c7e;
}

.rrssButtons__item__link,
.rrssButtons__item__link:hover,
.rrssButtons__item__link:focus {
    color: #FFF;
}

.featuredNews .card__titleContainer::before {
    content: "\f3ae";
    font-family: "Ionicons";
    font-size: 1.5rem;
    color: #80BC00;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.sidebar__component.sqmADay .carouselCenter .owl-stage {
    align-items: flex-start;
}

.sidebar__component.sqmADay .card__title,
.sidebar__component.sqmADay .card__date,
.sidebar__component.sqmADay .link {
    display: none;
}

.sidebar__component.sqmADay .center .card__title,
.sidebar__component.sqmADay .center .card__date,
.sidebar__component.sqmADay .center .link {
    display: block;
}

.sqmInTheWorld--innerPage .sqmInTheWorld__form {
    margin-bottom: 30px;
}

.map {
    position: relative;
    color: #212529;
}

#map {
    height: 500px;
    width: 100%;
}

#mapContact {
    height: 300px;
    width: 100%;
}

.eventInfo__map {
    min-height: 250px;
}

.infoWindowMap {
    font-size: .875rem;
    position: absolute;
    z-index: 1;
    top: 15px;
    right: 15px;
    bottom: 15px;
    width: 35%;
    padding: 25px;
    border-radius: 10px;
}

.infoWindowMap,
.eventInfo__listContainer {
    background: rgba(128, 188, 0, .85);
    color: #FFF;
}

.eventInfo__listContainer {
    padding: 15px;
    float: left;
    width: 100%;
}

.eventInfo__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.eventInfo__list__item {
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.eventInfo__list__item:first-of-type {
    padding-top: 0;
}

.eventInfo__list__item:last-of-type {
    border-bottom: none;
}

.eventInfo__list__item__text {
    font-size: 1.05rem;
    margin-bottom: 0;
}

.eventInfo__list__item__title {
    font-weight: 700;
    font-size: 95%;
    display: block;
    margin-bottom: 2px;
}

.eventInfo__list__item__icon {
    width: 30px;
    margin-right: 5px;
    font-size: 1.15rem;
    text-align: center;
}

.infoWindowMap__title {
    font-size: 1.25rem;
    color: #FFF;
    margin-bottom: 10px;
}

.infoWindowMap__generalContact {
    margin-bottom: 15px;
}

.infoWindowMap__list,
.infoWindowMap__listContact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.infoWindowMap__listContact__item {
    margin-bottom: 15px;
}

.infoWindowMap__list__item {
    margin-bottom: 5px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: .875rem;
    line-height: normal;
}

.infoWindowMap__list__item .list__icon {
    font-size: 1.15rem;
    color: #FFF;
}

.infoWindowMap__list__item span {
    width: 90%;
}

.infoWindowMap__list__item__title {
    font-size: 1rem;
    color: #FFF;
    margin-bottom: 4px;
}

.infoWindowMap__note {
    font-size: 95%;
    color: #FFF;
}

.infoWindow {
    padding: 5px;
}

.infoWindow__title {
    font-size: 1rem;
    color: #003B7C;
    margin-bottom: 5px;
}

.infoWindow__address {
    font-size: 1rem;
    font-family: 'Montserrat', sans-serif;
    color: #212529;
    margin-bottom: 0;
}

.boxList {
    padding: 15px;
    margin-bottom: 30px;
}

.sideMenu,
.boxList {
    background: #EBEBEC;
    border-radius: 10px;
}

.sideMenu,
.sideMenu__submenu,
.boxList__list {
    list-style: none;
}

.sideMenu {
    padding: 0;
}

.sideMenu__submenu,
.boxList__list {
    padding: 0;
    margin: 0;
}

.sideMenu__submenu {
    border-top: #fff 1px solid;
}

.sideMenu__submenu__item {
    padding: 5px 0;
}

.sideMenu__submenu__item:last-child {
    margin-bottom: 5px;
}

.sideMenu__submenu__item a {
    font-size: 90%;
}

.sideMenu__submenu__item a i {
    font-size: 80%;
}

.sideMenu__link,
.boxList__list__link {
    display: block;
    border-bottom: 1px solid #FFF;
    padding: 15px 20px 15px 0;
    padding-right: 20px;
    font-family: 'GothamBold' !important;
    line-height: normal;
    position: relative;
    display: flex;
    align-items: center;
}

.sideMenu__link {
    border: 0;
}

.sideMenu .sideMenu__item {
    padding: 0 15px;
    border-bottom: 5px solid #fff;
}

.sideMenu .sideMenu__item:last-child {
    border-bottom: 0;
}

.sideMenu__item:last-of-type .sideMenu__link,
.boxList__list__item:last-of-type .boxList__list__link {
    border-bottom: none;
}

.sideMenu__link:hover,
.boxList__list__link:hover,
.sideMenu__submenu__item a:hover {
    color: #80BC00;
    transform: scale(1.005);
}

.sideMenu__link::after {
    content: "\f3d3";
    font-family: "Ionicons";
    font-size: 2rem;
    color: #80BC00;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.open .sideMenu__link::after {
    content: "\f3d0";
}

.boxList__list__link i {
    width: 25px;
}

.sideMenu__item>a>i {
    font-size: 2.75rem;
    margin-right: 10px;
}

.fc-toolbar,
.fc-toolbar.fc-header-toolbar {
    background: #003B7C;
    padding: 15px;
    color: #FFF;
    text-transform: capitalize;
    margin-bottom: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.fc-toolbar h2 {
    font-size: 1.75rem;
}

.fc-toolbar .fc-button,
.fc-toolbar .fc-icon {
    height: auto;
}

.fc-toolbar .fc-button .fc-icon {
    margin: 0;
    top: 0;
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fc-icon::after,
.fc-icon-x:after {
    top: 0;
    font-size: 1rem;
}

.fc-day-header {
    text-transform: capitalize;
}

.fc th.fc-day-header {
    padding: 10px;
    color: #80BC00;
}

.fc-state-default {
    background: transparent;
    border: none;
    box-shadow: none;
    color: #FFF;
}

.fc-icon,
a.fc-more::before {
    font-family: "Ionicons";
}

.fc-icon-left-single-arrow:after {
    content: "\f3d2";
}

.fc-icon-right-single-arrow:after {
    content: "\f3d3";
}

.fc-unthemed td.fc-today {
    background: #f0f0f0;
}

.fc-basic-view .fc-day-number,
.fc-basic-view .fc-week-number {
    padding: 5px;
}

.fc-event,
.fc-event-dot {
    background: #80BC00;
    border: none;
    padding: 5px 10px;
}

a.fc-more:not([href]):not([tabindex]) {
    color: #003B7C;
}

a.fc-more::before {
    content: "\f46a";
    margin-right: 5px;
}

.contactTitle {
    color: #003B7C;
    font-size: 1.25rem;
}

.teamList__item:first-child,
.teamList__item.level-1 {
    width: 100%;
    background: #e5ebf1;
}

.teamList__item {
    width: 48%;
    background: #FFF;
    padding: 10px 15px;
    border-radius: 5px;
    margin: 1%;
    border: 1px solid #e5ebf1;
}


/*#chart_div {
	display: block;
    width: 100%;
    overflow-x: auto;
}

.google-visualization-orgchart-node,
.google-visualization-orgchart-nodesel {
  border: none !important;
  -moz-border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
	border-radius: 10px !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
	box-shadow: none !important;
	background: #e5ebf1 !important;
  padding: 10px !important;
  cursor: pointer !important;
	vertical-align: top !important;
}

.google-visualization-orgchart-lineleft,
.google-visualization-orgchart-lineright,
.google-visualization-orgchart-linebottom,
.google-visualization-orgchart-linetop {
	border-color: #bfcede !important;
}*/

.chart-item__containerInfo {
    margin-left: 15px;
}

.chart-item__title,
.chart-item__excerpt,
.chart-item__info {
    display: block;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    padding: 0 !important;
}

.chart-item__img {
    display: block;
    /*margin: 0 auto 10px auto !important;*/
    border: 1px solid #e5ebf1;
    padding: 5px !important;
    border-radius: 5px;
    /*width: 120px;*/
}

.teamList__item:first-child .chart-item__img,
.teamList__item.level-1 .chart-item__img {
    border-color: #FFF;
}

.chart-item__title {
    font-size: 1.15rem;
    color: #003B7C;
    margin-bottom: 0;
}


/*.google-visualization-orgchart-node .tooltip .chart-item__title {
	color: #FFF;
}*/

.chart-item__excerpt {
    color: #80BC00;
    font-size: 0.95rem;
    margin-bottom: 5px !important;
}

.chart-item__link,
.chart-item__link:not([href]):not([tabindex]) {
    color: #80BC00;
}

.modal {
    padding: 0;
}

.modal-body .chart-item__img {
    width: auto;
}

.modal-body .chart-item__title {
    font-size: 1.15rem;
}

.modal-body .chart-item__excerpt {
    font-size: 1rem;
}

.chart-item__info {
    font-size: 0.85rem;
    line-height: normal;
}


/*.google-visualization-orgchart-node {
	position: relative;
}

.google-visualization-orgchart-node i,
.google-visualization-orgchart-nodesel i{
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size: 0.6rem;
	color: #003B7C;
	opacity: 0.3;
}

.google-visualization-orgchart-node:hover,
.google-visualization-orgchart-nodesel:hover{
	background-color: #d8e0e8 !important;
}

.google-visualization-orgchart-node:hover i,
.google-visualization-orgchart-nodesel:hover i{
	opacity: 1;
}

.google-visualization-orgchart-node .tooltip {
	top: 0;
	left: -30px;
	right: -30px;
	transform: translateY(-80%);
}
	.google-visualization-orgchart-node .tooltip .arrow {
		padding: 0;
	}
	.google-visualization-orgchart-node .tooltip .tooltip-inner {
    	padding: 20px;
	}*/


/*--FIN INTERIORES--*/

.wpcf7 .screen-reader-response {
    display: none;
}

div.wpcf7-response-output {
    padding: 0;
    margin: 10px 0 0 0;
    font-size: 85%;
    border: none;
    text-align: left;
}

div.wpcf7-response-output::before {
    content: "*";
    margin-right: 5px;
}

div.wpcf7-mail-sent-ok {
    color: #466309;
}

div.wpcf7-validation-errors {
    color: #940a17;
}

.wpcf7-not-valid,
.boxForm .wpcf7-not-valid {
    color: #940a17;
    box-shadow: 0px 0px 1px #940a17;
    background-color: #fff8f8;
}

.wpcf7-not-valid::-webkit-input-placeholder {
    color: #940a17 !important;
}

.wpcf7-not-valid::-moz-placeholder {
    color: #940a17 !important;
}

.wpcf7-not-valid:-ms-input-placeholder {
    color: #940a17 !important;
}

.wpcf7-not-valid:-moz-placeholder {
    color: #940a17 !important;
}

span.wpcf7-not-valid-tip {
    color: #940a17;
    font-size: .75rem;
    display: none;
}

.contactList .card--horizontal .card__text {
    width: 75%;
}

img.alignright {
    float: right;
    margin: 0 0 15px 15px;
}

.logos .card__imgContainer {
    border: 1px solid #bfcede;
    border-radius: 5px;
}

.fancybox-bg {
    background: #e0e0e0;
}

.fancybox-stage,
.fancybox-caption-wrap {
    float: left;
    position: relative;
    height: 100%;
}

.fancybox-stage {
    width: 70%;
}

.fancybox-caption-wrap {
    width: 30%;
    visibility: visible;
    background: rgba(0, 59, 124, .85);
    padding: 30px 60px 30px 30px;
    display: flex;
    align-items: center;
    z-index: 99996;
}

.fancybox-caption {
    padding: 0;
    border-top: none;
    font-size: 0.85rem;
    color: #fff;
    line-height: 1.5;
    font-family: 'Montserrat', sans-serif;
}

.fancybox-infobar,
.fancybox-toolbar {
    z-index: 99998;
    position: fixed;
}

.fancybox-infobar {
    mix-blend-mode: normal;
    color: #FFF;
    bottom: 10px;
    top: auto;
    right: 10px;
    left: auto;
    font-family: 'Montserrat', sans-serif;
    position: fixed;
}

.fancybox-button,
.fancybox-navigation button:before {
    background: #80BC00;
    color: #FFF;
}

.fancybox-navigation button:before {
    border-radius: 50%;
}

.fancybox-is-open .fancybox-navigation {
    display: block;
}

.fancybox-is-open .fancybox-caption-wrap,
.fancybox-is-open .fancybox-infobar,
.fancybox-is-open .fancybox-navigation,
.fancybox-is-open .fancybox-toolbar {
    opacity: 1;
    visibility: visible;
}

.modal-dialog {
    height: 100%;
    display: flex;
    align-items: center;
    background: rgba(227, 227, 227, .8);
    max-width: 100%;
    justify-content: center;
    margin: 0;
}

.modal-header {
    padding: 0;
    border: none;
}

.modal-header,
.modal-content {
    position: static;
}

.modal-body {
    padding: 30px;
}

.modal-content {
    border-radius: 0;
    border: none;
    background: #013b7c;
    color: #FFF;
    min-width: 768px;
    max-width: 80%;
}

.modal-content .chart-item__title {
    color: #FFF;
}

.modal .close {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: #80bc00;
    opacity: 1;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: none;
    padding: 0;
    margin: 0;
}

td[title=sdsadasdadad] {
    opacity: 0;
}

article .gray-container {
    background: #EBEBEC;
    padding: 10px 20px;
    -webkit-border-radius: 0 0 15px 0;
    border-radius: 0 0 15px 0;
}

footer img.footer__top__logo {
    max-width: 180px;
}

.tabs a:not([href]):not([tabindex]) {
    color: #003B7C;
}

.b2iQuoteSmall {
    color: #467b3a;
    /* font-size: 0.875rem; */
    font-size: 0.75rem;
    display: flex;
    align-items: center;
    height: 100%;
    line-height: 30px;
    font-weight: bold;
}

.b2iQuotechange {
    font-weight: normal;
}

#QuoteDiv {
    display: inline-block;
}

.fa-chart-bar {
    color: #467b3a;
    font-size: 1.1em;
    position: relative;
    top: 2px;
}

.footer__top__footerMenu__firstLevel__subMenu .green-item a {
    color: #80BC00;
    font-weight: bold;
}

.post__content a {
    font-weight: bold;
}

.inv-recaptcha-holder {
    display: none;
}

.card--background .card__titleContainer {
    width: 55%;
}

.card--background .card__titleContainer {
    margin-left: 5%;
    margin-right: 30%;
}

.card--background .card__text,
.post__content__excerpt {
    width: 55%;
}

.card--background .card__text,
.card--background .card__titleContainer {
    margin-left: 5%;
}

.slick-vertical .slick-slide {
    margin: 15px 0px;
    height: 100px;
    background: #ebebec;
    color: #000;
    min-height: 105px;
    padding: 10px 10px 5px 20px;
    border-radius: 10px 0px 10px 0px;
}

.blue-news {
    color: #FFF;
}

.blue-news a:hover {
    color: #000;
}

ul#featuredPostSlider {
    padding-left: 0px;
}

ul#slick-pager {
    top: 30px;
}

ul.arrows-slider li {
    cursor: pointer;
}

ul.arrows-slider li:hover {
    opacity: .9;
}

@media (min-width: 992px) {
    .offset-lg-4 {
        margin-left: -38%;
    }
    .col-lg-11 {
        -ms-flex: 0 0 95%;
        flex: 0 0 95%;
        max-width: 95%;
    }
}

.blue-news p {
    padding: 0px;
    color: #003b7c;
    font-weight: 500;
    font-size: 16px;
    position: relative;
}

.blue-news p:after {
    content: " ";
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0px;
    width: 40px;
    height: 4px;
    background: #80BC00;
}

.slick-current .blue-news p {
    color: #FFF;
}

.card--background .card__img {
    background-size: cover;
    object-fit: cover;
    min-height: 470px;
    min-width: 100%;
    max-height: 470px;
}

.item.slick-slide.slick-current.slick-active {
    background: #053b7c;
    color: #FFF;
}

ul.arrows-slider {
    list-style: none;
    margin: 0px;
    padding: 0px;
    position: relative;
    top: -100px;
    margin-bottom: -100px;
}

ul.arrows-slider li {
    display: inline-block;
    margin-right: 15px;
}

.pagerNavigation {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 7px;
    color: #FFF;
    background: #053b7c;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .slick-vertical .slick-slide {
        padding: 5px;
    }
}

@media screen and (max-width: 768px) {
    .card--background .card__titleContainer {
        width: 90%;
    }
    .card--background .card__text,
    .post__content__excerpt {
        width: 90%;
    }
    ul.arrows-slider {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .card--background .card__titleContainer {
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .card--background .card__titleContainer {
        margin-left: 5%;
        margin-right: 5%;
    }
}

.card--background .card__titleContainer {
    width: 55%;
}

.card--background .card__titleContainer {
    margin-left: 5%;
    margin-right: 30%!important;
}

.card--background .card__text,
.post__content__excerpt {
    width: 55%;
}

.card--background .card__text,
.card--background .card__titleContainer {
    margin-left: 5%;
}

.slick-vertical .slick-slide {
    margin: 15px 0px;
    height: 100px;
    background: #ebebec;
    color: #000;
    min-height: 105px;
    padding: 10px 10px 5px 20px;
    border-radius: 10px 0px 10px 0px;
}

.blue-news {
    color: #FFF;
}

.blue-news a:hover {
    color: #000;
}

ul#featuredPostSlider {
    padding-left: 0px;
}

ul#slick-pager {
    top: 30px;
}

ul.arrows-slider li {
    cursor: pointer;
}

ul.arrows-slider li:hover {
    opacity: .9;
}

@media (min-width: 992px) {
    .offset-lg-4 {
        margin-left: -38%;
    }
    .col-lg-11 {
        -ms-flex: 0 0 95%;
        flex: 0 0 95%;
        max-width: 95%;
    }
}

.blue-news p {
    padding: 0px;
    color: #003b7c;
    font-weight: 500;
    font-size: 16px;
    position: relative;
}

.blue-news p:after {
    content: " ";
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0px;
    width: 40px;
    height: 4px;
    background: #80BC00;
}

.slick-current .blue-news p {
    color: #FFF;
}

.card--background .card__img {
    background-size: cover;
    object-fit: cover;
    min-height: 470px;
    min-width: 100%;
    max-height: 470px;
}

.item.slick-slide.slick-current.slick-active {
    background: #053b7c;
    color: #FFF;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .slick-vertical .slick-slide {
        padding: 5px;
    }
}

@media screen and (max-width: 768px) {
    .card--background .card__titleContainer {
        width: 90%;
    }
    .card--background .card__text,
    .post__content__excerpt {
        width: 90%;
    }
    ul.arrows-slider {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .card--background .card__titleContainer {
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .card--background .card__titleContainer {
        margin-left: 5%;
        margin-right: 5%;
    }
}

ul.arrows-slider {
    list-style: none;
    margin: 0px;
    padding: 0px;
    position: relative;
    top: -100px;
    margin-bottom: -100px;
}

ul.arrows-slider li {
    display: inline-block;
    margin-right: 15px;
}

.pagerNavigation {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 7px;
    color: #FFF;
    background: #053b7c;
}

.slider-color-primary {
    color: #83A920 !important;
}

.slider-color-secondary {
    color: #CAE57C !important;
}

.Montserrat {
    font-family: 'Montserrat', sans-serif;
}

.GoboldRegularItalic {
    font-family: 'GoboldRegularItalic', 'Montserrat', sans-serif !important;
}

.visibility-hidden {
    visibility: hidden !important;
}
/**/
@media (max-width: 991.99px) {
    .header__bottom {
        background: rgba(0, 59, 124, .9);
        min-height: 85px;
        padding-top: 20px;
    }
}