a {
    outline: none !important;
}

/*Hero Top Banner*/
.hero-top-banner {
    min-height: 300px;
    background-size: cover;
    background-position: center;
    color: #fff;
    padding-bottom: 120px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.hero-top-banner .hero-top-banner--vademecum {
    position: absolute;
    top: 10%;
    right: 5%;
    z-index: 9;
}

.hero-top-banner .hero-top-banner--vademecum a {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.45;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.hero-top-banner .hero-top-banner--vademecum img {
    max-width: 45px;
}

.hero-top-banner .hero-top-banner--vademecum span {
    font-family: 'Montserrat', sans-serif;
    padding-left: 10px;
}

.hero-top-banner .hero-top-banner--vademecum span .line {
    width: 100px;
    height: 2px;
    background: #fff;
    display: block;
    margin-inline-start: auto; margin-top: 2px;
    display: none;
}

.hero-top-banner .product-search {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
    background: rgba(255,255,255,0.7);
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-top-banner .product-search .arrow-search {
    position: absolute;
    right: 27px;
    height: 20px;
    bottom: 0;
    top: 20px;
    cursor: pointer;
}

.hero-top-banner .product-search .arrow-search + input {
    font-weight: bold;
}

.hero-top-banner .product-search select, .hero-top-banner .product-search input {
    background: none;
    border: solid 1px #261f21;
    width: 100%;
    height: 60px;
    border-radius: 0px;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    outline: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    text-align: left;
    color: #4b484a;
    padding-left: 16px;
    padding-right: 30px;
    font-weight: 300;
}

.hero-top-banner .product-search select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.hero-top-banner .product-search select, .hero-top-banner .product-search input::placeholder {
    color: #4b484a;
}

.hero-top-banner .ribbon {
    position: absolute;
    right: 0;
    bottom: 120px;
    min-width: 500px;
    padding: 0 68px 20px 0;
    display: flex;
    align-items: center;
    background: none !important;
    /* text-align: right; */
    justify-content: flex-end;
}

.hero-top-banner .ribbon::before {
    content: " ";
    width: 70px;
    height: 4px;
    right: 0;
    top: 0;
    position: absolute;
    background: red;
    display: none;
}

.hero-top-banner .ribbon-mini {
    position: absolute;
    right: 0;
    bottom: 190px;
    min-width: 500px;
    padding: 15px;
    padding-right: 150px;
    display: flex;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.9;
    letter-spacing: 3.36px;
    text-transform: uppercase;
    display: inline-block;
    width: 611px;
    display: none;
}

.hero-top-banner .ribbon img {
    width: 140px;
}

.hero-top-banner .ribbon h1, .hero-top-banner .ribbon h2 {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    line-height: 1;
    display: inline-block;
    color: #fff;
    width: auto;
    text-align: right;
    margin-left: 20px;
}

.hero-top-banner .ribbon h1 .second-line, .hero-top-banner .ribbon h2 .second-line {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 22.3px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: 1.67px;
}

.ribbon-mobile {
    text-align: center;
    color: #fff;
    padding: 25px;
}

.ribbon-mobile img {
    display: block;
    max-width: 64px;
    margin: 0 auto;
    margin-bottom: 12px;
}

.ribbon-mobile h1, .ribbon-mobile h2 {
    margin: 0;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 21.9px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.9;
    letter-spacing: 1.64px;
}

/*Two Blocks*/
.two-blocks {
    display: block;
    position: relative;
    overflow: hidden;
    background: #ffffff;
}

.two-blocks .vertical-align--wrapper .line {
    border-right-color: #bcd0e8;
}

.two-blocks .main-title h2 {
    color: #0033a1;
    text-align: center;
}

.two-blocks .main-title p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: 1.2px;
    text-align: center;
    color: #b3cfe9;
    margin-bottom: 20px;
}

.two-blocks .block-text {
    padding: 20px 0;
    padding-top: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 50px;
}

.two-blocks .image--wrapper {
    text-align: center;
}

.two-blocks .image--wrapper img {
    max-width: 350px;
}

.two-blocks .block-text .block-text--wrapper {
    display: inline-block;
    width: 80%;
}

.two-blocks .block-text--wrapper-link {
    display: inline-block;
    width: 10%;
    padding-left: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    text-align: center;
    outline: 0;
}

.two-blocks .block-text--wrapper-link img {
    max-width: 34px;
}

.two-blocks .block-text--wrapper-link a {
    text-decoration: none;
    color: inherit;
}

.two-blocks .block-text h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.27;
    letter-spacing: 1.13px;
    color: #616160;
    margin-bottom: 10px;
}

.two-blocks .block-text h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 34px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.24;
    letter-spacing: 2.55px;
    color: #616160;
    margin-bottom: 37px;
    text-transform: uppercase;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.two-blocks .block-text p {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: 1.35px;
    color: #616160;
    padding-bottom: 25px;
    margin-bottom: 0;
}

.two-blocks .block-text.right p {
    border-right: 2px solid #b3cfe9;
    padding-right: 25px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16.4px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: 1.23px;
    height: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.two-blocks .block-text.left h3, .two-blocks .block-text.left h4 {
    padding-left: 25px;
}

.two-blocks .block-text.right h3, .two-blocks .block-text.right h4 {
    padding-right: 25px;
}

.two-blocks .block-text.left {
    text-align: left;
}

.two-blocks .block-text.left .block-text--wrapper-link {
    padding-left: 0;
    text-align: center;
    margin-right: 5px;
}

.two-blocks .block-text.right {
    text-align: right;
}

/*Search Results*/
.search-results {
    margin-bottom: 0;
    position: relative;
    background: #ffffff;
}

.search-results__title {
    padding-top: 50px;
    padding-bottom: 25px;
    text-align: l;
}

.search-results__title h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #0075c9;
}

.search-results__title h2 span {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.search-results__product {
    background: url(../img/bg-search-results.jpg);
    background-size: contain;
    padding: 15px;
    margin: 10px 0;
    display: flex;
    flex-direction: column;
}

.search-results__product--left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 40%;
}

.search-results__product--right {
    width: 60%;
}

.search-results__product .search-results__product-title {
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    color: #0075c9;
}

.search-results__product .search-results__product-link {
    text-decoration: none;
}

.search-results__product h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 21px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: 1.58px;
    color: #1d1d1b;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.search-results__product h4 span {
    color: #1982ce !important;
}

