
/*
	azul claro logo: #71c5e8
	negro: rgba(0,0,0,0.8);

 */
 
 :root {
	--f-1: "DM Serif Text", serif;
	--f-2: "Montserrat", sans-serif;
	
	
	/* --c-1: #555555; */
	--c-1: #070707;
	--c-2: #231F1F;
	--c-3: #71c5e8;
	
	--c-w: #ffffff;
	--c-b: #000000;
 }
 
 
 /* =========================
			 COLORES
 ============================ */
 .c-w {
	 color: var(--c-w);
 }
 
 
 /* =========================
			 FONDOS
 ============================ */
.bg-2 {
	background-color: var(--c-2);
} 
 


 /* =========================
			 BOTONES
 ============================ */
.btn-primary {
	--bs-btn-color: var(--c-2);
	--bs-btn-bg: var(--c-3);
	--bs-btn-border-color: var(--c-3);
	--bs-btn-hover-color: var(--c-2);
	--bs-btn-hover-bg: var(--c-3);
	--bs-btn-hover-border-color: var(--c-3);
	font-weight: 500;
}

@media screen and (min-width: 1200px) {
	.btn-nav {
		font-size: 16px;
	}
}




 
 
 
 
 
 
 
 /* =========================
			 GENERAL
 ============================ */
 
body {
	font-family: var(--f-2);
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	text-rendering: optimizeLegibility;
	line-height: 1.45;
	color: var(--c-1);
	margin-top: 98px;
}

@media screen and (min-width:992px) {
	body {
		margin-top: 114px;
	}

}
 

/* =========================
			TITULOS
============================ */

.title-h1 {
	color: var(--c-2);
	text-align: center;
	text-wrap: balance;
}

.subtitle-h1 {
	color: var(--c-3);
	text-align: center;
	margin: 0;
	text-transform: uppercase;
	font-weight: 600;
}



.title-h2 {
	color: var(--c-2);
	margin-bottom: 20px;
	text-wrap: balance;
}

.subtitle-h2 {
	color: rgba(0,0,0,0.8);
	position: relative;
	line-height: 1;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0 0 10px 0;
	font-weight: 600;
	font-style: normal;
	font-size: 16px;
	text-transform: uppercase;
}

.subtitle-h2.center {
	padding-left: 0;
	padding-bottom: 15px;
}

.subtitle-h2::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 5px;
	height: 100%;
	background-color: var(--c-3);
}

.subtitle-h2.center::before {
	left: 50%;
	top: auto;
	bottom: 0;
	transform: translateX(-50%);
	width: 80px;
	height: 5px;
}


.title-h3 {
	color: var(--c-2);
	margin-bottom: 0;
	text-wrap: balance;
}

.subtitle-h3 {
	color: var(--c-3);
	font-size: 18px;
	margin-bottom: 20px;
}





/* =========================
			NAVBAR
============================ */

.nav-scroller {
	position: relative;
	z-index: 2;
	height: 2.75rem;
	overflow-y: hidden;
}

.nav-scroller .nav {
	display: flex;
	flex-wrap: nowrap;
	padding-bottom: 1rem;
	margin-top: -1px;
	overflow-x: auto;
	text-align: center;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}
	  

.navbar {
	background-color: var(--c-w);
	box-shadow: 0px 3px 5px 0 rgba(0, 0, 0, 0.15);
	flex-direction: column;
	padding: 0;
}


.topbar {
	background-color: var(--c-2);
	color: var(--c-w);
	width: 100%;
	padding: 5px 0;
}

.topbar-container {
	display: flex;
	align-items: center;
}

.topbar-text {
	color: var(--c-w);
	text-decoration: none;
	font-size: 14px;
}

.topbar-linkedin {
	display: flex;
	align-items: center;
}

.topbar-linkedin img {
	height: 20px;
	width: auto;
}

.topbar-email {
	margin-left: 1rem;
}

@media screen and (max-width: 419px) {
	.topbar-text {
		font-size: 13px;
	}
	.topbar-email {
		margin-left: 0.5rem;
	}
}


/* OFFCANVAS */

@media screen and (min-width:992px) {
	.navbar-expand-lg .offcanvas {
		flex-grow: 0;
		margin-top: 40px;
	}
}




.navbar-brand {
	padding-bottom: 0.5rem;
	padding-left: 0.5rem;
	padding-top: 0.5rem;
}

.navbar-brand img {
	display: block;
	width: 140px;
	height: auto;
}

