/*
Theme Name: Max Minas
Author: Lotus Web Studio - Cláudia Barreto
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* Geral */

*{
	outline: none !important;
}

a{
	cursor: pointer;
}

a:hover, a:focus{
	text-decoration: none;
}

body{
	font: 16px "Montserrat", sans-serif;
	line-height: 1.8em;
	color: #000;
	font-weight: 400;
}

b{
	font-weight: 900;
}

ul,ol{
	list-style: none;
	padding: 0;
	margin: 0;
}

ol.number{
	list-style: decimal;
	padding-left: 20px;
}

ul.disc{
	list-style-type: disc;
	padding-left: 20px;
}

.cta{
	background: #ec3237;
	font-size: 16px;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 350ms ease-in-out;
	padding: 10px 35px;
	display: inline-block;
	color: #fff;
	border-radius: 5px;
	font-weight: bold;
	border: 0px;
	letter-spacing: 1px;
}

.cta:hover,
.cta:focus{
	color: #ffffff;
    background: #334f7e;
}

.cta.invertido{
	background: #d4c2b4;
	color: #31231e;
}

.cta.borda-nude{
	background: transparent;
	color: #d4c2b4;
	border:1px solid #d4c2b4;
}

.cta.borda-nude:hover,
.cta.borda-nude:focus{
	color: #31231e;
	background: #d4c2b4;
	box-shadow: 0 0px 20px #d4c2b482;
}

.cta.borda{
	background: transparent;
	color: #603c2f;
	border:1px solid #603c2f;
}

.cta.borda:hover,
.cta.borda:focus{
	color: #d4c2b4;
	background: #603c2f;
}

.cta.invertido:hover,
.cta.invertido:focus{
	color: #603c2f;
	background: #31231e;
	box-shadow: 0 5px 10px #ffffff73;
}

