body {
	font-family: "Poppins", sans-serif;
	font-style: normal;
}

html {
	scroll-behavior: smooth;
	overflow-x: hidden;
}

.font-weight-bold {
	font-weight: 700 !important;
}

.font-weight-medium {
	font-weight: 500 !important;
}

h1 {
	font-size: 65px;
}

h2 {
	font-size: 60px;
}

ul {
  list-style: none;
  padding-left: 0em;
}

.bg-home {
	background: url('../img/fondo-inicio-lg.webp'); 
	height: 100vh;
	background-attachment: fixed !important; 
	background-size: cover !important; 
	background-position: center center !important; 
	background-repeat: no-repeat !important;
}

.bg-blue {
	background: url('../img/fondo-azul.webp'); 
	background-attachment: inherit !important; 
	background-size: cover !important; 
	background-position: center center !important; 
	background-repeat: no-repeat !important;
}

.bg-green {
	background: url('../img/fondo-verde.webp'); 
	background-attachment: inherit !important; 
	background-size: cover !important; 
	background-position: center center !important; 
	background-repeat: no-repeat !important;
}

.bg-employees {
	background: url('../img/fondo-colaboradores-lg.webp'); 
	background-attachment: inherit !important; 
	background-size: cover !important; 
	background-position: center center !important; 
	background-repeat: no-repeat !important;
}

.bg-residencial {
	background: url('../img/fondo-residencial-lg.webp'); 
	height: 100vh;
	background-attachment: fixed !important; 
	background-size: cover !important; 
	background-position: center center !important; 
	background-repeat: no-repeat !important;
}

.bg-comercial {
	background: url('../img/fondo-comercial-lg.webp'); 
	height: 100vh;
	background-attachment: fixed !important; 
	background-size: cover !important; 
	background-position: center center !important; 
	background-repeat: no-repeat !important;
}

.bg-empresarial {
	background: url('../img/fondo-empresarial-lg.webp'); 
	height: 100vh;
	background-attachment: fixed !important; 
	background-size: cover !important; 
	background-position: center center !important; 
	background-repeat: no-repeat !important;
}

.bg-us {
	background: url('../img/fondo-nosotros-lg.webp'); 
	height: 100vh;
	background-attachment: fixed !important; 
	background-size: cover !important; 
	background-position: center center !important; 
	background-repeat: no-repeat !important;
}

.bg-solutions {
	background: url('../img/fondo-soluciones-lg.webp'); 
	height: 100vh;
	background-attachment: fixed !important; 
	background-size: cover !important; 
	background-position: center center !important; 
	background-repeat: no-repeat !important;
}

.bg-cobertura {
	background: url('../img/fondo-verde.webp'); 
	height: 100vh;
	background-attachment: fixed !important; 
	background-size: cover !important; 
	background-position: center center !important; 
	background-repeat: no-repeat !important;
}

.bg-gray {
	background-color: #e2e2ee;
}

.content-centered-home {
	position: absolute; 
	top: 50%; 
	left: 50%; 
	transform: translate(-50%, -10%);
	z-index: 0;
}

.content-centered-residencial {
	position: absolute; 
	top: 50%; 
	left: 50%; 
	transform: translate(-50%, 0%);
	z-index: 0;
}

.content-centered-us {
	position: absolute; 
	top: 50%; 
	left: 50%; 
	transform: translate(-50%, 25%);
	z-index: 0;
}

.content-centered-cobertura {
	position: absolute; 
	top: 50%; 
	left: 50%; 
	transform: translate(-50%, -30%);
	z-index: 0;
}

.vector-residencial {
	position: absolute; 
	bottom: 85px;
}

.nav-link {
	font-size: 16px;
	color: black;
	transition: 0.2s;
	padding-top: 15px;
}

.nav-link:hover {
	color: #00574c;
	transition: 0.2s;
}

.btn-light {
	background-color: #f8f8fb;
	color: black;
	transition: 0.2s;
	border-radius: 30px;
	padding-left: 25px;
	padding-right: 25px;
}

.btn-light:hover {
	background-color: #e3e6eb;
	color: black;
	transition: 0.2s;
}

.btn-gray {
	background-color: #e3e6eb;
	color: black;
	transition: 0.2s;
	border-radius: 30px;
	padding-left: 25px;
	padding-right: 25px;
}

.btn-gray:hover {
	background-color: #D1D5DA;
	color: black;
	transition: 0.2s;
}

.btn-success {
	background-color: #00574c;
	border: 1px solid #00574c;
	color: white;
	transition: 0.2s;
	border-radius: 30px;
	padding-left: 25px;
	padding-right: 25px;
}

.btn-success:hover {
	background-color: #013119;
	border: 1px solid #013119;
	color: white;
	transition: 0.2s;
}

.btn-benefit {
	background-color: #e3e6eb;
	border: none !important;
	border-radius: 0px !important;
	transition: 0.2s;
	width: 90px;
	height: 80px;
	cursor: pointer;
}

.btn-benefit:first-child {
  border-top-left-radius: 40px !important;
}

.btn-benefit:last-child {
  border-bottom-left-radius: 40px !important;
}

