:root {
    --primary-color: #319324;
    --first-text-color: #4B4B4B;
    --second-text-color: #565656;
}
/*
* {
    margin: 0;
    padding: 0;
}
*/


#mainCompra{
    max-width: 90%;
}

#main-container {
    font-family: Montserrat, sans-serif !important;
    margin-top: 200px;
    text-align: center;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 80px;
}

.header-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px;
    flex-direction: column;
}

.titulo {
    font-size: 55px;
    color: var(--first-text-color);
    font-weight: bold;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto; 
}

.subtitulo {
    font-size: 30px;
    color: #000;
    font-weight: normal;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto; 
}

.header-img {
    width: 100%;
}

.header-img img{
    border-radius: 30px;
    width: 100%;
    max-width: 1090px; 
    height: auto !important; 
    object-fit: contain;
}

.header-button button {
    border: none;
    background-color: var(--primary-color);
    border-radius: 20px;
    width: 321px;
    height: 78px;
    cursor: pointer;
    margin-top: 30px;
}

.header-button span {
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    color: #FFF;
    letter-spacing: 0.23px;
    line-height: 46.7px;
    font-weight: bold;
}

.infotop-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 80px;
}

.herramientas-title {
    font-size: 40px;
    color: var(--second-text-color);
    font-weight: 400;
    margin-top: 100px;
}

.carta-modulo #modulo1{
    max-width: 142px;
    max-height: 142px;
}

.carta-modulo #modulo2{
    max-width: 140px;
    max-height: 140px;
}

.carta-modulo #modulo3{
    max-width: 170px;
    max-height: 220px;
}

.carta-modulo #modulo4{
    max-width: 151px;
    width: 100%;
    height: 140px;
}