/* ----------------------------------------------------------
    :: Template Name: MB Projetos Estruturais
    :: Author: Marcasite - Carlos Augusto A. Cruz
    :: Version: 1.0.0
    :: Created: 03 de Abril de 2024
    ----------------------------------------------------------

/***************************************************************************
       Cores
****************************************************************************

	Branco					= #ffffff
	Cinza Escuro		= #4f4f4f
	Cinza 					= #787878
	Cinza Claro			=	#f9f9f9

	Degrade 01			= #c32bc2 #44bcc2	
	Degrade 02			= #f42052 #e39a87
	Degrade 03			= #28b6f3 #3cba98
	Degrade 04			= #ac3ed3 #544af9
	Degrade 05			= #28b6f3 #8383d6
	Degrade 06			= #1aa447 #eae023
	Degrade 07			= #de5b31 #9913a6

/***************************************************************************
       Fonts
***************************************************************************/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap" rel="stylesheet');

/***************************************************************************
       Variáveis
***************************************************************************/

:root {
	--cor-branco: #ffffff;
	--cor-cinza-escuro: #4f4f4f;
	--cor-cinza: #787878;
	--cor-cinza-claro: #f9f9f9;

	--cor-degrade-01: linear-gradient(0deg, #c32bc2 0%, #44bcc2 100%);
	--cor-degrade-02: linear-gradient(0deg, #e39a87 0%, #f42052 100%);
	--cor-degrade-03: linear-gradient(0deg, #28b6f3 0%, #3cba98 061%);
	--cor-degrade-04: linear-gradient(0deg, #ac3ed3 0%, #544af9 100%);
	--cor-degrade-05: linear-gradient(0deg, #28b6f3 0%, #8383d6 100%);
	--cor-degrade-06: linear-gradient(0deg, #1aa447 0%, #eae023 100%);
	--cor-degrade-07: linear-gradient(0deg, #de5b31 0%, #9913a6 100%);
}

@keyframes float {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(15px);
	}

	100% {
		transform: translateY(0);
	}
}

/***************************************************************************
        All
***************************************************************************/


html,
body {
	margin: 0;
	overflow-x: clip;
}

button.btn:focus,
button.btn:active {
	outline: none !important;
}

* {
	margin: 0;
	box-shadow: 0 0 0 0;
	border: 0 none;
	outline: 0;
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}

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

.mrg-0 {
	margin: 0px;
}

.mrg-top-10 {
	margin-top: 10px;
}

.mrg-top-30 {
	margin-top: 30px;
}

.mrg-top-45 {
	margin-top: 45px;
}

.mrg-top-50 {
	margin-top: 50px;
}

.mrg-bot-30 {
	margin-bottom: 30px !important;
}

.mrg-bot-40 {
	margin-bottom: 40px;
}

.mrg-bot-50 {
	margin-bottom: 50px;
}

.mrg-bot-60 {
	margin-bottom: 60px;
}

.mrg-bot-75 {
	margin-bottom: 75px;
}

.pdd-0 {
	padding: 0 !important;
}

.pdd-15 {
	padding: 15px !important;
}

.pdd-0-15 {
	padding: 0 15px !important;
}

.pdd-30-0 {
	padding: 30px 0 !important;
}

.pdd-50-0 {
	padding: 50px 0 !important;
}

.pdd-80-0 {
	padding: 80px 0 !important;
}

.pdd-25-0-0 {
	padding: 25px 0 0 !important;
}

.pdd-0-15-0-0 {
	padding: 0 15px 0 0 !important;
}

.pdd-lef-30 {
	padding-left: 30px !important;
}

.pdd-lef-35 {
	padding-left: 35px !important;
}

.pdd-lef-40 {
	padding-left: 40px !important;
}

.pdd-lef-45 {
	padding-left: 45px !important;
}

.pdd-lef-50 {
	padding-left: 50px !important;
}

.pdd-lef-55 {
	padding-left: 55px !important;
}

.pdd-lef-60 {
	padding-left: 60px !important;
}

.pdd-lef-65 {
	padding-left: 65px !important;
}

.pdd-lef-70 {
	padding-left: 70px !important;
}

.pdd-lef-75 {
	padding-left: 75px !important;
}

.pdd-lef-80 {
	padding-left: 80px !important;
}

.pdd-lef-85 {
	padding-left: 85px !important;
}

.pdd-lef-90 {
	padding-left: 90px !important;
}

.pdd-lef-95 {
	padding-left: 95px !important;
}

.pdd-lef-100 {
	padding-left: 100px !important;
}

.pdd-lef-105 {
	padding-left: 105px !important;
}

.pdd-lef-110 {
	padding-left: 110px !important;
}

.pdd-lef-115 {
	padding-left: 115px !important;
}

.pdd-lef-120 {
	padding-left: 120px !important;
}

.pdd-lef-125 {
	padding-left: 125px !important;
}

.pdd-lef-150 {
	padding-left: 150px !important;
}

.pdd-bot-50 {
	padding-bottom: 50px !important;
}

.pdd-bot-100 {
	padding-bottom: 100px !important;
}

.txt-center {
	text-align: center !important;
}

.txt-right {
	text-align: right !important;
}

.nao-quebrar {
	white-space: nowrap;
}

.align_self-center {
	align-self: center;
}

.text_align_last-center {
	text-align-last: center;
}

.dpy-flex {
	display: flex;
}

.dpy-inline-block {
	display: inline-block;
}

.inverte-bloco {
	flex-direction: row-reverse;
}

.flt-left {
	float: left;
}

.flt-right {
	float: right;
}

.centraliza-tudo {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.duas-colunas {
	column-count: 2;
}

.titulo-h2 {
	font-weight: 700;
	font-size: 34px;
	color: var(--cor-cinza-escuro);
	text-transform: uppercase;
	margin-top: 50px;
}

.txt-padrao {
	font-weight: 400;
	color: var(--cor-cinza);
	font-size: 20px;
}

.txt-destaque {
	font-size: 28px;
	color: var(--cor-cinza);
	font-weight: 300;
	max-width: 930px;
	text-align: center;
	margin: 50px auto;
}

iframe {
	border-radius: 25px;
}

.theme01 .btn-degrade {
	background-image: url('../img/bg-botao01.png');
}

.theme02 .btn-degrade {
	background-image: url('../img/bg-botao02.png');
}

.theme03 .btn-degrade {
	background-image: url('../img/bg-botao03.png');
}

.theme04 .btn-degrade {
	background-image: url('../img/bg-botao04.png');
}

.theme05 .btn-degrade {
	background-image: url('../img/bg-botao05.png');
}

.theme06 .btn-degrade {
	background-image: url('../img/bg-botao06.png');
}

.theme07 .btn-degrade {
	background-image: url('../img/bg-botao07.png');
}

.btn-degrade {
	width: 190px;
	height: 47px;
	color: var(--cor-branco);
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	transition: ease .5s all;
}

.btn-degrade:hover {
	transform: scale(1.2);
	color: var(--cor-branco);
}

#banner .owl-controls .owl-prev {
	margin-right: 15px;
}


.owl-controls .owl-prev {
	background-image: url('../img/icon00-seta.png');
	width: 48px;
	height: 47px;
	color: transparent;
}

.owl-controls .owl-next {
	background-image: url('../img/icon00-seta.png');
	transform: rotate(180deg);
	width: 48px;
	height: 47px;
	color: transparent;
}

#banner-home .owl-controls .owl-nav {
	display: flex;
	padding-bottom: 20px;
	justify-content: inherit;
	margin-top: 80px;

}

#banner-home .sobre_mb_home_btn:hover {
	transition: 0.3s ease;
	background: white;
	color: #e11929;
	border: 2px solid #e11929;
}

.owl-controls .owl-nav {
	display: flex;
	/*		padding-bottom: 20px;*/
	justify-content: space-between;
}

.flutuar {
	max-width: 100%;
	display: inline-block;
	animation: float 8s ease-in-out infinite;
}

/***************************************************************************
	Menu
***************************************************************************/

#menu-primeiro {
	background-color: #282828;
	height: 34px;
	padding-top: 5px;
}

#menu-primeiro p {
	margin: 0px;
	color: #fff;
	text-align: end;
}

#menu-primeiro p a {
	color: #fff;
}

#menu-primeiro p img {
	margin: 0 3px 0 7px;
}

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

