@import "meli/meli-styles.css";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Basic", sans-serif;
  color: #373D47;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

button:hover {
  cursor: pointer;
}

/* KIT BACKLINKS */
.kit-backlink {
  margin-bottom: 50px;
}
.kit-backlink a {
  color: brown;
  position: relative;
  padding-left: 35px;
}
.kit-backlink a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-image: url("../img/icon/arrow-back.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
}

/* KIT BTN */
.kit-btn-blue {
  padding: 5px 10px;
  background-color: #373D47;
  color: white;
  border: 1px solid #373D47;
  border-radius: 5px;
}
@media screen and (max-width: 460px) {
  .kit-btn-blue {
    padding: 10px 15px;
  }
}

.kit-btn-green {
  padding: 5px 10px;
  background-color: #A1B9AD;
  color: white;
  border: 1px solid #A1B9AD;
  border-radius: 5px;
}
@media screen and (max-width: 460px) {
  .kit-btn-green {
    padding: 10px 15px;
  }
}

.kit-btn-brown {
  padding: 5px 10px;
  background-color: brown;
  color: white;
  border: 1px solid brown;
  border-radius: 5px;
}
@media screen and (max-width: 460px) {
  .kit-btn-brown {
    padding: 10px 15px;
  }
}

/* HEADER */
.base-header {
  position: relative;
}

.base-header-top .block-center {
  padding: 20px;
  position: relative;
}
.base-header-top .block-center .insta-link-box {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.base-header-top .block-center .burger {
  display: none;
}

.base-header-divider {
  height: 2px;
  background-color: #373D47;
}

.base-header-bottom nav {
  padding: 15px;
  margin-bottom: 10px;
}
.base-header-bottom nav ul li a {
  color: #373D47;
  font-size: 0.9em;
}

/* MAIN */
/* FOOTER */
.base-footer {
  padding: 30px 0;
  min-height: 30vh;
  background-image: url("../img/static/base/footer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.base-footer .logo-box {
  margin: 0 auto;
}

.base-footer-follow-row {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  margin-bottom: 10px;
  margin-top: 10px;
}
.base-footer-follow-row .line {
  height: 1px;
  background-color: #A1B9AD;
}
.base-footer-follow-row p {
  color: #A1B9AD;
  text-transform: uppercase;
  text-align: center;
}

.base-footer-nav {
  margin-top: 30px;
}
.base-footer-nav ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr) 2fr;
}
.base-footer-nav ul li {
  text-align: center;
}
.base-footer-nav ul li a {
  text-transform: uppercase;
  color: #FEF0E6;
}

.base-footer-copyright {
  margin-top: 20px;
  text-align: center;
  color: #A1B9AD;
  font-size: 0.8em;
}

