 html,
 body {
	min-height: 100%;
	width: 100%;
 }

 body {
	font-family: 'Lato', sans-serif;
	background-color: #ffffff;
	overflow-x: hidden;
	font-weight: 300;
	margin: 0px;
	padding: 0px;
 }

 .p-menu {
	  	padding-top: 60px;

 }
 h1,
 h2,
 h3,
 h4 {
 	font-family: 'Poppins', sans-serif;
 	font-weight: 700;
 }

 h5,
 h6 {
 	font-family: 'Lato', sans-serif;
 	font-weight: 500;
 }
h1 {
	color: #184799;
	}
h2 {
	color: #ff7b1a;
	}
 strong {
	color: #004081;
}

 a {
 	color: #9d4a18;
 	text-decoration: none;
 }
.info-text {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	color: #757575;
	margin-top: 25px;
	margin-bottom: 25px;
	}
 a:hover {
 	color: #2f4858;
 }

 .rr {
 	background-color: rgba(255, 0, 0, 1);
 }

 .gg {
 	background-color: rgba(0, 255, 0, 1);
 }

 .bb {
 	background-color: rgba(0, 0, 255, 1);
 }



 ::-webkit-scrollbar {
 	width: 10px;
 }

 ::-webkit-scrollbar-track {
 	background-color: #00152a;
 }

 ::-webkit-scrollbar-thumb {
 	-webkit-border-radius: 5px;
 	-moz-border-radius: 5px;
 	border-radius: 5px;
 	background-color: #178dff;
 }
 
 .btn {
	border-top-style: none !important;
	border-right-style: none !important;
	border-bottom-style: none !important;
	border-left-style: none !important;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	padding-right: 20px;
	padding-left: 20px;
  }

 .btn-primary {
	background-color: #ff7b1a;
  }

 .btn-primary:hover,
 .btn-primary:focus,
 .btn-primary:active,
 .btn-primary.active,
 .open>.dropdown-toggle.btn-primary {
 	background-color: #ff9a21;
 }

 .btn-primary:active,
 .btn-primary.active {
 	background-color: #ff9a21;
 	box-shadow: none;
 }


 .btn-secondary {
 	background-color: var(--colorSecondary);
 }

 .btn-secondary:hover,
 .btn-secondary:focus,
 .btn-secondary:active,
 .btn-secondary.active,
 .open>.dropdown-toggle.btn-secondary {
 	border: 1px solid var(--colorSecondaryHover);
 	background: var(--colorSecondaryHover);
 }

 .btn-secondary:active,
 .btn-secondary.active {
 	background: var(--colorSecondaryHover) !important;
 	box-shadow: none !important;
 }
 
 section#asesoria {
	-webkit-border-top-left-radius: 60px;
	-webkit-border-top-right-radius: 60px;
	-moz-border-radius-topleft: 60px;
	-moz-border-radius-topright: 60px;
	border-top-left-radius: 60px;
	border-top-right-radius: 60px;
	background-color: rgba(255,255,255,1);
	margin-top: -80px;
	position: relative;
	z-index: 10;
	padding-top: 80px;
	}
		#asesoria ul li .numero {
	background-color: #184799;
	height: 22px;
	width: 22px;
	display: inline-block;
	font-size: 11px;
	line-height: 22px;
	font-weight: bold;
	color: rgba(255,255,255,1);
	text-align: center;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	float: left;
	margin-right: 4px;
}
 .text-bold {
	font-weight: bold;	 
	 }
	section#beneficios {
	-webkit-border-top-left-radius: 60px;
	-webkit-border-top-right-radius: 60px;
	-moz-border-radius-topleft: 60px;
	-moz-border-radius-topright: 60px;
	border-top-left-radius: 60px;
	border-top-right-radius: 60px;
	background-color: rgba(255,255,255,1);
	margin-top: -80px;
	position: relative;
	z-index: 10;
	padding-top: 80px;
	padding-bottom: 160px;
	}
	section#a-quien-se-dirige {
-webkit-border-radius: 60px;
-moz-border-radius: 60px;
border-radius: 60px;
 	margin-top: -80px;
	position: relative;
	z-index: 10;
	padding-top: 80px;
	}
	
	
	section#a-quien-se-dirige h3 {
	color: #999999!important;	
		}
	section#contacto {
	-webkit-border-top-left-radius: 60px;
	-webkit-border-top-right-radius: 60px;
	-moz-border-radius-topleft: 60px;
	-moz-border-radius-topright: 60px;
	border-top-left-radius: 60px;
	border-top-right-radius: 60px;
	background-color: #004081;
	margin-top: -80px;
	position: relative;
	z-index: 10;
	padding-top: 80px;
	padding-bottom: 160px;
	}
			
	section#contacto h2{
 color: #ffffff!important;
		}
 
		::placeholder {
  color: #004081;
  opacity: 1; /* Firefox */
}
 
		.form-control {
	background-color: #d3e6f1;
	color: #004081;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	line-height: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
}
		.form-control::-ms-input-placeholder {
 	color: #004081!important;
 
}
		.form-control::placeholder {
 	color: #004081!important;
 
}
 
 
	section#contacto  .form-check-input {
	margin-top: 4px;
	height: 25px;
	width: 25px;
	}
 
 .plataforma {
	color: rgba(255,255,255,1);	 
	 }
	  .plataforma .form-check {
 	display: inline-block;
	margin: 5px; 
	 }
	#footer {
	margin-top: -80px;
	position: relative;
	z-index: 15;
		}

	#footer ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
		}

	#footer ul li{
	padding: 0px;
	color: #d3e6f1;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
		}
		
		
	#footer   a{
 	color: #d3e6f1!important;
 
		}

	#footer .redes {
	font-size: 17px;
	font-weight: 300;
	text-align: left;
	margin-left: 15px;
		}
		#footer .links-01 {
			padding-top: 11px;
			}
			#footer .redes .red {
	margin-top: 10px;
	margin-bottom: 10px; 
		}
		#footer .servicios {
	font-size: 14px;
}






