/* ----------------------------------------------------------
    Theme Name: Vidal Varella Theme
    Theme URI: https://marcasite.com.br
    Author: Henrique Quintino
    Author URI: https://www.linkedin.com/in/henrique-quintino/
    Description: Tema oficial do Vidal Varella criada pela Marcasite
    Requires at least: 6.4
    Tested up to: 6.4
    Requires PHP: 7.0
    Version: 1.0
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    ----------------------------------------------------------

/***************************************************************************
       Fonts
***************************************************************************/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/***************************************************************************
       Variáveis
***************************************************************************/

:root {
	--cor-branco: white;
	--cor-azul: #000060;
	--cor-verde: #00da38;
	--cor-rosa: #e5154a;

	--font-montserrat: "Montserrat", sans-serif;


	--font-extralight: 200;
	--font-light: 300;
	--font-regular: 400;
	--font-medium: 500;
	--font-semibold: 600;
	--font-bold: 700;
}

/***************************************************************************
        All
***************************************************************************/

.transition_on *,
.transition_on {
	transition: ease .5s all !important;
}

html,
body {
	margin: 0;
	overflow-x: clip;
}

body {
	position: relative;
	margin: 0;
	background-color: #000060;
	box-sizing: border-box;
	color: white;
}

* {
	margin: 0;
	box-shadow: 0 0 0 0;
	border: 0 none;
	outline: 0;
	font-family: var(--font-montserrat);
}

a,
a:hover {
	text-decoration: none;
	color: var(--cor-branco);
}

section {
	padding: 5rem 0;
}

h1, h1>span {
	font-size: 2.25rem;
	line-height: 2.55rem;
	font-weight: var(--font-bold);
	text-transform: uppercase;
}

h2,
h2>span {
	font-size: 1.5rem;
	line-height: 1.75rem;
	font-weight: var(--font-semibold);
	margin-bottom: 0px;
}

span {
	color: var(--cor-verde);
}

p,
p>span {
	font-size: 1.125rem;
	line-height: 1.5rem;
}

p {
	font-weight: var(--font-extralight);
}

p>span {
	font-weight: var(--font-medium);
}

img {
	transition: all 0.3s ease-in-out;
	width: 100%;
}

/***************************************************************************
        Promo Bar
***************************************************************************/

section.promo-bar {
	padding: 20px 0;
	background-color: var(--cor-rosa);
}

.promo-bar p {
	margin-bottom: 0;
}

.promo-bar p>span {
	font-size: 1.375rem;
	line-height: 1.625rem;
	color: var(--cor-branco);
}

/***************************************************************************
        Banner Principal
***************************************************************************/

.banner-principal img {
	max-width: fit-content;
	height: 112px;
	margin-bottom: 20px;
}

.card-form {
	border-radius: 16px;
	box-shadow: 0px 0px 3px 0px rgba(13, 11, 13, 0.21);
	background-color: var(--cor-branco);
	position: relative;
	padding: 35px 25px;
	height: auto;
}

.card-form h3 {
	font-size: 1.625rem;
	line-height: 1.475rem;
	max-width: 355px;
	margin-bottom: 20px;
	color: var(--cor-azul);
	font-weight: var(--font-semibold);
}

.card-form form {
	width: 100%;
}

.card-form form input,
.card-form .contato form input,
.card-form .contato form select,
.card-form .contato form textarea {
	width: 100%;
	box-shadow: 0px 0px 2px 0px rgba(13, 11, 13, 0.55);
	height: 43px;
	padding: 15px;
	border-radius: 20px;
}

.card-form form select {
	height: auto;
}

.card-form form input::placeholder,
.card-form form select::placeholder,
.card-form form textarea::placeholder,
.card-form form input::placeholder {
	color: var(--cor-cinza);
	opacity: 0.7;
}

.card-form form .btn-verde {
	font-size: 1.25rem;
	font-weight: var(--font-semibold);
	color: var(--cor-azul);
	background-color: var(--cor-verde);
	position: absolute;
	left: 0;
	bottom: 0;
	border-radius: 0 0 16px 16px;
	height: 60px;
	transition: all 0.3s ease-in-out;
}

.card-form form .btn-verde:disabled {
	opacity: 0.5;
}

.card-form .wpcf7-response-output {
	margin-top: -30px;
	margin-bottom: 45px;
}

.wpcf7-not-valid-tip {
	margin-top: 8px;
	margin-bottom: 12px;
	text-transform: initial;
}

.wpcf7-form-control-wrap,
.wpcf7-list-item-label {
	font-family: var(--font-Montserrat);
	font-size: 16px !important;
	line-height: normal !important;
	margin-top: 7px;
}

.wpcf7-list-item-label {
	font-size: 13px !important;
	position: relative;
}

.wpcf7-list-item {
	display: flex !important;
	margin: 0 !important;
}

.wpcf7-list-item input {
	height: 13px !important;
	box-shadow: none !important;
}

.wpcf7-list-item.first.last {
	position: absolute;
}

.wpcf7-list-item.first.last input {
	width: 18px;
	height: 18px;
	margin-right: 10px;
}

.rodape-form p {
	display: flex;
	margin: 0;
	width: 100%;
	margin-bottom: 10px;
	color: black;
	font-weight: var(--font-regular);
}

.rodape-form p label {
	font-size: 15px;
	margin-left: 15px;
	margin-bottom: -15px;
	margin-top: 1.5px;
	opacity: 1;
}

.rodape-form p label a {
	text-decoration: none !important;
	color: #0d6efd;
}

.rodape-form p label a:hover {
	color: #0d6efd;
}

.rodape-btn p {
	display: flex;
	flex-direction: column;
	align-items: end;
	margin-bottom: 0 !important;
}

.wpcf7 form .wpcf7-response-output {
	margin: -45px 0 55px 0px;
	color: black;
}

.banner-principal iframe {
	width: 100%;
	height: 398px;
}

/***************************************************************************
        Responsivo
***************************************************************************/

.mobile {
	display: none;
}

@media (max-width: 1399px) {}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (max-width: 767px) {}

@media (max-width: 467px) {}

.whatsapp img {
	position: fixed;
	z-index: 8;
	bottom: 86px;
	right: 8px;
	width: 50px;
	height: 50px;
	opacity: 0.7;
	transition: ease .8s all;
}

.whatsapp a:hover img {
	opacity: 1;
	filter: drop-shadow(0px 0px 6px black);
}