

body {
  overflow-x: hidden;

}

p {
  margin: 0 0 0.7rem;
  
}
/* change a navbar background color and learn why the specificity is the same and doesn't implempent a change*/
.navbar { 
  padding: 15px 0;
  background: linear-gradient(90deg, rgba(80,80,35,1) 37%, rgba(86,92,43,1) 60%);;
  
}


.coop-entrance, 
.coop-modulo {
  padding: 2rem 0;
}

.coop-entrance .row {
  gap: 15px;
  flex-direction: column;
  flex-wrap: nowrap;
}

.coop-modulo {
  padding-bottom: 4rem;
  
}


.coop-modulo__title {
  line-height: 28px;
  font-weight: 800;
  margin-bottom: 30px;

  
}

.blog-grid-ct {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  grid-template-columns: 1fr;
  gap: 50px 20px;

}


.blog-grid-item {
  margin-bottom: 1.5rem;
}

.blog-grid-item.blog-grid-newsletter-box {
  background-image: url(../images/blog_newsletter_background3.jpg);
  background-size:cover;
  background-position: right;
  background-repeat: no-repeat;
  width: 100%;
  padding: 45px 20px 20px 10px;
  border-radius: 8px;
  max-height: 320px;
  box-shadow: 1px 1px 4px 2px var(--theme-color-black);
}

.blog-newsletter__title {
  display: flex;
  color: var(--theme-color-black);
  justify-content: start;
  flex-wrap: wrap;
  line-height: 22px;
  
}

.blog-newsletter__encouragement {
  line-height: 18px;
}


.blog-newsletter__forms-ct {
  border-radius: 5px;
  margin-top: 10px;
}

.blog-newsletter__email-input {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 12px;
  border: none;
  border-radius: 5px;
  font-family: "Work Sans", sans-serif;
  box-shadow: 1px 1px 3px 1px var(--blog-newsletter__form);
  
}

.blog-newsletter__email-submit {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  background-color: rgb(90, 28, 28);
  box-shadow: 1px 1px 3px 1px rgb(54, 51, 51);
  border: none;
  border-radius: 5px;
  color: var(--theme-color-white);
  font-family: "Work Sans", sans-serif;
}

.blog-all-articles {
  display: flex;
  justify-content: center;
  color: var(--theme-color-black);
  margin-top: 40px;
  gap: 10px;
  font-size: 14px;

}

.blog-all-articles:hover {
  
  color: var(--blog-all-articles__hover);
}

.blog-all-articles__mark

.blog-grid-item .step-box-info-ct {
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
}

.modulo-hero-left-container, 
.modulo-hero-right-container {
  padding: 0 0 1.4rem;
  
}

.left-container p {
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
}

.left-container .img-container {
  display: none;
}

.right-container .img-container {
  padding-bottom: 30px;
}

.blog-side-header__wraper {
  display: flex;
  border-radius: 5px;
  color: var(--theme-color-white);
  background-image: url(../images/blog_geometric_green.jpg);
  background-size: cover;
  min-height: 150px;
  margin-bottom: 15px;
}


.blog-side-header__title {
  padding-top: 15px; 
  padding-left: 10px;
  width: 200px;
}

.blog-side-header__title h2 { 
  text-align: left;
  line-height: 24px;
}

.blog-side-dyn-list {
  color: var(--theme-color-black);
}

.blog-side-dyn-list-item {
  padding-bottom: 15px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column-reverse;
  overflow: hidden;
  border-bottom: 1px solid var(--home-call-background);
}

.blog-side-dyn-list-item__img-ct {
  display: flex;
  padding-right: 15px;
  object-fit: contain;
  width: 50%;
}
.blog-side-dyn-list-item__desc-ct {
  display: flex;
  flex-direction: column;
}

.blog-side-dyn-list-item__desc-ct a {
  color: var(--theme-color-black);
}


.blog-side-dyn-list-item__subtitle {
  display: flex;
  line-height: 24px;
  
}

.coop-modulo__title, 
.blog-side-dyn-list-item__subtitle,
.step-box-summary {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  
}

.blog-side-dyn-list-item__subtitle h3 {
  margin-top: 15px;
  padding-right: 4px;
  
}

.blog-side-dyn-list-item__subtitle h3:hover {
  text-decoration: underline;
  
}



.blog-side-dyn-list-item__add-info {
  display: flex;
  flex-wrap: nowrap;
  font-size: 12px;
  line-height: 16px;
  color: var(--blog-main-info);
  align-items: center;
  
}