.btn-benefit:focus,
.btn-benefit:active,
.btn-benefit:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

.nav-pills > .active {
	background-color: white !important;
	border: none !important;
	transition: 0.2s;
}

.section-title {
	font-size: 40px;
}

.text-success {
	color: #00574c !important;
}

.text-primary {
	color: #0f3a5a !important;
}

.card-white {
	background-color: #fff;
	border-radius: 30px;
	height: 150px;
}

.card-gray {
	background-color: #e2e2ee;
	border-radius: 30px;
	height: 150px;
}

.vinetas {
  position: relative;
  color: white;
  padding-left: 1.2em;
}

.vinetas::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #1dcb76;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1;
  top: 1px;
}

.glide {
	max-width: 100%;
	margin: auto;
	position: relative;
}

.glide__slide {
	display: flex;
	justify-content: center;
	align-items: center;
}

.glide__arrows {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	display: flex;
	justify-content: space-between;
	transform: translateY(-50%);
	pointer-events: none;
}

.glide__arrow {
	color: white;
	font-size: 20px;
	border: none;
	padding: 10px;
	cursor: pointer;
	pointer-events: auto;
}

.glide__arrow--left {
	margin-left: -10px;
}

.glide__arrow--right {
	margin-right: -10px;
}

.btn-google-maps {
	background-color: #1d5d8c;
	color: white;
	transition: 0.2s;
	position: absolute;
	right: 40px; 
	bottom: 20px;
	border-radius: 30px;
}

.btn-google-maps:hover {
	background-color: #1b527b;
	color: white;
	transition: 0.2s;
}

.social-media {
	background-color: #e3e6eb;
	color: black;
	transition: 0.2s;
	height: 3rem; 
	width: 3rem; 
	display: inline-flex; 
	justify-content: center; 
	align-items: center; 
	border-radius: 100%;
	cursor: pointer;
}

.social-media:hover {
	background-color: #D1D5DA;
	color: black;
	transition: 0.2s;
	height: 3rem; 
	width: 3rem; 
	display: inline-flex; 
	justify-content: center; 
	align-items: center; 
	border-radius: 100%;
	cursor: pointer;
}

input[type=text], input[type=email], input[type=number], textarea, select {
    width: 100%;
    padding: 12px;
    display: inline-block;
    border: none;
    background: #f3f2fa;
    font-size: 15px;
    border-radius: 5px;
}

input[type=text]:focus, input[type=email]:focus, input[type=number]:focus, textarea:focus, select:focus {
    background-color: #ddd;
    outline: none;
}

::-webkit-scrollbar {
	width: 8px;
}

::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey;
}

::-webkit-scrollbar-thumb {
	background: #00574c;
}

@media (max-width: 768px) {
	.bg-home {
		background: url('../img/fondo-inicio-sm.webp'); 
		height: 100vh;
		background-attachment: scroll !important; 
		background-size: cover !important; 
		background-position: center center !important; 
		background-repeat: no-repeat !important;
	}

	.bg-employees {
		background: url('../img/fondo-colaboradores-sm.webp'); 
		background-attachment: scroll !important; 
		background-size: cover !important; 
		background-position: center center !important; 
		background-repeat: no-repeat !important;
	}

	.bg-residencial {
		background: url('../img/fondo-residencial-sm.webp'); 
		height: 100vh;
		background-attachment: scroll !important; 
		background-size: cover !important; 
		background-position: center center !important; 
		background-repeat: no-repeat !important;
	}

	.bg-comercial {
		background: url('../img/fondo-comercial-sm.webp'); 
		height: 100vh;
		background-attachment: fixed !important; 
		background-size: cover !important; 
		background-position: center center !important; 
		background-repeat: no-repeat !important;
	}

	.bg-empresarial {
		background: url('../img/fondo-empresarial-sm.webp'); 
		height: 100vh;
		background-attachment: scroll !important; 
		background-size: cover !important; 
		background-position: center center !important; 
		background-repeat: no-repeat !important;
	}

	.bg-us {
		background: url('../img/fondo-nosotros-sm.webp'); 
		height: 100vh;
		background-attachment: scroll !important; 
		background-size: cover !important; 
		background-position: center center !important; 
		background-repeat: no-repeat !important;
	}

	.bg-solutions {
		background: url('../img/fondo-soluciones-sm.webp'); 
		height: 100vh;
		background-attachment: scroll !important; 
		background-size: cover !important; 
		background-position: center center !important; 
		background-repeat: no-repeat !important;
	}

	.content-centered-residencial {
		position: absolute; 
		top: 50%; 
		left: 50%; 
		transform: translate(-50%, -30%);
		z-index: 0;
	}

	.content-centered-us {
		position: absolute; 
		top: 50%; 
		left: 50%; 
		transform: translate(-50%, 0%);
		z-index: 0;
	}

	.vector-residencial {
		position: absolute; 
		bottom: 95px;
	}

	.btn-google-maps {
		background-color: #1d5d8c;
		color: white;
		transition: 0.2s;
		position: absolute;
		right: 40px; 
		bottom: 40px;
		border-radius: 30px;
	}

	h1 {
		font-size: 45px;
	}

	h2 {
		font-size: 50px;
	}
}
