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

    :: Template Name: Elias da Costa

    :: Author: Marcasite - Carlos Augusto A. Cruz

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

    :: Version: 1.0.0

    :: Created: 22 de Agosto de 2025

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

	

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

       Fonts

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


	
	@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');





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

       Variáveis

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



	:root {



		--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: "Poppins", 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, .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

	.owl-prev {
		left: 1%;
		background-image: url('https://eliasdacosta.com.br/wp-content/uploads/2025/08/arrow-verder-l.png') !important;
		height: 37px;
		width: 40px;
	}

	.owl-next {
		right: 1%;
		background-image: url('https://eliasdacosta.com.br/wp-content/uploads/2025/08/arrow-verder.png') !important;
		height: 37px;
		width: 40px;
	}


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

	Menu

***************************************************************************/
	.btn_menu{
		background: #f8ae4b;
		color: #fff;
		padding: 10px 20px 10px 20px;
		width: 100%;
		display: block;
		text-align: center;
		font-weight: 600;
		margin-top: 10px;
		border: 2px solid #f8ae4b;
		transition: ease .5s all !important;
	}
	.btn_menu:hover{
		background: transparent;
		border: 2px solid #f8ae4b;
		color:#f8ae4b;
		transition: ease .5s all !important;
	}
	 .contact-info {
            display: flex;
            align-items: baseline;
			/*float: right;*/
        }
        .contact-info i {
            font-size: 24px;
            margin-right: 10px;
        }
        .contact-details {
            display: flex;
            flex-direction: column;
        }
        
        #menu-primeiro .contact-details a{
        	font-size: 15px!important;
			color: #fff;
        }
		 #menu-primeiro .contact-details h3 {
            margin: 0;
            font-size: 15px;
            text-align: left;
            color: #fff;

        }
        .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{
		height: 200px;
		background-image: url("https://eliasdacosta.com.br/wp-content/uploads/2025/09/bg-header.png");
		background-repeat: no-repeat;
		background-position: center;
		/* padding-top: 40px; */
		background-size: cover;
		position: relative;
		width: 100%;
		top: 0px;
		z-index: 999;
	}
	#menu-primeiro img{
		width: 35px;
		height: 35px;
		margin-right: 5px;
		object-fit: contain;
	}
	#menu-primeiro{
		/*margin-bottom: 15px;*/
		padding-top: 20px;

	}

	#menu-primeiro .contato{

		text-align: right;

	}


	#menu-primeiro .contato i{

	    position: relative;
		top: 15px;
		margin: 0 5px 0 10px;
		font-size: 25px;
		color: #fff;
		background: #dde385;
		/* border-radius: 50px; */
		width: 35px;
		height: 35px;
		text-align: center;
		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: 80%;
		/* padding: 0 50px; */
    	object-fit: contain;
		position: relative;
    	top: -65px;
	}

	#menu-segundo ul{
		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{

	    border-bottom: solid 1px#dde385;
		border-top: 1px solid #dde385;

	}





	#menu-segundo ul li{

