@font-face {
    font-display: swap;
    font-family: Helvetica Neue LT Pro extend;
    font-style: normal;
    src: local("Helvetica-Neue"),url(../fonts/LinotypeHelveticaNeueLTPro-BlkEx.otf) format("opentype")
}
@font-face {
    font-display: swap;
    font-family: Helvetica Neue LT Pro extend bold;
    font-style: normal;
    src: local("Helvetica-Neue"),url(../fonts/Linotype\ -\ HelveticaNeueLTPro-BdEx.otf) format("opentype")
}
@font-face {
    font-display: swap;
    font-family: Helvetica Neue LT Pro Medium;
    font-style: normal;
    src: local("Helvetica-Neue"),url(../fonts/Linotype\ -\ HelveticaNeueLTPro-Md.otf) format("opentype")
}
@font-face {
    font-display: swap;
    font-family: Helvetica Neue LT Pro black;
    font-style: normal;
    src: local("Helvetica-Neue"),url(../fonts/Linotype\ -\ HelveticaNeueLTPro-Blk.otf) format("opentype")
}
@font-face {
    font-display: swap;
    font-family: Helvetica Neue LT Pro light;
    font-style: normal;
    src: local("Helvetica-Neue"),url(../fonts/Linotype\ -\ HelveticaNeueLTPro-Lt.otf) format("opentype")
}
 html {
    height: 100%;
 }
body {
    color: #707070;
    line-height: 1;
    height: 100%;
    font-family: Helvetica Neue LT Pro Medium;
}

img {
    width: 100%;
}

sub, sup {
    font-size: .55em;
}

h1 {
    font-weight: 700;
    color: #424647;
    font-size: 32px;
    margin: 0;
}

h2 {
    font-weight: 700;
    font-size: 26px;
    margin: 0;
}

