/* #main {
    max-width: 100% !important;
} */
.vista-especial {
    max-width: 100% !important;
    background-color: #ffffff;
    padding-bottom: 0;
 }

.principal-container {
    background-image: linear-gradient(180deg, rgba(201, 253, 116, 0.15) 0%, #ffffff 150px);
    padding: 2% 2% 0;
    margin: 0%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.principal-welcome-box, .recent-post {
    width: 65%;
    max-width: 65%;
    margin: 0 auto;
    margin-bottom: 25px;
}
.principal-welcome-box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 50px;
}
.principal-welcome-left {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.principal-text h1 {
  font-size: 30pt;
  margin-bottom: 30px;
  line-height: normal;
}
.principal-text p {
  color: #8a95a5;
  margin-bottom: 45px;
}
.principal-search-box {
    width: 100%;;
  }
.principal-search-box form {
  display: flex;
}
.principal-search-box form input {
    height: 60px;
    border-radius: 6px 0 0 6px;
    border-right: none;
    width: -webkit-fill-available;
}
.principal-search-box form button {
    border-radius: 0 6px 6px 0;
    height: 60px;
}
.principal-search-box form button div {
    margin: 25%;}
.principal-popular-tags p {
    font-weight: bold;
    font-size: 15pt;
    color: #333 ;
}
.principal-tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.principal-tag {
  border-radius: 40px !important;
  text-align: center !important;
  font-size: 14px !important;
  color: #555555 !important;
  background: #f2f2f2 !important;
  display: inline-block !important;
  cursor: pointer !important;
  transition: background 0.3s ease !important;
  border: none !important;
  box-shadow: none !important;
  max-height: 30px !important;
  min-width: 60px !important;
  margin: 5px !important;
}
.principal-tag:hover {
    filter: brightness(0.9);
}
.principal-welcome-right > img {
  height: 600px;
}
.recent-post-button {
    display: flex;
    align-items: center;
    gap: 20px;
}
.recent-post-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
}
.recent-post-link {
    position: relative;
    display: flex;
    align-items: flex-start;
    border: 1px solid #dddddd;
    border-radius: 12px;
    padding: 15px;
    background: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3sease;
    flex-direction: column;
    flex-wrap: nowrap;
    text-decoration: none;
}

.recent-post-link-search {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.recent-post-link-search.visible {
  opacity: 1;
  transform: translateY(0);
}

.recent-post-status-icon {
  width: 100%;
  justify-content: flex-end;
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  gap: 10px;
}
.recent-post-status-icon img {
    width: 20px;
    height: 20px;
}
.recent-post-title {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.recent-post-title img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin-right: 15px;
}
.recent-post-title h3 {
    margin: 0;
    font-size: 22px;
    color: #333333;
}
.recent-post-text {
    display: flex;
    flex-direction: column;
    margin-left: 15px;
    margin-right: 15px;
}
.recent-post-type {
    display: flex;
    font-size: 14px;
    font-weight: bold;
    color: #8a95a5;
    margin-bottom: 15px;
    align-items: center;
}
.recent-post-text .recent-post-type img {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}
.recent-post-description {
    margin: 0;
    font-size: 14px;
    color: #8a95a5;
}
.recent-post-link:hover {
    box-shadow: 0px 0px 20px #dbdbdb;
    cursor: pointer;
}
.card-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5%;
    width: 60%;
    align-items: stretch;
    margin-bottom: 5%;
    margin-top: 5%;
}
.card {
    display: flex;
    flex-direction: column;
  }

  .card:first-child h2 {
    line-height: normal;
  }
  .card-content {
    padding: 20px;
    border-radius: 15px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }
  .card-content > span {
    color: #81B92E;
  }
  .card-title {
    color: #ffffff;
  }
  .card-description {
    font-size: 16px;
    color: #ffffff;
    margin-top: 0;
  }
  .card-button {
    background: #81B92E;
    border: #81B92E;
    border-radius: 50px;
    cursor: pointer;
    width: fit-content;
    box-shadow: none;
    padding: 8px 40px;
  }

.text-container {
    background-image: url(images/plugin_background.jpg) !important;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    width: calc(100vw - 30px);
    display: flex;
    justify-content: center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.text-content {
    max-width: 700px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.text-content p{
    text-align: center;
    font-size: 1.2em;
}
.text-content h2{
  font-size: 2.8em;
}
.text-content a {
  line-height: 1.7em;
}
.button {
  color: #FFFFFF;
  border-width: 0px;
  border-radius: 50px;
  letter-spacing: -0.02em;
  font-size: 16px;
  font-weight: 600;
}
.text-button {
  background: #1D7874;

  padding: 7px 40px;
}
.text-button:hover {
  background: #175350;
}
a.text-button:after {
  font-family: "icon-font";
  margin-left: 10px;
  vertical-align: middle;
  display: inline-block;
  font-size: 16px;
  /* content: attr(data-icon); */
}

#total_search {
    padding-top: 5px;
    margin-left: 5px;
    font-size: 15px;
    font-weight: bold;
}

.general-search {
    width: 65%;
    max-width: 65%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 25px;
}

.filter-tag-summary {
    border-radius: 40px;
    text-align: center;
    font-size: 14px;
    color: #555555;
    background: #f2f2f2;
    display: inline-block;
    transition: background 0.3s ease;
    border: none;
    box-shadow: none;
    max-height: 30px;
    margin: 0 5px;
    padding: 0 10px;
}

#button-show_more {
  width: 20%;
  margin: 0 auto 10px auto;
  margin-bottom: 10px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: #1d7874;
}

.main-view-bottom {
    padding: 0 2%;
    display: flex;
    flex-direction: column;
    align-items: center;
}