:root {
    --dorado: rgb(217 175 100);
    --blanco: rgb(250 236 216);
}

body {
    background: url("./images/assets/bg.jpg") no-repeat center center fixed;
    background-size: cover;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 1.3em;
}

/* NAVBAR */
.navbar-ms{
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    padding-left: 25px;
}

.navbar-brand-ms{
    display: flex;
    align-items: center;
    text-decoration: none;
}

.logo-navbar{
    width: 45px;
    height: auto;
}

.line{
    width: 1px;
    height: 40px;
    background-color: var(--dorado);
    margin-left: 15px;
    margin-right: 15px;
    opacity: 0.7;
}

.span-navbar{
    color: var(--blanco);
    font-size: clamp(15px, 6vw, 20px);
    letter-spacing: 1px;
    font-weight: 700;
}

/* BODY */

.titulo{
    display: flex;
    flex-direction: column;
    align-items: center;
    /* margin-top: 150px; */
}

.nombre-empresa {
    font-size: clamp(2.5rem, 12vw, 7rem);
    font-style: normal;
    font-weight: 700;
    line-height: 90%;
    letter-spacing: -2%;
    text-align: center;
    color: var(--blanco);
}

.nombre-empresa-ms {
    font-size: clamp(3rem, 14vw, 8.5rem);
}

.delimiter{
    display: flex;
    justify-content: center;
    margin: 30px 0 30px 0;
}

.delimiter-img{
    width: 50%;
    max-width: 500px;
    height: auto;
}

.frase {
    font-size: clamp(0.2rem, 6vw, 2.5rem);
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    letter-spacing: -2%;
    text-align: center;
    color: var(--dorado);
}

.links {
    display: flex; 
    justify-content: center;
    margin-top: clamp(5%, 12vh, 5%);
    gap: 80px;
}

.logo-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.icon {
    color: var(--dorado);
    font-size: clamp(20px, 12vh, 50px);
}

.span-link {
    font-size: clamp(0.2rem, 6vw, 1.1rem);
    color: var(--blanco);
    font-weight: 700;
}