section{
	padding: 100px 0;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.font-serif{
	font-family: "Cactus Classical Serif", serif;
}

.cor-branca{
	color: #fff;
}

.cor-preta{
	color: #000;
}

.cor-primaria{
	color: #334f7e;;
}

.cor-secundaria{
	color: #ec3237;;
}

.sem-borda{
	border:0px;
}

.bg-cover{
	background-size: cover;
	background-position: center;
}

.bg-primario{
	background: #334f7e;;
}

.bg-secundario{
	background: #ec3237;;
}

.bg-branco{
	background: #fff;
}

.bg-preto{
	background: #000;
}

.bg-cinza{
	background: #f3f3f3;
}

.font-weight-900{
	font-weight: 900;
}

.font-weight-700{
	font-weight: 700;
}

.font-weight-600{
	font-weight: 600;
}

.font-weight-500{
	font-weight: 500;
}

.font-weight-400{
	font-weight: 400;
}

.font-weight-300{
	font-weight: 300;
}

.font-size-12{
	font-size: 12px;
}

.font-size-14{
	font-size: 14px;
}

.font-size-15{
	font-size: 15px;
}

.font-size-18{
	font-size: 18px;
}

.font-size-20{
	font-size: 20px;
}

.font-size-22{
	font-size: 22px;
}

.font-size-24{
	font-size: 24px;
}

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

.font-size-30{
	font-size: 30px;
}

.font-size-35{
	font-size: 35px;
}

.font-size-40{
	font-size: 40px;
}

.font-size-45{
	font-size: 45px;
}

.font-size-50{
	font-size: 50px;
}

.font-size-55{
	font-size: 55px;
}

.font-size-60{
	font-size: 60px;
}

.font-size-70{
	font-size: 70px;
}

.font-size-80{
	font-size: 80px;
}

.letter-spacing-1{
	letter-spacing: 1px;
}

.letter-spacing-2{
	letter-spacing: 2px;
}

.letter-spacing-5{
	letter-spacing: 5px;
}

.letter-spacing-8{
	letter-spacing: 8px;
}

.form-group {
	margin-bottom: 1rem;
}

.form-control{
	transition: all 350ms ease-in-out;
	font-size: 16px;
	border-radius: 0px;
	height: 50px;
	background: transparent;
	color: #000;
	border-radius: 5px;
	padding: 5px 10px;
	border:1px solid #334f7e;
}

.form-control:hover, .form-control:focus {
    border-color: #ec3136;
    box-shadow: 6px 5px 5px 0px rgb(0 0 0 / 10%);
    background: #fff;
}

.form-control::placeholder{
	color: #000;
}

.owl-carousel .owl-dots {
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 30px;
	height: 10px;
}

.owl-carousel button.owl-dot {
	width: 10px;
	height: 10px;
	background: transparent;
	border: 1px solid #fff;
	display: inline-block;
	border-radius: 3px;
	margin: 0 5px;
	border-radius: 2px;
}

.owl-carousel button.owl-dot.active {
	background: #fff;
	border-color: #fff;
}

.owl-nav {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev{
	width:30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	background: #ccc;
	color: #000;
	transition: all 350ms ease-in-out;
	border:0;
	padding-top: 1px;
	margin: 0 5px;
}

.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span{
	padding-bottom: 5px;
}

.owl-carousel .owl-nav button.owl-prev{
	right: auto;
	left: 0px;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-next:focus,
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-prev:focus{
	color: #fff;
	background: #888;
}

/*Cabeçalho*/

header{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 99;
	transition: all 350ms ease-in-out;
	border-bottom: 1px solid #d4c2b44f;
	background: #fff;
}

header.fixar{
	background: #ffffffe8;
	border-bottom-color: #f4f4f4;
	backdrop-filter: blur(5px);
	box-shadow: 0px 0px 10px 0px #13131329;
}

header .topo{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 0px;
	position: relative;
	transition: all 350ms ease-in-out;
	padding: 10px 0px;
}

header .logo{
	transition: all 350ms ease-in-out;
	margin: 10px 0;
}

header .logo img{
	transition: all 350ms ease-in-out;
	width: 170px;
}

header.fixar .logo img{
	width: 150px;
}

header .menu-principal > ul{
	list-style: none;
	padding: 0;
	margin: 0 ;
	display: flex;
}

header .menu-principal  > ul > li{
	position: relative;
	cursor: pointer;
	margin-right: 20px;
}

header .menu-principal > ul > li:last-child{
	margin-right: 0px;
}

header .menu-principal > ul > li > a{
	color: #334f7e;
	display: inline-block;
	transition: all 350ms ease-in-out;
	font-size: 14px;
	padding: 5px;
	margin-right: 0px;
	font-weight: 600;
	position: relative;
	text-transform: uppercase;
}


header .menu-principal > ul > li:last-child > a{
	background: #ec3237;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 350ms ease-in-out;
	padding: 5px 25px;
	display: inline-block;
	color: #fff;
	border-radius: 5px;
	font-weight: bold;
	border: 0px;
	letter-spacing: 1px;
	margin-top: -2px;
}

header .menu-principal > ul > li > a.active,
header .menu-principal ul > li> a:hover,
header .menu-principal ul > li> a:focus,
header .menu-principal ul > li.current-menu-item > a{
	color: #ec3237;
}

header .menu-principal > ul > li:last-child > a.active,
header .menu-principal ul > li:last-child> a:hover,
header .menu-principal ul > li:last-child> a:focus,
header .menu-principal ul > li:last-child.current-menu-item > a{
	background: #334f7e;
	color: #fff;
}

/* Título */

.titulo-principal{
	position: relative;
	padding-bottom: 15px;
}

.titulo-principal span{
	width: 80px;
	height: 5px;
	position: absolute;
	left: 0;
	bottom: 0;
	border-radius: 5px;
}

.titulo-principal.text-center span{
	left: calc(50% - 40px);
}

.bg-nude .titulo-principal:before,
.bg-nude .titulo-principal:after,
.bg-primario .titulo-principal:before,
.bg-primario .titulo-principal:after{
	background: #fff;
}



.titulo-principal:after{
	left: auto;
	right: 2px;
}

.titulo-principal.text-center span{
	left: calc(50% - 40px);
}

/*Banner*/

section#home{
	min-height: 90vh;
	height: 100vh;
	padding: 0;
	width: 100%;
}

section#home ul.banner-principal,
section#home ul.banner-principal li,
section#home ul.banner-principal li .container,
section#home ul.banner-principal li .container .row{
	height: 100%;
}

section#home ul.banner-principal{
	width: 100%;
}

