body{
  background-color:#e0e0e0 !important;
  overflow-x: hidden;
}

.fixed_2
{
    position: fixed !important; /* Set the navbar to fixed position */
    top: 0 !important; /* Position the navbar at the top of the page */
}


.container {
  width:1140px !important;
}

.bg-blanco{
  background-color: #fff;
}

.barra-superior{
  background-color:#627f9a;
  color:#fff !important;
  font-size:10px;
  height:60px;
}
.letras_blancas{
	color: #fff !important;
	font-size:15px;
}

.menu-superior{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.opt-menu{
  display:inline-block !important;
}

.opt-menu a{
  color:#fff;
  text-decoration: none;
  padding:0 10px;
}

.opt-menu a:hover{
  color:#fff;
  text-decoration: underline;
}

.menu-pro{
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.alerta{
  background-color: #fdeaea;
  border:solid 1px #fedede;
  border-radius:5px;
  padding:5px;
  color:#a85959;
}

.icono{
  color:#ff7877 !important;
  width:auto;
  display: inline-block;
  font-size:25px;
  text-align:center;
  padding:20px;
}

.texto-alerta{
  width:90%;
  display: inline-block;
  font-size:15px;
}

.texto-home{
  font-size:22px;
  text-transform: uppercase;
  font-weight: 600;
  color:#555;
}

.bg-footer{
  background-color: #000;
  color:#fff;
}

.font-align-iz{
  text-align:left;
}

.font-align-de{
  text-align:right;
}

.font-bold{
  font-weight: 900 !important;
}

.icon-home{
  font-size: 60px;
  color:#749abe;
}

.bg-icon{
  width:120px !important;
  height:120px !important;
  background:#ebebeb;
  padding:30px;
  border-radius:100%;
}

.font-color-home{
  color:#749abe;
  font-weight: 600;
}

.fbold{
  font-weight: 900;
}

.titulos{
  font-size:30px;
}

.titulos{
  font-size:22px;
}

.color-boton{
  background-color: #ae6ab0 !important;
  border:solid 1px #ae6ab0 !important;
}

.icon-color{
  font-size:100px !important;
  margin-top:30px;
  color:#749abe;
}

.separador{
  width:90% !important;
  height:3px;
  background: #ebebeb;
  margin:30px auto;
}

.valor{
  color:#000;
  font-size:24px;
  font-weight: bold;
}

.texto-registro{
  color:#749abe;
  font-size:14px;
}

.titulo-doc{
  font-size:28px;
  font-weight: bold;
}

@media (max-width: 576px) {
  .container {
    width:100% !important;
  }

  .barra-superior{
    width:100%;
    height:33px;
  }

  .opt-menu{
    display:none !important;
  }

  .alerta{
    text-align:center !important;
  }

  .icono{
    font-size:70px;
  }

  .font-align-iz{
    text-align:center;
  }

  .font-align-de{
    text-align:center;
  }
}