.search-results__product .line {
    width: 59.9px;
    height: 1px;
    background: #1982ce;
    display: block;
    margin-bottom: 22px;
    margin-top: 14px;
}

.search-results__product p {
    margin: 0 0 30px;
    font-family: 'Montserrat', sans-serif;
    line-height: 130%;
}

.search-results__product p:last-child {
    margin: 0;
}

.search-results__product p strong {
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    width: 100%;
    color: #0075c9;
    font-weight: 500;
    font-size: 18px;
}

.search-results__product p a {
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    width: auto;
    color: #000;
    font-weight: 500;
    text-decoration: none;
}

.search-results__product p a:hover {
    text-decoration: underline;
}

.search-results__product .search-results__product_more {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    color: #0075c9;
}

.search-results__product .search-results__product_more span {
    font-family: 'Montserrat', sans-serif;
}

.search-results__product .search-results__product_more a {
    text-decoration: none;
    color: #1982ce;
    display: flex;
    align-items: center;
}

.search-results__product .search-results__product_more img {
    width: 25px;
    margin-bottom: 5px;
}

.search-results .vertical-align--wrapper .line {
    border-right-color: #1982ce;
}

#lineas-terapeuticas, .search_lineas {
    background: linear-gradient(90deg, #82a4d6, #4b80c3) !important;
    /* padding: 50px 0; */
    position: relative;
}

.search_lineas .vertical-align--wrapper .line {
    border-right-color: #fff;
}

.search_lineas h2 {
    /* font-family: 'Montserrat', sans-serif; */
    /* font-weight: 600; */
    /* font-stretch: normal; */
    /* font-style: normal; */
    /* text-transform: uppercase; */
    /* width: 100%; */
    /* text-align: center; */
    color: #fff;
    /* font-size: 21.8px; */
    /* line-height: 1.2; */
    /* letter-spacing: 1.64px; */
}

.search_lineas .lineas-block {
    margin-top: 30px;
}

/*Lineas*/
.lineas-block {
    margin-top: 60px;
    margin-bottom: 10px;
}

.lineas-block a {
    text-decoration: none;
    transition: all .15s ease;
}

.lineas-block a:visited, .lineas-block a:focus {
    color: #fff;
}

@media screen and (min-width: 1024px) {
    /*Hero top Banner*/ .hero-top-banner {
        min-height: 490px;
    }

    .hero-top-banner .ribbon {
        /* width: 320px; */
    }

    .hero-top-banner .ribbon h1, .hero-top-banner .ribbon h2 {
        font-size: 44px;
    }

    /*Two Blocks */
    .two-blocks .block-text {
        margin-bottom: 0;
    }

    .two-blocks .block-text.left .block-text--wrapper-link {
        margin-right: 0;
    }

    .two-blocks .content-block {
        margin-top: 87px;
        display: flex;
    }

    .two-blocks .block-text .block-text--wrapper {
        height: 100%;
        flex-direction: column;
    }

    /*Search Results*/
    .search-results {
        /* margin-bottom: 23px; */
    }

    .search-results__product .search-results__product-title {
        font-size: 32px;
    }

    .search-results__title h2 {
        font-size: 32px;
    }

    .search-results__product {
        padding: 35px;
        flex-direction: row;
    }

    .search-results__product h4 {
        font-size: 34px;
        line-height: 1.18;
        letter-spacing: 2.55px;
    }

    .search-results__product p {
        font-size: 16px;
    }

    .search-results__product .search-results__product_more {
    }

    .search-results__product .search-results__product_more img {
        width: 28px;
        margin-bottom: 5px;
    }

    .search_lineas h2 {
        /* font-size: 45.7px; */
        margin: 40px 0;
        /* line-height: 0.88; */
        /* letter-spacing: 3.43px; */
    }
}

