/*
 * Your global styles here
 */
html,
body {
    height: 100%;
    /* overflow-x: hidden; */
    width: 100%; /* Add this line */
}

html {
    background: white;
}

body {
    margin: 0;
}

h2 {
    font-size: 26px;
}

/* .ql-editor {
    font-family: "Open Sans";
    font-size: 18px;
} */

.news-title {
    font-size: xx-large;
    font-weight: bold;
    font-family: 'Dosis';
}

.news-body {
    max-width: 70rem;
    margin: auto !important;
    font-family: 'Open Sans';
}

.news-body h2 {
    font-family: 'Dosis';
}

.publishing-date {
    color: #0094a1;
}

/* .destaque-banner {

    margin-left: calc(-1 * (100vw - 100%)) !important;
    margin-right: calc(-1 * (100vw - 100%)) !important;
} */

/* News Grid Container */
.destaques-items {
    max-width: 1200px;
    margin: 80px auto;
    padding: 0 20px;
}


.implantes-items {
    max-width: 1200px;    
    margin: 0 auto;
}

.implantes-items h6{
    max-width: 510px;
}

.aparelhos-items {
    max-width: 1200px;    
    margin: 0 auto;
}
.aparelhos-items h6{
    max-width: 510px;  
}

.destaques-items-veja-mais {
    max-width: 1200px;
    padding: 0 20px;
}

/* Individual Grid Item Styles */
.destaques-items > div {
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease;
}

.destaques-items > div:hover {
    transform: translateY(-8px);
}

/* Image Styles */
.destaques-items img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    margin-bottom: 20px;
}

/* Content Wrapper Styles */
.destaques-items > div > div {
    padding: 0 15px 25px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

/* Title Styles */
.destaques-items h2 {
    font-family: 'Dosis', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    line-height: 1.3;
    text-align: center;
}

/* Text Block Styles */
.destaques-items p {
    font-family: 'Dosis', sans-serif;
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 25px;
    text-align: center;
    flex-grow: 1;
}

/* Button Styles */
.destaques-items-button {
    align-self: center;
    padding: 12px 30px;
    background: #0094a1;
    color: white;
    border-radius: 50px;
    font-family: 'Dosis', sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    border: 2px solid #0094a1;
    transition: all 0.3s ease;
}

.ver-todos-button {
    margin-bottom: 20px;
}

.destaques-items-button2 {
    align-self: left;
}

.destaques-items button:hover {
    background: white;
    color: #0094a1;
}

.image-container {
    margin-bottom: 2%;
    --dxp-c-image-height: 100%;
}

.lwc-1nf8r8ii43jcb-outputRichText-containerql-editor {
    font-size: xx-large;
}

.veja-tambem {
    font-size: xx-large !important;
}

/* .destaques-veja-tambem-section {
    display: flex !important;
} */

.destaques-items-veja-mais {
    max-width: 1200px;
    padding: 0 20px;
    /* display: flex; */
    justify-content: center;
}

.marcar-consulta-botao {
    border-radius: 10%;
    background-color: rgb(163, 52, 109);
    color: white;
}

.implantes-banner {
    min-height: none;
    max-height: none;
}

.obrigado-grid {
    width: 65rem;
    margin: auto;
}

.grid-item {
    margin-right: 10px;
}

.grid-text-block {
    max-height: none !important;
    min-height: 19rem;
}

.textBlock_desktopTabletMobile.lwc-4rt99a8doqk {
    max-height: none;
}



.link-type[lwc-tseoq9qiqi]{ 
    display: none !important; 
}

/*.link-type[lwc-tseoq9qiqi]{
    font-size: 26px !important;
    color: #0094A1 !important;
    font-weight: bold;
    font-family: "Dosis", sans-serif !important;
    text-decoration: none !important;
    display: none; 
}

.link-type:hover {
    color: #3a3a3a !important; 
}*/

.bold-string-title[lwc-tseoq9qiqi]{
    font-weight: var(--lwc-fontWeightBold, 700);
    color: #3a3a3a !important;
    font-weight:bolder !important;
}


.card-item[lwc-4jjjeht9bu7] {
    flex-grow: 1;
    background-color: #fff; 
    border-radius: 4px; 
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); */
    padding: 1rem;
    transition: transform 0.2s; 
    margin: 15px;   
    border-bottom: 1px solid #ccc !important;
}





.bold-string-title[lwc-tseoq9qiqi] {
    font-size: 26px !important;
    color: #0094A1 !important;
    font-weight: bolder !important;
}

.link-type:hover {
    color: #3a3a3a !important; 
}



.bold-string-title[lwc-tseoq9qiqi]:hover {
   color: #3a3a3a !important; 
}


@media (max-width: 768px) {
    .destaques-items {
        margin: 40px auto;
    }

    .implantes-items{
        margin: 2.5rem 2.25rem auto;
    }
    .aparelhos-items {
        margin: 2.5rem 2.25rem auto;
    }
    .bloco-de-texto-tile {
        --dxp-c-s-text-align: center !important;
    }

    .dxp-content-layout-image {
        --dxp-c-block-image-position: center !important;
    }

    .background-image {
        background-position: center !important;
    }

    .destaques-items h2 {
        font-size: 20px;
    }

    .destaques-items p {
        font-size: 14px;
    }
}

@media screen and (max-width: 480px) {
    .testemunho-container {
        --dxp-style-c-margin-right-s: 0 !important;
        --dxp-style-c-margin-left-s: 0 !important;
    }
}

@media (min-width: 769px) and (max-width: 1024px){
    .implantes-items{
        display: flex;
        flex-direction: row;
    }
    .aparelhos-items {
        display: flex;
        flex-direction: row;
    }
}
:root {
--dxp-s-component-wrapper-spacer-size-mobile: 0;
}

p.textBlock_desktop.lwc-4rt99a8doqk{
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
    letter-spacing: 1.3px !important;
    color: #4b4f58 !important;
    font-family: "Open Sans", sans-serif;
    margin-top: 0 !important;
    padding-top: 0 !important;
}

span.slds-p-vertical_small.slds-truncate.slds-text-heading_large{
    margin-left: 2% !important;
}