/* FONTS */
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Righteous&display=swap);
@import url(https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap);
@font-face {
  font-family: "Pirataone";
  font-weight: normal;
  src: url("../fonts/pirataone-regular-webfont.woff2") format("woff2"), 
  url("../fonts/pirataone-regular-webfont.woff") format("woff"), 
  url("../fonts/pirataone-regular-webfont.ttf") format("truetype"); 
}
@font-face {
  font-family: "Lato-Black";
  font-weight: normal;
  src: url("../fonts/lato-black-webfont.woff2") format("woff2"), 
  url("../fonts/lato-black-webfont.woff") format("woff"), 
  url("../fonts/lato-black-webfont.ttf") format("truetype"); 
}
@font-face {
  font-family: "Lato-Regular";
  font-weight: normal;
  src: url("../fonts/lato-regular-webfont.woff2") format("woff2"), 
  url("../fonts/lato-regular-webfont.woff") format("woff"), 
  url("../fonts/lato-regular-webfont.ttf") format("truetype"); 
}

body {
	height: 100%;
	position: relative;
	font-family: 'Lato-Regular', sans-serif;
	color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Pirataone', sans-serif;	
	font-weight: lighter;
	letter-spacing: 2.5px;
}

h2, .h2 {
	font-size: 20px !important;
	color: #0d5ca9;
}

h3, .h3 {
	font-family: 'Pirataone', sans-serif;	
	font-size: 1rem;
	letter-spacing: 1px;
}

h4, .h4 {
	font-family: 'Pirataone', sans-serif;	
	font-size: 1.5rem !important;
	letter-spacing: 1.5px;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
	/*font-family: Helvetica;
	font-size: 15px;
	text-align: justify;*/
}

hr{
	border-top: 2px solid #0d5ca9;
}
.home{
	overflow-x: hidden;
}

/*LINK*/
	a {
		text-decoration: none;
		background-color: transparent;
		color: #0d5ca9 !important;
	}

	a:hover {
		color: #FFFFFF !important;
	}

	p > a {
		color: #FFFFFF !important;
	}

	p > a:hover {
		color: #000000 !important;
	}

	a.link-twitter{
		color: #0d5ca9 !important;
	}

	a.link-twitter:hover {
		color: #000000 !important;
	}

	a.link-externo{
		color: #0d5ca9;
	}

	a.link-parceiro{
		color: #FFFFFF !important;
	}

	a.link-parceiro:hover{
		color: #FFFFFF !important;
	}

	a.link-ecommerce{
		color: #FFFFFF !important;
		font-family: 'Lato-Regular', sans-serif;
		font-size: 15px;
		font-weight: bold;
		text-transform: uppercase;
	}

	a.link-ecommerce:hover{
		color: #FFFFFF;
	}

	a.link-post{
		color: #0d5ca9 !important;
	}

	a.link-post:hover{
		color: #FFFFFF !important;
	}
	
/*MENU*/
	.menu-apoio-outros{
		margin: 0 auto;
	  	width: 100%;
	  	position: fixed;
	  	text-align: center;
	  	top: 0;
	  	background: rgba(1,29,66,1);
	  	padding-top: 0px;
	  	left: 0;
	}

	#mainNav {
	 	font-family: 'Pirataone', sans-serif;
		padding: 30px 0px 0px 0px !important;
	}

	#mainNav .navbar{
		background-color: transparent;		
	}

	#mainNav .navbar-toggler {
		font-size: 1.25rem;
		padding: 0;
		color: #0d5ca9 !important;
		border: none;
		background: none;
		outline: none !important;
		margin-left: 10px;
		margin-right: 10px;		
    	background-color: transparent !important;		
	}

	#mainNav .navbar-nav {
	    margin: 0 auto !important;
	}

	#mainNav .navbar-nav li.nav-item a.nav-link {
	    color: #FFFFFF !important;    
	}

	#mainNav .navbar-nav li.nav-item a.nav-link:hover {
	    color: #FFFFFF !important;
	    background-color: #0d5ca9 !important;
	}

	#mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover {
		color: #FFFFFF !important;
	    background: #0d5ca9 !important;
	}

	#mainNav .navbar-nav > li.nav-item > a.nav-link.active {
		color: #FFFFFF !important;
	    background: #0d5ca9 !important;
	}

	.navbar-expand-lg .navbar-nav .nav-link {
	  padding-right: 0.5rem;
	  padding-left: 0.5rem;
	}

	.navbar-brand {
		width: 165px !important;
	    margin-left: 10px;
	}

	.navbar-shrink{
		background-color: #000000 !important;
		background: #000000 !important;
	}

	.nav-link {
	    font-size: 20px !important;
		text-transform: uppercase;
		letter-spacing: 2.5px;
		font-weight: lighter;
 		padding: 0.1rem 1rem;
	}

	.margem-voltar {
		margin: 10px;
	}

	.margem-home {
		margin: 0px 1px;	
	}

