/* ----------------------------------------------------------

    :: Template Name: Irussa Advocacia

    :: Author: Marcasite - Carlos Augusto A. Cruz

    :: Author URL: https://marcasite.com.br/

    :: Version: 1.0.0

    :: Created: 1 de Julho de 2025

    ----------------------------------------------------------

	

/***************************************************************************

       Fonts

***************************************************************************/

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

/***************************************************************************

       Variáveis

***************************************************************************/

:root {
	--font-titulo: "Open Sans", sans-serif;
	--passion-one: "Open Sans", sans-serif;

	--font-light: 300;
	--font-regular: 400;
	--font-medium: 500;
	--font-bold: 700;
	--font-extrabold: 800;
}

/***************************************************************************

        All

***************************************************************************/



	html,

	body{

		margin: 0;

		overflow-x: clip;

	}
	.grow {
	  
	  transition: transform 0.3s ease-in-out;
	}

	/* Estilo aplicado ao passar o mouse */
	.grow:hover {
	  transform: scale(1.1); /* Aumenta o tamanho em 20% */
	}

	*{

		margin: 0;

		box-shadow: 0 0 0 0;

		border: 0 none;

		outline: 0;

		font-family: "Open Sans", sans-serif;

	} 



	a{

		text-decoration: none !important; 

		cursor: pointer;

	}

	button:focus { outline: none; }



	.mobile{ display: none; }


.transition_on *,

	.transition_on{ transition: ease .5s all !important; }

	.transition_off *,

	.transition_off{ transition: none!important; }



	.owl-dot{
	    position: relative;
	    top: 50px;
	    border: solid 1px #fff!important;
	    border-radius: 40px;
	    width: 15px;
	    height: 15px;
	    display: inline-block;
	    background:#b6b6b6;
	    margin-right: 15px;
	}
	.owl-dot.active{
		background-color: #ffca16!important;
	    border: solid 1px #fff!important; 
	    width: 15px;
		height: 15px;
	}

	.owl-carousel button.owl-dot{
		margin-right: 10px;
	}

	.owl-dots {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -5%;
	}

	.owl-dots span {
	    width: 20px !important;
	    height: 20px !important;
	}

	.owl-dots button {
	    border: none !important;
	    outline: none !important;
	}

	.owl-nav button {
	    border: none !important;
	    outline: none !important;

	}

	.owl-prev, .owl-next {
	    position: absolute;
	    top: 50%;
	    transform: translateY(-50%);
	    color: transparent;
	    
	    font-weight: bolder !important;
	   
	}

	.owl-prev {
	    left: 1%;
	    background-image: url('/wp-content/uploads/2023/08/32213-copiar-21.png');
	    height: 37px;
	    width: 21px;
	}

	.owl-next {
	    right: 1%;
	    background-image: url('/wp-content/uploads/2023/08/32213-copiar-3.png');
	    height: 37px;
	    width: 21px;
	}


/***************************************************************************

	Menu

***************************************************************************/
	 .contact-info {
            display: flex;
            align-items: center;
/*            float: right;*/
        }
        .contact-info i {
            font-size: 24px;
            margin-right: 10px;
        }
        .contact-details {
            display: flex;
            flex-direction: column;
        }
        .contact-details h3 {
            margin: 0;
            font-size: 26px;
            text-align: left;
            font-family: var(--passion-one);
            color: #58585a;

        }
        #menu-primeiro .contact-details a{
        	font-size: 14px!important;
        }
        .contact-details p {
            margin: 0;
            font-size: 18px;
                position: relative;
    top: -5px;
        }
	#menu-primeiro .btn-tercerize{

		background:  #f8831f;

		color: var(--cor-branco);

		border: solid 2px  #f8831f;

		border-radius: 20px;

		display: flex;

		transition: ease .5s all !important;

		width: 100%;

		max-width: 270px;

		height: 37px;

		font-weight: 400;

		font-size: 14px;

		justify-content: center;

		align-items: center;
		margin-top: 0px;


	}

	#menu-primeiro .btn-tercerize:hover{

		background:transparent;

		color: #fff;

	}
	#menu-primeiro .btn-tercerize:hover .proximo{
		filter: invert(0);
		transition: ease .5s all !important;

	}
	#menu-primeiro .proximo{
		background-image: url(../img/user.png);
	    background-repeat: no-repeat;
	    background-position: center;
	    background-size: cover;
	    height: 12px;
	    margin-left: 10px;
	    color: transparent!important;
	    transition: ease .5s all !important;
	}


	header{

		position: relative;

		width: 100%;

		height: 160px;

		top: 0px;

		z-index: 999;
		background: #fff;

	}
	#menu-primeiro img{
		    width: 100%;
    /* height: 35px; */
    /* margin-right: 5px; */
    object-fit: contain;
	}
	#menu-primeiro{
		margin-bottom: 10px;
       padding: 10px 0;
    background: #90664f;

	}

	#menu-primeiro .contato{

		text-align: right;

	}


	#menu-primeiro .contato i{

	    margin: 0 5px 0 10px;
	    font-size: 25px;
	    color: #fff;
	    background: #ffca16;
	    border-radius: 50px;
	    width: 40px;
	    height: 40px;
	    text-align: center;
	    t: 40px;
	    align-content: center;

	}	

	#menu-primeiro .social{

		padding: 0;

		display: flex;

	}

	#menu-primeiro a{

		color: var(--cor-branco);

		font-weight: var(--font-light);

		font-size: 17px;

		flex: 1;

		text-align-last: center;

	}

	#menu-primeiro i{

		font-size: 22px;

	}

	#menu-primeiro a{

		line-height: 22px;

		display: inline-flex;

	}





	#menu-segundo{

		padding-top: 0px;

	}

	#menu-segundo .logomenu{

	    /*height: 190px;
	    display: flex;
	    margin-top: -72px;
	    width: 212px;*/
	    
	}


	#menu-segundo .logomenu img{

		/*width: 100%;*/
	    height: 100px;
	    position: relative;
	    top: -5px;
	    /* padding: 0 20px; */
	    object-fit: contain;

	}

	#menu-segundo ul{
		margin-top: 20px;
		width: 100%;
	    display: inline-flex;
	    height: 65px;
	    flex-direction: row;
	    text-align: center;
/*	    float: right;*/
	    /* margin-top: 10px; */
	    align-items: center;
	    /*background: #ffca16;*/
	    border-radius: 40px;
	   

	}
.icone_menu{
	font-size: 25px;
    color: #fff;
    background: #d9ab70;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    text-align: center;
    align-content: center;
	margin-right: 10px;
    margin-top: 10px;
}

header #menu-segundo .menu-desktop a:hover{

	    color: #946b5;

	}





	#menu-segundo ul li{

/*		margin-top: 10px;*/

	}

	#menu-segundo ul li a{

		color:#808080;

		font-weight:300;

		font-size: 18px;

		margin: 0 0 0 50px;		

	}

	#menu-segundo ul li:hover a,

	#menu-segundo ul li .submenu li:hover a{

		color: var(--cor-verde);

	}

	#menu-segundo ul li a span{

		font-size: 11px;

	}


	#menu-segundo ul li .submenu a{
		margin: 0!important;
	}
	#menu-segundo ul li .submenu {

		position: absolute;
	    z-index: -1;
	    background: #fff;
	    /* background-image: url(../img/menu-dropdown.png); */
	    /* min-width: 120px; */
	    width: auto;
	    height: auto;
	    transition: 0.3s;
	    top: 75px;
	    padding: 20px 20px 20px 15px;
	    opacity: 0;
	    visibility: hidden;
	    margin-left: 27px;
	    border-radius: 10px;
	  	flex-direction: column;
	    text-align: left;
	    border: 1px solid #ececec;
	    display: block;

	}
	
	#menu-segundo ul li .submenu li::before {
    content: "•";
    /* align-items: center; */
    /* align-content: center; */
    /* display: inline-block; */
    position: relative;
    line-height: 0px;
    /* height: 1px; */
    font-size: 50px;
    color: #ffca16;
    margin-right: 5px;
    top: 10px;
}
	#menu-segundo ul li:hover .submenu {

		opacity: 1;

		z-index: 1;

		visibility: visible;

	}

	#menu-segundo ul li .submenu a{

		color: var(--cor-cinza);

	}

	#menu-segundo ul li .submenu li{

		display: block;

		margin-top: 0;

	}

