/* - - - - BANNER - - - - */
#banner{
	width: 100%;
	height: 455px;
	position: relative;
	z-index: 1;
}

#banner .owl-dots{display: none;}

#banner li{
	width: 100%;
	height: 455px;
    display: block;
    overflow: hidden;
    position: relative;
}

#banner li img{
	width: 1920px;
	height: 455px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
	animation: animacaoAumento 10s linear infinite;
	object-fit: cover;
}


.bread{
	height: 265px;
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	 display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
	background-image: url("../../imagens/bread.png");
	background-size: 115%;
}

.bread h1{
	text-align: center;
	font-size: 35px;
	color: #fff;
	font-weight: 300;
}

.bread .way li a{
	color: #fff;
	font-weight: bold;
}

.bread .way li:after{color: #fff;}

/* - - - - BANNER - - - - */

/* - - - - - INDEX - - - - - */
#categoria_home{
	width: 990px;
	height: 570px;
	position: relative;
	border: 1px solid #2B0E72;
	margin-top: 100px;
}

#big_image{
	width: 745px;
	height: 345px;
	position: absolute;
    margin: -50px auto auto -95px;
	overflow: hidden;
}

#big_image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s;
}

#big_image:hover img{transform: scale(1.1);}


.owl-carousel .owl-dots{margin-top: 15px;}

#categoria_home section{
	width: 460px;
	height: 240px;
	position: absolute;
	background-color: #fff;
	margin-top: 55px;
	left: 50%;
	padding: 75px;
	box-sizing: border-box;
}

#categoria_home section img{
	position: absolute;
	width: 30px;
	height: 30px;
	filter: brightness(0) saturate(100%) invert(5%) sepia(84%) saturate(4704%) hue-rotate(258deg) brightness(129%) contrast(104%);
	margin: 45px auto auto -50px;
	object-fit: contain
}

#categoria_home section h1{
	font-size: 25px;
	color: #000;
}

#categoria_home section p{
	font-size: 16px;
	color: #707070;
}

#categoria_home ul{
	position: absolute;
	bottom: 30px;
	display: flex;
	width: 100%;
	justify-content: space-between;
}

#categoria_home ul li{
	text-align: center;
	width: calc(100%/3 - 3px);
	transition: 0.3s;
}

#categoria_home ul li:hover{
	transform: scale(1.03);
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

#categoria_home ul li img{
	width: 145px;
	height: 90px;
	object-fit: contain;
	margin-bottom: 10px;
}

#categoria_home ul li p{
	color: #585858;
	font-size: 15px;
	font-weight: 300;
}

#categoria_home ul li p:nth-of-type(2){font-size: 14px;}

.produtos{margin: 80px auto;}

.produtos .title_produtos{
	font-size: 34px;
	text-transform: uppercase;
	color: #707070;
	font-weight: bold;
	text-align: center;
}

.produtos .title_produtos span{color: #516CB7}

.produtos ul{
	display: flex;
	justify-content: center;
	margin-top: 70px;
	flex-wrap: wrap;
}

.produtos ul li{
	width: 23.5%;
	height: 385px;
	border: 1px solid #E4E4E4;
	text-align: center;
	position: relative;
	margin-bottom: 15px;
	transition: 0.3s;
}

.produtos ul li:hover{
	transform: scale(1.05);
	border-radius: 10px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.15), 0 2px 2px rgba(0,0,0,0.15), 0 4px 4px rgba(0,0,0,0.15), 0 8px 8px rgba(0,0,0,0.15);
}

.produtos ul li img{
	width: 200px;
	height: 150px;
	object-fit: contain;
	margin: 30px auto;
}

.produtos ul li a{
	width: 100%;
	height: 100%;
	display: block;
}

.produtos ul li p:first-of-type{
	font-size: 15px;
	color: #516CB7;
	margin: 10px auto;
	font-weight: 500;
}

.produtos ul li p:nth-of-type(2){
	font-size: 14px;
	color: #707070;
	width: 90%;
	font-weight: 600;

}

.produtos ul li p:last-of-type{
	font-size: 15px;
	color: #707070;
	width: 90%;
	font-weight: 300;

}

