/*! normalize.css v1.1.3 | MIT License | git.io/normalize */

:root {
  --primary-color: #3547c7;
  --primary-color-hover: #273390;
  --secondary: #ddeffb;
}

header.container-fluid {
  position: relative;
  z-index: 2;
  display: block;
  padding: 2em !important;
  background: url("../img/featured-header.png") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.header-ribbons {
  position: absolute;
  top: 50%;
  left: 1em;
  z-index: 1;
  transform: translateY(-50%);
}

.header-ribbons img {
  display: block;
  width: 33px;
  height: auto;
}

.header-logos {
  position: relative;
  z-index: 3;
}

.header-logos img {
  display: inline-block;
  visibility: visible;
  opacity: 1;
}

.header-logos>.row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-logos>.row>.col-8,
.header-logos>.row>.col-4 {
  width: auto;
}

.highlight {
  background-color: rgba(78, 207, 255, 1) !important;
  color: white !important;
}

.special-day {
  background-color: rgb(247, 116, 177) !important;
  color: white !important;
}

.disabled-cell {
  pointer-events: none !important;
  opacity: 0.5 !important;
  background-color: #e9e9e9 !important;
}

.thead {
  background-color: rgba(53, 163, 227, 1) !important;
}

.calendar-table thead {
  color: white !important;
}

.calendar-table {
  font-size: 0.6rem !important;
  width: 100% !important;
}

.calendar-table th,
.calendar-table td {
  cursor: pointer;
  padding: 0.5rem !important;
  text-align: center !important;
}

.swal-title {
  font-size: 34px !important;
  font-weight: bold !important;
}

.swal-icon {
  border-radius: 50% !important;
  text-align: center !important;
  width: 100px !important;
  height: 100px !important;
}

.swal-button {
  border-radius: 5px !important;
}

.swal-container {
  border-radius: 5px !important;
}

.oculto {
  max-height: 0 !important;
  opacity: 0 !important;
  overflow: hidden !important;
  transition: max-height 0.5s ease, opacity 1s ease !important;
}

.visible {
  opacity: 1 !important;
  transition: max-height 2s ease, opacity 5s ease !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

.btn-primary {
  background-color: #094681;
  border: 1px solid #094681;
}

button,
html,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

p,
pre {
  margin: 1em 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:after,
q:before {
  content: "";
  content: none;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

menu,
ol,
ul {
  padding: 0 0 0 40px;
}

nav ol,
nav ul {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 100%;
}

body {
  font-family: "Open Sans", sans-serif;
  background: #e6e6e6;
  margin: 0 auto;
  color: #475156;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

li,
menu,
ol,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 15px;
}

img {
  max-width: 100%;
  height: auto;
}

a img {
  display: block;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.pos-absoluta {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

@font-face {
  font-family: gobCL;
  font-weight: 300;
  font-style: normal;
  src: url(../fonts/gobcl_light.eot?) format("eot"),
    url(../fonts/gobcl_light.woff) format("woff"),
    url(../fonts/gobcl_light.ttf) format("truetype");
}

@font-face {
  font-family: gobCL;
  font-weight: 500;
  font-style: normal;
  src: url(../fonts/gobcl_regular.eot?) format("eot"),
    url(../fonts/gobcl_regular.woff) format("woff"),
    url(../fonts/gobcl_regular.ttf) format("truetype");
}

@font-face {
  font-family: gobCL;
  font-weight: 700;
  font-style: normal;
  src: url(../fonts/gobcl_bold.eot?) format("eot"),
    url(../fonts/gobcl_bold.woff) format("woff"),
    url(../fonts/gobcl_bold.ttf) format("truetype");
}

@font-face {
  font-family: gobCL;
  font-weight: 900;
  font-style: normal;
  src: url(../fonts/gobcl_heavy.eot?) format("eot"),
    url(../fonts/gobcl_heavy.woff) format("woff"),
    url(../fonts/gobcl_heavy.ttf) format("truetype");
}

.gobcl {
  font-family: gobCL, Tahoma, Verdana, Segoe, sans-serif;
}

.opensans {
  font-family: "Open Sans", sans-serif;
}

.georgia {
  font-family: Georgia, Times, "Times New Roman", serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-family: gobCL, Tahoma, Verdana, Segoe, sans-serif;
}

h1 {
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 500;
}

h2 {
  font-size: 45px;
  line-height: 1.1em;
  font-weight: 500;
}

h3 {
  font-size: 32px;
  line-height: 1.1em;
  font-weight: 500;
}

h4 {
  font-size: 22px;
  line-height: 1.2em;
  font-weight: 500;
}

h5 {
  font-size: 18px;
  line-height: 1em;
  font-weight: 500;
}

h6 {
  font-size: 14px;
  line-height: 1em;
  font-weight: 700;
}

p {
  margin: 0 auto 15px;
  font-size: 14px;
}

a.boton {
  width: 100%;
  display: block;
  background: #efefef;
  border-bottom: 2px solid #bdc9d1;
  padding: 14px 15px 8px;
  font-family: gobCL, Tahoma, Verdana, Segoe, sans-serif;
}

a.boton:hover {
  color: #fff;
  background: #0f69b4;
  border-bottom: 2px solid #045282;
}

.banner {
  margin: 0 auto 20px;
  display: block;
  position: relative;
  border-bottom: 2px solid #bdc9d1;
}

.banner a {
  display: block;
}

.banner:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.banner.banner-foto {
  margin-bottom: 0;
  border-bottom: 0;
  width: 660px;
  min-height: 130px;
}

.banner.banner-foto a {
  width: 100%;
  height: 100%;
}

.banner.banner-foto .velo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9;
}

.banner.banner-foto .texto {
  font-family: gobCL, Tahoma, Verdana, Segoe, sans-serif;
  color: #fff;
  position: absolute;
  right: 115px;
  bottom: 12px;
  z-index: 10;
}

.banner.banner-foto .texto span {
  display: block;
  font-size: 24px;
  line-height: 120%;
}

.banner.banner-foto .texto span strong {
  font-weight: 700;
  font-size: 32px;
}

.banner.banner-corto {
  width: 320px;
}

.banner.banner-imagen a {
  background: #f2f2f2;
}

.banner.banner-imagen a img {
  float: none;
}

.banner.banner-imagen a:hover {
  background: #fff;
}

.bicolor {
  position: relative;
  min-height: 1px;
  margin-right: -15px;
  margin-left: -15px;
}

.bicolor span {
  display: block;
  float: left;
  height: 100%;
}

.bicolor span.azul {
  background: #0f69b4;
  width: 46%;
}

.bicolor span.rojo {
  background: #eb3646;
  width: 54%;
}

.buscar {
  margin: 0 auto 20px;
  font-family: gobCL, Tahoma, Verdana, Segoe, sans-serif;
}

.buscar label {
  display: block;
  clear: both;
  font-size: 18px;
  font-weight: 500;
  color: #475156;
  margin-bottom: 6px;
}

.buscar input {
  margin: 0;
  display: block;
  border: none;
  background: 0 0;
  height: 42px;
  border-top: 2px solid #bdc9d1;
  float: left;
}

.buscar input#query {
  width: 620px;
  background: #fff;
  color: #7a8791;
  padding: 6px 15px 0;
}

.buscar input#boton {
  width: 40px;
  background: #0f69b4 url(../img/png/buscar-bg.png) no-repeat center;
  background-size: 18px;
  text-indent: 1000%;
}

.buscar input#boton:hover {
  background-color: #0b4e85;
}

#header-movil {
  display: none;
  margin: 0 auto 20px;
  background: #fff;
  border-bottom: 2px solid #bdc9d1;
  position: relative;
}

#header-movil h1#logo-movil {
  width: 140px;
  height: 31px;
  margin: 0 0 19px;
}

#header-movil h1#logo-movil a img {
  padding: 0 0 10px;
}

#header-movil nav {
  display: none;
  color: #fff;
  background: #0f69b4;
}

#header-movil nav ul li {
  border-bottom: 1px solid #52a8f1;
}

#header-movil nav ul li a {
  display: block;
  padding: 8px 10px;
}

#header-movil nav ul li a:active,
#header-movil nav ul li a:hover {
  background: #0b4e85;
}

#header-movil nav ul li ul {
  border-top: 1px solid #1384e3;
}

#header-movil nav ul li ul li {
  border-bottom: 1px solid #1384e3;
}

#header-movil nav ul li ul li a {
  padding-left: 25px;
}

#header-movil nav ul li:last-child {
  border-bottom: none;
}

#header-movil a#trigger {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 0;
  top: 0;
  background: #efefef url(../img/png/header-movil-trigger.png) no-repeat center;
  background-size: 20px auto;
  text-indent: -9999px;
}

#header-movil a#trigger.on,
#header-movil a#trigger:active {
  background-color: #0f69b4;
  background-image: url(../img/png/header-movil-trigger-on.png);
}

.btn.btn-outline-primary:hover {
  color: #fff !important;
  background-color: var(--primary-color) !important;
}

.redes-lista {
  margin: 0 auto 15px;
  font-size: 14px;
}

.redes-lista ul li {
  margin: 0 auto 8px;
}