@media screen and (min-width:992px) {
	.navbar-brand {
		padding-left: 0;
	}
	
	.navbar-brand img {
		max-width: 180px;
		width: auto;
	}	
}

@media screen and (min-width: 1200px) {
	
	.navbar-brand {
		padding-bottom: 1rem;
		padding-top: 1rem;
	}

}



.navbar-toggler {
	padding: 0;
	border: 0;
}

.navbar-toggler:focus {
	box-shadow: none;
}



.nav-link {
	font-size: 18px;
	font-weight: 500;
	position: relative;
	text-transform: uppercase;
}

.navbar-nav .nav-link:hover {
	color: var(--c-2);
}

.navbar-nav .nav-link.active {
	color: var(--c-3);
}

.dropdown-item {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 500;
}

.dropdown-item.active,
.dropdown-item:active {
	background-color: transparent;
	color: var(--c-3);
}


@media screen and (min-width:992px) {
	.nav-link {
		font-size: 16px;
	}		
}

@media screen and (min-width: 1200px) {
	.nav-link {
		font-size: 18px;
	}	
}





/* =========================
			PORTADA
============================ */

.portada {
	position: relative;
	overflow: hidden;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
}

.portada-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0 20px 20px 20px;
	text-align: center;
}

.portada-title {
	text-wrap: balance;
	color: #282828;
	font-size: 22px;
	/* text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4); */
	line-height: 1.3;
	text-transform: uppercase;
	font-weight: 600;
}

.portada-title span {
	display: block;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 600;
	color: #71c5e8;
}


.portada-imagen {
	width: 90%;
	height: auto;
	display: inline-block;
	margin: 0 auto;
	opacity: 0;
	animation: fadeInFromRight 1.1s cubic-bezier(0.16, 1, 0.3, 1) 0.2s forwards;
}

/* Animacion fade-in desde la derecha con easing profesional
   cubic-bezier(0.16, 1, 0.3, 1) = easeOutExpo - arranque rapido, frenado suave y elegante */
@keyframes fadeInFromRight {
	0% {
		opacity: 0;
		transform: translateX(60px) scale(0.98);
	}
	100% {
		opacity: 1;
		transform: translateX(0) scale(1);
	}
}


@media screen and (min-width:768px) {
	.portada-title {
		font-size: 32px;
	}
	
	.portada-title span {
		font-size: 18px;
	}
	
	.portada-imagen {
		width: 65%;
		height: auto;
		display: inline-block;
		margin: 0 auto;
	}
}

@media screen and (min-width:992px) {
	
	.portada {
		height: 550px;
	}
	
	.portada-content {
		position: absolute;
		top: 0;
		left: 0;
		width: 60%;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		padding: 0 30px;
		text-align: left;
	}
	
	.portada-title {
		font-size: 28px;
	}

	.portada-title span {
		font-size: 16px;
	}
	
	
	
	.portada-imagen {
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%);
		width: auto;
		height: 370px;
		opacity: 0;
		animation: fadeInFromRightDesktop 1.4s cubic-bezier(0.22, 1, 0.36, 1) 0.3s forwards;
	}

	/* cubic-bezier(0.22, 1, 0.36, 1) = easeOutQuint - movimiento premium, muy suave al final */
	@keyframes fadeInFromRightDesktop {
		0% {
			opacity: 0;
			transform: translateY(-50%) translateX(100px) scale(0.96);
		}
		100% {
			opacity: 1;
			transform: translateY(-50%) translateX(0) scale(1);
		}
	}
	
	
	.portada-imagen img {
		object-fit: cover;
		width: 100%;
		height: 100%;
	}
	
}

@media screen and (min-width:922px) and (max-width:1199px) {
	.portada-imagen {
		max-height: 300px;
		height: auto;
		max-width: 45%;
	}
}

@media screen and (min-width:1200px) {

	.portada-title {
		font-size: 36px;
	}

	.portada-title span {
		font-size: 20px;
	}
	.portada-imagen {
		max-height: 330px;
	}
}

@media screen and (min-width:1400px) {
	.portada-imagen {
		max-height: 380px;
	}
}






/* =========================
			ICON BOX
============================ */

.icon-box-title {
	font-weight: 500;
	font-style: normal;
	font-size: 19px;
	color: var(--c-2);
	text-align: center;
	text-wrap: balance;
}

