@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Theme Name: Método Lund
    Author: Priori Projetos
    Author URL: https://prioriprojetos.com.br/
    Version: 1.0

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



@import url('https://fonts.googleapis.com/css2?family=Michroma&display=swap');
h1, h2, h3, h4, h5, .nav-link {
	font-family: 'Michroma', sans-serif!important; 
	font-weight: 400!important; 
	letter-spacing: 2px!important;
}
h1{
	font-size: 2.2em!important;
	font-weight: 700!important;
}
p{
	font-size: 1em!important;
	color: white!important;

}
h2{
	font-size: 2em!important;
	font-weight: 700!important;
}
h4{
	font-size: 1.4em!important;
	font-weight: 200!important;
	line-height: 1.5em!important;
}
h5{
	font-size: 1.0em!important;
	font-weight: 200!important;
	line-height: 1.5em!important;
}
.marquee h4{
	font-size: 1.8em!important;
}
.marquee h4 span{
	color: #ff6600!important;
	margin-right: 30px!important;
	padding-left: 300px!important;
	font-weight: 900!important;
}
.orange{color: #ff6600!important;}

.icon-img-150 {
  	width: 100%;
	max-width: 200px;
	
}
.icon-img-300 {
  	width: 100%;
	max-width: 350px;
	margin: 0 auto!important;
	
}
.mt-150{ margin-top: 150px;}

.linha{
	width: 100px;
	background-color: #ff6600;
	height: 3px;
	display: block;
	margin: 30px 10px;
}
.bord-topbot{
	border-bottom: 2px solid #ff6600;
	border-top: 2px solid #ff6600;
}
.bord-top{
	border-top: 2px solid #ff6600;
}
.section-padding {
  padding-top: 70px!important;
  padding-bottom: 70px!important;
}
footer{
	background-image: url("../images/bg_06.jpg");
	background-size: cover;
}
#o-que{
	background-image: url("../images/bg_02.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 700px;
}
#faq, #quem{
	background-image: url("../images/bg_05.jpg");
	background-size: cover;
	min-height: 700px;
}
#modulo{
	background-image: url("../images/bg_10.jpg");
	background-size: cover;
	min-height: 700px;
}
.butml{
	border: 2px solid #ff6600!important;
	font-weight: 800!important;
}
.img-50{width: 50%!important;}
.img-75{width: 75%!important;}
.img-100{width: 100%!important;}
.item-box{
	border: 1px solid #ff6600!important;
	background-color: rgba(255, 102, 0, 0.1)!important;
	border-radius: 20px!important;
	min-height: 300px;
	padding: 20px;
}
.cluom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.bord-orange{border-color:#ff6600!important;}
.img-scale {
  position: relative;
  height: 220px!important;
}
.img img{
	border-radius: 25px!important;
	width: 90%!important;
	margin: 10px 0!important;
}
#div_fixa {
		position:fixed; 
		margin:15px;
		margin-top: 300px;
		z-index:5000;
		bottom: 0px; 
		left: 0px;
	 }


#topo-full{
    background-image: url(../images/header-bg.jpg);
    display: block;
    height: 699px !important;
    background position: bottom right !important;
    background-size: cover;
}

/* ====================== [ Start Responsive ] ====================== */


@media screen and (max-width: 1980px) {
 	#topo-full{background-image: url(../images/header-bg-m.jpg)!important;
	height: 620px !important;
	}	
}

@media screen and (max-width: 1400px) {
	#modulo{
		background-image: url("../images/bg_10_2.jpg");
	}
}
@media screen and (max-width: 1230px) {
	#topo-full{
    background-image: url(../images/header-bg-p.jpg)!important;
    height: 580px !important;
    }
}
@media screen and (max-width: 991px) {
	.item-box{
	min-height: 100px!important;
}
	#div_fixa {
		bottom: 50px!important; 
	 }
	#sometexto {display: none!important;}
	h1{
		font-size: 1.2em!important;
		font-weight: 700!important;
	}
	#topo-full{
    background-image: url(../images/header-bg-sm.jpg)!important;
    height: 580px !important;
    }
	
}

/* ====================== [ End Responsive ] ====================== */
