:root {
    --default-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Ubuntu, "Helvetica Neue", Helvetica, Arial, "PingFang SC",
    "Hiragino Sans GB", "Microsoft Yahei UI", "Microsoft Yahei",
    "Source Han Sans CN", sans-serif;
}

*{
    font-family: Poppins;
}

nav, footer.dark{
    background: #ffffff;
    background-color: #ffffff !important;
}

.content h2{
    color: #091547;
    font-family: Poppins;
}

.agent button, header .bttnSecundario{
    background: #205CE2;
    border: solid 1px #205CE2;
    padding: 15px;
    border-radius: 2px;
    font-size: 18px;
    line-height: 27px;
    font-family: Poppins;
    transition: .5s ease-in-out;
}

.agent button:hover{
    background: #ffffff;
    color: #000000;
}

header{
    background-color: #0C1232;
    background-image: url(../images/curva_fondo3.webp);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
}

header h1 span{
    color: color(display-p3 0.8667 0.1922 0.7412);
}