@charset "UTF-8";
/* Sass Document */
/* Variables Generales */
/*Breakpoints*/
/* MIXINS */
/* COverrides*/
hr {
  opacity: 1; }

.nav-link {
  color: white;
  text-transform: uppercase; }
  .nav-link:hover {
    color: #023f57; }
  .nav-link:active {
    color: #023f57;
    background-color: none; }

.nav-item {
  padding: 3px 10px;
  font-weight: 700; }
  .nav-item:hover {
    background-color: #18a9e0;
    border-radius: 3px; }

.dropdown-menu {
  border: none;
  box-shadow: #18d8fd 3px 3px 0px; }

.dropdown-item:hover {
  color: #18a9e0;
  background-color: #cdf1ff; }

.navbar-toggler {
  width: 40px;
  height: 40px; }

.card-header {
  background-color: #035a7c;
  padding: 0px;
  border-bottom: none; }

.card {
  box-shadow: rgba(0, 0, 0, 0.125) 3px 3px 0px; }

.nav-tabs {
  border: none;
  margin: 0px; }
  .nav-tabs .nav-link {
    color: white;
    text-transform: uppercase;
    border: none;
    margin: 0px; }
    .nav-tabs .nav-link.active {
      background-color: transparent;
      color: white;
      border: none; }
    .nav-tabs .nav-link:hover {
      color: #023f57; }
    .nav-tabs .nav-link:active {
      color: #023f57;
      background-color: none; }

/*Utilidades*/
.cielo {
  color: #cdf1ff; }

.cyan {
  color: #18d8fd; }

.celeste {
  color: #18a9e0; }

.azul {
  color: #035a7c; }

.marino {
  color: #023f57; }

.naranja {
  color: #d86416; }

.narama {
  color: #ffb446; }

.amarlight {
  color: #ffe7d7; }

.ladrillo {
  color: #bf3510; }

.amar {
  color: #ffb343; }

.fnt-b {
  font-weight: bold; }

.fnt-bb {
  font-weight: 800; }

.fnt-bbb {
  font-weight: 900; }

.fnt-l {
  font-weight: 300; }

.fnt-ll {
  font-weight: 200; }

.fnt-i {
  font-style: italic; }

.fnt-upp {
  text-transform: uppercase; }

.w-100p {
  width: 100px; }

.w-150p {
  width: 150px; }

.w-200p {
  width: 200px; }

.w-250p {
  width: 250px; }

.sep-azul {
  border: none;
  background-color: #035a7c;
  height: 2px !important;
  margin: 15px 0 15px 0; }

.sep-naranja {
  border: none;
  background-color: #d86416;
  height: 2px !important;
  margin: 15px 0 15px 0; }

.sep-cyan {
  border: none;
  background-color: #18d8fd;
  height: 2px !important;
  margin: 15px 0 15px 0; }

.sep-narama {
  border: none;
  background-color: #ffb446;
  height: 2px !important;
  margin: 15px 0 15px 0; }

.separador-50 {
  height: 50px; }

/* Tipografia */
.titulo-seccion {
  font-size: 19px;
  font-weight: 700;
  color: #18a9e0;
  margin: 10px 0 10px 0; }

.titulo-articulo {
  font-size: 17px;
  font-weight: 700;
  color: #035a7c;
  margin: 5px 0 4px 0; }

.autor-articulo {
  color: gray;
  font-style: italic;
  margin: 0 0 4px 0; }

.data-articulo {
  font-size: 14px;
  margin: 0 0 6px 0; }

/*Titulos de página*/
.titulo {
  font-size: 32px;
  font-weight: 800;
  color: #035a7c;
  margin: 20px 0 20px 0; }

.subtitulo {
  font-size: 24px;
  font-weight: 700;
  color: #18a9e0;
  margin: 20px 0 20px 0; }

/*Titulos Poesía*/
.obra {
  margin: 0px;
  padding: 0px; }
  .obra dt {
    font-size: 17px;
    font-weight: 700;
    color: #035a7c;
    display: inline-block;
    padding-right: 5px;
    margin: 0px; }
  .obra dd {
    font-size: 15px;
    color: gray;
    font-style: italic;
    display: inline-block;
    margin: 0px; }
  .obra dd::before {
    content: "("; }
  .obra dd::after {
    content: ")"; }

/* Componentes*/
.btn {
  font-weight: bold;
  margin-bottom: 10px; }

.btn-naranja {
  background-color: #d86416;
  color: #ffe7d7;
  border: 1px solid #ffb446; }

.btn-naranja:hover {
  background-color: #bf3510;
  color: white;
  border: 1px solid #d86416; }

.btn-azul {
  background-color: #035a7c;
  color: #cdf1ff;
  border: 1px solid #18a9e0; }

.btn-azul:hover {
  background-color: #18a9e0;
  color: white;
  border: 1px solid #18d8fd; }

.navbar-azul {
  background-color: #18d8fd;
  color: white;
  border-radius: 3px; }

/* SCSS Document */
body {
  font-family: Roboto, sans-serif;
  background-color: #E9E9E9; }

h1, h2, h3, h4, h5, h6 {
  font-family: Montserrat, "sans-serif"; }

p {
  color: #242424; }

.cabecera {
  padding: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .cabecera .text-header h1 {
    font-size: 36px;
    font-weight: 800;
    color: #18a9e0;
    margin: 0px; }
  .cabecera .text-header h2 {
    font-size: 28px;
    font-weight: 600;
    color: #035a7c;
    margin: 0px; }
  .cabecera .logo-header {
    width: 240px; }

.titulo-container {
  border-left: 5px solid #18a9e0;
  padding-left: 20px;
  margin-top: 40px; }

.publicacion-container {
  margin-top: 20px;
  margin-bottom: 20px; }

.publicacion-presentacion {
  display: flex; }
  .publicacion-presentacion .publicacion-foto {
    width: 22%;
    text-align: center; }
  .publicacion-presentacion .publicacion-descripcion {
    width: 78%; }

footer {
  margin-top: 20px;
  margin-bottom: 20px; }
  footer .logo-pie {
    max-width: 300px; }
