@charset "UTF-8";
body {
  font-family: "Montserrat", sans-serif;
  color: #333333;
}

h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

h4 {
  font-size: 1.2rem;
}

h5 {
  font-size: 1.1rem;
}

.btn-primary {
  color: #fff;
  background-color: #0052a2;
  border-color: #0052a2;
}

.btn-azul {
  background-color: #0052a2;
  color: #ffffff;
  font-weight: 700;
  border-radius: 2rem;
  padding: 1rem 2rem 1rem 2rem;
}
.btn-azul:hover {
  color: #eeeeee;
}

.btn-rojo {
  background-color: #f00000;
  color: #ffffff;
  font-weight: 700;
  border-radius: 2rem;
  padding: 1rem 1rem 1rem 1rem;
}
.btn-rojo:hover {
  color: #eeeeee;
}

@media (max-width: 768px) {
  .btn-rojo {
    padding: 0.5rem 1rem 0.5rem 1rem;
  }
}
.top-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0052a2;
}
.top-bar .top-right {
  display: flex;
  align-items: end;
  justify-content: end;
}
.top-bar ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
.top-bar ul li {
  display: flex;
  align-items: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-right: 1rem;
  font-size: 1rem;
  color: #ffffff;
}
.top-bar ul li .texto {
  display: block;
}
.top-bar ul li img {
  width: 24px;
  height: 24px;
  margin-right: 0.2rem;
}

@media (max-width: 768px) {
  .top-bar ul li {
    font-size: 0.7rem;
  }
  .top-bar ul li .texto {
    display: none;
  }
  .top-bar ul li img {
    width: 24px;
    height: 24px;
  }
}
.navbar {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.navbar-brand {
  width: 250px;
  height: auto;
}
.navbar-brand img {
  width: 100%;
  height: auto;
}

.navbar-toggler {
  padding: 0.9rem 0.5rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: #f66666;
  color: #f1f1f1;
  border: none;
  border-radius: 1.5rem;
  transition: box-shadow 0.15s ease-in-out;
  width: 48px;
  height: 48px;
}
.navbar-toggler i {
  font-size: 1.2rem;
}

@media (max-width: 768px) {
  .navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .navbar-brand {
    width: 200px;
    height: auto;
  }
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.1em;
  content: "T";
  font-family: "dripicons-v2";
  font-size: 1rem;
  border: none;
  color: #b9b9b9;
  margin-top: 2px;
  transition: all 0.45s;
  position: absolute;
  top: 25%;
}

@media (max-width: 768px) {
  .dropdown-toggle::after {
    display: none;
  }
}
.dropdown-menu {
  width: 100%;
  border-radius: 0;
  border: none;
  padding: 0;
  box-shadow: 1px 10px 22px -7px rgba(0, 0, 0, 0.37);
  -webkit-box-shadow: 1px 10px 22px -7px rgba(0, 0, 0, 0.37);
  -moz-box-shadow: 1px 10px 22px -7px rgba(0, 0, 0, 0.37);
}
.dropdown-menu li a {
  display: block;
  padding: 1rem 1rem 1rem 1rem;
  border-bottom: 1px solid #eeeeee;
}
.dropdown-menu li a:hover {
  background-color: #0052a2;
  color: #ffffff;
}
.dropdown-menu li:last-child a {
  border-bottom: none;
}

.navbar-expand-sm .navbar-nav .nav-link {
  padding: 1rem 1rem 1rem 1rem;
}

@media all and (min-width: 992px) {
  .dropdown-menu li {
    position: relative;
  }
  .dropdown-menu > li:hover {
    background-color: #0052a2;
    color: #ffffff;
  }
  .dropdown-menu > li:hover > .submenu {
    display: block;
  }
  .nav-item a {
    color: #666666;
    text-transform: uppercase;
  }
  .nav-item.active > .nav-link {
    font-weight: 700;
    color: #000000;
  }
  .nav-item .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
  }
  .nav-item .submenu-left {
    right: 100%;
    left: auto;
  }
}
@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu {
    margin-left: 0.7rem;
    margin-right: 0.7rem;
    margin-bottom: 0.5rem;
  }
}
.nav-link {
  font-weight: 500;
  color: #000000;
}
.nav-link.active {
  font-weight: 700;
}

