:root{
    --color-primary: #00ACD4;
    --color-secondary: #38424B;
}

html{
    scroll-behavior: smooth;
}

html, body {
    font-weight: 400;
    height: 100%;
    color: #181818;   
    /* font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 1.8; */
}

.btn-primary{
    background-color: var(--color-primary);
    brder-color: var(--color-primary);
}

.navbar{
    border-bottom: 1px solid #e7e7e7;
}

.navbar-brand{
    text-indent: -9999px;
    display: inline-block;
    width: 200px;
    height: 80px;
    background: url('../assets/img/sitio/CDP_Logo.svg') no-repeat center;
}