/* button that goes to the top of the page */
#btnGoTop {
  bottom: 20px;
  right: 30px;
  cursor: pointer;
}

/* ------ Header ------ */
.header {
  margin-top: 0;
}

.header_social {
  display: block;
  margin-bottom: 10px;
}

.header_social_container {
  padding-top: 10px;
  float: right;
}

.header_social_list {
  list-style-type: none;
}

.header_social_item {
  display: inline-block;
}

.header_social_icon {
  align-items: center;
  background-color: #245b39;
  border-radius: 5px;
  color: #eff3f8;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 1rem;
  margin-right: 15px;
  padding: .3rem .8rem;
  text-decoration: none;
}

.header_social_icon:hover {
  background-color: #5ddb2f;
  transition: all 0.3s ease;
}

.header_logo {
  margin-top: 0;
}

/*body-slider image*/
.body_slider {
  width: 1280px;
}

/* ------ Post ------*/
.body_main {
  display: flex;
  justify-content: center;
  margin-left: 70px;
  margin-right: 70px;
  padding-bottom: 50px;
}

.post_contents {
  max-width: 870px;
}

.post_container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.post_card {
  max-width: 390px;
  max-height: 950px;
  margin: 20px;
  border: 1px solid #d3d3d3;
}

.post_card_bottom {
  padding: 30px;
}

.post_card_image {
  width: 100%;
}

.post_card_title {
  max-height: 50px;
  margin: 10px 20px 0 20px;
}

.post_card_title_h2 {
  font-size: 23px;
}

.post_card_text {
  font-size: 18px;
  max-height: 70px;
  margin-bottom: 80px;
}

.post_card_button_link {
  font-size: 23px;
  padding: 15px;
}


/* ------ Section of the recomendations ------ */

.rc_container {
  max-width: 300px;
}

.rc_card {
  border: 1px solid #dbdbdb;
}

.rc_card_title {
  margin-left: 40px;
  margin-right: 40px;
}

.rc_card_img {
  width: 100%;
}

/* Footer content */
.footer {
  height: 250px;
}

.footer_container {
  display: grid;
  grid-template-columns: 300px 300px 300px;
  grid-column-gap: 150px;
}

.footer_privacidad {
  order: 1;
}

.footer_contact {
  order: 2;
}

.footer_social {
  order: 3;
  margin-top: 70px;
}