section#home ul li {
    position: relative;
    background-size: 100%;
    background-position: center;
	background-color: #70809c;
	background-blend-mode: multiply;
	padding-top: 90px;
	width: 100%;	
	animation: zoomInP 40s alternate infinite;
}

@keyframes zoomInP {
  0%   {background-size: 100%;}
  100%  {background-size: 130%;}
}

@keyframes zoomOutP {
  0%   {background-size: 130%;}
  100% {background-size: 100%;}
}

section#home ul .owl-item:nth-of-type(2n) li{
	background-color: #2f4771;
}

section#home ul li a {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/* Serviços */

.listagem-servicos > li > a {
	display: block;
	height: 450px;
	width: 100%;
	border-radius: 5px;	
	position: relative;
	transition: all 350ms ease-in-out;
	background-color: #fff;
	background-blend-mode: multiply;
}

.listagem-servicos > li > a:hover,
.listagem-servicos > li > a:focus{
	background-color: #68a1ff;
}

.listagem-servicos > li > a > h3{
	position: absolute;
    width: 100%;
    height: 100%;
    align-items: end;
    justify-content: center;
    display: flex;
    padding: 40px 25px;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 5px;
    background: linear-gradient(to bottom, rgba(25, 15, 12, 0) 0%, rgb(14 23 37) 100%);
    font-weight: 300;
}

.modal-header {
    border-bottom: 1px solid #ccc;
}

button.close{
	 color: #888;
}

.close:not(:disabled):not(.disabled):focus, 
.close:not(:disabled):not(.disabled):hover {
    color: #888;
}


/* Unidades */

section#unidades iframe{
	width: 100%;
	height:300px;
}

/* Parceiros */


.listagem-parceiros{
	padding: 0 50px;
}

/* Contato */

section#contato li a{
	color: #000;
}

section#contato li a:hover,
section#contato li a:focus{
	text-decoration: underline;	
}

.rede-social{
	width:30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	background: #334f7e;
	color: #fff;
	transition: all 350ms ease-in-out;
	border:0;
	padding-top: 1px;
}

.rede-social:hover,
.rede-social:focus{
	background: #ec3237;
	color: #fff;
}

footer  .copyright{
	padding: 10px 0;
	font-size: 12px;
}

footer .lotus:hover,
footer .lotus:focus{
	background: transparent;
}

footer .lotus img {
    width: 21px;
}



/*Responsivo*/

header .abrir-menu{
	background: #334f7e;
	border: 0;
	padding: 10px 12px;
	margin-right: 20px;
	color: #fff;
	border-radius: 2px;
	display: none;
	cursor: pointer;
	transition: all 350ms ease-in-out;
}

header.fixar .abrir-menu{
	background: #334f7e;
	color: #fff;
}

.abrir-menu:hover,
.abrir-menu:focus{
	color: #d4c2b4;
	background: transparent;
}

.menu-responsivo {
	display: none;
	background: #d4c2b4;
	width: 30px;
	height: 30px;
	align-items: center;
	justify-content: center;
	margin-right:20px;
}

.fechar-menu {
	position: absolute;
	top: 10px;
	right: 10px;
	background: transparent;
	display: none;
	align-items: center;
	justify-content: center;
	color: #334f7e;
	width: 30px;
	height: 30px;
	z-index: 999;
}

.fechar-menu:hover,
.fechar-menu:focus{
	color: #31231e;
}

.menu-responsivo:hover,
.menu-responsivo:focus{
	color: #fff;
}

.mobile{
	display: none;
}

.voltar-close{
	position: fixed;
}

.espaco-mobile{
	display: none;
}

@media only screen and (max-width: 1730px) {
	section#home ul li{
		background-size: cover;
		animation: none;
	}
}

@media only screen and (max-width: 1200px) {
	
	header .logo img {
		width: 140px;
	}
	
	header.fixar .logo img {
		width: 120px;
	}
	
	header .menu-principal > ul > li {
		margin-right: 10px;
	}
	
	header .menu-principal > ul > li > a{
		font-size: 13px;
	}
}

