* {
    box-sizing: border-box;
    margin: 0;
    /*padding: 0;*/
}
html {
  scroll-behavior: smooth;
}

body {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
}

.header-banner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    width: auto;
}

.header {
    display: flex;
    padding: 10px 26px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    background: var(--yellow-100, #FDF6E4);
}

.logo-name {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo-name p {
    color: #802B04;
    font-family: "Playfair Display";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.logo-name img {
    display: flex;
    width: 36px;
    height: 36px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    aspect-ratio: 1/1;
}
.header-buttons {
    display: flex;
    padding: 10px;
    align-items: flex-start;
    gap: 22px;
    list-style: none;
}
.header-buttons a {
    color: #000;
    font-family: "Noto Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}
.header-buttons a:hover {
    color: #802B04;
}

.banner {
    display: flex;
    padding: 123px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 29px;
    align-self: stretch;
    background: linear-gradient(0deg, rgba(128, 43, 4, 0.65) 0%, rgba(128, 43, 4, 0.65) 100%), url(images/background1.png) lightgray 50% / cover no-repeat;
}
.banner-content{
    display: flex;
    max-width: 830px;
    padding: 32px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    border: 5px solid #FFF;
}
.banner-content h1 {
    color: #FFF;
    font-family: "Playfair Display";
    font-size: 96px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}
.banner-content p {
    color: #FFF;
    font-family: "Playfair Display";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}
.banner-description {
    display: flex;
    padding: 0 24px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
}
.banner-description p {
    color: #FFF;
    text-align: center;
    font-family: "Noto Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 1082px;
    flex: 1 0 0;
}
.banner-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 33px;
    align-self: stretch;
    flex-wrap: wrap;
}

.primary-button {
    display: flex;
    height: 68px;
    padding: 10px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: var(--bg-error-secondary, #802B04);
    color: var(--text-invert, #FCFBFA);
    text-align: center;
    font-family: "Noto Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
}
.primary-button:hover {
    background: var(--bg-error-primary, #B23A0D);
}
.secundary-button {
    display: flex;
    width: 221px;
    height: 68px;
    padding: 10px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    border: 3px solid var(--bg-error-secondary, #802B04);
    background: #FFF;
    color: var(--red-900, #802B04);
    text-align: center;
    font-family: "Noto Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
}
.secundary-button:hover{
    color: #FFF;
    background: var(--bg-error-primary, #B23A0D);
    border: 3px solid var(--bg-error-secondary, #FFF);
}

.servicios {
    display: flex;
    padding: 60px 24px;
    flex-direction: column;
    align-items: center;
    gap: 42px;
    align-self: stretch;
    background: var(--yellow-100, #FDF6E4);
}
.primary-title {
    color: var(--text-primary, #1F1E1C);
    text-align: center;
    font-family: "Noto Sans";
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    align-self: stretch;
}
.primary-text {
    color: var(--neutral-800, #383733);
    font-family: "Noto Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    width: 100%; /*Está línea...*/
    margin: 0 auto; /* y está linea funcionan para remplazar align-self: stretch; cuando se tiene definido un max-width */
    max-width: 1470px;
}
.servicios-cards{
    display: flex;
    padding: 18px 0;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 21px;
    align-self: stretch;
    flex-wrap: wrap;
}
.cards {
    display: flex;
    width: 312px;
    height: 305px;
    min-width: 312px;
    min-height: 305px;
    padding: 22px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 20px;
    border: 1px solid var(--neutral-500, #9E9B95);
    background: #FFF;
}
.icon-cards{
    display: flex;
    width: 60px;
    height: 51px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: var(--neutral-200, #EBE9E3);
    color: var(--neutral-800, #383733);
    stroke-width: 2px;
}
.cards h3 {
    color: var(--neutral-800, #383733);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.cards p {
    color: var(--neutral-700, #52504B);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    line-height: 28px; /* 175% */
}

.nueva-seccion-proteinas {
    display: flex;
    padding: 60px 24px;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 42px;
    align-self: stretch;
    background: #FFF;
    flex-wrap: wrap;
}
.proteinas-content {
    display: flex;
    max-width: 700px;
    min-width: 300px;
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
    flex: 1 0 0;
}
.proteinas-image {
    display: flex;
    height: auto;
    min-width: 300px;
    max-width: 700px;
    width: 100%;
    aspect-ratio: 28 / 23;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 21px;
    flex: 1 0 0;
    background: url(images/proteinas.jpg) transparent 50% / cover no-repeat;
}
.tag-text {
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
.tag-text-container {
    display: inline-flex;
    padding: 10px;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    left: -30px;
    top: -40px;
    border-radius: 20px;
    background: var(--blue-900, #576D80);
}
.proteinas-content h2 {
    position: relative; /* Esto es para que el contenedor de la etiqueta "tag-text-container" se posicione correctamente sobre este contenedor */
    text-align: left;
}

.sample-menu {
    display: flex;
    padding: 60px 24px;
    flex-direction: column;
    align-items: center;
    gap: 42px;
    align-self: stretch;
    background: var(--text-invert, #FCFBFA);
}
.sample-menu-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 22px;
    align-self: stretch;
}
.cards-img-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    gap: 42px;
    align-self: stretch;
    flex-wrap: wrap;
}
.card-img {
    display: flex;
    width: 461px;
    min-width: 300px;
    flex-direction: column;
    align-items: center;
    border-radius: 20px;
    border: 1px solid var(--neutral-500, #9E9B95);
    background: #FFF;
    overflow: hidden;
}
.card-img-placeholder{  
    display: flex;
    height: 200px;
    padding: 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    flex-shrink: 0;
    align-self: stretch;
}
.card-img-content {
    display: flex;
    padding: 28px 18px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    }
.card-img-title{
    color: var(--neutral-800, #383733);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    align-self: stretch;
}
.card-img-text{
    color: var(--neutral-700, #52504B);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 140% */
    align-self: stretch;
}

.about-us{ 
    display: flex;
    padding: 60px 24px;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    background: var(--yellow-100, #FDF6E4);
    gap: 42px;
}
.contact-section{
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 30px;
    align-self: stretch;
    flex-wrap: wrap;
}
.contact-img{
    display: flex;
    width: 311.333px;
    height: 467px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    aspect-ratio: 2/3;
    background: url(images/Contacting2.jpg) lightgray 50% / contain no-repeat;
}
.contact-description{
    display: grid;
    width: 384px;
    height: 467px;
    row-gap: 10px;
    column-gap: 10px;
    grid-template-rows: repeat(2,minmax(0,1fr));
    grid-template-columns: repeat(2,minmax(0,1fr));
    grid-auto-flow: row;
}
.contact-container {
    display: flex;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    grid-row: span 1;
    grid-column: span 1;
    justify-self: stretch;
    background: var(--neutral-700, #52504B);
}
.icon-cards2{
    width: 19.889px;
    height: 19.928px;
    stroke-width: 2px;
    color: #FFF;
}
.secundary-title {
    color: #FFF;
    font-family: "Playfair Display";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.secundary-text {
    color: #FFF;
    text-align: center;
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    align-self: stretch;
}

.footer {
    display: flex;
    padding: 10px 24px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    background: var(--yellow-100, #FDF6E4);
}
.footer-tile {
    color: var(--text-primary, #1F1E1C);
    text-align: center;
    font-family: "Playfair Display";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    align-self: stretch;
}
.footer-text {
    color: var(--text-primary, #1F1E1C);
    text-align: center;
    font-family: "Playfair Display";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    align-self: stretch;
}