/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/templates/scrolling-nav)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */
 
h3 {
	color: #b70000;
}

header {
  padding: 56px 0 100px;
  background:  url("../img/bg-baner.jpg") no-repeat fixed center;
  background-position: 30% 70.13px;
  height: 500px;
}

.header-overlay {
	padding: 56px 0 100px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 500px;
	background-color: rgba(128,128,128,0.75);
}

.header-text{
	padding-top: 10%;
}
.header-text a, .header-text a:hover, .header-text a:active, .header-text a:visited, .header-text a:focus {
	text-decoration:none;
}

.my-img {
	width: 600px;
	padding-bottom: 10px;
}
.g-recaptcha {
	display: inline-block;
}

.my-img-mini {
	width: 150px;
	padding-bottom: 10px;
}

.btn-submit {
    color: #fff;
    background-color: #b70000;
    border-color: #b70000;
}

section {
  padding: 50px 0;
}
ul {
	list-style-type: none;
	font-size: 1.25rem;
	font-weight: 300;
	margin-left: -40px;
}
h2 {
	white-space: nowrap;
	color: #b70000;
}

#mainNav {
	background-color: #353535;
}

#logo-mobile {
	display: none;
}
#logo {
	width: 186px;
	height: 80px;
}
#slogan {
	height: 40px;
	margin-left: -20px;
}
#whatsapp {
	position: fixed;
	bottom: 0;
    right: 0;
}
#whatsapp img {
	width: 75px;
}


/* smart-phone ----------- */
@media (max-width: 767px) {
	header{
		background-position: 49% 106px;
	}
	.header-overlay{
		height: 500px;
	}
	.header-text {
		padding-top: 25%;
	}
	.header-text a, .header-text a:hover, .header-text a:active, .header-text a:visited, .header-text a:focus {
		text-decoration:none;
	}
	
	#logo {
		display: none;
	}
	#slogan {
		display: none;
	}
	#logo-mobile {
		display: block;
		width: 146px;
		height: 80px;
		margin-left: 60px;
	}
	h2 {
		white-space: normal;
		line-height: 1.0;
		font-weight: 300;
	}
	
	.my-img, #cb {
		width: 290px;
	}
	.card-div {
		margin-bottom: 10px;
	}
}