.blog-side-dyn-list-item__add-info .blog-main-info__readtm {
  display: none;
  margin-right: 10px;
}

.blog-grid-info__dot {
  display: flex;
}

.blog-main-info__readtm .blog-grid-info__readtm {
  display: flex;
}

.blog-trending__img {
  width: 100%;
  border-radius: 5px;
  height: auto;
  object-fit: cover;
}

.section-title {
  text-align: left;
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: 600;
}

.section-title:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 2px;
}


h1 { 
  font-size: 26px;
  color: var(--theme-color-black);
}

.blog-article__category {
  font-weight: 400;
  font-size: 14px;
  margin-right: 12px;
  background-color: var(--most-pop-left-cont);
  color: var(--blog-navbar-background2);
  padding: 4px 6px;
  transition: background-color 0.3s 20ms;
}

.blog-article__category:hover {
  background-color: var(--blog-article_category-hover);
  color: var(--blog-navbar-background2);
  cursor: pointer;
  
  
}

.blog-main-info__date {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 8px;
  font-weight: 300;
}

.blog-main-info__dot {
  display: none;
  text-align: center;
  background-color: var(--blog-main-info);
  border-radius: 50%;
  width: 5px;
  height: 5px;
  margin-right: 8px;
  
}

.left-container .blog-main-info__dot {
  display: block;
}

.blog-main-author-cont {
  display: flex;
  gap: 6px;
}

.blog-main-author-desc {
  display: flex;
  align-items: center;
  gap: 6px;
}

.blog-main-author__name:hover {
  text-decoration: underline;
}

.blog-main-author-img img {
  width: 1.5rem;
  border-radius: 0.2rem;
}

.blog-main-author__name {
  color: var(--theme-color-black);
  display: flex;
  font-weight: 600;
  font-size: 14px;
  align-items: center;
  height: 28px;
  padding-bottom: 2.6px;
  line-height: 14px;
  width: 5rem;
}

.blog-main-author__job {
  display: flex;
  font-size: 12px;
  color: var(--blog-main-info);
  align-items: center;
  line-height: 14px;
  height: 28px;
}

h5 {
  color: var(--theme-color-black);
  font-weight: 600;
  margin: 0.8rem 0;
  text-transform: uppercase;
}

hr {
  background-color: var(--theme-color-black);
  height: 1px;
  margin: 0;
}

.blog-main-info {
  display: flex;
  color: var(--dark-green-theme-color);
  font-weight: 400;
}

.left-container p {
  color: var(--theme-color-black);
}

.right-container {
  display: flex; 
}


.modulo-hero-image {
  width: 100%;
  height: auto;
  object-fit: cover; 
  border-radius: 5px;
}

.home-step-main-box {
  color: var(--theme-color-white);
  width: 100%;
  
}

.home-step-main-box:first-child {
  box-shadow: 
  0px 0px 8px 0px var(--theme-color-black) ;
}

.home-step-main-box:nth-child(2) {
  box-shadow: 
  -8px 0px 8px -8px var(--theme-color-black),
  8px 0px 8px -8px var(--theme-color-black),
  0px 8px 8px -8px var(--theme-color-black) ;
}

.step-box-img-ct {
  height: auto;
  max-width: 100%;
}

.step-box-img__img {
  width: 100%;
  border-radius: 8px;
}


.step-box-info-ct .blog-grid-info__dot {
  display: flex;
  flex-wrap: nowrap;
}

.step-box-info-ct .blog-grid-info__readtm {
  display: flex;
  flex-wrap: nowrap;
}


.blog-grid-info__readtm {
  display: flex;
  flex-wrap: nowrap;
}

.step-box-title-ct {
  display: flex;
  color: var(--theme-color-black);
}

.step-box-title-ct a {
  color: var(--theme-color-black);
}

.step-box-summary {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  color: var(--theme-color-black);
  margin-top: 6px;
  margin-bottom: 12px;
  
}

.step-box__title {
  margin: 0;
}

.step-box__title {
  margin: 0;
}

.step-box__title:hover {
  text-decoration: underline;
}

.coop-boxes-quest-ct {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-flow: column wrap;
  width: 100%;
}


.activity_select_form {
  width: 100%;
}

.main-label {
  display: inline-flex;
  padding-right: 0.6rem;
  font-weight: 600;
}

