/* 
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
*/
/*.btn > a,*/

.btn > a {
    color: white;
}

.btn {
    position: relative;
    border: none;
    display: inline-block !important;
    background: none;
    background-color: #F40806;
    background-image: -webkit-linear-gradient(#3c60a7 0,#3c60a7 50%);
    background-image: linear-gradient(#3c60a7 0,#3c60a7 50%);
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    font-family: "Noto Sans",Arial,sans-serif,"Univers LT 55","Helvetica Neue",Arial,sans-serif;
    padding: 4px 10px;
    border-radius: 3px;
    text-decoration: none;
    box-shadow: 0 1px 2px 1px rgba(0,0,0,0.3);
    white-space: nowrap;
    padding: 5px 15px;
}

.btn:hover {
    color: white;
    background-color: #0b2250;
}

.alignnone,
.aligncenter,
.alignright,
.alignleft {
    margin-bottom: 15px;
    margin-top: 15px;
}

.largura-total {
   width: 100%;
}