/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */




/*Cards Home*/
.ani-button .elementor-button-icon{
    width: 0;
    opacity: 0;
    transform: translateX(-20px);
    overflow: hidden;
    transition: all .35s ease;
}
.ani-button:hover .elementor-button-icon{
    width: 14px;
    opacity: 1;
    transform: translateX(0);
}
.ani-button img{
    transition: transform .6s ease;
}
.ani-button:hover img{
    transform: scale(1.05);
}



/*Contacto*/
.form-contact .elementor-field-type-acceptance label {
    font-size: 13px;
    letter-spacing: -0.31px;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    gap: 19px;
	color: #707070
}
.form-contact .elementor-field-type-acceptance input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    min-width: 18px;
    margin: 0;
    background-color: #D9D9D9;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    cursor: pointer;
}
.form-contact .elementor-field-type-acceptance input[type="checkbox"]:checked {
    background-color: rgba(217, 217, 217, 0.5);
    border-color: rgba(0, 0, 0, 0.15);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23000000' stroke-width='2' d='M3 8l3.5 3.5L13 4'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.form-contact .elementor-field-type-acceptance .elementor-field-option {
    display: flex;
    align-items: flex-start;
    gap: 19px;
}
.form-contact .elementor-field-type-acceptance a {
    color: inherit;
    text-decoration: underline;
}


/*FAQ*/
.all-faq svg {
    background: #0A274A;
    padding: 8px;
    border-radius: 5px;
    width:32px !important;
    height: 32px !important;
}
.all-faq details.e-n-accordion-item {
    background: #F9F9F9;
    margin-bottom: 16px !important;
    border-radius: 10px 
}
.all-faq summary.e-n-accordion-item-title {
    padding: 20px 24px 24px !important;
}
.all-faq .e-child {
    padding: 0 24px 24px 24px;
}
.all-faq span.e-n-accordion-item-title-icon {
    margin-top: -8px;
}


/*Carrossel Logos*/
.partner-gallery .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
}

.partner-gallery .swiper-slide-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.partner-gallery .swiper-slide-image {
    display: block;
    max-width: 198px;
    max-height: 80px; /* opcional */
    width: auto;
    height: auto;
    object-fit: contain;
}
@media (max-width:767px) {
.partner-gallery .swiper-slide-image {
    max-width: 120px;
}
}


/*Galeria de Clientes e Parceiros*/
.galeria-imagens-clientes  img.attachment-full.size-full {
    max-width: 200px;
    height: auto;
}

.galeria-imagens-clientes .gallery-icon.landscape {
    height: 150px;
    justify-content: center;
    align-items: center;
    display: flex
}



/*Cor Strong h2*/
h2.elementor-heading-title.elementor-size-default strong {
    color: #4FA0C7;
}