#menu-segundo ul li:hover a,

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

	color: #eb3437;

}

#menu-segundo ul li a span {

	font-size: 11px;

}


.drop #menu-segundo ul li .submenu {

	top: 95px;
}

#menu-segundo ul li .submenu {

	align-items: inherit !important;
	position: absolute;
	z-index: -1;
	background: #4d1612;
	min-width: 180px;
	height: auto;
	transition: 0.3s;
	top: 90px;
	padding: 19px 10px;
	opacity: 0;
	visibility: hidden;
	margin-left: -25px;
	border-radius: 10px;
	flex-direction: column;
	text-align: left !important;
	width: auto;
}

#menu-segundo ul li:hover .submenu {

	opacity: 1;

	z-index: 1;

	visibility: visible;

}

#menu-segundo ul li .submenu a {

	color: #fff;

}

#menu-segundo ul li .submenu li {

	display: block;

	margin-top: 0;

}

.sobre_mb_home_btn_menu {
	font-size: 13px !important;
	display: block;
	color: #fff ! IMPORTANT;
	background: linear-gradient(90deg, rgba(180, 32, 44, 1) 6%, rgb(255 0 26) 100%);
	font-size: 15px;
	font-weight: 500 !IMPORTANT;
	width: 230px;
	padding: 15px 10px 15px 10px;
	border-bottom-right-radius: 20px;
	text-align: center;
	/* border-radius: 20px; */
	/* margin-top: 30px; */
	transition: 0.3s ease;
	display: flex;
	justify-content: space-around;
}

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

.sobre_mb_home_btn_menu:hover span {
	padding: 0 30px 0 0;
}

.sobre_mb_home_btn_mini {
	font-size: 13px !important;
	display: block;
	color: #fff ! IMPORTANT;
	background: linear-gradient(90deg, rgba(180, 32, 44, 1) 6%, rgb(255 0 26) 100%);
	font-size: 15px;
	font-weight: 500 !IMPORTANT;
	width: 190px;
	padding: 10px;
	border-bottom-right-radius: 20px;
	text-align: center;
	/* border-radius: 20px; */
	/* margin-top: 30px; */
	transition: 0.3s ease;
	display: flex;
	justify-content: space-around;
}

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

.sobre_mb_home_btn_mini:hover span {
	padding: 0 30px 0 0;
}

.sobre_mb_contato_btn {
	font-size: 13px !important;
	display: block;
	color: #fff ! IMPORTANT;
	background: linear-gradient(90deg, rgba(180, 32, 44, 1) 6%, rgb(255 0 26) 100%);
	font-size: 15px;
	font-weight: 500 !IMPORTANT;
	width: 190px;
	padding: 10px;
	border-bottom-right-radius: 20px;
	text-align: center;
	transition: 0.3s ease;
	display: flex;
	justify-content: space-around;
	height: 50px;
}

.flex-aqui p {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}



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



header {
	position: fixed;
	width: 100%;
	top: 0px;
	z-index: 999;

	background-position: center;
	background-size: cover;
}


#menu-segundo {
	background: #fff;
}

#menu-segundo .logomenu img {
	width: auto;
	max-width: 100%;
	position: relative;
}

#menu-segundo ul {
	flex-direction: row;
	text-align: center;
	float: right;
	width: 100%;
	height: 100px;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

#menu-segundo ul li a {
	color: #000;
	font-size: 16px;
	font-weight: 500;

}

.theme01 header.drop {
	background-image: url('../img/bg-menu01.png');
}

.theme02 header.drop {
	background-image: url('../img/bg-menu02.png');
}

.theme03 header.drop {
	background: #393636;
}

.theme04 header.drop {
	background-image: url('../img/bg-menu04.png');
}

.theme05 header.drop {
	background-image: url('../img/bg-menu05.png');
}

.theme06 header.drop {
	background-image: url('../img/bg-menu06.png');
}

.theme07 header.drop {
	background-image: url('../img/bg-menu07.png');
}

/***************************************************************************
	Banner Home
***************************************************************************/
.textobanner {
	color: #fff !important;
	font-size: 18px !important;
	border-left: 1px solid red;
	padding-left: 15px;
}

#banner {
	background-image: url('https://mbprojetosestruturais.com.br/wp-content/uploads/2024/04/banner-topo.png');
	min-height: 679px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 50px;
	margin-top: 100px;
}

#banner .imagem img {
	width: auto;
	max-width: 100%;
	margin: 0 auto;
}

#banner .texto img {
	width: auto;
	max-width: 100%;
}

#banner .texto {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	margin-top: 90px;
}

#banner h2 {
	color: var(--cor-branco);
	font-weight: 900;
	font-size: 36px;


}

#banner p {
	color: var(--cor-branco);
	font-size: 19px;
	font-weight: 400;
	margin-bottom: 5px;
	color: #da0a11;
}

#banner p.textobanner {
	margin-bottom: 40px;
	margin-top: 10px;
}

/***************************************************************************
	Banner interno inteiro
***************************************************************************/
#banner_interno_inteiro {
	background-image: url('../img/banner-int-maior.png');
	min-height: 724px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 50px;
	padding-top: 120px;
}

#banner_interno_inteiro .p_red {
	margin-top: 20px;
	color: #da0a11;
	margin: 0px;
	font-size: 24px;
}

#banner_interno_inteiro p {
	margin-top: 20px;
	color: #fff;
	margin: 0px;
	font-size: 18px;
	line-height: 20px;
}

#banner_interno_inteiro h2 {
	color: #fff;
	font-weight: 400;
	line-height: 40px;
	font-size: 45px;
}

#banner_interno_inteiro .banner_interno_txt {
	margin-top: 150px;
}

#banner_interno_inteiro .btn_saiba_banner {
	margin-top: 20px;

	display: block;
	color: #fff;

	background: linear-gradient(0deg, rgba(93, 13, 13, 1) 0%, rgba(218, 10, 17, 1) 25%);
	font-size: 15px;
	font-weight: 400;
	width: 180px;
	padding: 5px;
	text-align: center;
	border-radius: 20px;
}

#banner_interno_inteiro .btn_saiba_banner:hover {
	transition: transform 0.3s ease;
	transform: scale(1.1);
	color: #fff;
}

/***************************************************************************
	Banner interno 
***************************************************************************/
#banner_interno_mb {
	background-image: url('https://mbprojetosestruturais.com.br/wp-content/uploads/2024/04/banner-interno.png');
	min-height: 370px;
	background-position: center;
	/* background-size: cover; */
	background-repeat: no-repeat;
	margin-bottom: 50px;
	padding-top: 180px;
}

#banner_interno_mb h2 {
	color: #fff;
	font-weight: 900;
	text-align: center;
	font-size: 40px;
}

.banner_interno_txt {
	margin-top: 30px;
}


/***************************************************************************
	Título Interno
***************************************************************************/

