@charset "UTF-8";

/*
Theme Name: Tema LP Viva Facil
Theme URI: 
Author: 
Author URI: 
Description:
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Tema
Tags: 
*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

body{
   margin:0;
   font-family: 'Open Sans', sans-serif;
}

a{
    text-decoration:none !important;
}

p{
    margin:10px 0 !important;
}

b, strong {
    font-weight: 700 !important;
}

/*BOOTSTRAP */

.row{
    display: flex;
    flex-wrap: wrap;
    margin-right: -6px;
    margin-left: -6px;
}

.col-md-6{
    width:50%;
    float:left;
    padding-left:6px;
    padding-right:6px;
}

/*FIM BOOTSTRAP */

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

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

/* FORM STYLE */

form p{
    margin:0 !important;
}

.form_style .wpcf7-form-control-wrap, .form_style2 .wpcf7-form-control-wrap{
    display: inline-block;
    width: 100%;
}

.mg_right{
	margin-right: 10px;
}

.form_style .clearfixo{
	display:inline-block
}

.text-center{
    text-align:center;
}

.wpcf7-spinner {
    width: 20px !important;
    height: 20px !important;
    margin: 0 0px !important;
}

.form_style input, .form_style2 input{
    padding: 15px 10px;
    width: 100%;
    border-bottom: 1px solid #DDDAD3 !important;
    border: none;
    border-radius:0 !important;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    background: transparent;
    font-weight: 400;
    letter-spacing: 0.6px;
    font-size: 14px;
}
.form_style2 input{
	background: #fff;
	padding: 10px;
	
}

.form_style select, .form_style2 select{
    padding: 15px 20px;
    width: 100%;
    border-radius: 6px;
    border: 1px solid #f7f7f7;
    margin-bottom: 12px;
    font-family: 'Open Sans', sans-serif;
    height: 50px;
	background: #F5F5F5;
	font-weight: 400;
	letter-spacing: 0.6px;
	margin-top: 6px;
	font-size: 14px;
}

.form_style textarea, .form_style2 textarea{
    padding: 15px 20px;
    width: 100%;
    border-radius: 6px;
    border: 1px solid #f7f7f7;
    margin-bottom: 12px;
    height:100px;
    font-family: 'Open Sans', sans-serif;
	background: #F5F5F5;
	font-weight: 400;
	letter-spacing: 0.6px;
	font-size: 14px;
}

.form_style input[type=submit], .form_style2 input[type=submit]{
    color: #141414;
    font-weight: 600;
    margin-bottom: 0;
    cursor: pointer;
    height: 45px;
    border: 0;
    padding: 0 35px;
    background: #FFB900;
    font-size: 15px;
    width: 100%;
    margin-top: 12px;
    border-radius: 8px !important;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}
.form_style2 input[type=submit]{
	color: #fff !important;
	background: #07405D !important;	
	margin-bottom: 10px;
}

.form_style label{
    width:100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.6px;
    color: #767676;
}
.form_style2 label{
	color: #fff;
}

::placeholder {
  color: #7C7C7C;
  opacity: 1; /* Firefox */
}

input:focus-visible {
    outline: none;
    border-bottom: 2px solid #ffb900 !important;
}

textarea:focus-visible {
    outline: none;
    border-bottom: 2px solid #ffb900 !important;
}

select:focus-visible {
    outline: none;
    border-bottom: 2px solid #ffb900 !important;
}

/* END FORM STYLE */

/* MENU FIXO */

.menuHeader {
    width: 100%;
	position:absolute;
	background-color:transparent;
	width:100%;
    z-index: 999;
}

.menu-fixo {
    position: fixed!important;
    right: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 0 6px rgba(0,0,0,.2)!important;
    animation: smoothScroll 1s forwards;
    background: white !important;
    top: 0!important;-
    z-index: 999;
    transition:all ease 0.5s;
}

.menu-fixo .logo-height svg{
    width: 120px;
}

.elementor-nav-menu .sub-arrow{
    padding: 10px 0 10px 5px !important;
}

@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}

/* END MENU FIXO */

/* Style Whats FIXO */