/* hero top banner */
.hero-top-banner {
    min-height: 340px;
    background-size: cover;
    background-position: center;
    color: #fff;
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.hero-top-banner .hero-top-banner--vademecum {
    position: absolute;
    top: 10%;
    right: 15px;
}

.hero-top-banner .hero-top-banner--vademecum a {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.45;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.hero-top-banner .hero-top-banner--vademecum img {
    max-width: 55px;
}

.hero-top-banner .hero-top-banner--vademecum span {
    font-family: 'Montserrat', sans-serif;
    padding-left: 10px;
}

.hero-top-banner .hero-top-banner--vademecum span .line {
    width: 69px;
    height: 2px;
    background: #fff;
    display: block;
    margin-inline-start: auto; margin-top: 10px;
    display: none;
}

.hero-top-banner .hero-slider--social {
    z-index: 8;
    clear: both;
    float: left;
    position: relative;
    width: 100%;
    margin: 30px 0 0;
}

.hero-top-banner .hero-slider--social ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.hero-top-banner .hero-slider--social ul li {
    margin-right: 30px;
}

.hero-top-banner .hero-slider--social ul li a {
    display: inline-block;
    opacity: 1;
    transform: translateY(0);
    transition: all .15s ease;
}

.hero-top-banner .hero-slider--social ul li a:hover {
    opacity: .7;
    transform: translateY(-5px);
}

.hero-top-banner .hero-slider--social ul li img {
    width: 22px;
}

.hero-top-banner .hero-slider--social ul li.facebook img {
    width: 14px;
}

.hero-top-banner .product-search {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
    background: rgba(255,255,255,0.7);
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-top-banner .product-search .arrow-search {
    position: absolute;
    right: 30px;
    height: 20px;
    bottom: 0;
    top: 15px;
    cursor: pointer;
}

.hero-top-banner .product-search #search_arrow + input {
    font-weight: bold;
}

.hero-top-banner .product-search select, .hero-top-banner .product-search input {
    background: none;
    border: solid 1px #261f21;
    width: 100%;
    height: 50px;
    border-radius: 0px;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    outline: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    text-align: left;
    color: #4b484a;
    padding-left: 16px;
    padding-right: 30px;
}

.hero-top-banner .product-search select, .hero-top-banner .product-search input::placeholder {
    color: #4b484a;
}

.hero-top-banner h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.89;
    text-align: left;
}

.hero-top-banner p {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 130%;
    width: 100%;
}

.anchor-menu {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-bottom: 15px;
    background: rgba(0,117,201,0.7);
}

.anchor-menu.show {
    height: 100%;
    background: rgba(0,117,201,0.9);
}

.anchor-menu.show ul {
    display: block;
    text-align: center;
}

.anchor-menu a, .anchor-menu #mobile-submenu {
    color: #fff;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.45;
    letter-spacing: -0.17px;
    transition: .5s;
    text-transform: uppercase;
    outline: 0;
}

.anchor-menu a:hover {
    text-decoration: underline;
}

.anchor-menu ul {
    display: none;
    margin: 0;
    list-style: none;
    width: 100%;
    justify-content: space-evenly;
}

.anchor-menu ul li {
    display: block;
    height: 35px;
}

.anchor-menu #mobile-submenu {
    text-align: center;
    cursor: pointer;
}

@media screen and (max-width: 1024px) {
    #post-15 .hero-top-banner {
        background-image: url('../img/productos-mobile.png') !important;
    }

    .hero-top-banner h1 {
        /* color: #ffffff !important; */
    }

    .hero-top-banner p {
        /* color: #ffffff !important; */
    }
}