/**************************************************
 drop do menu
**************************************************/
/*
	.drop #menu-primeiro{

		margin-top: -72px;

	}

	.drop #menu-segundo .logomenu{

		height: 105px;

		margin-top: 0;

		margin-bottom: -20px;

	}

	.drop #menu-segundo{

		background: var(--cor-azul-escuro);

		padding-top: 0px;

	}

	.drop #menu-segundo ul li {

	       margin-top: 30px;

	}

	.drop #menu-segundo .social a {

    		margin-top: 20px;

	}*/

/***************************************************************************

	Home | Banner

***************************************************************************/


	.proximo{
		background-image: url(../img/proximo.png);
	    background-repeat: no-repeat;
	    background-position: center;
	    background-size: cover;
	    height: 12px;
	    margin-left: 9px;
	    color: transparent!important;
	}




	.btn-verde{

		background:  #f8831f;

		color: var(--cor-branco);

		border: solid 2px  #f8831f;

		border-radius: 20px;

		display: flex;

		transition: ease .5s all !important;

		width: 100%;

		max-width: 250px;

		height: 37px;

		font-weight: 400;

		font-size: 14px;

		justify-content: center;

		align-items: center;


	}

	.btn-verde:hover{

		background:transparent;

		color: #fff;

	}


	#banner_interno{
		    height: 332px;
    
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 130px;
    background-size: cover;
    
	}
	#banner_interno h5{
		position: relative;
    font-size: 22px;
    color: #fff;
    font-weight: 200;
    margin-top: 15px;
	}
	#banner_interno h3{
		
	    color: #fff;
	    font-size: 35px;
	    
	    margin-bottom: 0;
	}
	#banner_interno h2{
		     color: #fff;
	    font-size: 35px;
	    
	    margin-bottom: 0;
	}

	#banner{

		height: 765px;

		background-repeat: no-repeat;

		background-position: center;

		padding-top: 40px;

		background-size: cover;
  
	}

	#banner h2{

		color: #58585a;

		font-family: var(--passion-one);

		font-size: 48px;

		max-width: 420px;
    		line-height: 50px;

	}
	#banner h3{
		
		color: #fff;
		font-size: 36px;
		font-weight: 600;
	}

	#banner p {
	  position: relative;
	  font-size: 22px;
	  color: #fff;    
	  font-weight: 200;
	  padding-left: 20px;
	  margin-top: 15px;
	}
	#banner h5{
	  position: relative;
	  font-size: 22px;
	  color: #fff;    
	  font-weight: 200;
	  
	  margin-top: 15px;
	}

	#banner p::before {
	  content: "";
	  position: absolute;
	  left: 0;
	  top: 50%;
	  transform: translateY(-50%);
	  height: 90%;
	  width: 1px;
	  background-color: #ffffffa1;
	}
	.btn_amarelo {
		 background: #fff;
	    color: #895d44;
	    border: solid 2px #fff;
	    padding: 10px 40px;
	    border-radius: 25px;
	    transition: ease 0.5s all !important;
	    width: 250px;
	    height: 50px;
	    font-weight: 600;
	    font-size: 18px;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    gap: 10px;
	    text-decoration: none;
		}

		.btn_amarelo:hover {
		  background: #624230;
		  color: #fff;
		  
		}

		.icone_seta {
		    height: 15px;
		    width: 25px;
		    display: inline-block;
		    position: relative;
		    left: 20px;
		}

	.mrg_banner{
		margin-top: 140px;
	}

/***************************************************************************

	Home | TURMAS

***************************************************************************/
	#turmas{
		position: relative;
    		top: -250px;
    		margin-bottom: -150px;
	}
	#turmas .turma_card{
		background: #fff;
		border: 1px solid #ececec;
		border-radius: 10px;
		height: 190px;
	}
	#turmas .turma_card h3{
		font-family: var(--passion-one);
		color: #58585a;
		font-size: 23px;
		text-align: center;
		padding: 20px 20px 40px 20px;
		line-height: 20px;
	}
	.turma_card img{
		display: block;
		margin: auto;
		position: relative;
	       top: -50px;
	       margin-bottom: -50px;
	}
	.img-container {
        position: relative;
        display: flex;
        justify-content: flex-end;
	}
	.lapis {
           position: relative;
           float: right;
           left: 15%;
           top: -50%;
       }
/***************************************************************************

	Home | SOBRE COLEGIO

***************************************************************************/
       #sobre_colegio{

       }
       #sobre_colegio .h4_titutlo{
           font-family: var(--passion-one);
	    color: #ffca16;
	    font-size: 24px;
	    margin: 0;
       }
       #sobre_colegio .h2_titutlo{
           color: #58585a;
	    font-family: var(--passion-one);
	    font-size: 42px;
	    
	    line-height: 50px;
       }
       #sobre_colegio p{
       	font-size: 18px;
    		color: #808080;
    		margin: 0;
       }
       .countercd{
           font-size: 30px;
    	   color: #7e7e7e;
    	   font-weight: 600;
		   
       }
       .contador img{
       	height: 80px;
       }
       .contador h5{
           font-family: var(--passion-one);
	    color: #ffca16;
	    font-size: 23px;
	    margin: 0;
	    position: relative;
    	    top: -23px;
       }
       .contador{
       	display: flex;
       	align-items: center;
       }
       .mais{
           color: #58585a;
	    font-family: var(--passion-one);
	    font-size: 90px;
	    position: relative;
    	    top: 10px;
       }
       .img_1{
           width: 100%;
	    border-top-left-radius: 15px;
	    border-top-right-radius: 15px;
	    border-bottom-left-radius: 15px;
	    height: 220px;
	    object-fit: cover;
       }
       .img_2{
           width: 100%;
	    border-top-left-radius: 15px;
	    border-top-right-radius: 15px;
	    border-bottom-right-radius: 15px;
	    height: 220px;
	    object-fit: cover;
       }

	.img_3{
           width: 100%;
	    border-top-left-radius: 15px;
	    border-bottom-left-radius: 15px;
	    border-bottom-right-radius: 15px;
	    height: 220px;
	    object-fit: cover;
       }

	.img_4{
           width: 100%;
            border-bottom-right-radius: 15px;
	    
	    border-top-right-radius: 15px;
	    border-bottom-left-radius: 15px;
	    height: 220px;
	    object-fit: cover;
       }

       .elipse{
           position: absolute;
	    top: 120px;
	    left: 26%;
       }
       .m140{
       	margin-bottom: -140px;
       }
/***************************************************************************

	Home | AGENDE

***************************************************************************/
       #agende{
       	margin-top: 80px;
       }
       #agende .h4_titutlo{
           font-family: var(--passion-one);
	    color: #ffca16;
	    font-size: 24px;
	    margin: 0;
       }
       #agende .h2_titutlo{
           color: #58585a;
	    font-family: var(--passion-one);
	    font-size: 42px;
	    
	    line-height: 50px;
       }
       #formulario .input {
	    background-color: #f8f8f8;
	    width: 100%;
	    height: 40px;
	    height: 50px;
	    padding: 0 15px;
	    margin: 5px 0 7px;
	    border-radius: 10px;
	}
	.card_agende{
		padding: 40px;
    		border: 1px solid #ececec;
    		border-radius: 10px;
    		z-index: 1;
    		position: relative;
    		background: #fff;
	}
