html {
  font-size: 11px; }

body {
  background-image: url("../images/fondo-1.jpg"); }

a:hover {
  text-decoration: none; }

/*Estilos menu */
.navbar-light .navbar-nav .open > .nav-link, .navbar-light .navbar-nav .active .nav-link, .navbar-light .navbar-nav .nav-link.open, .navbar-light .navbar-nav .nav-link.active {
  color: rgba(255, 255, 255, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(4, 2, 71, 0.91); }

.navbar-light .navbar-brand, .navbar-light .navbar-toggler {
  color: #030b68; }

.navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
  background-color: #0275d8;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
  /*para que desvanesca el boton y el tiempo en segundos*/
  text-transform: uppercase; }

.dropdown-toggle::after {
  color: #000cff; }

/*Bloque Encabezado*/
.bienvenidos .encabezado {
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold; }

.bienvenidos .container {
  background-color: #fff; }

/*Bloque Banner*/
.banner .container {
  background-color: #fff; }

.banner .col-md-3 {
  background-color: #fff;
  /* border-radius: 20px 20px 20px 20px;*/ }

.banner .col-md-3 .btn-primary {
  background-image: url("../images/linea-2.png");
  background-repeat: no-repeat;
  font-size: 1.5rem;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
  /*para que desvanesca el boton y el tiempo en segundos*/
  text-transform: uppercase; }

/*Estilo Bloque Cuerpo*/
.cuerpo .btn-secondary {
  font-size: 1.2rem;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
  /*para que desvanesca el boton y el tiempo en segundos*/
  text-transform: uppercase; }

.cuerpo .container {
  background-color: #fff;
  /* border-radius: 20px 20px 20px 20px;*/
  /*border: 0; box-shadow: inset 0 5px 5px -5px rgba(0, 0, 0, 0.5);*/ }

/*Estilo Bloque Pie de Pagina*/
.pie-pagina {
  font-size: 1rem;
  color: #fff; }

.footer {
  background-color: #004a87; }

.redes .rounded-circle {
  width: 3rem; }

.footer a {
  color: #fff; }

.footer .btn {
  font-size: 1rem;
  text-align: left;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
  /*para que desvanesca el boton y el tiempo en segundos*/
  text-transform: uppercase; }

/*Bloque Estilos Circulares*/
.circular .container {
  background-color: #fff; }

.circular .fa-folder-open {
  font-size: 5em; }

.circular .btn {
  font-size: 2rem;
  text-align: left;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
  /*para que desvanesca el boton y el tiempo en segundos*/
  text-transform: uppercase; }

/*Bloque Somos*/
.somos .container {
  background-color: #fff; }

.somos .text-uppercase {
  font-size: 1.2rem; }

.somos .fa-user-circle-o {
  font-size: 1.7rem;
  color: #025aa5; }

.somos .table .fa {
  font-size: 3rem; }

.somos .table .fa-trash {
  color: red; }

/*Bloque Estilos Globales*/
.fecha {
  font-size: 1.2rem;
  color: #cc1803e6; }

.texto-articulo {
  font-size: 1.3rem;
  color: #000c;
  text-align: justify; }

.texto {
  font-size: 1.2rem;
  color: #000c;
  text-align: justify; }

.texto-info {
  font-size: 1rem;
  color: #000c;
  text-align: justify; }

.titulo-articulo {
  font-size: 1.5rem;
  text-align: justify;
  font-weight: bold; }

.boton-largo {
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
  /*para que desvanesca el boton y el tiempo en segundos*/
  text-transform: uppercase; }

hr {
  height: 12px;
  border: 0;
  -webkit-box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
  width: 100%; }

.badge-default {
  background-color: red; }

.texto-centro {
  text-align: center; }

.imagen-enlace {
  width: 350px;
  height: 100px; }

.texto-banner {
  font-size: 1.2rem;
  background-color: #013d70b3;
  border-radius: 10px 10px 10px 10px; }

/*Empiesan los media Query*/
@media (min-width: 430px) {
  html {
    font-size: 10px; }

  #menuprincipal {
    clear: inherit; }

  .footer {
    text-align: center; } }
@media (min-width: 576px) {
  html {
    font-size: 12px; }

  #menuprincipal {
    clear: inherit; } }
@media (min-width: 768px) {
  html {
    font-size: 14px; }

  #menuprincipal {
    clear: inherit; } }
@media (min-width: 1367px) {
  html {
    font-size: 18px; }

  #menuprincipal {
    clear: inherit; } }
@media (min-width: 1450px) {
  html {
    font-size: 20px; }

  #menuprincipal {
    clear: inherit; } }

/*# sourceMappingURL=estilos.css.map */