.redes-lista ul li a {
  display: block;
  width: 100%;
  padding: 5px;
  border-bottom: 2px solid #bdc9d1;
  color: #475156;
  background: #fff;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

.redes-lista ul li a span {
  display: block;
  float: left;
  padding: 5px 0 0;
}

.redes-lista ul li a span.icono {
  width: 30px;
  height: 30px;
  margin: 0 12px 0 0;
  background-repeat: no-repeat;
  background: url(../img/png/lista-redes-sprite-2x.png);
  background-size: 330px auto;
}

.redes-lista ul li a span.red {
  font-weight: 700;
  margin: 0 5px 0 0;
}

.redes-lista ul li a span.usuario {
  font-style: italic;
  color: #7a8791;
}

.redes-lista ul li a:hover {
  color: #fff;
}

.redes-lista ul li a:hover .usuario {
  color: #fff;
}

.redes-lista ul li.facebook a .icono {
  background-position: 0 0;
}

.redes-lista ul li.facebook a:hover {
  background: #0070bb;
  border-bottom: 2px solid #00426e;
}

.redes-lista ul li.facebook a:hover .icono {
  background-position: 0 -30px;
}

.redes-lista ul li.twitter a .icono {
  background-position: -30px 0;
}

.redes-lista ul li.twitter a:hover {
  background: #3fa9f5;
  border-bottom: 2px solid #0b85dc;
}

.redes-lista ul li.twitter a:hover .icono {
  background-position: -30px -30px;
}

.redes-lista ul li.flickr a .icono {
  background-position: -60px 0;
}

.redes-lista ul li.flickr a:hover {
  background: #ec1e79;
  border-bottom: 2px solid #af0f55;
}

.redes-lista ul li.flickr a:hover .icono {
  background-position: -60px -30px;
}

.redes-lista ul li.youtube a .icono {
  background-position: -90px 0;
}

.redes-lista ul li.youtube a:hover {
  background: #e52c26;
  border-bottom: 2px solid #aa1914;
}

.redes-lista ul li.youtube a:hover .icono {
  background-position: -90px -30px;
}

.redes-lista ul li.instagram a .icono {
  background-position: -120px 0;
}

.redes-lista ul li.instagram a:hover {
  background: #3f6d94;
  border-bottom: 2px solid #28455e;
}

.redes-lista ul li.instagram a:hover .icono {
  background-position: -120px -30px;
}

.redes-lista ul li.pinterest a .icono {
  background-position: -150px 0;
}

.redes-lista ul li.pinterest a:hover {
  background: #cc2127;
  border-bottom: 2px solid #8a161a;
}

.redes-lista ul li.pinterest a:hover .icono {
  background-position: -150px -30px;
}

.redes-lista ul li.vimeo a .icono {
  background-position: -180px 0;
}

.redes-lista ul li.vimeo a:hover {
  background: #1ab7ea;
  border-bottom: 2px solid #0f83a8;
}

.redes-lista ul li.vimeo a:hover .icono {
  background-position: -180px -30px;
}

.redes-lista ul li.linkedin a .icono {
  background-position: -210px 0;
}

.redes-lista ul li.linkedin a:hover {
  background: #0976b4;
  border-bottom: 2px solid #05466b;
}

.redes-lista ul li.linkedin a:hover .icono {
  background-position: -210px -30px;
}

.redes-lista ul li.slideshare a .icono {
  background-position: -240px 0;
}

.redes-lista ul li.slideshare a:hover {
  background: #19a7a8;
  border-bottom: 2px solid #0f6565;
}

.redes-lista ul li.slideshare a:hover .icono {
  background-position: -240px -30px;
}

.redes-lista ul li.scribd a .icono {
  background-position: -270px 0;
}

.redes-lista ul li.scribd a:hover {
  background: #135987;
  border-bottom: 2px solid #0a2d44;
}

.redes-lista ul li.scribd a:hover .icono {
  background-position: -270px -30px;
}

.redes-lista ul li.soundcloud a .icono {
  background-position: -300px 0;
}

.redes-lista ul li.soundcloud a:hover {
  background: #fd650c;
  border-bottom: 2px solid #bb4602;
}

.redes-lista ul li.soundcloud a:hover .icono {
  background-position: -300px -30px;
}

.redes-mosaico {
  padding: 25px 0;
  margin: 0 auto 10px;
  color: #475156;
}

.redes-mosaico h4 {
  color: #475156;
  float: left;
  margin: 0 25px 0 0;
  padding: 10px 0 0;
}

.redes-mosaico ul li {
  float: left;
  margin: 0 20px 0 10px;
}

.redes-mosaico ul li a {
  display: block;
}

.redes-mosaico ul li a span {
  display: block;
}

.redes-mosaico ul li a span.icono {
  background: url(../img/png/lista-redes-sprite-2x.png);
  background-size: 330px auto;
  width: 30px;
  height: 30px;
  float: left;
  margin: 5px 10px 0 0;
}

.redes-mosaico ul li a .texto {
  float: left;
}

.redes-mosaico ul li a .texto span {
  line-height: 130%;
}

.redes-mosaico ul li a .texto span.red {
  font-size: 18px;
  color: #2e353a;
}

.redes-mosaico ul li a .texto span.usuario {
  font-size: 12px;
  font-style: italic;
}

.redes-mosaico ul li.facebook a .icono {
  background-position: 0 0;
}

.redes-mosaico ul li.facebook a:hover .icono {
  background-position: 0 -60px;
}

.redes-mosaico ul li.twitter a .icono {
  background-position: -30px 0;
}

.redes-mosaico ul li.twitter a:hover .icono {
  background-position: -30px -60px;
}

.redes-mosaico ul li.flickr a .icono {
  background-position: -60px 0;
}

.redes-mosaico ul li.flickr a:hover .icono {
  background-position: -60px -60px;
}

.redes-mosaico ul li.youtube a .icono {
  background-position: -90px 0;
}

.redes-mosaico ul li.youtube a:hover .icono {
  background-position: -90px -60px;
}

.social {
  margin-bottom: 50px;
}

.social ul li {
  float: left;
  margin: 0 10px 3px 0;
}

.banners-mosaico {
  width: 1020px;
  margin: 0 auto 10px;
}

.banners-mosaico .banner-imagen {
  float: left;
  margin: 0 20px 20px 0;
}

#especiales-gobcl {
  width: 1020px;
}

#especiales-gobcl h5 {
  margin: 0 auto 15px;
}

#especiales-gobcl .item {
  float: left;
  margin: 0 20px 30px 0;
  width: 320px;
}

#especiales-gobcl .item a {
  display: block;
  background: #f2f2f2;
  font-family: gobCL, Tahoma, Verdana, Segoe, sans-serif;
}

#especiales-gobcl .item a img {
  width: 100%;
  height: 210px;
}

#especiales-gobcl .item a .texto {
  padding: 20px 20px 20px 15px;
  border-left: 5px solid transparent;
  height: 165px;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

#especiales-gobcl .item a .texto .categoria {
  display: block;
  color: #bdc9d1;
  font-size: 14px;
  font-weight: 700;
  padding: 0 0 12px 30px;
}

#especiales-gobcl .item a .texto h4 {
  margin: 0;
  color: #0f69b4;
  font-size: 19px;
  line-height: 120%;
  padding-left: 30px;
}

#especiales-gobcl .item a:hover {
  background: #fff;
}

#especiales-gobcl .item a:hover .texto {
  border-color: #0f69b4;
}

#especiales-gobcl .item.destacados a .texto .categoria {
  background: url(../img/png/especiales-destacados.png) no-repeat left top;
  background-size: 21px auto;
}

#especiales-gobcl .item.infografias a .texto .categoria {
  background: url(../img/png/especiales-infografias.png) no-repeat left top;
  background-size: 22px auto;
}

#especiales-gobcl .item.giras a .texto .categoria {
  background: url(../img/png/especiales-giras.png) no-repeat left top;
  background-size: 18px auto;
}

#especiales-gobcl a.mas {
  display: block;
  background: #efefef;
  padding: 12px 15px 8px;
  text-align: right;
  border-bottom: 2px solid #bdc9d1;
  font-size: 14px;
  font-family: gobCL, Tahoma, Verdana, Segoe, sans-serif;
}

#especiales-gobcl a.mas:hover {
  color: #fff;
  background: #0f69b4;
  border-bottom: 2px solid #045282;
}

#content #main.especiales-gobcl {
  width: 100%;
  float: none;
}

#content #main.especiales-gobcl .cont {
  padding: 20px 0;
}

#content #main.especiales-gobcl .cont>h4 {
  color: #475156;
  font-size: 18px;
  padding: 10px 30px 6px;
  background-repeat: no-repeat;
  background-position: left center;
}

#content #main.especiales-gobcl .cont a.mas {
  margin-right: 20px;
  text-align: center;
  max-width: 1000px;
}

#content #main.especiales-gobcl .cont.cont-destacados>h4 {
  background-image: url(../img/png/template-especiales-destacados.png);
  background-size: 21px auto;
}

#content #main.especiales-gobcl .cont.cont-destacados a .texto .categoria {
  background: url(../img/png/especiales-destacados.png) no-repeat left top;
  background-size: 22px auto;
}

#content #main.especiales-gobcl .cont.cont-infografias>h4 {
  background-image: url(../img/png/template-especiales-infografias.png);
  background-size: 22px auto;
}

#content #main.especiales-gobcl .cont.cont-infografias a .texto .categoria {
  background: url(../img/png/especiales-infografias.png) no-repeat left top;
  background-size: 22px auto;
}

#content #main.especiales-gobcl .cont.cont-giras>h4 {
  background-image: url(../img/png/template-especiales-giras.png);
  background-size: 18px auto;
}

#content #main.especiales-gobcl .cont.cont-giras a .texto .categoria {
  background: url(../img/png/especiales-giras.png) no-repeat left top;
  background-size: 22px auto;
}

#content #main.especiales-gobcl.fixed {
  padding-top: 48px;
}

.barra-anclas {
  margin: 0 auto;
}

.barra-anclas ul {
  margin: 0;
  padding: 0;
}

.barra-anclas ul li {
  width: 25%;
  text-align: center;
  float: left;
}

.barra-anclas ul li a {
  display: block;
  background: #0168b3;
  color: #fff;
  font-size: 14px;
  font-family: gobCL, Tahoma, Verdana, Segoe, sans-serif;
  padding: 8px 0 9px;
  border-left: 1px solid #2490c6;
}

.barra-anclas ul li a span {
  background-repeat: no-repeat;
  background-position: left center;
  display: inline-block;
  padding: 10px 0 6px 30px;
}

.barra-anclas ul li a:hover {
  background: #045384;
}

.barra-anclas ul li a.especiales {
  background: #045384;
  font-size: 18px;
  padding: 16px 0 13px;
  border-left: none;
}

