/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

p {
    margin-bottom: 15px !important;
}

.wpcf7 .form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.wpcf7 .margin-plus {
    margin-top: 0;
    align-items: center;
}

.wpcf7 .form-grid .col-1 {
    margin: 15px;
}

.wpcf7 .form-grid .col-2 {
    margin: 15px;
    grid-column: span 2;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
    border: none;
    border-bottom: 1px solid #555555;
    border-radius: 0;
    width: 100%;
}

.wpcf7 select {
    border: none;
    border-bottom: 1px solid #555555;
    border-radius: 0;
    padding: 0.4em 0.5em;
    width: 100%;
}

.wpcf7 textarea {
    border: 1px solid #555555;
    border-radius: 0;
}

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
    background: transparent !important;
}

.wpcf7 input[type="submit"] {
    background: #4178FF !important;
    padding: 15px 30px 15px 30px;
}

.wpcf7 input[type="submit"]:hover {
    background: #555555 !important;
}

.mapa .elementor-widget-container {
    line-height: 1;
}

#media_image-2 {
    max-width: 180px;
}

.mobile-html-inner a:first-child {
    margin-right: 15px;
}

.mobile-html-inner a:last-child {
    margin-left: 15px;
}

/* Formulário Inscrição Pesquisa */

.form-pesquisa {
    font-size: 15px;
}

.form-pesquisa .form-flex .col-1,
.form-pesquisa .form-flex .col-2,
.form-pesquisa .form-flex .col-3 {
    background-color: #ebebeb;
    padding: 12px 25px 15px;
    margin-bottom: 15px;
    border-radius: 10px;
}

.form-pesquisa .form-flex .col-3 .field {
	display:flex;
	flex-direction:column;
}

.form-pesquisa .form-flex .col-3 .field .fields {
	display:flex;
	column-gap:1%;
}

.form-pesquisa .form-flex .col-3 .field .fields span {
	width:33%;
}

.form-pesquisa .form-flex .col-1 {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.form-pesquisa .form-flex .col-1 .field {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.form-pesquisa .form-flex .col-2 {
    display: flex;
    width: 100%;
    column-gap: 15px;
}

.form-pesquisa .form-flex .col-2 .field {
    display: flex;
    width: 50%;
    flex-direction: column;
}

.form-pesquisa .form-flex .col-2 .field label {
	width:100%;
}


.form-pesquisa .form-flex input {
    width: 100%;
    border: 1px solid #ababab;
    border-radius: 5px;
    background-color: #ffffff !important;
    color: #555555 !important;
    margin-top: 10px;
}

.form-pesquisa .form-flex select {
    width: 100%;
    border: 1px solid #ababab;
    border-radius: 5px;
    background-color: #ffffff !important;
    color: #555555 !important;
    margin-top: 10px;
    font-size: 15px;
	padding-top: 11px;
}


.form-pesquisa .form-flex textarea {
    width: 100%;
    border: 1px solid #ababab;
    border-radius: 5px;
    background-color: #ffffff !important;
    color: #555555 !important;
    margin-top: 10px;
    font-size: 15px;
}

.form-pesquisa .form-flex .field label {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
}

.form-pesquisa .form-flex label span.info {
    font-size: 13px;
    font-weight: 400;
    line-height: 24px !important;
    display: block;
}

.form-pesquisa .wpcf7-list-item {
    display: flex;
    width: 100%;
    padding: 0;
    margin: 10px 0 0;
}

.form-pesquisa .form-flex span.wpcf7-list-item-label {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
}

.form-pesquisa .wpcf7-list-item input {
    width: 15px;
    margin: 10px 5px 10px 0;

}

.form-pesquisa input.wpcf7-submit {
    background-color: #ffbe14 !important;
    border: 1px solid #ffbe14;
    color: #000000 !important;
}

.form-pesquisa input.wpcf7-submit:hover,
.form-pesquisa input.wpcf7-submit:focus {
    background-color: #000000 !important;
    border: 1px solid #000000;
    color: #ffbe14 !important;
}

.form-pesquisa span.wpcf7-not-valid-tip {
    position: absolute;
    top: unset;
    bottom: -15px;
    right: 0;
    font-size: 12px;
    color: #000000;
    background-color: #ffbe14;
    padding: 0px 5px 1px;
}

.form-pesquisa label span.wpcf7-not-valid-tip {
    position: absolute;
    top: -10px;
    bottom: unset;
    right: 0;
    font-size: 12px;
    color: #000000;
    background-color: #ffbe14;
    padding: 0px 5px 1px;
}

.form-pesquisa .wpcf7 form .wpcf7-response-output {
    padding: 5px 15px;
    margin: 0;
    background-color: #000000;
    color: #ffbe14;
    position: absolute;
    width: 100%;
    text-align: center;
    border: none;
}

@media screen and (max-width: 429px) {
    .footer-navigation .menu {
        flex-direction: column;
    }
}

@media screen and (max-width: 767px) {
    .fundador .elementor-image-box-img {
        margin-bottom: 15px !important;
    }

    .wpcf7 .form-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .wpcf7 .form-grid .col-1 {
        margin: 15px;
        grid-column: span 2;
    }

    .wpcf7 .form-grid .col-2 {
        margin: 15px;
        grid-column: span 2;
    }

    .wpcf7 .form-grid .col-3 {
        margin: 15px;
        grid-column: span 2;
    }

    .wpcf7 .form-grid .col-4 {
        margin: 15px;
        grid-column: span 2;
    }

    .form-pesquisa .form-flex .col-1,
    .form-pesquisa .form-flex .col-2 {
        background-color: #ebebeb;
        padding: 0 15px 15px;
        margin-bottom: 15px;
        border-radius: 10px;
    }

}

@media screen and (max-width: 1024px) {
    .footer-widget-area-inner.site-info-inner {
        display: flex;
        justify-content: center;
    }

    section#custom_html-2 {
        margin: 10px 0;
    }

    section#custom_html-3 {
        margin: 10px 0;
    }
}