.elementor-kit-10{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-6089b90:#190482;--e-global-color-0ac6b4a:#987CFF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#2C2C2C;font-family:"Inter", Sans-serif;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body {
    background: #f4f4f4;
    font-family: 'Inter' !important;
}

.link:active {
    text-decoration: underline;
}

.image-banner-espaco {
    width: 100%;
}

.image-banner-espaco img {
    width: 100%;
        height: 500px;
    border-radius: 0px 0px 50px 50px;
        object-fit: cover;
        
}

@media only screen and (max-width: 600px) {
  .image-banner-espaco img {
    height: 330px;
  }
}

.latepoint-resources-items-w .resource-item .ri-name h3 {
    font-family: 'Inter';
    text-align: center;
}

.latepoint-resources-items-w .resource-item .ri-description {
    text-align: center;
}


.button-book {
    border-radius: 50px;
    
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.latepoint-book-button-wrapper.wp-block-button {
    width: 100%;
}

.button-book a {
    width: 100%;
    color: #fff;
    background: #000;
}

.cancel-button-book a {
    border-radius: 50px;
    background: #c4c4c4;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0.6rem;
}

:root :where(.wp-element-button, .wp-block-button__link) {
    border-radius: 50px;
    background: transparent;
    border: 1px solid  #190482;
    color:  #190482;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 1rem;
}
 
.latepoint-resources-items-w .resource-item {
    box-shadow: none;
}

.latepoint-resources-items-w .resource-item .ri-media {
        border-radius: 50%;
    width: 80px;
    height: 80px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto 20px auto;
    padding-bottom: unset;
}

img.attachment-thumbnail.size-thumbnail{
    
    border-radius: 50%!important;
}

.box-copiar-link {
    max-width: 400px;
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.08);
    text-align: center;
    margin: 20px auto;
    font-family: 'Inter', sans-serif;
}

.titulo-copiar {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
}

.box-copiar-link input[type="text"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    margin-bottom: 12px;
    text-align: center;
    background: #f9f9f9;
     color:  #190482;
}

.btn-copiar {
    border-radius: 50px;
    background: transparent;
    border: 1px solid  #190482;
    color:  #190482;
    padding: 1rem;
    cursor: pointer;
    transition: background 0.3s ease;
}

.btn-copiar:hover {
    background: #000;
    color: #fff;
}/* End custom CSS */