.barra-anclas ul li a.destacados span {
  background-image: url(../img/png/barra-especiales-destacados.png);
  background-size: 21px auto;
}

.barra-anclas ul li a.infografias span {
  background-image: url(../img/png/barra-especiales-infografias.png);
  background-size: 22px auto;
}

.barra-anclas ul li a.giras span {
  background-image: url(../img/png/barra-especiales-giras.png);
  background-size: 18px auto;
}

.barra-anclas.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  margin-top: 0;
}

#productos-gobcl {
  width: 1020px;
}

#productos-gobcl h5 {
  margin: 0 auto 15px;
}

#productos-gobcl .item {
  float: left;
  margin: 0 20px 30px 0;
  width: 320px;
}

#productos-gobcl .item a {
  display: block;
  background: #f2f2f2;
  border-bottom: 2px solid #bdc9d1;
  color: #7a8791;
  font-size: 12px;
}

#productos-gobcl .item a .texto {
  padding: 20px 20px 25px;
}

#productos-gobcl .item a:hover {
  background: #fff;
}

#feeds {
  margin: 20px 0 5px;
}

#feeds .mini-stream {
  width: 320px;
  float: left;
  color: #fff;
}

#feeds .mini-stream#gobierno-informa {
  margin: 0 20px 0 0;
}

#feeds .mini-stream h3 {
  margin: 0;
  background: #0f69b4;
}

#feeds .mini-stream h3 span {
  display: block;
  padding: 10px 15px 0;
  font-size: 18px;
  font-weight: 500;
}

#feeds .mini-stream p.desc {
  margin: 0 0 5px;
  background: url(../img/png/mini-stream-h3-down-bg.png) no-repeat left bottom;
  padding: 0 0 14px;
}

#feeds .mini-stream p.desc span {
  background: #045384;
  color: #a7daf9;
  font-size: 12px;
  display: block;
  padding: 10px 15px;
}

#feeds .mini-stream ul li {
  margin: 0 0 8px;
}

#feeds .mini-stream ul li a {
  display: block;
  background: #f2f2f2;
  border-bottom: 2px solid #bdc9d1;
}

#feeds .mini-stream ul li a .fecha {
  border-left: 5px solid transparent;
  width: 70px;
  height: 135px;
  float: left;
  padding: 22px 10px 0;
  text-align: center;
  color: #0f69b4;
  font-family: gobCL, Tahoma, Verdana, Segoe, sans-serif;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

#feeds .mini-stream ul li a .fecha span {
  display: block;
}

#feeds .mini-stream ul li a .fecha span.dia {
  font-size: 33px;
}

#feeds .mini-stream ul li a .fecha span.mes {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

#feeds .mini-stream ul li a .texto {
  color: #475156;
  float: left;
  width: 250px;
  height: 95px;
  border-left: 1px solid #bdc9d1;
  padding: 0 10px;
  margin: 20px 0;
  line-height: 140%;
  overflow: hidden;
}

#feeds .mini-stream ul li a:hover {
  background: #fff;
}

#feeds .mini-stream ul li a:hover .fecha {
  border-left: 5px solid #0f69b4;
}

.fotodeldia,
.video-destacado {
  margin: 0 auto 20px;
}

.fotodeldia .bicolor,
.video-destacado .bicolor {
  height: 3px;
}

.fotodeldia .foto,
.video-destacado .foto {
  background: #fff;
  display: block;
}

.fotodeldia .foto h5,
.video-destacado .foto h5 {
  color: #0f69b4;
  padding: 11px 0 6px;
  margin: 0 15px;
  border-bottom: 1px solid #e6e6e6;
}

.fotodeldia .foto p,
.video-destacado .foto p {
  color: #7a8791;
  padding: 7px 15px 10px;
  line-height: 140%;
  font-size: 12px;
  margin: 0 auto;
}

.fotodeldia .mas-fotos,
.video-destacado .mas-fotos {
  font-size: 12px;
}

.video-destacado {
  margin: 0 auto 20px;
}

.video-destacado .bicolor {
  height: 3px;
}

.video-destacado a.foto {
  background: #fff;
  display: block;
}

.video-destacado a.foto h5 {
  color: #0f69b4;
  padding: 11px 0 6px;
  margin: 0 15px;
  border-bottom: 1px solid #e6e6e6;
}

.video-destacado a.foto p {
  color: #7a8791;
  padding: 7px 15px 10px;
  line-height: 140%;
  font-size: 12px;
  margin: 0 auto;
}

.video-destacado a.mas-fotos {
  font-size: 12px;
}

#cita-destacada {
  background: #fff;
  margin: 0 auto 25px;
  border-bottom: 2px solid #bdc9d1;
  font-family: gobCL, Tahoma, Verdana, Segoe, sans-serif;
}

#cita-destacada .bicolor {
  height: 2px;
}

#cita-destacada .left {
  width: 330px;
  padding: 0 20px;
  margin: 30px 0 0;
  float: left;
}

#cita-destacada .left .texto {
  padding: 0 0 0 35px;
  background: url(../img/png/cita-destacada-bg.png) no-repeat;
  background-size: 23px auto;
  background-position: 0 5px;
}

#cita-destacada .left .texto span {
  display: block;
  line-height: 110%;
}

#cita-destacada .left .texto span.nombre {
  color: #0f69b4;
  font-size: 29px;
}

#cita-destacada .left .texto span.descripcion {
  color: #2e353a;
}

#cita-destacada .left .texto span.usuario {
  color: #7a8791;
}

#cita-destacada .right {
  width: 670px;
  padding: 0 30px;
  margin: 30px 0 20px;
  float: left;
  border-left: 1px solid #bdc9d1;
}

#cita-destacada .right .texto {
  font-family: Georgia, Times, "Times New Roman", serif;
  color: #475156;
  font-size: 23px;
  line-height: 140%;
  margin: 0 auto 35px;
}

#cita-destacada .right .fecha {
  font-family: gobCL, Tahoma, Verdana, Segoe, sans-serif;
  color: #7a8791;
}

.wp-pagenavi {
  font-size: 16px;
  font-family: gobCL, Tahoma, Verdana, Segoe, sans-serif;
}

.wp-pagenavi a {
  display: block;
  float: left;
  padding: 5px 5px 2px;
  color: #7a8791;
}

.wp-pagenavi a:hover {
  text-decoration: underline;
}

.wp-pagenavi a.page {
  margin: 0 5px;
}

.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink {
  font-weight: 700;
}

.wp-pagenavi span {
  display: block;
  float: left;
}

.wp-pagenavi span.current {
  padding: 5px 5px 2px;
  color: #e6e6e6;
  background: #7a8791;
}

#modulo-info {
  display: block;
  text-align: left;
  color: #fff;
  padding: 15px 15px 8px 50px;
  margin-bottom: 15px;
  background-position: 13px 14px;
  background-repeat: no-repeat;
}

#modulo-info h4 {
  margin-bottom: 5px;
  font-weight: 700;
}

#modulo-info p {
  margin: 0 auto 8px;
}

#modulo-info a {
  text-decoration: underline;
}

#modulo-info.info {
  background-color: #0d5b9c;
  background-image: url(../img/png/modulo-info-info-bg.png);
  background-size: 25px auto;
}

#modulo-info.streaming {
  background-color: #96a0a8;
  background-image: url(../img/png/modulo-info-streaming-bg.png);
  background-size: 25px auto;
}

#modulo-info.alerta {
  background-color: #cb1424;
  background-image: url(../img/png/modulo-info-alerta-bg.png);
  background-size: 25px auto;
}

.widget-ministerios {
  margin-bottom: 25px;
}

.widget-ministerios .trigger {
  width: 100%;
  display: block;
  background: #efefef;
  border-bottom: 2px solid #bdc9d1;
  padding: 14px 10px 8px 15px;
  background: #fff;
  font-family: gobCL, Tahoma, Verdana, Segoe, sans-serif;
  cursor: pointer;
}

.widget-ministerios .trigger span.icono {
  display: block;
  float: right;
  width: 20px;
  height: 20px;
  margin-top: -5px;
  background-image: url(../img/png/widget-ministerios-trigger-icono.png);
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-position: top left;
}

.widget-ministerios .trigger:hover span.icono {
  background-position: top right;
}

.widget-ministerios .trigger.on span.icono,
.widget-ministerios .trigger:active span.icono {
  background-position: bottom left;
}

.widget-ministerios .trigger.on:hover span.icono,
.widget-ministerios .trigger:active:hover span.icono {
  background-position: bottom right;
}

.widget-ministerios .lista-ministerios {
  background: #7a8791;
  color: #fff;
  max-height: 250px;
  overflow-x: hidden;
  overflow-y: scroll;
  display: none;
}

.widget-ministerios .lista-ministerios ul li a {
  display: block;
  padding: 0 10px;
}

.widget-ministerios .lista-ministerios ul li a:hover {
  background: #475156;
}

.widget-ministerios .lista-ministerios ul li a:hover span {
  border-bottom-color: transparent;
}

.widget-ministerios .lista-ministerios ul li a span {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #96a0a8;
  font-size: 12px;
}

.widget-ministerios .lista-ministerios ul li:last-of-type a span {
  border-bottom: none;
}