.whats_fixo{
    position: fixed;
    bottom: 3em;
    right: 2em;
    width: 50px;
    height: 50px;
    z-index: 9999;
    animation: Updown 0.8s infinite alternate;
}

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

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

/* END Style Whats FIXO */

.faq-style .elementor-accordion-item{
    border-left: none !important;
    border-right: none !important;
    border-top: 0 !important;
}

.btn-whats-style .elementor-button-icon{
    background: #00C083;
    padding: 12px 15px;
    font-size: 20px;
    color:white !important;
}

.btn-whats-style .elementor-button-content-wrapper{
    display: flex;
    align-items: center;
}

.mg-contatos .elementor-icon-box-description{
    margin:0 !important;
}

/* MOBILE */

@media(max-width:600px){
	.whats_fixo{
        bottom: 1em;
        right: 1em;
        width: 40px;
        height: 40px;
    }
    
    .menu-fixo{
        padding: 2px 20px !important;
    }
    
    .menu-fixo .nav-scroll ul li a{
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    
    .menu-fixo .logo-height svg{
        width: 100px !important;
    }
    
    .mg-contatos .elementor-icon-box-wrapper{
        display: flex !important;
        align-items: flex-start;
    }
    
    .mg-contatos .elementor-widget-container .elementor-icon-box-icon{
        margin-right: 10px !important;
        margin-bottom: 0px !important;
    }
    
    .col-md-6{
        width:100% !important;
    }
}

/* END MOBILE */

/* STYLE FORM FIXO */

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

@media(max-width:600px){
    .whats_fixo{
        bottom: 1em;
        right: 1em;
        width: 40px;
        height: 40px;
    }
    
    .whats_fixo a{
        font-size: 25px;
    }
    
    .modal_form_whats .modal-dialog{
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        right: 0 !important;
        bottom: 4em !important;
    }
	.modal_form_whats .modal-body span.msg_whats{
		width: 90% !important;
	}
	.form_whats{
		width: 90% !important;
	}
	
	.logo-negativo-scroll {
		margin-bottom:0 !important;
	}
	
	.menu-fixo .elementor-widget-wrap{
		padding:5px 0 !important;
	}
	.menu-fixo .logo-positivo-scroll{
		width: 60px !important;
	}
}

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

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


.modal_form_whats .modal-dialog{
    position: absolute;
    right: 8em;
    bottom: 0;
    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: 10px 0 0 20px;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 5px;
    font-size: 25px;
}

.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;
    height: 36px;
    border-radius: 5px;
    width: 100%;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 13px;
    color:#4a4a4a;
    margin-bottom: 8px;
    padding: 0 10px;
}

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

.form_whats form .btnsend{
    background: #0b6156;
    color: white;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    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: 65px;
    border-radius: 40px;
    background-color: white;
    
}

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

.btn_whats_click a{
	cursor:pointer;
}	

.text-pacote .elementor-heading-title{
	background: white;
    display: inline-block;
    padding: 8px 25px;
    border-radius: 30px;
    border: 1px solid #D2D2D2;
}

.height-bloco-price{
	height: 396px;
}

.logo-height svg{
	height:auto;
}

.logo-positivo-scroll{
	display:none;
}

.menu-fixo .logo-positivo-scroll{
	display:block !important;
}

.menu-fixo .logo-negativo-scroll{
	display:none;
}

.menu-fixo .btn-whats-style .elementor-button-text{
	color:#141414;
}

.menu-fixo .btn-whats-style a:hover .elementor-button-text{
	color:#ffff;
}

.logo-negativo-scroll svg{
	height:auto !important;
}
.logo-negativo-scroll{
	margin-bottom: 0 !important;
}

.logo-positivo-scroll svg{
	height:auto !important;
}

.logo-positivo-scroll{
	margin-bottom: 0 !important;
}

/*corrigindo envio duplo nos formulários*/
.wpcf7-spinner{
	position: absolute !important;
	left: 0 !important;
	width: 100% !important;
	height: 60px !important;
	margin: 0 !important;
	z-index: 99 !important; 
	cursor: not-allowed !important;
	background: white !important;
	opacity: 0.5 !important;
	border-radius: 0 !important;
}

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