body
{
	color: #353535;
}
#home ul {
  list-style: none;
}
#home ul li::before {
  content: "\2022";
  color: #f9be3d;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}
.logo
{
	max-width: 150px;
}

.c-azul
{
	color: #0058a2;
}
.bg-azul
{
	background: #152d48;
}
.bg-gris
{
	background: #ededef;
}
.bg-top
{
	background: url('../imagenes/topf.jpg') no-repeat;
	background-size: cover;
	background-position: center;
}
.c-amarillo
{
	color: #ffc06c;
}
.c-amarillo2
{
	color: #f9be3d;
}
.c-amarillo3
{
	color: #f9c00b;
}
.c-azul
{
	color: #054b7a;
}
.mt5
{
	margin-top: 5%;
}
.mt10
{
	margin-top: 10% !important;
}
.my10
{
	margin-top: 10%;
	margin-bottom: 10%;
}
.my20
{
	margin-top: 20%;
	margin-bottom: 20%;
}
.mt20
{
	margin-top: 20% !important;
}
.mb20
{
	margin-bottom: 20% !important;
}
.pb10
{
	padding-bottom: 10% !important;
}
.pb20
{
	padding-bottom: 20% !important;
}
.pt5
{
	padding-top: 5%;
}
.pt10
{
	padding-top: 10%;
}
.py10
{
	padding-top: 9%;
    padding-bottom: 9%;
}
.w75
{
  width: 75%;
}
.dblock
{
  display: none !important;
}

.hidden
{
  display: block;
}
.iconos
{
  max-width: 60px;
}
@media (max-width: 768px) 
{
	
    .hidden
	{
	  display: none;
	}

}
@media (max-width: 991px) 
 { 
	.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 
	{
	    font-size: 1rem !important;
	}
	.fzp
	{
	    font-size: .85rem !important;
	}
 }