@media screen and (min-width: 1024px) {
    .hero-top-banner {
        min-height: 410px;
        padding-bottom: 0;
        justify-content: flex-end;
    }

    body.tax-linea .hero-top-banner, body.tax-unidades-de-negocio .hero-top-banner {
        min-height: 500px;
        padding-bottom: 120px;
    }

    .hero-top-banner .hero-top-banner--vademecum {
        right: 68px;
    }

    .hero-top-banner h1 {
        font-size: 44px;
        width: 100%;
        text-align: inherit;
        margin: 60px 0 20px;
    }

    .hero-top-banner p {
        font-size: 20px;
        padding-right: 50%;
        margin: 0;
        line-height: 130%;
    }

    .hero-top-banner .hero-slider--social ul {
        margin: 0;
    }

    .hero-top-banner > .container {
        position: relative;
        display: flex;
        align-self: stretch;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    .anchor-menu ul {
        display: flex;
    }

    .anchor-menu ul li {
        display: inline-block;
        height: inherit;
    }
}

/* product tabs */
.product-tabs {
    background: linear-gradient(90deg, #5292ce, #337cc4);
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 50px 0;
}
.product-tabs--title {
    text-align: center;
}
.product-tabs--title img {
    max-width: 160px;
}

.product-tabs .container-fluid {
    padding: 0 !important;
}

.product-tabs .main-tab-row {
    display: flex;
}

.product-tabs .main-tab-row .icon-col {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-tabs .main-tab-row .icon-col img {
    max-width: 110px;
}

.product-tabs .sort_type--row {
    display: flex;
    flex-direction: column;
    margin: 20px 0;
}

.product-tabs .sort_type--box {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    opacity: .5;
    font-size: 18px;
    margin: 5px 0;
    font-weight: 500;
    line-height: 120%;
    transition: all .15s ease;
}

.product-tabs .sort_type--box:hover, .product-tabs .sort_type--box.active-box {
    background: none !important;
    opacity: 1;
}

.product-tabs .sort_box--row {
    display: flex;
    margin: 0 -5px 0px;
    justify-content: space-between;
    position: relative;
    overflow: auto;
    padding-bottom: 20px;
    flex-wrap: wrap;
}

.product-tabs .sort-box {
    text-align: center;
    text-transform: uppercase;
    background: rgba(255,255,255,.2);
    width: 30%;
    margin: 0 1.5% 10px;
    padding: 8px;
    line-height: 1;
    transition: all .15s ease;
    cursor: pointer;
}

.product-tabs .sort-box:first-child {
    width: 100%;
}

.product-tabs .sort-box:hover {
    background-color: #006AC1;
}

.product-tabs .sort-box.active-box {
    background-color: #006AC1;
}

.product-tabs .sort-box.disabled {
    text-decoration: line-through;
    opacity: .3;
    cursor: not-allowed;
}

.product-tabs .product-tabs--products {
    position: relative;
    overflow: hidden;
}
.product-tabs .product-tabs--products .row.product-tabs--products-header {
    padding: 10px 0;
    font-weight: 300;
    color: #ffffff;
    /* margin: 0; */
}
.product-tabs .product-tabs--products .product-tabs--products-content .row {
    font-weight: 300;
    color: rgba(255,255,255,.7);
    border-bottom: 1px solid rgba(255,255,255,.3);
    /* margin: 0; */
    padding: 10px 0;
}
.product-tabs .product-tabs--products .row .col-xs-4,
.product-tabs .product-tabs--products .row .col-xs-12 {
    padding: 5px 15px;
    line-height: 130%;
}

.product-tabs .product-tabs--products .row .product-name {
    font-weight: 600;
}

.product-tabs .product-tabs--products .row .product-name span {
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    width: 100%;
    font-weight: 300;
}

.product-tabs .product-tabs--products-content .row:hover {
    background-color: rgba(255,255,255,.1);
}

.product-tabs .product-tabs--products .row a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
}

.product-tabs .product-tabs--products .row a:hover {
    text-decoration: underline;
}

.product-tabs .product-tabs--products .row .arrow {
    display: none;
}

.shortchode.no-padding .container-fluid .product-tabs {
    padding: 20px 10px;
}

.product-tabs .linea-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 22px;
    margin: 0 0 1em;
    display: inline-block;
}

@media screen and (min-width: 1024px) {
    .product-tabs {
        padding: 50px 0;
    }
    .product-tabs--title {
        text-align: left;
    }
    .product-tabs .sort_type--row {
        flex-direction: row;
    }
    .product-tabs .sort_type--box {
        margin: 10px 30px 10px 0
    }

    .product-tabs .product-tabs--products-header:hover {
        color: #fff;
    }

    .product-tabs .product-tabs--products-header span {
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        font-size: 18px;
        border-bottom: 5px solid #006AC1;
        display: inline-block;
        width: 100%;
        padding: 0 0 10px;
        text-transform: capitalize;
    }

    .product-tabs .sort_box--row {
        flex-wrap: nowrap;
    }

    .product-tabs .sort-box {
        width: 100%;
        margin: 0 5px;
    }


}

/*BreadCrumbs*/
.unidades-de-negocio .breadcrumb--wrapper, .linea .breadcrumb--wrapper, .unidades-bajo-cuidados-primarios .breadcrumb--wrapper {
    /* position: absolute; */
    /* top: 0; */
    /* padding: 10px 0; */
}

.unidades-bajo-cuidados-primarios .breadcrumb--wrapper.row {
    margin: 0 !important;
}

.unidades-bajo-cuidados-primarios .breadcrumb--wrapper .breadcrumb li a {
    color: #fff !important;
}

.breadcrumb--wrapper {
    /* display: flex; */
    /* justify-content: center; */
    /* padding: 24px 10px; */
}

.breadcrumb--wrapper .breadcrumb {
    list-style: none;
    margin: 25px 0;
    display: flex;
    align-items: center;
}

.breadcrumb--wrapper .breadcrumb li {
    line-height: 0.7;
}

.breadcrumb--wrapper .breadcrumb li a {
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    color: #606060;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0.57px;
    outline: 0;
    text-transform: capitalize;
}

.breadcrumb--wrapper .breadcrumb li a span {
    font-family: 'Montserrat', sans-serif;
}

.breadcrumb--wrapper .breadcrumb li a:hover {
    text-decoration: underline;
}

.breadcrumb--wrapper .breadcrumb li.active span {
    /* color: #0075c9; */
}

.breadcrumb--wrapper .breadcrumb img {
    max-width: 7px;
    margin: 0 10px;
}

.breadcrumb--wrapper div[class^=col-] {
    padding: 0;
}

.hero-top-banner.unidades-de-negocio .hero-top-banner--vademecum {
    top: 40%;
    left: 2%;
    right: inherit;
}

@media screen and (min-width: 1024px) {
    .unidades-de-negocio .breadcrumb--wrapper, .linea .breadcrumb--wrapper, .unidades-bajo-cuidados-primarios .breadcrumb--wrapper {
        /* padding: 30px 0 0; */ 
    }

    .breadcrumb--wrapper .breadcrumb li {
        line-height: inherit;
    }

    .breadcrumb--wrapper .breadcrumb li a {
        font-size: 16px;
    }

    .breadcrumb--wrapper .breadcrumb img {
        max-height: 15px;
    }

    .hero-top-banner.unidades-de-negocio .hero-top-banner--vademecum {
        top: 10%;
        left: inherit;
        right: 68px;
    }
}

/*Products*/
.product-content {
    padding-bottom: 50px;
    background: #ffffff;
}

.product-content .title--wrapper h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    font-size: 28.2px;
    letter-spacing: 2.12px;
    text-transform: uppercase;
    color: #616160;
    margin-bottom: 15px;
    text-align: center;
}

