/*
	Theme Name: Suporte Nia
	Theme URI: https://web2duo.com
	Description: Tema para atender especificações do projeto Bloco | Brognoli
	Author: Web2DUO Team
	Author URI: https://web2duo.com/
	Version: 1.0.0
	Template: hello-elementor
	Text Domain: hello-elementor-child
*/

/* GENERAL */

.b24-form-header-title {
    color: #5552a3 !important;
    font-size: 30px !important;
    margin-bottom: 20px !important;
}

.b24-form-btn {
    background-color: #5552a3 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    font-size: 16px !important;
}

.b24-form-control-file-item-preview-image {
    height: 33px !important;
    width: auto;
    border-radius: 2px 0 0 2px !important;
}

#copyright > .elementor-container {
    border-top: 1px solid #fff;
    padding-top: 5px;
}

@media only screen and (max-width: 600px) {
	#logo {
		width: 50%;
	}
	#logo img {
		width: 200px;
	}
	#btn-contato {
		width: 50%;
		text-align: right;
		position: absolute;
		right: 0px;
		top: 10px;
	}
  	.b24-form-header-title {
		font-size: 22px !important;
	}
}