.theme01 .titulo {
	background-image: url('../img/banner-titulo01.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 50px;
}

.theme02 .titulo {
	background-image: url('../img/banner-titulo02.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 50px;
}

/*.theme03 .titulo{
		background-image: url('../img/banner-titulo03.png');
		background-position: center bottom;
		background-size: cover;
		background-repeat: no-repeat;
		margin-bottom: 50px;
	}*/
.theme03.esg .titulo {
	background-image: url('../img/banner-titulo03esg.png') !important;
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 50px;
}

.theme03.esg .titulo.pt02 {
	background-image: url('../img/banner-titulo03esg-p2.png') !important;
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 50px;
}

.theme04 .titulo {
	background-image: url('../img/banner-titulo04.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 50px;
}

.theme04.erro .titulo {
	background-image: url('../img/banner-titulo04-erro.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 50px;
}

.theme05 .titulo {
	background-image: url('../img/banner-titulo05.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 50px;
}

.theme06 .titulo {
	background-image: url('../img/banner-titulo06.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 50px;
}

.theme07 .titulo {
	background-image: url('../img/banner-titulo07.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 50px;
}

.titulo .reto {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
}

.titulo span {
	color: var(--cor-branco);
	text-transform: uppercase;
	font-size: 28px;
}

.titulo h2 {
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--cor-branco);
	font-weight: 700;
	font-size: 44px;
	text-transform: uppercase;
}

.theme04.erro .titulo h2 {
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--cor-branco);
	font-weight: 700;
	font-size: 44px;
	text-transform: uppercase;
	font-size: 80px;
}

.titulo p {
	color: var(--cor-branco);
	font-size: 20px;
	text-align: center;
}

.theme04.erro .titulo p {
	color: var(--cor-branco);
	text-transform: uppercase;
	font-size: 24px;
	text-align: left;
}

.titulo .col-lg-4 {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	height: 400px;
	padding-top: 30px;
	flex-direction: column;
}

.theme03.esg .titulo h2 {
	max-width: 300px;
}

.theme03.esg .titulo,
.theme03.esg .titulo .col-lg-4 {
	min-height: 470px;
}

.theme03.esg .titulo.pt02,
.theme03.esg .titulo.pt02 .col-lg-7 {
	min-height: 435px;
	margin-bottom: 0;
}

.theme04.erro .titulo .row {
	height: 100vh;
	margin-bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
}


.theme03.esg .titulo img {
	width: 100%;
	margin-top: 99px;
}

.theme03.esg .titulo.pt02 img {
	width: 100%;
	margin-top: 0px;
}

.theme03.esg .titulo a {
	color: var(--cor-branco);
	font-size: 18px;
	font-weight: 700;
	background-image: url('../img/bg-botao03-donwload.png');
	width: 304px;
	padding-right: 37px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: ease .5s all;
	text-transform: uppercase;
}

.theme03.esg .titulo a:hover {
	transform: scale(1.2);
}

.theme04.erro .titulo a {
	color: var(--cor-branco);
	font-size: 18px;
	font-weight: 700;
	background-image: url('../img/bg-botao04-erro.png');
	width: 304px;
	padding-left: 13px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: ease .5s all;
	text-transform: uppercase;
	border-radius: 100px;
	max-width: 100%;
}

.theme04.erro .titulo a:hover {
	transform: scale(1.2);
}

.titulo .col-12 {
	min-height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}


/***************************************************************************
	MB HOME - destaques
***************************************************************************/

#mb_home {
	position: relative;
	top: -110px;
	margin-bottom: -110px;
}

.card_destaques_mb {
	padding: 30px 40px;
	border: 1px solid #dadada;
	border-bottom-left-radius: 40px;
	min-height: 340px;
	background: #fff;
}

.card_destaques_mb img {
	display: block;
	margin: auto;
}

.card_destaques_mb h5 {
	text-align: center;

	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 26px;
}

.card_destaques_mb p {
	text-align: center;
	margin: 0;
	font-size: 18px;
	line-height: 23px;
}

/***************************************************************************
	MB HOME - quem somos
***************************************************************************/
#quem_somos_mb {
	margin-top: 100px;
}

#quem_somos_mb .mb_pred {
	margin-bottom: 0;
	color: #e11929;
	font-size: 20px;
	font-weight: 500;
}

#quem_somos_mb .sobre_mb_titulo {
	font-size: 35px;
	font-weight: 400;
	color: #232323;
	line-height: 35px;
	font-weight: 900;
}

#quem_somos_mb p {
	font-size: 18px;

}

#quem_somos_mb .sobre_mb_home_btn_menu {
	margin-top: 25px;
}

.img_dep {
	border-bottom-left-radius: 30px;
	width: 100%;
	height: 467px;
	object-fit: cover;
}


.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: #b4202c !important;
	border: solid 1px #fff !important;
	width: 15px;
	height: 15px;
}

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

.owl-dots {
	transform: rotate(90deg);
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 15%;
	left: 51%;
}

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

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

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

.sobre_mb_home_btn:hover {
	transition: 0.3s ease;
	background: transparent;
	color: #e11929;
	border: 2px solid #e11929;
}



.borda_vermelha {
	border-bottom: 3px solid #e11929;
	width: 50px;
	position: absolute;
	left: -40px;
	z-index: 1;
	top: 105px;
}

/***************************************************************************
	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: 90%;
	object-fit: cover;
	height: 200px;
	border-top-left-radius: 40px;
}

.blog_card_mb b {
	display: none;
}

.blog_card_mb {
	background: #fff;
	border: 1px solid #dadada;
	min-height: 300px;
	padding-bottom: 30px;
	border-bottom-right-radius: 40px;
}

.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 {
	margin-bottom: 0;
	font-size: 12PX;
	color: #e11929;
	font-weight: 500;
	line-height: 13px;
	min-height: 25px;
}

.blog_txt h3 {
	font-size: 18px;
	font-weight: bold;
	min-height: 65px;
}

.blog_txt p {
	font-size: 16px;
	min-height: 95px;
}

.infos_blog {
	padding-left: 30px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.blog_txt {
	padding: 0 30px;
}

.blog_btn {
	display: block;
	color: #e11929;
	background: #fff;
	font-size: 12px;
	font-weight: 500;
	width: 150px;
	padding: 10px 5px;
	border-bottom-right-radius: 20px;
	text-align: center;
	transition: 0.3s ease;
	border: 1px solid #e11929;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

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

/***************************************************************************
	MB EMPRESA
***************************************************************************/

#sobre_empresa {}

#sobre_empresa .sobre_antec_titulo p {
	margin-bottom: 0;
	color: #e11929;
	font-size: 24px;
	font-weight: 600;
}

#sobre_empresa .sobre_antec_titulo h2 {
	font-size: 35px;
	font-weight: 900;
	color: #232323;
	line-height: 35px;
}

#sobre_empresa p {
	font-size: 18px;

}

/***************************************************************************
	MB EMPRESA oferecemos
***************************************************************************/

#oferecemos {
	margin-top: 80px;
	background-image: url('https://mbprojetosestruturais.com.br/wp-content/uploads/2024/04/bg-oferecemos-empresa-mb-projetos.png');
	background-position: left top;
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 80px;
	padding-top: 80px;
}



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

#oferecemos h2 {
	text-align: center;
	font-size: 35px;
	font-weight: 900;
	color: #232323;

}

#oferecemos p {
	text-align: center;
}

#oferecemos .card_destaques_mb {
	padding: 40px 40px 40px 50px;
	border: 1px solid #dadada;
	border-bottom-left-radius: 40px;
	height: 500px;

	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;

}

#oferecemos .card_destaques_mb img {
	display: block;
	margin: auto;
}

#oferecemos .card_destaques_mb h5 {
	text-align: center;
	color: #fff !important;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 26px;
}

#oferecemos .card_destaques_mb p {
	text-align: center;
	margin: 0;
	font-size: 16px;
	line-height: 23px;
	color: #fff;
}