/*		margin-top: 10px;*/

	}

	#menu-segundo ul li a{

		color:#fff;

		font-weight:300;

		font-size: 18px;

		margin: 0 0 0 22px;		

	}

	#menu-segundo ul li:hover a,

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

		color: #dde385;

	}

	#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: 470px;
			background-image: url("https://eliasdacosta.com.br/wp-content/uploads/2025/08/banneri.png");
			background-repeat: no-repeat;
			background-position: center;
			padding-top: 290px;
			background-size: cover;
			position: relative;
			top: -200px;
			margin-bottom: -150px;
    
	}
	#banner_interno h3 {
		color: #dde385;
		font-size: 19px;
		font-weight: 600;
		margin-bottom: 0;
		position: relative;
		padding-left: 7px;
		display: inline-block;
	}
	#banner_interno h3::before {
		content: "";
		position: absolute;
		left: 0;
		top: 3px;
		bottom: 0;
		width: 2px;
		height: 70%;
		background: #dde385;
	}
	#banner h3{
		
		color: #dde385;
		font-size: 22px;
		font-weight: 600;
		margin-bottom: 0;
		position: relative;
		padding-left: 7px;
		display: inline-block;
	}
	#banner h3::before {
		content: "";
		position: absolute;
		left: 0;
		top: 3px;
		bottom: 0;
		width: 2px;
		height: 70%;
		background: #dde385;
	}
	#banner h2{
		color: #fff;
	    font-size: 34px;
		margin-bottom: 0;
		font-weight: 800;
	}
	
	#banner_interno h2{
		     color: #fff;
	    font-size: 35px;
	    
	    margin-bottom: 0;
	}

	#banner{

		height: 910px;

		background-repeat: no-repeat;

		background-position: center;

		padding-top: 200px;

		background-size: cover;
		position: relative;
    	top: -200px;
		margin-bottom: -190px;
  
	}

	

	#banner p {
	  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: 3px;
	  background-color: #d9ab70;
	} */
	.btn_amarelo {
		 background: #d9ab70;
	    color: #fff;
	    border: solid 2px #d9ab70;
	    padding: 10px 40px;
	    border-radius: 25px;
	    transition: ease 0.5s all !important;
	    width: 250px;
	    height: 50px;
	    font-weight: 400;
	    font-size: 18px;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    gap: 10px;
	    text-decoration: none;
		}

		.btn_amarelo:hover {
		  background: #00465a;
		  color: #d9ab70;
		  border: solid 2px #00465a;
		}

		.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;
       }
	     
       .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: 50px;
    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://eliasdacosta.com.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: #2f4a59;
    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://eliasdacosta.com.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{
		margin-top: 150px;
		background: #fafafa;
		    padding: 150px 0;
	}
	#blog_home h3{
		color: #2f4a59;
	    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 .m200{
		margin-top: 150px;
   }
	#sobre_nos_h .quadrado-cont{
		    display: flex;
			align-items: center;
			background: #fff;
			padding: 15px;
			padding-left: 30px;
			position: relative;
			top: -120px;
			/* width: fit-content; */
			left: -70px;
			margin-bottom: -120px;
			border: 1px solid #f5f5f5;
	}
	#sobre_nos_h h2{
		color: #438698;
		font-size: 32px;
		font-weight: 800;
	}
	#sobre_nos_h h5 {
		color: #f8ae4b;
		font-size: 19px;
		font-weight: 600;
		margin-bottom: 0;
		position: relative;
		padding-left: 7px;
		display: inline-block;
	}
	#sobre_nos_h h5::before {
		content: "";
		position: absolute;
		left: 0;
		top: 3px;
		bottom: 0;
		width: 2px;
		height: 70%;
		background: #f8ae4b;
	}
	.card-mis {
		box-shadow: 5px 5px 5px 0px #e9e9e9 !important;
		background: #fff;
		padding: 30px 30px 30px 30px;
	}
	
	.card_mission h5 {
		color: #438698;
		font-size: 32px;
		font-weight: 800;
	}
	#sobre_nos_h{
		
		margin: 80px 0;
	}
	#sobre_nos_h p{
		    font-size: 20px;
    		color: #808080;
	}
	#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;
	}
/***************************************************************************

	SOBRE NÓS

***************************************************************************/
	#sobre_nos_historia{
		margin-top: 120px;
	}
	#sobre_nos_historia ìmg{
		width: 100%;
	}
	#sobre_nos_historia p{
		font-size: 18px;
		color: #808080;
	}
/***************************************************************************

	SOBRE NÓS | video

***************************************************************************/
	#sobre_video{
		padding-top: 50px;
		padding-bottom: 50px;
		margin-top: 120PX;
		background: #fafafa;
	}
	.video_img{
		width: 100%;
	}
	#sobre_video h2{
		font-family: var(--passion-one);
		color: #58585a;
		font-size: 42px;
		text-align: center;
	}
	#sobre_video h3{
		font-family: var(--passion-one);
	    color: #ffca16;
	    font-size: 24px;
	    margin: 0;
	    text-align: center;
	}