.wrap {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

.header {
  background-image: url("/assets/img/bg-header.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20rem;
}

.logo-header {
  width: 450px;
}

.logo-minterior {
  width: 160px;
  margin-left: auto;
}

.c1 {
  color: #154683;
}

.menu-header {
  position: relative;
  z-index: 1;
  background-color: #00233b;
}

.menu-header ul li a:hover {
  color: var(--primary-color-hover) !important;
  transition: color 3s;
}

.menu-header .nav>li {
  border-left: 3px solid white;
}

.menu-header .nav>li:first-child {
  border-left: none;
}

.menu-header ul li a {
  color: #ffffff !important;
  font-size: 1.1em !important;
  font-weight: 4500 !important;
  padding: 0rem;
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  min-height: 3.25rem;
  padding: 0.65rem 1rem;
  border: 0;
  background: transparent;
  color: #ffffff;
  font-size: 1rem;
  cursor: pointer;
}

.menu-header nav.collapse {
  display: none;
}

.menu-header nav.collapse.show {
  display: block;
}

.menu-toggle i {
  font-size: 1.6rem;
  line-height: 1;
}

@media only screen and (min-width: 768px) {
  .menu-header nav.collapse,
  .menu-header nav.collapse.show {
    display: block !important;
    height: auto !important;
  }
}

@media only screen and (max-width: 991px) {
  .menu-header nav {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .menu-header ul li a {
    font-size: 1em !important;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  header.container-fluid>.container {
    padding-right: 1rem;
  }

  header.container-fluid>.container>.row {
    align-items: center;
    flex-direction: row;
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  header.container-fluid>.container>.row>.col-8,
  header.container-fluid>.container>.row>.col-4 {
    width: auto;
  }

  .logo-header {
    width: 100%;
    max-width: 220px;
    height: auto;
  }

  .logo-minterior {
    display: block;
    width: 80px;
    margin-left: auto;
  }

  .menu-toggle {
    display: flex;
  }

  .menu-header ul {
    flex-direction: column !important;
    width: 100%;
  }

  .menu-header .nav>li,
  .menu-header .nav>li:first-child {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.45);
    border-left: none;
  }

  .menu-header .nav>li:first-child {
    border-top: none;
  }

  .menu-header ul li a {
    min-height: 3.25rem;
    padding: 0.75rem 1rem;
    line-height: 1.25;
  }
}

@media only screen and (max-width: 423px) {
  header.container-fluid>.container>.row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
  }

  header.container-fluid>.container>.row>.col-8,
  header.container-fluid>.container>.row>.col-4 {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .header-logos .logo-header,
  .header-logos .logo-minterior {
    margin-right: auto;
    margin-left: auto;
  }
}

.train {
  height: auto !important;
}

.train-sm {
  width: 75px !important;
}

.text-primary {
  color: var(--primary-color) !important;
}

#content {
  margin: 20px auto 25px;
}

#content h5.titulo-seccion {
  margin: 0 auto 15px;
}

#content #main {
  width: 660px;
  float: left;
}

#content #main #breadcrumbs {
  margin: 0 0 14px;
  color: #475156;
}

#content #main #breadcrumbs ul li {
  float: left;
}

#content #main #breadcrumbs ul li.sep {
  margin: 0 5px;
}

#content #main #breadcrumbs ul li a:hover {
  text-decoration: underline;
}

#content #main .post {
  background: #fff;
}

#content #main .post .texto p {
  margin: 0 auto;
  line-height: 140%;
}

#content #main .post img {
  max-width: 100%;
  height: auto;
}

#content #main .post img.alignleft {
  float: left;
  margin: 0 15px 10px 0;
}

#content #main .post img.alignright {
  float: right;
  margin: 0 0 10px 15px;
}

#content #main .post img.aligncenter {
  float: none;
  margin: 0 auto 10px;
  clear: both;
  display: block;
}

#content #main .post iframe,
#content #main .post object {
  max-width: 100%;
}

#content #main .stream {
  margin: 0 auto 15px;
}

#content #main .stream .tarjeta {
  border-bottom: 2px solid #bdc9d1;
  margin: 0 0 20px;
}

#content #main .stream .tarjeta .pic {
  width: 320px;
  height: 210px;
  float: left;
}

#content #main .stream .tarjeta .pic a img {
  width: 100%;
  height: auto;
}

#content #main .stream .tarjeta .texto {
  width: 340px;
  padding: 20px;
  float: left;
}

#content #main .stream .tarjeta .texto h4 {
  color: #0f69b4;
  margin: 0 auto 15px;
}

#content #main .stream .tarjeta .texto h4 a:hover {
  color: #045282;
}

#content #main .stream .tarjeta .texto p {
  font-size: 12px;
  line-height: 150%;
}

#content #main .stream .tarjeta .meta {
  font-family: gobCL, Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 700;
  color: #7a8791;
  display: block;
  font-size: 12px;
  margin: 0 0 15px;
}

#content #main .stream .tarjeta.destacado .pic {
  width: 100%;
  height: auto;
  float: none;
  clear: both;
}

#content #main .stream .tarjeta.destacado .pic img {
  width: 100%;
  height: auto;
}

#content #main .stream .tarjeta.destacado .texto {
  padding: 20px;
  float: none;
  clear: both;
  width: 100%;
}

#content #main .stream .tarjeta.destacado .texto .left {
  float: left;
  width: 300px;
  margin: 0 20px 0 0;
}

#content #main .stream .tarjeta.destacado .texto .right {
  float: left;
  width: 300px;
}

#content #main .stream .tarjeta.destacado .social {
  display: block;
  clear: both;
  padding: 0 20px;
  margin: 10px 0 25px 20px;
}

#content #main .stream .tarjeta.destacado .social ul li {
  float: left;
  margin: 0 10px 8px 0;
}

#content #sidebar {
  width: 320px;
  margin: 0 0 0 20px;
  float: left;
}

#content #sidebar .lista-sidebar {
  background: #fff;
  padding: 20px 20px 25px;
  border-bottom: 2px solid #bdc9d1;
  margin: 33px auto 0;
}

#content #sidebar .lista-sidebar h5 {
  margin: 0 0 12px;
  color: #0f69b4;
}

#content #sidebar .lista-sidebar ul {
  padding: 0 0 0 16px;
}

#content #sidebar .lista-sidebar ul li {
  font-size: 12px;
  margin: 0 0 5px;
  list-style: disc;
}

#content #sidebar .lista-sidebar ul li a:hover {
  color: #2e353a;
}

#content #sidebar .buscar label {
  margin-bottom: 14px;
}

#content #sidebar .buscar input#query {
  width: 280px;
}

footer .container {
  background-color: var(--secondary);
}

footer .wrap {
  background: #fff;
}

footer .bicolor {
  height: 2px;
}

footer .top .listas {
  padding: 25px 0 0;
  float: left;
}

footer .top .listas .lista {
  width: 320px;
  float: left;
  padding: 5px 35px 30px;
  border-right: 1px solid #e6e6e6;
}

footer .top .listas .lista:last-child {
  border-right: none;
}

footer .top .listas .lista h5 {
  margin: 0 0 20px;
  color: #0f69b4;
}

footer .top .listas .lista ul {
  padding: 0 0 0 16px;
}

footer .top .listas .lista ul li {
  font-size: 12px;
  margin: 0 0 5px;
  list-style: disc;
}

footer .top .listas .lista ul li a:hover {
  color: #2e353a;
}

footer .top .listas .lista ul li.chileatiende {
  list-style: none;
}

footer .top .listas .lista ul li.chileatiende>a {
  display: block;
  margin: 25px 0 5px -15px;
  padding: 0 0 0 22px;
  background: url(../img/footer-chileatiende.png) no-repeat center left;
}

footer .top .listas .lista ul li.chileatiende ul.sub-menu {
  padding: 0 0 0 25px;
}

footer .top .listas .lista.contactate p {
  font-size: 12px;
  line-height: 180%;
  margin: 0 0 20px;
}

footer .top .listas .lista.contactate a {
  display: block;
  padding: 12px 15px 10px;
  background: #efefef;
  border-bottom: 2px solid #bdc9d1;
  font-size: 16px;
  font-family: gobCL, Tahoma, Verdana, Segoe, sans-serif;
  margin: 0 auto;
}

footer .top .listas .lista.contactate a:hover {
  color: #fff;
  background: #0f69b4;
  border-bottom: 2px solid #045282;
}

footer .top .listas .lista ul#menu-banners-footer {
  list-style: none;
  padding: 0;
  border-top: 1px solid #bdc9d1;
}

footer .top .listas .lista ul#menu-banners-footer li {
  list-style: none;
  margin: 0;
}

footer .top .listas .lista ul#menu-banners-footer li a {
  display: block;
  width: 260px;
  height: 45px;
  font-family: gobCL, Tahoma, Verdana, Segoe, sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #0f69b4;
  padding: 17px 0 0 12px;
  background: url(../img/banners-footer-bullet.png) no-repeat left center;
  border-bottom: 1px solid #bdc9d1;
}

footer .top .listas .lista ul#menu-banners-footer li a:hover {
  background: #0f69b4 url(../img/banners-footer-bullet-hover.png) no-repeat left center;
  color: #fff;
}

footer .top .sep {
  max-width: 100%;
  height: 0;
  border-bottom: 1px solid #e6e6e6;
  margin: 0 20px;
}

footer .bottom {
  padding: 15px 20px 0;
  font-size: 12px;
  color: #475156;
}

footer .bottom .left {
  float: left;
}

footer .bottom nav {
  float: right;
}

footer .bottom nav ul li {
  float: left;
  border-right: 1px solid #475156;
}

footer .bottom nav ul li a {
  display: block;
  padding: 0 6px;
}

footer .bottom nav ul li a:hover {
  text-decoration: underline;
}

footer .bottom nav ul li:first-child a {
  padding-left: 0;
}

footer .bottom nav ul li:last-child {
  border-right: none;
}

footer .bottom nav ul li:last-child a {
  padding-right: 0;
}

footer .bottom .bicolor {
  margin: 25px 0 0;
  width: 170px;
  height: 20px;
}

.error404 #content #main .post img,
.page #content #main .post img,
.single #content #main .post img {
  max-width: 100%;
  height: auto;
}

.error404 #content #main .post .pic img,
.page #content #main .post .pic img,
.single #content #main .post .pic img {
  float: left;
}

.error404 #content #main .post .social,
.page #content #main .post .social,
.single #content #main .post .social {
  float: left;
  margin: 25px 0 0 30px;
}

.error404 #content #main .post .social ul li,
.page #content #main .post .social ul li,
.single #content #main .post .social ul li {
  margin: 0 10px 0 0;
  float: left;
}