/***************************************************************************
	MB HOME - quem somos
***************************************************************************/
#quem_somos_mb_oferecemos {
	margin-top: 100px;
}

#quem_somos_mb_oferecemos .mb_pred {
	margin-bottom: 0;
	color: #e11929;
	font-size: 20px;
	font-weight: 500;
}

#quem_somos_mb_oferecemos .sobre_mb_titulo {
	font-size: 35px;
	font-weight: 400;
	color: #232323;
	line-height: 35px;
	font-weight: 900;
}

#quem_somos_mb_oferecemos p {
	font-size: 18px;

}

#quem_somos_mb_oferecemos .img_dep_oferecemos {
	border-top-left-radius: 30px;
	width: 100%;
	height: 467px;
	object-fit: cover;
}


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

#quem_somos_mb_oferecemos .owl-dot.active {
	background-color: #b4202c !important;
	border: solid 1px #fff !important;
	width: 15px;
	height: 15px;
}

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

#quem_somos_mb_oferecemos .owl-dots {
	transform: rotate(90deg);
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 10%;
	left: 50%;
}

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

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

#quem_somos_mb_oferecemos .borda_vermelha_oferecemos {
	right: -30px;
}

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

.sobre_mb_home_btn:hover {
	transition: 0.3s ease;
	background: transparent;
	color: #e11929;
	border: 2px solid #e11929;
}



.borda_vermelha_oferecemos {
	border-bottom: 3px solid #e11929;
	width: 50px;
	position: absolute;
	top: 45px;
	/* left: auto; */
	right: 0;
	float: right;
	z-index: 11;

}

#quem_somos_mb_oferecemos .contadores {
	display: flex;
	border: 1px solid #dadada;
	border-bottom-right-radius: 30px;
	padding: 20px;
	display: flex;
	position: relative;
	top: -150px;
	z-index: 99;
	background: #fff;
}

#quem_somos_mb_oferecemos .contadores h4 {
	font-weight: 800;
	font-size: 46px;
	color: #e11929;
	margin-bottom: 0;
}

#quem_somos_mb_oferecemos .borda_cont {
	border-right: 1px solid #dadada;
	height: 95px;
	position: relative;
	left: -15px;
}

/***************************************************************************
	MB EMPRESA conheça
***************************************************************************/

#conheca_mb {
	margin-bottom: 80px;
}


#conheca_mb .mb_pred {
	margin-bottom: 0;
	color: #e11929;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
}

#conheca_mb .sobre_mb_titulo {
	font-size: 35px;
	font-weight: 400;
	color: #232323;
	line-height: 35px;
	font-weight: 900;
	text-align: center;
}

#conheca_mb p {
	font-size: 18px;

}

.card_conheca img {
	margin-bottom: 15px;
	width: 70px;
	height: 70px;
	margin-bottom: 15px;
}

.card_conheca {
	background: #fafafa;
	padding: 40px;
	border-bottom-left-radius: 30px;
	transition: ease .5s all;
	height: 300px;
}

.card_conheca:hover {
	background: #282828;
	transition: 0.3s;
}

.card_conheca:hover p {
	color: #fff;
}

.card_conheca:hover h3 {
	color: #fff;
}

.card_conheca h3 {
	font-weight: bold;
	font-size: 26px;
	margin-bottom: 0px;
}

/***************************************************************************
	MB EMPRESA galeria
***************************************************************************/
#galeria {
	margin-bottom: 120px;
	margin-top: 120px;
}

#galeria .mb_pred {
	margin-bottom: 0;
	color: #e11929;
	font-size: 20px;
	font-weight: 500;

}

#galeria .sobre_mb_titulo {
	font-size: 35px;
	font-weight: 400;
	color: #232323;
	line-height: 35px;
	font-weight: 900;

}

/***************************************************************************
	MB BLOG
***************************************************************************/
#mb_blog_index {
	margin-bottom: 120px;
}


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

#mb_blog_index h2 {

	font-size: 26px;
	font-weight: 700;
	color: #232323;
}

.card_categoria b {
	display: none;
}

.card_categoria {
	margin-top: 30px;
}

.img_cat {
	width: 120px;
	height: 120px;
	object-fit: cover;
	border-top-left-radius: 30px;
}

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

.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 {
	margin-bottom: 0;
	font-size: 10PX;
	color: #e11929;
	font-weight: 500;
}

.conteudo_categoria h3 {
	font-size: 15px;
	font-weight: 900;
	margin-top: 5px;
}

/***************************************************************************
	MB PROJETOS
***************************************************************************/
#mb_projetos {
	margin-bottom: 80px;
}

#mb_projetos .p_redmb {
	text-align: center;
	margin-bottom: 0;
	color: #e11929;
	font-size: 20px;
	font-weight: 600;
}

#mb_projetos h2 {
	text-align: center;
	font-size: 36px;
	font-weight: 900;
	color: #232323;
}

.lista {
	display: flex;
    gap: 30px;
    align-items: center;
}

.lista li {
	list-style: none;
	margin: auto;
	border-right: 2px solid #000;
	padding: 0 15px;
}

.lista li:last-child {
	border: none;
}

.lista li a {
	font-weight: 600;
	color: #000;
	background: #fff;
}

.lista li a:hover {
	background: #e11929;
	color: #fff;
}

.proj_img {
	width: 100%;
	height: 400px;
	object-fit: cover;
	border-top-left-radius: 30px;
}

.p_redmb_porj {
	margin-top: 15px;
	margin-bottom: 0;
	color: #e11929;
	font-size: 16px;
	font-weight: 500;
	line-height: 15px;
	min-height: 30px;
	display: flex;
	align-items: center;
}

.h3_porj {
	min-height: 51px;
	font-size: 21px;
	font-weight: 700;
	color: #232323;
	display: flex;
	align-items: center;
}



.blog_card_int .img_blog_ocb_int {
	max-width: 100%;
	height: 400px;
	object-fit: cover;
	border-top-left-radius: 30px;
}

.categoria a {
	color: #8f8f8f !important;
}

.categoria li {
	list-style: none;
	box-shadow: 0 0 2px 0px #000;
	padding: 10px 15px;
	border-radius: 7px;
	margin-bottom: 12px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #3d3d3d;
}

.categoria li span {
	background: #e11929;
	color: #fff;
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
}

.categoria {
	padding: 0px !important;
}

#blogIndex {}

#blogIndex .p_redmb {

	margin-bottom: 0;
	color: #e11929;
	font-size: 20px;
}

#blogIndex h2 {

	font-size: 26px;
	font-weight: 700;
	color: #232323;
}











































.addtoany_content {
	display: flex;
	align-items: baseline;
}

.addtoany_header {
	width: fit-content;
	margin: 0 5px 0 0;
}



/***************************************************************************
	HOME - Soluções 
***************************************************************************/

#solucoes {
	margin-top: 80px;
	margin-bottom: 80px;
}

.solucoes_card {
	height: 283px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.solucoes_txt h4 {
	color: #fff;
	font-weight: 600;
	font-size: 20px;
}

.solucoes_txt p {
	color: #fff;
	font-size: 18px;
	line-height: 20px;
}

.solucoes_txt {
	padding: 20px 20px 20px 25px;
}

.icone_sol {
	width: 70px;
	left: 20px;
	position: relative;
	top: -30px;
	margin-bottom: -30px;
}

.btn_saiba {
	position: relative;
	top: -20px;
	left: 25px;
	display: block;
	color: #fff;
	background: #da0a11;
	font-size: 15px;
	font-weight: 400;
	width: 120px;
	padding: 5px;
	text-align: center;
	border-radius: 20px;
}

.btn_saiba:hover {
	transition: transform 0.3s ease;
	transform: scale(1.1);
	color: #fff;
}

.titulo_solucoes p {
	text-align: center;
	margin-bottom: 0;
	color: #da0a11;
	font-size: 24px;
}

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


/***************************************************************************
	HOME - Sobre
***************************************************************************/

#sobre_antec {}

#sobre_antec .sobre_antec_titulo p {
	margin-bottom: 0;
	color: #da0a11;
	font-size: 24px;
	font-weight: 400;
}