.lgpd p {
	   display:flex;
	}
	#lgpd {
	    margin-right: 4px;
	}
	.form .lgpd {
	    display: flex;
	    align-items: baseline;
	    font-size: 14px;
	    color: #808080;


	}
	.ppp p{
		margin-bottom: 0px!important;
	}
	.img_agende{
	    position: relative;
	    left: -100px;
	    border-radius: 10px;
	}
	.botao_iconeF {
	   display: inline-block;
	    background: linear-gradient(to bottom, #44e554 60%, #3edb49 80%, #37cf3c 100%);
	    /* background: #cc353b; */
	    color: #fff;
	    align-content: center;
	    height: 50px;
	    width: 100%;
	    text-align: center;
	    font-family: var(--passion-one);
	    font-size: 25px;
	    border-radius: 10px;
	}
	.botao_icone {
	   display: inline-block;
	    background: linear-gradient(to bottom, #44e554 60%, #3edb49 80%, #37cf3c 100%);
	    /* background: #cc353b; */
	    color: #fff;
	    align-content: center;
	    height: 50px;
	    width: 175px;
	    text-align: center;
	    font-family: var(--passion-one);
	    font-size: 25px;
	    border-radius: 10px;
	}
	.whatsapp img {
    position: fixed;
    z-index: 8;
    bottom: 20px;
    right: 80px;
    width: 50px;
    height: 50px;
    opacity: .7;
    transition: ease .8s all;
}
.whatsapp a:hover img {
    opacity: 1;
    filter: drop-shadow(0px 0px 6px #000);
}
/***************************************************************************

	Home | FASES

***************************************************************************/
	#fases::before{
		content: "";
	    position: absolute;
	    width: 100%;
	    height: 785px;
	    left: -50;
	    margin-top: 80px;
	} 
	#fases::before{
    background: url('https://irussaadvocacia.adv.br/wp-content/uploads/2024/07/caderno-1.png') no-repeat;
	}
	#fases .h4_titutlo{
           font-family: var(--passion-one);
	    color: #ffca16;
	    font-size: 24px;
	    margin: 0;
	    text-align: center;
       }
       #fases .h2_titutlo{
           color: #58585a;
	    font-family: var(--passion-one);
	    font-size: 42px;
	    text-align: center;
	    line-height: 40px;
	    margin: 0;
       }
	
	#fases{
		margin-top: 80px;
	}
	.icone_fases{
		margin: auto;
		display: block;
		position: relative;
    		top: 35px;
	}
	#fases .txt_card_fases{
		position: relative;
    		top: -110px;
    		margin-bottom: -100px;
	}
	#fases .txt_card_fases h3{
	    color: #fff;
	    font-family: var(--passion-one);
	    font-size: 31px;
	    line-height: 25px;
	    text-align: center;
	    margin: 0;
	    
	}
	#fases .txt_card_fases p{
	    color: #fff;
	    font-size: 13px;
	    text-align: center;
	}
	
	.btn_amarelo_fases{
    color: #946b52;
    border-radius: 25px;
    transition: ease 0.5s all !important;
    font-size: 18px;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    font-weight: 600;

	}
	.icone_seta_fases {
		    height: 15px;
		    width: 25px;
		    display: inline-block;
		    position: relative;
		    left: 20px;
		}
	
/***************************************************************************

	Home | Depoimentos

***************************************************************************/

	#depoimentos .h4_titutlo{
           font-family: var(--passion-one);
	    color: #fff;
	    font-size: 24px;
	    margin: 0;
	    text-align: center;
       }
       #depoimentos .h2_titutlo{
           color: #fff;
	    font-family: var(--passion-one);
	    font-size: 42px;
	    text-align: center;
	    line-height: 40px;
	    margin: 0;
       }
	
	
	#depoimentos{
	    background-image: url('https://irussaadvocacia.adv.br/wp-content/uploads/2024/07/depbg.png');
	    background-repeat: no-repeat;
	    background-position: center;
	    background-size: cover;
	    padding-top: 50px;
           padding-bottom: 150px;
           margin-top: 80px;
	}
	.dep_m{
		position: relative;
	    top: -170px;
	    margin-bottom: -170px;
	}
	.cartao_dep p{
	   font-size: 16px;
	    color: #808080;
		height: 100px;
		color: #848484 ;
	}
	.cartao_dep{
		border:1px solid #ececec;
		border-bottom-left-radius:30px ;
		border-bottom-right-radius: 30px;
		border-top-left-radius: 30px;
		padding: 35px;
    		background: #fff;
              height: 250px;
              overflow: visible; /* Adicione esta linha */
    
	}
	.img_dep{
	    position: relative;
	    top: 50px;
	    width: 55px !important;
	    margin-bottom: 20px;
	    left: 32px;

	}
	.nome_dep{
		color: #58585a;
		    font-family: var(--passion-one);
		    font-size: 31px;
		    line-height: 25px;
		    text-align: center;
		    margin: 0;
	}
	.local_dep{
		font-family: var(--passion-one);
	    color: #ffca16;
	    font-size: 19px;
	    margin: 0;
	    
	}
	
	
	.dep_m .proximo{
		background-image: url(../img/proximo.png);
	    background-repeat: no-repeat;
	    background-position: center;
	    background-size: cover;
	    height: 12px;
	    margin-left: 10px;
	    color: transparent!important;
	    transition: ease .5s all !important;
	    position: relative;
	    left: 50px;
	}
/***************************************************************************

	Home | BLOG INDEX

***************************************************************************/
	.blog_card_int p{
font-size: 17px; 
		/* 		color: #848484;*/
		text-align: left;
	}
	.blog_card_int h5{
		color: #58585a;
	    
	    font-size: 42px;
	    text-align: center;
	    line-height: 40px;
	    margin: 0;
	}
	#blog_home{
		
		
		    padding: 150px 0;
	}
	#blog_home h3{
		color: #7e7e7e;
	    font-size: 30px;
	    font-weight: 600;
	    text-align: center;
	}
	#blog_home h5{
	    margin: 0;
	    font-size: 20px;
	    color: #808080;
	    text-align: center;
	}
	
	#blog_home .h4_titutlo{
           
	    color: #ffca16;
	    font-size: 24px;
	    margin: 0;
	    text-align: center;
       }
       #blog_home .h2_titutlo{
           color: #58585a;
	    
	    font-size: 42px;
	    text-align: center;
	    line-height: 40px;
	    margin: 0;
       }
       .data_blog_index{
       	text-align: center;
           font-family: var(--passion-one);
	    font-size: 42px;
	    line-height: 35px;
	    background: #fdc816;
	    color: #fff;
	    padding: 20px 20px 20px 20px;
	    width: 115px;
	    border-radius: 30px;
	    border-top-right-radius: inherit;
       }
       .titulo_blog{
           color: #58585a;
	    font-family: var(--passion-one);
	    font-size: 28px;
	    line-height: 25px;
       }
       .texto_blog{
       	font-size: 16px;
       	color: #848484;
       	margin-bottom: 5px;
       	height: 100px;
       }
       .postado{
       	font-family: var(--passion-one);
	    color: #ffca16;
	    font-size: 19px;
       }
/***************************************************************************

	Home | mapa

***************************************************************************/
       #mapa{
           position: relative;
	    top: 90px;
	    z-index: 0;
	    margin-top: -90px;
       }
