/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 18 2022 | 21:51:24 */
.titulo,
.titulo h3{
/*   	font-family: "Poppins", Sans-serif!important; */
  	font-size: 40px!important;
  	font-weight: 600!important;
  	line-height: 1.2!important;
}
.subtitulo,
.subtitulo h3,
.subtitulo .data-table-header-text,
.subtitulo .td-content{
  	font-size: 22px!important;
  	font-weight: 600!important;
  	line-height: 1.2!important;
}
.texto,
.texto p,
.texto .data-table-header-text,
.texto .td-content,
.texto .elementor-icon-list-text,
.texto .timeline-item__card-title,
.texto .jet-scroll-navigation__label{
	color:#1A1A1A !important;
/* 	font-size: 14px!important;
	font-weight: 300!important;
	line-height: 1.4!important; */
} 
.blanco,
.blanco h3,
.blanco p,
.blanco .data-table-header-text,
.blanco .td-content,
.blanco .jet-scroll-navigation__label{
  	color: #fff!important;
}
.morado h3,
.morado p,
.morado .data-table-header-text,
.morado .td-content{
  	color: #002A5C!important;
}
.azul,
.azul h3{
  	color: #00AEFA!important;
}
.gris p,
.gris .td-content,
.gris h3{
  	color: #1A1A1A !important;
}
.boton a{
/*   	font-family: "Poppins", Sans-serif!important; */
  	font-size: 14px!important;
  	font-weight: 400!important;
  	background: #fff!important;
  	color: #002A5C!important;
  	border-radius: 40px!important;
  	border: 2px solid #002A5C!important;
  	border-radius: 40px!important;
  	padding:12px 20px!important;
  	transition: .3s!important;
}
.boton a:hover{
  	background: #002A5C!important;
  	color: #fff!important;
  	border: 2px solid #002A5C!important;
  	transform: scale(1.1);
  	transform-origin: center center;
}
.boton-blanco a{
/*   	font-family: "Poppins", Sans-serif!important; */
  	font-size: 14px!important;
  	font-weight: 400!important;
  	background: #fff!important;
  	color: #002A5C!important;
  	border-radius: 40px!important;
  	border: 2px solid #fff!important;
  	border-radius: 40px!important;
  	padding:12px 20px!important;
  	transition: .3s!important;
}
.boton-blanco a:hover{
  	transform: scale(1.1);
  	transform-origin: center center;
}
.boton.lateral .elementor-button-link{
  width: 100% !important;
}
.boton.activo a{
  	background: #002A5C! important;
  	color: #fff !important;
}
.lista li {
  	background: url('https://www.globalcdb.com/wp-content/uploads/2020/03/check.png') no-repeat top left !important;
    height: auto;
    background-size: 16px !important;
    list-style: none;
    padding-left: 30px;
	background-position-y: 8px !important;
}
.lista li:nth-child(1){
  	padding-top: 10px;
  	background-position-y: 16px !important;
}
.eael-accordion-header{
/*   font-family: "Poppins Inter", Sans-serif; */
  font-size: 17px;
  font-weight: 300 !important;
  padding: 0px 20px 0px 0px;
  margin: 0px 0px 0px 0px;
  background-color: #FFFFFF;
  color: #002A5C;
}
.eael-accordion-header > i{
  margin-left: 15px !important;
}