.produtos ul li hr{
	position: absolute;
	width: 100%;
	height: 3px;
	background-color: #516CB7;
	bottom: 0;
	margin: auto;
}

#parceiros{
	width: 100%;
	position: relative;
	height: 185px;
	background-color:#F5F5F5;
}

#parceiros ul{
	width: 1200px;
	padding-top: 25px;
}

#parceiros ul li{
	width: 125px;
	height: 125px;
}

#parceiros img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: grayscale(1);
	transition: 0.3s;
}

#parceiros img:hover{filter: none;}

#sub_banners{
	display: flex;
	flex-wrap: wrap;
}

#sub_banners img{
	width: 48%;
	height: 385px;
	object-fit: contain;
}

#faixa{
	width: 100%;
	position: relative;
	display: block;
	height: 60px;
	background-color: #f5f5f5;
}

#faixa ul{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

#faixa ul li{
	display: flex;
	align-items: center;
}

#faixa ul li img{
	width: 25px;
	height: 25px;
	margin-right: 5px;
	object-fit: contain;
}

.faixa_mobile{display: none!important}

/* - - - - - INDEX - - - - - */


/* - - - - - Sobre - - - - - */
#sobre_titulo{
	display: flex;
	align-items: center;
	margin: 60px auto;
}

#sobre_titulo h2{
	width: 47%;
	font-size: 40px;
	color: #091B4C;
	font-weight: 400;
}

#sobre_titulo h2 span{
	color: #707070;
	font-size: 11px;
	font-weight: bold;
}

#sobre_titulo p{
	width: 47%;
	font-size: 14px;
	color: #707070;
}

#sobre {
    width: 100%;
    height: 730px; 
    position: relative;
    display: block;
    overflow: hidden;
	margin-bottom: 100px;
}

#sobre::before {
    content: "";
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
    height: 470px;
    background-color: #516CB7; 
    z-index: -1;
}

#sobre section{
	position: absolute;
	width: 570px;
	height: 665px;
	border-radius: 20px;
	box-shadow: 0 2px 1px rgba(0,0,0,0.09), 0 4px 2px rgba(0,0,0,0.09), 0 8px 4px rgba(0,0,0,0.09), 0 16px 8px rgba(0,0,0,0.09), 0 32px 16px rgba(0,0,0,0.09);
	background-color: #fff;
	box-sizing: border-box;
	padding: 40px;
	z-index: 1;
	margin: 55px auto auto 45px;
}

#sobre section h3{
	color: #091B4C;
	font-size: 30px;
	margin-bottom: 20px;
}

#sobre section p{
	color: #707070;
	font-size: 14px;
}

#sobre img:first-of-type{
	width: 580px;
	position: absolute;
	height: 665px;
	object-fit: cover;
	z-index: 0;
	border-radius: 20px;
	left: 50%;
	margin: 25px auto auto -50px; 
}

#sobre img:last-of-type{
	width: 275px;
	height: 115px;
	position: absolute;
	margin: 615px auto auto 110px;
	left: 50%;
}
/* - - - - - Sobre - - - - - */

/*--------------------------Prod inside---------------------*/
#produto{
	display: flex;
	height: auto;
	margin-top: 70px;
	align-items: flex-start;
}

#produto_img{
	width: 40%;
	height: auto;
	position: sticky;
    display: flex;
    align-items: center;
    justify-content: center;
	flex-direction: column;
}

#produto_img img{
	width: 100%;
	height: 90%;
	object-fit: contain;
	border: 1px solid #D8D8D8;
}

#produto_img ul{
	display: flex;
	margin-top: 20px;
}

#produto_img ul li{
	width: 95px;
	height: 95px;
	border: 1px solid #D8D8D8;
}

#produto_img ul li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#produto_conteudo{
	width: 52%;
	height: auto;
	 font-size:  14px!important;
    letter-spacing: 1px!important;
    word-spacing: 1px!important;
}

#produto_conteudo h1{
	font-size: 30px;
	font-weight: bold;
	color: #091B4C;
	line-height: 30px;
}