/*BANNER TOPO*/
	.masthead {
		padding: 0px 0px 0px 0px !important;
	}

	.masthead-banner{
		width: 100%;
		height: 600px !important;
		object-fit: cover;
		object-position: center;
	}

	.masthead .masthead-avatar {
	    width: 50%;
		/*margin-bottom: 60px;
		margin-top: 50px;
		padding-top: 10px;
		padding-bottom: 20px;*/
	}

	.masthead-avatar-interno{
	    width: 40%;
		margin-bottom: 50px;
		margin-top: 50px;
	}

	.masthead-avatar{
		width: 100%
	}

	.masthead .masthead-subheading {
	    font-size: 1.5rem;
	    color: #fff;
	    font-weight: bold !important;
	    text-shadow: 2px 2px #000000;
	}

	.masthead .owl-nav, .masthead .owl-dots {
	  text-align: center;
	  background: #F4F0E6;
	}

	.masthead .owl-dot {
	  display: inline-block;
	  margin: 0 5px;
	  width: 12px;
	  height: 12px;
	  border-radius: 50%;
	  background-color: #0d5ca9 !important;
	}

	.masthead .owl-dot.active {
		background-color: #ffffff !important;
	}

/*IMG*/
	.img-face{
		border-radius: 50%;
		border: 6px solid #FFF;
	}

	.img-fluid {
	  max-width: 100%;
	  height: auto;
	  width: 100%;
	}

	.img-insta{
		border: 2px solid #0d5ca9;
	}

	.img-logo{
		max-height: 110px;
	}

	.link-parceiro > .img-logo{
		max-height: 200px;
		width: auto !important;
		margin: 0 auto;
		padding: 30px;
	}

	.img-post{
		width: 100%;
		height: 215px;
		background-size: cover;
		background-position: center;
	}

	.img-post-galeria{
		width: 100%;
		height: 300px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		/*border: 2px solid;*/
	}

	.img-post-thumb{
		width: 100%;
	}

	.img-twitter{
	    max-width: 100%;
	}

	.img-pix{
	    max-width: 10%;
	}

	.img-twitter{
		width: 100%;
	}

	.video-fluid{
		max-height: 359px;
		background: #000000;
		margin: 2px;
		max-width: 99%;
	}

/*BTN*/
	.btn{
		border-radius: 0px;
	}

	.btn-success {
		background: #0d5ca9;
		border-color: #0d5ca9;
		border-radius: 5px;
		font-size: 11px;
		padding: 0px 2px;
  	margin-bottom: 2px;
	}
	
	.btn-success:hover {
		background: #0d5ca9;
		border-color: #0d5ca9;
		border-radius: 5px;
	}
	.btn-success:focus, .btn-success.focus {
		background: #0d5ca9;
		border-color: #0d5ca9;
		border-radius: 5px;
		box-shadow: 0 0 0 0.2rem rgba(191, 138, 10, 0.5);
	}
	.btn-success.disabled, .btn-success:disabled {
		background: #0d5ca9;
		border-color: #0d5ca9;
		border-radius: 5px;
	}
	.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
		background: #0d5ca9;
		border-color: #0d5ca9;
		border-radius: 5px;
	}
	.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
	  	box-shadow: 0 0 0 0.2rem rgba(191, 138, 10, 0.5);
	}

	.btn-primary{
		border-radius: 20px;
		color: #FFFFFF !important;
		background-color: #0d5ca9 !important;
		border-color: #0d5ca9 !important;
	}

	.btn-primary:hover {
		border-radius: 20px;
	    color: #FFFFFF !important;
	    background-color: #0d5ca9 !important;
	    border-color: #0d5ca9 !important;
	}

	.btn-social {
	    color: #0d5ca9 !important;
		background: #fff;
		border-radius: 50%;	
	}

	.btn-outline-dark {
		color: #FFFFFF !important;
		background-color: #000000;
		border-color: #0d5ca9;
		border-radius: 20px;
		width: 100%;
		text-transform: uppercase;
		font-size: 12px !important;
		font-family: 'Lato-Regular', sans-serif;
		box-shadow: none !important;
		padding: 5px !important;
	}

	.btn-outline-dark:hover {
		color: #FFFFFF !important;
		background-color: #071e30;
		border-color: #0d5ca9;
		box-shadow: none !important;
	}

	.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
		box-shadow: none !important;
		border-color: #0d5ca9;
	}

	.bt-todos{
		padding: 0rem 0.5rem;
	}

	.bt-todos-insta{
		padding: 0rem 0.2rem;
	}

	.bt-load-more{
		padding: 0px;
	 	font-size: 1rem;
	}

	button:focus {
		outline: 1px solid !important;
	}

	.btn-outline-light,
	.btn-outline-light:hover{
		border: 1px solid;
	}

	.btn-rifa-bloqueado{
		background-color: #0d5ca9;
		color: #FFFFFF;
	}

