.elementor-kit-2273{--e-global-color-primary:#3740FF;--e-global-color-secondary:#54595F;--e-global-color-text:#90929E;--e-global-color-accent:#61CE70;--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;}.elementor-kit-2273 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1480px;}.e-con{--container-max-width:1480px;}.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 */.principais-coberturas li{
    margin-bottom: 20px;
    list-style: disc;
}

.principais-coberturas li::marker{
    color:#4B53FF;
}
.card-seguro {
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
}

.card-seguro:hover {
    transform: scale(1.05);
}

.card-seguro .elementor-element.elementor-element-1bbc57e::before, .card-seguro .elementor-element-16f60f8::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(75, 83, 255, 0);
    border-radius: 20px 20px 0px 0px;
    pointer-events: none;
    transition: background 0.1s ease-in-out, opacity 0.1s ease-in-out;
    opacity: 0;
}

.card-seguro:hover .elementor-element-1bbc57e::before, .card-seguro:hover .elementor-element-16f60f8::before  {
    background: rgba(75, 83, 255, 0.4);
    opacity: 1;
}

.card-seguro:hover h3, 
.card-seguro:hover p, 
.card-seguro:hover a,
.card-seguro:hover span,
.elementor-divider-separator:hover{
    color: #fff !important;
    transition: color 0.1s ease-in-out;
    border-color: #fff!important;
}

.card-seguro .card-seguro-conteudo {
    transition: background-color 0.1s ease-in-out;
}

.card-seguro:hover .card-seguro-conteudo {
        background-color: #4B53FF !important;
    border-radius: 0px 0px 20px!important;
}

.elementor-swiper-button-next:hover svg path,.elementor-swiper-button-prev:hover svg path {
        fill: #4B53FF;
    opacity: 1!important;
    transition: 0.13s ease-in-out;
}

.titulo-cards-blogposts-p{
   display: -webkit-box;
  -webkit-line-clamp: 2; /* Limita para 2 linhas */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3em; /* Ajuste conforme necessário */
  line-height: 1.5em; /* Ajuste conforme necessário */
}/* End custom CSS */