.product-content .title--wrapper p {
    font-family: 'Montserrat', sans-serif;
    font-size: 12.9px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.52;
    letter-spacing: 0.97px;
    color: #616160;
    text-align: center;
}

.product-content .title--wrapper .line {
    width: 73px;
    height: 1px;
    background-color: #bcd0e8;
    display: none;
}

.product-content .title--wrapper .social-networks {
    display: inline-flex;
    list-style: none;
    padding-top: 14px;
    margin-left: 0;
    width: 100%;
    justify-content: center;
}

.product-content .title--wrapper .social-networks img {
    width: 26px;
    margin-right: 7px;
}

.product-content .title--wrapper .social-networks a {
    outline: 0;
}

.product-content .product-data-wrapper {
    margin-top: 20px;
}

.product-content .product-data--title {
    color: #0075C9;
    margin: 0 0 5px;
    display: inline-block;
    width: 100%;
}

.product-content .product-data--details {
    font-family: 'Montserrat', sans-serif;
    color: #0075C9;
    display: inline-block;
    line-height: 130%;
}

.product-content .product-data--desc {
    display: flex;
    flex-direction: column;
    margin-top: 2em;
}

.product-content .product-data--presentacion {
    width: 100%;
}

.product-content .product-data--presentacion p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 1em;
    line-height: 140%;
}

.product-content .product-data--presentacion strong {
    color: #0075C9;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 18px;
}

.product-content .product-data--prospecto {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-content .product-data--prospecto p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 1em;
}

.product-content .product-data--prospecto strong {
    color: #0075C9;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 18px;
}

.product-content .product-data--prospecto-button {
    display: flex;
    position: relative;
    padding-top: 10px;
    margin: 1em 0;
    align-items: center;
    text-decoration: none;
    position: relative;
    color: #0075c9;
}

.product-content .product-data--prospecto-button::before {
    content: " ";
    height: 4px;
    width: 120px;
    position: absolute;
    top: 0;
    left: 0;
    background: #F0E7EC;
}

.product-content .product-data--prospecto-button span {
    font-family: 'Montserrat', sans-serif;
    margin-right: 10px;
    font-weight: 300;
    font-size: 18px;
}

.product-content .product-data--prospecto-button img {
    width: 12px;
    transform: translateX(0);
    transition: all .15s ease;
}

.product-content .product-data--prospecto-button:hover img {
    transform: translateX(7px);
}

.product-content .social-networks {
    position: relative;
}

.product-content .social-networks {
    list-style: none;
    display: inline-block;
    margin: 20px 0 0;
}

.product-content .social-networks li {
    display: inline-block;
    margin-right: 10px;
}

.product-content .social-networks li:last-child {
    margin-right: 0;
}

.product-content .social-networks li img {
    width: 30px;
    height: 30px;
}

.product-content .product-image {
    text-align: center;
    margin-bottom: 20px;
}

.related-products-section {
    padding: 48px 20px;
    background-color: #99d9e4;
}

.related-products-section h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.05;
    letter-spacing: 1.5px;
    text-align: left;
    color: #1982ce;
    margin-bottom: 10px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}

.related-products-section .slider-related .image--slider {
    position: relative;
    width: 200px;
    height: 200px;
    margin: 0 auto;
    overflow: hidden;
}

.related-products-section .slider-related .image--slider img {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    position: absolute;
    left: -12px;
}

.related-products-section .slider-related a {
    color: #616160;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: 1.35px;
    transition: .5s;
}

.related-products-section .slider-related h5 {
    width: 150px;
    margin: 0 auto;
}

.related-products-section .slider-related a:hover {
    color: #fff;
}

.related-products-section .slick-arrow {
    top: 35%;
    position: absolute;
    z-index: 999;
    background: none;
    border: 0;
    outline: 0;
    transition: .5s;
}

.related-products-section .slick-arrow img {
    height: 22px;
    width: 15px;
}

.related-products-section .slick-arrow.slick-prev {
    left: 5%;
}

.related-products-section .slick-arrow.slick-next {
    right: 5%;
    transform: rotate(180deg);
}

.related-products-section .slick-arrow.slick-disabled {
    display: none !important;
}

