@import url('https://fonts.googleapis.com/css?family=Oswald');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato');
.formBtn {
	display:inline-block;
	padding:10px 0;
	width:100%;
	text-align:center;
	color:#000;
	margin-bottom: 20px;
	font-family: 'Montserrat',sans-serif !important;
	font-weight:bold;
	font-size: 16px;
	background-color: rgb(247, 177, 0);
	cursor:pointer;
}
.big_title {
	font-family: 'Montserrat',sans-serif !important;
	font-size: 41px;
	font-weight: 800;
}
.pixfort_normal_1 .t1_style {
	font-family: 'Montserrat',sans-serif !important;
	font-weight: 800;
	font-size: 26px;
}
.pixfort_normal_1 .t3_style {
    color: #6d6d6d;
    font-size: 16px;
    font-family: 'Lato',sans-serif;
}
.pixfort_normal_1 .img_style {
	padding-bottom: 20px;
}
#section_call_2_dark .big_title {
	font-size: 36px;
}
#section_call_2_dark p {
	font-family: 'Lato',sans-serif;
}
#section_call_2_dark a, #section_call_2_dark a:visited {
    color: rgb(247, 177, 0);
    outline: 0;
    text-decoration: none;
}
#section_call_2_dark a:hover {
	text-decoration: underline;
}
#section_footer_5 p {
	color: #000;
	font-family: 'Lato',sans-serif;
	margin: 0 0 5px 0;
	line-height: 1.1;
	font-weight: bold;
}
.tc_content{
	font-size:.8em;
}
#section_footer_5{
	margin-top:50px;
	border-top:1px solid #838383;
}
.submit_btn, .submit_btn:focus, .submit_btn:hover {
    background: rgb(247, 177, 0);
    padding: 15px 0;
	opacity:1;
    -webkit-transition: all .2s linear;
    text-transform: uppercase;
    box-shadow: none;
    border-radius: 0;
}
.chkbox {
    float: none !important;
    margin: 5px 10px 0 0;
    width: 16px !important;
    height: 17px;
	border:none;
	background:none;
    display: inline-block;
}
.prevControl {
	font-size:14px;
	color:#fff;
	cursor:pointer;
}
.link, .link:visited {
	color:rgb(180, 1, 7);
	font-family:inherit;
	font-size:inherit;
}

.link:hover {
	color:rgb(180, 0, 0);
}
.download-pdf {
    padding: 10px 25px;
    background-color: #8C0002;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    width: 350px;
    /* float: left; */
    display: block;
    text-align: center;
}
.link-text{
	font-weight:bold;
	color:#CD0003;
}
a.download-pdf{
	padding:10px 25px;
	background-color:#8C0002;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}
a.download-pdf:hover{
	padding:10px 25px;
	background-color:#CD0003;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}
a.btn-default{
	display:inline-block;
	text-align:center;
	padding: .8em 2em;
    font-size: 1.6em;
	background-color:#b30006;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}
a.btn-default:hover{
	background-color:#CD0003;
	color:#fff;
	text-decoration:none;
}
.disclaimer {
	font-size:12px;
	font-weight:bold;
	margin-bottom:20px;
    background: #fff;
    padding: 10px;
    color: #333;
	cursor:pointer;
}
h1, h2, h3, h4{
	text-transform: uppercase;
	font-weight:bold;
	font-family: 'Oswald', sans-serif;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert-danger {
    color: #b30007;
    background-color: #f2dede;
    border-color: #b30007;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-info {
    background-color: #d9edf7;
    border-color: #bcdff1;
    color: #31708f;
}
.alertHeading {
	text-align:center;
}
.alertItems {
	list-style:inside;
}
.ajax-file-upload-error{
    color: #b30007;
    background-color: #f2dede;
    border-color: #b30007;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

label {
	font-size:18px;
	display:inline-block;
	margin-bottom:5px;
}
.pix_form input, .pix_form select, .pix_form input:focus, .pix_form textarea, .pix_form textarea:focus {
    border: 2px solid #c7c7c7;
}
.smDownload{
    display: inline-block;
    padding: 5px 15px;
    text-align: center;
    color: #fff;
    font-family: 'Open Sans',sans-serif !important;
    font-weight: bold;
    font-size: inherit;
    background-color: rgb(153, 0, 0);
    cursor: pointer;
    box-shadow: 0 -3px rgba(0,0,0,0.2) inset;
    border-radius: 3px;
    text-decoration: none;
	transition: .3s;
}

.smDownload:hover{
	color: #fff;
    background-color: rgb(193, 5, 5);
    text-decoration: none;
}
.servicesForm {
      padding: 25px 35px;
    background: #f3f3f3;
    margin: 25px 0;
    clear: both;
    border: 3px solid #b30006;
}