.error404 #content #main .post .post-header,
.page #content #main .post .post-header,
.single #content #main .post .post-header {
  width: 100%;
  height: 220px;
  color: #fff;
  padding: 135px 30px 30px;
  background-repeat: no-repeat;
}

.error404 #content #main .post .post-header h3,
.page #content #main .post .post-header h3,
.single #content #main .post .post-header h3 {
  margin: 0 auto;
}

.error404 #content #main .post .post-header h4,
.page #content #main .post .post-header h4,
.single #content #main .post .post-header h4 {
  font-weight: 700;
  margin: 0 auto;
}

.error404 #content #main .post .fontsize,
.page #content #main .post .fontsize,
.single #content #main .post .fontsize {
  float: right;
  margin: 25px 45px 0 0;
}

.error404 #content #main .post .fontsize ul li,
.page #content #main .post .fontsize ul li,
.single #content #main .post .fontsize ul li {
  float: left;
  margin: 0 0 0 4px;
}

.error404 #content #main .post .fontsize ul li a,
.page #content #main .post .fontsize ul li a,
.single #content #main .post .fontsize ul li a {
  cursor: pointer;
  display: block;
  background: #bdc9d1;
  color: #fff;
  font-weight: 700;
  font-family: gobCL, Tahoma, Verdana, Segoe, sans-serif;
  padding: 3px 2px 0;
  text-align: right;
}

.error404 #content #main .post .fontsize ul li.small a,
.page #content #main .post .fontsize ul li.small a,
.single #content #main .post .fontsize ul li.small a {
  width: 14px;
  height: 14px;
  font-size: 12px;
  margin: 8px 0 0;
}

.error404 #content #main .post .fontsize ul li.medium a,
.page #content #main .post .fontsize ul li.medium a,
.single #content #main .post .fontsize ul li.medium a {
  width: 18px;
  height: 18px;
  font-size: 16px;
  margin: 4px 0 0;
}

.error404 #content #main .post .fontsize ul li.large a,
.page #content #main .post .fontsize ul li.large a,
.single #content #main .post .fontsize ul li.large a {
  width: 22px;
  height: 22px;
  font-size: 20px;
}

.error404 #content #main .post .fontsize ul li.current a,
.page #content #main .post .fontsize ul li.current a,
.single #content #main .post .fontsize ul li.current a {
  background: #0f69b4;
}

.error404 #content #main .post .fontsize ul li:hover a,
.page #content #main .post .fontsize ul li:hover a,
.single #content #main .post .fontsize ul li:hover a {
  background: #0f69b4;
}

.error404 #content #main .post .texto,
.page #content #main .post .texto,
.single #content #main .post .texto {
  padding: 25px 30px 50px;
}

.error404 #content #main .post .texto .meta,
.page #content #main .post .texto .meta,
.single #content #main .post .texto .meta {
  font-family: gobCL, Tahoma, Verdana, Segoe, sans-serif;
  display: block;
  margin: 0 0 15px;
}

.title {
  color: #0f69b4;
}

.error404 #content #main .post .texto h2.title,
.page #content #main .post .texto h2.title,
.single #content #main .post .texto h2.title {
  color: #0f69b4;
}

.error404 #content #main .post .texto h3,
.page #content #main .post .texto h3,
.single #content #main .post .texto h3 {
  color: #0f69b4;
  padding: 0 0 15px;
  margin: 0 0 25px;
  border-bottom: 1px solid #bdc9d1;
}

.error404 #content #main .post .texto .contenido,
.page #content #main .post .texto .contenido,
.single #content #main .post .texto .contenido {
  color: #475156;
}

.error404 #content #main .post .texto .contenido a,
.page #content #main .post .texto .contenido a,
.single #content #main .post .texto .contenido a {
  color: #0f69b4;
}

.error404 #content #main .post .texto .contenido a:hover,
.page #content #main .post .texto .contenido a:hover,
.single #content #main .post .texto .contenido a:hover {
  color: #045282;
  text-decoration: underline;
}

.error404 #content #main .post .texto .contenido a.twitter-link,
.page #content #main .post .texto .contenido a.twitter-link,
.single #content #main .post .texto .contenido a.twitter-link {
  background: #abddef url(../img/twitter-mini.png) no-repeat top left;
  padding: 5px 10px 5px 35px;
  color: #fff;
  text-decoration: none;
}

.error404 #content #main .post .texto .contenido a.twitter-link:hover,
.page #content #main .post .texto .contenido a.twitter-link:hover,
.single #content #main .post .texto .contenido a.twitter-link:hover {
  background-color: #29abe2;
}

.error404 #content #main .post .texto .contenido h2,
.error404 #content #main .post .texto .contenido h3,
.error404 #content #main .post .texto .contenido h5,
.page #content #main .post .texto .contenido h2,
.page #content #main .post .texto .contenido h3,
.page #content #main .post .texto .contenido h5,
.single #content #main .post .texto .contenido h2,
.single #content #main .post .texto .contenido h3,
.single #content #main .post .texto .contenido h5 {
  color: #0f69b4;
}

.error404 #content #main .post .texto .contenido h2,
.page #content #main .post .texto .contenido h2,
.single #content #main .post .texto .contenido h2 {
  margin: 0 auto 15px;
  font-size: 38px;
}

.error404 #content #main .post .texto .contenido h3,
.page #content #main .post .texto .contenido h3,
.single #content #main .post .texto .contenido h3 {
  margin: 0 0 15px;
  padding-bottom: 8px;
}

.error404 #content #main .post .texto .contenido h4,
.page #content #main .post .texto .contenido h4,
.single #content #main .post .texto .contenido h4 {
  margin: 0 0 13px;
  line-height: 130%;
}

.error404 #content #main .post .texto .contenido h5,
.page #content #main .post .texto .contenido h5,
.single #content #main .post .texto .contenido h5 {
  color: #0f69b4;
  margin: 0 0 10px;
  font-size: 25px;
  font-weight: 700;
}

.error404 #content #main .post .texto .contenido h6,
.page #content #main .post .texto .contenido h6,
.single #content #main .post .texto .contenido h6 {
  font-size: 18px;
  font-weight: 700;
  padding: 0 0 5px;
  margin: 0 0 10px;
  border-bottom: 1px solid #dbe2e6;
}

.error404 #content #main .post .texto .contenido blockquote,
.page #content #main .post .texto .contenido blockquote,
.single #content #main .post .texto .contenido blockquote {
  border-left: 2px solid #0f69b4;
  margin: 0;
  padding: 0 0 0 20px;
  line-height: 160%;
}

.error404 #content #main .post .texto .contenido blockquote p,
.page #content #main .post .texto .contenido blockquote p,
.single #content #main .post .texto .contenido blockquote p {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  font-size: 18px;
  line-height: 150%;
  margin: 0 0 35px;
}

.error404 #content #main .post .texto .contenido p,
.page #content #main .post .texto .contenido p,
.single #content #main .post .texto .contenido p {
  line-height: 180%;
  margin: 0 0 25px;
}

.error404 #content #main .post .texto .contenido iframe,
.error404 #content #main .post .texto .contenido object,
.page #content #main .post .texto .contenido iframe,
.page #content #main .post .texto .contenido object,
.single #content #main .post .texto .contenido iframe,
.single #content #main .post .texto .contenido object {
  max-width: 100%;
}

.error404 #content #main .post .texto .contenido ol,
.error404 #content #main .post .texto .contenido ul,
.page #content #main .post .texto .contenido ol,
.page #content #main .post .texto .contenido ul,
.single #content #main .post .texto .contenido ol,
.single #content #main .post .texto .contenido ul {
  padding-left: 25px;
  margin-bottom: 15px;
}

.error404 #content #main .post .texto .contenido ol li,
.error404 #content #main .post .texto .contenido ul li,
.page #content #main .post .texto .contenido ol li,
.page #content #main .post .texto .contenido ul li,
.single #content #main .post .texto .contenido ol li,
.single #content #main .post .texto .contenido ul li {
  margin-bottom: 5px;
}

.error404 #content #main .post .texto .contenido ol ol,
.error404 #content #main .post .texto .contenido ol ul,
.error404 #content #main .post .texto .contenido ul ol,
.error404 #content #main .post .texto .contenido ul ul,
.page #content #main .post .texto .contenido ol ol,
.page #content #main .post .texto .contenido ol ul,
.page #content #main .post .texto .contenido ul ol,
.page #content #main .post .texto .contenido ul ul,
.single #content #main .post .texto .contenido ol ol,
.single #content #main .post .texto .contenido ol ul,
.single #content #main .post .texto .contenido ul ol,
.single #content #main .post .texto .contenido ul ul {
  margin-bottom: 0;
  margin-top: 5px;
}

.error404 #content #main .post .texto .contenido ol li,
.page #content #main .post .texto .contenido ol li,
.single #content #main .post .texto .contenido ol li {
  list-style: decimal;
}

.error404 #content #main .post .texto .contenido ol li ul li,
.page #content #main .post .texto .contenido ol li ul li,
.single #content #main .post .texto .contenido ol li ul li {
  list-style: circle;
}

.error404 #content #main .post .texto .contenido ol li ol li,
.page #content #main .post .texto .contenido ol li ol li,
.single #content #main .post .texto .contenido ol li ol li {
  list-style: decimal;
}

.error404 #content #main .post .texto .contenido ul li,
.page #content #main .post .texto .contenido ul li,
.single #content #main .post .texto .contenido ul li {
  list-style: disc;
}

.error404 #content #main .post .texto .contenido ul li ul li,
.page #content #main .post .texto .contenido ul li ul li,
.single #content #main .post .texto .contenido ul li ul li {
  list-style: circle;
}

.error404 #content #main .post .texto .contenido ul li ol li,
.page #content #main .post .texto .contenido ul li ol li,
.single #content #main .post .texto .contenido ul li ol li {
  list-style: decimal;
}

.error404 #content #main.autoridades-lista .post .pic,
.page #content #main.autoridades-lista .post .pic,
.single #content #main.autoridades-lista .post .pic {
  width: 170px;
  height: 170px;
}