.coop-quest__gdr {
  min-width: 250px;
  
}

.coop-quest__metric {
  gap: 10px;
  
}

.coop-input {
  display: inline-flex;
  padding: 0.55rem 1rem;
  border-radius: 10px;
  border: none;
  width: 100px;
  text-align: center;
}

.coop-input.select_form {
  width: 240px;
  
}


.calc-btn-ctn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}

.home-step-button {
  width: 200px;
  border: none;
  border-radius: 10px;
  box-shadow: 4px 4px 4px var(--theme-color-black);
  background-color: var(--shop-product__button__hover);
  transition: background-color 0.3s ease-out 20ms;
} 

.home-step-button:hover {
  background-color: var(--theme-color-white);
}


/*MEDIA QUERIES*/

@media (width < 320px) {
  .blog-side-dyn-list-item__add-info {
    margin-top: 0;
  }
  .blog-side-dyn-list-item__subtitle h3 {
    margin-bottom: 0;
  }
  
  
  .blog-side-dyn-list-item__img-ct {
    display: flex;
    width: auto;
  }
  
}

@media (width >=320px) {
  .blog-main-author__name {
    width: auto;
  }
  
  .blog-side-dyn-list-item {
    display: flex;
    flex-direction: row;
  }
  
  .blog-side-dyn-list-item__desc-ct {
    width: 45%;
  }
  
  .blog-side-dyn-list-item__subtitle h3 {
    margin-top: 0px;
  }
  
  .blog-side-header__wraper {
    margin-bottom: 30px;
  }
}


@media (width >= 480px) {
  .blog-side-dyn-list-item__img-ct {
    display: flex;
    width: auto;
  }
  
  .blog-side-dyn-list-item__desc-ct {
    width: auto;
    display: flex;
    justify-content: space-between;
  }
  
  .blog-side-dyn-list-item__subtitle h3 {
    margin-top: 8px;
  }
  
  .blog-side-dyn-list-item__add-info {
    margin-top: 20px;
  }
  
  .blog-trending__img {
    border-radius: 5px;
    min-height: 142px;
    width: 178px;
  }
  
  .blog-side-dyn-list-item {
    display: flex;
    flex-direction: row;
  }
  
  
  .blog-side-dyn-list-item__add-info .blog-main-info__readtm {
    display: flex;
  }
  
  .blog-side-dyn-list-item__add-info .blog-main-info__dot {
    display: flex;
  }
}

@media only screen and ( 576px <= width <= 1399.98px) {
  .container-XXL {
    padding: 0 2rem;
  }
}

@media only screen and (width >= 768px) {
  .coop-entrance,
  .coop-modulo {
    padding: 4rem 0;
  }
  
  .coop-modulo {
    padding-bottom: 6rem;
  }
  
  .coop-entrance .row {
    flex-direction: row;
  }
  
  .left-container {
    width: 100%;
    max-width: 650px;
  }
  
  .left-container .img-container {
    display: flex;
    padding-bottom: 15px;
    
  }
  
  .right-container {
    max-width: 470px;
    flex-shrink: 0.7;
    
  }
  
  .right-container .img-container {
    display: none;
    padding-bottom: 20px;
    background-size: cover;
  }
  
  .left-container,
  .right-container {
    width: 100%;
  }
  
  .home-step-main-box {
    width: 50%;
    padding: 0 10px;
    box-shadow: 0px 2px 8px 0px var(--theme-color-black) ;
  }
  
  .home-step-main-box:first-child {
    box-shadow: 
    -8px 0px 8px -8px var(--theme-color-black),
    0px 0px 8px -8px var(--theme-color-black),
    0px -8px 8px -8px var(--theme-color-black),
    0px 8px 8px -8px var(--theme-color-black) ;
    
  }
  
  .home-step-main-box:nth-child(2) {
    box-shadow: 
    0px 0px 8px 0px var(--theme-color-black) ;
  }
  
  
  .blog-side-header__wraper {
    min-height: 140px;
  }
  
  .blog-grid-ct {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
  }
  
  .blog-grid-newsletter-box {
    grid-area: 1 / 1 / 2 / 3;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}


@media (width >= 991px) {
  .blog-grid-ct {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .blog-grid-newsletter-box {
    grid-area: 1 / 2 / 2 / 3;
  }
  

}


@media only screen and (width >= 1200px) {
  .home-step-main-box {
    background-color: var(--home-cooper-background);
  }
}