/*
Theme Name: Hello Elementor - Zenteverme
Theme URI: http://salesgroup.pt
Description: A child theme of Hello Elementor
Author: Sales Group
Author URI: http://salesgroup.pt
Version: 1.0.0
Template: hello-elementor
Text Domain: hello-elementor-child
*/
@import url("../hello-elementor/style.css");
/*
#FBF5F0;
#404040
#FBB87D1A;
#F5F5F5
#ED1C24
<sup>1</sup>
*/
.fcc {
    display: flex;
    align-items: center;
    border: 1px solid blue;
}
.home-page-faqs .elementor-icon-box-content .elementor-icon-box-description a {
    display:inline-block;
    text-decoration: none;
}
.home-page-faqs .elementor-icon-box-content .elementor-icon-box-description a span {
    display: flex;
    align-items: center;
    gap: 5px;
}
.home-page-faqs .elementor-icon-box-icon {
    padding-top: 5px;
}
.header-linear-gradient {
    background: transparent;
}
.header-linear-gradient-init.header-linear-gradient {
    background: linear-gradient(90deg, #ED1C24 0%, #E89B5A 100%) !important;
}
.li-spacer-20px li {
    padding-bottom: 25px;
}
.faqs-section summary {
    display: flex;
    align-items: flex-start !important;
}
.faqs-section h6 {
    display: flex;
    align-items: flex-start !important;
}
.faqs-section.area-profissional-accordion h6 span {
    font-size: 30px;
    font-weight: 700;
    padding-right: 35px;
    color: #ED1C24;
}
.faqs-section h6 span {
    font-size: 30px;
    font-weight: 700;
    padding-right: 35px;
    color: #ED1C24;
}
.faqs-section .elementor-widget-text-editor {
    padding-left: 52px !important;
}
.faqs-section.faqs-page-accordion-title h6 span {
    margin-top: 5px;
    width: 12px;
    height: 16px;
    background: url(images/faq-arrow.svg) left top no-repeat;
    background-size: 10px 16px;
}
.text-decoration-auto a {
    text-decoration: none;
}
.ds-table table * {
    vertical-align: middle;
}
.ds-table table thead:first-child tr:first-child th:first-child {
    border-top-left-radius: 10px;
}
.ds-table table thead:first-child tr:first-child th:last-child {
    border-top-right-radius: 10px;
}
.ds-table table * {
    background-color: white !important;
}
.ds-table table tboby *:hover * {
    background-color: transparent !important;
}
.ds-table table thead th {
    background: #ED1C24 !important;
    padding: 20px;
    color: #ffffff;
}
.ds-table  table thead tr:first-child td:first-child {
    border-top-left-radius: 10px;
}
.ds-table  table thead tr:first-child td:last-child {
    border-top-right-radius: 10px;
}
.ds-table  table thead tr:not(:first-child) {
    border-top: 1px solid #ffffff !important;
}
.ds-table  table tbody tr td {
    border: 1px solid #FBB87D !important;
}
.ds-table  table {
    border-collapse: collapse;
    border-style: hidden;
}
.ds-table  table tbody > tr:nth-of-type(1) td {
    border-top: 0px !important;
}
.ds-table-border-top-left-radius {
    border-top-left-radius: 10px;
}
.ds-table-border-top-right-radius {
    border-top-right-radius: 10px;
}
.ds-table-border-bottom-right-radius {
    border-bottom-right-radius: 10px;
}
.ds-table-border-bottom-left-radius {
    border-bottom-left-radius: 10px;
}
.ds-table table th,
.ds-table table td {
    padding: 8px;
}
@media screen and (min-width: 768px) {
    .ds-table table th,
    .ds-table table td {
        padding: 15px;
    }
}
.text-center {
    text-align: center;
}
a:hover, a:active {
    /*color: initial !important;*/
}
.e-n-accordion-item-title {
    border: none !important;
}
.ds-table-mobile th {
    background: #ED1C24 !important;
    text-align: left;
    font-weight: 700;
    color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
    .footer-menu-second ul li a {
		justify-content: center !important;
    }
}
a.a-no-underline {
	text-decoration: none;
}
.otnotice-language-dropdown-container {
	margin-bottom: 25px;
}
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}
#page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
#content {
  flex-grow: 1;
}
footer#colophon {
  flex-shrink: 0;
}