/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.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
*/

#content{
    max-width: 1100px;
    margin: 0 auto;
    padding: 50px 15px;
}

.title_cotacoes{
    color: #004B4B;
    text-transform: uppercase;
}
.form_cotacoes{
    display: flex;
    max-width: 500px;
    gap: 15px;
}
.btn_cotacoes{
    background-color: #004B4B;
    color: #fff;
    border: 0;
    padding: 9px 40px;
    margin-top: 10px;
    border-radius: 5px!important;
    -webkit-border-radius: 5px!important;
    -moz-border-radius: 5px!important;
    -ms-border-radius: 5px!important;
    -o-border-radius: 5px!important;
}
.title_mes{
    text-transform: uppercase;
    font-size: 17px;
    color: #fff;
    background-color: #4a7b3d;
}
