@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,700,800");
* {
  box-sizing: border-box;
  margin: 0; }

html, body {
  margin: 0;
  background: white;
  font-size: 14px;
  font-weight: 400; }



.movie_card {
  position: relative;
    display: block;
    width: 100%;
    height: 350px;
    margin: 80px auto;
    overflow: hidden;
    transition: all 0.4s; }

  .movie_card .info_section {
    position: relative;
    width: 100%;
    height: 100%;
    background-blend-mode: multiply;
    z-index: 2;
        padding-left: 90px;
    border-radius: 10px; }
    .movie_card .info_section .movie_header {
      position: relative;
      padding: 25px;
      height: 40%; }
      .movie_card .info_section .movie_header h1 {
        font-family: 'Playfair Display', serif;
        font-size: 44px;
        line-height: 45px;
        letter-spacing: 3px;
        font-weight: 700;
        color: #2C2C2C;}
      .movie_card .info_section .movie_header h4 {
        font-family: 'Open Sans', sans-serif;
        letter-spacing: 5px;
        font-size: 14px;
        text-transform: uppercase;
        margin: 0;
        color: #7E7E7E;
        font-weight: 700; }
      .movie_card .info_section .movie_header .minutes {
        display: inline-block;
        margin-top: 15px;
        color: #555;
        padding: 5px;
        border-radius: 5px;
        border: 1px solid rgba(0, 0, 0, 0.05); }
      .movie_card .info_section .movie_header .type {
        display: inline-block;
        color: #959595;
        margin-left: 10px; }
      .movie_card .info_section .movie_header .locandina {
        position: relative;
        float: left;
        margin-right: 20px;
        height: 120px;
        box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.5); }
    .movie_card .info_section .movie_desc {
          height: 50%;
    padding-top: 45px;
    padding-left: 20px; }
      .movie_card .info_section .movie_desc .text {
        color: #545454; }
    .movie_card .info_section .movie_social {
      height: 10%;
      padding-left: 15px;
      padding-bottom: 20px; }
      .movie_card .info_section .movie_social ul {
        list-style: none;
        padding: 0; }
        .movie_card .info_section .movie_social ul li {
          display: inline-block;
          color: rgba(0, 0, 0, 0.3);
          transition: color 0.3s;
          transition-delay: 0.15s;
          margin: 0 10px; }
         
          .movie_card .info_section .movie_social ul li i {
            font-size: 19px;
            cursor: pointer; }
  .movie_card .blur_back {
    position: absolute;
    top: 0;
    z-index: 1;
    height: 100%;
    right: 0;
    background-size: cover; }
 .txt{
    padding-right: 8px;
    padding-left: 8px;
    margin-top: -55px;
    text-align: justify;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #707070;
    line-height: 22px;
 }
@media screen and (min-width: 768px) {
  .movie_header {
    width: 65%; }

  .movie_desc {
    width: 50%; }

  .info_section {
    background: linear-gradient(to right, #ffffff 50%, transparent 100%);}

  .blur_back {
    width: 80%;
    background-position: 5% 10% !important; } }
@media screen and (max-width: 768px) {
  .movie_card {
    width: 95%;
    margin: 70px auto;
    min-height: 350px;
    height: auto; }

  .blur_back {
    width: 100%;
    background-position: 50% 50% !important; }

  .movie_header {
    width: 100%;
    margin-top: 85px; }

  .movie_desc {
    width: 100%; }

  .info_section {
    background: linear-gradient(to top, #e5e6e6 50%, transparent 100%);
    display: inline-grid; } }

.tomb_back {
  background: url("https://metztitlan.gob.mx/vistas/img/plantilla/portada.webp"); }