/***************************************************************************

	SOBRE NÓS | PROFESSORES

***************************************************************************/
	#professores{
		margin-top: 80px;
	}
	#professores h2{
		font-family: var(--passion-one);
		color: #58585a;
		font-size: 42px;
		text-align: center;
	}
	#professores h4{
		font-family: var(--passion-one);
	    color: #ffca16;
	    font-size: 24px;
	    margin: 0;
	    text-align: center;
	}
	.card_professores img{
		width: 100%;
		height: 450px;
		object-fit: cover;
		margin: auto;
		display: block;
	}
	.card_professores{
		margin-top: 30px;
		    border-radius: 20px;
    border: 1px solid #fafafa;
    height: 400px;
    overflow: hidden;
    border-top-left-radius: inherit!important;
	}
	.texto_card_prof{
		position: relative;
		top: 30px;
	}
	.texto_card_prof_bg{
		overflow: hidden;
    background-image: url('https://eliasdacosta.com.br/wp-content/uploads/2024/07/bgprof.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 190px;
    top: -160px;
    position: relative;
	}
	.texto_card_prof p{
		color: #fff;
		margin: 0;
		text-align: center;
		font-size: 13px;
		padding: 0 10px;
	}
	.texto_card_prof h3{
		color: #fff;
	    font-family: var(--passion-one);
	    font-size: 31px;
	    line-height: 25px;
	    text-align: center;
	    margin: 0;
	}
/***************************************************************************

	PROJETO SUN

***************************************************************************/
	#projeto_sun h2{
		font-family: var(--passion-one);
		color: #58585a;
		font-size: 42px;
		
	}
	#projeto_sun h4{
		font-family: var(--passion-one);
	    color: #ffca16;
	    font-size: 24px;
	    margin: 0;
	    
	}
	#projeto_sun p{
		font-size: 18px;
		color: #808080;
	}
	#projeto_sun img{
		width: 100%;
    border-radius: 20px;
    border-top-right-radius: inherit;
    height: 300px;
    object-fit: cover;
	}
/***************************************************************************

	PROJETO BILINGUE

***************************************************************************/
	#projeto_bilingue{
		margin-top: 80px;
	}
	#projeto_bilingue h2{
		font-family: var(--passion-one);
		color: #58585a;
		font-size: 42px;
		
	}
	#projeto_bilingue h4{
		font-family: var(--passion-one);
	    color: #ffca16;
	    font-size: 24px;
	    margin: 0;
	    
	}
	#projeto_bilingue p{
		font-size: 18px;
		color: #808080;
	}
	
	#projeto_bilingue .pjb{
		border-radius: 20px;
		border-top-right-radius: inherit;
		width: 100%;
	}
	.card_bilingue{
		border: 1px solid #ececec;
		    border-radius: 10px;
	}
	.card_bilingue img{
		width: 100%;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		height: 250px;
    	object-fit: cover;
	}
	.card_bilingue h3{
		font-family: var(--passion-one);
		color: #58585a;
		font-size: 24px;
		padding: 30px;
		text-align: center;
	}
	.numero_bili{
		width: 60px;
    margin: auto;
    display: block;
    position: relative;
    top: 25px;
    margin-top: 50px;
	}
	.txt_bili{
		margin-top: 50px;
	}
	.txt_bili p{
		font-size: 24px;
		color: #808080;
	}
