@charset "UTF-8";

/*
Theme Name: F&E Brindes
Theme URI: https://feebrindes.com.br/
Author: Leonardo Paglioni
Author URI: https://feebrindes.com.br/
Description: Template institucional personalizado desenvolvido por Leonardo Paglioni
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: 
*/

body{
   margin:0;
}

a{
    text-decoration:none !important;
}

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


/* BOOTSTRAP */

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

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


/* BOOTSTRAP */

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

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

/* MOBILE */

@media(max-width:600px){
	
	.form_style .col-md-3{
		width: 100% !important;
	}
	.form_style .col-md-4{
		width: 100% !important;
	}
	
	.form_style .col-md-2{
		width: 100% !important;
	}
	
	.form_style .col-md-3.col-mb-6{
		width: 50% !important;
	}
	.form_style .col-md-4.col-mb-6{
		width: 50% !important;
	}
	.form_style .mg_right_mb{
		margin-right: 10px !important;
	}
	
	.form_style .col-md-2.col-mb-6{
		width: 50% !important;
	}
	
	.form_style .clearfixo{
		display: inherit !important;
	}
	.bullets_title:before{
		left: 0 !important;
	}
	.bullets_title_white:before{
		left: 0 !important;
	}
	
	.fa-chevron-right.slick-arrow{
		right: 15px !important;
		font-size: 25px;
		color: white;
	}
	
	.fa-chevron-left.slick-arrow{
		left:15px !important;
		font-size: 25px;
		color: white;
	}
	.modal_form_whats .modal-dialog{
        width: 95% !important;
        margin: 0 !important;
        padding: 0 !important;
    }
}

/* FIM MOBILE */

/* MODAL */
.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;
}

/* FORM STYLE */

form p{
    margin:0 !important;
}

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

.mg_right{
	margin-right: 10px;
}

.form_style .clearfixo{
	display:inline-block
}


.form_style input{
    padding: 12px 12px;
	font-size: 14px;
    width: 100%;
    border-radius: 6px;
    border: 1px solid #f7f7f7;
    margin-bottom: 12px;
    font-family: 'poppins';
    background: #f1f2f7;
    font-weight: 400;
}

.form_style select{
    padding: 12px 12px;
	font-size: 14px;
    width: 100%;
    border-radius: 6px;
    border: 1px solid #f7f7f7;
    margin-bottom: 12px;
    font-family: 'poppins';
    height: 50px;
	background: #f1f2f7;
	font-weight: 400;
}

.form_style textarea{
    padding: 12px 12px;
	font-size: 14px;
    width: 100%;
    border-radius: 6px;
    border: 1px solid #f7f7f7;
    margin-bottom: 12px;
    height:100px;
    font-family: 'poppins';
	background: #f1f2f7;
	font-weight: 400;
}

.form_style input[type=submit]{
    color: white;
    font-weight: 600;
	font-size: 14px;
	background-color: #120885;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    border-radius: 10px;
    margin-bottom: 0;
    cursor: pointer;
    height: 40px;
    border: 0;
    width: 100%;
    padding: 0 35px;
}

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

.form_style label{
	width:100%
}

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

input:focus-visible {
    outline-color: #673ecd;
}

textarea:focus-visible {
    outline-color: #673ecd;
}

select:focus-visible {
    outline-color: #673ecd;
}

/* FIM FORM STYLE */

/* MENU FIXO */

.menuHeader {
    width: 100%;
    background: transparent;
    position: absolute!important;
    top: 0;
    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;
    padding: 0 !important;
    z-index: 999;
    transition:all ease 0.5s;
}

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

.menu-fixo .logo_principal img{
    width:140px;
    transition:all ease 0.5s;
}

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

.arrow_solucoes span.elementor-button-icon{
	color: #97b723;
    transform: rotate(-45deg);
}

.bullets_title:before{
	content: "...";
    position: absolute;
    width: 60px;
    height: 40px;
    background-image: linear-gradient(to right top, #789903, #8dae23, #a3c339, #b9d84e, #d0ee62);
	background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    left: -30px;
    font-size: 75px;
    font-weight: bold;
    text-align: center;
    top: -60px;
    line-height: 0;
}

.bullets_title_white:before{
	content: "...";
    position: absolute;
    width: 60px;
    height: 40px;
    background-image: linear-gradient(to right top, #ffffff, #dadada, #b6b6b6, #939393, #727272);
	background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    left: -30px;
    font-size: 75px;
    font-weight: bold;
    text-align: center;
    top: -60px;
    line-height: 0;
}

.color_title_green{
	background-image: linear-gradient(to right top, #afd135, #a0c02c, #90af23, #829e1a, #738e10);
	background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

#gallery-1 img {
    border: none !important;
}

/* STYLE Whats FIXO */

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

.menu_mobile{
	display:none !important;
}

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

	.menu_mobile{
		display:block !important;
	}
}

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

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

.border_buton a{
    position:relative;
}

.color2_btn a:before{
    background: white;
}

.color1_btn a:before{
    background: #f3f4f7;
}

.border_buton a:before{
    content: "";
    width: 98%;
    height: 90%;
    position: absolute;
    left: 2px;
    top: 2px;
    border-radius: 100px;
}

.border_buton a span{
    z-index: 99;
}


ul.elementor-nav-menu--dropdown a{
    border-left:none !important;
}

.sub-menu{
    padding: 10px 0 !important;
}

html::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

html::-webkit-scrollbar{
	width: 12px;
	background-color: #F5F5F5;
}

html::-webkit-scrollbar-thumb{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #120885;
}

::marker{
	font-weight: bold;
    letter-spacing: 3px;
}
.botao_whats {
    background-color: #0b6156 !important;
    color: #ffffff !important;
}