.nav-link.active,
.nav-link.show {
  border-bottom: 4px solid #f00000;
  font-weight: 700;
  color: #000000;
}

.hero {
  border-radius: 1rem;
  overflow: hidden;
}
.hero .slide {
  background-color: #0052a2;
  background-size: cover;
  padding: 0rem;
  display: flex;
  align-items: end;
  justify-content: end;
}
.hero .slide .image {
  width: 30%;
  height: auto;
  padding-top: 5rem;
}
.hero .slide .image img {
  width: 100%;
  height: auto;
}
.hero .slide .box {
  width: 70%;
  color: #eeeeee;
}
.hero .slide .box .bloque-texto {
  width: 70%;
  padding: 2rem;
}
.hero .slide .box .bloque-texto h2 {
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 2rem;
}
.hero .slide .box .bloque-texto p {
  font-weight: 600;
  font-size: 1rem;
}

@media (min-width: 769px) and (max-width: 992px) {
  .hero {
    border-radius: 1rem;
    overflow: hidden;
  }
  .hero .slide {
    display: block;
  }
  .hero .slide .image {
    width: 100%;
    height: auto;
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .hero .slide .box {
    width: 100%;
    color: #eeeeee;
  }
  .hero .slide .box .bloque-texto {
    width: 100%;
    padding: 2rem;
    background-color: rgba(255, 255, 255, 0.1);
  }
  .hero .slide .box .bloque-texto h2 {
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .hero .slide .box .bloque-texto p {
    font-weight: 600;
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .hero {
    border-radius: 1rem;
    overflow: hidden;
  }
  .hero .slide {
    display: block;
  }
  .hero .slide .image {
    width: 100%;
    height: auto;
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .hero .slide .image img {
    width: 100%;
  }
  .hero .slide .box {
    width: 100%;
    color: #eeeeee;
  }
  .hero .slide .box .bloque-texto {
    width: 100%;
    padding: 2rem;
  }
  .hero .slide .box .bloque-texto h2 {
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
  .hero .slide .box .bloque-texto p {
    font-weight: 600;
    font-size: 0.8rem;
  }
}
.title {
  padding: 0;
  width: 100%;
  margin: 2rem 0 3rem 0;
}
.title::after {
  content: "";
  border-bottom: 1px solid #0052a2;
  width: 200px;
  margin: auto;
  display: block;
}
.title h2 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 400;
  color: #333333;
  padding: 1rem 0 1rem 0;
}

@media (max-width: 768px) {
  .title {
    padding: 0;
    width: 100%;
    margin: 1rem 0 2rem 0;
  }
  .title::after {
    content: "";
    border-bottom: 1px solid #0052a2;
    width: 100px;
    margin: auto;
    display: block;
  }
  .title h2 {
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
    color: #333333;
    padding: 1rem 0 1rem 0;
  }
}
.card.post {
  border: none;
}
.card.post .card-img-top {
  border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
  height: auto;
}
.card.post.main .card-img-top {
  border-radius: 0.5rem 0.5rem 0 0rem;
}
.card.post.main .card-body h5 {
  color: #f00000;
  font-size: 0.8rem;
}
.card.post.main .card-body h2 {
  color: #000000;
  font-size: 1.5rem;
  font-weight: 600;
}
.card.post.main .card-body h2 a {
  color: #000000;
  text-decoration: none;
}
.card.post .card-body {
  padding: 1rem 0 1rem 0;
}
.card.post .card-body h5 {
  color: #f00000;
  font-size: 0.8rem;
}
.card.post .card-body h2 {
  color: #000000;
  font-size: 1rem;
  font-weight: 600;
}
.card.post .card-body h2 a {
  color: #000000;
  text-decoration: none;
}
.card.post .card-body p {
  font-size: 1rem;
}

@media (max-width: 768px) {
  .card.post.main .card-img-top {
    border-radius: 0.5rem 0.5rem 0 0rem;
  }
  .card.post .card-body h2 {
    font-size: 0.9rem;
  }
  .card.post .card-body p {
    font-size: 0.85rem;
  }
}
.banner {
  margin: 2rem 0 2rem 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner img {
  width: 100%;
  height: auto;
}

.footer {
  background-color: #f66666;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  padding: 4rem 0 4rem 0;
  margin-top: 6rem;
}
.footer a {
  color: #ffffff;
  text-decoration: none;
}
.footer .empresa {
  text-align: center;
  font-size: 0.8rem;
}
.footer .empresa p {
  margin: 0 0 0 0;
}
.footer ul {
  list-style: none;
  margin: 0 0 1rem 0;
  padding: 0;
}
.footer ul li a {
  display: block;
  padding: 0.5rem 0 0.5rem 0;
  border-bottom: 1px solid #f99999;
}
.footer .form-newsletter {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
}
.footer .form-newsletter input {
  height: 47px;
  background: #fff;
  border: 0;
  color: #b1b1b1;
  padding: 10px 120px 10px 20px;
  display: inline-block;
  width: 100%;
  font-size: 14px;
  border: none;
  border-radius: 30px;
  outline: none;
}
.footer .form-newsletter button {
  position: absolute;
  top: 0;
  right: 0;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  background: #0052a2;
  border: 0;
  box-shadow: none;
  padding: 0 20px;
  line-height: 47px;
  height: 47px;
  border-radius: 0 30px 30px 0;
  transition: all 300ms linear;
  min-width: 90px;
  outline: none;
}

@media (max-width: 768px) {
  .footer ul {
    list-style: none;
    margin: 0 0 1rem 0;
    padding: 0;
  }
  .footer ul li a {
    font-size: 0.8rem;
  }
  .footer .empresa {
    text-align: center;
    font-size: 0.8rem;
    margin-bottom: 3rem;
  }
  .footer .empresa p {
    margin: 0 0 0 0;
  }
}
.terminos {
  background-color: #0052a2;
  padding: 2rem 0 2rem 0;
  color: #ffffff;
  text-align: center;
}
.terminos a {
  color: #ffffff;
}

@media (max-width: 768px) {
  .terminos {
    font-size: 0.9rem;
    padding: 2rem 0 5rem 0;
  }
}
/* Estilos para el sidebar */
.sidebar {
  position: fixed;
  top: 0;
  left: -250px; /* Comienza fuera de la pantalla */
  height: 100%;
  width: 250px;
  background-color: #0052a2;
  padding-top: 20px;
  transition: 0.3s; /* Transición suave */
  z-index: 9999;
  display: none;
}
.sidebar ul {
  list-style-type: none;
  padding: 0;
}
.sidebar ul li {
  padding: 8px 16px;
  text-align: left;
}
.sidebar ul li a {
  color: white;
  text-decoration: none;
  display: block;
}
.sidebar ul li a:hover {
  background-color: #575757;
}

@media (max-width: 768px) {
  .sidebar {
    display: block;
  }
}
.open-sidebar {
  left: 0;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9998;
}

.show-overlay {
  display: block;
}

.bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #0052a2;
  display: flex;
  justify-content: space-around;
  padding: 0;
  box-shadow: 0 -2px 5px rgba(255, 255, 255, 0.3);
  z-index: 1000;
}
.bottom-nav a {
  text-decoration: none;
  color: white;
  text-align: center;
  font-size: 14px;
  flex: 1;
  padding: 1rem 1rem 1rem 1rem;
  transition: background-color 0.3s ease;
}
.bottom-nav a i {
  display: block;
  font-size: 20px;
  margin-bottom: 5px;
}
.bottom-nav a:hover {
  background-color: #f00000;
}
.bottom-nav a.active {
  background-color: #f00000;
}

@media (min-width: 768px) {
  .bottom-nav {
    display: none;
  }
}
.title-bar {
  background-color: #0052a2;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 700;
}
.title-bar .icon {
  width: 48px;
  height: auto;
  margin-right: 1rem;
}
.title-bar .icon img {
  width: 48px;
  height: auto;
}

.btn-title-bar {
  background-color: #0052a2;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 700;
  width: 100%;
}
.btn-title-bar .icon {
  width: 48px;
  height: auto;
  margin-right: 1rem;
}
.btn-title-bar .icon img {
  width: 48px;
  height: auto;
}

.text-icon {
  padding: 0.5rem 1rem;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 700;
}
.text-icon .icon {
  width: 24px;
  height: auto;
  margin-right: 1rem;
}
.text-icon .icon img {
  width: 24px;
  height: auto;
}

.list-group .list-group-item {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #e2e2e2;
  padding: 1cap 0rem;
}
.list-group .list-group-item.active {
  background-color: #f00000;
  color: #ffffff;
  padding: 1rem 1rem;
  font-weight: 700;
  border-bottom: none;
  border-radius: 1rem;
}
.list-group .list-group-item.active a {
  color: #ffffff;
}
.list-group .list-group-item a {
  color: #000000;
  font-size: 1rem;
  text-decoration: none;
  text-transform: uppercase;
}
.list-group .list-group-item a:before {
  content: "";
  display: block;
  background: url(../icons/arrow.png) no-repeat;
  width: 20px;
  height: 20px;
  float: left;
  margin: 0 6px 0 0;
}
.list-group .list-group-item a:hover {
  color: #0052a2;
}

@media (max-width: 768px) {
  .list-group .list-group-item a {
    font-size: 0.7rem;
  }
}
.main-content {
  min-height: 70vh;
}

.card.profile {
  border: none;
}
.card.profile .card-img-top {
  border-radius: 50%;
  height: auto;
}
.card.profile .card-title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #0052a2;
}
.card.profile .card-text {
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  color: #666666;
}

@media (max-width: 768px) {
  .card.profile .card-title {
    font-size: 1rem;
  }
  .card.profile .card-text {
    font-size: 0.8rem;
  }
}
.card.descripcion {
  background-color: #f2f2f2;
  padding: 1rem 1rem;
  border-radius: 0.7rem;
  color: #000000;
  border: none;
  margin-bottom: 1rem;
}
.card.descripcion .card-title {
  padding: 0rem 1rem;
}
.card.descripcion .card-body h6 {
  font-weight: 700;
}

@media (max-width: 768px) {
  .card.descripcion {
    color: #000000;
    border: none;
    font-size: 0.8rem;
  }
  .card.descripcion .card-title {
    padding: 0rem 0.5rem;
    font-size: 0.8rem;
  }
  .card.descripcion .card-body {
    padding: 0rem 0.5rem;
  }
  .card.descripcion .card-body h6 {
    font-weight: 700;
    font-size: 0.8rem;
  }
}
.icon-circle {
  width: 96px;
}
.icon-circle .circle-container {
  width: 64px;
  height: 64px;
  background-color: #ffffff;
  border: 3px solid #0052a2;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 1rem;
  overflow: hidden;
}
.icon-circle .circle-container img {
  width: 64px;
  height: auto;
}

@media (max-width: 768px) {
  .icon-circle {
    width: 48px;
  }
  .icon-circle .circle-container {
    width: 32px;
    height: 32px;
    border: 2px solid #0052a2;
    margin-top: 0.5rem;
  }
  .icon-circle .circle-container img {
    width: 32px;
    height: auto;
  }
}
.post-content {
  margin-bottom: 1rem;
}
.post-content .post-title {
  font-size: 30px;
  line-height: 35px;
  margin-top: 25px;
  margin-bottom: 10px;
  color: #000000;
  font-size: 1.5rem;
  font-weight: 700;
}
.post-content .post-title a {
  color: #000000;
  text-decoration: none;
}
.post-content .entry-meta {
  display: block;
}
.post-content .post-meta {
  list-style-type: none;
  margin-left: 0;
  overflow: hidden;
  display: inline-block;
  margin-bottom: 12px;
  margin-top: 0;
  padding: 0;
}
.post-content .post-meta i {
  font-size: 16px;
  margin-right: 8px;
  position: relative;
  top: 2px;
}
.post-content .post-meta > li {
  float: left;
  margin-right: 24px;
}
.post-content .post-meta li {
  float: left;
  margin-right: 24px;
}

@media (max-width: 768px) {
  .post-content {
    margin-bottom: 1rem;
  }
  .post-content .post-title {
    font-size: 1.2rem;
    line-height: 1.7rem;
    margin-top: 1rem;
    margin-bottom: 10px;
    color: #000000;
    font-weight: 700;
  }
  .post-content .post-title a {
    color: #000000;
    text-decoration: none;
  }
  .post-content .entry-meta {
    display: block;
  }
  .post-content .post-meta {
    list-style-type: none;
    margin-left: 0;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 12px;
    margin-top: 0;
    padding: 0;
  }
  .post-content .post-meta i {
    font-size: 16px;
    margin-right: 8px;
    position: relative;
    top: 2px;
  }
  .post-content .post-meta > li {
    float: left;
    margin-right: 24px;
  }
  .post-content .post-meta li {
    float: left;
    margin-right: 24px;
  }
}
.td-crumb-container {
  min-height: 35px;
  margin-bottom: 9px;
  padding-top: 21px;
}

.entry-crumbs {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  color: white;
  line-height: 18px;
  padding-top: 1px;
  padding-bottom: 2px;
}
.entry-crumbs .td-bread-sep {
  font-size: 8px;
  margin: 0 5px;
}
.entry-crumbs .td-icon-right::before {
  font-family: "dripicons-v2";
  content: "j";
}
.entry-crumbs a {
  color: #cccccc;
}
.entry-crumbs a:hover {
  color: #333333;
}
.entry-crumbs .td-bread-sep {
  font-size: 8px;
  margin: 0 5px;
}

@media (min-width: 768px) and (max-width: 1018px) {
  .td-crumb-container {
    padding-top: 16px;
  }
}
@media (max-width: 767px) {
  .td-crumb-container {
    padding-top: 11px;
  }
  .single-post .td-bred-no-url-last {
    display: none;
  }
}
.td-category {
  list-style: none;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1;
  padding-left: 0;
}
.td-category li {
  display: inline-block;
  margin: 0 5px 5px 0;
  line-height: 1;
}
.td-category a {
  color: #ffffff;
  background-color: #0052a2;
  padding: 3px 6px 4px 6px;
  white-space: nowrap;
  display: inline-block;
}
.td-category a:hover {
  opacity: 0.9;
}

@media (max-width: 767px) {
  .single .td-category {
    margin-bottom: 0;
  }
}
h1.entry-title {
  margin-top: 0;
  margin-bottom: 7px;
  word-wrap: break-word;
  font-size: 1.5rem;
  line-height: 50px;
}
h1.entry-title a {
  text-decoration: none;
  color: #0052a2;
}

.td-post-sub-title {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  line-height: 24px;
  color: #999;
  margin: 9px 0 14px 0;
}

.td-module-meta-info ul {
  padding-left: 0;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: start;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
}
.td-module-meta-info ul li {
  margin-right: 1rem;
  font-size: 1rem;
}
.td-module-meta-info ul li i {
  margin-right: 0.5rem;
  color: #0052a2;
  font-size: 1rem;
}

@media (max-width: 768px) {
  .td-module-meta-info ul {
    padding-left: 0;
  }
  .td-module-meta-info ul li {
    margin-right: 0.5rem;
    font-size: 0.8rem;
  }
}
.td-post-featured-image {
  width: 100%;
  height: auto;
}
.td-post-featured-image img {
  width: 100%;
  height: auto;
}

.entry-category a {
  text-decoration: none;
  display: inline-block;
  padding: 0.5rem 0.7rem;
  border-radius: 10px;
  background-color: #0052a2;
  color: #ffffff;
  font-size: 0.7rem;
}

/* Estilos del preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8); /* Blanco con transparencia */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999; /* Asegura que esté por encima de otros elementos */
}

.spinner {
  border: 8px solid #f3f3f3; /* Color del borde exterior */
  border-top: 8px solid #3498db; /* Color del borde superior (azul) */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.breadcrumb {
  padding: 1rem 1rem;
}
.breadcrumb a {
  color: #0052a2;
}

@media (max-width: 768px) {
  .breadcrumb-item {
    font-size: 0.7rem;
  }
}
/* Breadcrumb
*/
.breadcrumbs {
  padding: 15px 0;
  min-height: 40px;
}
.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 600;
  color: #37517e;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #4668a2;
  content: "/";
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.entry {
  margin-top: 1rem;
  padding: 30px;
  margin-bottom: 60px;
  border: 1px solid #eeeeee;
}
.entry .entry-img {
  width: 100%;
  max-height: 440px;
  margin: 0 0 0 0;
  overflow: hidden;
}
.entry .entry-img img {
  width: 100%;
  height: auto;
}
.entry .entry-title {
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0;
  margin: 10px 0 20px 0;
}
.entry .entry-title a {
  color: #0052a2;
  transition: 0.3s;
}
.entry .entry-title a:hover {
  color: #767676;
}
.entry .entry-meta {
  margin-bottom: 15px;
  color: #767676;
}
.entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}
.entry .entry-meta ul li + li {
  padding-left: 20px;
}
.entry .entry-meta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
}
.entry .entry-meta a {
  color: #767676;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}
.entry .entry-content p {
  line-height: 24px;
}
.entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}
.entry .entry-content .read-more a {
  display: inline-block;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
  color: #ffffff;
  background-color: #0052a2;
}
.entry .entry-content .read-more a:hover {
  background: #37517e;
  color: #ffffff;
}
.entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}
.entry .entry-content blockquote {
  overflow: hidden;
  background-color: #333;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}
.entry .entry-content blockquote p {
  color: #37517e;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}
.entry .entry-content blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #444;
  margin-top: 20px;
  margin-bottom: 20px;
}
.entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}
.entry .entry-footer i {
  color: #848484;
  display: inline;
}
.entry .entry-footer a {
  color: #848484;
  transition: 0.3s;
}
.entry .entry-footer a:hover {
  color: #767676;
}
.entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}
.entry .entry-footer .cats li {
  display: inline-block;
}
.entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}
.entry .entry-footer .tags li {
  display: inline-block;
}
.entry .entry-footer .tags li + li::before {
  padding-right: 6px;
  color: #343a40;
  content: ",";
}
.entry .entry-footer .share {
  font-size: 16px;
}
.entry .entry-footer .share i {
  padding-left: 5px;
}
.entry .entry-single {
  margin-bottom: 30px;
}
.entry .blog-author {
  padding: 10px;
  margin-bottom: 30px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  margin-top: 1rem;
}
.entry .blog-author img {
  width: 80px;
  margin-right: 20px;
}
.entry .blog-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: #343a40;
}
.entry .blog-author .social-links {
  margin: 0 10px 10px 0;
  display: flex;
}
.entry .blog-author .social-links a {
  color: #f9fcfe;
  margin-right: 5px;
  background-color: #999;
  padding: 3px;
  border-radius: 15px;
  width: 30px;
  height: 30px;
  display: flex;
  text-align: center;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  transition: 0.3s all;
}
.entry .blog-author .social-links a:hover {
  background-color: #209dd8;
}
.entry .blog-author p {
  font-style: italic;
  color: #999;
}
.entry .blog-comments {
  margin-bottom: 30px;
}
.entry .blog-comments .comments-count {
  font-weight: bold;
}
.entry .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}
.entry .blog-comments .comment .comment-img {
  margin-right: 14px;
}
.entry .blog-comments .comment .comment-img img {
  width: 60px;
}
.entry .blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}
.entry .blog-comments .comment h5 a {
  font-weight: bold;
  color: #37517e;
  transition: 0.3s;
}
.entry .blog-comments .comment h5 a:hover {
  color: #767676;
}
.entry .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: white;
}
.entry .blog-comments .comment h5 .reply i {
  font-size: 20px;
}
.entry .blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: #767676;
  margin-bottom: 5px;
}
.entry .blog-comments .comment.comment-reply {
  padding-left: 40px;
}
.entry .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.entry .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}
.entry .blog-comments .reply-form p {
  font-size: 14px;
}
.entry .blog-comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}
.entry .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #47b2e4;
}
.entry .blog-comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}
.entry .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #47b2e4;
}
.entry .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}
.entry .blog-comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: #767676;
}
.entry .blog-comments .reply-form .btn-primary:hover {
  background-color: #555;
}
.entry .blog-pagination {
  color: #ccc;
}
.entry .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}
.entry .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}
.entry .blog-pagination li a {
  color: white;
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.entry .blog-pagination li:hover {
  background: #767676;
}
.entry .blog-pagination li:hover a {
  color: #0c3c53;
}
.entry .blog-pagination li.active {
  background: #767676;
}
.entry .blog-pagination li.active a {
  color: #0c3c53;
}

@media (max-width: 768px) {
  .entry {
    margin-top: 1rem;
    padding: 10px;
    margin-bottom: 30px;
  }
  .entry .entry-title {
    font-size: 1.2rem;
    font-weight: 700;
    padding: 0;
    margin: 1rem 0 1rem 0;
    line-height: 1;
  }
  .entry .entry-meta {
    margin-bottom: 10px;
  }
  .entry .entry-meta ul li + li {
    padding-left: 4px;
  }
  .entry .entry-meta i {
    font-size: 14px;
    margin-right: 4px;
    line-height: 0;
  }
  .entry .entry-meta a {
    color: #767676;
    font-size: 12px;
    display: inline-block;
    line-height: 1;
  }
}
.widget-sidebar {
  padding: 1rem 0px 0 0;
  margin: 0;
}
.widget-sidebar .widget-area {
  list-style: none;
  margin: 0;
}
.widget-sidebar .widget-area ul {
  margin: 0;
  padding-left: 0;
}
.widget-sidebar .widget-area ul li {
  list-style: none;
}
.widget-sidebar .widget_search .wp-block-search__label {
  font-size: 1rem;
  font-weight: 500;
  padding: 0 0 0 0;
  margin: 0 0 10px 0;
  color: #0052a2;
  position: relative;
}
.widget-sidebar .widget_search .wp-block-search__inside-wrapper {
  display: flex;
  flex: auto;
  flex-wrap: nowrap;
  max-width: 100%;
  justify-content: space-between;
  align-items: stretch;
}
.widget-sidebar .widget_search .wp-block-search__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #eee;
  flex-grow: 1;
  margin-left: 0;
  margin-right: 0;
  min-width: 3rem;
  padding: 8px;
  text-decoration: unset !important;
}
.widget-sidebar .widget_search form {
  position: relative;
  margin-bottom: 2rem;
}
.widget-sidebar .widget_search form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}
.widget-sidebar .widget_search form button {
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #767676;
  color: #0c3c53;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}
.widget-sidebar .widget_search form button i {
  line-height: 0;
}
.widget-sidebar .widget_search form button:hover {
  background: #37517e;
}
.widget-sidebar .wp-block-heading {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #444444;
  position: relative;
}
.widget-sidebar .widget_categories ul {
  list-style: none;
  padding: 0;
}
.widget-sidebar .widget_categories ul li + li {
  padding-top: 10px;
}
.widget-sidebar .widget_categories ul a {
  color: white;
  transition: 0.3s;
}
.widget-sidebar .widget_categories ul a:hover {
  color: #767676;
}
.widget-sidebar .widget_categories ul a span {
  padding-left: 5px;
  color: #6182ba;
  font-size: 14px;
}
.widget-sidebar .recent-posts .post-item + .post-item {
  margin-top: 15px;
}
.widget-sidebar .recent-posts img {
  width: 80px;
  float: left;
}
.widget-sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}
.widget-sidebar .recent-posts h4 a {
  color: white;
  transition: 0.3s;
}
.widget-sidebar .recent-posts h4 a:hover {
  color: #767676;
}
.widget-sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #6182ba;
}
.widget-sidebar .widget_tag_cloud {
  margin-bottom: -10px;
}
.widget-sidebar .widget_tag_cloud p {
  padding: 0;
}
.widget-sidebar .widget_tag_cloud p a {
  color: #37517e;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #c4c4c4;
  display: inline-block;
  transition: 0.3s;
}
.widget-sidebar .widget_tag_cloud p a:hover {
  color: #0c3c53;
  border: 1px solid #767676;
  background: #767676;
}
.widget-sidebar .widget_tag_cloud p a span {
  padding-left: 5px;
  color: #4668a2;
  font-size: 14px;
}