/*BG*/
	/*PRETO*/
	.bg-default{
	    background-color: #000000 !important;
	}

	/*ESTRELA*/
	.bg-primary{
	    background-color: transparent !important;
	    background-image: url('/tema/assets/img/1-BG-original.jpg');
	    background-size: cover;
		background-position: top center;
		background-repeat: repeat-x;
	}

	/*DEGRADÊ AZUL COM IMAGEM*/
	.bg-secondary {
	    background-color: transparent !important;
	    background-image: url('/tema/assets/img/2-BG-original.jpg');
	    background-size: cover;
		background-position: bottom center;
		background-repeat: repeat-x;
	}

	/*DEGRADE AZUL*/
	.bg-third{
		background: linear-gradient(90deg, 
			rgba(1,29,66,1) 0%, 
			rgba(0,8,27,1) 100%
		); 
	}

	/*RODAPE*/
	.bg-fourth {
	    background-color: transparent !important;
	    background-image: url('/tema/assets/img/BG-3.png');
	    background-size: cover;
		background-position: bottom center;
		background-repeat: repeat-x;
	}

/*TEXT*/
	.text-primary {
	    color: #0d5ca9 !important;
	}

	.text-muted {
		color: #000000 !important;
	    text-transform: uppercase;
	    font-size: 12px;
	    font-weight: normal;
	    margin: 30px 0px 10px;
	}

	.text-black {
	    color: #000 !important;
	}

	.text-white {
	    color: #fff !important;
	}

	.text-link {
		position: absolute;
		text-align: left;
		padding-left: 20px;
		bottom: 25px;
	}

/*SESSÕES*/
	.page-section {
	    padding: 7rem 0 7rem 0;
		/*border: 1px solid;*/
	}

	.page-section-contact{
		padding: 0rem 0 7rem 0;
		/*border: 1px solid;*/	
	}

	.page-section-heading{
		color: #0d5ca9;
		font-size: 50px !important;
		width: auto;
		min-width: 100px;
		margin: 0 auto;
		line-height: 3rem;
	}

	.page-section-heading:after {
		content: '';
		position: relative;
		width: 0;
		height: 0;
		top: 9px;
		display: block;
	}

	
	.section-heading{
		color: #0d5ca9;
		font-size: 25px !important;	
	}

	.section-subheading{
		margin: 10px 0px 15px 0px !important;
	}

/*PODCASTS*/
	.podcasts {
	  padding: 60px 0 0 0;
	  position: relative;
	}

	.podcasts::before {
	  content: "";
	  position: absolute;
	  left: 0;
	  right: 0;
	  top: 0;
	  bottom: 0;
	}

	.podcasts .podcasts-item {
	  text-align: center;
	  color: #fff;
	}

	.podcasts .podcasts-item .podcasts-img {
	  width: 200px;
	  margin: 0 auto;
	}

	.podcasts .owl-nav, .podcasts .owl-dots {
	  margin-top: 5px;
	  text-align: center;
	}

	.podcasts .owl-dot {
	  display: inline-block;
	  margin: 0 5px;
	  width: 12px;
	  height: 12px;
	  border-radius: 50%;
	  background-color: #0d5ca9 !important;
	}

	.podcasts .owl-dot.active {
		background-color: #ffffff !important;
	}

