@charset "UTF-8";

/*
Theme Name: Sell Administradora
Theme URI: https://decsigner.com.br/
Author: Bruno Oliveira
Author URI: https://decsigner.com.br/
Description: Template institucional personalizado desenvolvido por Decsigner
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-mobile-portal-home .formulario-login{
		flex-wrap: wrap !important;
	}
	
	.form-mobile-portal-home .formulario-login .grupo-campo{
		width: 48%;
	}
	
	.form-mobile-portal-home .formulario-login .btn-width-form{
		width: 100% !important;
	}
	
	
	.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;
	}
}

/* FIM MOBILE */

/* 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 20px;
    width: 100%;
    border-radius: 6px;
    border: 1px solid #f7f7f7;
    margin-bottom: 12px;
    font-family: 'poppins';
    background: #f1f2f7;
    font-weight: 400;
	font-size: 15px;
}

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

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

.form_style input[type=submit]{
    color: white;
    font-weight: 600;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    border-radius: 5px;
    margin-bottom: 0;
    cursor: pointer;
    height: 48px;
    border: 0;
    background-color: #3999D5;
    width: 100%;
}

.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: #ffffff !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 {
	content:url('http://selladm.com.br/wp-content/uploads/2023/06/Logo-Sell-Adm.png') !important;
	width: 120px;
}
.menu-fixo .botaocliente .elementor-button-link.elementor-button.elementor-size-sm.elementor-animation-grow {
    border: solid 2px #3999D5;
    color: #ffffff !important;
	background-color: #3999D5;
}
.menu-fixo .menu_principal_color li a {
    color: #14293F !important;
}
.menu-fixo .menu_principal_color li a:hover {
    color: #6EB858 !important;
}
.menu-fixo .menu_principal_color li a:active {
    color: #6EB858 !important;
}

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

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

/* STYLE Whats FIXO */

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

.menu_mobile{
	display:none !important;
}

@media(max-width:600px){
    .whats_fixo{
        bottom: 2em;
        right: 1em;
        width: 40px;
        height: 40px;
    }
    
    .whats_fixo a{
        font-size: 25px;
    }
    
    .modal_form_whats .modal-dialog{
        width: 95% !important;
        margin: 0 !important;
        padding: 0 !important;
    }
	.menu_mobile{
		display:block !important;
	}
	
	.head_fixo_pad{
        padding: 100px 0px 30px 0px !important;
    }
    
    .secao_fundo_roxo:before{
        width: 100% !important;
        border-radius: 0px 0px 50px 0px !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;
}

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

.secao_fundo_roxo:before{
    content: "";
    width: 45%;
    height: 100%;
    position: absolute;
    background: #6633CC;
    left: 0;
    top: 0;
    border-radius: 0px 0px 50px 0px;
}


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

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

.fa-chevron-left.slick-arrow {
    left: -20px;
}

.slick-arrow {
    position: absolute;
    top: 52%;
    margin-top: -15px;
    cursor: pointer;
    font-size: 18px;
    color: #6A31C3;
	z-index:99;
}

.fa-chevron-right.slick-arrow {
    right: -20px;
}

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: 0px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #3999D5;
}

::marker{
	font-weight: bold;
    letter-spacing: 3px;
}
/* MOBILE */

@media(max-width:600px){
	.form_style .col-md-6{
		width: 100% !important;
	}

}

/*POPUP AREA DO CLIENTE*/
.btn-entrar {
    background-color: #3999D5;
    color: #ffffff;
    width: 100%;
    padding: 10px;
    font-size: 16px;
}
.btn-entrar:hover{
    color: #ffffff;
}
@media(max-width:600px){ 
.btn-entrar {
    padding: 8px;
}
}
.form-group {
    margin-bottom: 0px !important;
}
.form-group label {
	font-size: 15px;
}

.botaocliente{
	opacity:-1;
}

.menu-fixo .botaocliente{
	opacity:1;
	transition:all ease 0.5s;
}