/*/////////////////////
	Theme Name: Tema Viva CNH
	Theme URI: https://decsigner.com.br/
	Description: Esse é um thema wordpress desenvolvido pelo programador front-end Bruno Oliveira.
	Author: Bruno Oliveira
	Author URI: https://decsigner.com.br/
	Version: 1.0.0
	Stable tag: 1.0.0
	Requires at least: 4.7
	Tested up to: 5.9
	Requires PHP: 5.6
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: Decsigner
	Description: Esse é um thema wordpress desenvolvido pelo programador front-end Bruno Oliveira.
	Tags: marketing, programação, mídias...
///////////////////*/

body{
   margin:0;
}

a{
    text-decoration:none !important;
}

.whats_fixo{
    position: fixed;
    bottom: 2.5em;
    right: 2.5em;
    width: 60px;
    height: 60px;
    z-index: 999;
    animation: Updown 0.8s infinite alternate;
}

@keyframes Updown {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.2);
  }
}

.logosvg .elementor-icon svg{
    height:auto !important;
}

/* MOBILE */

@media(max-width:600px){
    .whats_fixo{
        bottom: 1em;
        right: 1em;
        width: 40px;
        height: 40px;
    }
    
    .whats_fixo a{
        font-size: 25px;
    }
}

/* FIM MOBILE */

/* FORM STYLE */

form p{
    margin:0 !important;
}

.form_style input{
    padding: 8px 20px;
    width: 100%;
    border-radius: 6px;
    border: 1px solid #e7edf3;
    margin-bottom: 10px;
    font-family: 'Montserrat';
}

.form_style select{
	color: #7A7A7A;
    padding: 8px 20px;
    width: 100%;
    border-radius: 6px;
    border: 1px solid #e7edf3;
    margin-bottom: 10px;
    font-family: 'Montserrat';
}

.form_style textarea{
    padding: 8px 20px;
    width: 100%;
    border-radius: 6px;
    border: 1px solid #e7edf3;
    margin-bottom: 10px;
    height:100px;
    font-family: 'Montserrat';
	font-size: 15px;
}

.form_style input[type=submit]{
    color: white;
    font-weight: 500;
    letter-spacing: 0.3px;
    border-radius: 60px;
	margin-top: 10px;
    margin-bottom: 0;
    background: #121212;
    cursor:pointer;
    height: 50px;
	border: none;
	font-size: 15px;
}
.form_style .botao {
	background: #f2b700 !important;
}

.form_style label{
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.5px;
	font-size: 15px;
	
}

input:focus-visible {
    outline-color: #FF9C00;
}

textarea:focus-visible {
    outline-color: #FF9C00;
}

select:focus-visible {
    outline-color: #FF9C00;
}

.form_style .width50{
    width:50%;
    float: left;
}

.form_style .width50 .mgright{
    margin-right: 5px;
    display: inline-block;
}

.form_style .width50 .mgleft{
    margin-left: 5px;
    display: inline-block;
}