/***************************************************************************

	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:;
	}
	.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: #2f4a59;
    font-size: 30px;
    font-weight: 600;
} 
#mb_blog_index h2 {

	    color: #2f4a59;
    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: #ffca16;
    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: 30px;
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}

.blog_card_mb b {
	display: none;
}

.blog_card_mb {
	
	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 {
	
    color: #d9ab70;
    font-size: 14px;
    text-align: center;
    margin-bottom: 0;
}

.blog_txt h3 {
	color: #2f4a59;
    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 {
    margin: 0;
    border: 1px solid #fff;
    font-weight: 700;
    font-size: 10px;
    background: #a7a7a761;
    color: #fff;
    padding: 10px 15px 10px 15px;
  	text-align: center;
    width: 115px;

    position: relative;
    top: 10px;
    left: 25px;
    margin-bottom: -45px;
   
    border-radius: 40px;
  
}
/***************************************************************************
	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: #d9ab70;
	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 h5 {
    color: #438698;
    font-size: 30px;
    font-weight: 800;
}
.contato .card-form form textarea {
    height: 120px!important;
    resize: none;
}

.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 {
    display: flex;
    margin: 0;
    width: 100%;
    margin-bottom: 10px;
}
.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;
}
.contato .card-form form .btn-acesso {
    position: absolute;
    left: 0;
    bottom: -10px;
    
    height: 60px;
    margin: 0;
    background: #f8ae4b;
    color: #fff;
    font-weight: inherit;
	font-weight: 700;
    font-size: 20px;
	border-radius: 0px;
}
.contato .card-form {
    border: 1px solid #e1e1e1;
    /* 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;
}

/* .contatos .contact-info i{
	display: flex;
    align-items: baseline;
}	 */
.contatos  i {
    position: relative;
    top: 15px;
    margin: 0 5px 0 0px;
    font-size: 25px;
    color: #fff;
    background: #dde385;
    /* border-radius: 50px; */
    min-width: 35px;
    height: 35px;
    text-align: center;
    align-content: center;
}
.contatos .contact-details h3 {
    margin: 0;
    font-size: 15px;
    text-align: left;
    color: #7e7e7e;
}
.contatos .contact-details a {
    font-size: 15px !important;
    color: #7e7e7e !important;
}
	#contato{
		margin-top: 80px;
		margin-bottom: 50px;
	}
	#contato h2{
	    color: #2f4a59;
    font-size: 30px;
    font-weight: 600;

    
	}
	#contato .par_red{

	 	font-size: 18px;
    color: #808080;
    margin: 0;
	}
	#contato .btn_env {
	    background: #d9ab70;
	    color: #fff;
	    border: solid 2px #d9ab70;
	    /* font-family: var(--passion-one); */
	    padding: 10px 40px 10px 40px;
	    border-radius: 15px;
	    transition: ease .5s all !important;
	    width: 100%;
	    height: 60px;
	    font-weight: 400;
	    font-size: 25px;
	    /* justify-content: center; */
	    /* align-items: center; */
	    /* float: right; */
	    /* position: relative; */
	    /* left: 40px; */
	}

	#contato .btn_env:hover{
		     background: transparent;
	    color: #d9ab70;
	    border: solid 2px #d9ab70;
	}
	.classs-p p{
		display: block!important;
	}
	.classs-p input{
		width: 100%;
	}
	.form label{
		width: 100%;
		font-weight: 400;
		font-size: 16px;
		color: var(--cor-cinza);
		margin-bottom: -20px;
	}
	.form .lgpd{
		display: flex;
    		align-items: baseline;
    		font-size: 15px;
	}
	.form .lgpd label{
		color: #808080;
		font-size: 13px;
    position: relative;
    top: -4px;
    margin-left: 10px;
	}
	input.input{
	    background-color: #f8f8f8;
    width: 100%;
    height: 50px;
    border-radius: 15px;
    padding: 0 15px;
    margin: 5px 0 7px;
	}
	textarea.input{
    background-color: #f8f8f8;
    width: 100%;
		height: 120px;
    border-radius: 15px;
    padding:15px;
		margin: 5px 0 7px;
		resize: none;
	}

	.form .btn-degrade{
		margin: 0 0 0 auto;
    background-color: transparent;
	}

	.form p {
		margin-bottom: 0 !important;
	}

	.form .col-6.lgpd p {
		display: flex;
	}