/*E-COMMERCE*/
	.ecommerce {
	  /*padding: 60px 0 0 0;*/
	  position: relative;
	}

	.ecommerce::before {
	  content: "";
	  position: absolute;
	  left: 0;
	  right: 0;
	  top: 0;
	  bottom: 0;
	}

	.ecommerce .ecommerce-item {
	  text-align: center;
	  color: #fff;
	  margin: 0px 25px;
	}

	/*
	.ecommerce .ecommerce-item .ecommerce-img {
	  width: 200px;
	  margin: 0 auto;
	}
	*/

	.ecommerce .owl-nav, .ecommerce .owl-dots {
	  margin-top: 5px;
	  text-align: center;
	}

	.ecommerce .owl-dot {
	  display: inline-block;
	  margin: 0 5px;
	  width: 12px;
	  height: 12px;
	  border-radius: 50%;
	  background-color: #0d5ca9 !important;
	}

	.ecommerce .owl-dot.active {
		background-color: #ffffff !important;
	}

	.ecommerce-img {
		min-height: 235px;
		max-height: 235px;
		display: flex;
	}

	.img-ecommerce {
	  	object-fit: contain;
	}

	.ecommerce-legenda {
    font-family: Pirataone;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    color: #0d5ca9;
    margin-top: 1rem;
    margin-bottom: 1rem;
    min-height: 50px;
  }

  .img-produto {
    width: 100%;
    height: 215px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }

  .titulo-produto {
    font-family: 'Pirataone', sans-serif;
    font-weight: 200;
    font-size: 15px !important;
    color: #0d5ca9 !important;
    width: 100%;
    text-align: center;
    letter-spacing: 0px;
    height: auto;
    padding: 0px 20px;
    margin-top: 10px;
    text-transform: uppercase;
  }

  a.li-link-produto{
    display: inherit;
    color: #0d5ca9 !important;
    border: 2px solid;
    margin: 5px 0px 20px 0px;
    padding: 25px 0px 0px 0px;
    border-radius: 5px;
    min-height: 325px;
  }

  a.li-link-produto:hover{
    color: #FFFFFF !important;
  }

  .img-produto-bg{
    height: 485px;
    width: 100%;
    background-size: contain;
    background-position: center;
    margin-bottom: 20px;
    background-repeat: no-repeat;
  }

  #externo{
    border: 2px solid #0d5ca9;
    padding: 10px !important;
    background: #0d5ca9;
  }

  .categoria-produto {
    font-family: 'Lato-Regular', sans-serif;
    width: 100%;
    color: #ffffff !important;
    font-size: 10px !important;
    font-weight: normal !important;
    top: 5px;
    padding: 5px;
    position: absolute;
    left: 35px;
  }

/*PARCEIROS*/
	.parceiros {
	  /*padding: 60px 0 0 0;*/
	  position: relative;
	}

	.parceiros::before {
	  content: "";
	  position: absolute;
	  left: 0;
	  right: 0;
	  top: 0;
	  bottom: 0;
	}

	.parceiros .parceiros-item {
	  text-align: center;
	  color: #fff;
	}

	.parceiros .parceiros-item .parceiros-img {
	  width: 200px;
	  margin: 0 auto;
	}

	.parceiros .owl-nav, .parceiros .owl-dots {
	  margin-top: 5px;
	  text-align: center;
	}

	.parceiros .owl-dot {
	  display: inline-block;
	  margin: 0 5px;
	  width: 12px;
	  height: 12px;
	  border-radius: 50%;
	  background-color: #0d5ca9 !important;
	}

	.parceiros .owl-dot.active {
		background-color: #FFFFFF !important;
	}

	.parceiros-img {
		min-height: 235px;
		max-height: 235px;
		display: flex;
	}

	.img-parceiros {
	  	object-fit: contain;
	}

/*TIKTOK*/
	.tiktok {
	  /*padding: 60px 0 0 0;*/
	  position: relative;
	}

	.tiktok::before {
	  content: "";
	  position: absolute;
	  left: 0;
	  right: 0;
	  top: 0;
	  bottom: 0;
	}

	.tiktok .tiktok-item {
	  text-align: center;
	  color: #fff;
	}

	.tiktok .tiktok-item .tiktok-img {
	  width: 200px;
	  margin: 0 auto;
	}

	.tiktok .tiktok-item .tiktok-legenda {
	  min-height: 60px;
	  text-align: center;
	  padding: 5px;
	}

	.tiktok .owl-nav, .tiktok .owl-dots {
	  margin-top: 5px;
	  text-align: center;
	}

	.tiktok .owl-dot {
	  display: inline-block;
	  margin: 0 5px;
	  width: 12px;
	  height: 12px;
	  border-radius: 50%;
	  background-color: #0d5ca9 !important;
	}

	.tiktok .owl-dot.active {
		background-color: #ffffff !important;
	}

	.tiktok-img {
		min-height: 235px;
		max-height: 235px;
		display: flex;
	}

	.img-tiktok {
	  	object-fit: contain;
	}
	