.error404 #content #main.autoridades-lista .post .texto,
.page #content #main.autoridades-lista .post .texto,
.single #content #main.autoridades-lista .post .texto {
  width: 490px;
  padding: 20px 20px 10px;
}

.error404 #content #main.autoridades-lista .post .texto h4,
.page #content #main.autoridades-lista .post .texto h4,
.single #content #main.autoridades-lista .post .texto h4 {
  margin: 0 0 10px;
  padding: 0;
  border-bottom: none;
}

.error404 #content #main.autoridades-lista .post .texto h5.cargo,
.page #content #main.autoridades-lista .post .texto h5.cargo,
.single #content #main.autoridades-lista .post .texto h5.cargo {
  margin: 0 0 3px;
  color: #475156;
}

.error404 #content #main.autoridades-lista .post .texto h5.institucion,
.page #content #main.autoridades-lista .post .texto h5.institucion,
.single #content #main.autoridades-lista .post .texto h5.institucion {
  margin: 0 0 35px;
  color: #7a8791;
}

.error404 #content #main.autoridades-lista .post .texto .links a,
.page #content #main.autoridades-lista .post .texto .links a,
.single #content #main.autoridades-lista .post .texto .links a {
  display: block;
  float: left;
  color: #0f69b4;
  font-size: 12px;
  margin: 5px 0 0;
  padding: 0 7px;
  border-left: 1px solid #0f69b4;
}

.error404 #content #main.autoridades-lista .post .texto .links a:first-child,
.page #content #main.autoridades-lista .post .texto .links a:first-child,
.single #content #main.autoridades-lista .post .texto .links a:first-child {
  border-left: none;
  padding: 0 7px 0 0;
}

.error404 #content #main.autoridades-lista .post .texto .links a:hover,
.page #content #main.autoridades-lista .post .texto .links a:hover,
.single #content #main.autoridades-lista .post .texto .links a:hover {
  text-decoration: underline;
}

.error404 #content #main.autoridades-single .post,
.page #content #main.autoridades-single .post,
.single #content #main.autoridades-single .post {
  background: 0 0;
}

.error404 #content #main.autoridades-single .post .info,
.page #content #main.autoridades-single .post .info,
.single #content #main.autoridades-single .post .info {
  width: 170px;
  float: left;
}

.error404 #content #main.autoridades-single .post .info .pic,
.page #content #main.autoridades-single .post .info .pic,
.single #content #main.autoridades-single .post .info .pic {
  margin: 0 0 15px;
}

.error404 #content #main.autoridades-single .post .info .pic img,
.page #content #main.autoridades-single .post .info .pic img,
.single #content #main.autoridades-single .post .info .pic img {
  float: left;
}

.error404 #content #main.autoridades-single .post .info ul,
.page #content #main.autoridades-single .post .info ul,
.single #content #main.autoridades-single .post .info ul {
  padding: 0 10px 0 0;
}

.error404 #content #main.autoridades-single .post .info ul li,
.page #content #main.autoridades-single .post .info ul li,
.single #content #main.autoridades-single .post .info ul li {
  margin: 0 0 10px;
}

.error404 #content #main.autoridades-single .post .info ul li label,
.page #content #main.autoridades-single .post .info ul li label,
.single #content #main.autoridades-single .post .info ul li label {
  display: block;
  color: #475156;
  font-weight: 700;
}

.error404 #content #main.autoridades-single .post .info ul li span,
.page #content #main.autoridades-single .post .info ul li span,
.single #content #main.autoridades-single .post .info ul li span {
  display: block;
  color: #0f69b4;
}

.error404 #content #main.autoridades-single .post .texto,
.page #content #main.autoridades-single .post .texto,
.single #content #main.autoridades-single .post .texto {
  background: #fff;
  width: 490px;
  float: left;
  padding: 25px 20px 20px;
  border-bottom: 2px solid #bdc9d1;
}

.error404 #content #main.autoridades-single .post .texto h3.title,
.page #content #main.autoridades-single .post .texto h3.title,
.single #content #main.autoridades-single .post .texto h3.title {
  color: #0f69b4;
  margin: 0 0 5px;
  padding: 0;
  border-bottom: none;
}

.error404 #content #main.autoridades-single .post .texto h3,
.page #content #main.autoridades-single .post .texto h3,
.single #content #main.autoridades-single .post .texto h3 {
  margin: 0 0 30px;
}

.error404 #content #main.autoridades-single .post .texto .contenido h3,
.page #content #main.autoridades-single .post .texto .contenido h3,
.single #content #main.autoridades-single .post .texto .contenido h3 {
  margin: 0 0 30px;
}

.error404 #content #main.autoridades-single .post .texto .contenido h4,
.page #content #main.autoridades-single .post .texto .contenido h4,
.single #content #main.autoridades-single .post .texto .contenido h4 {
  color: #0f69b4;
  margin: 0 0 13px;
}

.error404 #content #main.autoridades-single .post .texto .contenido h5,
.page #content #main.autoridades-single .post .texto .contenido h5,
.single #content #main.autoridades-single .post .texto .contenido h5 {
  color: #0f69b4;
  margin: 0 0 10px;
}

.error404 #content #main.autoridades-single .post .texto .contenido blockquote,
.page #content #main.autoridades-single .post .texto .contenido blockquote,
.single #content #main.autoridades-single .post .texto .contenido blockquote {
  border-left: 2px solid #0f69b4;
  margin: 0;
  padding: 0 0 0 20px;
}

.error404 #content #main.autoridades-single .post .texto .contenido blockquote p,
.page #content #main.autoridades-single .post .texto .contenido blockquote p,
.single #content #main.autoridades-single .post .texto .contenido blockquote p {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  font-size: 18px;
  line-height: 150%;
  margin: 0 0 35px;
}

.error404 #content #main.autoridades-single .post .texto .contenido p,
.page #content #main.autoridades-single .post .texto .contenido p,
.single #content #main.autoridades-single .post .texto .contenido p {
  line-height: 180%;
  margin: 0 0 25px;
}

.error404 #content #main.autoridades-single .post .texto .contenido ul,
.page #content #main.autoridades-single .post .texto .contenido ul,
.single #content #main.autoridades-single .post .texto .contenido ul {
  padding-left: 0;
}

.error404 #content #main.autoridades-single .post .texto .contenido ul li,
.page #content #main.autoridades-single .post .texto .contenido ul li,
.single #content #main.autoridades-single .post .texto .contenido ul li {
  list-style: none;
}

.error404 #content #main.autoridades-single .post .texto .contenido .datos,
.page #content #main.autoridades-single .post .texto .contenido .datos,
.single #content #main.autoridades-single .post .texto .contenido .datos {
  margin: 0 0 10px;
}

.error404 #content #main.autoridades-single .post .texto .contenido .datos h6,
.page #content #main.autoridades-single .post .texto .contenido .datos h6,
.single #content #main.autoridades-single .post .texto .contenido .datos h6 {
  font-size: 18px;
  color: #7a8791;
  margin: 0 0 20px;
}

.error404 #content #main.autoridades-single .post .texto .contenido .datos ul li span,
.page #content #main.autoridades-single .post .texto .contenido .datos ul li span,
.single #content #main.autoridades-single .post .texto .contenido .datos ul li span {
  display: block;
}

.error404 #content #main.autoridades-single .post .texto .contenido .datos ul li span.title,
.page #content #main.autoridades-single .post .texto .contenido .datos ul li span.title,
.single #content #main.autoridades-single .post .texto .contenido .datos ul li span.title {
  font-weight: 700;
  margin: 0 0 2px;
}

.error404 #content #main.autoridades-single .post .texto .contenido .datos.lista ul li,
.page #content #main.autoridades-single .post .texto .contenido .datos.lista ul li,
.single #content #main.autoridades-single .post .texto .contenido .datos.lista ul li {
  margin: 0 0 20px;
}

.error404 #content #main.autoridades-single .post .texto .contenido .datos.tabla ul li,
.page #content #main.autoridades-single .post .texto .contenido .datos.tabla ul li,
.single #content #main.autoridades-single .post .texto .contenido .datos.tabla ul li {
  margin: 0 0 25px;
}

.error404 #content #main.autoridades-single .post .texto .contenido .datos.tabla ul li span,
.page #content #main.autoridades-single .post .texto .contenido .datos.tabla ul li span,
.single #content #main.autoridades-single .post .texto .contenido .datos.tabla ul li span {
  float: left;
}

.error404 #content #main.autoridades-single .post .texto .contenido .datos.tabla ul li span.title,
.page #content #main.autoridades-single .post .texto .contenido .datos.tabla ul li span.title,
.single #content #main.autoridades-single .post .texto .contenido .datos.tabla ul li span.title {
  width: 90px;
  padding: 0 10px 0 0;
  text-align: right;
}

.error404 #content #main.autoridades-single .post .texto .contenido .datos.tabla ul li span.dato,
.page #content #main.autoridades-single .post .texto .contenido .datos.tabla ul li span.dato,
.single #content #main.autoridades-single .post .texto .contenido .datos.tabla ul li span.dato {
  width: 360px;
}

.error404 #content #main.page-hitos .post,
.page #content #main.page-hitos .post,
.single #content #main.page-hitos .post {
  background: 0 0;
}

.error404 #content #main.page-hitos .post .post-header,
.page #content #main.page-hitos .post .post-header,
.single #content #main.page-hitos .post .post-header {
  height: auto;
  padding: 0;
}

.error404 #content #main.page-hitos .post .post-header .top,
.page #content #main.page-hitos .post .post-header .top,
.single #content #main.page-hitos .post .post-header .top {
  padding: 100px 20px 0;
  height: 220px;
}

.error404 #content #main.page-hitos .post .post-header .top h4,
.page #content #main.page-hitos .post .post-header .top h4,
.single #content #main.page-hitos .post .post-header .top h4 {
  font-weight: 700;
}