/***************************************************************************

	Home | Footer

***************************************************************************/
	.linhab{
    		padding-bottom: 30px;
	}
	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: 25px;
	}
	footer .contact-info i{
		position: relative;
		top: -5px;
		margin: 0 5px 0 10px;
		font-size: 25px;
		color: #fff;
		background: #dde385;
		/* border-radius: 50px; */
		min-width: 35px;
		min-height: 35px;
		text-align: center;
		align-content: center;
	}
	.marcalogo {
    position: relative;
    width: 240px;
}
	footer  h3{
	    color: #dde385;
	    font-weight: 600;
	    font-size: 21px;
	}
	footer .contact-info{
		float: inherit;
	}
	footer{
		position: relative;
		z-index: 1;
	}
	footer{
	   background-image: url('https://eliasdacosta.com.br/wp-content/uploads/2025/08/footerbg-1.png');
	   padding-top: 110px;
	   padding-bottom: 10px;
	    background-repeat: no-repeat;
	    background-position: center;
	    background-size: cover;
	    z-index: 9;
	}

	footer hr {
		width: 100%;
		height: 1px;
		background-color: white;
		margin: 0;
		opacity: 1;
	}

	footer p{
		color: #fff;
		font-size: 20px;
		margin-top: 20px;
	}
	footer h4{
		font-size: 20px;
		font-weight: 900;
		color: #fff;
	}
	.footer_logo{
		width: 100%;
		position: relative;
		top: -101px;
		
	}
	.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;
}
.sobreHomeImg{
	width: 90%;
}
#video{
	width:30%;
}

	@media (max-width: 991px){
		#video{
			width: 100% !important;;
		}
		.sobreHomeImg{
			width: 100%;
			margin-bottom: 30px;
		}
		#sobreHome{
			    height: auto!important;
    			padding: 30px 0;
		}
		#sobre_nos_h .quadrado-cont{
			left: 0px!important;
		}
		.sboreHimg{
			width: 100%;
		}
		.card_mission{
			left:0px!important;
		}
		.footer_logo{
			top: -15px!important;
		}
		.owl-prev, .owl-next{
			    top: 20%;
		}
		.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: 200px;
			height: 350px!important;
		}
		.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: auto;
		    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:40px;
			height: 650px!important;
		}

		header{
			top: -50px;
			background-image: none;

		}
		#menu-segundo .logomenu img{
				width: 100%;
		        height: 90px;
		        /* padding: 0 29px; */
		        object-fit: contain;
		        position: relative;
		        top: 55px;
		}
		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:#dde385;

			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: 120px;

			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{

			font-size: 26px;

		}

		#banner p{

			font-size: 18px;

		}



	}

	

	@media (max-width: 757px){

	}



	@media (max-width: 567px){
		.politica {
			flex-direction: column;
		}
	}



	@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

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

#card_home{
	position: relative;
    top: -150px;
}
.card_home {
	background: #fff;
	border: 1px solid #ececec;
	border-radius: 30px;
	padding: 30px 40px;
	height: 220px;
	position: relative; /* Necessário para o "top" funcionar */
	top: 0; /* Ponto de partida para animar */
	transition: top 0.5s ease, background-image 0.5s ease;
}

.card_home:hover {
	background-image: url(https://eliasdacosta.com.br/wp-content/uploads/2025/07/Inserir-um-titulo-10.png);
	top: 50px;
}
.card_home:hover .seta_card{
	margin: auto;
    display: block!important;
}
.seta_card {
	
    display: none;
}

.card_home:hover h4{
	color: #fff;
}
.card_home:hover p{
	color: #fff;
}
.card_home h4{
	color: #2f4a59;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 15px;
}
.card_home p{
	font-size: 16px;
	color: #808080;
}

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

	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{
	color: #2f4a59;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
}
#areas_de_atuacao h5{
	    margin: 0;
    font-size: 20px;
    color: #808080;
    text-align: center;
}


.card_areas{
	background: #fff;
	border: 1px solid #ececec;
	border-radius: 30px;
	padding: 30px 40px 30px 40px;
}
.card_areas h4{
	color: #2f4a59;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 15px;
}
.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 .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;
	margin-bottom: 120px;
}

.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://eliasdacosta.com.br/wp-content/uploads/2025/05/setacat.png");
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 8px;
}

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

	Elias da silva - Home - slide

*******************************************************************************************************************************************************
*******************************************************************************************************************************************************
******************************************************************************************************************************************************/
#slide_home{
	position: relative;
    top: -70px;
	margin-bottom: -70px;
}
#slide_quem p{
	    max-width: 400px;
		color: #808080;
		font-size: 18px;
	
}
#slide_quem h3{
	color: #438698;
	font-size: 27px;
	font-weight: 600;
}