#produto_conteudo p:first-of-type{
	font-size: 20px;
	color: #091B4C;
	margin: 5px auto 20px auto;
}

#modelo_txt{
	color: #516CB7;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 35px;
}

#produto_conteudo p:last-of-type{
	color: #A1A1A1;
	font-size: 14px;
}

#produto_conteudo h3 ,#ficha_tecnica h3{
	color: #091B4C;
	font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

#produto_conteudo h2{
	font-size: 25px;
	color: #091B4C;
	 font-weight: bold;
    margin-bottom: 15px;
}

#prod_inside_flex{
	display: flex;
	margin: 100px auto 100px auto; 
}

#ficha_tecnica{
	width: 55%;
	text-align: justify;
	font-size: 14px!important;
}

#ficha_tecnica table{margin-left: 0px;}

#ficha_tecnica h2{
	font-size: 30px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 15px;
}

#ficha_tecnica p{
	color: #33363E;
	font-size: 14px;
}

#ficha_tecnica h3{font-size: 20px;}

#botao_download{
	width: 250px;
    height: 40px;
    display: block;
    position: relative;
	transition: 0.3s;
	margin: 40px auto auto 0px;
}

#botao_download:hover{transform: scale(1.05);}

#botao_download img{width: 100%;height: 100%;}

#ficha_tecnica a:hover{transform: scale(1.05);}

#form_equip{
	width: 35%;
	height: auto;
}

#form_equip form{
	height: 600px;
	background-color: #e5e5e5;
	width: 90%;
	text-align: center;
}

#form_equip p:first-of-type{
	padding-top: 20px;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 15px;
	color:#091B4C;
	
}

#form_equip p:last-of-type{font-size: 12px;}

#form_equip p{
	width: 85%;
	text-align: left!important;
}

#form_equip form input, #form_equip form textarea{
	width: 85%;	
	margin-bottom: 15px;
	box-sizing: border-box;
	padding-left: 10px;
}

#form_equip form input:first-of-type{margin-top: 15px;}

#form_equip form input{
	height: 40px;
	border: 1px solid #D2D2D2;
}

#form_equip form textarea{
	height: 100px;
	border: 1px solid #D2D2D2;
}

#form_equip form button{
	width: 100px;
	height: 40px;
	border-radius: 10px;
	color: #fff;
	background-color: #00507D;
	border: none;
	position: absolute;
	margin-top: -35px;
	right: 75px;
}

#checkbox{
	width: 170px;
	height: 35px;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	margin-left: 30px!important;
	margin-top: 10px!important;
}

#checkbox input{
	width: 20px!important;
	height: 20px!important;
}

#checkbox label{
	font-size: 12px;
	color: #3D3D3D;
}

#checkbox label a{
	text-decoration: underline;
	background: none;
    width: auto;
    height: auto;
    display: block;
   	font-size: 12px;
	color: #3D3D3D;
    justify-content: center;
    align-items: center;
    position: relative;
    left: auto;
  	margin: auto!important;
}

#preco_pacote{
	width: 80px;
	height: 30px!important;
	line-height: 30px;
	text-align: center;
	position: absolute;
	background-color: #FFA900;
	color: #fff;
	border-radius: 10px;
	margin: -30px auto auto 85px;
}
/*--------------------------Prod inside---------------------*/

/*--------------------------Contato---------------------*/
#contato{display: flex;}

#form{
	width: 585px;
	height: 675px;
	z-index: 1;
	background-color: #fff;
}

#form form{
	width: 100%;
	height: 100%;
	box-shadow: 0 1px 1px rgba(0,0,0,0.12), 0 2px 2px rgba(0,0,0,0.12), 0 4px 4px rgba(0,0,0,0.12), 0 8px 8px rgba(0,0,0,0.12), 0 16px 16px rgba(0,0,0,0.12);
	box-sizing: border-box;
	padding: 35px;
}

#form form input{
	width: 100%;
	height: 50px;
	background-color: #F3F3F3;
	border: 1px solid #516CB7;
	margin-bottom: 30px;
}

#form form textarea{
	width: 100%;
	height: 175px;
	background-color: #F3F3F3;
	border: 1px solid #516CB7;
	margin-bottom: 30px;
}

