@charset "UTF-8";

/*
Theme Name: Padroeira 			
Theme URI: https://decsigner.com.br/
Author: Decsigner		
Author URI: https://decsigner.com.br/
Description: Tema de site wordpress 
Version: 1.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=Poppins:wght@200;300;400;500;600;700;800&display=swap');

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

a{
    text-decoration:none !important;
}

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

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

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

/* MOBILE */

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

/* END MOBILE */

/* FORM STYLE */

form p{
    margin:0 !important;
}

.form_style input{
    padding: 10px 15px;
    width: 100%;
    border: none;
    margin-bottom: 10px;
    font-family: 'Poppins';
	font-size: 14px;
	color: #9E9E9E;
	font-weight: 300;
	border-bottom: 1px solid #f7f7f7;
    background-color: #f7f7f7;
	border-radius: 5px;
}

.form_style select{
    padding: 8px 5px;
    width: 100%;
    border: none;
    margin-bottom: 10px;
    font-family: 'Poppins';
	font-size: 14px;
	color: #9E9E9E;
	font-weight: 300;
	border-bottom: 1px solid;
    border-bottom-color: #DDDAD3;
}

.form_style textarea{
    padding: 10px 15px;
    width: 100%;
	border: none;
    margin-bottom: 10px;
    height:80px;
    font-family: 'Poppins';
	font-size: 14px;
	color: #9E9E9E;
	font-weight: 300;
    background-color: #f7f7f7;
	border-radius: 5px;
}
@media(max-width:600px){
	.form_style textarea{
	 width: 100%;	
	}	
}
.form_style_topo textarea {
	width: 85%;
}
.form_style input[type=submit]{
    color: #ffffff;
    font-weight: 600;
	width: 100% !important;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    border-radius: 50px;
    margin-bottom: 0;
    background-color: #335DE6;
    cursor:pointer;
    padding: 14px;
}
@media(max-width:600px){
	.form_style input[type=submit]{
	width: 100% !important;	
	}
}
.form_style_topo input[type=submit] {
	width: 85% !important;
}
.form_style input[type=submit]:hover{
	box-shadow: none;
	color: #ffffff;
}

.form_style label{
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.5px;
}

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


input:focus-visible {
    outline-color: #FA6C1A;
	outline-color: #ffffff;
    border-bottom: 2px solid #335DE6;
}

textarea:focus-visible {
    outline-color: #FA6C1A;
	outline-color: #ffffff;
    border-bottom: 2px solid #335DE6;
}

select:focus-visible {
    outline-color: #FA6C1A;
	outline-color: #ffffff;
    border-bottom: 2px solid #f97d0d;
}

/* END FORM STYLE */

/* MENU FIXO */



.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;
    padding: 0 !important;
    z-index: 999;
    transition:all ease 0.5s;
}

.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;
}

@media(max-width:600px){
    .whats_fixo{
        bottom: 1em;
        right: 1em;
        width: 40px;
        height: 40px;
    }    
    .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);
  }
}

/* END Style Whats FIXO */

/* FORM WHATS FIXO */

.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%;
    color: #686868;
    border-radius: 6px;
    line-height: 20px;
}

.form_whats form input{
    background: #e7ffe7;
    border: none;
    padding: 10px;
    height: 38px;
    border-radius: 5px;
    width: 100%;
    display: inline-block;
    font-family: "Manrope", Sans-serif;
    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: "Manrope", 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: "Manrope", 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 !important;
    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;
}

.btn_whats_click a{
	cursor: pointer;
	color: #ffffff;
}
.ti-widget.ti-goog .ti-review-item>.ti-inner {
    border-top-width: 3px !important;
    border-color: #FA6C1A !important;
}
.fa-solid {
	color: #9E9E9E;
	margin-right: 5px;
	position: absolute;
	top: 25%;
}
.fa-envelope-open-text {
	top: 10% !important;
}
.ti-widget.ti-goog .ti-review-item>.ti-inner {
    background-color: #F9FAFF !important;
}