/* =========================
   RESET Y BASE
========================= */

*,
*::before,
*::after {
    box-sizing: border-box;
}

::-webkit-scrollbar {
    display: none;
}
html,
body {
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
button {
    font-family: 'Montserrat', sans-serif;
}
::selection {
    color: gold;
    background-color: red;
}

body {
    color: black;

    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;

    background-image: url(/assets/img/MAKAlogo-fons.webp);

    min-height: 100vh;
}section {
    padding: 100px 3% 3% 3%;
}
.tt-head {
    display: flex;
    justify-content: space-between;
}

.cuadran_lateral {
    width: 3rem;
}
.cuadran {
    position: relative;
    z-index: 10;
}
.parrafo_A {
    font-size: clamp(0.6rem, 1.2vw, 0.8rem);
    max-width: 40ch;
    text-align: justify;
    line-height: 1.4;
}