/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Child theme for Hello Elementor
Author: Elementor Team
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
*/


/* =========================================
   BASE
========================================= */

body {
    font-size: 17px;
}

strong {
    color: #000000;
}
/* =========================================
   LINK
========================================= */

a {
    transition:
        color .15s ease,
        background-color .15s ease,
        border-color .15s ease;
}

.entry-content a,
.elementor-widget-text-editor a,
.elementor-icon-list-text a,
.elementor-post__excerpt a,
.elementor-heading-title a {
    text-decoration: none;
}

.entry-content a:hover,
.elementor-widget-text-editor a:hover,
.elementor-icon-list-text a:hover,
.elementor-post__excerpt a:hover,
.elementor-heading-title a:hover {
    text-decoration: underline;
}


/* =========================================
   PULSANTI ELEMENTOR
========================================= */

a.elementor-button {
    transition:
        background-color .15s ease,
        color .15s ease,
        border-color .15s ease,
        box-shadow .15s ease !important;
}

a.elementor-button i {
    transition: color .15s ease !important;
}

a.elementor-button svg,
a.elementor-button svg * {
    transition:
        fill .15s ease,
        stroke .15s ease,
        color .15s ease !important;
}


/* =========================================
   MOBILE / TOUCH
========================================= */

a[href],
button,
[role="button"],
.elementor-button {
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

.elementor-button * {
    pointer-events: none;
}

.elementor-button {
    pointer-events: auto;
}


/* =========================================
   ELEMENTOR TEXT
========================================= */

.elementor-widget-text-editor p:last-child {
    margin-block-end: 0 !important;
}


/* =========================================
   RESPONSIVE TABLE
   Usa: <div class="table-scroll-wrapper">...</div>
========================================= */

.table-scroll-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}


/* =========================================
   VIDEO LIGHTBOX
========================================= */

.elementor-lightbox .elementor-video-container {
    position: relative !important;
    width: 85vw !important;
    max-width: 900px !important;
    border-radius: 12px !important;
    overflow: hidden !important;
}

.elementor-lightbox .elementor-video-container iframe,
.elementor-lightbox .elementor-video-container video {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border: 0 !important;
    object-fit: contain !important;
}

.elementor-lightbox .elementor-video-container::before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

@media (max-width: 767px) {
    .elementor-lightbox .elementor-video-container {
        width: 95vw !important;
        max-width: 100% !important;
    }
}

.legal-box > p {
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.elementor-pagination .page-numbers {
    color: #00746B !important;
}

.elementor-pagination .page-numbers:hover {
    color: #4EBCB6 !important;
}

.elementor-pagination .page-numbers.current {
    color: #000 !important;
}
@media (max-width: 767px) {
    .elementor-field-type-recaptcha .elementor-g-recaptcha {
        transform: scale(0.88);
        transform-origin: left top;
    }
	#form-field-field_f33a5e4 {
  background-color: transparent !important;
  border: none !important;
}

    .elementor-field-type-recaptcha {
        height: 69px;
    }
}