@charset "utf-8";

.mainslider {
	background: url(../img/background.svg) !important;
	background-repeat: no-repeat !important;
	background-size: 1200px !important;
	/* position: absolute;
	width: 1053px;
	height: 585px;
	left: -140px;
	top: 110px; */
}


.ellipse {
	position: absolute;
	width: 200px;
	height: 200px;
	left: 1200px;
	top: 1px;
	background: linear-gradient(180deg, #33B2CE 0%, rgba(51, 178, 206, 0) 100%);
	border-radius: 50%;
}

.ellipse2 {
	position: absolute;
	width: 1152px;
	height: 1152px;
	left: -308px;
	top: 2533px;
	background: #33B2CE;
	border-radius: 558.5px;
}


#sequence .message-slide1 {
	left: 2%;
	top: 150px;
	/*width: 100%;*/
}

#about {
	background-color: #002B49 !important;
	color: white !important;
}

#about .icon {
	background: #FE9C1C !important;
}

.pricing .item {
	box-shadow: 0px 4px 12px 4px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
}

.btndv {

	background: #002B49 !important;

}


.footbg {
	background-color: #000000;
	padding-top: 80px;
	padding-bottom: 80px;


	position: absolute;
	width: 100%;
	/*
	height: 300px;
	left: 0px;
	top: 4129px;
	padding-top: 100px;
	
	*/
}

.item hr {
	height: 2px;
	background-color: rgb(133, 126, 126);
	width: 80%;
}

#contact {

	/*
position: absolute;
width: 1152px;
height: 1152px;
left: -308px;
top: 2333px;

background: #33B2CE;
border-radius: 558.5px;

*/

}

#pricing h1 {
	color: black;
	text-align: center;
	font-size: 42px;
}


.formContact {
	/*position: absolute;
	width: 744px;
	height: 805px;
	left: 436px;
	top: 2743px;
	*/
	background: #FFFFFF;
	box-shadow: 0px 4px 22px 4px rgba(0, 0, 0, 0.25);
	border-radius: 24px;
	padding: 20px;
}

#contact .icon {
	background: #002B49 !important;
}

#contact .contact-item a {
	color: #FFFFFF;
	margin: 10px;
}

#cotizador {

	background: #002B49;
	box-shadow: 0px 4px 24px 8px rgba(0, 0, 0, 0.25);
	border-radius: 24px;
	margin: 0 auto;
	width: 600px;

}

.cotizador-bg {
	position: relative;
	z-index: 999;
}

/* Media query para pantallas menores a 1030px */
@media (max-width: 1200px) {
	.ellipse2 {
		position: absolute;
		width: 1152px;
		height: 1152px;
		left: -308px;
		top: 2833px;
		background: #33B2CE;
		border-radius: 558.5px;
	}
}

/* Media query para pantallas menores a 1030px */
@media (max-width: 600px) {
	.ellipse2 {
		position: absolute;
		width: 1152px;
		height: 1152px;
		left: -308px;
		top: 3050px;
		background: #33B2CE;
		border-radius: 558.5px;
	}
}