@media only screen and (max-width: 991px) {

	

	
	header .topo{
		justify-content: space-between;
	}
	
	header .espaco-menu{
		display: none;
	}
	
	.espaco-menu.espaco-mobile{
		display: block;
	}
	
	header .espaco-menu.espaco-mobile .abrir-menu{
		display: flex;
		margin-right: 20px;
	}
	
	header .espaco-menu.espaco-mobile .fechar-menu{
		display: flex;
	}

	.espaco-menu.espaco-mobile .menu-principal {
		width: 100%;
		position: fixed;
		top: 0;
		right: 0;
		background: #0a111bc9;
		height: 100vh;
		z-index: 999;
		display: none;
		backdrop-filter: blur(5px);
	}

	header .espaco-menu.espaco-mobile .menu-principal > ul{
		display: block;
		width: 350px;
		background:#fff;
		height: 100vh;
		margin: 0;
		position: absolute;
		right: 0;
		transform: translateX(+350px);
		transition: all 350ms ease-in-out;
		overflow: auto;
		padding: 30px;
	}

	header .espaco-menu.espaco-mobile .menu-principal > ul > li{
		margin-right: 0;
	}

	header .espaco-menu.espaco-mobile .menu-principal > ul > li > a,
	header.fixed .espaco-menu.espaco-mobile .menu-principal > ul > li > a,
	header .espaco-menu.espaco-mobile .menu-principal > ul > li > a:hover,
	header .espaco-menu.espaco-mobile .menu-principal > ul > li > a:focus,
	header .espaco-menu.espaco-mobile .menu-principal > ul > li > ul > li > a,
	header .espaco-menu.espaco-mobile .menu-principal > ul > li > ul > li > a:hover,
	header .espaco-menu.espaco-mobile .menu-principal > ul > li > ul > li > a:focus{
		display: block;
		text-align: left;
		font-size: 18px;
		padding: 15px;
		margin-right: 0;
		border: 0;
		text-align: center;
		color: #334f7e;
	}
	
	header .espaco-menu.espaco-mobile .menu-principal > ul > li:last-child > a,
	header.fixed .espaco-menu.espaco-mobile .menu-principal > ul > li:last-child > a,
	header .espaco-menu.espaco-mobile .menu-principal > ul > li:last-child > a:hover,
	header .espaco-menu.espaco-mobile .menu-principal > ul > li:last-child > a:focus,
	header .espaco-menu.espaco-mobile .menu-principal > ul > li:last-child > ul > li > a,
	header .espaco-menu.espaco-mobile .menu-principal > ul > li:last-child > ul > li > a:hover,
	header .espaco-menu.espaco-mobile .menu-principal > ul > li:last-child > ul > li > a:focus{
		color: #fff;
		padding: 8px;
	}
	
	header .espaco-menu.espaco-mobile .menu-principal ul > li.current-menu-item > a,
	header .espaco-menu.espaco-mobile .menu-principal ul > li > a.nav-link.active{
		color: #ec3237;
		font-weight: 700;
	}
	
	header .espaco-menu.espaco-mobile .menu-principal ul > li:last-child.current-menu-item > a,
	header .espaco-menu.espaco-mobile .menu-principal ul > li:last-child > a.nav-link.active{
		color: #fff;
		background: #334f7e;
	}

	header .espaco-menu.espaco-mobile .menu-principal > ul.transform{
		transform: translateX(0px);
	}	
	
	header .espaco-menu.espaco-mobile .menu-principal > ul > li > ul {
		position: relative;
		background: transparent;
		padding: 10px;
		top: auto;
		left: auto;
		list-style: circle;
		margin: 0;
		visibility: visible;
		opacity: 1;
		transform: none;
		width: 100%;
		border-radius: 0;
	    box-shadow: none;
	}
	
	header .espaco-menu.espaco-mobile .menu-principal > ul > li > ul > li > a {
		display: block;
		padding: 0px;
		font-size: 15px;
		font-weight: 600;
		text-align: center;
	}
	
	header .espaco-menu.espaco-mobile .menu-principal > ul > li > a:before{
		bottom: 10px;
	}
	
	section#quem-somos .titulo-principal span{
		left: calc(50% - 40px);
	}
	
	footer .copyright{
		text-align: center;
		line-height: 1em;
	}
}

