/*==================== PLANTILLA NO BORRAR ===================*/

/*==================== Inicio whatsapp ===================*/

.whatsapp {
	position: fixed;
	cursor: pointer;
	width: 59px;
	height: 59px;
	bottom: 8px;
	right: 5px;
	color: #fff !important;
	/* background: linear-gradient(238.45deg, #42d2ff 3.32%, #49e513 98.6%); */
	background: linear-gradient(238.45deg, #49d7f1 15.32%, #78f9d6 72.6%);
	border-radius: 70px;
	text-align: center;
	font-size: 40px;
	z-index: 9999999;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}

.whatsapp_hover {
	text-decoration: none;
	color: white !important;
	background-color: #25d366;
}

.whatsapp-icon {
	margin-top: 10px;
}

/*==================== fin whatsapp ===================*/

/*==================== Body ===================*/
html,
body {
	height: 100%;
	font-family: 'Nunito', sans-serif;
	margin: 0px;
	padding: 0px;
}

::-moz-selection {
	background: #3ed60e;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #80ffd2;
	color: #fff;
	text-shadow: none;
}

a:focus {
	outline: 0px solid;
}

img {
	width: auto;
	height: auto;
}

p {
	margin: 0;
	font-size: 18px;
	line-height: 25px;
	color: #363636;
	text-align: justify;
	font-family: 'Nunito' !important;
	font-weight: 300 !important;
	width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 10px;
}

a {
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	text-decoration: none;
}

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

a:active,
a:hover {
	outline: 0 none;
}

ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

.container {
	max-width: 1300px;
}
/*==================== fin Body ===================*/

#scrollUp {
	bottom: 58px;
	/* background: linear-gradient(238.45deg, #42d2ff 3.32%, #49e513 98.6%); */
	background: linear-gradient(238.45deg, #49d7f1 15.32%, #78f9d6 72.6%);
	background-clip: border-box;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	right: 5px;
	text-align: center;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	font-size: 59px;
}

/* 1.1 Preloader*/
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #f7f7f7;
	z-index: 99999999999999;
	height: 100%;
}

#status {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 150px;
	height: 150px;
	padding: 0;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 99999999999999;
}

#status img {
	height: 150px;
	width: 150px;
}

/*1.2 Section Heading*/

.section-heading-3 {
	padding-bottom: 45px;
	text-align: center;
}

.section-heading-3 h4 {
	font-size: 23px;
	text-transform: capitalize;
}

.section-heading-3 h3 {
	text-transform: capitalize;
	font-weight: 700;
	margin-bottom: 40px;
	position: relative;
	font-size: 35px;
	display: inline-block;
	margin-top: 35px;
}

.section-heading-3 h3:before {
	position: absolute;
	content: '';
	left: 50%;
	bottom: -15px;
	background-color: #80ffd2;
	height: 5px;
	width: 70px;
	transform: translateX(-50%);
}

/*1.3 Section Button*/

button {
	background-color: #ffffff;
	box-shadow: 0px 2px 15px rgba(164, 164, 164, 0.25);
	border-radius: 68px;
	border-color: #425d9e !important;
	color: #425d9e;
	padding: 10px 24px;
	font-weight: 300;
	font-size: 13px;
	text-transform: capitalize;
	margin-top: 25px;
	display: inline-block;
}

/*=========2. Menu Area CSS==========*/
.main-navigation {
	width: 100%;
	background-color: transparent;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
}

.logo-area img {
	margin: 25px 16px;
	width: 180px;
}

/*2.1 Menu CSS*/
.main-menu {
	margin-right: 85px;
}

.main-menu ul li {
	display: inline-block;
	margin-left: 25px;
	position: relative;
}

.main-menu ul li a {
	color: #fff;
	display: inline-block;
	text-transform: capitalize;
	font-size: 18px;
	line-height: 1;
	position: relative;
	font-weight: 700;
	padding: 40px 0;
	transition: 0.5s;
}

.main-menu ul li a:hover {
	color: #80ffd2;
}

.main-menu ul li a:before {
	content: '';
	position: absolute;
	width: 0px;
	height: 3px;
	background-color: #fff;
	left: 0;
	top: 67%;
	-webkit-transition: 0.7s;
	transition: 0.7s;
	mix-blend-mode: multiply;
}

