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

/* HEADER */
header nav ul li a::before {
    content: '';
    position: absolute !important;
    top: -42px;
    left: 0;
    height: 3px;
    width: 100%;
    background: #F89A20 !important;
    transition: all .5s !important;
    opacity: 0;
}

header nav ul li a:hover::before {
	opacity: 1;
}


/* FORMULÁRIO DE CONTATO */
form.formpadrao *:focus {
border: 1px solid rgba(69, 96, 108, 0.20);
	outline: none !important;
}

form.formpadrao .conteudo-form {
	display: flex;
	gap: 60px
}

form.formpadrao .conteudo-form .left {
	width: 50%
}

form.formpadrao .conteudo-form .right {
	width: 50%
}

form.formpadrao .conteudo-form .linha {
	width: 1px;
background: rgba(0, 0, 0, 0.08);
}

form.formpadrao .input {
	border-radius: 10px;
border: 1px solid rgba(69, 96, 108, 0.20);
background: rgba(255, 255, 255, 0.14);
	margin-bottom: 14px;
	color: rgba(69, 96, 108, 0.98);
font-family: Montserrat;
font-size: 12px;
font-style: normal;
	line-height: 14px;
font-weight: 300;
line-height: normal;
	padding: 14px 20px;
}

form.formpadrao textarea {
	height: 95px;
}

form.formpadrao small {
	color: rgba(69, 96, 108, 0.98);
font-family: Montserrat;
font-size: 13px;
font-style: normal;
font-weight: 300;
line-height: normal;
	margin-bottom: 15px;
	display: block;
}

form.formpadrao .opcoes {
	border-left: 1px solid #F89A20;
	padding: 15px 0 15px 30px;
		margin-bottom: 18px;
}

form.formpadrao .opcoes {
	border-left: 1px solid #F89A20;}span {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px
}

form.formpadrao .opcoes span:last-of-type {
	margin-bottom: 0;
}

form.formpadrao .opcoes span input {
	width: 16px;
	height: 16px;
}

form.formpadrao .opcoes span label {
		color: rgba(69, 96, 108, 0.98);
font-family: Montserrat;
font-size: 13px;
font-style: normal;
font-weight: 300;
line-height: normal;
}

form.formpadrao .cupom {
	display: flex;
	align-items: center;
	gap: 10px;
}

form.formpadrao .cupom input {
	border: 0;
	padding: 0;
		color: rgba(69, 96, 108, 0.98);
font-family: Montserrat;
font-size: 13px;
font-style: normal;
font-weight: 300;
}

form.formpadrao .cupom span {
	margin: 0;
	font-weight: 500;
	color: #45606C;
}

form.formpadrao .form-bottom {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: space-between;
}

.formpadrao .politica input[type="checkbox"] {
  display: none; /* Esconde o checkbox nativo */
}

.formpadrao .politica .checkmark {
  width: 20px;
  height: 20px;
  border-radius: 100px;
  border: 1px solid rgba(69, 96, 108, 0.20);
  background: var(--100, #FFF);
  display: inline-block;
  position: relative;
  flex-shrink: 0;
	cursor: pointer;
	    margin: 0;
}

/* Marca de seleção (check) */
.formpadrao .politica input[type="checkbox"]:checked + .checkmark::after {
  content: '';
  position: absolute;
    left: 7px;
    top: 4px;
    width: 5px;
    height: 9px;
  border: solid #F89A20;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.formpadrao .politica input[type="checkbox"]  {
    width: 20px;
    height: 20px;
	margin-bottom: 0;
}

.formpadrao .politica span {
color: rgba(69, 96, 108, 0.90);
leading-trim: both;
text-edge: cap;
font-family: Montserrat;
font-size: 10px;
font-style: normal;
font-weight: 400;
line-height: 110%; /* 15.4px */
	display: block;
	    margin: 0;
}

.formpadrao .politica span a {
	color: inherit;
	text-decoration: underline;
}

.formpadrao .botao {
	border-color: #F89A20;
	color: #FFF;
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: Montserrat;
font-size: 12px !important;
font-style: normal;
font-weight: 600;
line-height: normal;
text-transform: uppercase;align-content;
	padding: 10px 24px
}

.formpadrao .politica {
	display: flex;
	align-items: center;
	gap: 10px;
}

@media (max-width: 1024px) {
	
	form.formpadrao .conteudo-form {
 gap: 15px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
	
	form.formpadrao .conteudo-form .left,
	form.formpadrao .conteudo-form .right{
    width: 100%;
}

	form.formpadrao .conteudo-form .linha {
  display: none;
}
	
	form.formpadrao .form-bottom {
    margin-top: 30px;
}
	 
}