@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');
* {
	font-family: 'Montserrat';
}
body {
	background: #f1fbff;
	font-family: 'Montserrat';
}

.navbar {
	background-color: #f1fbff;
	font-family: 'Montserrat';
	width: 100%;
}

.footer {
    width: 100%;
		height: 70px;
		background: url(img/footer.png);

	}

.footer-text {
	position: relative;
	color: white;
	font-weight: 500;
	font-size: 1rem;
	top: 50%;
}
 
h2 {
    background: #53896F;
    color: white;
    border-radius: 5px;
    padding: 15px;
}

.lead {
	font-weight: 400;
	font-size: 14px;
	font-family: 'Montserrat';
	height: 100%;
	margin: auto;
}

.card-title {
	font-size: 20px;
	font-family: 'Montserrat';
}

.section-padding {
	padding: 60px 0 0 0;
}
.carousel-item {
	height: 100vh;
	min-height: 300px;
}
.carousel-caption {
	bottom: 220px;
	z-index: 2;
}
.carousel-caption h5 {
	font-size: 45px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 25px;
}
.carousel-caption p {
	width: 60%;
	margin: auto;
	font-size: 18px;
	line-height: 1.9;
}
.carousel-inner:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.contact-text {
	color:  #5e8878 ;
	font-size: 12px;
	text-decoration: none;
	font-weight: 600;
	margin-left: 5px;
}

.image-green {
	width: 15px;
}

.image-container {
	justify-content: center;
	align-self: center;
	align-items: center;
	text-align: center;
}

.navbar-nav a {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 500;
}
.navbar-light .navbar-brand {
	color: #2a2d27 ;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
	color:  #2a2d27 ;
}
.navbar-light .navbar-nav .nav-link {
	color: #2a2d27 ;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color:  #5e8878;
}
.w-100 {
	height: 100vh;
}
.navbar-toggler {
	padding: 1px 5px;
	font-size: 18px;
	line-height: 0.3;
}

.card {
	background-color: #53896F;
	font-family: 'Montserrat';
	color: white;
	min-height: 180px;
}

.card-body {
	flex: none !important;
}


.whatsapp {
  position:fixed;
  width:60px;
  height:60px;
  bottom:20px;
  right:20px;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  z-index:100;
}

.whatsapp-icon {
  max-width: 50px;
	margin-top: 8px;

}

.card--dark {
	background-color: #393939;
	font-family: 'Montserrat';
}

.button-contact {
	background: #53896F;
	color: white !important;
	border-radius: 7px;
}

.image-banner {
	width: 100%;
}

label {
	font-weight: 600;
	color: #767676;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.carousel-caption {
		bottom: 370px;
	}
	.carousel-caption p {
		width: 100%;
	}
	.card {
		margin-bottom: 30px;
	}
	.img-area img {
		width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	.navbar-nav {
		text-align: center;
	}
	.carousel-caption {
		bottom: 125px;
	}
	.carousel-caption h5 {
		font-size: 17px;
	}
	.carousel-caption a {
		padding: 10px 15px;
		font-size: 15px;
	}
	.carousel-caption p {
		width: 100%;
		line-height: 1.6;
		font-size: 12px;
	}
	.about-text {
		padding-top: 50px;
	}
	.card {
		margin-bottom: 30px;
	}

	.youtube-container  {
		height: 200px !important;
	}
}

.form-control:focus {
	border-color: #9bc1b0;
	box-shadow: 0 0 0 0.25rem rgba(155, 193, 176, .2);
}

.btn-primary, .btn-primary:hover  {
	background-color: #9bc1b0;
	border: none;
	font-weight: 600;
}

.youtube-container {
	text-align: center;
	width: 95%;
	height: 700px;
}