.main-menu ul li a:after {
	content: '';
	position: absolute;
	width: 0px;
	height: 3px;
	background-color: #fff;
	right: 0;
	top: 67%;
	-webkit-transition: 0.7s;
	transition: 0.7s;
	mix-blend-mode: multiply;
	z-index: 999;
}

.main-menu ul li a.current:before {
	content: '';
	position: absolute;
	width: 50%;
	height: 3px;
	background-color: #80ffd2;
	left: 0;
	top: 67%;
	-webkit-transition: 0.7s;
	transition: 0.7s;
	mix-blend-mode: multiply;
}

.main-menu ul li a.current:after {
	content: '';
	position: absolute;
	width: 50%;
	height: 3px;
	background-color: #80ffd2;
	right: 0;
	top: 67%;
	-webkit-transition: 0.7s;
	transition: 0.7s;
	mix-blend-mode: multiply;
	z-index: 9;
}

.main-menu ul li a.current {
	color: #80ffd2;
}

.main-menu ul li a:hover:before {
	width: 50%;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.main-menu ul li a:hover:after {
	width: 50%;
	-webkit-transform: translateX(100%);
	transform: translateX(-100%);
}

.f-right {
	float: right;
}

.mean-container .mean-nav {
	margin-top: 0;
	background: linear-gradient(270deg, #00b0e7 0%, #80ffd2 100%);
	border-radius: 10px;
}
/* !! revisar esto!!!!! */
@media only screen and (min-width: 768px) {
	.mean-container .mean-nav {
		margin-top: 75px;
		background: linear-gradient(270deg, #00b0e7 0%, #80ffd2 100%);
		border-radius: 10px;
	}
}

.main-menu ul li i {
	margin-left: 5px;
}

#mobile-menu {
	display: block;
}

/*2.2 Drop Down Menu CSS*/
.main-menu ul li ul.dropdown {
	position: absolute;
	right: 0;
	top: 130%;
	width: 280px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 20px rgba(20, 20, 20, 0.1);
	box-shadow: 0px 0px 20px rgba(20, 20, 20, 0.1);
	border: solid 3px transparent;
	border-image: linear-gradient(238.45deg, #80ffd2 3.32%, #42d2ff 98.6%);
	border-image-slice: 1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	padding: 15px;
}

ul.dropdown li a:before {
	position: absolute;
	content: '';
	background-color: transparent;
	height: 0;
	left: 0;
	top: 0;
	opacity: 0;
}

ul.dropdown li a:after {
	position: absolute;
	content: '';
	background-color: transparent;
	height: 0;
	right: 0;
	top: 0;
	opacity: 0;
}

.main-menu ul li:hover ul.dropdown {
	top: 106%;
	opacity: 1;
	visibility: visible;
}

.main-menu ul li ul.dropdown li a:hover {
	background: linear-gradient(238.45deg, #42d2ff 3.32%, #80ffd2 98.6%);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}

.main-menu ul li ul.dropdown li {
	display: block;
	margin-left: 15px;
}

.main-menu ul li ul.dropdown li a {
	padding: 12px 0px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	position: relative;
	color: #646572;
	font-weight: 600;
}

/*2.3 Sticy Menu CSS  */

.main-navigation.sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 99;
	/* background menu: */
	background: linear-gradient(270deg, #00b0e7 0%, #80ffd2 100%);
	-webkit-box-shadow: 0px 0px 4px #016946;
	box-shadow: 0px 0px 50px #60636242;
	-webkit-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	-webkit-animation: sticky 1s;
	animation: sticky 1s;
}

@-webkit-keyframes sticky {
	0% {
		top: -120px;
	}

	100% {
		top: 0;
	}
}

@keyframes sticky {
	0% {
		top: -120px;
	}

	100% {
		top: 0;
	}
}

.main-navigation-1 {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 99;
	background: linear-gradient(253.52deg, #48d6f2 8.92%, #80ffd2 100%);
	-webkit-box-shadow: 0px 0px 4px #016946;
	box-shadow: 0px 0px 50px #60636242;
	-webkit-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	-webkit-animation: sticky 1s;
	animation: sticky 1s;
}

/* 2.4 Fullscreen Search CSS*/
#search {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #00b09b;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(rgba(66, 93, 155, 0.9)),
		to(rgba(0, 176, 155, 0.9))
	);
	background: linear-gradient(
		to right,
		rgba(66, 93, 158, 0.9),
		rgba(66, 93, 155, 0.9)
	);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	will-change: transform, opacity;
	z-index: 99;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
	visibility: hidden;
}

#searchbox {
	border-radius: 11px;
	padding: 3px 20px 3px 20px !important;
}

#boton-busqueda {
	border-radius: 11px;
	padding: 8px 20px 8px 20px;
}

#search {
	display: flex;
	justify-content: flex-end;
}

#boton-busqueda {
	margin-right: 90px;
}

