body {
	font-family: "Montserrat", sans-serif;
	font-size: 1em;
	color: #30445a;
}

.btn-primary {
	background: #2f325a;
}
.planestrategico-img{
	max-height:100px;
	width:auto
}
.white-gradient {
	background: rgb(255, 255, 255);
	background: linear-gradient(
		144deg,
		rgba(255, 255, 255, 1) 0%,
		rgba(255, 255, 255, 1) 59%,
		rgba(240, 240, 240, 1) 100%
	);
}

.alcance-sq-item {
	color: rgb(70, 70, 70);
	border-radius: 5px;
	border: 1px solid #a3acab;
	padding: 10px;
	font-size: 0.7em;
	margin-bottom: 10px;
}

.nav-tabs .nav-link {
	border: none !important;
}

.nav-tabs .nav-link:active,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:visited {
	background: #12a79d !important;
	color: white !important;
}

.others-title {
	border-bottom: 1px solid #a3d4d1;
	max-width: 80%;
	padding: 20px 0px;
}

.logo-header {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 100%;
}

.others-menu {
}

.menu-logo {
	display: block;
	height: 35px;
	width: auto;
}

.about-us-img {
	width: 200px;
	height: 200px;
	object-fit: cover;
	display: block;
	padding: 20px 20px;
	border-radius: 50%;
}

.carousel-about-overlay {
	background: rgb(22, 41, 62, 0.6);
}

.carousel-about-overlay-2 {
	background: rgba(29, 105, 100, 0.7);
}

.carousel-about-container {
	min-height: 80vh;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.carousel-about-01 {
	background-image: url("/assets/img/nosotros/01.jpg");
	background-size: cover;
}

.carousel-about-02 {
	background-image: url("/assets/img/nosotros/02.jpg");
	background-size: cover;
}

.carousel-about-03 {
	background-image: url("/assets/img/nosotros/11.jpg");
	background-size: cover;
}

.service-img {
	display: block;
	height: auto;
	width: 100%;
	object-fit: cover;
	margin: 20px auto;

	border-radius: 10px;
}

.vertical-center {
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
}

.btn-header {
	background: none;
	border: 1px solid #12a79d;
}

.header-titles {
	font-weight: 800;
	color: #16293e;
}

.header-img {
	width: 100px;
	height: 100px;
	object-fit: cover;
	display: block;
	margin: auto;
	border-radius: 50%;
}

.btn-header:hover {
	background: #12a79d;
	border: 1px solid #12a79d;
}

.color-2 {
	color: #2f325a;
}

.color-1 {
	color: #12a79d;
}

.vh-50 {
	min-height: 50vh;
}

.color-light {
	color: #a3acab !important;
}

.header-banner-overlay {
	background: rgb(22, 41, 62, 0.9);
	max-height: 600px;
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
}

.header-banner {
}

.btn {
	padding: 18px 25px;
	border-radius: 1px;
	text-transform: uppercase;
	font-size: 0.7rem;
}

.header {
}

.bg-1 {
	background: #16293e;
}

.nav-link {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	color: #2f325a !important;
	font-size: 0.7rem;
}

.header-banner-bg {
	background: url("/assets/img/header-banner-bg.jpg") no-repeat center center;
	background-size: cover;
}

.bolder {
	font-weight: 800;
}

.project-aliance-container {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	align-content: center;
}

.project-aliance-p {
	display: block;
	max-width: 300px;
	margin: 0;
	float
	font-size: 1.2em;
	font-weight: 600;
}

.project-aliance-plus-icon {
	font-weight: 800;
	color: #4c7424;
	font-size: 3em;
	margin-right:1em;
}

.project-crumb {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	align-content: center;
	height: 60px;
	background: #16293e;
	position: relative;
	font-size: 1.1em;
	padding: 0px 0px 0px 20px;
	text-decoration: none;
	color: #fff;
	width: 70%;
	margin: 0 auto;
}

.project-crumb:after {
	content: "";
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 30px solid #16293e;
	position: absolute;
	right: -30px;
	top: 0;
}

.project-crumb:before {
	content: "";
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 30px solid white;
	position: absolute;
	left: 0;
	top: 0;
}

.project-crumb-img {
	width: 100%;
	display: block;
}

.project-info-p {
	display: block;
	position: relative;
	padding: 50px 20px 20px 50px;
	min-height: 420px;
	border-radius: 20px;
	color: white;
	width: 100%;
}

.project-bg-1 {
	background: #17375e;
}

.project-bg-2 {
	background: #7f7f7f;
}

.project-bg-3 {
	background: #306da7;
}

.project-bg-4 {
	background: #369fa0;
}

.project-info-aside {
	position: absolute;
	top: 0;
	left: 40px;
	padding-left: 50px;
	/* Rotate from top left corner (not default) */
	transform-origin: 0 0;
	transform: rotate(90deg);
}

.project-info-aside h4 {
	font: bold 1.5em Sans-Serif;
	letter-spacing: 2px;
	text-transform: uppercase;

	color: #fff;

	padding: 5px 10px;
	margin: 0 0 10px 0;
	line-height: 24px;
}

.estacionamient-info-list{
	border-radius:20px;
	background:#17375e;
	padding:20px;
	color:white;
}


.ident-arrow{
padding:50px;
}