#sobre_antec .sobre_antec_titulo h2 {
	font-size: 35px;
	font-weight: 400;
	color: #232323;
	line-height: 35px;
}

#sobre_antec p {
	font-size: 18px;

}

.intelbras_logo_home {
	width: 200px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.contadores {
	display: flex;
}

.contadores h4 {
	font-weight: 800;
	font-size: 46px;
	color: #e11929;
	margin-bottom: 0;
}

.borda_cont {
	border-right: 1px solid #dadada;
	height: 95px;
	position: relative;
	left: -15px;
}

.b1 {
	margin-right: 30px;
}

.contadores h5 {
	font-size: 18px;
	line-height: 22px;
}

.sobre_home_btn {
	display: block;
	color: #fff;
	background: rgb(93, 13, 13);
	background: linear-gradient(0deg, rgba(93, 13, 13, 1) 0%, rgba(218, 10, 17, 1) 25%);
	font-size: 15px;
	font-weight: 500;
	width: 200px;
	padding: 5px;
	text-align: center;
	border-radius: 20px;
	margin-top: 15px;
	transition: transform 0.3s ease;
}

.sobre_home_btn:hover {
	transition: transform 0.3s ease;
	transform: scale(1.1);
	color: #fff;
}

/***************************************************************************
	HOME - Conheça
***************************************************************************/
#conheca_home {
	margin-top: 80px;
	margin-bottom: 80px;
}

#conheca_home h2 {
	text-align: center;
	font-size: 35px;
	font-weight: 400;
	color: #232323;
}

#conheca_home p {
	text-align: center;
	margin-bottom: 0;
	color: #da0a11;
	font-size: 24px;
}

/***************************************************************************
	HOME - Visita chamada
***************************************************************************/

#visita_chamada {
	background-image: url('../img/visita-bg.png');
	height: 295px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

#visita_chamada h2 {
	text-align: center;
	color: #fff;
	font-size: 35px;
	font-weight: 400;
}

#visita_chamada p {
	text-align: center;
	color: #fff;
	font-size: 18px;
	margin-bottom: 0;
}

/***************************************************************************
	HOME - Visita chamada slide
***************************************************************************/
#visita_chamada_slide {
	background-image: url('../img/visita-bg-slide.png');
	height: 475px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.txt_visita {
	padding-top: calc(45vh - 50%);
}



/***************************************************************************
	HOME - Serviços
***************************************************************************/
#serviços_home {
	margin-top: 80px;
	margin-bottom: 50px;
}

#serviços_home h2 {

	font-size: 35px;
	font-weight: 400;
	color: #232323;
}

#serviços_home p {

	margin-bottom: 0;
	color: #da0a11;
	font-size: 24px;
	font-weight: 400;
}

.servicos_card_home {
	border: 1px solid #e4e4e4;
	border-radius: 15px;
	padding: 70px 25px 70px 25px;


}

.servicos_card_home h3 {
	color: #000;
	font-weight: bold;
	font-size: 24px;

}

.serv_icone {
	width: 100px;
	margin: auto;
	display: block;
	position: relative;
	top: 55px;
	margin-top: -55px;


}

#serviços_home .btn_saiba {
	position: relative;
	top: -20px;
	left: 25px;
	display: block;
	color: #fff;
	background: rgb(93, 13, 13);
	background: linear-gradient(0deg, rgba(93, 13, 13, 1) 0%, rgba(218, 10, 17, 1) 25%);
	font-size: 15px;
	font-weight: 400;
	width: 120px;
	padding: 5px;
	text-align: center;
	border-radius: 20px;
}

#serviços_home .btn_saiba:hover {
	transition: transform 0.3s ease;
	transform: scale(1.1);
	color: #fff;
}

/***************************************************************************
	SOBRE Contadores
***************************************************************************/
#sobre_antec_contador {
	margin-top: 50px;
}

.sobre_antec_img {
	width: 100%;
	height: 335px;
	object-fit: contain;
}

#sobre_antec_contador h2 {

	font-size: 35px;
	font-weight: 400;
	color: #232323;
}

#sobre_antec_contador .par_red {

	margin-bottom: 0;
	color: #b11018;
	font-size: 24px;
	font-weight: 400;
}

.sobre_alinha {
	position: relative;
	top: 10px;
	left: 30px;
}

/***************************************************************************
	SOBRE Formulario Contato
***************************************************************************/
#contato {
	margin-top: 80px;
	margin-bottom: 50px;
}

#contato h2 {

	font-size: 30px;
	font-weight: 400;
	color: #232323;
}

#contato .par_red {

	margin-bottom: 0;
	color: #b11018;
	font-size: 24px;
	font-weight: 600;
}

#contato .btn_env {

	display: block;
	color: #fff;
	background: rgb(93, 13, 13);
	background: linear-gradient(0deg, rgba(93, 13, 13, 1) 0%, rgba(218, 10, 17, 1) 25%);
	font-size: 15px;
	font-weight: 400;
	width: 160px;
	padding: 5px;
	text-align: center;
	border-radius: 20px;
	transition: transform 0.3s ease;
}

#contato .btn_env:hover {
	transition: transform 0.3s ease;
	transform: scale(1.1);
	color: #fff;
}

#formulario p {
	margin-bottom: 0px !important;
}

/***************************************************************************
	PORTARIA REMOTA
***************************************************************************/




/***************************************************************************
	PORTARIA REMOTA Vantagens
***************************************************************************/

#vantagens {
	margin-top: 80px;
	margin-bottom: 50px;
}

#vantagens h2 {

	font-size: 35px;
	font-weight: 400;
	color: #232323;
}

#vantagens p {

	margin-bottom: 0;
	color: #da0a11;
	font-size: 24px;
	font-weight: 400;
}

#vantagens .servicos_card_home {
	border: 1px solid #e4e4e4;
	border-radius: 15px;
	padding: 70px 25px 70px 25px;
	height: 200px;
	margin-top: 20px;


}

#vantagens .servicos_card_home h3 {
	color: #000;
	font-weight: 600;
	font-size: 16px;
	text-align: center;

}

#vantagens .serv_icone {
	width: 80px;
	margin: auto;
	display: block;
	position: relative;
	top: 65px;
	margin-top: -55px;

}

#vantagens .btn_saiba {
	position: relative;
	top: -20px;
	left: 25px;
	display: block;
	color: #fff;
	background: rgb(93, 13, 13);
	background: linear-gradient(0deg, rgba(93, 13, 13, 1) 0%, rgba(218, 10, 17, 1) 25%);
	font-size: 15px;
	font-weight: 400;
	width: 120px;
	padding: 5px;
	text-align: center;
	border-radius: 20px;
}

#vantagens .btn_saiba:hover {
	transition: transform 0.3s ease;
	transform: scale(1.1);
	color: #fff;
}

.logo_apple {
	width: 180px;
	object-fit: contain;
	margin-right: 20px;
}

.logo_google {
	width: 180px;
	object-fit: contain;
}

/***************************************************************************
	PORTARIA REMOTA Funcionamento
***************************************************************************/
#funcionamento {
	margin-top: 130px;
	margin-bottom: 80px;
}

#funcionamento {
	background-image: url('../img/portaria-bg.png');
	height: 540px;

	background-size: cover;
	background-repeat: no-repeat;
}


#funcionamento h2 {

	font-size: 35px;
	font-weight: 400;
	color: #fff;
}

