.perfil-completo-section {
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  padding: 7rem 0 10rem;
}
.perfil-completo-box {
  width: 90%;
  max-width: 1090px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;

  gap: 4rem;
}
.perfil-completo-foto-box {
  width: 50%;
  max-width: 590px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  gap: 1rem;
  padding: 1rem;
}
.perfil-completo-foto-box picture {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  box-shadow: var(--gray-color-1) 1px 1px 10px;
  border-radius: 10px;
}
.perfil-completo-foto-box picture img {
  width: 100%;
  object-position: center;
  object-fit: cover;
}
.perfil-completo-content {
  width: 50%;
}
.perfil-completo-profile-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  
  padding: 1.5rem 0.2rem 1.5rem 1rem;
  color: var(--white-color-1);
  background-color: var(--blue-color-2);
  border-left: var(--golden-color-2) solid 5px;
}
.perfil-completo-profile-card-content {
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.perfil-completo-profile-card p:first-child {
  color: var(--golden-color-1);
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.perfil-completo-profile-card span {
  display: flex;
  width: 30%;
  height: 1px;

  margin-top: 0.2rem;
  background-color: var(--golden-color-1);
}
.perfil-completo-foto-box-bottom-border {
  width: 100%;
  height: 1px;
  background-color: var(--golden-color-1);
}
.perfil-completo-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;

  gap: 1rem;
}
.perfil-completo-title-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;

  gap: 0.2rem;
}
.perfil-completo-title-tag {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;

  gap: 0.5rem;
}
.perfil-completo-title-tag p {
  font-size: 1.2rem;
  font-weight: 600;
} 
.perfil-completo-title-tag span {
  display: flex;
  width: 2px;
  height: 1.5rem;
  background-color: var(--golden-color-1);
}
.perfil-completo-title-box h1 {
  font-size: var(--title-size-1-m);
  color: var(--golden-color-1);
}
.perfil-completo-title-box h2 {
  font-size: var(--text-size-1);
  font-weight: 700;
  color: var(--dark-color-1);
}
.perfil-completo-content h3 {
  font-size: 1.3rem;
}
.perfil-completo-content ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  
  gap: 0.2rem;
  list-style-type: disc;
  list-style-position: inside;
}
.perfil-completo-content ul li {
  font-size: 1.1rem;
}
.perfil-completo-content p {
  font-size: 1.1rem;
}