p {
    font-size: 1rem;
    line-height: 1.5;
}
span {
    font-weight: 700;
}
.menu .menu-itens {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    padding: 2px 60px;
    background: #6A76E2;
    border-radius: 40px;
}
.menu-section {
    padding: 20px 50px;
}
.menu .menu-itens .menu-item {
    position: relative;
    color: #ffffff;
    text-align: center;
    text-decoration: unset;
    padding: 10px;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 20px;
    font-size: 14px;
    cursor: pointer;
}
.menu .menu-itens .menu-item:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 30px;
    background: #ffffff;
    left: 0;
}
.menu .menu-itens .menu-item:first-child:before {
    display: none;
}
.desktop-none {
    display: none;
}
.grid-two {
    display: flex;
    gap: 120px;
    justify-content: center;
}
.about {
    padding: 90px 0;
}
.about .text {
    margin-bottom: 120px;
}
.about .text p {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}
.about .grid-two .item-text {
    margin-top: 20px;
}
.about .grid-two .item-text p {
    margin-bottom: 30px;
}
.about .grid-two .item-img h1 {
    font-size: 50px;
    line-height: 50px;
    font-family: Helvetica Neue LT Pro extend;
    color: #6a76e2;
}
.about .grid-two .item-img p {
    font-size: 18px;
    margin-bottom: 30px;
}
.about .grid-two .item-img .box {
    padding: 15px 30px 10px;
    border-radius: 20px;
}
.about .grid-two .item-img .box .title {
    margin-bottom: 10px;
}
.about .grid-two .item-img .box .list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 300px;
}
.about .grid-two .item-img .box .list .item {
    margin-bottom: 5px;
    font-size: 14px;
}
.about .grid-two .item-img .box .list .item img {
    width: 15px;
    margin: 0 5px 5px 0;
}
.about .grid-two .item-img a {
    color: #707070;
    text-decoration: unset;
}
.about .grid-two .item-img .box.green {
    background-color: #D4EDDA;
    margin-bottom: 15px;
}
.about .grid-two .item-img .box.blue {
    background-color: #D6EBF0;
}
.impact {
    padding: 90px 0;
    background-color: #D8E1EA;
}
.impact .grid-two .item-img h1 {
    font-size: 50px;
    line-height: 50px;
    font-family: Helvetica Neue LT Pro extend;
    color: #6a76e2;
    margin-bottom: 10px;
}
.impact .grid-two .item-img img {
    position: relative;
    left: 30px;
}
.impact .grid-two .item-text h3 {
    font-family: Helvetica Neue LT Pro extend bold;
    color: #6A76E2;
    opacity: 0.7;
    margin-bottom: 0;
    font-size: 26px;
}
.impact .grid-two .item-text ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.impact .grid-two .item-text ul li {
    position: relative;
    margin-bottom: 50px;
}
.impact .grid-two .item-text ul li:before {
    content: '';
    border-bottom: solid 1px;
    width: 30px;
    height: 5px;
    position: absolute;
    top: -25px;
}
.impact .grid-two .item-text ul li:first-child:before {
    display: none;
}
.seasonality {
    padding: 90px 0;
    text-align: center;
}
.seasonality .text {
    margin-bottom: 70px;
}
.seasonality .text h1 {
    font-size: 45px;
    line-height: 45px;
    font-family: Helvetica Neue LT Pro extend;
    color: #6a76e2;
    margin-bottom: 20px;
}
.seasonality .text p {
    font-size: 22px;
}
.seasonality .img img {
    max-width: 920px;
}
.seasonality .img p {
    position: relative;
    top: 20px;
    margin: 0;
    font-size: 20px;
}
.signs-and-symptoms {
    padding: 92px 0;
    background-color: #D8E1EA;
}
.signs-and-symptoms .title {
    justify-content: center;
    display: flex;
    gap: 280px;
}
.signs-and-symptoms .title h1 {
    font-size: 45px;
    line-height: 45px;
    font-family: Helvetica Neue LT Pro extend;
    color: #6a76e2;
    margin-bottom: 20px;
}
.signs-and-symptoms .box-title {
    text-align: center;
    background-color: #6A76E2;
    color: #ffffff;
    max-width: 1080px;
    margin: 70px auto;
    padding: 25px 20px 20px;
    border-radius: 40px;
}
.signs-and-symptoms .list-one .title-icon h5 {
    text-align: center;
    color: #6a76e2;
    margin-bottom: 50px;
    margin-top: 50px;
    font-weight: 700;
}
.signs-and-symptoms .list-one .itens {
    text-align: center;
    display: flex;
    justify-content: center;
    max-width: 820px;
    margin: 0 auto;
    gap: 70px;
}
.signs-and-symptoms .list-one .itens .item p {
    margin-top: 30px;
    color: #6a76e2;
    line-height: 20px;
    margin-bottom: 0;
}
.signs-and-symptoms .list-two {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 820px;
    margin: 0 auto;
    gap: 15px;
}
.signs-and-symptoms .list-two .item {
    background: #ffffff;
    text-align: center;
    border: solid 1px #CCCCCC;
    padding: 15px 20px 10px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #6a76e2;
    font-weight: 700;
    line-height: 20px;
    min-height: 80px;
}
.signs-and-symptoms .list-three {
    text-align: center;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: center;
    max-width: 820px;
    margin: 0 auto;
    gap: 25px;
    margin-bottom: -30px;
}
.signs-and-symptoms .list-three .item {
    margin-bottom: 50px;
}
.signs-and-symptoms .list-three .item p {
    margin-top: 30px;
    color: #6a76e2;
    line-height: 20px;
    margin-bottom: 0;
}
.signs-and-symptoms .list-three .item p span {
    font-weight: 700;
}
.signs-and-symptoms .list-four {
    text-align: center;
    display: flex;
    justify-content: center;
    max-width: 820px;
    margin: 0 auto;
    gap: 140px;
}
.signs-and-symptoms .list-four .item img {
    width: auto;
    min-height: 120px;
}
.signs-and-symptoms .list-four .item .number {
    margin-top: 30px;
    font-size: 50px;
    font-weight: 700;
    color: #6A76E2;
    font-family: Helvetica Neue LT Pro black;
}
.signs-and-symptoms .list-four .item p {
    margin-top: -10px;
    margin-bottom: 0;
}
.signs-and-symptoms .list-four .item p span {
    font-weight: 100;
    color: #6A76E2;
    font-size: 20px;
}
.references {
    padding: 90px 0;
}
.references p {
    font-size: 14px;
}
.useful-links .title-brd {
    display: grid;
    grid-template-columns: 1fr 20% 1fr;
    align-items: center;
    text-align: center;
}
.useful-links .title-brd hr {
    opacity: 1;
}
.useful-links .title-brd p {
    font-family: Helvetica Neue LT Pro light;
    font-size: 18px;
    margin: 0;
    letter-spacing: 1px;
}
.useful-links .banner {
    margin: 90px 0 30px;
}
.useful-links .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}
.ref {
    text-align: center;
    padding: 30px 0;
}
.ref p {
    margin: 0;
}
/* PAGE MEDICOS */
.pdf-carossel {
    padding: 90px 0;
}
.pdf-carossel .container {
    max-width: 960px;
}
.pdf-carossel .grid {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 140px;
}
.pdf-carossel .grid .img-item img {
    width: 283px;
    border-radius: 30px;
}
.slick-list.draggable {
    height: max-content;
}
.pdf-carossel  .slider.slider-single {
    margin-bottom: 60px;
}
.slider.slider-nav .slick-dots {
    bottom: -60px;
}
.pdf-carossel .img-nav {
    margin: 0 0 0 10px;
}
.pdf-carossel .img-nav img {
    cursor: pointer;
    filter: grayscale(1);
    opacity: 0.6;
    padding: 10px;
    border-radius: 20px;
}
.pdf-carossel .slick-active.img-nav.is-active img {
    filter: none;
    opacity: 1;
    border: solid 1px #6a77df;
    border-radius: 20px;
}
.pdf-carossel .slick-prev:before, .pdf-carossel  .slick-next:before {
    font-size: 42px;
    color: #6877e1;
}
.pdf-carossel .slick-dots li.slick-active button:before {
    color: #6877e1;
    opacity: 1;
}
.pdf-carossel .slick-dots li button:before {
    font-size: 15px;
}
.pdf-carossel .slick-next {
    right: -40px;
}
.pdf-carossel .slick-prev {
    left: -50px;
}
.pdf-carossel .slider.slider-single .slick-next,.pdf-carossel .slider.slider-single .slick-prev {
    display: none!important;
}
.pdf-carossel .grid .text h2 {
    font-size: 30px;
    line-height: 30px;
    font-family: Helvetica Neue LT Pro extend;
    color: #6A76E2;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.pdf-carossel .grid .text h3 {
    padding-right: 90px;
    font-size: 20px;
    font-family: Helvetica Neue LT Pro Medium;
    color: #6A76E2;
    text-transform: uppercase;
}
.pdf-carossel .grid .text p {
    font-size: 18px;
    font-family: Helvetica Neue LT Pro Medium;
    color: #6A76E2;
}
.pdf-carossel .grid .text a {
    border-radius: 30px;
    text-decoration: unset;
    color: #707070;
    background: #D0DE33;
    padding: 16px 60px 12px;
    margin-top: 10px;
    display: inline-block;
}
.our-tools {
    background-color: #EBF0F4;
}
.our-tools, .video {
    padding: 90px 0;
}

