html, html body {
    font-size: 18px !important;
    line-height: 27px;
}
html body p {
    line-height: 27px;
}
body.elementor-kit-6 :is(h1, h2, h3, h4, h5, h6, .elementor a, li) {
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    color: inherit;
}
body :is(h1, h2, h3, h4, h5, h6), body.elementor-kit-6 p {
    margin: 0 0 0 0;
}
body .elementor a :is(:focus, :target, :visited,:focus-visible) {
    outline: 0;
}
header.elementor {
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 9;
    width: 100%;
}
header.elementor .e-con-inner {
    border-bottom: 1px solid #DBDBDB;
}
.hp-video-container {
	max-width: calc(100% - 32px) !important;
}
.infinity-rotate {
  animation: infinity-rotate 15s linear infinite;
}
.hp-cover-icons {
	width: 50%;
}
.hp-cover-icons ul.elementor-icon-list-items {
    justify-content: stretch !important;
    flex-wrap: nowrap !important;
}
.hp-cover-icons li.elementor-icon-list-item {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 16px;
    margin: 0 !important;
}
.hp-cover-icons li.elementor-icon-list-item a {
    flex-direction: column;
    justify-content: center;
}
.hp-cover-icons li.elementor-icon-list-item:not(:last-of-type) {
	border-right: 1px solid #E7E7E7;
}
.hp-cover-icons li.elementor-icon-list-item svg {
	margin-right: 0 !important;
	margin-bottom: 16px !important;
}
.e-kancelaria-text .elementor-icon {
    width: 100%;
    padding-top: 20px;
}
#contact .row p {
    display: flex;
    margin-bottom: 16px;
    gap: 13px;
    width: 100%;
}
#contact form .row.last p {
    align-items: flex-start;
}
#contact .row p .wpcf7-list-item {
    margin-left: 0;
}
#contact .row p span.wpcf7-form-control-wrap,
#contact .row p input:not([type="checkbox"], .wpcf7-submit),
#contact .row p textarea {
    width: 100%;
}
#contact .row p input,
#contact .row p textarea {
    border: 1px solid #D2D2D2;
    border-radius: 4px;
    background-color: #F5F8F4;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    padding: 16px;
}
#contact .row p .wpcf7-spinner {
    position: absolute;
    bottom: -20px;
    right: 0;
}
#contact .row p input.wpcf7-submit {
    padding: 24px 32px;
    height: auto;
    background: #1F1E1E;
    border-radius: 8px;
    color: #fff;
    width: 60%;
    font-size: 20px;
    line-height: 1.5;
    text-align: left;
}
#contact .row.last .wpcf7-list-item label {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
}
#contact span.wpcf7-list-item-label {
    font-size: 12px;
    color: #403F3F;
    opacity: 80%;
    font-weight: 400;
    line-height: 1,2;
}
#contact input[type="checkbox"] {
    margin-right: 20px;
}
.faq a.faq-button {
    color: #345244;
    padding: 16px 24px;
    background-color: #FFFF;
    border-radius: 8px;
}
.faq a.faq-button:after {
    content: url("/wp-content/uploads/2023/05/arrow-right-1.svg");
    display: inline-block;
    position: relative;
    margin-left: 15px;
}
.faq p:first-of-type{
    margin-bottom: 40px
}
.faq .elementor-accordion-icon {
    margin-right: 15px;
    margin-top: 10px;
}
.faq .elementor-accordion-item .elementor-active {
    background-color: #D2D2D2;
}
.faq .elementor-tab-title {
    border-bottom: 1px solid #D2D2D2;
}
.e-kancelaria-text svg text {
    font-family: 'Boska';
    font-weight: 500;
}
.pay_u svg {
	margin-top: -10px;
}
.evostudio-logo {
	margin-left: -20px;
	margin-top: 5px;
}

@media (max-width: 1024px) {
    #contact .row p input.wpcf7-submit {
        width: 100%;
    }
    #contact .row p {
        flex-direction: column;
        gap: 0 !important;
    }
    #contact p input.wpcf7-email {
    margin-bottom: -10px;
    }
    .list-footer ul {
    flex-direction: column;
    align-items: flex-start;
	}
	.list-footer ul .elementor-icon-list-item {
    margin-bottom: 16px;
	}
	.logo-footer {
		order: 1 !important;
		margin-top: 50px;
	}
	header.elementor .e-con-inner {
    border-bottom: 0 !important;
	}
	footer > div:last-of-type {
    background-color: #E3E3E3;
	}
}
@keyframes infinity-rotate {
  to {
    transform: rotate(360deg);
  }
}
