.introduccion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
}

.left_intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/juntos_en_tu_negocio.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-decoration: none;
}

.right_intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/juntos_en_tu_hogar.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-decoration: none;
}

.footer {
  padding-top: 10px;
  padding-bottom: 50px;
  background-color: #000;
}

.cinta_content {
  width: 100%;
  margin-bottom: 20px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
}

.titulos_principales {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Mccainsunshinepro, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
}

.en_tu_negocio {
  font-family: Gotham, sans-serif;
  font-size: 30px;
  font-weight: 900;
}

.descrip_en_tu_negocio {
  width: 460px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Gotham book', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.descrip_en_tu_hogar {
  width: 365px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Gotham book', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.content_cta {
  width: 100%;
  text-align: center;
}

.cta_entrar {
  display: inline-block;
  padding: 12px 30px 8px 15px;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url('../images/arrow_cta.png');
  background-position: 95% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  font-family: Gotham, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}

.cta_muy_pronto {
  display: inline-block;
  padding: 12px 20px 8px;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  font-family: Gotham, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}

.container_foo {
  width: 1000px;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.txt_cookies {
  font-family: Myriadpro, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
}

.logos_foo_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 660px;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cinta_content {
    margin-top: 30px;
}

img.newLogo {
    height: 70px;
    position: absolute;
    top: 30px;
}

      .shadow{
      background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 40%, rgba(0,0,0,0) 100%);
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
    }

    .left_intro{
      position: relative;
    }

    .cinta_content, .content_cta, img.newLogo {
      z-index: 9;
    }

    #newLogo2{
      height: 85px;
    }

    .footer {
        background-color: #000 !important;
        padding: 40px 20px !important;
    }

    @media(max-width: 767px){
    img.newLogo {
        height: 50px !important;
        position: relative !important;
        top: 0 !important;
        margin-bottom: 0 !important;
        margin-top: 15px !important;
    }

    .left_intro, .right_intro {
        height: auto !important;
        min-height: auto !important;
        /* padding: 20px; */
        padding-bottom: 60px !important;
        position: relative !important;
    }

    #newLogo2{
      height: 65px !important;
    }

    footer.footer {
        display: inline-block !important;
        width: 100% !important;
    }
    }

@media screen and (max-width: 991px) {
  .cinta_content {
    padding-right: 40px;
    padding-left: 40px;
  }

  .descrip_en_tu_hogar {
    width: 300px;
  }
}

@media screen and (max-width: 767px) {
  img.newLogo {
      height: 60px;
      position: absolute;
      top: 30px;
  }


  .introduccion {
    display: block;
  }

  .left_intro {
    width: 100%;
    height: 50%;
    min-height: 300px;
  }

  .right_intro {
    width: 100%;
    height: 50%;
    min-height: 300px;
  }

  .cinta_content {
    padding-right: 10px;
    padding-left: 10px;
  }

  .descrip_en_tu_hogar {
    width: 460px;
  }
}

@media screen and (max-width: 479px) {
  .left_intro {
    height: 50%;
  }

  .right_intro {
    height: 50%;
  }

  .footer {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .titulos_principales {
    font-size: 35px;
    line-height: 35px;
  }

  .en_tu_negocio {
    font-size: 25px;
  }

  .logos_foo_content {
    display: block;
    text-align: center;
  }

  .logo_food {
    margin-bottom: 10px;
  }
}

@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham book';
  src: url('../fonts/Gotham-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mccainsunshinepro';
  src: url('../fonts/McCainSunshinePro.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Myriadpro';
  src: url('../fonts/MyriadPro-Regular_7.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}