/* INSTITUCIONAL ------------------------------------------------------------------------------- */

.institucional1 {
  background:#fff;
}

.institucional2 {
  padding: 60px 15px 30px 15px;
  margin: 0 auto;
}

.institucional2 img {
  margin: 0 auto 30px auto;
  display: block;
}

.institucional2 h1 {
  font-family: var(--fontTitulo);
  color: #000;
  text-align: center;
  padding: 0;
  margin: 0 auto 15px auto;
}

.institucional2 p {
  font-family: var(--fontTexto);
  font-weight: 300;
  color: #010101;
  padding: 0;
  margin: 0 auto 10px auto;
  font-size: 16px;
  line-height: 20px;
}

.institucional2 a {
  font-family: var(--fontTexto);
  font-weight: 300;
  font-size: 16px;
  color: #ff5151;
  padding: 0;
  margin: 0 0 5px 0;
}

.institucional2 .archivo { margin-top:25px; }

.institucional2 .botones {
  margin-top: 20px;
  text-align: center;
}

.institucional2 .boton {
  font-family: var(--fontTexto);
  font-weight: 300;
  font-size: 18px;
  line-height: 40px;
  color: #fff;
  background-color: #00953b ;
  padding: 0 20px;
  margin: 0 10px;
  display: inline-block;
}

.institucional2 .boton:hover {
  color: #fff;
  text-decoration: none;
  background-color: #e54949;
}

.institucional2 .boton:focus {
  color: #fff;
  text-decoration: none;
  background-color: #00953b ;
}

@media (min-width: 100px) {
  .institucional2 h1 { font-size:30px; line-height:30px; }
}

@media (min-width: 992px) {
  .institucional2 h1 { font-size:35px; line-height:35px; width: 100%; }
}

@media (min-width: 1200px) {
  .institucional2 h1 { font-size:40px; line-height:40px; width: 100%; }
}

/* BARRA DERECHA ------------------------------------------------------------------------------- */

.barrader {
  padding: 27px;
  margin: 0 0 20px 0;
  border-top: 5px solid #00953b;
  background: #f4f4f4;
}

.barrader h2 {
  font-family: var(--fontTitulo);
  font-size: 28px;
  line-height: 18px;
  color: #1a171b;
  text-decoration: none;
  padding: 0;
  margin: 0;
  display: block;
}

.barrader h3 {
  font-family: var(--fontSubtitulo);
  color: #666666;
  
  font-size: 16px;
  line-height: 18px;
  padding: 0;
  margin: 0 0 0 0;
}

.barrader a {
  font-family: var(--fontTexto);
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  color: #666666;
  text-decoration: none;
  padding: 0;
  margin: 0;
  display: block;
}

.barrader a:hover { color:#000; }

.barrader .atitulo {
  font-family: var(--fontSubtitulo);
  color: #1a171b;
  font-size: 18px;
  line-height: 20px;
  padding: 0;
  margin: 0;
}

.barrader .atitulo:hover { color:#1a171b; text-decoration:underline; }

.barrader .aboton {
  height: 40px;
  margin-top: 12px;
  font-family: var(--fontSubtitulo);
  font-size: 17px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  background-color: #ff5659;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.barrader .aboton:hover {
  color: #fff;
  background-color: #e54949;
}

.barrader .noticias-slider { margin:0; }

.barrader .noticias-slider img { margin:0 auto; }

/* ------------------------------------------- */

