/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.dnd_area-row-3-background-color .dnd-column {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
}
.dnd_area-row-4-background-color .dnd-column {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
}
}

.icon1{
    background-color: #E0EBFF;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 64px;
    font-weight: bold;
    width: 50%; 
}


.tag1{
   background-color: #FFFFFF;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 64px;
    font-weight: bold;
      align-items: center !important;
     width: fit-content;
}

.tag2{
   background-color:#E0EBFF;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 12px;
    align-items: center !important;
    padding-right: 12px;
    border-radius: 64px;
    font-weight: bold;
    width: fit-content;
}

#hs_cos_wrapper_widget_1727202360739_{
   padding-left: 0px !important;
    padding-right: 0px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex-direction: row !important;
    gap: 16px;
}


img{
    border-radius: 16px;
}

@media (max-width: 768px) { /*Botão comprimento 100% no mobile*/
  
.ac-button--filled-dark {
    width:100%;
  
}
  
}

/* Evento Londrina 2025 */
@media (max-width: 768px) {
  #hs_cos_wrapper_widget_1751395087151 .ac-btn a{
    margin-bottom:16px
  }
}