@media screen and (min-width: 1024px) {
    .product-content {
        /* padding-bottom: 100px; */
    }

    .product-content .title--wrapper h1 {
        font-size: 36px;
        letter-spacing: 2.7px;
        text-align: inherit;
    }

    .product-content .title--wrapper p {
        font-size: 16.5px;
        letter-spacing: 1.23px;
        padding-bottom: 20px;
        text-align: left;
    }

    .product-content .title--wrapper .line {
        display: block;
    }

    .product-content .title--wrapper .social-networks {
        padding-top: 34px;
        width: inherit;
        justify-content: inherit;
    }

    .product-content .product-data-wrapper {
        margin-top: 50px;
    }

    .product-content .product-data--prospecto {
        width: 50%;
    }

    .product-content .product-data--desc {
        flex-direction: row;
    }

    .product-content .product-data--presentacion {
        width: 50%;
        padding-right: 5%;
    }

    .product-content .product-data .data--wrapper {
        padding-right: 42px;
    }

    .product-content .product-data .prospect--wrapper {
        /* position: absolute; */
        /* bottom: 0; */
        /* right: 0; */
        /* text-align: center; */
        /* margin-top: 0; */
    }

    .product-content .product-data .prospect--wrapper a {
        width: inherit;
    }

    .product-content .product-data .prospect--wrapper .line {
        display: block;
    }

    .product-content .product-data .prospect--wrapper span {
        margin: inherit;
        width: 74px;
        display: block;
        font-family: 'Montserrat', sans-serif;
        font-size: 14.6px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.2;
        letter-spacing: 1.1px;
        text-align: center;
        white-space: wrap;
        color: #616160;
        background: none;
        border-radius: 0;
        padding: 0;
        height: inherit;
    }

    .product-content .product-data .prospect--wrapper img {
        position: relative;
        width: 35px;
        left: inherit;
        top: inherit;
    }

    .product-content .product-data .data--wrapper .data {
        font-size: 20px;
        letter-spacing: 1.5px;
    }

    .product-content .product-data .data--wrapper .data.high {
        margin-bottom: 60px;
    }

    .product-content .product-data .data--wrapper .type {
        font-size: 16px;
        letter-spacing: 1.2px;
    }

    .product-content .product-image {
        text-align: center;
        margin-bottom: 0;
    }

    .related-products-section h3 {
        margin-bottom: 30px;
    }

    .related-products-section .slider-related img {
        margin-right: auto;
    }

    .related-products-section .slider-related h5 {
        width: 90%;
        margin: 0 auto;
    }
}

/*SUBHOME LINEAS*/
.hero-top-banner--title {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}

.hero-top-banner--cat {
    background: linear-gradient(90deg, #59a9dd, #5688d5);
    color: #ffffff;
    padding: 7px 15px;
    font-family: 'Montserrat', sans-serif;
    line-height: 120%;
    font-size: 24px;
}

.hero-top-banner--linea {
    margin: 10px 0 50px;
}

.hero-top-banner--linea h1, .hero-top-banner--linea h2 {
    background: linear-gradient(90deg, #88c8eb, #8494de);
    color: #ffffff;
    padding: 7px 15px;
    font-family: 'Montserrat', sans-serif;
    line-height: 120%;
    font-size: 38px;
    margin: 0;
}

@media screen and (min-width: 1024px) {
    .hero-top-banner--title {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 0 68px;
        align-items: flex-start;
    }

    .hero-top-banner--title-cat {
    }

    .hero-top-banner--title-linea {
    }
}

/*BAJO CUIDADOS PRIMARIOS*/
.lineas-unidades-de-negocio {
    background-color: #1982ce;
    position: relative;
}

.lineas-unidades-de-negocio h2 {
    width: 100%;
    margin: 0 auto;
    color: #fff;
    text-align: center;
}

.lineas-unidades-de-negocio .vertical-align--wrapper .line {
    border-right-color: #fff !important;
}

.lineas-unidades-de-negocio .row {
    justify-content: center;
    margin: 60px 0;
}

.lineas-unidades-de-negocio a {
    text-decoration: none;
}

/*VADEMECUM*/
.vademecum-page article {
    margin-bottom: 0;
}

.news .block--title {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #0075c9;
}

.news .block--title strong {
    font-family: 'Montserrat', sans-serif;
}

.news .block--subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #0075c9;
}

.news .news-posts {
}

.news .news-post {
    display: flex;
    flex-direction: column;
    padding: 20px 0;
    border-bottom: 4px solid rgb(0 117 201 / .15);
}

.news .news-post:last-child {
    border: none;
}

.news .news-post--image {
    width: 100%;
}

.news .news-post--image a {
    display: inline-block;
    width: 100%;
}

.news .news-post--image a img {
}

.news .news-post--text {
    padding: 15px 0;
    width: 100%;
}

.news .news-post--text h3 {
    font-size: 22px;
    line-height: 120%;
    margin: 0 0 15px;
}

.news .news-post--text h3 a {
    text-decoration: none;
    color: #0075c9;
}

.news .news-post--text h3 a:hover {
}

.news .news-post--text p {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 140%;
    font-weight: 300;
    margin: 15px 0;
}

.news .news-post--text .link {
    display: flex;
    align-items: center;
    text-decoration: none;
    border-top: 4px solid rgb(0 117 201 / .15);
    float: left;
    padding: 7px 0 0;
    margin: 15px 0 0;
}

.news .news-post--text .link img {
    height: 14px;
}

.news .news-post--text .link span {
    font-family: 'Montserrat', sans-serif;
    color: #0075c9;
    margin-right: 7px;
}

@media screen and (min-width: 1024px) {
    .news .block--title {
        font-size: 32px;
    }

    .news .block-text {
        margin-bottom: 0;
        padding: 0;
        align-items: flex-start;
    }

    .news .news-post {
        flex-direction: row;
    }

    .news .news-post--image {
        width: 40%;
    }

    .news .news-post--text {
        padding: 25px;
        width: 60%;
    }

    .news .news-post--text h3 {
        font-size: 24px;
    }
}

.news-post .slider {
    background-color: #deebf4;
    position: relative;
}

.news-post iframe, .news-post .slider, .news-post .slides {
    width: 100%;
    height: 240px !important;
}

.news-post .slides li {
    max-width: 1170px !important;
}

.news-post .slides img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    top: 0 !important;
    left: 0 !important;
}