/***************************************************************************

	Home | Tercerize

***************************************************************************/
	#tercerize {
		margin-top: 100px;
		margin-bottom: 100px;
	}
	#tercerize h3{
		font-weight: 800;
		font-size: 30px;
		color: #1f1762;
	}
	#tercerize span{
		color: #f8831f;
	}
	#tercerize p{
		font-size: 17px;
		color: #848484;
	}
	.okimg{
		width: 25px;
		margin-right: 5px;
	}
	#tercerize .ok{
		font-size: 17px;
		color: inherit;
		position: relative;
	    top: 5px;
	    color: #848484;

	}
	#tercerize .terc_lateral{
		width: 100%;
	}
	.btn-tercerize{

		background:  #f8831f;

		color: var(--cor-branco);

		border: solid 2px  #f8831f;

		border-radius: 20px;

		display: flex;

		transition: ease .5s all !important;

		width: 100%;

		max-width: 270px;

		height: 37px;

		font-weight: 400;

		font-size: 14px;

		justify-content: center;

		align-items: center;
		margin-top: 30px;


	}

	.btn-tercerize:hover{

		background:transparent;

		color: #000;

	}
	.btn-tercerize:hover .proximo{
		filter: invert(1);
		transition: ease .5s all !important;

	}
	#tercerize .proximo{
		background-image: url(../img/proximo.png);
	    background-repeat: no-repeat;
	    background-position: center;
	    background-size: cover;
	    height: 12px;
	    margin-left: 10px;
	    color: transparent!important;
	    transition: ease .5s all !important;
	}
/***************************************************************************

	Home | Marcas

***************************************************************************/
	#marcas{
		margin-top: 80px;
		

	}
	#marcas h3{
		font-weight: 800;
	font-size: 30px;
	color: #1f1762;
	}
	#marcas span{
		color:#f8831f ;
	}
	#slide_marcas img{
		    height: 130px;
    width: 130px;
    object-fit: contain;
    filter: grayscale(100%);
	}
	#slide_marcas img:hover{
		filter: grayscale(0%);
	}

/***************************************************************************

	SOBRE NÓS | H

***************************************************************************/
	#sobre_nos_h{
		
		/*margin-bottom: 120px;*/
	}
	#sobre_nos_h p{
		    font-size: 18px;
    		color: #808080;
	}
	#sobre_nos_h h2{
		        font-size: 30px;
			    color: #7e7e7e;
			    font-weight: 600;
	}
	#sobre_nos_h .destaque {
	  display: flex;
	  align-items: flex-start;
	  gap: 10px;
	 margin-top: 20px;
	  color: #808080;
	}

	#sobre_nos_h .icone {
	  width: 26px;
	  height: 26px;
	  
	  background-size: cover;
	  flex-shrink: 0;
	  margin-top: 3px;
	}
	/*#sobre_nos_h h3{
		font-family: var(--passion-one);
	    color: #ffca16;
	    font-size: 24px;
	    margin: 0;
	}
	.img_slide_sobre{
		width: 100%;
		height: 400px;
		object-fit: cover;
		border-radius: 40px;
	}
	#sobre_nos_h .owl-dots{
		    bottom: 15%;
	}*/
	.alignec{
		align-content: center;
	}
	.mt-100{
		margin-top: 100px;
	}

/***************************************************************************

	Serviços

***************************************************************************/
	#servicos img{
		width: 100%;
	}
	#servicos {
		margin-top: 100px;
		margin-bottom: 100px;
	}
	#servicos h3{
		font-weight: 800;
		font-size: 30px;
		color: #1f1762;
	}
	#servicos span{
		color: #f8831f;
	}
	#servicos p{
		font-size: 17px;
		color: #848484;
		margin-bottom:;
		margin-bottom: 50px;
	}
	.okimg{
		width: 25px;
		margin-right: 5px;
	}
	#servicos .ok{
		font-size: 17px;
		color: inherit;
		position: relative;
	    top: 5px;
	    color: #848484;

	}
	.serv_des{
    color: #fff!important;
    position: relative;
    top: -68px;
    left: 25px;
    font-size: 20px;
    line-height: 23px;
    /* margin-bottom: 68px;*/
    font-weight: 500;
    margin-bottom: -10px!important;

	}
/***************************************************************************

	Serviços - interno

***************************************************************************/
	#serv-inter{
		margin-bottom: 100px;
	}
	#serv-inter H4{
	     font-weight: 800;	
	    font-size: 20px;
	        color: #1f1762;
	}
	#serv-inter p{
		font-size: 17px;
		color: #848484;
		margin-bottom:;
		
	}
    

/***************************************************************************

	Blog

***************************************************************************/
	/***************************************************************************
	MB BLOG
***************************************************************************/
	.post_infos_int p{
		font-size: 17px;
/* 		color: #848484; */
		margin-bottom:0;
	}
	.lupa-p {
       width: 40px;
    float: right;
    position: relative;
    top: 10px;
    left: -5px;
    margin-bottom: -45px;
}
	.pesquisa {
    width: 100%;
    border-radius: 30px;
    height: 55px;
    background: #f8f8f8;
    padding-left: 20px;
    margin: 0;
}
#mb_blog_index {
	margin-bottom: 120px;
	margin-top: 80px;
}


#mb_blog_index .p_redmb {
	font-weight: 600;
	margin-bottom: 0;
	color: #e11929;
	font-size: 20px;
}
#mb_blog_index h6{
	color: #7e7e7e;
    font-size: 30px;
    font-weight: 600;
} 
#mb_blog_index h2 {

	    color: #946b52;
    font-size: 30px;
    font-weight: 600;
   
}

.card_categoria b {
	display: none;
}

.card_categoria {
	margin-top: 30px;
	display: flex;
}

.img_cat {
	margin-right: 20px;
    width: 150px;
    height: 120px;
    object-fit: cover;
    border-radius: 15px;
   

}

.card_categoria .blog_data h5 {
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	margin: 0;
}

.card_categoria .blog_data {
	display: block;
	background: #e11929;
	width: 100px;
	text-align: center;
	padding: 8px 0;
	float: right;
	border-top-right-radius: 15px;
	position: relative;
	top: -4px;
	margin-bottom: -25px;
	z-index: 1;
}

.conteudo_categoria {
	/*border: 1px solid #dadada;
	padding: 10px 20px 10px 20px;
	border-bottom-right-radius: 30px;
	width: 71%;
	background: #fff;*/
	/*position: relative;
	top: -100px;
	left: 100px;
	margin-bottom: -100px;*/
	position: relative;
    left: 20px;
}

.card_categoria .infos_blog {
	display: flex;
	width: 100%;
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.card_categoria .infos_blog img {
	width: 15px;
	height: 15px;
	object-fit: contain;
	margin-right: 5px;
}

.card_categoria .infos_blog P {
	line-height: 30px;
    font-family: var(--passion-one);
    color: #946b52;
    font-size: 28px;
   text-align: left;
    margin-bottom: 0;
}

.conteudo_categoria h3 {
	font-size: 15px;
	font-weight: 900;
	margin-top: 5px;
}
.categoria{
	list-style: none;
	padding: 0;
}
.categoria a{
	    font-size: 18px;
    color: #808080;
    margin: 0;
}
/***************************************************************************
	MB HOME - blog
***************************************************************************/
#mb_blog {
	background-image: url('https://mbprojetosestruturais.com.br/wp-content/uploads/2024/04/banner-blog.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 120px;
	padding-top: 80px;

}

#mb_blog {
	margin-top: 80px;
	/*	margin-bottom: 80px;*/
}

#mb_blog .p_redmb, .clientes .p_redmb {
	text-align: center;
	margin-bottom: 0;
	color: #e11929;
	font-size: 24px;
}

#mb_blog h2, .clientes h2 {
	text-align: center;
	font-size: 35px;
	font-weight: 400;
	color: #232323;
}

.linha_red_blog {
	border-top: 3px solid #e11929;
	width: 70px;
	float: right;
	position: relative;
	top: 50px;
}

.blog_mb_img {
    width: 100%;
    object-fit: cover;
    height: 200px;
    border-radius: 20px;
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}

.blog_card_mb b {
	display: none;
}

.blog_card_mb {
	overflow: hidden;
	min-height: 300px;
   	border-radius: 20px;
    /* border: 1px solid; */
    border: 1px solid #ececec;
}

.blog_data h5 {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	margin: 0;
}