#funcionamento .p_red {

	margin-bottom: 0;
	color: #da0a11;
	font-size: 24px;
	font-weight: 400;
}

#funcionamento p {
	margin-bottom: 0;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
}

.tab_margin {
	margin-top: 80px;
}

.tab {
	overflow: hidden;
}

.tab button {
	background-color: white;
	color: red;
	border: none;
	border-radius: 5px;
	padding: 5px 20px;
	cursor: pointer;
	float: left;
}

.tab button:hover {
	background-color: #ddd;
}

.tab button.active {
	background: linear-gradient(0deg, rgba(93, 13, 13, 1) 0%, rgba(218, 10, 17, 1) 25%);
	color: white;
}

.tabcontent {
	display: none;
	padding-top: 20px;

}

.tabcontent.active {
	display: block;
}

.custom-list {
	list-style-type: none;
	padding: 0;
}

.custom-list li {
	margin-bottom: 10px;
	color: #fff;
	font-size: 18px;
}

.circle {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 27px;
	border-radius: 50%;
	background: linear-gradient(0deg, rgba(93, 13, 13, 1) 0%, rgba(218, 10, 17, 1) 25%);
	color: white;
	text-align: center;
	font-weight: bold;
	margin-right: 10px;
	font-size: 22px;
}

/***************************************************************************
	PORTARIA REMOTA Grafico
***************************************************************************/
.grafico_bg {
	background-image: url('../img/grafico-br.png');
	height: 384px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

#grafico {
	margin-bottom: 80px;
}

#grafico label {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}

#grafico p {
	color: #fff;
	margin-bottom: 0;
}

#grafico h2 {
	color: #fff;
	margin-bottom: 0;
	font-weight: 400;
}

.txt_grafico {
	margin-top: 90px;
	padding: 30px;
}

.txt_grafico::before {
	content: '';
	border-right: 1px solid #c7b4b5;
	height: 310px;
	position: absolute;
	right: 30px;
	top: 35px;
}


.progress-container {
	position: relative;
	width: 100%;
	height: 60px;

	overflow: hidden;
}

.progress-bar {
	width: 0%;
	height: 100%;
	background-color: #c7b4b5;
	position: absolute;
	top: 0;
	left: 0;
	animation: progress-fill 3s ease forwards;
}

.progress-label {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	font-size: 12px;
	color: #000;
}

.de3a5 {
	position: relative;
	left: -275px;
}

.p30 {
	padding: 30px;
}


.accordion-button {
	color: #fff;
	background: #232323;
	border-radius: 30px;

	position: relative;
	padding-right: 40px;
	/* Added padding for icon */
	height: 55px;
	padding-left: 20px;
}

.accordion-button i {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%) rotate(0deg);
	transition: transform 0.3s ease;
	background: #fff;
	color: #d50a12;
	height: 39px;
	width: 39px;
	font-size: 25px;
	text-align: center;
	padding-top: 7px;
	border-radius: 30px;
}

.accordion-button[aria-expanded="true"] i {
	transform: translateY(-50%) rotate(90deg);
	/* Rotate by 90 degrees when expanded */
	background: #d50a12;
	color: #fff;
}

.card-body {
	position: relative;
	top: -20px;
}

.grafico_antec_titulo .p_red {
	margin-bottom: 0;
	color: #da0a11;
	font-size: 24px;
	font-weight: 400;
	text-align: left;
}

.grafico_antec_titulo h2 {
	font-size: 35px;
	font-weight: 400;
	color: #232323;
	text-align: left;
}

.whatsapp-button {
	background-color: #7ad06d;
	color: #fff;
	border-radius: 20px;
	border: none;
	padding: 10px 20px;
	font-size: 16px;
	cursor: pointer;
	transition: background-color 0.3s;
	font-weight: 400;
}

.whatsapp-button i {
	margin-left: 10px;
}

.whatsapp-button:hover {
	background-color: #68bb63;
	/* Mudança de cor ao passar o mouse */
	color: #fff;
}


.form_portaria {
	margin-top: 50px;
	position: relative;
	left: -75px;
}

/***************************************************************************
	POSTE DE VIGILANCIA
***************************************************************************/

#poste {
	margin-top: 130px;
	margin-bottom: 80px;
}

#poste {
	background-image: url('../img/poste-bg.png');
	height: 419px;

	background-size: cover;
	background-repeat: no-repeat;
}

#poste .p_red {
	margin-bottom: 0;
	color: #da0a11;
	font-size: 24px;
	font-weight: 400;
	text-align: left;
}

#poste h2 {
	font-size: 35px;
	font-weight: 400;
	color: #fff;
	text-align: left;
}

#poste .tab_margin {
	margin-top: 60px;
}


/***************************************************************************
	POSTE DE VIGILANCIA vantagens
***************************************************************************/

#poste_vantagens {
	margin-top: 80px;
	margin-bottom: 50px;
}

#poste_vantagens h2 {

	font-size: 35px;
	font-weight: 400;
	color: #232323;
}

#poste_vantagens .p_red {

	margin-bottom: 0;
	color: #da0a11;
	font-size: 24px;
	font-weight: 400;
}

#poste_vantagens p {

	margin-bottom: 0;
	text-align: center;
	font-size: 17px;
	font-weight: 400;
}

#poste_vantagens .servicos_card_home {
	border: 1px solid #e4e4e4;
	border-radius: 15px;
	padding: 70px 25px 70px 25px;
	height: 450px;
	margin-top: 20px;


}

#poste_vantagens .servicos_card_home h3 {
	color: #000;
	font-weight: 600;
	font-size: 24px;
	text-align: center;

}

#poste_vantagens .serv_icone {
	width: 80px;
	margin: auto;
	display: block;
	position: relative;
	top: 65px;
	margin-top: -55px;

}

#poste_vantagens .btn_saiba {
	position: relative;
	top: -20px;
	left: 25px;
	display: block;
	color: #fff;
	background: rgb(93, 13, 13);
	background: linear-gradient(0deg, rgba(93, 13, 13, 1) 0%, rgba(218, 10, 17, 1) 25%);
	font-size: 15px;
	font-weight: 400;
	width: 120px;
	padding: 5px;
	text-align: center;
	border-radius: 20px;
}

#poste_vantagens .btn_saiba:hover {
	transition: transform 0.3s ease;
	transform: scale(1.1);
	color: #fff;
}

.form_portaria_poste {}

/***************************************************************************
	MONITORAMENTO REMOTO Vantagens
***************************************************************************/
#monitoramento_vantagens {
	margin-top: 130px;
	margin-bottom: 80px;
}

#monitoramento_vantagens {
	background-image: url('../img/monitoramento-vantagens-bg.png');
	height: 651px;

	background-size: cover;
	background-repeat: no-repeat;
}

#monitoramento_vantagens .p_red {
	margin-bottom: 0;
	color: #da0a11;
	font-size: 24px;
	font-weight: 400;
	text-align: left;
}

#monitoramento_vantagens p {
	margin-bottom: 0;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	text-align: left;
}

#monitoramento_vantagens h2 {
	font-size: 35px;
	font-weight: 400;
	color: #fff;
	text-align: left;
}

#monitoramento_vantagens .tab_margin {
	margin-top: 40px;
}

#monitoramento_vantagens li {
	font-size: 16px;
}

.monitoramento_vantagens_lista {
	display: flex;
}

.monitoramento_vantagens_lista h5 {
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 0px;
}

.monitoramento_vantagens_lista img {
	margin-right: 10px;
}

.monitoramento_vantagens_lista p {
	font-size: 15px !important;
}

.moni_img {
	position: relative;
	left: -400px;
	top: -20px;
}

.form_portaria_monitoramento {
	margin-top: 50px;
	position: relative;

}