.search-icon-area {
	position: absolute;
	right: 20px;
	top: 29px;
}

/* icono de de busqueda: */
.search-icon-area i {
	/*background-color: #fff;*/
	color: #80ffd2;
	font-size: 27px;
	padding: 7px;
	border-radius: 50%;
}
/* !! revisar esto!!!!! */
@media only screen and (min-width: 1024px) and (max-width: 1025px) {
	.search-icon-area i {
		background-color: transparent;
		color: #fff;
		font-size: 27px;
		padding: 7px;
		border-radius: 50%;
	}
}

.close-btn:hover {
	color: #80ffd2;
}

#search:target {
	height: 10vh !important;
	opacity: 1;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	visibility: visible;
}

#search:target .close-btn {
	display: block;
}

#searchbox {
	/* background: transparent; */
	border: solid #fff;
	border-width: 0 0 1px 0;
	color: #425d98;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 none;
	font-size: 25px;
	max-width: 66%;
	outline: 0;
	padding: 10px 3px;
}

.close-btn {
	display: none;
	color: #fff;
	font-size: 2rem;
	position: absolute;
	top: 0.8rem;
	right: 2rem;
}
/*==================== fin MENU ===================*/

/*5.1 Curve SVG*/
#curve {
	position: absolute;
	top: -1px;
	left: 0;
	transform: rotate(180deg);
}

/*No tocar el color de la curva*/
#curve path {
	fill: #fff;
}

/*11.1 Single Blog Image*/
.s-blog-image {
	position: relative;
	overflow: hidden;
}

.home-single-blog:hover .s-blog-image img {
	transform: scale(1.1);
}

.s-blog-image img {
	width: 100%;
	transition: 0.5s;
	transform: scale(1);
}

/*11.2 Single Blog PostDate*/
.blog-post-date {
	position: absolute;
	right: 0;
	top: 30px;
	background: linear-gradient(253.52deg, #48d6f2 8.92%, #80ffd2 96.59%);
	border-radius: 30px 0px 0px 30px;
	border-radius: 30px 0px 0px 30px;
	color: #fff;
	width: 80px;
	height: 40px;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 40px;
	text-align: center;
	transition: 0.5s;
}

.s-blog-image:hover .blog-post-date {
	width: 95px;
}

/*11.3 Single Blog Content*/
.s-blog-content {
	margin-top: 25px;
}

.s-blog-content h4 {
	font-weight: 700;
	color: #425d9d;
	text-transform: capitalize;
}

.s-blog-content a {
	font-weight: 700;
	display: inline-block;
	color: #42d2fe;
	margin-top: 5px;
	margin-bottom: 10px;
}

.s-blog-content a:hover {
	background: linear-gradient(238.45deg, #49e513 3.32%, #42d2ff 98.6%);
	background-clip: border-box;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}

/*========= 11. Footer Area CSS ==========*/

.big-footer {
	background-color: #425d9d;
	padding: 70px 35px 70px 35px;
	background-image: url('img/./f-pattern.png');
}

#footer-fixed {
	width: 100%;
}

.footer-logo img {
	width: 200px;
}

.footer-logo p {
	color: #fff;
	line-height: 26px;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 15px;
}

.p_footer {
	width: 100%;
	line-height: 18px !important;
	text-align: justify;
}

/*12.1 Footer Social*/
.social {
	margin-left: 15px;
}

.social ul li {
	display: inline-block;
	margin-right: 15px;
}

.social ul li:last-child {
	margin-right: 0;
}

.social ul li a {
	display: inline-block;
	color: #ffffff;
	font-size: 20px;
	text-align: center;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.social ul li a:hover {
	color: #85ff7f;
}

/*12.2 Footer Content*/
.footer-heading h3 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	margin-top: 5px;
}

.footer-logo {
	margin-left: 15px;
}

.footer-content ul {
	margin-top: 30px;
}

.footer-columna-link {
	margin-left: 56px;
}

.footer-columna-ultimos {
	margin-left: 12px;
}

.footer-content.footer-cont-mar-40 ul {
	margin-top: 0px;
}

.footer-content ul li a {
	color: #efefef;
	font-size: 16px;
	text-transform: capitalize;
	line-height: 24px;
}

.footer-content ul li a:hover {
	color: #85ff7f;
}

.footer-content form {
	margin-top: 0px;
}

.footer-content form input#leadgenaration {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #fff;
	color: #fff;
	padding: 15px 0px;
	margin-bottom: 30px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	display: block;
	width: 100%;
	margin-top: 12px;
	/*se agrego margin top julio 25*/
}