.blog_data {
	background: #e11929;
	width: 150px;
	text-align: center;
	padding: 10px 0;
	float: right;
	border-top-right-radius: 20px;
	position: relative;
	top: -35px;
	margin-bottom: -25px;
}

.infos_blog {
	display: flex;
	width: 100%;
}

.infos_blog img {
	width: 15px;
	height: 15px;
	object-fit: contain;
	margin-right: 5px;
}

.infos_blog P {
	text-transform: uppercase;
    color: #946b52;
    font-size: 14px;
    text-align: center;
    margin-bottom: 0;
}

.blog_txt h3 {
	color: #7e7e7e;
    font-size: 18px!important;
    font-weight: 600;
  	text-align: left!important;
	min-height: 75px;
	margin: 0;
    line-height: 25px;
}

.blog_txt p {
	font-size: 18px;
    color: #808080;
    margin: 0;
	min-height: 140px;
}

/*.infos_blog {
	
	padding-bottom: 10px;
	padding-top: 10px;
}*/


.btn_amarelo_fases_blog {
	top: 20px;
    position: relative;
    width: 220px;
    display: block;
    /* margin: auto; */
    text-align: center;
    align-content: center;
    height: 50px;
    padding-top: 5px;
    background: #ffca16;
    color: #fff;
    border: solid 2px #ffca16;
    font-family: var(--passion-one);
    border-radius: 15px;
    transition: ease .5s all !important;
    font-weight: 400;
    font-size: 25px;
    justify-content: center;
    align-items: center;
}
.btn_amarelo_fases_blog:hover{
	border: solid 2px #ffca16;
	background: transparent;
	 color: #ffca16;
}

.blog_btn span {
	background-image: url('https://mbprojetosestruturais.com.br/wp-content/uploads/2024/04/seta-vermelha.png');
	width: 5px;
	height: 9px;
	display: block;
	transition: ease .5s all;
}

.blog_btn:hover {
	transition: ease .5s all;
	color: #fff;
	background: #e11929;
}

.blog_btn:hover span {
	filter: brightness(0) invert(1);
}


.blog_btn_vertodos {
	margin: auto;
	display: block;
	color: #fff;
	background: #e11929;
	font-size: 15px;
	font-weight: 500;
	width: 250px;
	padding: 15px;
	border-bottom-right-radius: 20px;
	text-align: center;
	/*    border-radius: 20px;*/
	margin-top: 30px;
	transition: 0.3s ease;
	border: 2px solid #e11929;
}

.blog_btn_vertodos:hover {
	transition: 0.3s ease;
	background: transparent;
	color: #e11929;
	border: 2px solid #e11929;
}
.data_post_verm p {
	align-content: center;
    float: right;
    margin: 0;
   
    font-weight: 700;
    font-size: 23px;
    line-height: 21px;
    background: #a7a7a761;
    color: #fff;
    padding: 10px 15px 10px 15px;
    /* text-align: center; */
    width: 75px;
    height: 75px;
    position: relative;
    top: -8px;
    left: 8px;
    margin-bottom: -75px;
    border-radius: 40px;
    text-align: left;
    background: linear-gradient(to bottom, #925629, #D2A679);
}
/***************************************************************************
	Paginação
***************************************************************************/

.wp-pagenavi {
	display: flex;
/*	justify-content: center;*/
	align-items: center;
	margin: 50px 0 0px;
}

.paginacao a {
	border-radius: 100px;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 6px;
	color: #fff;
	background-color: #d4d4d4;
	transition: ease .5s all;
	border: none;
	font-size: 26px;
	font-family: var(--passion-one);
	
}

.paginacao span,
.paginacao a:hover {
	
	border-radius: 100px;
	border: none;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 6px;
	color: #fff;
	background-color: #946b52;
	font-size: 26px;
	font-family: var(--passion-one);
}



/***************************************************************************

	Blog - interno

***************************************************************************/
	.blogThumb-int{
		width: 100%;
	}
/***************************************************************************

	Faq

***************************************************************************/	
	#faq{
	  margin-top: 100px;
	  margin-bottom: 180px;	
	}
	#faq h3{
		font-weight: 800;
		font-size: 30px;
		color: #1f1762;
	}
	#faq span{
		color: #f8831f;
	}
	#faq p{
		font-size: 17px;
		color: #848484;
	}

	/* structure */
	.d-display {
		border-bottom: 1px solid #e8e8e8;
   		 border-radius: 40px;
	  
	}
	
	
	details[open],
	details summary,
	.d-imgs {
	  display: block;
	  
	}
	details summary {
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	  padding: 5px 10px 5px;
	  width: 100%;
	  cursor: pointer;
	  font-weight: 600;
	  font-size: 12px;
	  color:#f8831f ;
	}
	details summary:after {
	    color: #fff;
	    background: #f8831f;
	    width: 50px;
	    height: 50px;
	    padding-left: 22px;
	    /* position: relative; */
	    /* top: 2px; */
	    border-radius: 40px;
	    content: "›";
	    font-size: 2rem;
	    transition: 0.3s;
	    font-weight: 400;
	}

	/* transitions */
	details {
	  /*margin-bottom: 1rem;
	  height: 4rem;*/
	  transition: height 0.3s ease;
	}
	details[open] {
	  height: 10rem;
	}
	details p {
	  height: fit-content;
	  padding: 16px;
	}
	details[open] summary:after {
	  transform: rotate(90deg);
	  background: #1f1762;
	}
/***************************************************************************

	Ensino

***************************************************************************/
	.icone_ensino{
		right: 20px;
    /* float: right; */
    top: -35px;
    z-index: 1;
    position: absolute;
	}
	.img_slide_sobre_idades{
		width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 40px;

}
	}
/***************************************************************************
    Contato
***************************************************************************/

.contato h3 {
	text-align: start !important;
}

.contato .card,
.mapa .card,
footer .card {
	width: 100%;
    max-width: 420px;
    display: flex;
    flex-direction: row;
    /*align-items: center;*/
    gap: 10px;
    border-radius: 13px;
    /* background-color: white; */
    /* box-shadow: 0px 0px 2.7px 0.3px rgba(15, 15, 9, 0.32); */
    /* border: 0; */
    /* padding: 20px 40px;8*/
}

.contato .card img,
.mapa .card img,
footer .card img {
	width: 36px;
	height: 36px;
	object-fit: contain;
}



.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent!important;
    background-clip: border-box;
    border: 1px solid transparent!important;
    border-radius: .25rem;
}

.contato .card .content,
.mapa .card .content,
footer .card .content {
	display: flex;
	flex-direction: column;
}

.contato span,
.contato p,
.mapa .card .content span,
.mapa .card .content p {
	font-size: 18px;
	color: #747c73;
}

.contato .card .content span,
.contato .card .content p {
	font-size: 20px;
}

.contato span,
.mapa .card .content span,
footer .card .content span {
	font-weight: var(--font-bold);
}

.contato p {
	font-weight: var(--font-light);
	margin-top: -4px;
	margin-bottom: 0;
}

.contato hr {
	width: 1px;
	height: 100%;
	background-color: rgb(83, 101, 81, 0.161);
	margin: 0;
	border: 0
}

.contato .card-form {
	border-radius: 13px;
	background-color: white;
	box-shadow: 0px 0px 2.7px 0.3px rgba(15, 15, 9, 0.32);
	position: relative;
	padding: 35px 25px;
	height: auto;
}

.contato .card-form h3 {
	font-size: 22px;
	/*max-width: 255px;*/
	margin-bottom: 20px;
	text-shadow: none;
}

.contato .card-form form {
	width: 100%;
}

.contato .card-form form label {
	font-size: 17.495px;
	color: #747c73;
	margin-bottom: 5px;
	font-weight: var(--font-bold);
}

