@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Lexend', sans-serif;
}

body{
    background-color: #f5f1ee;
}

/* Escalado regresivo de headers */
h1 {
    font-size: 72px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -3px;
    color: #1f1f1f;
    margin-bottom: 10px;
}

h2 {
    font-size: 60px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -2.5px;
    color: #1f1f1f;
}

h3 {
    font-size: 48px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -2px;
    color: #1f1f1f;
}

h4 {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -1.5px;
    color: #1f1f1f;
}

h5 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    color: #1f1f1f;
}

h6 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.5px;
    color: #1f1f1f;
}

.navbar {
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    padding: 0 36px;;
}

.logo {
    display: flex;
    align-items: center;
    margin: 6px 0;
}

.logo img {
    max-width: 140px;
    height: auto;
    margin-top: 5px;
    margin-right: 10px;
}

.logo-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}

.logo-text span {
    font-size: 16px;
    font-weight: 600;
    color: #3f3f3f
}

.nav-links {
    list-style: none;
    display: flex;
    align-items: center;
}

.nav-links li {
    margin: 0 20px;
}

.nav-links a {
    text-decoration: none;
    color: #1f1f1f;
    letter-spacing: -0.5px;
    transition: color 0.3s;
}

.nav-links a:hover {
    color: #E5A900;
}

html {
    scroll-behavior: smooth;
}

.header-container {
    background-color: white;
    height: 100vh;
    padding: 80px 20px;
}

.header-middle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px;
    max-width: 100vi;
    margin: 0 auto;
}

.info-text {
    flex: 1;
    height: auto;
    margin-left: 2vi;
}

.info-text p {
    color:#3f3f3f;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: -1px;
    padding-right: 50px;
}

.info-image img {
    max-width: 100%;
    height: auto;
    width: 35vi;
    object-fit: cover;
    margin: 0 2vi;
    filter: opacity(0.9);
}

.header-footer {
    text-align: center;
}

.header-footer p {
    margin: 5px 0;
    font-size: 14px;
    font-weight: 400;
    color: #3f3f3f;
}

.header-footer a {
    color: #007bff;
    text-decoration: none;
}

.header-footer a:hover {
    text-decoration: underline;
}

/* CONTENIDO DEL MAIN */
.blocks{
    display: flex;
    cursor: default;
    flex-direction: column;
    gap: 40px;
    margin: 100px 0;
}
.blocks-container{
    margin: 30px;
}
.block{
    display: flex;
    box-sizing: border-box;
    border-radius: 16px;
    padding: 10px;
}

.block01, .block02, .block03, .block04{
    flex: 2;
    max-width: 100%;
    width: 100vi;
}
.tag{
    margin-left: 3px;
    margin-bottom: -16px;
}
.title{
    font-weight: 500;
    font-size: 72px;
    line-height: 1;
    margin-bottom: 10px;
    letter-spacing: -3px;
    color: #1f1f1f;
}
.description p{
    margin: 0 20px 14px 0;
    font-size: 22px;
    color: #3f3f3f;
}
.image-wrapper01, .image-wrapper03{
    flex: 1.5;
    max-width: 100%;
    display: flex;
    align-items: center;
}
.image-wrapper01 img, .image-wrapper03 img{
    width: 40vi;
    border-radius: 16px;
}
.image-wrapper02, .image-wrapper04{
    flex: 1.5;
    max-width: 100%;
    display: flex;
    align-items: center;
    margin-right: 40px;
}
.image-wrapper02 img, .image-wrapper04 img{
    width: 100%;
    height: 100%;
    border-radius: 16px;
}


/* ESTILOS DEL FOOTER*/
.footer {
    background-color: #000000;
    padding: 20px;
    border-radius: 26px 26px 0 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.footer-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.footer-column {
    flex: 1;
    box-sizing: border-box;
    padding: 14px;
}
.large-column {
    flex: 2;
    min-width: 300px;
}
.small-column {
    flex: 1;
    min-width: 200px;
}
.services-columns {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.services-columns .column {
    width: 48%;
    list-style: none;
    padding: 0;
}
.services-columns .column li {
    margin-bottom: 0.5em;
    white-space: nowrap;
}
.footer-column h5 {
    margin-bottom: 10px;
    color: white;
}
.footer-column ul {
    list-style: none;
    padding: 0;
}
.footer-column ul li {
    margin-bottom: 10px;
    color: #adadad;
    font-weight: 300;
}
.footer-column ul li a {
    text-decoration: none;
    color: #adadad;
    transition: color 0.3s;
}
.footer-column ul li a:hover {
    color: #E5A900;
}
.footer-bottom {
    text-align: left;
    padding-left: 14px;
    font-size: 14px;
    font-weight: 300;
    color: #adadadb1;
}

.social-icons {
    text-decoration: none;
    display: flex;
    gap: 10px;
    font-size: 30px;
    padding: 0;
    margin: 0;
    list-style: none;
}

@media (max-width: 768px) {
    .blocks {
        flex-direction: column;
    }
    .image-wrapper {
        max-width: 100%;
    }
    .footer-container {
        flex-direction: column;
        align-items: center;
    }
    .footer-column {
        margin-bottom: 20px;
        text-align: center;
    }
}