/***************************************************************************
	Locação, Instalação e Manutenção de equipamento
***************************************************************************/
#servc_locacao {
	margin-top: 80px;
	margin-bottom: 50px;
}

#servc_locacao .card_loc {
	border: 1px solid #e4e4e4;
	border-radius: 20px;
	height: 300px;
	margin-top: 20px;
}

#servc_locacao .card_loc img {

	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	width: 100%;
}

#servc_locacao .card_loc h3 {
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	margin-top: 30px;
}

#servc_locacao .btn_veja {
	position: relative;
	top: -20px;
	margin: auto;
	display: block;
	color: #fff;
	background: #da0a11;
	font-size: 15px;
	font-weight: 400;
	width: 120px;
	padding: 5px;
	text-align: center;
	border-radius: 20px;

}

#servc_locacao .btn_veja:hover {
	transition: transform 0.3s ease;
	transform: scale(1.1);

}



/***************************************************************************
	Locação, Instalação e Manutenção de equipamento Vantagens
***************************************************************************/
#locacao_vantagens {
	margin-top: 130px;
	margin-bottom: 80px;
}

#locacao_vantagens {
	background-image: url('../img/locacao-bg.png');
	height: 698px;

	background-size: cover;
	background-repeat: no-repeat;
}

#locacao_vantagens .p_red {
	margin-bottom: 0;
	color: #da0a11;
	font-size: 24px;
	font-weight: 400;
	text-align: left;
}

#locacao_vantagens p {
	margin-bottom: 0;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	text-align: left;
	margin-top: 10px;
}

#locacao_vantagens h2 {
	font-size: 35px;
	font-weight: 400;
	color: #fff;
	text-align: left;
}

#locacao_vantagens .tab_margin {
	margin-top: 60px;
}

#locacao_vantagens li {
	font-size: 16px;
}

.monitoramento_vantagens_lista {
	display: flex;
	margin-top: 10px;
}

.monitoramento_vantagens_lista h5 {
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 0px;
}

.monitoramento_vantagens_lista img {
	margin-right: 10px;
}

.monitoramento_vantagens_lista p {
	font-size: 15px !important;
}

#locacao_vantagens .tabcontent {
	padding-top: 0px;
}

.moni_img {
	position: relative;
	left: -400px;
	top: -20px;
}

.form_locacao {
	width: 100%;
	position: relative;

}

.contato_icones {
	display: flex;
}

.contato_icones img {
	margin-right: 10px;
	width: 20px;
	height: 20px;
	object-fit: contain;
}

.contato_icones a {
	color: #232323;
}

.contato_icones_redes img {
	margin-right: 10px;
	width: 40px;
	height: 40px;

}

.contato_icones_redes {
	display: flex;
}

.contato_icones_redes p {}


/***************************************************************************
	Formularios
***************************************************************************/

form label {
	width: 100%;
	font-weight: 400;
	font-size: 16px;
	color: var(--cor-cinza);
}

form .lgpd {
	display: flex;
	align-items: baseline;
	font-size: 15px;
}

form .lgpd label {
	margin-left: 10px;
}

input {
	background-color: #f3f3f3;
	width: 100%;
	height: 40px;

	padding: 0 15px;
	margin: 5px 0 7px;
}

textarea {
	background-color: #f3f3f3;
	width: 100%;
	height: 120px;

	padding: 0 15px;
	margin: 5px 0 7px;
	resize: none;
}

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

/***************************************************************************
	Clientes
***************************************************************************/

section.clientes {
	margin-bottom: 120px;
}

.clientes .item {
    border: 1px solid #eeeeee;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    box-shadow: 0px 4px 10px 0px rgba(105, 104, 102, 0.27);
    transition: ease 0.2s all;
    margin: 5px;
}

.clientes .item img {
    max-width: 192px;
    height: 220px;
    object-fit: contain;
}

.clientes h2 {
	margin-bottom: 30px;
}

.clientes p {
	line-height: 22px;
}

/***************************************************************************
	Footer
***************************************************************************/
footer .btn-verde {
	padding: 0 25px;
	background-color: #019d3a;
	color: var(--cor-branco);
	border-radius: 100px;
	height: 33px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: max-content;
}

hr {
	border-top: 1px solid rgb(255 255 255 / 38%);
}


.faixa-vermelha {
	background-image: url('https://mbprojetosestruturais.com.br/wp-content/uploads/2024/04/bg-footer-a1.png');
/* 	https://mbprojetosestruturais.com.br/wp-content/uploads/2025/08/banner-topo.png */

	padding: 50px 0 0;
	border-top-left-radius: 200px;

	background-position-x: center;
	background-position-y: top;
	background-repeat: no-repeat;
	background-size: cover
}

.faixa-vermelha p {
	margin-top: 20px;
	color: #fff;
	font-size: 16px;
}

.faixa-vermelha img.logo {
	width: 94%;
}

.faixa-vermelha a {
	color: var(--cor-branco);
	font-weight: 400;
	font-size: 17px;
	margin-bottom: 7px;
	display: block;
}

.faixa-vermelha .contato a {
	display: flex;
}

.faixa-vermelha a i {
	font-size: 25px;
	margin-right: 10px;
}

.titulo {
	color: #fff;
	font-weight: 700;
	font-size: 24px;
}

footer .bloc {
	display: flex;
	flex-direction: row;
	margin: 0 0 10px;
	align-items: baseline;
	justify-content: flex-start;
}

footer .bloc img {
	margin: 0px 4px 0 0;
}

footer .bloc p {
	margin: 0px 0 !important;
	width: calc(100% - 21px);
	display: flex;
	flex-wrap: wrap;
}

footer .bloc p a {
	width: fit-content;
	margin: 0 5px;
}

/***************************************************************************
	Paginação
***************************************************************************/

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

.paginacao a {
	border-radius: 100px;
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 6px;
	color: #e11929;
	background-color: #fff;
	transition: ease .5s all;
	border: none;
	filter: drop-shadow(0px 0px 2px #00000052);
}

.paginacao span,
.paginacao a:hover {
	filter: drop-shadow(0px 0px 2px #00000052);
	border-radius: 100px;
	border: none;
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 6px;
	color: #fff;
	background-color: #e11929;
}





/***************************************************************************
	Responsivo
***************************************************************************/

@media (min-width: 1280px) {
	#monitoramento_vantagens {
		height: 600px;
	}

}

@media (min-width: 1535px) {
	#monitoramento_vantagens {
		height: 600px;
	}

	.moni_img {

		top: -30px;
	}
}

@media (min-width: 1745px) {
	#monitoramento_vantagens {
		height: 586px;
	}

	.moni_img {
		position: relative;
		left: -400px;
		top: -40px;
	}
}

@media (min-width: 1920px) {
	#monitoramento_vantagens {
		height: 613px;
	}

	.moni_img {
		position: relative;
		left: -400px;
		top: -20px;
	}

}










@media (max-width: 1199px) {
	.blc-carreira h2 {
		margin: 140px 0 10px 0px;
	}

	.blc-valor {
		min-height: 386px;
	}

	.theme03.esg .titulo,
	.theme03.esg .titulo .col-lg-4 {
		min-height: 409px;
	}
}

@media (max-width: 1140px) {
	#menu-segundo .logomenu img {
		width: 100%;
	}

	.drop #menu-segundo ul li {
		margin-top: 28px;
	}
}

@media (min-width: 992px) {
	#banner {
		padding-top: 90px;
	}
}

