@font-face
{
	font-family: Nexa_Bold;
	src: url("../fonts/Nexa_Bold.otf");
}

@font-face
{
	font-family: Nexa_Light;
	src: url("../fonts/Nexa_Light.otf");
}

.no-margin-row
{
	margin-left: 0px !important;
	margin-right: 0px !important;
}

#main-index-div .jumbotron
{
	background: url(../../imagens/_index/darul_iftaa_mz_banner_3.jpg); 
	background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 20px !important;
}

.jumbotron .display-4
{
	font-family: Nexa_Bold !important;
	color: #B01A1A !important;
	opacity: .5 !important;
	margin-bottom: 30px !important;
}

.btn-danger {
    color: #fff;
    background-color: #F54337 !important;
    border-color: #F54337 !important;
}

.btn-danger.focus, .btn-danger:focus {
    box-shadow: 0 0 0 0.2rem rgba(245, 67, 55,.5) !important;
}

.btn-danger:hover {
    color: #fff;
    background-color: #FA483C !important;
    border-color: #FA483C !important;
}

.custum-btn
{
	/*border: 1px solid #B7B7B7 !important;*/
    color: #3D3D3D !important;
    text-align: center;
    /*border-radius: 5px !important;*/
    background-color: transparent !important;
}

.btn-enviar
{
	border: 1px solid #B01A1A !important;
    color: #FFF !important;
    text-align: center;
    border-radius: 5px !important;
    background-color: #B01A1A !important;
    float: right !important;
    padding: 8px;
    transition: .2s ease-in-out;
}

.btn-enviar:hover
{
	border: 1px solid #FA483C !important;
	background-color: #FA483C !important;
	cursor: pointer;
}

.btn-enviar:focus
{
	outline: none;
}

.nexa-l
{
	font-family: Nexa_Light !important;
}

.nexa-b
{
	font-family: Nexa_Bold !important;
}

.red-color
{
	color: #B01A1A !important;
}

.white-color
{
	color: #fff !important;
}

.gray-color
{
	color: #3D3D3D;
}

.blue-color
{
	color: #00a2ab !important;
}

.bg-white
{
	background-color: white !important;
}

.lead
{
	background-color: rgba(0, 0, 0, .5);
	padding: 5px;
	border-radius: 5px;
}

.right-border
{
	border-right: 2px solid #B7B7B7 !important;
	/*margin-top: 40px;*/
}

.left-border
{
	border-right: 2px solid #B7B7B7 !important;
	margin-top: 40px;
}

.left-red-border
{
	border-left: 5px solid #B01A1A;
}

.bottom-red-border-sub-t
{
	border-bottom: 5px solid #B01A1A;
	padding-bottom: 5px;
	width: 100%;
}

.bottom-red-border
{
	border-bottom: 5px solid #B01A1A !important;
	padding-bottom: 10px !important;
}

@media only screen and (max-width: 991px) {
  	.right-border
	{
		border-right: 0px solid #B7B7B7 !important;
		margin-top: 40px;
	}

	.left-border
	{
		border-right: 0px solid #B7B7B7 !important;
		margin-top: 40px;
	}
}

.titulo-01
{
	margin-bottom: 40px !important;
	text-align: left !important;
	text-transform: uppercase !important;
}

.mr-b-2
{
	margin-bottom: 20px;
}

.mr-b-4
{
	margin-bottom: 40px;
}

.mr-t-4
{
	margin-top: 40px;
}

.mr-t-6
{
	margin-top: 60px;

}

.pd-l-4
{
	padding-left: 40px !important;
}


/*hover effect*/

.hover01 
{
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.hover01:hover 
{
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: .7;
}
/*hover effect*/

.temas
{
	color: #3D3D3D !important;
}

.temas:hover
{
	color: #3D3D3D !important;
}

.mensagem
{
	border: 2px solid #707070 !important;
	border-radius: 5px;
	margin-top: 0px;
	background-color: rgba(210, 211, 213, .2);
	padding: 10px;
	padding-left: 35px;
}

.text-size-67
{
	font-size: 40px;
	color: rgba(176, 26, 26, .85);
}

.no-underline
{
	text-decoration: none !important;
}

.news
{
	text-align: center;
	margin-top: 40px;
	border: 2px solid #B7B7B7;
	border-radius: 5px;
	padding: 30px;
}

.news-field
{
	padding: 5px 16px;
	color: #B01A1A !important;
  	border: 2px solid #B7B7B7;
	border-radius: 5px;
	text-align: center;
	width: 70%;
	transition: .3s ease-in-out;
}

.news-field:focus
{
	outline: none;
}

.news-buton
{
	padding: 5px 16px;
	border: 2px solid #B7B7B7;
	color: #3D3D3D;
	text-align: center;
	border-radius: 5px;
	background-color: transparent;
	transition: .3s ease-in-out
}

.news-buton:hover
{
	color: #fff;
    background-color: #F54337 !important;
    border-color: #F54337 !important;
    cursor: pointer;

}

.news-buton:focus
{
	outline: none;
}


.aviso-p
{
	font-size: 15px !important;
	color: rgba(55, 52, 53, .75) !important;
	width: 50%;
}

.cat_img
{
	width: 95% !important;
}

@media only screen and (max-width: 991px) {
	.cat_img
{
	width: 80% !important;
}
}


.question_p
{
	color: rgba(55, 52, 53, .5);
}

.text_align_center
{
	text-align: center !important;
}

.maiusculas
{
	text-transform: uppercase !important;
}

.italic
{
	font-style: italic;
}

.pd-l-10
{
	padding-left: 10px !important;
}

.pd-l-20
{
	padding-left: 20px !important;
}