@font-face {
  font-family: avenir;
  src: url("../font/avenir/Avenir.ttc"); }
@font-face {
  font-family: Poppins-Bold;
  src: url("../font/Poppins/Poppins-Bold.ttf"); }
@font-face {
  font-family: Poppins-SemiBold;
  src: url("../font/Poppins/Poppins-SemiBold.ttf"); }
@font-face {
  font-family: Poppins-Regular;
  src: url("../font/Poppins/Poppins-Regular.ttf"); }
.blog .banner {
  position: relative;
  width: 100%;
  height: auto; }
  .blog .banner img {
    width: 100%;
    height: auto; }
  .blog .banner h1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #FFFFFF;
    font-weight: 900;
    margin-left: 3%;
    margin-top: 3%;
    font-family: Poppins-Bold !important;
    font-size: 50px; }
.blog .fullmod {
  padding-bottom: 5em !important; }
.blog .fullmod-body video {
  margin-bottom: 2em; }
.blog .fullmod-body .container h2 {
  color: #333333;
  text-transform: uppercase;
  text-align: center;
  font-size: 30px; }
.blog .fullmod-body p {
  font-size: 20px;
  text-align: justify;
  line-height: 30px; }
.blog .fullmod-body .resultados {
  text-transform: uppercase;
  line-height: 27px; }
.blog .fullmod-body .buttons {
  padding: 1em 2em 1em 0em; }
  .blog .fullmod-body .buttons a {
    font-size: 40px;
    text-decoration: none;
    color: #000;
    z-index: 10000; }
.blog .blog2 {
  padding-top: 50px; }
  .blog .blog2 h1 {
    font-size: 50px;
    text-transform: uppercase;
    color: #438FCE; }
  .blog .blog2 h3 {
    opacity: 0.65;
    text-transform: capitalize;
    letter-spacing: 1px; }
    .blog .blog2 h3 span:after {
      content: "\2022";
      font-size: 15px; }
  .blog .blog2 .clearfix:before, .blog .blog2 .clearfix:after {
    content: " ";
    display: table; }
  .blog .blog2 .clearfix:after {
    clear: both; }
  .blog .blog2 .grid {
    list-style: none; }
  .blog .blog2 .grid .item {
    display: block;
    float: left;
    width: 50%;
    opacity: 1;
    padding: 5px;
    cursor: pointer;
    transition: filter .5s ease-in-out;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%); }
    .blog .blog2 .grid .item:hover {
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%); }
  .blog .blog2 .grid .item a, .blog .blog2 .grid .item img {
    outline: none;
    border: none;
    display: block;
    max-width: 100%;
    position: relative; }
    .blog .blog2 .grid .item a:after, .blog .blog2 .grid .item img:after {
      content: "";
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      position: absolute;
      top: 0; }
  .blog .blog2 .descripcion {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    bottom: 0;
    color: white;
    margin: 0 auto;
    text-align: center; }
  .blog .blog2 .titulo {
    text-transform: uppercase;
    color: white; }
    .blog .blog2 .titulo:after {
      left: 245px;
      border-color: transparent; }
.blog .blog-detalle .separador {
  padding-top: 4em !important;
  clear: both; }
.blog .blog-detalle .fullmod-body p {
  width: 100% !important; }
.blog .blog-detalle .fullmod-body .imagen {
  display: block;
  height: 400px;
  line-height: 400px;
  overflow: hidden; }
.blog .blog-detalle .fullmod-body img {
  position: relative;
  width: 100%;
  height: auto;
  vertical-align: middle; }
.blog .blog-detalle .fullmod-body .buttons {
  display: none; }
.blog .blog-detalle .fullmod-body .buttons a {
  position: fixed;
  top: -157px;
  left: 30px; }
.blog .blog-detalle h3 {
  text-transform: capitalize;
  font-weight: 500;
  text-align: right;
  padding-bottom: 1em;
  font-size: 14px; }
.blog .blog-detalle h2 {
  text-transform: uppercase;
  font-size: 40px;
  text-align: center; }
.blog .card-header {
  height: 160px;
  background-size: cover;
  background-position: center center; }
.blog .card-title {
  font-family: Poppins-SemiBold !important; }
.blog .card-text {
  font-family: Poppins-Regular !important;
  font-size: 13px; }
.blog .item {
  height: 330px !important; }
.blog .card {
  height: 90% !important; }
.blog .card-footer {
  text-align: right; }
  .blog .card-footer a {
    color: #88BFEA; }
.blog .card-block {
  height: 100px; }
  .blog .card-block h4 {
    color: #333333;
    font-weight: bold; }
.blog .notas {
  padding-top: 50px; }
  .blog .notas .noticia {
    width: 250px;
    height: 250px; }
.blog .buscador {
  padding-top: 50px;
  position: relative; }
  .blog .buscador p {
    color: #88BFEA;
    font-weight: bold;
    font-size: 17px;
    font-family: Poppins-SemiBold !important; }
  .blog .buscador .input-group {
    position: relative !important;
    width: 100% !important; }
  .blog .buscador .input-group-btn {
    position: absolute !important;
    z-index: 2; }
    .blog .buscador .input-group-btn button {
      color: #FFFFFF;
      height: 34px;
      margin-left: -40px !important;
      border-top-right-radius: 25px;
      border-bottom-right-radius: 25px;
      background-color: #121935; }
  .blog .buscador .inputbuscador {
    border-radius: 20px;
    background-color: #e2e2e2;
    border: none;
    width: 100%; }
.blog .palabras {
  padding-top: 10px;
  text-align: justify; }
  .blog .palabras a {
    text-decoration: none;
    color: #333333;
    font-family: Poppins-Regular !important; }
.blog .noticias {
  padding-top: 30px; }
  .blog .noticias .noticia {
    padding-top: 10px; }
  .blog .noticias .imagennoticia {
    background-size: cover;
    background-position: center center;
    height: 100px; }
  .blog .noticias .textonoticia h4 {
    color: #333333;
    font-weight: bold;
    font-family: Poppins-SemiBold !important; }
  .blog .noticias .textonoticia span {
    color: #333333;
    font-family: Poppins-Regular !important; }

@media (max-width: 575px) {
  .blog .banner img {
    width: 100%;
    height: 80px; } }

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