section.fale-conosco {
    padding: 90px 0;
    font-size: 18px;
}

section.fale-conosco iframe {
    border: 10px #fff solid !important;
    box-shadow: 0 0 10px #0000001e;
} 

section.fale-conosco h2 {
    font-size: 48px;
    font-weight: 600;
    border-bottom: 1px #dedede dotted;
    margin-bottom: 20px;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

section.fale-conosco .info {
    position: relative;
    padding-left: 40px;  
    margin-bottom: 30px;  
    line-height: 1.5;
}

section.fale-conosco .info svg {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    fill: var(--laranja);
}

section.fale-conosco .info a {
    font-weight: 600;
    color: #000;
}

section.fale-conosco .boxes__corpo {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap:20px;
}

section.fale-conosco .box:not(.notbox) {
    display: flex;
    gap: 10px;
    align-items: center;
    box-shadow: 0 0 10px #00000018;
}

section.fale-conosco img {
    width: 90px;
    height: 120px;
    object-fit: cover;
    display: block;
}

section.fale-conosco .box .content {
    flex:1;
    padding-right: 10px;
}

section.fale-conosco .agendamento {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px #3b8400 solid;
    color: #333;
    font-weight: bold;
    gap: 10px;
    text-transform: uppercase;
    padding:5px 10px;
    transition: all .4s;
    font-size: 12px;
    width: fit-content;
}

section.fale-conosco .agendamento svg {
    width: 15px;
    height: 15px;
    fill: #3b8400;
}

section.fale-conosco .agendamento:hover {
    background: #3b8400;
    color: #fff;
}

section.fale-conosco .agendamento:hover svg {
    fill: #fff;
}

section.fale-conosco .box .content h3 {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    margin-bottom: 5px;
}

section.fale-conosco .box .content .cargo {
    margin-bottom: 20px;
    color: var(--laranja);
    font-size: 12px;
    font-weight: bold;
}


section.fale-conosco .wpcf7-form-control-wrap {
    margin-bottom: 14px;
    display: block;
}

section.fale-conosco label {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
}

section.fale-conosco br {
    display: none !important
}

section.fale-conosco input[type="text"],
section.fale-conosco textarea {
    width: 100%;
    padding: 15px;
    border: 1px #dedede solid;
    border-radius: 8px;
    font-family: var(--font);
    font-size: 16px;
}

section.fale-conosco .cta__primary {
    float: right;
}

section.fale-conosco input[type="submit"] {
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	gap: 15px;
	padding: 14px 35px;
	border: 1px var(--azul) solid;
	border-radius: 4px;
	color: #000;
	font-weight: bold;
	font-size: 16px;
    margin: auto;
    background: transparent;
    cursor: pointer;
    font-family: var(--font);
}

section.fale-conosco .row {
    margin-bottom: 20px;
}

section.fale-conosco input[type="submit"]:hover {
	background: var(--azul);
	color: #fff;
}