#form form button{
	width: 100%;
	height: 60px;
	text-align: center;
	color: #fff;
	background-color: #516CB7;
	line-height: 60px;
	text-transform: uppercase;
	font-weight: bold;
	border: none;
}

#contato{margin: 70px auto;}

#contato_info{width: 45%;}

#contato_info h2{
	font-size: 25px;
	color: #516CB7;
	padding-top: 40px;
}

#contato_info p{
	color: #585858;
	font-size: 14px;
	margin-bottom: 10px;
}

#contato_info p span{
	color: #516CB7;
	font-size: 25px;
	font-weight: 500;
}

#contato_info p span i{font-size: 19px;font-style: normal;}

#contato_info p a img{
	width: 30px;
	height: 30px;
	filter: brightness(0) saturate(100%) invert(39%) sepia(28%) saturate(994%) hue-rotate(186deg) brightness(100%) contrast(92%);
}

#mapa{
	width: 100%;
	height: 415px;
	background: url("../../imagens/contato_bg.png") no-repeat center top;
	position: relative;
	margin-top: -205px;
	margin: -205px auto 300px auto;

}

#mapa p{
	position: absolute;
	right: 255px;
	color: #FFFFFF;
	font-size: 21px;
	font-weight: 21;
	top: 45px;
}

#mapa p span{font-weight: bold;}

#mapa iframe{
	width: 90%;
	height: 330px;
	border-radius: 25px;
	margin: 205px auto auto;
}

/*--------------------------Contato---------------------*/


/*--------------------------Blog---------------------*/
#blog ul{
	display: flex;
	text-align: center;
	flex-wrap: wrap;
	margin-top: 20px;
	margin-bottom: 30px;
}

#blog ul li{
	width: 30%;
	height: auto;
	background-color: #f5f5f5;
	transition: 0.3s;
	box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
	margin-bottom: 40px;
	padding-bottom: 20px;
	
}

#blog ul li p {
	font-style: normal;
	color:#707070;
	box-sizing: border-box;
	padding: 10px;
	font-size: 13px;
}

#blog ul li img{width: 100%; height: 220px; object-fit: cover;}

#blog ul li h2{
	font-size: 16px;
	font-weight: bold;
	color: #4C5974;
	font-style: normal;
	margin-top: 20px;
	box-sizing: border-box;
	padding: 5px;
    height: 65px;
}

#blog ul li a:last-child{
	box-sizing: border-box;
	padding: 5px;
	font-style: normal;
	color:#4C5974;
	border: 1px solid #4C5974;
	border-radius: 6px;
	transition: 0.3s;
	font-size: 15px;
	position: relative;

}

#blog ul li:hover{background-color: #5F84A1;}

#blog ul li:hover p{color: #ffffff;}

#blog ul li:hover h2{color: #ffffff;}

#blog ul li:hover a:last-child {
	color: #ffffff;
	border:1px solid #ffffff;
}


#blog_inside{
    display: flex;
    margin: 50px auto;
}
#blog_inside #texto_blog{
    width: 750px;
}
#blog_inside #texto_blog h1{
    text-transform: none;
    margin-bottom: 20px;
	font-size: 35px;
    
}

#blog_inside #texto_blog div img{
    width: 750px;
    height: 400px;
    margin-bottom: 30px;
    object-fit: cover;
       
}

#texto_blog h2{font-size: 20px; font-weight: 600; color: #1A4568;}
#texto_blog ul li{list-style: disc;list-style-position: inside;}
#texto_blog a{text-decoration: underline; color: #B6D0E1;}

.sidebar{display: flex; flex-wrap: wrap; justify-content: center; width: 400px; align-self: flex-start; position: relative;}