.contato .card-form form input,
.contato .card-form form select,
.contato .card-form form textarea {
	width: 100%;
	/*box-shadow: 0px 0px 2px 0px rgba(13, 11, 13, 0.55);*/
	height: 43px;
	padding: 15px;
	border-radius: 7px;
	background-color: #f8f8f8;
	margin-bottom: 15px;
}

.contato .card-form form select {
	height: auto;
}

.contato .card-form form input::placeholder,
.contato .card-form form input::placeholder,
.contato .card-form form select::placeholder,
.contato .card-form form textarea::placeholder {
	color: #7e7e7e;
	opacity: 0.7;
}

.contato .card-form form textarea {
	height: 120px;
	resize: none;
}

.contato .card-form form .btn-acesso {
	position: absolute;
	left: 0;
	bottom: -10px;
	border-radius: 0 0 16px 16px;
	height: 60px;
	margin: 0;
	background: linear-gradient(to bottom, #8B5E3C, #D2A679);
	color: #fff;
	font-weight: inherit;
}

.wpcf7-not-valid-tip {
	margin-top: -8px;
	margin-bottom: 12px;
	text-transform: initial;
	color: #dc3232 !important;
	font-weight: 500 !important;
	font-size: 16px !important;
}

.wpcf7-form-control-wrap,
.wpcf7-list-item-label {
	font-family: var(--font-Montserrat);
	font-size: 16px !important;
	line-height: normal !important;
	margin-top: 7px;
}

.wpcf7-list-item-label {
	font-size: 13px !important;
	position: relative;
}

.wpcf7-list-item {
	display: flex !important;
	margin: 0 !important;
}

.wpcf7-list-item input {
	height: 13px !important;
	box-shadow: none !important;
}

.wpcf7-list-item.first.last {
	position: absolute;
}

.wpcf7-list-item.first.last input {
	width: 18px;
	height: 18px;
	margin-right: 10px;
}

.rodape-form p {
	display: flex;
	margin: 0;
	width: 100%;
	margin-bottom: 10px;
}

.rodape-form p label {
	font-size: 15px;
	margin-left: 15px;
	margin-bottom: -15px;
	margin-top: 4px;
	opacity: 1;
	font-weight: var(--font-light) !important;
}

.rodape-form p label a {
	text-decoration: none !important;
	color: #0d6efd;
}

.rodape-form p label a:hover {
	color: #0d6efd;
}

.rodape-btn p {
	display: flex;
	flex-direction: column;
	align-items: end;
	margin-bottom: 0 !important;
}

.wpcf7 form .wpcf7-response-output {
	margin: -1em 0.0em 3em !important;
}

/***************************************************************************

	Home | Footer

***************************************************************************/
	.linhab{
		    border-bottom: 1px solid #fff;
			padding-bottom: 30px;
			width: 97% !important;
			left: 3%;
			position: relative;
	}
	footer  .contact-details a{
        	font-size: 17px;
        }
	
	footer .contact-info{
		 align-content: inherit;
		 margin-top: 10px;
	}
	footer .contact-info p{
		color: #58585a;
		font-size: 18px;
		position: relative;
		top: -10px;
		line-height: 22px;
	}
	footer .contact-info i{
	    /*margin: 10px 10px 0 10px;*/
	    font-size: 30px;
	    color: #fff;
	    background: #ffca16;
	    border-radius: 50px;
	    width: 85px;
	    height: 45px;
	    text-align: center;
	    align-content: center;
	    position: relative;
	    top: -15px;
	}
	.marcalogo {
        position: relative;
		top: 10px;
		/* width: 240px; */
		margin-bottom: 30px;
}
	footer  h3{
	    color: #fff;
	    font-weight: 600;
	    font-size: 21px;
	}
	footer .contact-info{
		float: inherit;
	}
	footer{
		position: relative;
		z-index: 1;
	}
	footer{
	   background-image: url('https://irussaadvocacia.adv.br/wp-content/uploads/2025/07/banner-footer.png');
	   /* padding-top: 30px; */
	   /* padding-bottom: 50px; */
	   background-repeat: no-repeat;
	   background-position: center;
	   background-size: cover;
	   z-index: 9;
	}
	footer p{
		color: #fff;
		font-size: 20px;
		margin-top: 20px;
	}
	footer h4{
		font-size: 20px;
		font-weight: 900;
		color: #fff;
	}
	.footer_logo{
		width: 100%;
		padding: 0px;
		margin-top: 30px;
	}
	.icones_footer a{
		margin-right: 10px;
	}
	.icones_footer{
		display: flex;
		margin-top: 25px;
	}
	.icones_footer a{
		display: flex;
		width: 35px;
		position: relative;
    		left: 22px;

	}
	.serv_footer{
		font-size: 18px;
    color: #fff;
    margin-bottom: 5px;
	}
	.serv_footer:hover{
		color: #9c9898;
	}
	.contato_footer{
		display: flex;
		margin-bottom: 20px;

	}
	.contato_footer img{
		width: 35px;
		margin-right: 10px;
		    height: 35px;
   		object-fit: contain;
	}
	.contato_footer a{
		font-size: 16px;
		color: #848484;
	}
	.contato_footer a:hover{
		color: #9c9898;
	}
	/*.copy{
		background:#fdc816;
		padding-top: 15px;
    	padding-bottom: 15px;
	}
	.copy img{
		width: 130px;
	}
	.copy span{
		color: #fff;
		font-weight: 600;
		font-size: 14px;
		margin-right: 7px;
	}*/
	.dfcoutn{
		display: flex;
	}
	.dflxx{
		display: flex;
	}
/***************************************************************************

	Responsivo

***************************************************************************/


	@media (max-width: 1670px){
		#fases::before{
		content: "";
	    position: absolute;
	    width: 100%;
	    height: 785px;
	    left: -120px;
	    margin-top: 80px;
	} 
	}
	@media (max-width: 1199px){

		#menu-segundo ul li a {

			font-size: 15px;

	    		margin: 0 0 0 11px;

	    	}

	    	#banner {

			/*padding-top: 233px;*/

		}

	}