@media screen and (min-width: 0px) {
  .blog1-section {
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    padding: 7rem 0;
  }
  .blog1-box {
    width: 90vw;
    max-width: 1390px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    gap: 4rem;
  }
  .blog1-article-card {
    width: 100%;
    max-width: 790px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;

    padding: 2rem;
    border: var(--gray-color-2) solid 1px;
    border-radius: var(--button-rounded);
  }
  .blog1-article-picture {
    width: 100%;
    max-width: 730px;
    margin-bottom: 0.5rem;
  }
  .blog1-article-picture img {
    width: 100%;
    height: 24rem;
    object-fit: cover;
    object-position: center;
    border-radius: var(--button-rounded);
  }
  #post .blog1-article-card p.blog1-article-title-tag,
  .blog1-article-title-tag {
    color: var(--golden-color-1);
    font-weight: 600;
    font-size: var(--text-size-m);
    margin-top: 0.5rem;
  }
  #blog-pag1 .blog1-article-title-tag,
  #post .blog1-article-title-tag {
    margin: 0;
    margin-bottom: 1rem;
  }
  .blog1-article-card h1 {
    font-size: var(--title-size-1-m);
    color: var(--blue-color-1);
    margin-bottom: 1rem;
  }
  #blog-pag1 .blog1-article-title-h2,
  #post .blog1-article-card h1 {
    margin: 0;
  }
  #post .blog1-article-card h2 {
    font-size: var(--title-size-2-m);
    color: var(--blue-color-1);
    margin-top: 2rem;
  }
  .blog1-article-title-h2 {
    font-size: var(--title-size-1-m);
    color: var(--blue-color-1);
    margin-bottom: 0.5rem;
    line-height: var(--title-line-height-m);
    overflow-y: hidden;
  }
  #post .blog1-article-card-p-text {
    margin-top: 0.5rem;
  }
  .blog1-article-card-p-text {
    font-size: var(--text-size);
    color: var(--dark-color-3);
  }
  #post .blog1-article-card p {
    margin-top: 0.5rem;
    font-size: var(--text-size);
    color: var(--dark-color-3);
  }
  .blog1-article-card-p-text1 {
    font-size: var(--text-size);
    color: var(--dark-color-3);
    margin-top: 0.5rem;
  }
  .blog1-article-card-p-text1 a {
    color: var(--golden-color-2);
    font-weight: 600;
  }
  .blog1-article-card-p-text1 a:hover {
    text-decoration: underline;
    color: var(--golden-color-1);
  }
  .blog1-article-subtitle {
    font-size: var(--title-size-2-m);
    color: var(--blue-color-1);
    margin-top: 2rem;
  }
  .blog1-article-card-button {
    margin-top: 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: transparent;
  }
  .blog1-article-card-button a {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    color: var(--golden-color-1);

    border-radius: var(--button-rounded);
    font-size: var(--button-text-size-1);
    font-weight: 600;
    border-left: var(--golden-color-1) solid 2px;
    padding-left: 0.4rem;
  }
  .blog1-article-card-button a:hover {
    color: var(--golden-color-2);
  }
  #post .blog1-section article h3 {
    font-size: var(--text-size-1);
    
    margin-top: 1rem;
  }
  #post .blog1-section article h4 {
    font-size: var(--text-size-1);
    
    margin-top: 1rem;
  }
  #post .blog1-section article ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    
    gap: 0.5rem;
    margin: 1rem 0;
  } 
  #post .blog1-section article ul li {
    list-style-type: disc;
    list-style-position: inside;
    font-size: var(--text-size);
  }
  #post .blog1-section article ul li span {
    font-weight: 600;
  }
  #post .blog1-section article ul li a {
    color: var(--golden-color-2);
    font-weight: 600;
  }
  #post .blog1-section article ul li a:hover {
    text-decoration: underline;
  }
  .blog1-arrow-navs {
    width: 100%;
    max-width: 790px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;

    gap: 1rem;
  }
  .blog1-arrow-nav {
    width: 3rem;
    height: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    color: var(--dark-color-1);
    background-color: var(--gray-color-1);
    font-weight: 600;
  }
  .arrow-nav-selected {
    background-color: var(--blue-color-1);
    color: var(--white-color-1);
  }
  .blog1-arrow-nav:hover {
    background-color: var(--blue-color-1);
    color: var(--white-color-1);
  }

  .blog-side-section {
    width: 90vw;
    max-width: 790px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;

    margin-top: 7rem;
  }
  .blog-side-section h3 {
    font-size: var(--text-size-2);
    color: var(--dark-color-1);
  }
  .side-article-card {
    width: 100%;
    max-width: 390px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    margin-top: 2rem;
    gap: 1rem;
    border: var(--gray-color-2) solid 1px;
    border-radius: var(--button-rounded);
    padding: 1rem;
  }
  .side-article-card-picture {
    width: 100%;
    max-width: fit-content;
  }
  .side-article-card-picture img {
    width: 100%;
    height: 9rem;
    object-fit: cover;
    object-position: center;
  }
  .side-article-card-title {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .side-article-card-title-tag {
    font-size: var(--text-size-1-m);
    color: var(--golden-color-2);
    font-weight: 600;
  }
  .side-article-card-title h4 {
    color: var(--dark-color-1);
    font-size: var(--text-size-m);
  }
  .side-article-card-title a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;

    border-left: var(--golden-color-2) solid 2px;
    padding-left: 0.2rem;
    margin-top: 0.5rem;
    color: var(--golden-color-2);
    font-weight: 500;
  }
  .side-article-card-title a:hover {
    color: var(--golden-color-1);
  }
  .side-article-banner {
    width: 100%;
    max-width: 390px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    padding: 1rem;
    margin-top: 2rem;
    text-align: center;
    border: black solid 1px;
    background-color: var(--blue-color-1);
    border-radius: var(--button-rounded);
  }
  .side-article-banner-line {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: var(--blue-color-3) solid 1px;
    padding: 1rem;
    border-radius: var(--button-rounded);
  }
  .side-article-banner-line img {
    width: 100%;
    max-width: 17rem;
  }
  .side-article-banner-p-text {
    color: var(--white-color-1);
    font-size: var(--text-size);
  }
  .side-article-banner-p-text span {
    color: var(--white-color-2);
    font-size: var(--text-size-m);
  }
  .side-article-banner-line a {
    margin-top: 0.5rem;
    color: var(--golden-color-1);
    font-weight: 500;
  }
  .side-article-banner-line a:hover {
    text-decoration: underline;
  }
  .servicio-section {
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    gap: 4rem;
    padding: 7rem 0;
  }
  .servicio-box {
    width: 90vw;
    max-width: 740px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .servicio-box-picture {
    width: 100%;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    border-radius: var(--button-rounded);
  }
  .servicio-box-picture img {
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  .servicio-box h1 {
    margin-top: 2rem;
    font-size: var(--title-size-1-m);
  }
  .servicio-box-p-text-1 {
    font-size: var(--text-size);
    color: var(--dark-color-2);
    margin-top: 1rem;
  }
  .servicio-box h2 {
    margin-top: 2rem;
  }
  .servicio-box h3 {
    margin-top: 1rem;
    font-size: var(--text-size-1);
    color: var(--dark-color-2);
  }
  .servicio-box-p-text-2 {
    font-size: var(--text-size);
    color: var(--dark-color-2);
    margin-top: 0.5rem;
  }
  .servicio-box-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;

    gap: 0.5rem;
    margin-top: 1rem;
  }
  .servicio-box-list li {
    font-size: var(--text-size);
    color: var(--dark-color-2);
    list-style-type: disc;
    list-style-position: inside;
  }
  .servicio-box-list li span {
    color: var(--golden-color-2);
    font-weight: 600;
  }
  .servicio-box-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    border-radius: var(--button-rounded);

    margin-top: 1rem;
  }
  .servicio-box-button a {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    padding: 0.7rem 1.5rem;
    font-size: var(--text-size);
    background-color: var(--golden-color-2);
    color: var(--white-color-1);
  }
  .servicio-box-button a:hover {
    background-color: var(--golden-color-1);
  }
  .servicio-aside {
    width: 90vw;
    max-width: 740px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;

    gap: 2rem;
  }
  .servicio-aside-servicios {
    width: 100%;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;

    gap: 1.5rem;
    padding: 2rem;
    border-radius: var(--button-rounded);
    background-color: var(--white-color-2);
  }
  .servicio-aside-servicios h4 {
    padding-left: 0.5rem;
    font-size: var(--text-size-2);
    border-left: var(--golden-color-1) solid 2px;
  }
  .servicio-aside-servicios-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;

    gap: 1rem;
  }
  .servicio-aside-servicios-list-button {
    width: 100%;
    max-width: 310px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    border-radius: var(--button-rounded);
  }
  .servicio-aside-servicios-list-button a {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: start;

    gap: 1rem;
    padding: 1rem 1.5rem;
    font-size: var(--text-size);
    font-weight: 500;
    color: var(--dark-color-1);
  }
  .servicio-aside-servicios-list-button a:hover {
    background-color: var(--golden-color-1);
    color: var(--white-color-1);
  }
  .servicio-aside-banner {
    width: 100%;
    max-width: 470px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    padding: 2rem;
    border-radius: var(--button-rounded);
    background-color: var(--blue-color-1);
  }
  .servicio-aside-banner img {
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  .servicio-aside-banner-p-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    gap: 0.5rem;
    margin-top: 1rem;
    font-size: var(--text-size-1);
    color: var(--white-color-1);
    text-align: center;
  }
  .servicio-aside-banner-p-text span {
    color: var(--white-color-2);
    font-size: var(--text-size);
  }
  .servicio-aside-banner a {
    font-size: var(--text-size);
    color: var(--white-color-1);
    text-decoration: underline;
  }
  .servicio-aside-banner a:hover {
    color: var(--golden-color-2);
  }
  #post h2 {
    font-size: var(--title-size-2-m);
  }
  #post ol {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;

    gap: 0.5rem;
    margin-top: 1rem;
  }
  #post ol li {
    list-style: decimal;
    list-style-type: decimal;
    list-style-position: inside;
    font-size: var(--text-size);
    color: var(--dark-color-3);
  }
  #post ol li span {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--blue-color-3);
    margin-bottom: 0.5rem;
  }
  #post .button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: fit-content;

    margin-top: 1rem;
  }
  #post .button a {
    padding: var(--button-padding);
    border-radius: var(--button-rounded);
    background-color: var(--golden-color-1);
    color: var(--white-color-1);
    font-size: var(--text-size);
    transition: ease 0.2s;
  }
  #post .button a:hover {
    background-color: var(--golden-color-2);
  }
  
}

@media screen and (min-width: 900px) {
  .blog1-section {
    align-items: flex-start;
    flex-direction: row;
    gap: 4rem;
    padding: 4rem 1rem;
  }
  .blog1-box {
    max-width: fit-content;
  }
  .blog-side-section {
    max-width: fit-content;
    margin-top: 0;
  }
  .servicio-section {
    flex-direction: row-reverse;
    align-items: flex-start;

    padding: 7rem 2rem;
  }
  .servicio-box {
    width: 60%;
    max-width: 790px;
  }
  .servicio-aside {
    width: 40%;
    max-width: 400px;
  }
}
@media screen and (min-width: 0px) and (max-width: 1024px) {
  .perfil-completo-box {
    flex-wrap: wrap;
    
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .perfil-completo-foto-box {
    width: 100%;
  }
  .perfil-completo-content {
    width: 90%;
    max-width: 700px;
  }
}