@media screen and (max-width: 460px) {
  /* HEADER */
  .base-header-top .block-center .insta-link-box {
    display: none;
  }
  .base-header-top .block-center .burger {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .base-header-top .block-center .burger span {
    height: 3px;
    width: 100%;
    background-color: #373D47;
    border: 1px solid #373D47;
    border-radius: 10px;
  }

  .base-header-divider {
    display: none;
  }

  .base-header-bottom {
    display: none;
  }

  /* FOOTER */
  .base-footer-nav ul li a {
    font-size: 0.8em;
  }
}
/* HOME TOP */
.home-top {
  height: 85vh;
  background-image: url("../img/static/home/background.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.home-top-text {
  position: absolute;
  right: 5%;
  top: 31%;
}
.home-top-text .title {
  font-size: 1.6em;
}
.home-top-text h1, .home-top-text p {
  color: #FEF0E6;
  font-size: 1.2em;
  margin-bottom: 20px;
}

.home-top-arrow-down {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
}
.home-top-arrow-down img {
  width: 100%;
  height: auto;
}

/* HOME ARTICLES */
.home-articles {
  margin-top: 10vh;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(10, 12vh);
  grid-column-gap: 50px;
  grid-row-gap: 10px;
}

.home-articles-row-block {
  grid-row-end: span 4;
}
.home-articles-row-block .link-block {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.home-articles-row-block .link-block .img-box {
  overflow: hidden;
}
.home-articles-row-block h2 {
  font-weight: 400;
  color: #373D47;
}
.home-articles-row-block.start-1 {
  grid-row-start: 1;
}
.home-articles-row-block.start-5 {
  grid-row-start: 5;
}
.home-articles-row-block.down-row-2 {
  grid-row-start: 2;
}
.home-articles-row-block.down-row-3 {
  grid-row-start: 3;
}
.home-articles-row-block.down-row-6 {
  grid-row-start: 6;
}
.home-articles-row-block.down-row-7 {
  grid-row-start: 7;
}

.home-articles-pagination {
  margin-top: 30px;
}

.home-articles-pagination-page {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #373D47;
  font-size: 1.5em;
  color: #373D47;
  background-color: white;
  margin: 10px;
}
.home-articles-pagination-page.active {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: #373D47;
  color: white;
  font-size: 1.8em;
}

@media screen and (max-width: 460px) {
  /* HOME TOP */
  .home-top {
    background-image: url("../img/static/home/background-responsive.jpg");
    height: 110vh;
    flex-direction: column-reverse;
  }

  .home-top-text {
    position: static;
    width: 80%;
    text-align: center;
  }

  .home-portrait-box {
    width: 65%;
  }

  /* HOME ARTICLES */
  .home-articles {
    grid-template-rows: auto;
  }

  .home-articles-row-block {
    grid-column-end: span 4;
    grid-row-end: auto;
    margin-bottom: 20px;
  }
  .home-articles-row-block h2 {
    font-size: 1.2em;
  }
  .home-articles-row-block.start-1, .home-articles-row-block.start-5 {
    grid-row-start: auto;
  }

  /* PAGINATION */
  .home-articles-pagination-page {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    font-size: 1.2em;
  }
  .home-articles-pagination-page.active {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    font-size: 1.3em;
  }
}
.contact-container {
  padding: 50px 0;
  background: url("../img/static/contact/contact-line.png"), #373D47;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 80%;
}
.contact-container .title, .contact-container p, .contact-container label {
  color: #FEF0E6;
}
.contact-container .contact-row .contact-text-container .contact-text-content .title {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 400;
}
.contact-container .contact-row .contact-form-container .contact-form-content input, .contact-container .contact-row .contact-form-container .contact-form-content textarea {
  background-color: #FEF0E6;
  padding: 10px 5px;
  border: 1px solid #FEF0E6;
  border-radius: 10px;
  margin-top: 10px;
}
.contact-container .contact-row .contact-form-container .contact-form-content .field {
  width: 48%;
}
.contact-container .contact-row .contact-form-container .contact-form-content .row, .contact-container .contact-row .contact-form-container .contact-form-content .full-field {
  margin-bottom: 20px;
}
.contact-container .contact-row .contact-form-container .contact-form-content .btn-box .kit-btn-green {
  padding-left: 20%;
  padding-right: 20%;
  font-size: 1.1em;
}

@media screen and (max-width: 460px) {
  .contact-container {
    background-position: 0 25% !important;
  }
  .contact-container .contact-row {
    flex-direction: column;
  }
  .contact-container .contact-row .contact-text-container {
    margin-bottom: 100px;
    width: 100%;
    text-align: center;
  }
  .contact-container .contact-row .contact-form-container {
    width: 90%;
    margin: 0 auto;
  }
  .contact-container .contact-row .contact-form-container .contact-form-content {
    width: 100%;
  }
  .contact-container .contact-row .contact-form-container .contact-form-content .row {
    margin-bottom: 0 !important;
  }
  .contact-container .contact-row .contact-form-container .contact-form-content .row .field {
    width: 100%;
    margin-bottom: 30px;
  }
  .contact-container .contact-row .contact-form-container .contact-form-content .btn-box .kit-btn-green {
    width: 100%;
  }
}
/** SECTION TOP **/
.about-top {
  background: url("../img/static/about/top-line.png"), #373D47;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 80%;
  min-height: 50vh;
  padding: 15vh 0 30vh;
}
.about-top .title-responsive {
  display: none;
}
.about-top .about-top-container .about-top-img-container {
  background-color: #FEF0E6;
  transform: rotate(5deg);
}
.about-top .about-top-container .about-top-img-container .img-box {
  transform: rotate(-5deg);
}
.about-top .about-top-container .about-top-text-container p {
  color: #FEF0E6;
}
.about-top .about-top-container .about-top-text-container .title {
  font-size: 1.6em;
  margin-bottom: 20px;
}

/** SECTION CONTENT **/
.about-content {
  padding: 5vh 0;
  background-color: #FEF0E6;
}
.about-content .about-content-container .about-content-bloc {
  margin-bottom: 50px;
}
.about-content .about-content-container .about-content-bloc .title {
  font-size: 1.4em;
  margin-bottom: 50px;
}
.about-content .about-content-container .about-content-bloc p {
  margin-bottom: 30px;
}

/** SECTION NEWSLETTER **/
.about-newsletter {
  margin-top: 50px;
  background-color: white;
  padding: 50px 0;
}

@media screen and (max-width: 460px) {
  .about-top {
    background-position: 50% 60vh;
    background-size: 200%;
  }
  .about-top .title-responsive {
    display: block;
    color: #FEF0E6;
    font-size: 1.4em;
  }
  .about-top .about-top-container {
    flex-direction: column;
    align-items: center;
  }
  .about-top .about-top-container .about-top-img-container {
    width: 80%;
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .about-top .about-top-container .about-top-text-container {
    width: 80%;
  }
  .about-top .about-top-container .about-top-text-container .title {
    display: none;
  }
}
.contact-container {
  padding: 50px 0;
  background: url("../img/static/contact/contact-line.png"), #373D47;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 80%;
}
.contact-container .title, .contact-container p, .contact-container label {
  color: #FEF0E6;
}
.contact-container .contact-row .contact-text-container .contact-text-content .title {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 400;
}
.contact-container .contact-row .contact-form-container .contact-form-content input, .contact-container .contact-row .contact-form-container .contact-form-content textarea {
  background-color: #FEF0E6;
  padding: 10px 5px;
  border: 1px solid #FEF0E6;
  border-radius: 10px;
  margin-top: 10px;
}
.contact-container .contact-row .contact-form-container .contact-form-content .field {
  width: 48%;
}
.contact-container .contact-row .contact-form-container .contact-form-content .row, .contact-container .contact-row .contact-form-container .contact-form-content .full-field {
  margin-bottom: 20px;
}
.contact-container .contact-row .contact-form-container .contact-form-content .btn-box .kit-btn-green {
  padding-left: 20%;
  padding-right: 20%;
  font-size: 1.1em;
}

.product-index-main {
  position: relative;
}

.product-index-background {
  height: 85vh;
  width: 100%;
  background-color: #373D47;
  padding-top: 15vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.product-index-background h1, .product-index-background p {
  color: #FEF0E6;
  text-align: center;
}
.product-index-background h1 {
  margin-bottom: 30px;
}

.product-index-section {
  width: 90%;
  margin: 0 auto;
}
.product-index-section .home-articles {
  margin-top: 0;
  padding-top: 45vh;
}
.product-index-section .home-articles .home-articles-row-block h2 {
  background-color: white;
}

@media screen and (max-width: 460px) {
  .product-index-section .home-articles {
    padding-top: 40vh;
  }
}
/** MAIN **/
.product-main {
  background-color: #FEF0E6;
  padding-top: 5vh;
}

/** SECTION PRODUCT PRESENTATION **/
.product-presentation {
  border: 2px solid brown;
  padding: 20px;
}

.product-presentation-container .gallery .view {
  min-width: 250px;
  margin-bottom: 10px;
}
.product-presentation-container .gallery .mini {
  min-width: 100px;
}

.product-presentation-container .content {
  margin-left: 50px;
}
.product-presentation-container .content .title-box {
  margin-bottom: 20px;
}
.product-presentation-container .content .title-box .title {
  font-size: 1.6em;
  margin-bottom: 10px;
}
.product-presentation-container .content .title-box p a {
  color: #A1B9AD;
  text-decoration: underline;
}
.product-presentation-container .content .characteristic-box {
  margin-top: 20px;
}
.product-presentation-container .content .characteristic-box .characteristic-item {
  border-top: 1px solid #373D47;
  padding: 15px 0;
}
.product-presentation-container .content .characteristic-box .characteristic-item .title {
  color: brown;
  font-size: 1.2em;
  margin-bottom: 5px;
}
.product-presentation-container .content .img-box-responsive {
  display: none;
}

.product-arrow-down {
  margin: 20px 0 40px;
  width: 50px;
}
.product-arrow-down img {
  width: 100%;
  height: auto;
}

/** SECTION PRODUCT OPINION **/
.product-opinion {
  margin-bottom: 10vh;
}
.product-opinion h2, .product-opinion h3, .product-opinion h4, .product-opinion h5, .product-opinion h6 {
  margin-bottom: 20px;
  color: brown;
  font-weight: 400;
}
.product-opinion div {
  margin-bottom: 30px;
}

/** SECTION NEWSLETTER **/
.product-newsletter-container {
  background-color: white;
  padding: 10vh 0;
}

/** SECTION PRODUCT FAVORITES **/
.product-favorites {
  padding: 40px;
}
.product-favorites .title {
  text-align: center;
  color: #373D47;
  font-size: 1.6em;
  margin-bottom: 40px;
  font-weight: 400;
}

@media screen and (min-width: 690px) and (max-width: 1200px) {
  .product-presentation-container .gallery {
    width: 40%;
  }
}
@media screen and (max-width: 690px) {
  .product-presentation-container .gallery {
    display: none;
  }

  .product-presentation-container .content {
    width: 100%;
    margin-left: 0;
  }
  .product-presentation-container .content .title-box {
    text-align: center;
  }
  .product-presentation-container .content .title-box .title {
    font-size: 1.4em;
  }
  .product-presentation-container .content .description-box {
    margin-bottom: 20px;
  }
  .product-presentation-container .content .img-box-responsive {
    display: block;
  }
  .product-presentation-container .content .characteristic-box .characteristic-item {
    border: none;
  }
}
.blog-categories ul li {
  border: 2px solid brown;
  padding: 10px 60px;
  border-radius: 10px;
  background-color: white;
  text-align: center;
}
.blog-categories ul li a {
  color: brown;
}
.blog-categories ul li.active {
  background-color: brown;
}
.blog-categories ul li.active a {
  color: white;
}

@media screen and (max-width: 460px) {
  .blog-categories ul {
    flex-direction: column;
  }
  .blog-categories ul li {
    width: 60%;
    margin-bottom: 20px;
  }

  .blog-categories-article-section .home-articles {
    padding-top: 0;
  }
}
/** MAIN **/
.blog-read-main {
  background-color: #FEF0E6;
  padding-top: 5vh;
}

/** SECTION BLOG READ PRESENTATION **/
.blog-read-presentation {
  border: 2px solid brown;
  padding: 20px;
}

.blog-read-presentation-container {
  /* TEXT IN PRESENTATION */
  /* IMAGE IN PRESENTATION */
}
.blog-read-presentation-container .text-container {
  /* row of btn */
  /* ingredients btn row */
  /* ingredients list row */
}
.blog-read-presentation-container .text-container .title {
  font-size: 1.6em;
  margin-bottom: 10px;
}
.blog-read-presentation-container .text-container .img-container-responsive {
  display: none;
}
.blog-read-presentation-container .text-container .btn-row {
  margin-top: 20px;
}
.blog-read-presentation-container .text-container .btn-row .btn-print {
  margin-right: 10px;
}
.blog-read-presentation-container .text-container .btn-row .btn-print .btn-print-icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  transform: translateY(2px);
  background-image: url("../img/icon/print.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.blog-read-presentation-container .text-container .btn-row .btn-send .btn-send-icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  transform: translateY(2px);
  background-image: url("../img/icon/mail.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.blog-read-presentation-container .text-container .ingredients-btn-row {
  margin-top: 20px;
}
.blog-read-presentation-container .text-container .ingredients-btn-row .text-box p {
  text-transform: uppercase;
  color: brown;
  font-size: 0.9em;
}
.blog-read-presentation-container .text-container .ingredients-btn-row .btn-box .kit-btn-brown.no-active {
  background-color: white;
  color: brown;
}
.blog-read-presentation-container .text-container .ingredients-list-row {
  margin-top: 20px;
}
.blog-read-presentation-container .text-container .ingredients-list-row ul li a {
  border-bottom: 2px solid #A1B9AD;
}
.blog-read-presentation-container .text-container .ingredients-list-row ul li.first {
  margin-bottom: 10px;
}
.blog-read-presentation-container .text-container .ingredients-list-row ul li::before {
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  margin-right: 3px;
  transform: translateY(2px);
  background-image: url("../img/icon/list.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.blog-read-presentation-container .img-container {
  max-width: 350px;
}

/** SECTION BLOG READ STEPS **/
.blog-read-steps {
  margin-top: 100px;
}
.blog-read-steps .title {
  color: brown;
  margin-bottom: 20px;
}
.blog-read-steps .blog-read-steps-container .blog-read-step-item {
  margin-bottom: 20px;
}
.blog-read-steps .blog-read-steps-container .blog-read-step-item .step-item-title {
  text-transform: uppercase;
  margin-bottom: 20px;
}

/** SECTION BLOG READ STEPS **/
.blog-read-product-link {
  margin-top: 50px;
}
.blog-read-product-link .title {
  color: brown;
  margin-bottom: 20px;
}
.blog-read-product-link .kit-btn-blue {
  padding: 10px 25px;
}

/** SECTION BLOG READ NEWSLETTER **/
.blog-read-newsletter {
  margin-top: 50px;
  background-color: white;
  padding: 50px 0;
}

/** SECTION OTHERS ARTICLES **/
.blog-read-others-articles {
  padding: 40px;
}
.blog-read-others-articles .title {
  text-align: center;
  color: #373D47;
  font-size: 1.6em;
  margin-bottom: 40px;
  font-weight: 400;
}

@media screen and (max-width: 460px) {
  .blog-read-presentation .blog-read-presentation-container .img-container {
    display: none;
  }
  .blog-read-presentation .blog-read-presentation-container .text-container {
    width: 100%;
    text-align: center;
  }
  .blog-read-presentation .blog-read-presentation-container .text-container .img-container-responsive {
    display: block;
    margin-top: 20px;
  }
  .blog-read-presentation .blog-read-presentation-container .text-container .btn-row .btn-print .btn-print-icon, .blog-read-presentation .blog-read-presentation-container .text-container .btn-row .btn-print .btn-send-icon, .blog-read-presentation .blog-read-presentation-container .text-container .btn-row .btn-send .btn-print-icon, .blog-read-presentation .blog-read-presentation-container .text-container .btn-row .btn-send .btn-send-icon {
    width: 15px;
    height: 15px;
  }
  .blog-read-presentation .blog-read-presentation-container .text-container .ingredients-btn-row {
    width: 100%;
    height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  .blog-read-presentation .blog-read-presentation-container .text-container .ingredients-list-row ul {
    width: 100%;
    flex-direction: column;
    text-align: left;
  }
  .blog-read-presentation .blog-read-presentation-container .text-container .ingredients-list-row ul li {
    width: 100%;
  }

  /** SECTION BLOG READ STEPS **/
  .blog-read-steps {
    margin-top: 50px;
  }
  .blog-read-steps .blog-read-steps-container {
    width: 100%;
  }
  .blog-read-steps .blog-read-steps-container .content {
    flex-direction: column;
    align-items: flex-start;
  }
  .blog-read-steps .blog-read-steps-container .content .text-box {
    width: 100%;
  }
  .blog-read-steps .blog-read-steps-container .content .img-box {
    width: 70%;
  }
}
/** SECTION MAIN **/
.producer-read-main {
  background-color: #FEF0E6;
}

/** SECTION TOP **/
.producer-read-top {
  /*background:url("../img/static/about/top-line.png"), $blue;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 80%;*/
  padding-top: 10vh;
}
.producer-read-top .title-box-responsive {
  display: none;
}
.producer-read-top .producer-read-container .producer-read-img-container {
  background-color: #373D47;
  transform: rotate(5deg) translate(-25px, -20px);
}
.producer-read-top .producer-read-container .producer-read-img-container .img-box {
  transform: rotate(-5deg) translate(25px, 20px);
}
.producer-read-top .producer-read-container .producer-read-presentation-container .title {
  font-size: 1.6em;
  font-weight: 400;
}
.producer-read-top .producer-read-container .producer-read-presentation-container .subtitle {
  color: #A1B9AD;
  font-weight: 400;
}
.producer-read-top .producer-read-container .producer-read-presentation-container .details-box .details-title {
  font-size: 1.2em;
  text-transform: uppercase;
  margin: 30px 0;
}
.producer-read-top .producer-read-container .producer-read-presentation-container .details-box .details-block {
  margin-bottom: 20px;
}
.producer-read-top .producer-read-container .producer-read-presentation-container .details-box .details-block .details-block-title {
  color: brown;
  font-weight: 400;
}

/** SECTION PRODUCER HISTORY **/
.producer-read-history {
  padding: 20vh 0;
}
.producer-read-history .title {
  font-size: 1.4em;
  margin-bottom: 30px;
}
.producer-read-history p {
  margin-bottom: 20px;
}

@media screen and (max-width: 460px) {
  .producer-read-top .title-box-responsive {
    display: block;
    text-align: center;
    margin-bottom: 10vh;
  }
  .producer-read-top .title-box-responsive .title-responsive {
    font-size: 1.6em;
    font-weight: 400;
    margin-bottom: 20px;
  }
  .producer-read-top .title-box-responsive .subtitle-responsive {
    color: #A1B9AD;
    font-weight: 400;
  }
  .producer-read-top .producer-read-container {
    flex-direction: column;
  }
  .producer-read-top .producer-read-container .producer-read-img-container {
    width: 80%;
    margin: 0 auto;
  }
  .producer-read-top .producer-read-container .producer-read-presentation-container {
    width: 100%;
  }
  .producer-read-top .producer-read-container .producer-read-presentation-container .title, .producer-read-top .producer-read-container .producer-read-presentation-container .subtitle {
    display: none;
  }

  .producer-read-history {
    padding-top: 10vh;
  }
  .producer-read-history .text-box {
    width: 100%;
  }
}
.legal h1, .legal article {
  margin-bottom: 20px;
}

.partial-newsletter {
  margin: 30px auto 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.partial-newsletter .first-block {
  width: 720px;
}
.partial-newsletter .first-block .sentence p {
  text-align: center;
  font-size: 2em;
}
.partial-newsletter .first-block .sentence {
  position: relative;
  margin-bottom: 20px;
}
.partial-newsletter .first-block .sentence::after {
  position: absolute;
  top: -35px;
  right: 8%;
  background-image: url("../img/icon/fly-newsletter.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top 0 right 0;
  display: inline-block;
  width: 70px;
  height: 70px;
  content: "";
}
.partial-newsletter .join {
  color: #A1B9AD;
  text-align: center;
}
.partial-newsletter .form-block {
  margin-top: 50px;
}
.partial-newsletter .form-block form .form-row {
  background-color: #FEF0E6;
  border-radius: 10px;
  border: 0px solid #FEF0E6;
}
.partial-newsletter .form-block form .form-row input {
  color: black;
  padding: 10px;
  width: 60%;
  background-color: #FEF0E6;
  border-radius: 10px;
  border: 1px solid #FEF0E6;
}
.partial-newsletter .form-block form .form-row button {
  margin-left: -10px;
  padding: 11px;
  border: 2px solid #A1B9AD;
  border-radius: 10px;
  background-color: #A1B9AD;
  color: #FEF0E6;
  width: 40%;
  text-transform: uppercase;
}
.partial-newsletter .form-block form .form-row button:hover {
  cursor: pointer;
}

@media screen and (max-width: 460px) {
  .partial-newsletter .first-block {
    width: initial;
  }
  .partial-newsletter .first-block .sentence p {
    font-size: 1.2em;
  }
  .partial-newsletter .first-block .sentence::after {
    width: 50px;
    height: 50px;
    top: -20px;
  }
  .partial-newsletter .form-block {
    width: 100%;
  }
}
.base-menu-resp {
  transition: 0.5s ease height;
  width: 100%;
  z-index: 20;
  background-color: white;
  overflow: hidden;
  /** Navigation **/
  /** Search form **/
}
.base-menu-resp .nav ul li {
  text-align: center;
  border-bottom: 2px solid #373D47;
  padding: 30px 0;
}
.base-menu-resp .nav ul li a {
  color: #373D47;
}
.base-menu-resp .search-form form .row {
  width: 80%;
  margin: 20px auto;
  border: 2px solid #373D47;
  padding: 5px 10px;
  border-radius: 10px;
}
.base-menu-resp .search-form form .row input {
  border: none;
  font-size: 0.7em;
}
.base-menu-resp .search-form form .row input::placeholder {
  color: #373D47;
}
.base-menu-resp .search-form form .row button {
  border: 1px solid transparent;
}

.articles-some .article-some-block {
  height: 40vh;
}
.articles-some .article-some-block a {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.articles-some .article-some-block a .img-box {
  height: 80%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 460px) {
  .articles-some {
    flex-direction: column;
  }
  .articles-some .article-some-block {
    width: 100%;
    margin-bottom: 30px;
  }
}

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