.wdm{
	display:contents;
}

	@media (max-width: 991px){
		.linsta{
			margin-left: 10px;
		}
		.linhab{
		    border-bottom: 1px solid #fff;
			padding-bottom: 30px;
			width: 100%!important;
			left: 0!important;
			position: relative;
		}
		.quadrado-cont{
			left: 0!important;
		}
		#irussa_exp h3{
			text-align: center;
		}
		#irussa_exp p{
			text-align: center;
		}
		.icone_exp{
			    margin: auto;
		    display: block;
		    margin-bottom: 20px;
		}
		#sobre_escritorio{
			height: auto!important;
			padding-bottom: 50px;
			padding-top: 50px;
		}
		.img_escr{
			top: 0!important;
		}
		.fr{
			float: inherit!important;
			margin-top: 30px;
		}
		.conteudo_categoria{
			left: 10px;
		}
		.contato .card, .mapa .card, footer .card{
			/*display: none!important;*/
		}
		.icone_menu_desktop{
			display: none;
		}
		footer .contact-info i{
			margin-left: 10px!important;
		}
		.contact-info i{
			margin-left: 10px!important;
		}
		#contato .btn_env{
			float: inherit;
    		left:0px;
		}
		.wdm{
			width: 590px;
		}
		.dflxx{
		display: block;
		}
		.copy{
			padding-bottom: 25px;
		}
		 .poli{
		 	float: left!important;
		 }
		#banner_interno{
			padding-top: 150px;
		}
		.contact-details p{
			    font-size: 15px;
		}
		.mrg_banner{
			/*margin-top: 200px;*/
		}
		.submenu{
			padding: 0;
		}
		.menu-mobile{
			 position: relative;
    		top: 95px;
		}
		.titulo_blog{
			text-align: center;
			margin-top: 15px;
		}
		.texto_blog{
			text-align: center;
		}
		.postado{
			text-align: center;
		}
		.data_blog_index{
			margin: auto;
			display: block;
		}
		footer a{
			cursor: pointer;
		}
		footer .contact-info{
			position: relative;
    		left: -10px;
		}
		footer .contact-details a{
			font-size: 14px;
		}
		.contact-details a{
			font-size: 14px;
		}
		#contato .contact-info{
			position: relative;
    		left: -10px;
		}
		footer{
			padding-top: 30px;
		}
		.footer_logo{
			width: 50%;
		    margin: auto;
		    display: block;
		    margin-bottom: 30px;
		}
		#slide_marcas img{
			margin: auto;
			width: 80%;
		}
		.cartao_dep{
			height: 350px;
		}
		.local_dep{
			position: relative;
    		top: 110px;
		}
		.nome_dep{
			position: relative;
    		top: 110px;
		}
		.fasesimg{
			margin: auto;
	    	display: block;
		}
		.img_agende{
			position: relative;
		   left:inherit;
		    border-radius: 10px;
		    width: 100%;
		    margin-top: 30px;
		}
		
		.dfcoutn{
		display: block;
		}
		.elipse{
			display: none;
		}
		.lapis {
			position: relative;
		    float: right;
		    left: 0%;
		    top: -35%;
		    width: 100%;
		}
		#turmas .turma_card{
			margin-top: 70px;
		}
		#turmas{
			top: -70px;
    		margin-bottom: 0;
		}
		#banner{
			padding-top:0px;
		}

		header{
			/*top: -50px;*/

		}
		#menu-segundo .logomenu img{
				        width: 100%;
        height: 130px;
        /* padding: 0 29px; */
        object-fit: contain;
        position: relative;
        top: 25px;
        
		}
		details p{
			padding: 0px;
		}

		.mobile{display: block;position: relative;
        top: 75%;}

		.desktop{display: none !important;}





		header #menu-segundo .hamburguer-bt{

			display: inline-block;

			height: fit-content;

			margin: 27px 0px;

		}

		header #menu-segundo .hamburguer-bt.ativo{

			margin-bottom: 0px;

		}



		header #menu-segundo .hamburguer-bt .hamburguer_line{

			background:#d9ab70;

			width: 30px;

			height: 4px;

			margin: 5px 0;

		}



		header #menu-segundo .hamburguer-bt.ativo .hamburguer-top{

			transform: rotate(45deg);

			margin-top: 11px;

		}

		header #menu-segundo .hamburguer-bt.ativo .hamburguer-middle{

			opacity: 0;

		}

		header #menu-segundo .hamburguer-bt.ativo .hamburguer-bottom{

			transform: rotate(-45deg);

			margin-top: -18px;

		}

		#menu-segundo .social a {

			margin-top: 20px;

		}



		#menu-segundo .dpy-flex{

			justify-content: right;

		}



		header #opt_menu {

			position: fixed;

			height: calc( 100% - 85px);

			width: 320px;

			background:#58585a;

			z-index: 9;

			right: -150%;

			top: 85px;

			padding-top: 00px;

			display: block;

			overflow: auto;

		}

		header #opt_menu .navbar-nav li a{

			text-align: center;

			color: #fff;

		}



		header #opt_menu.ativo{ right: 0; }



		header .fundo_menu{

			background: #00000096;

			width: 100%;

			height: 100%;

			top: 165px;

			right: -100%;

			position: fixed;

			z-index: 8;

		}

		header .fundo_menu.ativo{ right: 0; }



		header #opt_menu .navbar-brand{

			width: 100%;

			margin: 0;

			text-align: -webkit-center;

		}



		header #opt_menu .nav-item{

			text-align: center;

			padding: 10px 0;

			text-transform: uppercase;

		}

		header.drop #opt_menu,

		header.drop .fundo_menu{

			top: 85px;

		}

		#menu-segundo .logomenu{

			height: 105px;

			margin-top: 0;

			margin-bottom: -20px;

		}

		#menu-segundo {

			background: #fff;
        height: 170px;
        width: 100%;
/*		padding-top: 50px;*/
        position: fixed;
        z-index: 99999;

		}

		header #opt_menu li a i{

			font-size: 25px;

			margin: 0 5px;

		}

		#banner h2{

			max-width: 313px;

		}

		#banner p{

			max-width: 297px;

		}



	}



	@media (max-width: 757px){

	}



	@media (max-width: 580px){

	}



	@media (max-width: 575px){

		header .social{

			display: none !important;

		}

		header .social-mobile{

			display: flex;

		}

		header .social-mobile a{

			flex: 1;

		}

		header .social-mobile a i{

			background: var(--cor-branco);

			color: #1597b3;

			padding: 8px 5px 5px 6px;

			border-radius: 100%;

			width: 41px;

			height: 41px;

			text-align: center;

			font-size: 25px;

		}

	}



	@media (max-width: 537px){

	}



	@media (max-width: 500px){

	}






 ::selection{
    color: #fff;
    background: #007bff;
  }



  .gallery .image span{
    display: flex;
    width: 100%;
    overflow: hidden;
/*	  filter: drop-shadow(0px 0px 4px black);*/
	  cursor:pointer;
  }
  .gallery .image .galeria_1{
    width: 100%;
    height: 150px;
    object-fit: cover;
    transition: all 0.3s ease;
    cursor: pointer;

  }

  .gallery .image .galeria_3{
    width: 100%;
      height: 330px;
      object-fit: cover;
    transition: all 0.3s ease;
    cursor: pointer;
  }

/*   .gallery .image:hover img{
    transform: scale(1.1);
  } */

  .preview-box{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    background: #000;
    max-width: 700px;
    width: 100%;
    z-index: 5;
    opacity: 0;
    pointer-events: none;
    border-radius: 3px;
    padding: 0 5px 5px 5px;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
  }
  .preview-box.show{
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, -50%) scale(1);
    transition: all 0.3s ease;
	  z-index: 999;
    margin-top: 10px;
  }
  .preview-box .details{
    display: flex;
    align-items: center;
    padding: 12px 15px 12px 10px;
    justify-content: space-between;
  }
  .preview-box .details .title{
    display: flex;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    font-family: var(--font-texto);
  }
  .details .title p{
    margin: 0 5px;
  }
  .details .title p.current-img{
    font-weight: 500;
  }
  .details .icon{
    color: #fff;
    font-size: 20px;
    cursor: pointer;
  }
  .preview-box .image-box{
    display: flex;
    width: 100%;
    position: relative;
  }
  .image-box .slide{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    height: 50px;
    width: 60px;
    line-height: 50px;
    text-align: center;
    border-radius: 3px;
  }
  .slide.prev{
    left: 0px;
  }
  .slide.next{
    right: 0px;
  }
  .image-box img{
    width: 100%;
    border-radius: 0 0 3px 3px;
	      height: 400px;
    object-fit: cover;
  }
  .shadow{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: none;
    background: rgba(0,0,0,0.45);
  }
  @media(max-width: 1000px){
    .gallery .image{
      width: calc(100% / 2);
    }
  }
  @media(max-width: 600px){
    .gallery .image{
      width: 100%;
      padding: 4px;
    }
  }

  .poli{
  	float: right;
  
  	    text-decoration: underline !important;
    color: #fff;
  }

  .addtoany_header{
  	position: relative!important;
    margin: 0 0 16px;
    top: 5px;
    margin-right: 10px;
    font-weight: 700;
  }






/******************************************************************************************************************************************************
*******************************************************************************************************************************************************
*******************************************************************************************************************************************************

	Bertoldo Advocacia - conectando home

*******************************************************************************************************************************************************
*******************************************************************************************************************************************************
******************************************************************************************************************************************************/

#conectando h3 {
    color: #2f4a59;
    font-size: 30px;
    font-weight: 600;
}
#conectando p{
	font-size: 20px;
    color: #808080;
}


