@font-face {
	font-family: 'roboto';
	src: url('../font/roboto.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'monserat';
	src: url('../font/monserat.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'monserat2';
	src: url('../font/monserat2.ttf');
	font-weight: normal;
	font-style: normal;
}

body{
	background:#ffffff;
}

.esp{
	height:20px;
}
.esp2{
	height:40px;
}

.container1 {
	position: relative;
	width: 100%;
}

.container1 img {
	width: 100%;
	height: auto;
}

.container1 .btn {
	position: absolute;
	top: 70%;
	left: 20%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	border: none;
}

.container1 .btn:hover {
	background-color: black;
}

.btn-danger,
.btn-danger:focus {
	background-color: #FA6669;
	border-color: #FA6669;
	font-family:'monserat2';
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: -0.25px;
}
.nav-link{
	font-family:'roboto';
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: -0.541667px;
	color: #576078;
}
.btn-link{
	font-family:'roboto';
	font-weight: bold;
	font-size: 18px;
	line-height: 32px;
	letter-spacing: -0.5px;
	color: #576078;
	text-decoration:none;
	text-align:left;
	width:100%;
}
.btn-link:hover {
	text-decoration:none;
}
.btn-link:focus{
	text-decoration:none;
}
.titulo_etapa1{
	font-family:'monserat';
	color:#FA6669;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	letter-spacing: 5px;
}
.titulo_etapa2{
	font-family:'monserat';
	color:#2A2957;
	font-size: 36px;
	line-height: 44px;
	text-align: center;
	letter-spacing: -0.5px;
}
.titulo_etapa3{
	font-family:'monserat';
	font-size: 30px;
	line-height: 37px;
	text-align: center;
	letter-spacing: -0.333333px;
	color: #2A2957;
}
.titulo_etapa4{
	font-family:'monserat';
	font-size: 45px;
	line-height: 55px;
	text-align: center;
	letter-spacing: 5px;
	color: #FA6669;
}

.titulo_accion{
	font-family:'monserat';
	font-weight: bold;
	font-size: 24px;
	line-height: 29px;
	text-align: center;
	letter-spacing: -0.333333px;
	color: #2A2957;
}
.contenido_accion{
	font-family: 'roboto';
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	letter-spacing: -0.444444px;
	color: #576078;
}
.titulo_reinicio{
	font-family:'monserat';
	font-size: 30px;
	line-height: 44px;
	letter-spacing: -0.5px;
	color: #2A2957;
}
.reiniciotab{
	background: #ECF1F7;
	border-radius: 8px;	
}
.titulo_seguimiento1{
	font-family:'monserat';
	font-size: 30px;
	line-height: 44px;
	letter-spacing: -0.5px;
	color: #FFFFFF;
}
.seguimientotab1{
	background: #0093F8;
	border-radius: 8px;	
}
.icono{
	height: 35px;	
}
.icono2{
	height: 120px;	
}
.nuevo_texto{
font-family: 'roboto';
    font-weight: bold;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: -0.5px;
    color: #576078;
    text-decoration: none;
    text-align: left;
}


.iconors{
	height: 25px;	
}
.logomef{
	height: 47px;	
}

@media (max-width: 600px) {
  .facet_sidebar {
    display: none;
}
}
.titulo_monto{
	font-family:'Roboto';
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	letter-spacing: -0.333333px;
	color: #2A2957;
}
.monto_total{
	font-family:'monserat';
	font-weight: bold;
	color:#2A2957;
	font-size: 50px;
	line-height: 61px;
	text-align: center;
	letter-spacing: -0.333333px;
}
.monto_azul{
	font-family:'monserat';
	font-weight: bold;
	color:#0083E5;
	font-size: 35px;
	line-height: 43px;
	text-align: center;
	letter-spacing: -0.333333px;
}
.normaslink{
	font-family:'Roboto';
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	/*text-align: center;*/
	letter-spacing: -0.333333px;
	color: #576078 !important;
}
.normaslink_O{
	font-family:'Roboto';
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	letter-spacing: -0.333333px;
	color: #576078 !important;
}

	
	
	
@media (min-width: 376px) and (max-width: 500px) {
  .icono2 {
    height: 80px;

  }
  
  .table td, .table th {
    padding: .75rem;
	vertical-align: middle;
    border-top: 1px solid #dee2e6;
}
}
@media (max-width: 375px) {
  .icono2 {
    height: 50px;

  }
  
  .table td, .table th {
    padding: .75rem;
	vertical-align: middle;
    border-top: 1px solid #dee2e6;
}
}