/* 
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.1
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 */


.mc-form-area {
    margin-top: 26px;
}

.form-box-contact {
    background: #fff;
    border: 1.5px solid #1A1326;
    border-radius: 10px;
    padding: 20px
}

.grupo-form,.grupo-form-grup-2 {
    display: grid;
    gap: 14px;
    margin-bottom: 14px
}

.grupo-form-grup-2 {
    grid-template-columns: 1fr 1fr
}

.grupo-form--item label {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: .95rem
}

.grupo-form--item input,.grupo-form--item select,.grupo-form--item textarea {
    padding: 10px;
    border: 1px solid #d4cfe0;
    border-radius: 8px;
    background: #fff
}

#grupo-5.grupo-submit input[type="submit"] {
    background: #22172f;
    color: #fff;
    border: 0;
    border-radius: 10px;
    padding: 12px 16px
}

@media (max-width: 900px) {
    .mc-cards {
        grid-template-columns:1fr
    }

    .grupo-form-grup-2 {
        grid-template-columns: 1fr
    }
}

.mc-city-count {
    margin-left: .5rem;
    font-size: .9em;
    opacity: .7;
    display: none
}

.mc-card .mc-visual {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 64px;
    margin: 4px 0
}