.news-post .content {
    background-color: #ffffff;
    color: #616160;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.82;
    letter-spacing: 1.05px;
}

.news-post .content img {
    float: left;
    margin-right: 15px;
}

.news-post .content * {
    font-family: 'Montserrat', sans-serif;
    line-height: 150%;
    letter-spacing: 0;
    margin: 0 0 15px;
    width: auto;
    font-size: 16px;
}

.news-post .content li {
    list-style: inside;
}

.news-post .content h1 {
    color: #0074C8;
    letter-spacing: -0.01em;
    font-size: 28px;
    margin-bottom: 30px;
}

.news-post .content-text {
    font-family: 'Montserrat', sans-serif;
    line-height: 140%;
    letter-spacing: 0;
}

.news-post .back--wrapper img {
    transform: rotate(180deg);
}

@media screen and (min-width: 1024px) {
    .slider .hero-slider--social {
        position: absolute;
        z-index: 99;
        left: 68px;
        bottom: 30px;
    }

    .news-post .hero-slider--social ul {
        list-style: none;
        display: flex;
        flex-direction: row;
        margin: 0;
    }

    .news-post .hero-slider--social ul li {
        margin-right: 10px;
    }

    .news-post .hero-slider--social ul li img {
        width: 28px;
    }

    .news-post .slider {
        overflow: hidden;
    }

    .news-post iframe, .news-post .slider, .news-post .slides {
        width: 100%;
        height: 345px !important;
    }

    .news-post .content {
        font-size: 18px;
    }

    .news-post .content h1 {
        font-size: 32px;
    }

    .news-post .slides-pagination {
        top: 510px;
    }
}

.social-icons {
    background-size: cover;
    background-position: center center;
}

.social-icons--holder {
    display: flex;
    max-width: 640px;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.social-icons--logo {
    margin: 0 30px;
}

.social-icons--logo img {
    width: 180px;
}

.social-icons--icons ul {
    list-style: none;
    margin: 0 30px;
    padding: 0;
}

.social-icons--icons ul li {
    display: inline-block;
    margin: 0 10px;
}

.social-icons--icons ul a {
}

.social-icons--icons ul a:hover {
}

.social-icons--icons ul a img {
    height: 24px;
}

@media screen and (min-width: 1024px) {
    .social-icons--holder {
        flex-direction: row;
    }
}

.hero-slider-videos {
    position: relative;
    overflow: hidden;
}

.hero-slider-videos--title {
    position: absolute;
    z-index: 9999;
    padding: 15px;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    text-transform: initial;
    margin: 20px 0;
    margin-top: 50px;
    overflow: hidden;
    display: none;
}

.hero-slider-videos--title::before {
    content: ' ';
    background: linear-gradient(90deg,rgba(255,255,255,.25), transparent);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.hero-slider-videos .slider {
    display: block;
    position: relative;
    overflow: hidden;
    max-height: 530px;
}

.hero-slider-videos .slides-container li {
    max-width: 1170px;
    overflow: hidden;
}

.hero-slider-videos .slides-container li .bg-image {
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    transform: scale(1);
    transition: all 7500ms ease;
}

.hero-slider-videos .slides-container li.active .bg-image {
    transform: scale(1.1);
}

.hero-slider-videos .container-text {
    display: flex;
    flex-direction: column;
    padding: 30px;
    height: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    text-decoration: none;
    cursor: pointer;
    z-index: 9;
    position: relative;
}

.hero-slider-videos .container-text--category {
    display: flex;
    align-items: flex-start;
    margin: 0 0 15px;
    opacity: 0;
    transform: translateY(100px);
    transition: all 1s ease 0s;
}

.hero-slider-videos .slides-container li.active .container-text--category {
    opacity: 1;
    transform: translateY(0);
}

.hero-slider-videos .container-text--category span {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    display: inline-flex;
    font-size: 22px;
    line-height: 120%;
    font-weight: 500;
    letter-spacing: 1px;
    max-width: 380px;
}

.hero-slider-videos .container-text--category em {
    width: 10px;
    height: 20px;
    background-position: center center;
    background-size: cover;
    display: inline-block;
    margin: 6px 15px;
}

.hero-slider-videos .container-text--category img {
}

.hero-slider-videos .container-text--text {
    display: flex;
    align-items: center;
    opacity: 0;
    transform: translateY(100px);
    transition: all 1s ease .2s;
}

.hero-slider-videos .slides-container li.active .container-text--text {
    opacity: 1;
    transform: translateY(0);
}

.hero-slider-videos .container-text--text span {
    background: #f0e7ec;
    font-family: 'Montserrat', sans-serif;
    color: #585858;
    text-decoration: none;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 120%;
    font-weight: 400;
    max-width: 280px;
}

.hero-slider-videos .container-text--text span strong {
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    width: 100%;
}

.hero-slider-videos .container-text--text em {
    width: 45px;
    min-width: 45px;
    height: 45px;
    background-position: center center;
    background-size: cover;
    display: inline-block;
    margin: 0 10px;
}

.hero-slider-videos .slider .slides-pagination {
    bottom: 10px
}

.hero-slider-videos .slider .slides-pagination a {
    background: #ffffff;
    border: none !important;
    outline: none !important;
    font-size: 0;
    width: 14px;
    height: 14px;
    margin: 0 10px;
    opacity: .2;
    transition: all .15s ease;
}

.hero-slider-videos .slider .slides-pagination a.current {
    opacity: 1;
}

.hero-slider-videos .video-holder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: #000000;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}

.hero-slider-videos .video-holder.active {
    opacity: 1;
    visibility: visible;
}

.hero-slider-videos .video-holder .close {
    font-family: 'Montserrat', sans-serif;
    position: absolute;
    text-decoration: none;
    font-weight: 500;
    right: 25px;
    top: 25px;
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    border: 3px solid #fff;
    width: 32px;
    text-align: center;
    border-radius: 100%;
    height: 32px;
    padding: 10px;
    box-sizing: content-box;
    background: rgba(0,0,0,.15);
}

.hero-slider-videos .video-holder iframe {
    display: inline-block;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 1024px) {
    .hero-slider-videos--title {
        font-size: 38px;
        line-height: 110%;
        padding: 10px 20px 10px 40px;
    }

    .hero-slider-videos .container-text {
        padding: 65px;
    }

    .hero-slider-videos .container-text--category span {
        font-size: 28px;
    }

    .hero-slider-videos .slider .slides-pagination {
        bottom: 30px
    }

    .hero-slider-videos .container-text--text span {
        font-size: 16px;
    }

    .hero-slider-videos .container-text--text em {
        width: 55px;
        min-width: 55px;
        height: 55px;
        margin: 0 30px;
    }
}

.works .works-top {
    margin: 0 0 1.5em;
}

.works .works-top h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    text-transform: initial;
}

.works .works-top .text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 130%;
}