#slide_home img {
	height: 400px;
	object-fit: cover;
}

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

	Elias da silva - Home - diferenciais

*******************************************************************************************************************************************************
*******************************************************************************************************************************************************
******************************************************************************************************************************************************/
#diferenciais{
	margin: 80px 0;
}
#diferenciais h5{
	text-align: center;
	color: #f8ae4b;
	font-size: 19px;
	font-weight: 600;
	margin-bottom: 0;
}
#diferenciais h2{
	text-align: center;
	color: #438698;
	font-size: 32px;
	font-weight: 800;
	margin-bottom: 0;
}
.card_diferenciais{
	border: 1px solid #cdcdcd;
    padding: 80px 40px 40px 40px;
	min-height: 290px;
}
.card_diferenciais h3{
	text-align: center;
	color: #438698;
	font-size: 22px;
}
.card_diferenciais p{
	text-align: center;
	color: #808080;
	font-size: 18px;
	
}
.card_img{
	margin: auto;
    display: block;
    position: relative;
    top: 40px;
	
}
/******************************************************************************************************************************************************
*******************************************************************************************************************************************************
*******************************************************************************************************************************************************

	Elias da silva - Home - Sobre

*******************************************************************************************************************************************************
*******************************************************************************************************************************************************
******************************************************************************************************************************************************/
#sobreHome{
	margin: 80px 0;
	height: 700px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	background-image: url("https://eliasdacosta.com.br/wp-content/uploads/2025/08/bgsobrenoshome-1.png");
	align-content: center;
}
#sobreHome h5 {
    color: #f8ae4b;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 0;
    position: relative;
    padding-left: 7px;
    display: inline-block;
}

#sobreHome h5::before {
        content: "";
    position: absolute;
    left: 0;
    top: 3px;
    bottom: 0;
    width: 2px;
    height: 70%;
    background: #f8ae4b;
}
#sobreHome h2{
	color: #438698;
	font-size: 32px;
	font-weight: 800;
}
#sobreHome p{
	color: #808080;
	font-size: 20px;
}
.quadrado-cont {
    display: flex;
    align-items: center;
    background: #fff;
    /* border: 1px solid #ddd;
    border-radius: 8px; */
    padding: 15px;
    padding-left: 30px;
    position: relative;
    top: 30px;
    left: 0px;
    margin-bottom: -100px;
}
.quadrado-cont img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-right: 10px;
}
 .countercd{
	color: #438698;
	font-size: 20px;
	
}
.floatR{
	float: right;
}

#videoSection{
	margin: 80px 0;
}
#videoSection h5{
	text-align: center;
	color: #f8ae4b;
	font-size: 19px;
	font-weight: 600;
	margin-bottom: 0;
}
#videoSection h2{
	text-align: center;
	color: #438698;
	font-size: 32px;
	font-weight: 800;
	margin-bottom: 0;
}
#videoSection p{
	text-align: center;
	color: #808080;
	font-size: 18px;
}

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

	Elias da silva - Portfólio

*******************************************************************************************************************************************************
*******************************************************************************************************************************************************
******************************************************************************************************************************************************/
#portifolio{
	margin: 80px 0;
}
#portifolio h2{
	text-align: center;
	color: #438698;
	font-size: 32px;
	font-weight: 800;
	margin-bottom: 0;
}
#portifolio p{
	color: #808080;
	font-size: 20px;
	font-weight: normal;
	margin: 0;
}
.portifolio-card{
	height: 100%;
}
.portifolio-card h5{
	color: #438698;
	font-size: 25px;
	font-weight: 800;
}
.portifolio-card p{
	color: #808080;
	font-size: 16px;
	font-weight: normal;
}
.portifolio-img{
	width: 100%;
	height: 400px;
	
}


.whatsapp img {
	position: fixed;
	z-index: 8;
	bottom: 86px;
	right: 8px;
	width: 50px;
	height: 50px;
	opacity: 0.7;
	transition: ease .8s all;
}

.whatsapp a:hover img {
	opacity: 1;
	filter: drop-shadow(0px 0px 6px black);
}