@import url ('https://fonts.googleapis.com/css?family=Nunito&display=swap');

.bg-blue{
	background-color: #41b3e7 !important;
}

.txt-blue{
	color: #253d84 !important;
}

.txt-grey{
    color: #333 !important;
}

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

.width-100{
	width: 100% !important;
}

.font-nunito{
	font-family: 'Nunito', sans-serif !important;
}

.title-sec{
	color: #253d84 !important;
	font-weight: 600 !important;
}

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

hr{
	margin: 50px 0 !important;
}

.bg-trans p{
	background-color: #f3f3f3 !important;
}

.no-pad-con-log{
	padding-left: 0px !important;
}

@media (max-width:700px) {
    .no-pad-con-log{
		padding-left: 20px !important;
    }
}

body:before {
    background: #fff !important;}

span.pdfM {
    background: #fff;
}
span.pdfM {
    margin-right: 5px;
    padding: 0 4px;
    color: #ff1d25;
    font-size: 10px;
    border: 1px solid #FF1D25;
    vertical-align: middle;
    display: inline-block;
    text-indent: 0;
}

.title-cata{
	font-size: 20px;
	font-weight: 900;
	color: #000;
}

.heightLine02 {
    border-top: 3px solid #2FCCFF;
    margin-bottom: 15px;
    padding-top: 6px;
    font-size: 15px;
}

.no-margin-bottom{
	margin-bottom: 0px !important;
}

@media (max-width:320px) {
    .navbar .navbar-brand img{
    	max-height: 43px !important;
    }
}

.title-contact{
    font-weight: 900 !important;
    color: #253d84;
}

.height-about {
    min-height: 300px !important;
    background-color: #fff
}