@import url('https://fonts.googleapis.com/css?family=Montserrat');

html {
  position: relative;
  min-height: 100%;
}

body {
	margin: 0;
	padding: 0;
}

body > header > nav > .container-fluid {
	background-color: #ca8f2a;
}

.__container-content-top {

}

.__content-top {
	font-family: "Montserrat", sans-serif;
	background-image: url(../images/homeback-op-40.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

/*.__content-top::before {
	content: "";
	background-image: url(../images/homeback.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	opacity: 0.6;
}*/

.__content-top > .__background-content-top {
	padding: 150px 0 0 10px;
	/*padding-left: 200px;*/
	height: 450px;/* background-color: black; opacity: 0.4; border:1px red; */
}

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 140px;
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

.cta-6 {
	width: 200px;
	height: 40px;
	border-radius: 8px 8px 8px 0px;
	font-weight: 600;
	text-align: center;
	font-size: 18px;
	margin-left: -23px;
	padding: 8px 20px;
	display: inline-block;
	color: #212121 !important;
	letter-spacing: 0px;
	background-color: #ca8f2a;
	border: 1px #ca8f2a solid;
	text-decoration: none;
}

.cta-6:hover {
	border: 1px #212121 solid;
	background: #212121;
	color: #ffffff !important;
}
/*
.ctaf-6 {
	color: white;
}

.ctaf-6:hover {
	color: #212121;
}
*/
.cta-7 {
	width: 200px;
	height: 40px;
	border-radius: 8px 8px 8px 0px;
	font-weight: 600;
	text-align: center;
	font-size: 18px;
	margin-left: 13px;
	padding: 8px 20px;
	display: inline-block;
	color: #ffffff !important;
	letter-spacing: 0px;
	background-color: #212121;
	border: 1px white solid;
	text-decoration: none;
}

.cta-7:hover {
	border: 1px #ffffff solid;
	background: #ffffff;
	color: #212121 !important;
}
/*
.ctaf-7 {
	color: white;
}

.ctaf-7:hover {
	color: #212121 !important;
}
*/

.line-1-w {
	height: 2px;
	width: 30px;
	margin-left: 15px;
	background-color: #ffffff;
}

.line-g {
	height: 2px;
	width: 100px;
	background-color: #212121;
	margin-right: 15px;
	margin-left: 15px;
}

.lnk-1, .lnk-1:visited, .lnk-1:hover, .lnk-1:active {
	text-decoration: none;
  color: inherit;
}

.fs-7 {
	font-size: 14px;
	font-weight: 500;
}

.faw-whatsapp:before {
	content: "\f232";
}
.faw {
	display: inline-block;
	font: normal normal normal 14px / 1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}



/* WHATSAPP FLOAT TODAY*/

.btn-whatsapp-pulse-border {
	bottom: 120px;
	right: 20px;
	animation-play-state: paused;
}

.btn-whatsapp-pulse {
	background: #25d366;
	color: white;
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 35px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

/*a:-webkit-any-link {
	color: -webkit-link;
	cursor: pointer;
	text-decoration: underline;
}*/

.btn-whatsapp-pulse-border::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 25px;
	border: 5px solid #25d366;
	opacity: 0.75;
	animation-name: pulse-border;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}

/*.btn-whatsapp-pulse-border {
	bottom: 120px;
	right: 20px;
	animation-play-state: paused;
}

.btn-whatsapp-pulse {
	background: #25d366;
	color: white;
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 35px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}*/

/*a:-webkit-any-link {
	color: -webkit-link;
	cursor: pointer;
	text-decoration: underline;
}*/

.btn-whatsapp-pulse-border::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 25px;
	border: 5px solid #25d366;
	opacity: 0.75;
	animation-name: pulse-border;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}

.fab, .far {
	font-weight: 400;
}

.fab {
	font-family: "Font Awesome 5 Brands";
}

.fa, .fab, .fad, .fal, .far, .fas {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.fa-whatsapp:before {
	content: "\f232";
}

/* WHATSAPP FLOAT TODAY*/


/*
.fab, .far {
	font-weight: 400;
}

.fab {
	font-family: "Font Awesome 5 Brands";
}

.fa, .fab, .fad, .fal, .far, .fas {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.btn-whatsapp-pulse {
	background: #25d366;
	color: white;
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 35px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}

.btn-whatsapp-pulse-border {
	bottom: 120px;
	right: 20px;
	animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 25px;
	border: 5px solid #25d366;
	opacity: 0.75;
	animation-name: pulse-border;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse-border {
	0% {
		padding: 25px;
		opacity: 0.75;
	}
	75% {
		padding: 50px;
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

.fa-whatsapp:before {
	content: "\f232";
}

.btn-whatsapp-pulse-border::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 25px;
	border: 5px solid #25d366;
	opacity: 0.75;
	animation-name: pulse-border;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

*/