.widget-sidebar .widget-area h2 {
  background-color: #0052a2;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 700;
}
.widget-sidebar .widget-area ul ul > li {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #e2e2e2;
  padding: 1cap 0rem;
}
.widget-sidebar .widget-area ul ul > li.active {
  background-color: #f00000;
  color: #ffffff;
  padding: 1rem 1rem;
  font-weight: 700;
  border-bottom: none;
  border-radius: 1rem;
}
.widget-sidebar .widget-area ul ul > li.active a {
  color: #ffffff;
}
.widget-sidebar .widget-area ul ul > li a {
  color: #000000;
  font-size: 0.8rem;
  text-decoration: none;
  text-transform: uppercase;
}
.widget-sidebar .widget-area ul ul > li a:before {
  content: "";
  display: block;
  background: url(../icons/arrow.png) no-repeat;
  width: 20px;
  height: 20px;
  float: left;
  margin: 0 6px 0 0;
}
.widget-sidebar .widget-area ul ul > li a:hover {
  color: #0052a2;
}

.widget-sidebar .widget_search form button {
  color: #ffffff;
  background-color: #0052a2;
}

.wp-element-button {
  color: #ffffff;
  background-color: #0052a2;
}

.footer ul.social {
  list-style: none;
  margin: 0 0 1rem 0;
  padding: 0;
}
.footer ul.social li .icon a {
  width: 24px;
  height: auto;
  border-bottom: none;
}
.footer ul.social li .icon a img {
  width: 100%;
  height: auto;
}