.footer-content form input#subscribe {
	background: linear-gradient(253.52deg, #48d6f2 8.92%, #80ffd2 96.59%);
	box-shadow: 0px 2px 15px rgba(164, 164, 164, 0.25);
	border-radius: 68px;
	border: none;
	color: #fff;
	padding: 10px 25px;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	font-size: 15px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.footer-content form input#subscribe:hover {
	background: linear-gradient(252.62deg, #80ffd2 8.92%, #48d6f2 96.59%);
}

.footer-content form input#leadgenaration:focus {
	padding: 15px 10px;
}

/*12.3 Copyright Text*/
footer {
	background-color: #090c21;
	text-align: center;
	padding: 20px 15px 20px 15px;
	width: 100%;
}

footer p {
	margin: 0;
	color: #fff;
	font-size: 15px;
	text-align: center;
}

/* footer QR */

.img-qr {
	margin-left: -20px;
}

/*============= 13. Blog Details Page ==============*/
/*13.1 Blog Banner*/

.blog-body {
	background-color: #fff;
}

.blog-post-heading h1 {
	font-size: 37px;
	color: #363636;
	text-transform: capitalize;
	margin-top: 30px;
	font-weight: 700;
}

.blog-post-heading span {
	font-weight: 700;
	text-transform: capitalize;
}

/*========= 15. Servicios Area CSS =========*/
.servicio-area {
	background-color: #fff;
	padding: 100px 70px 100px 70px;
}

.servicio-otros {
	padding: 12px 70px 43px 70px;
}

.team-banner-text {
	position: absolute;
	left: 0;
	top: 55%;
	right: 0;
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.team-banner-text h1 {
	color: #fff;
	text-transform: capitalize;
	font-weight: 700;
	font-size: 40px;
}

.team-banner-text p {
	color: #fff;
}

/*16.1 Contact Us Banner*/
.contact-hero-banner {
	background-color: #fff;
	/* background-image: url(img/contacto/contact-bg-extendido-abajo.jpg); */
	width: 100%;
	/* height: 100vh; */
	background-position: center;
	background-size: cover;
	position: relative;
}

/*arreglo img de contacto con la ola 16 agosto*/
.contact-hero-banner img {
	width: 100%;
	height: 100vh;
}

.contact-hero-banner:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(5, 5, 5, 0.212);
}

.social ul {
	margin-top: 15px;
}

.footer-socials {
	margin-right: 1%;
}

.imgBannerContacto {
	object-position: center;
	object-fit: cover;
}

/* ## Titulos de paginas */

.seo-h1-titulos h1 {
	text-transform: capitalize;
	font-weight: 700;
	margin-bottom: 40px;
	position: relative;
	font-size: 35px !important;
	display: inline-block;
	margin-top: -10px;
}

.seo-h1-titulos h1:before {
	position: absolute;
	content: '';
	left: 50%;
	bottom: -14px;
	background-color: #80ffd2;
	height: 5px;
	width: 70px;
	transform: translateX(-50%);
}

.seo-h1-titulos-hardware h1 {
	text-transform: capitalize;
	font-weight: 700;
	margin-bottom: 40px;
	position: relative;
	font-size: 35px !important;
	display: inline-block;
	margin-top: 110px;
	line-height: 42px;
}

