.filters{
    background-color: #375571;
    
    width:280px;
    min-height: 400px;
    height: fit-content;
    padding:15px;
}
.blogs-list h3{
    color:#696969;
    line-height: 1.4;
    font-weight: 700;
    font-size: 25px;
}
.blog-container{
    width:85%;
}
.blogs-list img{
    width:100%;
}
.justify-end{
    justify-content: flex-end;
}
.justify-start{
    justify-content: flex-start;
}
.btn-blog{
    background-color: #696969;
    color:#fff;
    font-size:16px;
    width:150px;
    height: 55px;
    display: flex;
    align-items: center
}
.btn-blog:hover{
    background-color: #c7c7c7;
    color:#fff;
}
img{
    max-width: 100%;
}
.star{
    cursor: pointer;
}
.card-others-blogs{
    margin-right: 15px;
    width:200px;
    transition: transform 0.6s ease;
    -webkit-transition: transform 0.6s ease;
    -moz-transition: transform 0.6s ease;
    -ms-transition: transform 0.6s ease;
    -o-transition: transform 0.6s ease;
    cursor: pointer;
}
.card-others-blogs:hover{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.card-others-blogs img{
    width:100%;
}
.card-others-blogs p{
font-size: 12px;
font-weight: bold;
}

.servicios .cardc{
    position: relative;
    cursor: pointer;
}

.servicios .cardc .face{
    width: 300px;
    height: 200px;
    transition: 0.5s;
}

.servicios .cardc .face.face1{
    position: relative;
    background: #375571;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    transform: translateY(100px);
    color:#fff!important;
}

.servicios .cardc:hover .face.face1{
    background: #375571;
    transform: translateY(0);
}

.servicios .cardc .face.face1 .content{
    opacity: 0.5;
    transition: 0.5s;
}

.servicios .cardc:hover .face.face1 .content{
    opacity: 1;
}

.servicios .cardc .face.face1 .content img{
    max-width: 100%;
}

.servicios .cardc .face.face1 .content h3{
    margin: 10px 0 0;
    padding: 0;
    color: #fff;
    text-align: center;
    font-size: 1.5em;
}

.servicios .cardc .face.face2{
    position: relative;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8);
    transform: translateY(-100px);
}

.servicios .cardc:hover .face.face2{
    transform: translateY(0);
}

.servicios .cardc .face.face2 .content p{
    margin: 0;
    padding: 0;
}

.servicios .cardc .face.face2 .content a{
    margin: 15px 0 0;
    display:  inline-block;
    text-decoration: none;
    font-weight: 900;
    color: #333;
    padding: 5px;
    border: 1px solid #333;
}

.servicios .cardc .face.face2 .content a:hover{
    background: #333;
    color: #fff;
}
@media only screen and (max-width: 850px) {
    .justify-end{
        justify-content: center;
    }
    .justify-start{
        justify-content: center;
        margin-bottom: 25px;
    }
}
.container-fluid {
  
    width: 100%;
  }
  @media (max-width: 530px) {
    .container-fluid {
      left: 0;
      margin: 10px 0;
      position: relative;
      top: 0;
      transform: none;
    }
  }
.blog-card {
    display: flex;
    background-color: white;
    border-radius: 1px;
    box-shadow: 0 0 2px -1px rgba(0, 0, 0, 0.75);
    height: 450px;
    margin: 0 auto;
    max-width: 600px;
    overflow: hidden;
  }
  @media (max-width: 580px) {
    .blog-card {
      height: 350px;
      overflow: visible;
    }
  }
  .media {
    background-position: center;
    background-size: cover;
    height: 100%;
  }
  .card-body {
    color: #7A7A7A;
    height: 100%;
    padding: 30px 20px 50px;
  }
  @media (max-width: 530px) {
    .card-body {
      background-color: white;
    }
  }
  .tagline {
    font-size: 8px;
    text-transform: uppercase;
  }
  .title {
    color: #252830;
    font-family: "Playfair Display SC";
    font-size: 30px;
    font-weight: 400;
  }
  .divider {
    background: #7A7A7A;
    height: 2px;
    margin: 25px auto;
    width: 40px;
  }
  .paragraph {
    font-weight: 300;
  }
  .read-more {
    bottom: 25px;
    color: #7A7A7A;
    cursor: pointer;
    left: 50%;
    padding: 5px;
    position: absolute;
    text-decoration: none;
    top: auto;
    transform: translateX(-50%);
  }
  .read-more:hover,
  .read-more:focus,
  .read-more:visited {
    color: #252830;
    text-decoration: none;
  }
  @media (max-width: 530px) {
    .col-xs-6 {
      width: 100%;
    }
  }
  