@charset "utf-8";

body { background-image: linear-gradient(to bottom, #fff, #fff, #fff, #fff, #fff, #fff);
		background-repeat: repeat;
		overflow-y: scroll;
  		scroll-behavior: smooth;
        overflow-x: hidden;
	 }
	* { font-family: 'Cuprum', sans-serif; }
	
.mntp, .mntps {
  border-right: 1px solid #fe6f20;
}

.mntp:hover,
.mntp:active,
.mntp:focus
{
  text-decoration: underline;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  background-color: #666666 !important;
}

.mntps:hover,
.mntps:active,
.mntps:focus
{
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	filter:drop-shadow(2px 2px 3px black);
}

.navmn {
	display: block;
	position: fixed;
	width: 100%;	
	z-index: 999999999 !important;
	margin-top: -24px;
	box-shadow: 0px 1px 20px #02121F;
	padding-right: 15px;
	background: #fe6f20;
}

.navmn ul {
	-webkit-font-smoothing: antialiased;
	list-style: none;
}
.navmn li {
	float: right;
	width:300px;
}
.navmn a {
	display: block;
	text-align: center;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.navmn .dropdown {
	align: right !important;
	text-align: right !important;
}
.navmn li:hover a {
	color:#FFF;
}
.navmn li ul {
	opacity: 0;
	position: absolute;
	visibility: hidden;
	z-index: 1;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	box-shadow: 2px 2px 4px #000;
	border-radius: 0px 0px 10px 10px;
	margin-top: 5px;
}
.navmn li:hover ul {
	opacity: 1;
	visibility: visible;
}
.navmn li ul li {

}
.navmn li ul a:hover {

}
/* Clearfix */
.cf:after, .cf:before {
	content: "";
	display: table;
	align: right !important;
	text-align: right !important;
}
.cf:after {
	clear: both;
}
.meupainel
{
	padding: 8px;
	padding-right: 12px;
	align: right !important;
	text-align: right !important;
	font-size: 15px !important;
	color: white !important;
	background: #3D3DFF;
}
.conteudo
{
	color: white;
	padding: 20px;
	font-size: 13px !important;
	border-bottom: 1px solid #f2f2f2;
	background: #fe6f20 !important;
	align: center;
}
.conteudo:hover
{
	background: #000000 !important;
}

.seta-baixo:before
{
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 0; 
  height: 0; 

  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #FF0040;
}
.yellow {
  -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 10s; /* Safari 4.0 - 8.0 */
  animation-name: example;
  animation-duration: 10s;
  animation-iteration-count: infinite;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes example {
  0% {color: white;}
  25% {color: white;}
  50% {color: yellow;}
  75% {color: white;}
  100% {color: white;}
}

/* Standard syntax */
@keyframes example {
	0% {color: white;}
  25% {color: white;}
  50% {color: yellow;}
  75% {color: white;}
  100% {color: white;}
}
    .fundo_cro{
        margin-bottom: -90px;
        margin-top: 50px;
    }

    .teste{
        
        border-radius: 10px;
        box-shadow:20px 20px 20px grey;
        border-width: 15px;
        border-color: #ffffff;
        border-top-style: solid;
    }
	.icone{
		
		color: #ffffff;
	
	}
	
.titulo {
    background: url(/web/img/bg-tit.svg) no-repeat left top;
    background-size: contain;
    color: #000;
    font-weight: bold;
    margin-bottom: 25px;
    padding: 15px 0 5px;
    text-transform: uppercase;
}


/* .Plugin1 img {
	object-fit: scale-down!important;
	object-position: inherit!important;
    }
*/
.cookieConsentContainer {
	z-index: 2;
	width: 100%;
	box-sizing: border-box;
	padding: 20px 20px 20px 20px;
	background: #fff;
	overflow: hidden;
	position: fixed;
	top: 10px;
}

.cookieConsentContainer .cookieTitle a {
	font-family: OpenSans, arial, sans-serif;
	color: #000;
	font-size: 22px;
	line-height: 20px;
	display: block
}

.cookieConsentContainer .cookieDesc p {
	margin: 0;
	padding: 0;
	font-family: OpenSans, arial, sans-serif;
	color: #000;
	font-size: 13px;
	line-height: 20px;
	display: block;
	margin-top: 10px
}

.cookieConsentContainer .cookieDesc a {
	font-family: OpenSans, arial, sans-serif;
	color: #000;
	text-decoration: underline
}

.cookieConsentContainer .cookieButton a {
	display: inline-block;
	font-family: OpenSans, arial, sans-serif;
	color: #000;
	font-size: 14px;
	font-weight: 700;
	margin-top: 14px;
	background: #0451a5;
	box-sizing: border-box;
	padding: 15px 24px;
	text-align: center;
	transition: background .3s
}

.cookieConsentContainer .cookieButton a:hover {
	cursor: pointer;
	background: #3e9b67
}

@media (max-width:980px) {
	.cookieConsentContainer {
		flex-wrap: wrap;
		max-width: 100%;
		justify-content: center;
	}
}