.seo-h1-titulos-hardware h1:before {
	position: absolute;
	content: '';
	left: 50%;
	bottom: -14px;
	background-color: #80ffd2;
	height: 5px;
	width: 70px;
	transform: translateX(-50%);
}

.seo-h1-titulos-proyectos h1 {
	text-transform: capitalize;
	font-weight: 700;
	margin-bottom: 40px;
	position: relative;
	font-size: 35px !important;
	display: inline-block;
	margin-top: -10px;
	line-height: 42px;
}

.seo-h1-titulos-proyectos h1:before {
	position: absolute;
	content: '';
	left: 50%;
	bottom: -14px;
	background-color: #80ffd2;
	height: 5px;
	width: 70px;
	transform: translateX(-50%);
}

/*==================== fin titulos  ===================*/

/*==================== efecto curva ===================*/

.seccion-curva {
	position: absolute;
	width: 100%;
	height: calc(100% - 200px);
}

.seccion-curva .curve {
	position: absolute;
	bottom: -205px;
	height: 250px;
	width: 100%;
	transform-origin: center bottom;
	transition: all 1.5s ease 0s;
}

.seccion-curva .curve img {
	width: 100%;
	height: 100%;
}
/*==================== fin efecto curva ===================*/

/*==================== FIN PLANTILLA NO BORRAR ===================*/

/*------------------------- FRANJA BLANCA -------------------------------*/
#curve2 {
	position: absolute;
	top: -1px;
	left: 0;
	transform: rotate(180deg);
}

#curve2 path {
	fill: #fff;
}
#curve2 {
	display: block;
	width: 105%;
	margin-left: -20px;
	height: auto;
	margin-bottom: 5px;
	position: relative;
	z-index: 1;
	margin-top: -65px;
}
.servicio-desarrollo {
	background-color: #fff;
	padding: 120px 55px;
	padding-bottom: 1px;
	z-index: 9;
	position: relative;
}
.section-heading-32 {
	text-align: center;
}

.section-heading-32 h4 {
	font-size: 23px;
	text-transform: capitalize;
}

.section-heading-32 h3 {
	text-transform: capitalize;
	font-weight: 700;
	margin-bottom: 40px;
	position: relative;
	font-size: 35px;
	display: inline-block;
	margin-top: 35px;
}

.section-heading-32 h3:before {
	position: absolute;
	content: '';
	left: 50%;
	bottom: -15px;
	background-color: #80ffd2;
	height: 5px;
	width: 70px;
	transform: translateX(-50%);
}
.desarrollo-titulos h1 {
	text-transform: capitalize;
	font-weight: 700;
	margin-bottom: 40px;
	position: relative;
	font-size: 35px !important;
	display: inline-block;
	margin-top: -10px;
}

.desarrollo-titulos h1:before {
	position: absolute;
	content: '';
	left: 50%;
	bottom: -14px;
	background-color: #80ffd2;
	height: 5px;
	width: 70px;
	transform: translateX(-50%);
}

.Subtitulo-Principal {
	font-size: 28px;
	color: #425d9d;
	margin-bottom: 35px;
	line-height: 36px;
	font-weight: 500 !important;
}
.textos-zonablanca {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: -55px;
	position: relative;
	transform: translateY(-62px);
}
.parrafos-zonablanca {
	flex: 1;
	position: relative;
	z-index: 2;
}
.parrafos-zonablanca p {
	max-width: 530px;
}
.imagen-circulo1 {
	width: 45%;
	height: auto;
	margin-left: 20px;
	transform: translate(18px, 100px);
}
.imagen-svg1 {
	top: 57px;
	left: 48%;
	transform: translateX(-97%);
	width: 14%;
	position: absolute;
}
.beneficios-lista {
	list-style: none;
	padding-left: 0;
}

.beneficios-lista li {
	margin-bottom: 10px;
	font-size: 1.1em;
	color: #407bff;
	transform: translateY(-146px);
	font-weight: 600;
}
.numero-circulo {
	background-color: #407bff;
	color: #fff;
	border-radius: 90px;
	padding: 0px 8px;
	margin-right: 10px;
	font-weight: bold;
}
.texto2 {
	margin-top: -18px;
}
.imagen-circulo2 {
	width: 356px;
	height: auto;
	transform: translate(158%, 64px);
	position: absolute;
}
.imagen-svg2 {
	position: absolute;
	bottom: -91px;
	left: 87%;
	transform: translateX(42%);
	width: 24%;
	height: auto;
	z-index: 9;
}

