.principal-container{display:flex;justify-content:center;align-items:center;height:80vh;text-align:center;background-color:#fbf8f5}h1{font-family:Playfair Display,serif;font-optical-sizing:auto;font-weight:600;font-style:normal;font-size:2em;text-align:center;max-width:90%;margin:0 auto}@media (min-width:768px){h1{font-size:2.5em}}@media (min-width:1024px){h1{font-size:3em;max-width:650px}}.principal-info{display:flex;flex-direction:column;width:100%;margin:1rem auto 3rem;padding:0 1rem;box-sizing:border-box}.principal-info__header{text-align:center;margin-bottom:2rem}.principal-info__title{font-size:1.5rem;color:var(--color-black);margin:0}.principal-info__content{display:flex;flex-direction:column;gap:4rem}.principal-info__grid{width:100%;display:grid;grid-template-columns:1fr;gap:1rem;box-sizing:border-box}.info-item{border-radius:8px;display:flex;flex-direction:column;overflow:hidden;width:100%}.info-item__image-container{position:relative;width:100%;height:200px}.info-item__image-container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1;border-radius:8px}.info-item__image-container--gradient-1:before{background:linear-gradient(to bottom right,#fff,#f4b6a6)}.info-item__image-container--gradient-2:before{background:linear-gradient(to bottom right,#fff,#a6d6f4)}.info-item__image-container--gradient-3:before{background:linear-gradient(to bottom right,#fff,#c5f4a6)}.info-item__image-container--gradient-4:before{background:linear-gradient(to bottom right,#fff,#f4e6a6)}.info-item__image{width:100%;height:100%;border-radius:8px;padding:10px;object-fit:contain}.info-item__text{margin-top:1rem;padding:.5rem}.info-item__paragraph{color:var(--color-gray-light);font-size:1.2rem;line-height:130%;margin:0}.info-item__highlight{color:var(--color-black);font-size:1.6rem;line-height:130%;font-weight:600}.side-content{margin-top:2rem;width:100%;height:100%;display:flex;justify-content:center;align-items:stretch;position:relative;overflow:hidden}.side-content__title{font-size:1.3rem;margin:0 0 1rem}.side-content__text{font-size:1rem;line-height:1.5;margin:0}.side-content__image{position:relative!important;width:100%!important;height:100%!important;border-radius:12px;box-shadow:0 4px 8px rgba(0,0,0,.1);object-fit:cover}@media (min-width:768px){.principal-info{width:90%;margin-top:2rem}.principal-info__title{font-size:1.8rem}.principal-info__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.info-item__image-container{height:250px}.info-item__paragraph{font-size:1.125rem}.side-content{margin-top:0;margin-left:2rem;width:40%;max-height:800px}}@media (min-width:1024px){.principal-info{width:90%}.principal-info__content{flex-direction:row;gap:4rem}.principal-info__grid{width:70%}.side-content{width:30%;max-height:1000px}.principal-info__title{font-size:2rem}.info-item__image-container{height:280px}.info-item__paragraph{font-size:1.25rem}.side-content__title{font-size:1.5rem}.side-content__text{font-size:1.1rem}.side-content__image{max-width:600px}}