/*Personalização da View Home*/
header {
    position: fixed !important;
    width: 100%;
}

.main {
    margin-top: 7em;
}

.header .topbar {
    font-size: .8em;
}

.w-100 {
    width: 70% !important;
}
/**Carrousel index*/
.container-loading {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: 3em 0;
}

#services-carrousel {
    /*background: var(--accent-color);*/
}
#container-title-carrousel {
    border-left: 15px solid var(--accent-color);
    height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
}
    #container-title-carrousel h5{
        font-weight:bold;
    }
    #container-title-carrousel h5,
    #container-title-carrousel h6 {
        color: var(--accent-color);
    }

.container-slider {
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: start;
    width: 100% !important;
}

.container-slide__title {
    width: 100%;
}

    .container-slide__title h5 {
        font-weight: 600;
        font-size: 1.2em;
        margin: 0;
        padding: 0;
    }

    .container-slide__title h6 {
        font-size: .8em;
        font-weight: normal;
    }

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 14));
    }
}

.slider {
    /*  background: white;
                box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.8); */
    height: 230px;
    overflow: hidden;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    border-radius: 10px;
}

.slide-track {
    display: flex;
    gap: 1em;
    margin-top: 2.4em;
    height: 230px;
}

.slide-item button {
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
}

.slide-item img {
    width: 220px;
    height: 120px;
    zoom: 1.3;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transition: .6s;
}

.slider::before {
    /* background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%); */
    content: "";
    height: 200px;
    position: absolute;
    width: auto;
    z-index: 2;
}

.slider a img:hover {
    transform: scale(1.1);
    transition: transform 0.5s;
    border: 1px solid var(--bs-blue);
}

.slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
    margin: 0;
    padding: 0;
}

.slider::before {
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
}

.slider .slide-track {
    animation: scroll 30s linear infinite;
    display: flex;
    width: calc(250px * 6);
}

.slider .slide-item {
    height: 100px;
    width: 250px;
    margin: 0;
    padding: 0;
}

@media screen and (min-width:25em) {
    .services-carrousel, #services-carrousel {
        height: 250px;
    }

    .slide-item img {
        height: 115px;
        width: 180px;
        zoom: 0 !important;
    }
}

.carousel-inner {
    width: initial;
}

section, .section {
    /*Padding entre as sessões*/
    padding: 1em;
}

.carousel-item {
    /* margin-top: 2em; */
    display: flex !important;
    justify-content: center !important;
}

.section-title h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}
/*Primeiro container */
.service-item.primary {
    background-color: var(--accent-color) !important;
    color: white;
    border-radius: 7px !important;
}

    .service-item.primary h4,
    .service-item.primary .icon i {
        color: white;
    }

.service-item:hover h4 {
    color: white;
}
/*Cobertura*/
.call-to-action .cta-btn {
    color: white;
    background: var(--accent-color);
    border: 1px groove white;
}
   
    #cobertura {
        background: var(--accent-color);
        
    }
.modal-content{
    padding:1em;
}
/*Responsabilidades*/
#row-personalizada {
    display: flex;
    justify-content: center;
    margin-top: 2em;
}

    #row-personalizada .w-100 {
        width: 100% !important;
    }


.list-grid {
    list-style: none;
    display: flex;
    gap: 1em;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 !important;
}

    .list-grid li img {
        width: 150px;
        transition: .8s;
        filter: grayscale(100%);
    }

        .list-grid li img:hover {
            cursor: pointer;
            transform: scale(1.3);
            filter: grayscale(0);
        }

.container-subtitle-resposabilidades {
    margin-top: 2em;
    text-align: center;
}

    .container-subtitle-resposabilidades h4 {
        font-weight: 700;
    }

.container-line {
    display: inline-flex;
    border-top: 3px solid var(--accent-color);
    width: 50px;
}

.carousel-control-next,
.carousel-control-prev {
    background-color: rgba(29, 27, 27, 0.5); /* Adiciona um fundo semi-transparente para melhor visibilidade */
    border-radius: 50%; /* Torna os botões redondos */
    width: 40px; /* Ajusta o tamanho dos botões */
    height: 40px;
    /* display: flex;
    align-items: start;
    justify-content: start; */
}
#ordenado-alf-p {
    display:none;
    margin-top: 2em;
    font-size: .8em;
}
@media screen and (min-width:65.5em){
    #ordenado-alf-p {
        display:block;
        margin-top: 2em;
        font-size: .8em;
    }
}

/*Responsabilidades*/
.pricing-item {
    min-height: 673px;
}

    .pricing-item ul li {
        text-align: justify;
    }

    .pricing-item h3 {
        min-height: 78.58px;
        background-color: var(--accent-color) !important;
        color: white !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
/*Diretória*/

#span-diretoria-tipo-medico {
    font-weight: bold;
}
.member-img img {
    width: 437px;
   /* object-position:center*/
}
/*Contatos*/
#mail-link-contato {
    color: var(--black) !important;
    transition: .7s;
}

    #mail-link-contato:hover {
        color: var(--accent-color) !important;
    }
/*footer*/
#img-footer-logo img {
    filter: grayscale(100%);
    transition: .6s;
}

    #img-footer-logo img:hover {
        filter: grayscale(0%);
    }
/**Guia*/
#img {
    width: 8%;
    height: 8%;
    border-radius: 20px;
}

#zoom {
    transition: transform 0.5s ease-out;
}



    #zoom:hover {
        transform: translate(0%, 0%) scale(1.2);
    }

#subtitle-description{
    display:flex;
    justify-content:end;
    margin-top:1em;
    font-weight:bold;
    font-size:.7em;

}
.container-title {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    background-color: #3291e6;
}

.container-row-title {
    width: auto;
    align-items: center;
    flex-direction: column;
    display: flex;
    flex-direction: column;
    background-color: #3291e6;
    border-radius: 7px;
    margin: 0;
    padding: .5em;
    box-sizing: border-box;
}

    .container-row-title h5 {
        font-size: 1.2em;
        padding: .2rem 3rem;
        font-weight: 700;
        background-color: #FFF;
        color: #3291e6;
        text-transform: uppercase;
        text-align: center;
        margin: 0;
    }

.container-row-title-col-text {
    display: flex;
    flex-direction: row;
    background-color: white;
    border-radius: 5px;
}

    .container-row-title-col-text h6 {
        color: color-mix(in srgb,#3291e6, 20% white);
        font-weight: 700;
        font-size: .8em;
        font-family: sans-serif;
    }

#container-row-text-title-h6 {
    padding: .8rem;
    display: inline-flex;
    justify-content: center;
    background-color: #3291e6;
    color: white;
    border: 2px solid white;
    border-radius: 5px 0 0 5px;
    align-items: center;
    width: 100%;
    gap: 1em;
}

    #container-row-text-title-h6 img {
        width: 50%;
        height: 70%;
    }

#span-container-img-secondary {
    font-size: .8em;
}

    #span-container-img-secondary h7 {
        border-bottom: 4px solid white;
    }

#myModal {
    flex-direction: column;
    justify-content: center;
}

@media screen and (max-width:50em) {
    .w-100 {
        width: 100% !important;
    }
}

@media screen and (max-width:51.87em) {
    .pricing-item {
        min-height: auto;
    }
}

@media screen and (max-width:75em) {
    .pricing-item {
        min-height: 492px;
    }
}