/*POST*/
	.bg-post{
		background-color: #000000;
		color: #0d5ca9;
		min-height: 530px;
		margin-bottom: 30px;
	}
	
	.bg-item-post{
		background: #0d5ca9;
		color: #FFFFFF;
		padding: 5px;
		border-radius: 5px;
		margin-bottom: 5px;
		display: inline-block;
		width: auto;
		max-width: fit-content;
	}

	.img-post-bg{
		height: 485px;
		width: 100%;
		background-size: cover;
		background-position: center;
		margin-bottom: 20px;
	}

	.titulo-post{
		font-family: 'Pirataone', sans-serif;
		font-weight: 200;
		font-size: 20px !important;
		color: #0d5ca9 !important;
		width: 100%;
		text-align: left;
		letter-spacing: 0px;
		height: auto;
		padding: 0px 20px;
		margin-top: 10px;
	}

	.categoria-post{
		font-family: 'Lato-Regular', sans-serif;	
		width: 100%;
		color: #ffffff !important;
		font-size: 10px !important;
		font-weight: normal !important;
		margin-top: -38px;
		padding: 5px;
	}

	.categoria-post-externo{
		font-family: 'Pirataone', sans-serif;	
		width: 100%;
		color: #000000 !important;
		font-size: 12px !important;
		font-weight: normal !important;
		margin-top: 0px;
		padding-top: 25px;
	}

	.categoria-post-interno{
		font-family: 'Pirataone', sans-serif;	
		width: 100%;
		color: #FFFFFF !important;
		font-weight: normal !important;
		font-size: 16px !important;
		text-transform: uppercase;
	}

	.texto-post{
		font-family: 'Lato-Regular', sans-serif;
		text-transform: inherit;
		font-size: 15px !important;
		color: #FFFFFF !important;
		margin-top: 0px;
		padding: 0px 20px;
		text-align: justify;
	}
	
	.texto-post-interno{
		font-family: 'Lato-Regular', sans-serif;
		text-align: justify;
		color: #FFFFFF;
	}

	.texto-post-style > p {
		margin-top: 0;
		margin-bottom: 1rem;
	}

	.link-post{
		font-family: 'Lato-Black', sans-serif;
		width: 100%;
		color: #0d5ca9 !important;
		text-align: right;
		display: block;
		text-transform: uppercase;
	}

	.li-post{
		font-family: 'Lato-Black', sans-serif;
		list-style: none;
		text-transform: uppercase;
		font-size: 12px;
		color: #FFFFFF;
	}

	.li-ultimo-post{
		width: 100%;
		display: inline-flex;
		padding: 0px 25px;
		margin: 5px 0px;
	}

	.li-ultimo-post-img{
		width: 30%;	
	}

	.li-ultimo-post-titulo{
		width: 70%;	
		padding-left: 10px;
		font-family: 'Pirataone', sans-serif;
		font-size: 14px;
	}

	.ultimo-post-p{
		font-size: 12px;
	}

	a.li-link-post{
		display: inherit;
		color: #FFFFFF !important;
	}

	a.li-link-post:hover{
		color: #0d5ca9 !important;
	}

	p > a {
		color: #0d5ca9 !important;
	}

	p > a:hover {
		color: #0d5ca9 !important;
	}

	p > img {
		max-width: 100%;
	}
	
/*ANUNCIO*/
	.anuncio > p {
		text-align: center;
	}

	.anuncio > p > img {
		width: 100%;
		height: auto;
	}

	.anuncio-box{
		margin: 0 auto;
	}

/*INSTAGRAM*/
	.portfolio .portfolio-item .portfolio-item-caption {
		background-color: rgba(0, 111, 215, 0.9);
	}

/*FOOTER*/
	.copyright {
		background-color: #071e30;
	}

	.footer {
	    padding-top: 2rem;
	    padding-bottom: 0rem;
	    background-color: #071e30;
	    color: #fff;
	}

/*MODALS*/
	.portfolio-modal-title {
	    padding: 0px 0px 30px 0px;
	}

	.portfolio-modal .close {
		font-size: 3rem;
		line-height: 3rem;
		color: #0d5ca9;
	}

/*FORM MODALS*/
	.form-control-modal{
		margin: 5px 0px;
	}

