html{
	background-color: #001439!important;
	font-family:Verdana,sans-serif;
	font-size: 14px;
	}
body {
	margin: 0px;
	background-color: #001439!important;
}
* {
    box-sizing: border-box;
}
.flex-container {
  display: flex;
  flex-flow: row wrap;
/*  max-width:950px;*/
}
html{scroll-behavior:smooth}
p {
	color: #fff;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	font-size: 24px;
	line-height:30px;
	font-family: "Bebas Neue", sans-serif;
}
.ico_redes {
	width:auto;
	height:50px;
}
h2 {
	color: #fff;
	margin: 0px 0px 2px;
	font-family: "Bebas Neue", sans-serif;
	font-size: 42px;
	line-height: 60px;
	font-weight: normal;
}
h1 {
	margin: 0px 0px 8px;
	text-decoration: none;
	font-family: "Inter", serif;
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
	color: #FFFFFF;
}
.columna3 {
	width:25%;
	float:left;
}
a {
	color: #333333;
	text-decoration: none;
}
a:Hover {
	text-decoration: none;
	color: #666666;
}
A.btRedes {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 30px;
	line-height: 40px;
}
A.btRedes:Hover {
	color: #ebebeb;
	text-decoration: none;
}
A.btVerMas {
	background-color: #1F3976;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	font-family: "Bebas Neue", sans-serif;
	font-size: 20px;
	line-height: 30px;
	border: 1px solid #FFF;
	border-radius:10px;
	padding:10px;
}
A.btVerMas:Hover {
	background-color: #fff;
	color: #1F3976;
	text-decoration: none;
	border-radius:0px;
}
h3 {
	color: #333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 22px;
	line-height: 36px;
	font-weight: bold;
}
.break {
	clear:both;
	float:none;
}
@media screen and (max-width: 1100px) {
.w3-content{
		margin-left:10px;
		margin-right:10px;
}
.columna3 {
	width:100%;
	float:none;
	margin-bottom:30px;
}
p {
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	font-size: 18px;
	line-height:30px;
}
h2 {
	font-size: 24px;
	line-height: 36px;
}
h1 {
	font-size: 30px;
	line-height: 40px;

}
A.btRedes {
	font-size: 30px;
	line-height: 40px;
}
}