/*
Theme Name: Realiza-lps
Theme URI: https://seudominio.com/
Author: Leandro Eust-aquio - ModonPD
Author URI: https://seudominio.com/
Description: Tema Realiza
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: realiza-lps
*/

html {
    scroll-behavior: auto !important;
}

.hfe-nav-menu .menu-item-has-children .sub-menu {
	margin-top: 15px!important;
    padding-top: 20px!important;
    padding-bottom: 20px!important;
    position: absolute!important;
	left: -101px!important;
}

.desk{
	display:block;
}

.mobile{
	display:none;	
}

body{
    font-family: "Roboto", sans-serif;
    font-variation-settings:
        "wdth" 100;
    font-size: 16px;
    background-color:#FCFCFC;
    overflow-x: hidden;
}


:root{
    --cor-primaria: #FF761A;
    --cor-secundaria: #236370;
    --cor-destaque: #e74c3c;
    --cor-texto: #383838;
    --cor-fundo: #FCFCFC;
    --cor-text-branco: #FCFCFC;
}

a {color:var(--cor-primaria)!important}

a:hover{
    color: var(--cor-primaria)!important;
    font-weight: bold;
}

.container-fluid{
    padding: 0!important;
}

form{
    padding: 20px;
}

form p label{
    display: block!important;
    margin-bottom: 1rem;
}

.wpcf7-form-control{
    width: 100%;
    border-radius: 8px;
    border: 1px solid #a8a5a5;
    height: 40px;
    margin-bottom: 5px;
    padding-left: 1rem;
    padding-right:1rem;
}

textarea.wpcf7-form-control {
    width: 100%; /* Ou um valor específico, como 500px */
    height: 100px; /* Aumente ou diminua conforme necessário */
}


.e-con-inner{
    padding-bottom: 0!important;
}

.inicio{
    margin-top: -22px;
}

.rodape i {
    color: var(--cor-primaria)!important;
}

.rodape h2{
    font-size:24px;
    margin-bottom: 0!important;
}

.modal-header{
    background-color: var( --cor-secundaria);
	color:#fff!important;
}

/**MENU**/

header{
    width: 100%;
    position: fixed!important;
    z-index: 2005;
    background-color: var(--cor-fundo);
    border-bottom: 1px solid #ddd;
}

header a{
    font-weight: normal!important;
}

 header .hfe-nav-menu-icon svg{
    fill: #FE8C3F !important;
 }

 header img{    
    margin-top: -23px;
 }

 .menu-topo{
    height: 65px!important;
 }

nav li a{
    margin-top:-5px;
    color:var(--cor-texto)!important;
    padding-top: 2px!important;
}

nav li.ativo a{
    font-weight: bold;
    color: var(--cor-primaria)!important;
}

/**FIM MENU**/


/*TEXTO*/


h1{
    line-height: 48px;
}


.titulo-estilo2 h1 span{
    color:var(--cor-primaria);
}

h2{
    margin-bottom: 15px!important;
    font-size: 36px;
}

h3{
    font-size: 28px!important;
    line-height:32px!important;
}


ol {
    list-style: none; /* tira o número padrão */
    counter-reset: list-counter; /* reseta o contador */
  }
  
  ol li {
    counter-increment: list-counter; /* incrementa */
    position: relative;
    padding-left: 40px; /* espaço para o "novo número" */
    line-height: 22px;
    margin-bottom: 32px;
    justify-content: start;
    align-items: center;
    font-size: 22px;
    font-weight: normal;
    line-height: 32px;
  }

  ol li::marker{
    text-align: center;
  }
  
  ol li::before {
    content: counter(list-counter);
    position: absolute;
    left: -4%;
    text-align: center;
    padding-top: 0.4rem;
    font-weight: bold;
    width: 42px;
    height: 42px;
    background-color: var(--cor-secundaria);
    border-radius: 100px;
  }


/*FIM TEXTO*/


/**BOTÃO**/

.btn-block{
    width: 100%!important;
}

.btn-block-50{
    width:50%!important;
}

.btn-block a{
    width: 100%!important;
    color:#fff!important;
}

.btn-block-50 a{
    width: 100%!important;
}

.btn-principal a{
    padding-top: 1rem;
    padding-bottom: 1rem;
    color:#fff!important;
    font-weight: bold!important;
	-webkit-box-shadow: 1px 3px 7px -1px rgba(0,0,0,0.32); 
    box-shadow: 1px 3px 7px -1px rgba(0,0,0,0.32);
    letter-spacing: 1px;
}

.btn-principal a:hover{
    color: var(--cor-text-branco)!important;
}

.botoes-contato .btn-principal a{
    font-size: 18px;
    line-height: 22px;
}

.botoes-contato .btn-principal a small{
    font-size: 14px;
    font-weight: normal;
}

.wpcf7-submit{
    background-color: var(--cor-primaria);
    color: var(--cor-text-branco);
    border-radius: 50px;
}

.wpcf7-submit:hover{
    background-color: #803503;
    border:1px solid var(--cor-primaria);
}

/**FIM BOTÃO**/

/*CARDS*/

.card-atuacao h3{
    font-weight:normal!important;
}

/*FIM CARDS*/

/*DEPOIMENTOS*/

.container {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  
  .div1 {
    order: 2; /* Coloca essa div por último */
  }
  
  .div2 {
    order: 1; /* Coloca essa div por primeiro */
  }

  .ha-slick-slide{
    display: grid;
  }
  

.depoimentos .ha-slick-content {
    background: none!important;
    height: 100%;
    bottom: inherit;
    top:0;
    padding: 3.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    order:1;
}

.depoimentos .ha-slick-title{
    display: none;
}
.depoimentos .ha-slick-content{
    position: relative;
    order:0;
}

.info-depoimento img{
	max-width:40%;
}

#Parceiro h2{
	margin-bottom:1.5rem!important;
}


#Parceiro h3{
	margin-bottom:.8rem!important;
}

#Parceiro p{
	margin-bottom:1.1rem!important;
}

/*FIM DEPOIMENTOS*/


/*CASES*/

.cases-bg .swiper-pagination-bullet{
    color:#fff!important;
    background: #fff!important;
}

.cases-bg .swiper-pagination-bullet-active {

    color:#fff!important;
    background: #fff!important;
}

/*FIM CASES*/


.caixa-imagem-tela {
	text-align:center;
}

.imagem-tela {
	height:237px!important;
	width:auto!important;
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em!important;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
    background-color: antiquewhite;
}

.elementor-widget-video .elementor-widget-container{
    border-radius: 25px;
    border: 1px solid
}

/*MOBILE*/
@media (max-width: 768px) {

.sub-menu.sub-menu-open {
	width:100%!important;
}

.desk{
	display:none;
}

.mobile{
	display:block;	
}


h1 {
    line-height: 34px;
}

.card-atuacao{
    margin-bottom: 20px;
}

.depoimentos-swiper {
    height: 505px!important;
}

.card-depoimento{
    height: 450px!important;
}

.carrossel-telas{
    height: 420px!important;
    min-height: auto;
}

.hfe-nav-menu__toggle {
   margin-top:-7px!important; 
}

.btn-block-50{
    width:100%!important;
}

.btn-block-50 a{
    width:100%!important;
}
	
.hfe-nav-menu ul{
	border-bottom: 5px solid #ddd;
    padding-top: 1rem;
}

}

/*FIM MOBILE*/