@media (max-width: 991px) {
	#slide_oferecemos {
		margin-top: 20px;
		margin-left: 0 !important;
	}

	#quem_somos_mb_oferecemos .contadores {
		margin: 0 14px;
		padding: 20px;
	}

	#quem_somos_mb_oferecemos .contadores {
		top: 10px;
		margin-bottom: 30px;
	}

	#quem_somos_mb_oferecemos .contadores h4 {
		font-size: 26px;
	}

	#sobre_empresa .sobre_antec_titulo p {
		margin-top: 20px;
	}

	.contadores h5 {
		font-size: 11px;
	}

	.contadores h4 {
		font-size: 25px;
	}

	#quem_somos_mb .mb_pred {
		margin-top: 20px;
	}

	.borda_vermelha {
		display: none;
	}

	#banner {
		min-height: 500px;
	}

	.card_destaques_mb {
		margin-top: 20px;
	}

	#poste {
		height: auto;
		padding-bottom: 70px;
	}

	.tab button {
		margin-bottom: 20px;
	}

	.form_portaria {
		left: 0px;
		width: 100%;
	}

	.txt_grafico::before {
		border-right: inherit;
	}

	.de3a5 {
		left: -165px;
	}

	.grafico_bg {
		height: auto;
	}

	.logo_google {
		margin-bottom: 20px;
	}

	.logo_google {
		width: 100%;
	}

	.logo_apple {
		width: 90%;
	}

	#funcionamento {
		height: auto;
		padding-bottom: 80px;
	}

	#solucoes {
		margin-bottom: 40px;
	}

	#contato .btn_env {
		width: 140px;
	}

	.form_portaria_monitoramento {
		width: 100%;
	}

	.accordion-button {
		padding-right: 50px;
	}

	#monitoramento_vantagens {
		margin-top: 60px;
	}

	#monitoramento_vantagens .tab_margin {
		margin-top: 30px;
		margin-bottom: 50px;
	}

	#monitoramento_vantagens {
		height: auto;
	}

	.moni_img {
		display: none;
	}

	#banner_interno_inteiro {
		min-height: 525px;
	}

	#banner_interno_inteiro .banner_interno_txt {
		margin-top: 50px;
	}

	#banner_interno_inteiro h2 {
		line-height: 30px;
		font-size: 25px;
	}

	#servc_locacao .card_loc {
		height: 350px;
	}

	#locacao_vantagens {
		margin-top: 30px;
		height: auto;
		padding-bottom: 40px;
	}

	.solucoes_card {
		border-radius: 20px;
	}

	#banner p {
		font-size: 20px;
	}

	#banner h2 {
		font-size: 28px;
	}

	form .lgpd label {
		font-size: 9px;
	}

	.whatsapp-button {
		display: block;
		width: 70%;
		margin: auto;
		font-size: 14px;
		text-align: center;
	}

	.faixa-vermelha {
		background: #3d1614;
		/* background-image: url(../img/bg-footer.png); */
		margin: -40px 0 0;
		padding: 80px 0 0;
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
		background-position-x: inherit;
		background-position-y: inherit;
		background-repeat: no-repeat;
		height: auto;
	}

	.sobre_img_home {
		width: 100%;
		margin-top: 20px;
	}

	.mobile {
		display: block;
	}

	.desktop {
		display: none !important;
	}

	#menu-segundo .logomenu img {
		top: 0px;
		width: 269px;
	}

	#menu-segundo .col-lg-3 {
		padding: 0px;
	}

	header #menu-segundo .hamburguer-bt {
		display: inline-block;
		height: fit-content;
		min-height: 32px;
		margin: 27px 15px;
		float: right;
	}


	header #menu-segundo .hamburguer-bt .hamburguer_line {
		background: red;
		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;
	}

	.theme01 header #opt_menu {
		position: fixed;
		height: calc(100% - 85px);
		width: 320px;
		background: #8366c2;
		z-index: 9;
		right: -150%;
		top: 86px;
		padding-top: 00px;
		display: block;
		overflow: auto;
		padding: 30px 0 0;
	}

	.theme02 header #opt_menu {
		position: fixed;
		height: calc(100% - 85px);
		width: 320px;
		background: #f45463;
		z-index: 9;
		right: -150%;
		top: 86px;
		padding-top: 00px;
		display: block;
		overflow: auto;
		padding: 30px 0 0;
	}

	.theme03 header #opt_menu {
		position: fixed;
		height: calc(100% - 85px);
		width: 320px;
		background: #b71d29;
		z-index: 9;
		right: -150%;
		top: 86px;
		padding-top: 00px;
		display: block;
		overflow: auto;
		padding: 30px 0 0;
	}

	.theme04 header #opt_menu {
		position: fixed;
		height: calc(100% - 85px);
		width: 320px;
		background: #8a3ee3;
		z-index: 9;
		right: -150%;
		top: 86px;
		padding-top: 00px;
		display: block;
		overflow: auto;
		padding: 30px 0 0;
	}

	.theme05 header #opt_menu {
		position: fixed;
		height: calc(100% - 85px);
		width: 320px;
		background: #4b99e5;
		z-index: 9;
		right: -150%;
		top: 86px;
		padding-top: 00px;
		display: block;
		overflow: auto;
		padding: 30px 0 0;
	}

	.theme06 header #opt_menu {
		position: fixed;
		height: calc(100% - 85px);
		width: 320px;
		background: #7fc12a;
		z-index: 9;
		right: -150%;
		top: 86px;
		padding-top: 00px;
		display: block;
		overflow: auto;
		padding: 30px 0 0;
	}

	.theme07 header #opt_menu {
		position: fixed;
		height: calc(100% - 85px);
		width: 320px;
		background: #c63061;
		z-index: 9;
		right: -150%;
		top: 86px;
		padding-top: 00px;
		display: block;
		overflow: auto;
		padding: 30px 0 0;
	}

	header #opt_menu .navbar-nav li a {
		text-align: center;
		color: var(--cor-branco);
		font-weight: 400;
		font-size: 20px;
	}

	header #opt_menu.ativo {
		right: 0;
	}

	header .fundo_menu {
		background: #00000096;
		width: 100%;
		height: 100%;
		top: 0;
		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: 86px;
	}

	#menu-segundo .logomenu {
		height: 105px;
		margin-top: 0;
		margin-bottom: -20px;
	}

	#menu-segundo {
		padding-top: 0px;
		position: relative;
		z-index: 99999;
	}

	header #opt_menu li a i {
		font-size: 25px;
		margin: 0 5px;
	}

	.grupotri .col-12 {
		flex-direction: column;
	}

	.blc-carreira h2 {
		margin: 180px 0 10px 0px;
	}

	#diretoria img {
		height: 360px;
	}

	.blc-valor {
		min-height: 500px;
	}

	.theme03.esg .titulo,
	.theme03.esg .titulo .col-lg-4 {
		min-height: 0;
		height: auto;
		padding-top: 60px;
	}

	.theme03.esg .titulo.pt02,
	.theme03.esg .titulo.pt02 .col-lg-7 {
		min-height: 0px;
		padding-bottom: 50px;
	}

	#mb_projetos .lista {
		flex-direction: column;
		gap: 0;
	}

	#mb_projetos .lista li {
		margin-bottom: 10px;
		border: none;
	}
}

@media (max-width: 767px) {
	.blc-valor {
		min-height: auto;
	}
}

@media (max-width: 580px) {}

@media (max-width: 575px) {}

@media (max-width: 537px) {}

@media (max-width: 444px) {}

@media (max-width: 380px) {
	.tt {
		margin-left: 0 !important;
	}
}

.sobre_mb_home_btn_contato {
	float: right;
	margin: 0;
	font-size: 11px;
	width: 210px;
	position: relative;
	left: 15px;
	display: block;
	color: #fff;
	background: #e11929;

	font-weight: 500;
	width: 200px;
	padding: 7px;
	height: 50px;

	border-bottom-right-radius: 20px;
	text-align: center;
	/*    border-radius: 20px;*/

	transition: 0.3s ease;
	border: 2px solid #e11929;
}







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