@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .hide-in-mobile {
    display: none !important; } }

@media only screen and (max-width: 768px) {
  .hide-in-mobile {
    display: none !important; } }

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .hide-in-mobile {
    display: none !important; } }

@media only screen and (max-width: 768px) {
  .hide-in-mobile {
    display: none !important; } }

.blog-container {
  width: 1200px;
  display: inline-block; }
  @media only screen and (max-width: 1024px) and (min-width: 769px) {
    .blog-container {
      min-width: 320px;
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .blog-container {
      min-width: 320px;
      width: 100%; } }
p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px; }

h3 {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 16px; }

.filtros-container {
  height: 130px;
  width: 100%; }
  @media only screen and (max-width: 1024px) and (min-width: 769px) {
    .filtros-container {
      height: auto; } }
  @media only screen and (max-width: 768px) {
    .filtros-container {
      height: auto; } }
.filtros-form {
  width: 57%;
  display: inline-block; }
  @media only screen and (max-width: 420px) {
    .filtros-form {
      width: 100%; } }
.btn-buscar {
  height: 38px; }

.blog-header {
  height: 500px;
  width: 100%;
  text-align: center;
  padding-top: 190px;
  padding-left: 40px;
  padding-right: 40px;
  color: white;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin: auto auto 10px auto; }
  .blog-header .title {
    font-size: 70px;
    font-family: Saira-SemiBold; }
    @media only screen and (min-width: 421px) and (max-width: 615px) {
      .blog-header .title {
        font-size: 60px; } }
    @media only screen and (max-width: 420px) {
      .blog-header .title {
        font-size: 40px; } }
    @media only screen and (max-width: 330px) {
      .blog-header .title {
        font-size: 40px; } }
  .blog-header .subtitle {
    font-size: 35px;
    font-family: Saira-SemiBold;
    white-space: pre-wrap; }
    @media only screen and (min-width: 421px) and (max-width: 615px) {
      .blog-header .subtitle {
        font-size: 30px; } }
    @media only screen and (max-width: 420px) {
      .blog-header .subtitle {
        font-size: 20px; } }
    @media only screen and (max-width: 330px) {
      .blog-header .subtitle {
        font-size: 20px; } }
  @media only screen and (max-width: 1024px) and (min-width: 769px) {
    .blog-header {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .blog-header {
      width: 100%; } }
  @media only screen and (min-width: 421px) and (max-width: 615px) {
    .blog-header {
      height: 365px;
      padding-top: 90px; } }
  @media only screen and (max-width: 420px) {
    .blog-header {
      height: 220px;
      padding-top: 10px; } }
  @media only screen and (max-width: 330px) {
    .blog-header {
      height: 220px;
      padding-top: 10px; } }
.blog-card {
  display: inline-block;
  padding: 7px;
  width: 23%;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
  vertical-align: top; }
  @media only screen and (max-width: 1024px) and (min-width: 769px) {
    .blog-card {
      width: 31%; } }
  @media only screen and (max-width: 768px) {
    .blog-card {
      width: 46%; } }
  @media only screen and (min-width: 421px) and (max-width: 767px) {
    .blog-card {
      width: 46%; } }
  @media only screen and (max-width: 420px) {
    .blog-card {
      width: 92%; } }
  .blog-card.related-content {
    width: 100%; }
    @media only screen and (max-width: 1024px) and (min-width: 769px) {
      .blog-card.related-content {
        width: 31%; } }
    @media only screen and (max-width: 768px) {
      .blog-card.related-content {
        width: 46%; } }
    @media only screen and (min-width: 421px) and (max-width: 767px) {
      .blog-card.related-content {
        width: 46%; } }
    @media only screen and (max-width: 420px) {
      .blog-card.related-content {
        width: 92%; } }
  .blog-card .card-image {
    width: 100%;
    height: 150px;
    background-size: cover; }
    .blog-card .card-image.related-content {
      height: 190px; }
  .blog-card .card-container {
    padding-left: 10px;
    padding-right: 10px; }
  .blog-card .card-info {
    color: grey;
    display: inline-block;
    margin: 0px;
    font-size: 13px; }
    .blog-card .card-info.left {
      text-align: left;
      width: 24%; }
    .blog-card .card-info.right {
      text-align: right;
      width: 74%; }

.ver-mas-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px; }
  .ver-mas-container.centered {
    margin: 0 auto;
    text-align: center; }

