@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

:root{
	--azul: #0088CE;
}
body{
	font-family: "Poppins", sans-serif;
	color: #666;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 700;
	color: #444;
}
b,strong{
	font-weight: 600;
}
p,li{
	font-weight: 300;
}
.text-14{
	font-size: 14px;
}
.text-color{
	color: var(--azul);
}
#navbar{
	transition: all .3s ease-out;
}
#navbar.navbar-shrink{
	background-color: #fff;
	box-shadow: 0 8px 10px rgba(0, 0, 0, .2);
}
#navbar .nav-item .nav-link{
	padding: 8px 15px;
}

.navbar-toggler{
	height: 42px;
	aspect-ratio: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	font-size: 24px;
}
#navbar.navbar-shrink .navbar-toggler{
	color: #666;
	border-color: #e3e3e3;
}
.carousel{
	background: linear-gradient(45deg, #009DCE, 50%, #0049B6);
}
.carousel-item{
	min-height: 100vh;
/*	min-height: 400px;*/
/*	max-height: 800px;*/
}

.carousel-item > div{
	display: flex!important;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
}
.carousel-caption{
	text-align: left;
	position: absolute;
	top: 50%;
	left: 9%;
	right: 0;
	transform: translateY(-75%);
}

.icono{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: var(--azul);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 45px;
	color: #fff;
}
.titulo{
	font-size: 34px;
	color: #333;
}
.subtitulo{
	letter-spacing: 1px;
}

.btn{
	border-radius: 15px;
	padding: 10px 18px;
}
.btn-color{
	background-color: var(--azul);
	color: #fff;
}
.btn-color:is(:hover,:focus,:active){
	background-color: #165FB4;
	color: #fff;
}
.btn-light,
.btn-light:is(:hover,:focus,:active),
.btn-outline-light:is(:hover,:focus,:active){
	color: var(--azul);
}

.delay-05s{
	animation-delay: .5s;
}
.delay-1s{
	animation-delay: 1s;
}
.delay-1-5s{
	animation-delay: 1.5s;
}
.delay-2s{
	animation-delay: 2s;
}

.caracteristicas .card{
	border-radius: 25px;
	overflow: hidden;
}
.caracteristicas .card .cont-icono{
	width: 70px;
	height: 70px;
	border-radius: 20px;
	background-color: #f1f1f1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 38px;
	color: #fff;
	margin-bottom: 45px;
}
.caracteristicas .card.violeta{
	border-color: #8535EB;
	background-color: #F6F3FC;
}
.caracteristicas .card.violeta .cont-icono{
	background-color: #8535EB;
}
.caracteristicas .card.violeta h5{
	color: #8535EB;
}
.caracteristicas .card.violeta p{
	color: #6C5179;
}

.caracteristicas .card.verde{
	border-color: #00B884;
	background-color: #F0FBF8;
}
.caracteristicas .card.verde .cont-icono{
	background-color: #00B884;
}
.caracteristicas .card.verde h5{
	color: #00B884;
}
.caracteristicas .card.verde p{
	color: #527951;
}

.caracteristicas .card.celeste{
	border-color: #39C2D2;
	background-color: #F3FBFC;
}
.caracteristicas .card.celeste .cont-icono{
	background-color: #39C2D2;
}
.caracteristicas .card.celeste h5{
	color: #39C2D2;
}
.caracteristicas .card.celeste p{
	color: #517079;
}

.caracteristicas .card.naranjo{
	border-color: #FF613F;
	background-color: #FFF6F3;
}
.caracteristicas .card.naranjo .cont-icono{
	background-color: #FF613F;
}
.caracteristicas .card.naranjo h5{
	color: #FF613F;
}
.caracteristicas .card.naranjo p{
	color: #795151;
}

.caracteristicas .card.azul{
	border-color: #348AEF;
	background-color: #F3F5FC;
}
.caracteristicas .card.azul .cont-icono{
	background-color: #348AEF;
}
.caracteristicas .card.azul h5{
	color: #348AEF;
}
.caracteristicas .card.azul p{
	color: #515579;
}

.fondo-claro{
	background-color: #F5F7F9;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
/*	width: 80%;*/
	border-radius: 0 50px 50px 0;
}
.fondo-claro-r{
	background-color: #F5F7F9;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 80%;
	border-radius: 50px 0 0 50px;
}
.lista-checks li{
	padding-left: calc(40px + 1rem);
	position: relative;
}
.lista-checks li::before{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	content: '\F633';
	font-size: 24px;
	position: absolute;
	left: 0rem;
	background-color: var(--azul);
	color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;

	font-family: bootstrap-icons!important;
    font-style: normal;
    font-weight: 400!important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
}
.lista-checks li::after{
	position: absolute;
	left: 20px;
	content: '';
	display: block;
	top: 50px;
	width: 1px;
	height: 60%;
	background-color: #D0D9E7;
}
.lista-checks li:last-child::after{
	display: none;
} 

.circulo-icon{
	background-color: var(--azul);
	color: #fff;
	height: 34px;
	width: 34px;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
footer{
	border-top: 7px solid var(--azul);
	background-color: #fff;
	margin-top: 7rem;
}

.contacto{
	background: linear-gradient(45deg, #009DCE, 50%, #0049B6);
	border-radius: 25px;
	margin-top: -5rem;
}
.contacto .form-control{
	border-radius: 15px;
	background-color: transparent;
	color: #fff;

}
.contacto .form-control::placeholder{
	color: #fff;
}

#promo .btn-close{
	position: absolute;
	top: 1rem;
	right: 1rem;
}


@media screen and (min-width: 991px){
	#navbar .nav-item .nav-link.active{
		color: #fff;
	}
	#navbar.navbar-shrink .nav-item .nav-link{
		color: #999;
	}
	#navbar.navbar-shrink .nav-item .nav-link.active{
		color: var(--azul);
	}
	#navbar.navbar-shrink .nav-item .nav-link:is(:hover,:active,:focus){
		color: var(--azul);
	}
	.titulo-slide{
		font-size: 48px;
		color: #fff;
	}
	.fondo-claro{
    	width: 80%;
    }
    .carousel-item img{
    	margin-right: -2.5rem;
    }
}

@media screen and (max-width: 991px){
	#navbar .nav-item .nav-link{
		color: #666;
	}
	#navbar .nav-item .nav-link.active{
		color: var(--azul);
	}
	.titulo-slide{
		font-size: 40px;
		color: #fff;
	}
	.titulo {
    	font-size: 32px;
    }
    .fondo-claro{
    	width: 90%;
    	height: 80%;
    }
}

@media screen and (max-width: 576px){
	.navbar-brand{
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
}