#conectando .destaque {
  display: flex;
  align-items: flex-start;
  gap: 10px;
 margin-top: 20px;
  color: #808080;
}

#conectando .icone {
  width: 26px;
  height: 26px;
  
  background-size: cover;
  flex-shrink: 0;
  margin-top: 3px;
}

#conectando .texto strong {
  display: block;
  color: #808080;
}

#conectando .texto p {
  margin: 0;
  font-size: 17px;
  color: #808080;
}

/******************************************************************************************************************************************************
*******************************************************************************************************************************************************
*******************************************************************************************************************************************************

	Bertoldo Advocacia - Áreas de atuação

*******************************************************************************************************************************************************
*******************************************************************************************************************************************************
******************************************************************************************************************************************************/
#areas_de_atuacao{
	margin-top: 150px;
	margin-bottom: 150px;
}

#areas_de_atuacao h3{
	    font-size: 30px;
    color: #7e7e7e;
    font-weight: 600;
    text-align: center;
}
#areas_de_atuacao h5{
	    margin: 0;
    font-size: 20px;
    color: #808080;
    text-align: center;
}

.card_areas img{
	height: 60px;
    width: 60px;
    margin-bottom: 10px;
}
.card_areas{
	background: #fff;
    border: 1px solid #ececec;
    border-radius: 30px;
    padding: 30px;
    padding-top: 50px;
    height: 100% !important;
}
.card_areas h4{
	color: #7e7e7e;
    font-weight: 900;
    font-size: 21px;
}
.card_areas p{
	font-size: 16px;
	color: #808080;
}
.areas_btn{
	display: block;
    border: 1px solid #d9ab70;
    width: 100%;
    text-align: center;
    background: #d9ab70;
    color: #fff;
    font-weight: 600;
    padding: 15px 0px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    position: relative;
    top: -20px;
	font-size: 18px;
}
.areas_btn:hover{
 color: #fff;
}
/******************************************************************************************************************************************************
*******************************************************************************************************************************************************
*******************************************************************************************************************************************************

	Bertoldo Advocacia - Mapa

*******************************************************************************************************************************************************
*******************************************************************************************************************************************************
******************************************************************************************************************************************************/
.contato {
	padding: 150px 0;
}
.contato .card, .mapa .card, footer .card {
    width: 100%;
    /* max-width: 420px; */
    display: flex;
    flex-direction: row;
    /* align-items: center; */
    /*gap: 20px;*/
    border-radius: 13px;
    background-color: white;
    /* box-shadow: 0px 0px 2.7px 0.3px rgba(15, 15, 9, 0.32); */
    border: 0;
    /* padding: 20px 40px;*/
}

section.mapa {
	position: relative;
}



.mapa .container {
	position: absolute;
	top: 60%;
	left: 35%;
	transform: translate(-50%, -50%);
	z-index: 10;
	max-width: fit-content;
}

.mapa .card {
	max-width: fit-content;
	padding: 20px 35px;
}

.mapa .card img {
	width: 100%;
    max-width: 67px;
    height: 100%;
    max-height: 68px;
    object-fit: cover;
    position: relative;
    left: -20px;
    margin-left: -50px;
}

.mapa iframe {
	width: 100%;
	height: 380px;
	margin-bottom: -80px;
	z-index: 9;
	position: relative;
}


.botao_iconeF {
    background: linear-gradient(to bottom, #44e554 60%, #3edb49 80%, #37cf3c 100%);
    color: #fff;
    
    padding: 10px 40px;
    border-radius: 25px;
    transition: ease 0.5s all !important;
        width: 330px;
    height: 50px;
    font-weight: 400;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}
.botao_iconeF:hover{
	color: #fff;
}
.icone_setaF {
    height: 25px;
    width: 25px;
    display: inline-block;
    position: relative;
    left: 20px;
}



.categoria {
    list-style: none;
    padding: 0;
    margin: 0;
}

.categoria li {
    position: relative;
    margin-bottom: 8px;
}

.categoria li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: #666;
    font-size: 16px;
}

/* seta via pseudo-elemento */
.categoria li a::after {
    content: "";
    display: inline-block;
    width: 22px;
    height: 12px;
    background-image: url("https://irussaadvocacia.adv.br/wp-content/uploads/2025/07/109617-copiar-7.png");
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 8px;
}
/******************************************************************************************************************************************************
*******************************************************************************************************************************************************
*******************************************************************************************************************************************************

	Irussa Advocacia exp

*******************************************************************************************************************************************************
*******************************************************************************************************************************************************
******************************************************************************************************************************************************/

#irussa_exp{
	padding: 80px 0;
}
#irussa_exp h3{
	font-size: 25px;
	color: #7e7e7e;
    font-weight: 600;
}
#irussa_exp p{
	font-size: 17px;
	color: #7e7e7e;
    
}
.icone_exp{
	height: 80px;
	margin-bottom: 15px;
}
/******************************************************************************************************************************************************
*******************************************************************************************************************************************************
*******************************************************************************************************************************************************

	Irussa Advocacia sobre home

*******************************************************************************************************************************************************
*******************************************************************************************************************************************************
******************************************************************************************************************************************************/
#sobre_escritorio{
	 background-image: url(https://irussaadvocacia.adv.br/wp-content/uploads/2025/07/banner-sec.png);
	height: 621px;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 40px;
    background-size: cover;

}
#sobre_escritorio h5{
	position: relative;
    font-size: 22px;
    color: #ffffffc7;
    font-weight: 200;
    margin-top: 15px;
}
#sobre_escritorio p{
	
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    
}
#sobre_escritorio h3{
	 color: #fff;
    font-size: 33px;
    font-weight: 600;
}
.img_escr{
	position: relative;
    top: 70px;
    width: 100%;
}

/******************************************************************************************************************************************************
*******************************************************************************************************************************************************
*******************************************************************************************************************************************************

	Irussa Advocacia Areas de atuação

*******************************************************************************************************************************************************
*******************************************************************************************************************************************************
******************************************************************************************************************************************************/   
#areas_atuacao{
	padding: 150px 0;
    padding-bottom: 80px;
    background: #fafafa;
}

#areas_atuacao h2{
	color: #7e7e7e;
	font-weight: 600;
	font-size: 30px;
}
#cartoes p{
	color: #7e7e7e;
    font-size: 18px;
}
.servico-card img {
  height: 60px;
}

.servico-card .titulo {
  color: #7e7e7e;
  font-weight: 600;
  
      font-size: 21px;
}

.servico-card p {
  color: #7e7e7e;
  
  font-size: 18px;
}
.servico-card {
  border-radius: 20px;
  border:1px solid #e7e7e7;
  background-color: #fff;
  /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);*/
  transition: transform 0.2s ease;
  padding: 40px;
}
/******************************************************************************************************************************************************
*******************************************************************************************************************************************************
*******************************************************************************************************************************************************

	Irussa Advocacia escritorio

*******************************************************************************************************************************************************
*******************************************************************************************************************************************************
******************************************************************************************************************************************************/   
.quadrado-cont{
	display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    padding-left: 30px;
    position: relative;
    top: -60px;
    left: -40px;
}
.quadrado-cont img{
	    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-right: 10px;

}
/******************************************************************************************************************************************************
*******************************************************************************************************************************************************
*******************************************************************************************************************************************************

	Irussa Advocacia equipe

*******************************************************************************************************************************************************
*******************************************************************************************************************************************************
******************************************************************************************************************************************************/  
#equipe{
	padding: 80px 0;
}
#equipe h2{
	font-size: 30px;
    color: #7e7e7e;
    font-weight: 600;
}
.membro{
	width: 100%;
	height: 350px;
	object-fit: cover;
	    border-radius: 10px;
}
.card_equipe h3{
	font-size: 23px;
    color: #7e7e7e;
    font-weight: 600;
}
.card_equipe p{
	font-size: 18px;
    color: #7e7e7e;
    
}
.fr{
	float: right;
}