.post-header {
  width: 100%;
  height: 190px;
  background-color: #5875a2; }

.post-title {
  color: white;
  text-align: left;
  font-family: Saira-SemiBold; }

.post-info {
  color: white;
  text-align: left;
  font-weight: normal;
  font-family: Saira-Regular; }

.blog-left {
  width: 63%;
  display: inline-block;
  vertical-align: top;
  padding: 30px;
  padding-left: 10px;
  text-align: left; }
  .blog-left a {
    color: #143d7d; }
  .blog-left a:hover {
    color: #00abf3; }
  @media only screen and (max-width: 1024px) and (min-width: 769px) {
    .blog-left {
      width: 100%;
      padding: 0; }
      .blog-left a {
        padding-left: 15px; } }
  @media only screen and (max-width: 768px) {
    .blog-left {
      width: 100%;
      padding: 0; }
      .blog-left a {
        padding-left: 15px; } }
.blog-right {
  width: 29%;
  display: inline-block;
  vertical-align: top;
  padding: 10px;
  padding-left: 30px;
  padding-top: 30px;
  text-align: left; }
  @media only screen and (max-width: 1024px) and (min-width: 769px) {
    .blog-right {
      width: 100%;
      padding: 0;
      text-align: center; } }
  @media only screen and (max-width: 768px) {
    .blog-right {
      width: 100%;
      padding: 0;
      text-align: center; } }
.title-left {
  text-align: left;
  font-size: 22px;
  font-weight: normal;
  font-family: Saira-SemiBold;
  margin-left: 5px;
  margin-top: 25px;
  margin-bottom: 0px; }

.card-image {
  width: 100%; }

.social-container {
  border: 1px solid #e4e4e4;
  border-radius: 35px;
  width: 55px;
  height: 55px;
  display: inline-block;
  margin: 3px; }
  .social-container .social-icon {
    width: 45%;
    height: 45%;
    filter: invert(0.4);
    padding: 15px; }

.contacto {
  border: 2px solid #e4e4e4;
  height: 180px;
  width: 100%;
  margin: 5px; }
  .contacto .contacto-container {
    margin-top: 35px;
    margin-left: 30px;
    margin-right: 10px; }
    .contacto .contacto-container .contacto-left {
      height: 100%;
      width: 40%;
      display: inline-block; }
      .contacto .contacto-container .contacto-left .user-icon {
        height: 100px;
        filter: invert(0.4); }
    .contacto .contacto-container .contacto-right {
      height: 100%;
      width: 58%;
      display: inline-block;
      box-sizing: border-box;
      vertical-align: top;
      color: gray;
      padding-left: 5px; }
      .contacto .contacto-container .contacto-right p {
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 8px;
        padding-right: 13px; }
  @media only screen and (max-width: 1024px) and (min-width: 769px) {
    .contacto {
      width: 80%;
      margin: 5px auto; } }
  @media only screen and (max-width: 768px) {
    .contacto {
      width: 80%;
      margin: 5px auto; } }
  @media only screen and (min-width: 421px) and (max-width: 767px) {
    .contacto {
      width: 80%;
      margin: 5px auto; } }
  @media only screen and (max-width: 420px) {
    .contacto {
      width: 80%;
      margin: 5px auto; } }
.facebook-this, .tweet-this, .linkedin-this {
  display: inline-block; }

.filtros-container {
  padding: 40px;
  box-sizing: border-box; }

.searchbar {
  height: 25px;
  background-image: url("/static/img/header/iconos/buscador/C_H_lupa.svg?beea8e6009e3");
  background-color: white;
  background-position: right 10px center;
  background-repeat: no-repeat;
  padding: 6px 40px 6px 20px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
  width: 20%;
  font-family: Saira-Regular;
  font-size: 14px;
  display: inline-block; }
  @media only screen and (max-width: 1024px) and (min-width: 769px) {
    .searchbar {
      width: 41%;
      margin-bottom: 8px; } }
  @media only screen and (max-width: 768px) {
    .searchbar {
      width: 41%;
      margin-bottom: 8px; } }
  @media only screen and (min-width: 421px) and (max-width: 767px) {
    .searchbar {
      width: 35%;
      margin-bottom: 8px; } }
  @media only screen and (max-width: 420px) {
    .searchbar {
      width: 78%;
      margin-bottom: 8px; } }
.selector {
  position: relative;
  height: 39px;
  width: 21%;
  font-size: 14px;
  font-family: Saira-Regular;
  font-weight: bold;
  display: inline-block;
  border: 1px #e4e4e4 solid;
  position: relative;
  background-image: url("/static/img/common/H_flecha_selector.svg?beea8e6009e3");
  background-color: white;
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 20px;
  padding: 6px 40px 6px 20px; }
  @media only screen and (max-width: 1024px) and (min-width: 769px) {
    .selector {
      width: 41%;
      margin-bottom: 8px; } }
  @media only screen and (max-width: 768px) {
    .selector {
      width: 41%;
      margin-bottom: 8px; } }
  @media only screen and (min-width: 421px) and (max-width: 767px) {
    .selector {
      width: 35%;
      margin-bottom: 8px; } }
  @media only screen and (max-width: 420px) {
    .selector {
      width: 100%;
      margin-bottom: 8px; } }
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: bold; }

select::-ms-expand {
  display: none; }

.post-content {
  margin-top: 10px; }
  .post-content iframe {
    width: 100% !important;
    height: 425px !important; }

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .py-tablet-15 {
    padding: 0 15px; } }

@media only screen and (max-width: 768px) {
  .py-tablet-15 {
    padding: 0 15px; } }