/*------------------------- FIN FRANJA BLANCA -------------------------------*/

/*-------------------------Sección franja azul -------------------------------*/

.franja-azul {
	position: relative;
	background-color: #425d9d;
	padding: 0;
	margin: 0;
	color: #ffffff;
	text-align: center;
	overflow: hidden;
	min-height: 1426px; /* Establece una altura mínima */
	padding-bottom: 0;
}
.franja-azul h3 {
	margin-bottom: 36px;
	font-size: 30px;
	margin-top: 36px;
}
.imagen-svg4 {
	position: absolute;
	bottom: 77%;
	left: 5%;
	transform: translateX(-218%);
	width: 23%;
	height: auto;
	z-index: 9;
}

.cajas-container {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 52px;
	/* padding-bottom: 51%;*/
}

.cajablanca h4 {
	color: #425d9d;
	margin-bottom: 15px;
	font-size: 28px;
	text-align: center;
	font-weight: 600;
}
.cajablanca p {
	margin-bottom: 20px;
	font-size: 18px;
}

.cajablanca.caja-animacion h5 {
	color: #407bff;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: 600;
}
.cajablanca {
	background-color: #ffffff;
	padding: 35px;
	border-radius: 24px;
	width: calc(28% - 157px);
	margin: 10px;
	text-align: left;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	z-index: 9;
}
.altura-caja {
	height: 358px;
	overflow: hidden;
}
.cajablanca.caja-animacion ul {
	list-style: none;
	padding-left: 0;
}

.cajablanca.caja-animacion li {
	position: relative;
	padding-left: 35px;
	margin-bottom: 10px;
	font-size: 14px;
	color: black;
}
.cajablanca.caja-animacion li::before {
	content: '✓';
	color: #ffffff;
	background-color: #407bff;
	padding: 0px 6px;
	border-radius: 24%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-45%);
}
.boton-leer {
	display: flex;
	justify-content: center;
	margin-top: 34px;
	font-weight: bold;
}
.boton {
	display: inline-block;
	padding: 8px 37px;
	background-color: #407bff;
	color: #fff;
	border: 2px solid transparent;
	border-radius: 9px;
	text-decoration: none;
	font-size: 14px;
	transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}
.boton:hover {
	background-color: #fff;
	color: #407bff;
	border-color: #407bff;
	border-width: 2px;
}
.imagen-svg5 {
	position: absolute;
	bottom: 54%;
	left: 89%;
	transform: translateX(-218%);
	width: 10%;
	height: auto;
	z-index: 9;
}

.imagen-svg3 {
	width: auto;
	z-index: 9;
	position: relative;
	margin-top: -307px;
}
.wave {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 103%;
	top: 1102px;
	height: 421px;
	fill: white;
	margin-left: -39px;
	margin-top: -25%;
	margin: 0;
	padding: 0;
	margin-bottom: 441px;
}

.seccion-contacto {
	text-align: center;
	background-color: #fff;
	padding: 20px;
	margin-bottom: 20px;
	transform: translateY(-16px);
}

.texto-contacto {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 48px;
	padding: 20px;
	border-radius: 10px;
	background-color: #fff;
}

.texto-contacto h2 {
	font-size: 30px;
	color: #407bff;
	margin: 0;
	font-family: 'Nunito';
	font-weight: 600;
}

.contacto-boton {
	padding: 17px 37px;
	font-size: 16px;
	color: #fff;
	background-color: #425d9d;
	border: none;
	border-radius: 14px;
	cursor: pointer;
	transition: background-color 0.3s ease;
	font-weight: bold;
	margin-top: 8px;
}

.contacto-boton:hover {
	background-color: #407bff;
}
.imagen-fondo {
	position: absolute;
	top: 577px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	width: 100%;
	height: auto;
}

/*-------------------------FIN Sección franja azul -------------------------------*/

/* -------------------------animacion chirimbolos-------------------------*/

@keyframes subirBajar {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-20px);
	}
	100% {
		transform: translateY(0);
	}
}

.imagen-svg1,
.imagen-svg2,
.imagen-svg4,
.imagen-svg5 {
	animation: subirBajar 3s ease-in-out infinite;
}