.error404 #content #main.page-hitos .post .post-header .top .descargar,
.page #content #main.page-hitos .post .post-header .top .descargar,
.single #content #main.page-hitos .post .post-header .top .descargar {
  margin: 10px 0 0;
  font-family: gobCL, Tahoma, Verdana, Segoe, sans-serif;
  font-size: 16px;
}

.error404 #content #main.page-hitos .post .post-header .top .descargar a,
.page #content #main.page-hitos .post .post-header .top .descargar a,
.single #content #main.page-hitos .post .post-header .top .descargar a {
  text-decoration: underline;
}

.error404 #content #main.page-hitos .post .post-header .bottom,
.page #content #main.page-hitos .post .post-header .bottom,
.single #content #main.page-hitos .post .post-header .bottom {
  padding: 0 0 19px;
  background: #fff;
  border-bottom: 2px solid #bdc9d1;
}

.error404 #content #main.page-hitos .post .texto,
.page #content #main.page-hitos .post .texto,
.single #content #main.page-hitos .post .texto {
  margin: 20px 0 0;
  padding: 0;
}

.error404 #content #main.page-hitos .post .texto .hito,
.page #content #main.page-hitos .post .texto .hito,
.single #content #main.page-hitos .post .texto .hito {
  background: #fff;
  padding: 25px 0;
  border-bottom: 2px solid #bdc9d1;
  margin: 0 0 20px;
}

.error404 #content #main.page-hitos .post .texto .hito img.foto-hito,
.page #content #main.page-hitos .post .texto .hito img.foto-hito,
.single #content #main.page-hitos .post .texto .hito img.foto-hito {
  width: 100%;
  height: auto;
  margin: 0 0 30px;
}

.error404 #content #main.page-hitos .post .texto .hito .titulo,
.page #content #main.page-hitos .post .texto .hito .titulo,
.single #content #main.page-hitos .post .texto .hito .titulo {
  padding: 5px 35px;
  float: left;
  width: 200px;
}

.error404 #content #main.page-hitos .post .texto .hito .titulo h4,
.page #content #main.page-hitos .post .texto .hito .titulo h4,
.single #content #main.page-hitos .post .texto .hito .titulo h4 {
  margin: 0;
}

.error404 #content #main.page-hitos .post .texto .hito .cuerpo,
.page #content #main.page-hitos .post .texto .hito .cuerpo,
.single #content #main.page-hitos .post .texto .hito .cuerpo {
  padding: 0 30px 0 0;
  float: left;
  width: 460px;
}

.error404 #content #main.page-hitos .post .texto .hito .cuerpo p,
.page #content #main.page-hitos .post .texto .hito .cuerpo p,
.single #content #main.page-hitos .post .texto .hito .cuerpo p {
  margin: 0 0 20px;
}

.error404 #content #main.page-hitos .post .texto .hito.hito-foto,
.page #content #main.page-hitos .post .texto .hito.hito-foto,
.single #content #main.page-hitos .post .texto .hito.hito-foto {
  padding: 0 0 25px;
}

.error404 #content #main.page-documento .post-header,
.page #content #main.page-documento .post-header,
.single #content #main.page-documento .post-header {
  text-align: center;
  padding: 0;
}

.error404 #content #main.page-documento .post-header a.descargar,
.page #content #main.page-documento .post-header a.descargar,
.single #content #main.page-documento .post-header a.descargar {
  display: inline-block;
  width: 220px;
  height: 35px;
  padding: 11px 5px 0;
  margin: 155px auto 0;
  background: #9ccfef;
  border-bottom: 2px solid #2490c6;
}

.error404 #content #main.page-documento .post-header a.descargar:hover,
.page #content #main.page-documento .post-header a.descargar:hover,
.single #content #main.page-documento .post-header a.descargar:hover {
  background: #2490c6;
}

.error404 #content #main.page-documento .issuu,
.page #content #main.page-documento .issuu,
.single #content #main.page-documento .issuu {
  padding: 10px;
  background: #475156;
}

.error404 #content #main.chat .post .stream,
.page #content #main.chat .post .stream,
.single #content #main.chat .post .stream {
  margin-bottom: -30px;
}

.error404 #content #main.chat .post .stream .post,
.page #content #main.chat .post .stream .post,
.single #content #main.chat .post .stream .post {
  border-bottom: none;
  margin-bottom: 15px;
}

.error404 #content #main.chat .post .stream .post a,
.page #content #main.chat .post .stream .post a,
.single #content #main.chat .post .stream .post a {
  display: block;
  background: #f2f2f2;
  border-right: 5px solid transparent;
}

.error404 #content #main.chat .post .stream .post a .pic,
.page #content #main.chat .post .stream .post a .pic,
.single #content #main.chat .post .stream .post a .pic {
  width: 290px;
  height: 192px;
}

.error404 #content #main.chat .post .stream .post a .pic img,
.page #content #main.chat .post .stream .post a .pic img,
.single #content #main.chat .post .stream .post a .pic img {
  width: 100%;
}

.error404 #content #main.chat .post .stream .post a .texto,
.page #content #main.chat .post .stream .post a .texto,
.single #content #main.chat .post .stream .post a .texto {
  width: 305px;
  padding: 20px;
}

.error404 #content #main.chat .post .stream .post a .texto span.fecha,
.page #content #main.chat .post .stream .post a .texto span.fecha,
.single #content #main.chat .post .stream .post a .texto span.fecha {
  display: block;
  color: #7a8791;
  font-size: 12px;
  font-weight: 700;
  font-family: gobCL, Tahoma, Verdana, Segoe, sans-serif;
  margin-bottom: 15px;
}

.error404 #content #main.chat .post .stream .post a .texto h4,
.page #content #main.chat .post .stream .post a .texto h4,
.single #content #main.chat .post .stream .post a .texto h4 {
  font-size: 18px;
  margin: 0;
}

.error404 #content #main.chat .post .stream .post a:hover,
.page #content #main.chat .post .stream .post a:hover,
.single #content #main.chat .post .stream .post a:hover {
  background: #f9f9f9;
  border-right: 5px solid #0f69b4;
}

.error404 #content #main .post .texto {
  padding: 25px 30px;
  margin: 0 auto 30px;
}

#streaming {
  margin: 20px auto 40px;
}

#streaming h5.titulo-seccion {
  padding: 0 0 0 27px;
  background: url(../img/png/streaming-h5.png) no-repeat 0 1px;
  background-size: 19px auto;
  margin: 0 auto 18px;
}

#streaming .tarjeta .frame {
  width: 660px;
  height: 370px;
  float: left;
}

#streaming .tarjeta .frame embed,
#streaming .tarjeta .frame iframe,
#streaming .tarjeta .frame img,
#streaming .tarjeta .frame object {
  max-width: 100%;
  max-height: 100%;
  float: left;
}

#streaming .tarjeta .texto {
  width: 340px;
  height: 370px;
  float: left;
  padding: 30px;
  background: #fff;
  position: relative;
}

#streaming .tarjeta .texto h4 {
  color: #0f69b4;
}

#streaming .tarjeta .texto .social {
  padding-left: 0;
  position: absolute;
  bottom: 12px;
}

#streaming .tarjeta .texto .social span.titulo {
  display: block;
  padding: 6px 0;
  padding-left: 22px;
  font-size: 12px;
  margin: 0 auto 4px;
  font-family: gobCL, Tahoma, Verdana, Segoe, sans-serif;
}

#campana-destacada {
  margin: 0 auto 5px;
  color: #fff;
  background: #505a69;
}

#campana-destacada .texto a.mas {
  background: #1978b9;
  border-bottom: 2px solid #104c76;
}

#campana-destacada .texto a.mas:hover {
  background: #104c76;
}

#campana-destacada .frame {
  width: 500px;
  height: 280px;
  float: left;
}

#campana-destacada .frame embed,
#campana-destacada .frame iframe,
#campana-destacada .frame img,
#campana-destacada .frame object {
  max-width: 100%;
  max-height: 100%;
  float: left;
}

#campana-destacada .texto {
  width: 500px;
  height: 280px;
  float: left;
  position: relative;
}

#campana-destacada .texto h5 {
  padding: 3px 0 0 25px;
  background: url(../img/png/campana-destacada-h5.png) no-repeat 0 1px;
  background-size: 19px auto;
  margin: 0 auto 18px;
  color: #fff;
}

#campana-destacada .texto h2 {
  font-size: 39px;
  margin: 0 auto 10px;
}

#campana-destacada .texto h4 {
  font-size: 20px;
  margin: 0 auto;
}

#campana-destacada .texto a.mas {
  position: absolute;
  color: #fff;
  bottom: 30px;
  width: auto;
  padding: 12px 15px 10px;
}

#campana-destacada.video .texto {
  padding: 20px 25px 25px 40px;
}

#campana-destacada.imagen .texto {
  padding: 20px 25px 25px 0;
}

#campana-destacada.campana-gris {
  background: #505a69;
}

#campana-destacada.campana-gris .texto a.mas {
  background: #2f353e;
  border-bottom: 2px solid #191c21;
}

#campana-destacada.campana-gris .texto a.mas:hover {
  background: #191c21;
}

#campana-destacada.campana-azul {
  background: #1978b9;
}

#campana-destacada.campana-azul .texto a.mas {
  background: #104c76;
  border-bottom: 2px solid #0a2f49;
}

#campana-destacada.campana-azul .texto a.mas:hover {
  background: #0a2f49;
}

#campana-destacada.campana-celeste {
  background: #00b4ff;
}

#campana-destacada.campana-celeste .texto a.mas {
  background: #007eb3;
  border-bottom: 2px solid #005a80;
}

#campana-destacada.campana-celeste .texto a.mas:hover {
  background: #005a80;
}

#campana-destacada.campana-turquesa {
  background: #1ebe9b;
}

#campana-destacada.campana-turquesa .texto a.mas {
  background: #147c65;
  border-bottom: 2px solid #0d5041;
}

#campana-destacada.campana-turquesa .texto a.mas:hover {
  background: #0d5041;
}