.card.card-muni {
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #0052a2;
  border-radius: 0rem;
}
.card.card-muni .card-header {
  border-radius: 0;
  background-color: #0052a2;
  border-bottom: 1px solid #0052a2;
  color: #ffffff;
  padding: 1rem 1rem 1rem 1rem;
}
.card.card-muni .card-header h5 {
  font-size: 1rem;
  font-weight: 700;
}

.form-field {
  width: 100%;
}

.sidebar ul li {
  padding: 0px 1rem;
  text-align: left;
}
.sidebar .dropdown-menu {
  display: block;
  background-color: transparent !important;
  box-shadow: none;
}

.navbar-expand-sm .sidebar .navbar-nav .nav-link {
  padding: 0.5rem 1rem 0.5rem 1rem;
}

.whatsapp {
  position: fixed;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #25d366;
  border-radius: 6rem;
  z-index: 100;
  right: 50px;
  bottom: 50px;
}
.whatsapp img {
  max-width: 50px;
  height: auto;
}

.bloque-texto-interno {
  margin-bottom: 1rem !important;
  margin-top: 1rem !important;
  background-color: #f06b6b;
  color: #ffffff;
  padding: 1rem;
  width: 100%;
  margin: auto;
  border-radius: 1rem;
  text-align: center;
}
.bloque-texto-interno p {
  margin-bottom: 10px;
  line-height: 1.6;
  color: #ffffff;
}
.bloque-texto-interno a {
  color: #ffffff;
}
.bloque-texto-interno a:hover {
  color: #f00000;
  text-decoration: underline;
}

.table-rounded {
  border-radius: 1rem;
  border: 1px solid #9b9696;
}
.table-rounded td,
.table-rounded th {
  height: 100%;
  vertical-align: middle;
  border-left: 1px solid #9b9696;
}
.table-rounded .periodo {
  border-radius: 1rem;
  background-color: #464444;
  color: #ffffff;
  text-align: center;
  margin-bottom: 2px;
  font-size: 0.9rem;
  font-weight: 700;
}
.table-rounded .farmacia1 {
  background-color: #721121;
}
.table-rounded .farmacia2 {
  background-color: #a5402d;
}
.table-rounded .farmacia3 {
  background-color: #f15156;
}

#duty-map {
  height: 400px;
  width: 100%;
  border-radius: 15px;
  margin-bottom: 20px;
  z-index: 1;
}

.duty-explorer {
  background: #f8f9fa;
  padding: 25px;
  border-radius: 15px;
  border: 1px solid #dee2e6;
  margin-bottom: 30px;
}

.periodo.active-duty {
  background-color: #007bff !important;
  color: white !important;
  font-weight: bold;
  border-radius: 4px;
}/*# sourceMappingURL=styles.css.map */