.our-tools .title h2, .video .title h2  {
    text-align: center;
    font-family: Helvetica Neue LT Pro extend;
    margin-bottom: 50px;
    font-size: 40px;
    color: #6A76E2;
}
.our-tools .list {
    gap: 60px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.our-tools .list .item {
    text-align: center;
}
.our-tools .list .item .img {
    min-height: 190px;
}
.our-tools .list .item .img img {
    width: auto;
    display: grid;
    margin: 0 auto;
}
.our-tools .list .item a {
    text-decoration: none;
    background: #000000;
    width: 100%;
    border-radius: 30px;
    display: inline-block;
    min-height: 60px;
}
.our-tools .list .item a span {
    font-size: 12px;
    line-height: 25px;
    font-weight: 100;
}
.our-tools .list .item a.rx {
    padding-top: 24px;
    color: #ffffff;
    background-color: #9A3374;
}
.our-tools .list .item a.az {
    padding-top: 14px;
    color: #ffffff;
    background-color: #4F98E9;
}
.our-tools .list .item a.vd {
    padding-top: 10px;
    color: #707070;
    background-color: #D0DE33;
}
/* PAGE ENFERMEIROS */
.pdf-carossel.nurses .img-nav .text{
    padding: 20px;
    background: #E5E5E5;
    border-radius: 24px;
    color: #707070;
}
.pdf-carossel.nurses .img-nav .hdr {
    display: flex;
    justify-content: space-between;
    font-family: Helvetica Neue LT Pro light;
}
.pdf-carossel.nurses .img-nav .title {
    padding: 20px;
    font-size: 18px;
    min-height: 130px;
    display: flex;
    align-items: center;
}
.pdf-carossel.nurses .img-nav .ftr {
    text-align: right;
}
/* .pdf-carossel.nurses .slick-active.img-nav {
    margin: 0 10px 0 10px;
}
/* .pdf-carossel.nurses .slick-active.img-nav.is-active  .text {
    border: solid 1px #707070;
    border-radius: 24px;
} */
.pdf-carossel.nurses {
    padding: 30px 0 90px;
}
.pdf-carossel.nurses .slick-active.img-nav.is-active .text {
    color: #ffffff;
    background-color: #6877e1;
}
.pdf-carossel.nurses .item.custom-flex {
    justify-content: center;
    display: flex;
    margin-top: 120px;
    gap: 50px;
}
.pdf-carossel.nurses .item.custom-flex .grid {
    gap: 30px;
}
.pdf-carossel.nurses .item.custom-flex .grid .img-item img {
    width: 180px;
}
.pdf-carossel.nurses .item.custom-flex .grid .text h2 {
    font-size: 20px;
    line-height: 22px;
}
.pdf-carossel.nurses .item.custom-flex .grid .text a {
    padding: 16px 30px 12px;
}
.our-tools.tools-nurses {
    background-color: #D8E1EA;
    padding: 60px 0;
    margin-bottom: 90px;
}
.our-tools.tools-nurses .list {
    margin: 0 auto;
    gap: 120px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 860px;
}
.btn-vsr {
    text-align: center;
    padding-top: 80px;
}
.btn-vsr a {
    border-radius: 30px;
    text-decoration: unset;
    color: #707070;
    padding: 16px 40px 12px;
    margin-top: 10px;
    display: inline-block;
}
.btn-vsr.enfermeiros a {
    background-color: #d6ebf0;
}
.btn-vsr.medicos a {
    background-color: #d3ecdd;
}

@media (max-width: 991px) {
    .container {
        padding: 0 30px;
    }
    .mobile-none {
        display: none;
    }
    .mobile-block {
        display: block;
    }
    .menu-section {
        padding: 0;
    }
    section br {
        display: none;
    }
    nav.navbar.navbar-expand-lg.bg-light.desktop-none.mobile-block {
        background-color: #6a76e2!important;
        padding: 20px 0 ;
    }
    span.navbar-toggler-icon {
        position: relative;
        height: 3px;
        background: white;
    }
    span.navbar-toggler-icon:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 3px;
        background: white;
        left: 0;
        top: -8px;
    }
    span.navbar-toggler-icon:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 3px;
        background: white;
        left: 0;
        bottom: -8px;
    }
    .navbar-toggler:focus {
        box-shadow: unset;
    }
    .navbar-nav {
        margin: 20px 10px;
    }
    .navbar-nav .nav-link {
        color: #ffffff;
    }
    .about {
        padding: 60px 0 30px;
    }
    .about .text {
        margin-bottom: 60px;
    }
    .grid-two {
        display: grid;
        gap: 40px;
    }
    .about .grid-two .item-img h1, .impact .grid-two .item-img h1, .signs-and-symptoms .title h1, .seasonality .text h1 {
        font-size: 35px;
        line-height: 35px;
    }
    .about .grid-two .item-img h1, .about .grid-two .item-img p, .impact .grid-two .item-img h1, .signs-and-symptoms .title h1 {
        text-align: center;
    }
    .about .grid-two .item-img .box {
        padding: 25px 40px 20px;
    }
    .about .grid-two .item-img .box .list .item {
        margin-bottom: 10px;
    }
    .impact {
        padding: 60px 0 30px;
        text-align: center;
    }
    .impact .grid-two .item-text ul li:before {
        display: none;
    }
    .seasonality {
        padding: 60px 0;
    }
    .seasonality .text {
        margin-bottom: 20px;
    }
    .signs-and-symptoms .title {
        justify-content: center;
        display: grid;
        gap: 0;
        text-align: center;
    }
    .signs-and-symptoms .box-title {
        margin: 40px auto;
    }
    .signs-and-symptoms .list-one .title-icon h5 {
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .signs-and-symptoms .list-one .itens {
        display: grid;
        max-width: 100%;
        gap: 30px;
    }
    .signs-and-symptoms .list-one .itens .item img {
        width: auto;
    }
    .signs-and-symptoms .list-two {
        padding-top: 15px;
        grid-template-columns: 1fr;
        max-width: 100%;
        gap: 15px;
    }
    .signs-and-symptoms .list-three {
        grid-template-columns: 1fr;
        max-width: 100%;
        margin-bottom: 0;
        padding-top: 30px;
    }
    .signs-and-symptoms .list-three .item img {
        min-height: 0!important;
    }
    .signs-and-symptoms .list-three .item p br, .signs-and-symptoms .list-four br {
        display: block;
    }
    .signs-and-symptoms .list-three .item {
        margin-bottom: 10px;
    }
    .signs-and-symptoms .list-four {
        text-align: center;
        display: grid;
        justify-content: center;
        max-width: 100%;
        margin: 0 auto;
        gap: 30px;
    }
    .signs-and-symptoms {
        padding: 60px 0;
    }
    .references {
        padding: 60px 0;
    }
    .useful-links .title-brd {
        grid-template-columns: 1fr 50% 1fr;
    }
    .useful-links .banner {
        margin: 50px 0 10px;
    }
    .useful-links .grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .ref {
        text-align: center;
        padding: 30px 0 20px;
    }
    .pdf-carossel .grid {
        display: grid;
        align-items: center;
        justify-content: center;
        gap: 50px;
    }
    .our-tools .list {
        gap: 30px;
        display: grid;
        grid-template-columns: 1fr;
    }
    .our-tools .title h2, .video .title h2 {
        font-size: 30px;
        line-height: 30px;

    }
    .pdf-carossel {
        padding: 60px 0 80px;
    }
    .pdf-carossel .grid .text h2 {
        font-size: 22px;
        line-height: 22px;
        padding: 0 20px;
    }
    .pdf-carossel .grid .text {
        text-align: center;
    }
    .pdf-carossel .grid .img-item img {
        width: 260px;
        margin: 0 auto;
    }
    .pdf-carossel .slick-next {
        right: -15px;
    }
    .pdf-carossel .slick-prev:before, .pdf-carossel .slick-next:before {
        font-size: 25px;
    }
    .pdf-carossel .slick-prev {
        left: -20px;
    }
    .pdf-carossel .img-nav img {
        padding: 10px 5px;
    }
    .our-tools {
       background-color: #EBF0F4;
       padding: 60px 0;
    }
    .our-tools .list .item .img {
        min-height: auto;
        margin-bottom: 30px;
    }
    .our-tools .list .item a br {
        display: block;
    }
    .video {
        padding: 60px 0;
    }
    .our-tools.tools-nurses .list {
        gap: 50px;
        grid-template-columns: 1fr;
        max-width: 100%;
    }
    .pdf-carossel .img-nav {
        margin: 0 10px;
    }
    .seasonality .img p {
        top: 0;
        margin: 0;
        margin-bottom: 20px;
        margin-top: 40px;
    }
    .pdf-carossel .grid .text h3 {
        padding-right: 0px;
    }
    .video .frame .player {
        height: 360px!important;
    }
    .seasonality .text h1 {
        font-size: 30px;
        line-height: 30px;
    }
    .pdf-carossel.nurses .item.custom-flex {
        display: grid;
        margin: 0;
        gap: 20px;
    }
}