/* FIM FORM STYLE */
/*FORM MOBILE*/
@media(max-width:600px){
	.wpcf7 form>div, .wpcf7 form>p {
		margin-bottom: 0px;
	}
	.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
		margin-bottom: 20px;
	}
}
/*FOTO SOBRE*/
@media (min-width:768px){
.borda_img_sobre:before{
	content: "";
    width: 80%;
    height: 460px;
    background: transparent;
    position: absolute;
    right: -7%;
    top: -30px;
	transition: all ease 0.5s;
	border: 3px solid #931110; 
	border-radius: 50px;
	z-index: -1;
}
.borda_img_sobre:hover:before{
    background: #931110;
}
}
/*SEÇÃO SERVIÇOS*/
.secao_fundo_amarelo:before{
    content: "";
    width: 45%;
    height: 100%;
    position: absolute;
    background: #c34343;
    left: 0;
    top: 0;
    border-radius: 0px 0px 50px 0px;
}
@media (max-width:760px){
.secao_fundo_amarelo:before{
    content: "";
    width: 100%;
    height: 20%;
    position: absolute;
    background: #f2b700;
    left: 0;
    top: 0;
    border-radius: 0px 0px 50px 0px;
}
}
/*SEÇÃO DIFERENCIAL*/
@media (min-width:760px){
	.coluna_lateral_diferencial {	
    left: 0;
    top: 0;
	background-image: url(https://veloceassessoria.com.br/wp-content/uploads/2023/01/Foto_diferenciais_veloceAssessoria.jpg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: auto;
	}
	.coluna_lateral_obg {
	left: 0;
    top: 0;
	background-image: url(https://veloceassessoria.com.br/wp-content/uploads/2023/01/Foto_diferenciais_veloceAssessoria.jpg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: auto;	
	}
}



/* STYLE FORM FIXO */

@media(max-width:600px){
    .modal_form_whats .modal-dialog{
        width: 95% !important;
        margin: 0 !important;
        padding: 0 !important;
    }
}

@keyframes Updown {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}


.modal_form_whats .modal-dialog{
    position: absolute;
    right: 1em;
    bottom: 5em;
    width: 500px;
}

.modal_form_whats .modal-header{
    background: #0b6156;
    border-radius: 3px 3px 0 0px;
    padding: 10px 15px;
}

.modal_form_whats .modal-title{
    color: white;
    width: 100%;
    display: inline-block;
    margin-left: 20px;
    font-weight: 600;
}

.modal_form_whats .modal-body{
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    border-radius: 10px;
}

.modal_form_whats .modal-body span.msg_whats{
    background: white;
    display: inline-block;
    padding: 10px;
    font-size: 14px;
    width: 80%;
    border-radius: 6px;
}

.form_whats form input{
    background: #e7ffe7;
    border: none;
    padding: 10px;
    height: 36px;
    border-radius: 5px;
    width: 100%;
    display: inline-block;
    font-family: montserrat;
    font-weight: 500;
    font-size: 13px;
    color:#4a4a4a;
    margin-bottom: 8px;
}

.form_whats form select{
    background: #e7ffe7;
    border: none;
    padding: 10px;
    height: 36px;
    border-radius: 5px;
    width: 100%;
    display: inline-block;
    font-family: montserrat;
    font-weight: 500;
    font-size: 13px;
    color:#4a4a4a;
    margin-bottom: 8px;
}

.form_whats form .btnsend{
    background: #0b6156;
    color: white;
    font-weight: 500;
    font-family: montserrat;
    transition: all ease 0.5s;
    width: auto;
    float: right;
    margin-bottom: 0;
    padding: 10px 15px;
    display: inline-block;
    height: auto;
    font-size: 15px;
    margin: 6px 0px;
}

.form_whats form p{
    margin-bottom:0;
}

.form_whats{
    width: 80%;
    float: right;
    display: inline-block;
    margin-top: 10px;
}

.modal-header .close{
    position: absolute;
    right: 10px;
    top: 6px;
    color: white;
    opacity: 1;
    font-size: 35px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    outline: none !important;
}

.foto_user img{
    width: 50px;
	border-radius: 40px;
}

.modal-header .modal-title span{
    font-size: 14px;
    position: relative;
    top: -10px;
    font-weight: 400;
}


/* Style page Step Forms */

@media(max-width:600px){
	.page_one {
    	padding: 0em 1em !important;
	}
	
	.text_formstep h1{
		font-size:32px !important;
	}
	.img_logo img{
		width:130px !important;
	}
	
	.wpcf7-radio .wpcf7-list-item-label{
		font-size:16px !important
	}
	
	.text_formstep h2{
		font-size:18px !important
	}
	
	.page_two{
		padding: 0em 1em !important;
	}
	
	.title_label{
		line-height:32px !important
	}
}

.form_style_step input {
    padding: 20px;
    width: 100%;
    border-bottom: 1px solid #c5c5c5;
    background: white;
    font-weight: 400;
    border-top: 0;
    border-left: 0;
    font-family: 'Montserrat', sans-serif;
    border-right: 0;
    font-size: 20px;
}

.form_style_step input:focus-visible {
    outline-color: transparent !important;
}

.form_style_step input[type=submit] {
    color: white;
    font-weight: 500 !important;
    text-transform: uppercase;
    cursor: pointer;
    width: auto;
    background: #00c083;
    font-family: 'Montserrat', sans-serif;
    border: none;
    width:auto
}

.page_formstep_cnh{
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #f9f9f9;
	font-family: 'Montserrat', sans-serif;
}
.modal-content {
	z-index: 999999 !important;
}
.page_one{
    padding: 0em 6em;
}

.text_formstep h1{
    font-weight: 700;
    color: #24303c;
    margin-bottom: 15px;
}

.text_formstep h2{
    font-weight: 500;
    font-size: 20px;
    color: #727272;
}

.text_formstep{
    padding: 3em 0;
}

.btn_comecar a{
    background: #00C083;
    color: white !important;
    padding: 13px 30px;
    display: inline-block;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.btn_comecar span{
    display: inline-block;
    width: 100%;
    font-weight: 500;
    font-size: 13px;
    margin-top: 10px;
    color: #425860;
}

.btn_comecar span i{
    margin-right:3px;
}

.page_two{
    display:none;
    padding: 0em 6em;
}

.open_page{
    display:block !important;
    opacity:0;
    animation: fadeIn 1s ease-in both;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translate3d(0, -20%, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

.page_one{
    display:none;
}

.page_one.open_page{
    display:block;
}

.wpcf7-radio{
    width: 100%;
    display: inline-block;
}

.wpcf7-radio span.wpcf7-list-item{
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    margin: 0;
    background: white;
    margin: 10px 0;
    padding: 8px;
    cursor:pointer;
}

.wpcf7-radio [type=radio]{
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    margin: -1px;
}


.wpcf7-radio .wpcf7-list-item-label{
    cursor:pointer;
    font-size: 20px;
}
a:not([href]):not([tabindex]) {
    color: #ffffff;
}
[type=radio]:checked ~ span::before {
    border-color: #00C083;
}

[type=radio]:checked ~ span::before {
    background-origin: 0 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 1em 1em;
}

[type=radio] ~ span::before {
    cursor: pointer;
    transition: all 150ms;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    content: "";
    display: inline-block;
    width: 1.125em;
    height: 1.125em;
    margin: 0;
    margin-top: -0.125em;
    background-color: #ededed;
    border-radius: 2em;
    vertical-align: middle;
    line-height: 1;
    margin-right: 0.5em;
    border: 4px solid #ededed;
    background-image: transparent;
    background-origin: center center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 0.9em 0.9em;
    transform: scale3d(1, 1, 1);
}

.title_label{
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 30px;
    display: inline-block;
    color: #24303c;
}

.title_label span{
    color:red;
}

.title_label b{
    color:#00C083;
}

.mg_bottom3em{
    margin-bottom: 3em;
}

.btn_whats_click{
	cursor: pointer;
}

label{
	width:100% !important;
}

/* Retirando o DUPLO CLIQUE nos Fomulários*/
.wpcf7-spinner{
	position: absolute;
	left: 0;
	width: 100%;
	height: 60px;
	margin: 0;
	z-index: 99;
	cursor: not-allowed;
	background: white;
	opacity:0.5;
	border-radius: 0;
}

.wpcf7-spinner:after{
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	background: black;
	border-radius: 100px;
	opacity: 0.75;
	z-index: -1;
}