/*FORM*/
	.form-left{
		float: left;
	}

	.form-group {
	    margin-bottom: 0px;
	}

	.floating-label-form-group input, 
	.floating-label-form-group textarea {
	    font-size: 1em !important;
	    background-color: #FFF !important;
	    padding: 0px 10px !important;
	    margin: 10px 0px!important;
	    border-radius: 5px;
		border: 3px solid #0d5ca9;
	}

	.floating-label-form-group-with-focus label {
		color: #0d5ca9;
	}

	.form-control {
		border: 0.125rem solid #0d5ca9;
		border-radius: 1.5rem;
	}

	.form-busca {
		margin: 5px 0px;
	}

/*GAELRIA*/
	.galeria-item{
		max-width: 330px !important;
  	margin-bottom: 40px;
	}

.header-position{
	/*margin-top: 100px;*/
}

.no-padding{
  padding: 0px;
}

.mr-face{
	margin: 0 auto;
	margin-top: 15px;
	padding: 0px 40px;
}

.lead{
	font-size: 1.25rem;
	font-weight: 300;
	margin: 0 auto;
	text-align: center;
	padding: 10px;
}

.download-item{
	margin: 0 auto; 
	margin-top: 40px;
}

.facebook{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}



.inscritos{
	border: 1px solid #FFFFFF;
	text-align: center;
	margin: 5px !important;
	width: 100%;
	display: block;
	padding: 5px;
}

.carregando{
	text-align: center;
}

.fonte{
	font-size: 20px;
	color: #FFFFFF;
}

.floating-label-form-group {
  position: relative;
  border-bottom: none;
}

.portfolio .portfolio-item {
  border-radius: 0rem;
  max-width: initial;
}

.portfolio .portfolio-video{
    min-height: auto;
}

.section-title{
	text-align: center;
}

.lgpd {
	position: fixed;
	bottom: 25px;
	text-align: center;
	z-index: 1000;
	background: #0d5ca9;
	margin: 20px;
	padding: 20px;
	border-radius: 10px;
	color: #FFFFFF;
	border: 1px solid;
	width: calc(100% - 40px);
}

.avisos{
	margin-top: 40px;
}

.nav-tabs .nav-link {
  	color: #000;
  	padding: 5px;
	font-size: 14px !important;
}

@media (max-width: 1200px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 0.3rem;
		padding-left: 0.3rem;
		margin: 0rem 0.3rem;
	}

	.bg-item-post {
		font-size: 13px;
	}

	p {
		font-size: 15px !important;
	}
	.page-section .page-section-heading {
	    line-height: 5rem;
	}	
}

@media (max-width: 991px) {
	#mainNav{
		padding: 10px 0px 10px 0px !important;
	}

	.navbar-expand-lg{
		background-color: #0d5ca9;
	}
	.page-section .page-section-heading {
	    line-height: 5rem;
	}	
}

@media (min-width: 992px) {
	.page-section .page-section-heading {
	    line-height: 5rem;
	}
}

@media (max-width: 568px) {
	.masthead {
		padding: 40px 0px 0px 0px !important;
	}

	.masthead-banner{
		height: auto !important;
	}

	.masthead .masthead-avatar {
		margin-bottom: 0px;
	}

	.page-section {
	    padding: 3rem 0 3rem 0;
		/*border: 1px solid;*/
	}

	.page-section-heading{
		font-size: 40px !important;
	}

	.page-section .page-section-heading {
	    line-height: 3rem;
	    margin: 10px;
	}

	.img-logo{
		max-height: inherit;
	}
	
	.img-mobile{
		height: auto !important;
		width: 100% !important;
	}
	
	.facebook{
		width: 100%;
		margin: 0 auto;
		text-align: center;
		overflow-x: scroll;
	}

	.text-black-white{
		color: #000000;
	}

	.section-heading {
	    line-height: 5rem;
	}
	.texto-post-interno > p > img {
		width: 100% !important;
		height: auto !important;
	}

	.texto-post-interno > p > a > img {
		width: 100% !important;
		height: auto !important;
	}

	.texto-post-interno > p > em > img {
		width: 100% !important;
		height: auto !important;
	}

	.texto-post-interno > p > strong > img {
		width: 100% !important;
		height: auto !important;
	}

	.texto-post-interno > div > img {
		width: 100% !important;
		height: auto !important;
	}

	.texto-post-interno > p  > span > img {
		width: 100% !important;
		height: auto !important;
	}

	.texto-post-interno > p > span > span > img {
		width: 100% !important;
		height: auto !important;
	}

	.text-link {
		position: absolute;
		text-align: left;
		padding-left: 20px;
		bottom: 25px;
	}
}