.icon-box-desc {
	font-size: 15px;
	text-align: center;
	margin-bottom: 10px;
	color: var(--c-1);
}

.icon-box-img {
	text-align: center;
	margin-bottom: 20px;
}

.icon-box-img img {
	width: auto;
	height: 100px;
}

.icon-box-img.icon-box-sm {
	text-align: left;
	margin-bottom: 10px;
}

.icon-box-img.icon-box-sm img {
	height: 60px;
}

.icon-box-img.icon-box-md img {
	height: 70px;
}


/* =========================
			CHECK BOX
============================ */
.check-box {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	text-align: left;
}

.check-box-img {
	width: auto;
	height:30px;
}

.check-box-content {
	margin-left: 16px;
}

.check-box-title {
	color: var(--c-2);
	font-weight: 500;
	font-style: normal;
	font-size: 18px;
	margin-bottom: 0;
	margin-top: 3px;
}



/* =========================
			CARD
============================ */

.card {
	border-radius: 20px;
	border: 0;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
}

.card.card-flat {
	box-shadow: none;
}

.card.card-flat .card-body {
	background-color: transparent;
}

.card-body {
	background-color: #f8f8f8;
	padding: 0;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
}

.card-body > div:last-child:not(.check-box) {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.card-body > div:last-child .btn {
	margin-top: auto;
}

.card-subtitle-up {
	/* background-color: var(--c-3); */
	/*background: linear-gradient(0deg,rgba(113, 197, 232, 1) 0%, rgba(104, 182, 214, 0.7) 50%, rgba(0, 0, 0, 0.7) 100%, rgba(0, 0, 0, 0.7) 85%);*/
	background-image: linear-gradient(180deg,rgba(113, 197, 232, 1) 0%, rgba(104, 182, 214, 0.7) 71%, rgba(0, 0, 0, 0.4) 100%, rgba(0, 0, 0, 0.4) 89%);
	color: var(--c-2);
	border-radius: 20px 20px 0 0;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	padding: 20px;
	text-wrap: balance;
	text-transform: uppercase;
	margin-bottom: 0;
}

.card-title {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	text-decoration: underline;
}

.card-text {
	font-size: 15px;
}

@media screen and (min-width:1200px) {
	.card-subtitle-up {
		font-size: 16px;
		padding: 16px;
	}
	.card-text {
		font-size: 14px;
		margin-bottom: 10px;
	}
}

@media screen and (min-width:1400px) {
	.card-subtitle-up {
		font-size: 20px;
		padding: 20px;
	}
}





/* =========================
			SLOGAN
============================ */

.slogan {
	position: relative;
}

.slogan .row {
	padding-bottom: 250px;
}

.slogan-title {
	color: var(--c-w);
	margin-bottom: 20px;
	text-wrap: balance;
}

.slogan-subtitle {
	color:  var(--c-3);
	font-weight: 500;
	font-style: normal;
	font-size: 18px;
	margin-bottom: 0;
	text-transform: uppercase;
	text-wrap: balance;
}

.slogan-img {
	position: absolute;
	bottom: 0;
	right: 50%;
	transform: translateX(50%);
	width: auto;
	height: 250px;
}


@media screen and (min-width:992px) {
	.slogan .row {
		padding-bottom: 0;
	}
	
	.slogan-img {
		right: 0;
		transform: none;
		height: 350px;
	}	
}

@media screen and (min-width:1200px) {
	.slogan-img {
		height: 450px;
	}	
}




/* ===================
	FOOTER
=================== */

.footer {
	background-color: var(--c-2);
	color: #fff;
	padding-bottom: 1rem;
	padding-top: 1rem;
}
.footer a {
	color: white;
}

.footer-title {
	color: var(--c-w);
	font-size: 23px;
	font-family: var(--f-2);
	font-weight: 600;
}

.footer-text {
	font-size: 14px;
}

.footer-legal {
	font-size: 13px;
	color: var(--c-w);
	text-decoration: none;
}


.footer-img {
	max-width: 150px;
}


.whatsapp {
	padding: 0.8rem;
	border-radius: 50%;
	background-color: #00E676;
	position: fixed;
	bottom: 1.5rem;
	right: 1.5rem;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
}

.whatsapp img {
	width: 35px;
	height: auto;
}


/* =========================
		STEP NUMBER
============================ */
.step-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background-color: var(--c-3);
	color: white;
	font-weight: 700;
	border-radius: 50%;
	margin-bottom: 1rem;
}