@media only screen and (max-width: 767px) {
	
	header .logo img {
		width: 170px;
	}
	
	header.fixar .logo img {
		width: 150px;
	}
	
	section{
		padding: 50px 0;
	}
	
	section#home{
		height: auto;
		min-height: auto;
	}
	
	section#home ul li{
	 	padding: 160px 0 80px 0;	
		background-size: cover;
		animation: none;
	}
	
	section#quem-somos img{
		margin-bottom: 30px;
		border-radius: 5px;
	}
	
	.listagem-servicos > li > a{
		height: 350px;
	}
	
}

@media only screen and (max-width: 576px) {		
	
	.font-size-60 {
		font-size: 40px;
	}
	
	.font-size-50 {
		font-size: 40px;
	}
	
	.font-size-45 {
		font-size: 25px;
	}
	
	.font-size-40 {
        font-size: 26px;
    }
	
	.font-size-38 {
		font-size: 28px;
	}
	
	.font-size-35 {
		font-size: 24px;
	}
	
	.font-size-24 {
		font-size: 20px;
	}
	
	.font-size-22 {
		font-size: 20px;
	}
	
	.font-size-20 {
		font-size: 18px;
	}
	
	.font-size-18 {
		font-size: 16px;
	}
	
	.cta{
		padding: 10px 17px;
		font-size: 14px;
		letter-spacing: 1px;
	}
	
	header .abrir-menu{
		margin-right: 0;
	}
	
	header .logo{
		margin-left: 20px;
	}
	
	header.fixar .logo img {
        width: 160px;
    }
	
	header .espaco-menu.espaco-mobile .menu-principal>ul{
		width: 100%;
		transform: translateX(+100%);
	}
	
	header .espaco-menu.espaco-mobile .menu-principal>ul.transform {
		transform: translateX(0px);
	}
	
	section#home {
    	min-height: auto;
    	height: auto;
		line-height: 1.4em;
	}
	
	section#unidades iframe {
		height: 250px;
	}
	
}

/*Paginação*/

.pagination{
	width: 100%;
	margin-top: 50px;
	text-align: center;
}

.pagination h2{
	display: none;
}

.nav-links {
	width: 100%;
	text-align: center;
}

.pagination .nav-links span,
.pagination .nav-links a{
	padding: 3px 15px;
	display: inline-block;
	margin-right: 15px;
	color: #fff;
	font-weight: bold;
	border-radius: 5px;
	transition: all 350ms ease-in-out;
}

.pagination .nav-links a:hover,
.pagination .nav-links a:focus,
.pagination .nav-links .current{
	color: #31231e ;
	background: #603c2f;
}


.pagination .nav-links .next,
.pagination .nav-links .prev{
	color: #fff;
	border:0px;
}

.pagination .nav-links .next:hover,
.pagination .nav-links .next:focus,
.pagination .nav-links .prev:hover,
.pagination .nav-links .prev:focus{
	color: #603c2f ;
	background: transparent;
}

span.wpcf7-not-valid-tip{
	font-size: 16px;
	color: #fff;
}

.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output{
    border: 1px solid #222;
    color: #222;
    font-size: 20px;
    line-height: 1.2em;
    background: #fff;
    padding: 20px;
}

body.login{
	padding-top: 0;
}

.login h1 a {
	background-image: url('img/logo-max-minas-r.png');
	background-size: 100%;
    width: 170px;
    height: 73px;
}

a#top-button {
    position: fixed;
    left: 20px;
    bottom: 20px;
    font-size: 17px;
    z-index: 999;
    background: #ec3136;
    color: #fff;
    border: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
	transition: all 350ms ease-in-out;
}

a#top-button:hover, a#top-button:focus {
    background: #fff;
    color: #334f7e;
    box-shadow: 0 2px 5px #0000004d;
}

.grecaptcha-badge {
    z-index: -1;
}

span.wpcf7-not-valid-tip{
	font-size: 12px;
	color: #d84141;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output{
	border: 1px solid #f7b7b7;
	color: #783434;
	background: #ffe4e4;
	font-size: 12px;
	padding: 5px 20px;
	line-height: 1.5em;
}

.wpcf7 form.sent .wpcf7-response-output {
	border: 1px solid #a3e4b4;
	color: #59c375;
	background: #dbffe4;
	font-size: 12px;
	line-height: 1.5em;
	padding: 5px 20px;
}