/* - - - share - - - */
.sidebar .share{width: 100%; height: auto; position: relative; box-sizing: border-box; text-align: left; padding: 20px; background-color: #F5F8FF; margin-bottom: 35px;}

/* - - bloco - - */
.sidebar .share .bloco{width: 100%; margin-bottom: 0;}
.sidebar .share .bloco > *{text-align: left;}
.sidebar .share .bloco .title{font-size: 18px;}
.sidebar .share .bloco .description{font-size: 15px; width: 100%;}
/* - - bloco - - */

/* - - share-btn - - */
.sidebar .share .share-btn{
  	display: inline-block;
	vertical-align: middle;
  	color: #ffffff;
	background-color: #EBF0F8;
  	border: none;
  	padding: 7px;
	border-radius: 25px;
  	outline: none;
	box-sizing: border-box;
  	text-align: center;
  	margin: 0 2.5px 0 0;
  	height: 30px;
	width: 30px;
	transition: 0.3s;
	cursor: pointer;
}
.sidebar .share .share-btn:nth-of-type(2){margin: 0 2.5px 0 0;}
.sidebar .share .share-btn:last-of-type{margin: 0;}
.sidebar .share .share-btn img{
	height: 100%;
	width: auto; 
	position: relative; 
	display: block; 
	box-sizing: border-box; 
	filter: invert(45%) sepia(9%) saturate(826%) hue-rotate(180deg) brightness(94%) contrast(93%);
}

.sidebar .share .share-btn:hover > img{filter: brightness(0) invert(1);}

.sidebar .share .share-btn.twitter:hover{background: #55acee;}
.sidebar .share .share-btn.telegram:hover{background: #0088cc;}
.sidebar .share .share-btn.facebook:hover{background: #3B5998;}
.sidebar .share .share-btn.whatsapp:hover{background: #25d366;}
.sidebar .share .share-btn.linkedin:hover{background: #0077b5;}
.sidebar .share .share-btn.print:hover{background: #000;}
/* - - share-btn - - */

/* - - - share - - - */

/* - - - BLOG REL - - - */
.sidebar .blog_rel{width: 100%; height: auto; position: relative; margin-bottom: 45px;}

/* - - bloco - - */
.sidebar .blog_rel .bloco{margin-bottom: 10px; justify-content: flex-start; align-items: flex-start; width: 100%;}
.sidebar .blog_rel .bloco:last-child{margin: 25px 0 0 0;}

.sidebar .blog_rel .bloco .title{font-size: 22px; margin-bottom: 0;}
.sidebar .blog_rel .bloco .linkout{text-align: center; align-self: center; padding: 0 10px; width: auto; font-size: 14px;}
/* - -  bloco - - */

/* - -  artigo - - */
.sidebar .blog_rel .artigo{
	width: 100%; 
	height: auto;
	padding: 10px 10px 10px 35px; 
	text-align: left;
	display: block; 
	margin: 0 auto 10px;
	border: none;
	border-bottom: 1px #393939 solid;
	background: none;
}
.sidebar .blog_rel .artigo:last-child{margin: 0 auto 0; border-bottom: none;}
.sidebar .blog_rel .artigo .img{width: 150px; height: 150px; display: none;}
.sidebar .blog_rel .artigo .nome{font-size: 14px; color: #393939; margin-bottom: 0;}
.sidebar .blog_rel .artigo .nome:before{
	content: ""; 
	display: block;
	width: 8px;
	height: 8px; 
	position: absolute; 
	left: 50%; 
	top: 50%; 
	margin: -4px 0 0 -198px;
	transition: 0.3s;
	background-color: #393939;
}
.sidebar .blog_rel .artigo .descricao{font-size: 14px; display: none;}
.sidebar .blog_rel .artigo .link{display: none;}

.sidebar .blog_rel .artigo:hover{background-color: #336463;}
.sidebar .blog_rel .artigo:hover > .nome{color: #fff;}
.sidebar .blog_rel .artigo:hover > .nome:before{background-color: #fff;}
/* - -  artigo - - */

/* - - - BLOG REL - - - */

/* - - - formulario - - -*/
.sidebar .formulario{width: 100%;}

.blog_rel p{
	font-size: 22px;
	font-style: normal;
	color: #4C5974;
	letter-spacing: 3px;
	margin-bottom: 10px;
}

#veja{border-bottom: 2px solid #4C5974}

#veja p{
	margin-top: 20px;
	font-size: 14px;
	color: #393939;
	font-weight: bolder;
	font-style: normal;
	transition: 0.3s;
    letter-spacing: 0;
	display: list-item;
	list-style-position: inside;
}

#veja p:hover{transform: scale(1.03); }

.without a{
	box-sizing: border-box;
	padding: 0px 5px!important;
	text-align: center;
	font-style: normal;
	color: #4C5974;
	border: 1px solid #4C5974;
	border-radius: 6px 0px;
	margin-left: 150px;
	transition: 0.3s;
}

.without a:hover{
	background-color: #5F84A1;
	color: #ffffff;
	border: 1px solid #ffffff;
	
}

.formulario{
	border: 2px solid #f5f5f5;
	border-radius: 6px;
	box-sizing: border-box;
	padding: 20px;
}

.formulario form{
	display: flex;
	flex-wrap: wrap;
}

.formulario form input{
	width: 100%;
	height: 50px;
	border: 1px solid #ccc;
	background-color: transparent;
	color: #ababab;
	font-size:16px;
	font-style: normal;
	margin-bottom: 20px;
}

.formulario form textarea{
	width: 100%;
	height: 150px;
	border: 1px solid #ccc;
	background-color: transparent;
	color: #ababab;
	font-size:16px;
	font-style: normal;
}

#aceitar {
	font-size: 11px;
	font-style: normal;
	margin-left: -4px;
	margin-top: 25px;
	width: 50%;
}
#aceitar input{
	width: 15px;height: 15px;
	float: left;
}

#aceitar a{
	color: #707070;
	text-decoration: underline;
}

.formulario button{
	width: 100px!important;
	height: 45px!important;
	border: 1px solid #ababab;
	border-radius: 6px;
	margin-top: 20px;
	transition: 0.3s;
}

.formulario button:hover{background-color: #1A4568;color: #ffffff;}

#texto_blog {font-style: normal;}
/*--------------------------Blog---------------------*/

#blog_home p:first-of-type span{
	color:#091B4C;
	font-size: 30px;
}

#blog_home p:first-of-type{
	font-size: 42px;
	color: #091B4C;
	font-weight: 300;
	text-transform: uppercase;
	padding-top: 100px;
	margin-bottom: 50px;
}

#blog_home p:first-of-type b{
	font-size: 63px;
	font-weight: 700;
}

#blog_home p{
	color:#FFFFFF;
	font-size: 18px;
	text-align: center;
	margin: 20px auto auto 0px;
	font-weight: 500;
}


#blog_home ul{
	position: relative;
	display: flex;
}

#blog_home ul li{
	width: calc(100%/3 - 10px);
	height:auto;
	border-radius: 20px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.12), 0 2px 2px rgba(0,0,0,0.12);
    overflow: hidden;
    background-color: #fff;
}

#blog_home ul li a{
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
    border-radius: 20px;
}
#blog_home ul li img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}
#blog_home ul li h3{
    text-align: center;
    padding: 0 50px;
    width: 100%;
    box-sizing: border-box;
    font-size: 15px;
    color: #091B4C;
    margin: 15px 0;
}

#blog_home ul li h6{
	width: auto;
	font-size: 30px;
	color: #1F1E24;
	font-weight: 700;
	margin: 35px auto;
}

#blog_home ul li p{
	font-size: 13px!important;
	color: #000!important;
	height: auto;
	width: auto;
	margin: auto!important;
	padding: 0px 15px !important;
	text-transform: none!important;
	text-align: center;
    margin-bottom: 20px !important;
}



#ver_mais{
	width: 150px;
	height: 45px;
	display: block;
	line-height: 45px;
	text-align: center;
	color: #091B4C;
	border: 1px solid #091B4C;
	border-radius: 10px;
	margin-top: 50px;
	transition: 0.3s;
	margin-bottom: 20px;
	font-size: 16px;
}

#ver_mais:hover{
	background-color: #091B4C;
	color:#fff;
}

#ver_mais img{
	width: 28px;
	height: 20px;
	margin: 12px 10px auto auto;
	left: auto;
	top: auto;
	position: relative;
	filter: brightness(0) saturate(100%) invert(20%) sepia(60%) saturate(4410%) hue-rotate(339deg) brightness(97%) contrast(103%);
}