.works .works-list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    min-height: 420px;
    padding-bottom: 100px;
}

.works .work {
    display: flex;
    flex-direction: column;
    margin: 30px 0 0;
    width: 100%;
}

.works .work .work-title {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.works .work .work-title h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 120%;
    position: relative;
    padding: 15px 0;
}

.works .work .work-title h4 a {
    color: #ffffff;
    text-decoration: none;
    outline: none;
    font-family: 'Montserrat', sans-serif;
    padding-right: 30px;
    position: relative;
}

.works .work .work-title h4 a img {
    /* position: absolute; */
    width: 9px;
    margin: 3px 15px;
}

.works .work .work-title h4::before {
    content: ' ';
    background: #0075C9;
    position: absolute;
    width: 70px;
    height: 3px;
    top: 0;
}

.works .work .work-detail {
    font-family: 'Montserrat', sans-serif;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    background: #0075C9;
    height: 100%;
    top: 0;
    z-index: 999;
    padding: 25px;
    display: none;
    flex-direction: column;
}

.works .work .work-detail.active {
    display: flex;
}

.works .work .work-detail--left {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.works .work .work-detail--right {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: auto;
    margin: 10px 0 70px;
}

.works .work .work-detail * {
    font-family: 'Montserrat', sans-serif;
}

.works .work .work-detail a {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
}

.works .work .work-detail h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 120%;
    position: relative;
    padding: 35px 0 10px;
}

.works .work .work-detail h4 a {
    position: absolute;
    left: 0;
    top: 0;
}

.works .work .work-detail h4 a img {
    width: 9px;
    transform: rotate(180deg);
}

.works .work .work-link {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 25px;
    left: 25px;
}

.works .work .work-link span {
    font-family: 'Montserrat', sans-serif;
    margin: 0 20px 0 0;
    line-height: 24px;
    font-size: 20px;
}

.works .work .work-link strong {
    font-family: 'Montserrat', sans-serif;
}

.works .work .work-link img {
    transform: rotate(-90deg);
    width: 43px;
}

@media screen and (min-width: 1024px) {
    .works .works-top h2 {
        font-size: 48px;
        line-height: 110%;
    }

    .works .works-top .text {
        font-size: 22px;
        margin: 10px 0;
    }

    .works .work {
        width: 50%;
    }

    .works .works-list {
        padding: 0;
    }

    .works .work .work-title h4 {
        font-size: 22px;
    }

    .works .work .work-title h4 a img {
        margin: 0px 0 0 10px;
    }

    .works .work .work-detail {
        flex-direction: row;
        justify-content: space-between;
    }

    .works .work .work-detail h4 {
        padding: 0 0 0 30px;
    }

    .works .work .work-detail--left {
        width: 33.3%;
    }

    .works .work .work-detail--right {
        width: 60%;
    }

    .works .work .work-link {
        margin: 0;
    }
}

.grecaptcha-badge {
    opacity: 0;
    visibility: hidden;
}



#popup-ie {
    background: rgba(255,255,255,.9);
    text-align: center;
    color: #1974c5;
    max-width: 840px;
    padding: 3vw 6vw;
}
#popup-ie .popup--title {
  color: #1974c5;
  font-family: 'Montserrat', sans-serif;
  margin: 0 0 2em;
  font-size: 18px;
}
#popup-ie .popup--title img {
  width: 50px;
    margin: 0 0 10px;
}
#popup-ie .popup--text p {
  color: #1974c5;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
}
#popup-ie .popup--text p a {
  color: #1974c5;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-decoration: none;
}
#popup-ie .popup--logo {margin: 40px 0 0;}
#popup-ie .popup--logo img {width: 140px;}
#popup-ie .fancybox-close-small {
  display: none !important;
}
