/*
* **********************************
* ################################## ESTILOS DO INDEX
* **********************************
*/

/*
========================
======================== WHATS SCROLL
========================
*/

.btn_whats_scroll {
    background-color: #55bd73;
    width: 60px;
    height: 60px;
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 9;
    text-align: center;
    font-size: 2em;
    line-height: 60px;
    color: #FFF;


    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;

    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.btn_whats_scroll:hover {
    background-color: #278141;
}


/*
========================
======================== BANNER FLUTUANTE
========================
*/

.banner_floating {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 98;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.banner_floating_content {
    background: #fff;
    padding: 10px;
    width: 500px;
    left: 50%;
    position: absolute;
    margin-left: -250px;
    display: none;

    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);

    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

@media (max-width: 600px) {
    .banner_floating_content {
        width: 350px;
        margin-left: -175px;
    }
}

.banner_floating_content img {
    width: 100%;
}

.banner_floating_close {
    cursor: pointer !important;
    background-color: #a11217;
    position: absolute;
    right: 0;
    top: 0;
    margin: -20px -20px 0 0;
    width: 40px;
    height: 40px;
    color: #FFF !important;
    line-height: 40px !important;
    font-size: 1.4em !important;
    text-align: center !important;
    font-weight: 400 !important;

    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.banner_floating_close:hover {
    background-color: #5f090c;
}

/*
========================
======================== BANNER
========================
*/

.banner {
    display: block;
    z-index: 1;
    position: relative;
}

.banner_mobile {
    display: none;
    z-index: 1;
    position: relative;
}

@media (max-width: 1024px) {
    .banner {
        display: none;
    }

    .banner_mobile {
        display: block;
    }
}

/*dots*/
.banner .slick-dots,
.banner_mobile .slick-dots {
    margin-top: -50px;
    text-align: center;
    z-index: 8;
    position: relative;
}

.banner .slick-dots li,
.banner_mobile .slick-dots li {
    display: inline-block;
}

.banner .slick-dots li button,
.banner_mobile .slick-dots li button {
    background: transparent;
    border: 1px solid #FFF;
    display: block;
    width: 13px;
    height: 13px;
    margin: 2px;
    cursor: pointer;

    font-size: 0;
    outline: 0;
    padding: 0;

    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;

    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.banner .slick-dots li:hover button,
.banner .slick-dots li.slick-active button,
.banner_mobile .slick-dots li:hover button,
.banner_mobile .slick-dots li.slick-active button {
    background: #FFF;
    border: 1px solid #FFF;
}

/*
========================
======================== HORARY UNITS
========================
*/

.horary_units {
    background-color: #0b2d4f;
    padding: 30px 0;
    margin-top: 26px;
}

.horary_units.banco_de_sangue {
    background-color: #6e1115;
}

.horary_units .content {
    color: #FFF;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}


@media (max-width: 1024px) {
    .horary_units .content {
        flex-direction: column;
        justify-content: center;
    }
}

.horary_units_header {
    display: flex;
    flex-basis: 10%;
}


@media (max-width: 1024px) {
    .horary_units_header {
        flex-basis: 100%;
    }
}

.horary_units_header span {
    font-size: 50px;
    margin-right: 10px;
}

.horary_units_header h1 {
    font-size: 1.375em;
    font-weight: 400;
    line-height: 1em;
    margin-top: 10px;
}

@media (max-width: 1080px) {
    .horary_units_header h1 {
        width: 140px;
        margin-bottom: 20px;
    }
}

.horary_units_info {
    flex-basis: 60%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

@media (max-width: 1024px) {
    .horary_units_info {
        flex-basis: 100%;
    }
}

.horary_units_info div {
    flex-basis: 50%;
    padding-left: 20px;
}

@media (max-width: 1024px) {
    .horary_units_info div {
        flex-basis: 100%;
        padding-left: 0;
        margin-bottom: 20px;
        text-align: center;
    }
}

.horary_units_info div h2 {
    font-size: 1em;
    font-weight: 400;
}

.horary_units_info div p {
    font-size: 0.875em;
    font-weight: 300;
}

.horary_units .btn {
    background-color: #004b96;
    padding: 20px 30px;
    font-size: 1em;
    font-weight: 300;
}

.horary_units.banco_de_sangue .btn {
    background-color: #ff4b36;
}


.horary_units .btn:hover {
    background-color: #106bc6;
}

.horary_units.banco_de_sangue .btn:hover {
    background-color: #e11f27;
}

/*
========================
======================== ABOUT / QUICK_ACCESS
========================
*/

.about_quick_access {
    background-color: #e7f1f6;
    padding: 60px 0;
}

.about_quick_access.banco_de_sangue {
    background-color: #e7e8e3;
}

.about_quick_access .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.about_quick_access .about {
    flex-basis: 48%;
    color: #313335;
}

@media (max-width: 1024px) {
    .about_quick_access .about {
        flex-basis: 100%;
        text-align: center;
    }
}

.about_header {
    margin-bottom: 30px;
}

.about_header h1 {
    font-size: 1.75em;
    font-weight: 500;
}

.about_header p {
    font-size: 1.375em;
    font-weight: 300;
}

.about_quick_access .about .htmlchars p {
    line-height: 1.4em;
}

.about_quick_access .about .btn {
    background-color: transparent;
    border: 1px solid #acc3cf;
    padding: 10px 30px;
    font-size: 1.125em;
    font-weight: 300;
    color: #313335;
    text-transform: none;
    margin-top: 10px;
}

.about_quick_access.banco_de_sangue .about .btn {
    border: 1px solid #CCC;
}

.about_quick_access.banco_de_sangue .about .btn:hover {
    background-color: #CCC;
    color: #FFF;
}

.about_quick_access .quick_access {
    flex-basis: 48%;
}

@media (max-width: 1024px) {
    .about_quick_access .quick_access {
        flex-basis: 100%;
        margin-top: 40px;
        text-align: center;
    }
}

.quick_access_header {
    margin-bottom: 30px;
}

.quick_access_header h1 {
    font-size: 1.75em;
    font-weight: 500;
}

.quick_access_header p {
    font-size: 1.375em;
    font-weight: 300;
}

.quick_access_list {
    max-width: 100%;
    text-align: left;
}

@media (max-width: 1024px) {
    .quick_access_list {
        max-width: 100%;
        text-align: left;
    }
}

.quick_access_item {
    margin-bottom: 5px;
}

.quick_access_item a {
    background-color: #FFF;
    font-size: 1.125em;
    font-weight: 400;
    padding: 20px;
    color: #313335;

    width: 100%;
    display: flex;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.quick_access_item a:before {
    color: #004b96;
}

.about_quick_access.banco_de_sangue .quick_access_item a:before {
    color: #ff4b36;
}

.quick_access_item a:hover {
    background-color: #004b96;
    color: #FFF;
}

.about_quick_access.banco_de_sangue .quick_access_item a:hover {
    background-color: #ff4b36;
}

.quick_access_item:hover a:before {
    color: #FFF;
}

.about_quick_access.banco_de_sangue .quick_access_item:hover a:before {
    color: #FFF;
}

/*
========================
======================== DONATED
========================
*/

.donated {
}

.donated .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.donated_left {
    flex-basis: 38%;
}

@media (max-width: 1024px) {
    .donated_left {
        flex-basis: 100%;
        margin-top: 40px;
    }
}

.donated_header {
    border-left: 5px solid #e11f27;
    padding-left: 20px;
    color: #313335;
}

.donated_header h1 {
    font-size: 2.5em;
    font-weight: 400;
    margin-bottom: 20px;
}

.donated_header p {
    font-size: 1.25em;
    font-weight: 300;
}

.donated_right {
    flex-basis: 58%;
}

@media (max-width: 1024px) {
    .donated_right {
        flex-basis: 100%;
        margin-top: 30px;
    }
}

.donated_list {
    background: url("../../img/global/custom/passos.png") left no-repeat;
    height: 680px;
    padding-top: 80px;
}

@media (max-width: 800px) {
    .donated_list {
        background: none;
    }
}


@media (max-width: 1366px) {
    .donated_list {
        padding-top: 60px;
    }

}

.donated_item {
    margin-bottom: 30px;
    padding-left: 215px;
}

.donated_item:last-child {
    margin-bottom: 0;
}

.donated_item h1 {
    font-size: 1.625em;
    font-weight: 400;
    color: #313335;
}

.donated_item p {
    font-size: 1em;
    font-weight: 300;
    color: #313335;
}

.donated_item:nth-child(even) {
    padding-left: 155px;
}

.donated_item:nth-child(3) {
    margin-bottom: 50px;
}

.donated_item:nth-child(4) {
    margin-bottom: 50px;
}

@media (max-width: 1366px) {
    .donated_item h1 {
        font-size: 22px;
    }

    .donated_item p {
        font-size: 14px;
    }

    .donated_item:nth-child(even) {
        font-size: 1.425em;
        padding-left: 215px;
    }
}

@media (max-width: 800px) {
    .donated_list {
        padding-top: 0;
        height: auto;
        padding-bottom: 50px;
    }

    .donated_item h1 {
        font-size: 16px;
    }

    .donated_item p {
        font-size: 14px;
    }

    .donated_left {
        margin-top: 50px;
    }

    .donated_item {
        padding-top: 0 !important;
        padding-left: 0 !important;
    }
}

/*
========================
======================== EXAMS
========================
*/

.exams {
    padding: 70px 0;
}

.exams .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.exams_left {
    flex-basis: 28%;
    color: #313335;
}


@media (max-width: 1024px) {
    .exams_left {
        flex-basis: 100%;
    }
}

.exams_header {
    border-left: 5px solid #004b96;
    padding-left: 20px;
    color: #313335;
}

.exams_header h1 {
    font-size: 2.5em;
    font-weight: 400;
}

.exams_header p {
    font-size: 1.0em;
    margin-top: 10px;
    line-height: 1.4em;
}

.exams_left form {
    margin-top: 20px;
}

.exams_left form h2 {
    font-size: 1.375em;
    font-weight: 400;
    margin-bottom: 10px;
}

.exams_left form label {
    position: relative;
}

.exams_left form input {
    background-color: #d9e8f0;
    border: 0;
    font-size: 1em;
    font-weight: 300;
    outline: none;
    border: none;
    padding-right: 40px;
    color: #000000;
    padding: 15px 50px 15px 15px;
}

.exams_left form input:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

.exams_left form input::-webkit-input-placeholder {
    color: #000000;
    opacity: 1 !important;
    /* for older chrome versions. may no longer apply. */
}

.exams_left form input:-moz-placeholder {
    /* Firefox 18- */
    color: #000000;
    opacity: 1 !important;
}

.exams_left form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #000000;
    opacity: 1 !important;
}

.exams_left form input:-ms-input-placeholder {
    color: #000000;
}

.exams_left form span {
    position: absolute;
    right: 0;
    top: 0;
    margin: 10px 15px;
    font-size: 1.4em;
    color: #004b96;
    text-align: center;
}

.exams_left form .btn {
    background-color: #004b96;
    margin-top: 15px;
    padding: 12px 20px;
    color: #FFF;
    font-size: 1.125em;
    font-weight: 400;
}

.exams_left form .btn:hover {
    background-color: #05325f;
}

.exams_right {
    flex-basis: 58%;
}

@media (max-width: 1024px) {
    .exams_right {
        flex-basis: 100%;
        margin-top: 40px;
    }
}

.exams_right h1 {
    font-size: 1.375em;
    font-weight: 400;
    margin-bottom: 20px;
}


.exams_list_item {
    background-color: #d9e8f0;
    padding: 10px 20px;
    margin-bottom: 5px;
    cursor: pointer;

    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.exams_list_item:nth-child(even) {
    background-color: #e7f1f6;
}

.exams_list_item_header {
    width: 100%;
    display: flex;
    /*flex-wrap: wrap;*/
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.exams_list_item_header h2 {
    font-size: 1.125em;
    font-weight: 400;
}

.exams_list_item_header span {
    font-size: 1.4em;
    border-left: 1px solid #97c7f6;
    padding-left: 10px;
    color: #155a9f;
}

.exams_list_item_box {
    margin-top: 10px;
}

.exams_list_item_box .htmlchars {
    font-size: 1em;
    line-height: 1.2em;
    font-weight: 300;
}

.exams_list_item_box .htmlchars strong,
.exams_list_item_box .htmlchars b {
    font-weight: 600;
}

.loading {
    text-align: center;
}

.loading span {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    opacity: 0.90;
    visibility: visible;

    border: 5px solid #004b96;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 20;

    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;

    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

@keyframes pulsate {
    0% {
        transform: scale(.1);
        opacity: 0.0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(2.2);
        opacity: 0;
    }
}

/*
========================
======================== BLOOD BANK
========================
*/

.blood_bank {
    background-color: #e7f1f6;
    padding: 70px 0;
}

.blood_bank .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.blood_bank_header {
    width: 100%;
    max-width: 100%;
    border-left: 5px solid #e11f27;
    padding-left: 20px;
    margin-bottom: 30px;
    color: #313335;
}

.blood_bank_header h1 {
    font-size: 2.5em;
    font-weight: 400;
}


.blood_bank_left {
    flex-basis: 60%;
}

@media (max-width: 1366px) {
    .blood_bank_left {
        flex-basis: 52%;
    }
}


@media (max-width: 1280px) {
    .blood_bank_left {
        flex-basis: 50%;
    }
}

@media (max-width: 1024px) {
    .blood_bank_left {
        flex-basis: 100%;
    }
}

.blood_bank_right {
    flex-basis: 36%;
    overflow: hidden;
}

@media (max-width: 1366px) {
    .blood_bank_right {
        flex-basis: 44%;
    }
}

@media (max-width: 1280px) {
    .blood_bank_right {
        flex-basis: 46%;
    }
}

@media (max-width: 1024px) {
    .blood_bank_right {
        flex-basis: 100%;
        margin-top: 40px;
    }
}

.blood_bank_list {
    display: block;
    clear: both;
}

@media (max-width: 1024px) {
    .blood_bank_list {
        width: 76%;
        margin: 0 auto;

    }
}

@media (max-width: 860px) {
    .blood_bank_list {
        width: 91%;
    }
}

@media (max-width: 740px) {
    .blood_bank_list {
        background-color: #0000CC;
        width: auto;
    }
}

.bolsa {
    width: 25%;
    overflow: hidden;
    padding: 0px 20px;
    float: left;
    position: relative;
}


@media (max-width: 740px) {
    .bolsa {
        width: 50%;
    }
}

.bolsa:after {
    content: "";
    background: url("../../img/global/custom/bolsa.png") no-repeat;
    position: absolute;
    width: 100%;
    top: 0px;
    height: 172px;
    background-size: auto 100%;
}

.bowl:before {
    overflow: hidden;
    border-radius: 50%;
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    z-index: 2;
}

.bowl {
    width: 141%;
    margin-bottom: 32px;
}


@media (max-width: 740px) {
    .bowl {
        width: 103%;
    }
}




.bowl .inner {
    width: 100%;
    height: 150px;
    background: -moz-radial-gradient(center, ellipse cover, transparent 0%, transparent 76%, rgba(0, 0, 0, 0.65) 100%);
    overflow: hidden;
}

.tipos {
    background: rgba(255, 255, 255, 0.81);
    padding: 6px 0px;
    position: absolute;
    top: 18%;
    width: 50%;
    margin-left: 17%;
    text-align: center;
    border-radius: 5px;
    box-shadow: 1px 1px 1px rgb(0 0 0 / 35%);
}


@media (max-width: 740px) {
    .tipos {
        top: 20%;
        margin-left: 12.5%;
    }

}


.tipos h2 {
    padding: 0px;
    margin: 0px;
    font-size: 25px;
}

.tipos h3 {
    padding: 0px;
    margin: 0px;
    font-size: 16px;
    font-weight: bold;
}

.bowl .fill {
    -webkit-animation-name: fillAction;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: cubic-bezier(0.2, 0.6, 0.8, 0.4);
    -webkit-animation-duration: 8s;
    -webkit-animation-fill-mode: forwards;
}

.bowl .fill.hidden{
    display: none !important;
}

.bowl .waveShape {
    -webkit-animation-name: waveAction;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -webkit-animation-duration: 1.5s;
    width: 300px;
    height: 150px;
    fill: #e42a2a;
}

@-webkit-keyframes fillAction {
    0% {
        -webkit-transform: translate(0, 150px);
    }
    100% {
        -webkit-transform: translate(0, 10px);
    }
}

@-webkit-keyframes waveAction {
    0% {
        -webkit-transform: translate(-150px, 0);
    }
    100% {
        -webkit-transform: translate(0, 0);
    }
}

.legenda h2, .legenda h3 {
    font-size: 26px;
    padding: 0px;
    margin: 0px;
}

.legenda {
    display: none;
    background: #FFF;
    margin-top: 31px;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 20px;
}

.legenda h3 {
    font-size: 17px;
    font-weight: bold;
}



/*
========================
======================== EXAMS
========================
*/

.convention {
    background-color: #e7f1f6;
    padding: 70px 0;
}

.convention.banco_de_sangue {
    background-color: #e7e8e3;
}

.convention .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.convention_left {
    flex-basis: 48%;
    display: flex;
    align-items: center;
}

@media (max-width: 1024px) {
    .convention_left {
        flex-basis: 100%;
    }
}

.convention .htmlchars li {
    list-style-type: none !important;
}

.convention_header {
    border-left: 5px solid #004b96;
    padding-left: 20px;
    color: #313335;
}

.convention.banco_de_sangue .convention_header {
    border-left: 5px solid #e11f27;
}

.convention_header h1 {
    font-size: 2.5em;
    font-weight: 400;
    margin-bottom: 20px;
}

.convention_header .htmlchars ul {
    margin-left: 0;
}

.convention_header .htmlchars ul li:before {
    color: #ff4b36;
}

.convention_right {
    flex-basis: 48%;
    overflow: hidden;
}

@media (max-width: 1024px) {
    .convention_right {
        flex-basis: 100%;
    }
}

.convention_list_blocks {
    display: flex !important;
    flex-wrap: wrap;
    margin: 0 -15px !important;
    padding: 10px;
}

.convention_list_blocks_item {
    background-color: #FFF;
    flex-basis: calc(33.33% - 30px);
    height: 180px;
    margin: 15px;
    border: 1px solid #d9e8f0;

    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;

    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

@media (max-width: 800px) {
    .convention_list_blocks_item {
        flex-basis: 100%;
        margin: 0 0 30px 0;
        height: 150px;
    }
}

.convention_list_blocks_item,
.convention_list_blocks_item a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.convention_list_blocks_item:hover {
    border: 1px solid #CCC;

    -webkit-box-shadow: 0px 0px 12px 0px rgba(6, 25, 34, 0.2);
    -moz-box-shadow: 0px 0px 12px 0px rgba(6, 25, 34, 0.2);
    box-shadow: 0px 0px 12px 0px rgba(6, 25, 34, 0.2);
}

.convention_list_blocks_item img {
    object-fit: scale-down;
    width: 100%;
    height: 130px;
    padding: 20px;
}

@media (max-width: 940px) {
    .convention_list_blocks_item img {
        height: 110px;
    }
}

/*dots*/
.convention_list .slick-dots {
    margin-top: 10px;
    text-align: center;
    z-index: 8;
    position: relative;
}

.convention_list .slick-dots li {
    display: inline-block;
}

.convention_list .slick-dots li button {
    background: #0b2d4f;
    display: block;
    width: 13px;
    height: 13px;
    margin: 2px;
    cursor: pointer;
    border: 0;

    font-size: 0;
    outline: 0;
    padding: 0;

    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;

    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.convention_list .slick-dots li:hover button,
.convention_list .slick-dots li.slick-active button {
    background: #0084c0;
}

.convention.banco_de_sangue .convention_list .slick-dots li button {
    background-color: #FFF;
}

.convention.banco_de_sangue .convention_list .slick-dots li:hover button,
.convention.banco_de_sangue .convention_list .slick-dots li.slick-active button {
    background-color: #e11f27;
}


/*
========================
======================== SERVICE
========================
*/

.service {
    padding: 70px 0;
}

.service .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.service_left {
    flex-basis: 28%;
    color: #313335;
}


@media (max-width: 1024px) {
    .service_left {
        flex-basis: 100%;
    }
}

.service_header {
    border-left: 5px solid #e11f27;
    padding-left: 20px;
    color: #313335;
}

.service_header h1 {
    font-size: 2.5em;
    font-weight: 400;
}

.service_header p {
    font-size: 0.875em;
    margin-top: 10px;
}

.service_right {
    flex-basis: 58%;
}

@media (max-width: 1024px) {
    .service_right {
        flex-basis: 100%;
        margin-top: 40px;
    }
}

.service_right h1 {
    font-size: 1.375em;
    font-weight: 400;
    margin-bottom: 20px;
}

.service_list_item {
    background-color: #d3d4cd;
    padding: 10px 20px;
    margin-bottom: 5px;
    cursor: pointer;

    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.service_list_item:nth-child(even) {
    background-color: #e7e8e3;
}

.service_list_item_header {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.service_list_item_header h2 {
    font-size: 1.125em;
    font-weight: 400;
}

.service_list_item_header span {
    font-size: 1.4em;
    border-left: 1px solid #e11f27;
    padding-left: 10px;
    color: #313335;
}

.service_list_item_box {
    margin-top: 10px;
}

.service_list_item_box .htmlchars {
    font-size: 1em;
    line-height: 1.2em;
    font-weight: 300;
}

.service_list_item_box .htmlchars strong,
.service_list_item_box .htmlchars b {
    font-weight: 600;
}


/*
========================
======================== PARTNERS
========================
*/

.partners {
    padding: 60px 0;
}

.partners_header {
    max-width: 460px;
    border-left: 5px solid #e11f27;
    padding-left: 20px;
    margin-bottom: 30px;
    color: #313335;
}

.partners_header h1 {
    font-size: 2.5em;
    font-weight: 400;
}

.partners_header p {
    font-size: 0.875em;
    margin-top: 10px;
}

.partners .pagination {
    text-align: center;
}

.partners .pagination-objects {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

@media (max-width: 1024px) {
    .partners .pagination-objects {
        flex-direction: column;
        margin: 0;
    }
}

.partners_item {
    flex-basis: calc(50% - 20px);
    margin: 10px;
    background-color: #FFF;
    border: 1px solid #d9e8f0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;

    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

@media (max-width: 1024px) {
    .partners_item {
        flex-basis: 100%;
        margin: 0 0 20px 0;
    }
}

@media (max-width: 940px) {
    .partners_item {
        flex-direction: column;
    }
}

.partners_item:hover {
    background-color: #e11f27;
    border: 1px solid #e11f27;
    color: #FFF;
}

.partners_item a {
    width: 100%;
    padding: 15px;
}

.partners_item h1 {
    font-size: 1em;
    color: #313335;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.partners_item h1 span {
    color: #e11f27;
    margin-right: 20px;

    border-right: 1px solid #e11f27;
    font-size: 30px;
    padding-right: 10px;
}

.partners_item:hover h1 span {
    color: #e11f27;
    border-right: 1px solid #FFF;
}

.partners.banco_de_sangue .partners_item:hover h1 span {
    color: #FFF;
    border-right: 1px solid #FFF;
}

.partners_item:hover h1 {
    color: #FFF;
}

.partners .pagination-loader {
    margin-top: 30px;
    background-color: #e11f27;

    font-size: 1.125em;
    padding: 20px 50px;
    color: #FFF;
    text-transform: uppercase;
    display: inline-block;

    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.partners .pagination-loader:hover {
    background-color: #9d0c12;
    color: #FFF;
}

.pagination-loader-no,
.pagination-loader-no:hover {
    background-color: #EEE !important;
    color: #000 !important;
}

/*
========================
======================== COLLECTION POINTS
========================
*/

.collection_points {
    padding: 60px 0;
}

.collection_points_header {
    max-width: 460px;
    border-left: 5px solid #004b96;
    padding-left: 20px;
    margin-bottom: 30px;
    color: #313335;
}

.collection_points.banco_de_sangue .collection_points_header {
    border-left: 5px solid #e11f27;
}

.collection_points_header h1 {
    font-size: 2.5em;
    font-weight: 400;
}

.collection_points_header p {
    font-size: 0.875em;
    margin-top: 10px;
}

.collection_points .pagination {
    text-align: center;
}

.collection_points .pagination-objects {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

@media (max-width: 1024px) {
    .collection_points .pagination-objects {
        flex-direction: column;
        margin: 0;
    }
}

.collection_points_item {
    flex-basis: calc(50% - 20px);
    margin: 10px;
    background-color: #FFF;
    border: 1px solid #d9e8f0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;

    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

@media (max-width: 1024px) {
    .collection_points_item {
        flex-basis: 100%;
        margin: 0 0 20px 0;
    }
}

@media (max-width: 940px) {
    .collection_points_item {
        flex-direction: column;
    }
}

.collection_points_item:hover {
    background-color: #004b96;
    color: #FFF;
    border: 1px solid #004b96;
}

.collection_points.banco_de_sangue .collection_points_item:hover {
    background-color: #e11f27;
    border: 1px solid #e11f27;
    color: #FFF;
}

.collection_points_item a {
    width: 100%;
    padding: 15px;
}

.collection_points_item h1 {
    font-size: 1em;
    color: #313335;
    font-weight: 400;
    display: flex;
    align-items: center;
    text-align: left;
}

.collection_points_item h1 span {
    color: #004b96;
    font-size: 30px;
    margin-right: 20px;

    border-right: 1px solid #004b96;
    padding-right: 10px;
}

.collection_points.banco_de_sangue .collection_points_item h1 span {
    color: #e11f27;
    border-right: 1px solid #e11f27;
}


.collection_points_item:hover h1 span {
    color: #d9e8f0;
    border-right: 1px solid #FFF;
}

.collection_points.banco_de_sangue .collection_points_item:hover h1 span {
    color: #e11f27;
}


.collection_points.banco_de_sangue .collection_points_item:hover h1 span {
    color: #FFF;
    border-right: 1px solid #FFF;
}

.collection_points_item:hover h1 {
    color: #FFF;
}

.collection_points .pagination-loader {
    margin-top: 30px;
    background-color: #004b96;

    font-size: 1.125em;
    padding: 20px 50px;
    color: #FFF;
    text-transform: uppercase;
    display: inline-block;

    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.collection_points .pagination-loader:hover {
    background-color: #45bde2;
    color: #FFF;
}

.collection_points.banco_de_sangue .pagination-loader {
    background-color: #e11f27;
}

.collection_points.banco_de_sangue .pagination-loader:hover {
    background-color: #9d0c12;
}

.pagination-loader-no,
.pagination-loader-no:hover {
    margin-top: 30px;
    background-color: #EEE;

    font-size: 1.125em;
    padding: 20px 50px;
    color: #000;
    text-transform: uppercase;
    display: inline-block;

    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}


/*
========================
======================== NEWS
========================
*/

.news {
    background-color: #e7f1f6;
    padding: 50px 0;
}

.news.banco_de_sangue {
    background-color: #e7e8e3;
}

.news_header {
    max-width: 460px;
    border-left: 5px solid #004b96;
    padding-left: 20px;
    margin-bottom: 10px;
    color: #313335;
}

.news.banco_de_sangue .news_header {
    border-left: 5px solid #e11f27;
}

.news_header h1 {
    font-size: 2.5em;
    font-weight: 400;
}

.news_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px;
}

@media (max-width: 840px) {
    .news_list {
        flex-direction: column;
        margin: 0;
    }
}

.news_item {
    flex-basis: calc(33.33% - 50px);
    margin: 25px;
}

@media (max-width: 1024px) {
    .news_item {
        flex-basis: calc(50% - 50px);
        margin: 25px;
    }
}

@media (max-width: 840px) {
    .news_item {
        flex-basis: 100%;
        margin: 0 0 50px 0;
        text-align: center;
    }
}

.news_item_cover {
    width: 100%;
    background-color: #004b96;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.news.banco_de_sangue .news_item_cover {
    background-color: #e11f27;
}

.news_item_cover img {
    min-width: 100%;
    height: 260px;
    object-fit: cover;

    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;

    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

@media (max-width: 1366px) {
    .news_item_cover img {
        height: 200px;
    }
}

@media (max-width: 1024px) {
    .news_item_cover img {
        height: 300px;
    }
}

@media (max-width: 640px) {
    .news_item_cover img {
        height: 200px;
    }
}

.news_item:hover .news_item_cover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);

    opacity: .5;
}

.news_item_cover .btn {
    display: none;
    background: transparent !important;
    border: 1px solid #FFF;
    font-size: 1.375em;
    padding: 13px 30px;
    position: absolute;

    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.news_item:hover .news_item_cover .btn {
    display: block;
    background: transparent !important;
}

.news_item_header {
    margin-top: 20px;
}

.news_item_header h1 {
    font-size: 1.5em;
    color: #313335;
    font-weight: 400;
}

.news_item_header span {
    background-color: #004b96;
    width: 100px;
    height: 5px;
    display: block;
    margin: 10px 0;
}

.news.banco_de_sangue .news_item_header span {
    background-color: #e11f27;
}

@media (max-width: 840px) {
    .news_item_header span {
        display: inline-block;
    }
}

.news_item_header p {
    font-size: 1em;
    color: #313338;
    font-weight: 300;
    margin-top: 5px;
}

.news_item:hover .news_item_header h1,
.news_item:hover .news_item_header p {
    color: #333;
}

/*
========================
======================== NEWS
========================
*/

.attendance {
    background: url("../../img/global/custom/bg-atendimento.png");
    padding: 50px 0;
    color: #FFF;

    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}

.attendance .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.attendance_left {
    flex-basis: 48%;
}

@media (max-width: 1024px) {
    .attendance_left {
        flex-basis: 100%;
    }
}

.attendance_header h1 {
    border-left: 5px solid #FFF;
    font-size: 2.3em;
    font-weight: 400;
    padding-left: 20px;
    margin-bottom: 20px;
}

.attendance_header p {
    font-size: 1em;
    color: #FFF;
    margin-bottom: 10px;
}

/*CONTACT*/
.attendance_contact form {
    margin-top: 30px;
}

.attendance_contact form input,
.attendance_contact form select,
.attendance_contact form textarea {
    background-color: #FFF;
    font-size: 1em;
    font-weight: 300;
    color: #000;
    padding: 15px;
    border: 0 !important;
    outline: none;

    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.attendance_contact form textarea {
    height: 160px;
}

.attendance_contact form input:focus,
.attendance_contact form select:focus,
.attendance_contact form textarea:focus {
    border: 0 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.attendance_contact form ::-webkit-input-placeholder {
    opacity: 1;
    color: #000;
}

.attendance_contact form ::-moz-placeholder {
    opacity: 1;
    color: #000;
}

.attendance_contact form :-ms-input-placeholder {
    opacity: 1;
    color: #000;
}

.attendance_contact form :-moz-placeholder {
    opacity: 1;
    color: #000;
}

.attendance_contact form .btn {
    background-color: #004b96;
    text-transform: none;
    padding: 15px 50px;
    text-transform: uppercase;
    font-size: 1.125em;
    font-weight: 400;
}

.attendance.banco_de_sangue .attendance_contact form .btn {
    background-color: #e11f27;
}

.attendance_contact form .btn:hover {
    background-color: #1a73cd;
}

.attendance.banco_de_sangue .attendance_contact form .btn:hover {
    background-color: #9d0c12;
}

@media (max-width: 1024px) {
    .attendance_contact form .btn {
        width: 100%;
    }
}

.attendance_work {
    margin-top: 30px;
}

.attendance_work .attachment {
    width: 100%;
}

.attendance_work .attachment label {
    background-color: red;
    text-align: left;
    width: 100%;
    background-color: #FFF;
    font-size: 1em;
    font-weight: 300;
    color: #000;
    padding: 15px;
    border: 0 !important;
    outline: none;
    position: relative;

    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.attendance_work form {
    max-width: 500px;
    text-align: left;
}

.attendance_work form .attachment {
    position: relative;
}

.attendance_work form span:not(.checkmark) {
    position: absolute;
    right: 0;
    top: 0;
    margin: 11px 11px 0 0;
    color: #000;
    font-size: 25px;
}

.attendance_work form .btn {
    background-color: #004b96;
    text-transform: none;
    padding: 15px 50px;
    text-transform: uppercase;
    font-size: 1.125em;
    font-weight: 400;
}

@media (max-width: 1024px) {
    .attendance_work form .btn {
        width: 100%;
    }
}

.attendance.banco_de_sangue .attendance_work form .btn {
    background-color: #e11f27;
}

.attendance_work form .btn:hover {
    background-color: #1a73cd;
}

.attendance.banco_de_sangue .attendance_work form .btn:hover {
    background-color: #9d0c12;
}

.attendance_right {
    flex-basis: 48%;
}

@media (max-width: 1024px) {
    .attendance_right {
        flex-basis: 100%;
        margin-top: 40px;
    }
}

.check {
    width: 100%;
    display: block;
    position: relative !important;
    padding-left: 30px;
    cursor: pointer;
    font-size: 16px;
    margin-bottom: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.check a {
    color: #FFF;
    font-weight: 500;
    text-decoration: underline;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
}

.check:hover input ~ .checkmark {
    background-color: #ccc;
}

.check input:checked ~ .checkmark {
    background-color: #2196F3;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.check input:checked ~ .checkmark:after {
    display: block;
}

.check .checkmark:after {
    left: 8px;
    top: 3px;
    width: 3px;
    height: 8px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}