html {
  scroll-behavior: smooth;
}

body {
  background-color: #000;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #FFF;
}

.menu-link {
	margin-right: 20px;
	font-weight: 200;
	font-size: 12px;
}

.menu-button {
	border: 2px solid #FFF;
	font-weight: 200;
	color: #FFF;
	border-radius: 25px;
}

.menu-button:hover {
	background-color: #568AC3;
}

.menu-button-lf {
	margin-right: 10px;
}

/* header */

.home-head {
	position: fixed;
	width: 100%;
	top: 0;
	margin: 0;
	background-color: #000;
	z-index: 10;
}

/* banner styles */

.banner-container {
    height: auto;
    width: 100%;
}

.banner-image {
	max-width: 100%;
  height: auto;
  width: 100%;
}

.banner-title {
	font-weight: bold;
	font-size: 2.6vw;
	position: relative;
	top: 3vh;
	left: 20px;
	color: #FFF;
	width: 100%;
}

.banner-sub-title {
	position: relative;
	bottom: 0px;
	width: 100%;
}

.banner-sub-title-text {
	font-weight: 200;
	font-size: 1vw;
	position: absolute;
	bottom: 0px;
	right: 20px;
	color: #FFF;
	width: 40%;
}	

@media only screen and (min-width: 1024px) {
	.banner-title {
		font-weight: bold;
		font-size: 3vw;
		position: relative;
		top: 5vh;
		left: 20px;
		color: #FFF;
	}
}

/* home styles */

.home-separador {
	margin-top: 60px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.home-separador-producto {
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.home-title {
	margin-top: 10px;
	color: #FFF;
	font-size: 3em;
}

.home-sub-title {
	margin-top: 10px;
	color: #FFF;
	font-weight: 200;
	font-size: 1.5em;
	text-align: center;
}


/* Productos styles */
.card-home {
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
    margin-top: 20px;
}

.card-product {
	background-color: #FFF;
	border-radius: 25px;
	width: 300px;
}

.product-image {
	width: 300px;
	height: 200px;
}

.service-title {
	font-weight: 300;
	font-size: 14px;
	text-align: left;
	color: #999;
}

.product-title {
	font-weight: bold !important;
	font-size: 16px;
	text-align: left;
	margin-top: 10px;
}

.product-description {
	font-size: 11px;
	text-align: left;
	margin-top: 10px;
}


/* feature styles */

.feature-image {
	width: 100%;
	height: auto;
}


/* about styles */

.about-line {
	width: 10px;
	height: 150px;
	background-color: #FFF;
}

.about-title {
	font-size: 22px;
	font-weight: 500;
	color:  #FFF;
}

.about-sub-title {
	font-size: 13px;
	font-weight: 200;
	color:  #FFF;
	margin-left: 0px;
	margin-top: 20px;
	padding-right: 40px;
}

.about-sub-title-rl {
	font-size: 13px;
	font-weight: 200;
	color:  #FFF;
	margin-right: 10px;
	margin-top: 20px;
	padding-left: 20px;
	text-align: left;
}

/* register styles */

.register-background {
	background-color: #CCC;
	padding: 30px;
}

.register-count {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
	font-size: 20px;
}

.register-title {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
	font-size: 15px;
	font-weight: 200;
}

/* client styles */

.client-image {
	filter: grayscale(100%);
	width: 200px;
	height: auto;
}

/* contact */ 

.iframe-map {
    width: 100%;
    height: 450px;
}

.contact-input {
	border-radius: 15px;
	background-color: #FFF;
	width: 100%;
	padding: 10px;
	border: 1px solid #CCC;
}

input::placeholder {
  color: #ccc;
  font-size: 12px;
}

textarea::placeholder {
  color: #ccc;
  font-size: 12px;
}

.contact-button-send {
	border-radius: 18px;
	padding: 14px;
	background-color: #4F6985;
	color: #FFF;
	width: 100%;
	font-size: 12px;
}

.contact-button-send:hover {
	background-color: #568AC3;
}

/* footer style */

.footer-image-background { 
    position: relative; 
    height: auto;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    background-image: url("../assets/img/background-footer.png");
    background-position: center;
    background-size: cover;
    padding: 20px;
}

.footer-image-background::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.7);
}

.footer-column {
	color: #FFF;
	padding: 10px;
	font-size: 12px;
	text-align: center;
	margin-top: 30px;
}

.footer-column-title {
	font-weight: 200;
}

.footer-column-bottom {
	margin-top: 50px;
	color: #FFF;
	width: 100%;
	text-align: center;
	font-size: 12px;
	z-index: 12;
}

.footer-column-android {
	text-align: center;
	margin-top: 30px;
}

.modal-header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
