html,body{
    margin: 0;
    padding: 0;
}
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
.main_section_sante {
    background: url(/images_com/bg-map-familia.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 45px;
}
.pt-4 {
    padding-top: 1.5rem !important;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.container{
    padding-right:15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
.hartaColor {
    fill: transparent;
}
.hartaColor:hover {
    fill: #ef7d00;
}
.mapbg {
    background-color: #008588;
}
.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}
.section-4-heading {
    padding-bottom: 32px;
    text-align: center;
}
.text-white {
    opacity: 1;
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    font-family: "Raleway", sans-serif;
}
.col-6 {
    flex: 0 0 auto;
    width: 50%;
}
.section-4-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.section-4-card h4 {
    text-align: center;
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
}
.section-4-card p {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    text-align: center;
    font-family: "Raleway", sans-serif;
}
.section-4-icon img {
    margin: auto;
    display: block;
}
.bn_footer_bottom{
    background-color: #008588;
    padding-top: 80px;
    padding-bottom: 80px;
}
.bn_footer_bottom_inside{
    background-image: url(/images_com/sante_bg_footer.png);
    background-repeat: no-repeat;
    height: 115px;
    background-size: contain;
}
section.section_copi_right_sante {
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}
section.section_copi_right_sante span{
    color:#21252980 !important;
    font-family: "Raleway", sans-serif;
}
@media (max-width: 991.98px) {
    .text-white {
        font-size: 35px;
    }
}

@media (max-width: 767.98px) {
    .col-md-10 {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%!important;
    }
    .text-white {
        font-size: 28px;
        line-height: 50px;
    }
    .section-4-card {
        padding: 0 15px;
    }
    .section-4-card h4 {
        padding: 0 5px;
    }
    .bn_footer_bottom_inside{
        background-size: inherit;
        background-position: center;
    }
    .bn_footer_bottom{
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
@media (max-width: 575.98px) {
    .text-white {
        font-size: 24px;
        line-height: 35px;
    }
  
    .section-4-card h4 {
        line-height: 29px;
        padding: 0 5px;
    }
    .section-4-card h4 {
        margin-bottom: 10px;
    }
    .bn_footer_bottom{
        padding-top: 30px;
        padding-bottom: 40px;
    }
    section.section_copi_right_sante span{
        font-size: 15px;
    }
}


@media (min-width: 576px) {
    .container{
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container{
        max-width: 720px;
    }
    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .section-4-card h4 {
        margin-top: 24px;
        margin-bottom: 24px;
        font-size: 20px;
        line-height: 32px;
    }
    .section-4-icon img {
        height: 50px;
    }
} 

@media (min-width: 992px) {
    .container{
        max-width: 960px;
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
}
@media only screen and (min-width: 1024px) {
    .section-4-card h4 {
        margin-top: 32px;
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 32px;
    }
}
@media (min-width: 1200px) {
    .container{
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container{
        max-width: 1320px;
    }
}