#campana-destacada.campana-verde {
  background: #14aa5a;
}

#campana-destacada.campana-verde .texto a.mas {
  background: #0c6636;
  border-bottom: 2px solid #07381e;
}

#campana-destacada.campana-verde .texto a.mas:hover {
  background: #07381e;
}

#campana-destacada.campana-amarillo {
  background: #ffbe05;
}

#campana-destacada.campana-amarillo .texto a.mas {
  background: #b78800;
  border-bottom: 2px solid #846200;
}

#campana-destacada.campana-amarillo .texto a.mas:hover {
  background: #846200;
}

#campana-destacada.campana-naranjo {
  background: #ff7d00;
}

#campana-destacada.campana-naranjo .texto a.mas {
  background: #b35800;
  border-bottom: 2px solid #803f00;
}

#campana-destacada.campana-naranjo .texto a.mas:hover {
  background: #803f00;
}

#campana-destacada.campana-rojo {
  background: #d73737;
}

#campana-destacada.campana-rojo .texto a.mas {
  background: #a12020;
  border-bottom: 2px solid #771818;
}

#campana-destacada.campana-rojo .texto a.mas:hover {
  background: #771818;
}

#campana-destacada.campana-morado {
  background: #734682;
}

#campana-destacada.campana-morado .texto a.mas {
  background: #472b50;
  border-bottom: 2px solid #2a192f;
}

#campana-destacada.campana-morado .texto a.mas:hover {
  background: #2a192f;
}

@media only screen and (max-width: 1040px) {
  #campana-destacada.video .frame {
    width: 100%;
    height: auto;
    padding-top: 20px;
  }

  #campana-destacada.video .frame embed,
  #campana-destacada.video .frame iframe,
  #campana-destacada.video .frame img,
  #campana-destacada.video .frame object {
    width: 100%;
    height: auto;
  }

  #campana-destacada.video .texto {
    padding: 20px 25px 25px 0;
    height: auto;
    padding-bottom: 100px;
  }

  #campana-destacada.imagen .wrap {
    background-image: none !important;
  }

  #campana-destacada .texto {
    width: 100%;
  }

  #streaming .tarjeta .texto {
    width: 100%;
    height: auto;
    padding: 30px 30px 60px;
  }

  .redes-mosaico {
    display: none;
    visibility: hidden;
  }

  #cita-destacada .left {
    width: 100%;
  }

  #cita-destacada .right {
    width: 100%;
    border-left: none;
  }

  .banners-mosaico {
    width: 680px;
  }

  #especiales-gobcl {
    width: 680px;
  }

  #content #main.especiales-gobcl .cont a.mas {
    margin-right: 0;
  }

  #productos-gobcl {
    width: 680px;
  }

  .widget-ministerios {
    display: none;
    visibility: hidden;
  }

  .wrap {
    width: 660px;
  }

  #content #main {
    width: 100%;
    float: none;
    margin: 0 auto 20px;
  }

  #content #sidebar {
    width: 100%;
    float: none;
    margin: 0 auto;
  }

  #content #sidebar .redes-lista {
    width: 320px;
    float: left;
    margin: 0 20px 0 0;
  }

  #content #sidebar .fotodeldia,
  #content #sidebar .video-destacado {
    display: none;
    visibility: hidden;
  }

  #content #sidebar .banners {
    width: 320px;
    float: left;
    margin: 33px 0 0;
  }
}

@media only screen and (max-width: 700px) {
  h2 {
    font-size: 29px;
  }

  h3 {
    font-size: 23px;
  }

  h4 {
    font-size: 19px;
    line-height: 1.3em;
  }

  .banner.banner-foto {
    overflow: hidden;
    width: 320px;
    height: auto;
    min-height: 0;
  }

  .banner.banner-foto .imagen img {
    max-width: 100%;
    height: auto;
  }

  .banner.banner-foto .texto {
    background: rgba(0, 0, 0, 0.2);
    padding: 35px 10px 10px 10px;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
  }

  #campana-destacada .texto h2 {
    font-size: 27px;
    font-weight: 700;
    word-wrap: break-word;
  }

  #streaming .tarjeta .frame {
    width: 100%;
    height: auto;
  }

  #streaming .tarjeta .texto {
    padding: 30px 30px 90px;
  }

  .banners-mosaico {
    width: 320px;
  }

  .banners-mosaico .banner-imagen {
    margin: 0 auto 20px !important;
  }

  #especiales-gobcl {
    width: 320px;
  }

  .barra-anclas ul li {
    width: 100%;
    float: none;
  }

  .barra-anclas ul li a {
    border-left: none;
  }

  .barra-anclas.fixed {
    position: relative;
    margin-top: -20px;
  }

  #productos-gobcl {
    width: 320px;
  }

  .redes-mosaico ul li {
    width: 100%;
    float: none;
    margin: 0 0 10px;
  }

  #feeds .mini-stream {
    margin: 0 0 20px;
  }

  #feeds .mini-stream#gobierno-informa {
    margin: 0 0 20px;
  }

  #cita-destacada .left {
    margin: 20px 0 0;
  }

  #cita-destacada .right {
    margin: 20px 0;
  }

  #cita-destacada .right .texto {
    margin: 0 auto 20px;
  }

  .wrap {
    width: 320px;
  }

  #header-movil {
    display: block;
    visibility: visible;
  }

  #header-movil .wrap {
    padding: 0 10px;
  }

  #content h5.titulo-seccion {
    margin-left: 10px;
  }

  #content #main .stream h5.titulo-seccion {
    display: none;
    visibility: hidden;
  }

  #content #main .stream .tarjeta .pic {
    display: none;
    visibility: hidden;
  }

  #content #main .stream .tarjeta .texto {
    width: 100%;
  }

  #content #main .stream .tarjeta.destacado .pic {
    display: block;
    visibility: visible;
  }

  #content #main .stream .tarjeta.destacado .texto .left {
    width: 100%;
    float: none;
    margin: 0;
  }

  #content #main .stream .tarjeta.destacado .texto .right {
    width: 100%;
    float: none;
  }

  #content #main .buscar input#query {
    width: 280px;
  }

  #content #sidebar .banners {
    margin: 20px 0 0;
  }

  .error404 #content #main .post .texto,
  .page #content #main .post .texto,
  .single #content #main .post .texto {
    padding: 20px 15px 20px;
  }

  .error404 #content #main .post .social,
  .page #content #main .post .social,
  .single #content #main .post .social {
    margin: 15px 0 0 20px;
  }

  .error404 #content #main .post .social ul li,
  .page #content #main .post .social ul li,
  .single #content #main .post .social ul li {
    margin: 0 10px 3px 0;
  }

  .error404 #content #main .post .fontsize,
  .page #content #main .post .fontsize,
  .single #content #main .post .fontsize {
    margin: 15px 30px 0 0;
  }

  .error404 #content #main .post .post-header,
  .page #content #main .post .post-header,
  .single #content #main .post .post-header {
    background-position: 80% 0;
  }

  .error404 #content #main.autoridades-lista .post .texto,
  .page #content #main.autoridades-lista .post .texto,
  .single #content #main.autoridades-lista .post .texto {
    width: 100%;
    padding: 20px 15px 10px;
  }

  .error404 #content #main.autoridades-single .post .info,
  .page #content #main.autoridades-single .post .info,
  .single #content #main.autoridades-single .post .info {
    width: 100%;
    margin: 0 auto 15px;
  }

  .error404 #content #main.autoridades-single .post .texto,
  .page #content #main.autoridades-single .post .texto,
  .single #content #main.autoridades-single .post .texto {
    width: 100%;
  }

  .error404 #content #main.autoridades-single .post .texto .contenido .datos.tabla ul li span.title,
  .page #content #main.autoridades-single .post .texto .contenido .datos.tabla ul li span.title,
  .single #content #main.autoridades-single .post .texto .contenido .datos.tabla ul li span.title {
    width: auto;
  }

  .error404 #content #main.autoridades-single .post .texto .contenido .datos.tabla ul li span.dato,
  .page #content #main.autoridades-single .post .texto .contenido .datos.tabla ul li span.dato,
  .single #content #main.autoridades-single .post .texto .contenido .datos.tabla ul li span.dato {
    width: 100%;
  }

  .error404 #content #main.page-hitos .post .texto .hito .titulo,
  .page #content #main.page-hitos .post .texto .hito .titulo,
  .single #content #main.page-hitos .post .texto .hito .titulo {
    width: 100%;
    padding: 5px 20px 10px;
  }

  .error404 #content #main.page-hitos .post .texto .hito .cuerpo,
  .page #content #main.page-hitos .post .texto .hito .cuerpo,
  .single #content #main.page-hitos .post .texto .hito .cuerpo {
    width: 100%;
    padding: 0 20px;
  }

  .error404 #content #main.chat .post .stream,
  .page #content #main.chat .post .stream,
  .single #content #main.chat .post .stream {
    margin-bottom: -10px;
  }

  .error404 #content #main.chat .post .stream .post a .texto,
  .page #content #main.chat .post .stream .post a .texto,
  .single #content #main.chat .post .stream .post a .texto {
    width: 100%;
    padding: 15px;
  }

  .error404 #content #main.chat .post .stream .post a .texto span.fecha,
  .page #content #main.chat .post .stream .post a .texto span.fecha,
  .single #content #main.chat .post .stream .post a .texto span.fecha {
    margin-bottom: 5px;
  }

  footer .top .listas .lista {
    border-right: none;
  }

  footer .bottom nav {
    margin-top: 10px;
  }
}

.top-link-download {
  margin: 0px 0px 15px 0px;
  padding: 0px;
}

#menu-movil-trigger {
  display: none;
}

* {
  border-radius: 0px !important;
}

.card {
  border-bottom: 2px solid #ccc;
}

.card-img-zoom {
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.card-img-zoom img {
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  display: block;
}

.card-img-zoom:hover img {
  transform: scale(1.08);
}

@media only screen and (min-width: 700px) {
  #menu-movil {
    display: none;
  }
}
