@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;400;600;700;900&display=swap');

*
{
    margin: 0;
    padding: 0;
}

:root
{
    --color-violeta: #4C0088;
    --color-turqueza: #75EAFF;
}

body
{
    font-family: 'Raleway', sans-serif;
}

/* BOT */
df-messenger {
    --df-messenger-button-titlebar-color: #FFF;
    --df-messenger-button-titlebar-font-color: #0061ae;
}



div#widgetBot {
    position: fixed;
    display: flex;
    align-items: flex-start;
    right: 20px;
    bottom: 20px;
}

div#widgetBot div.fraseBot {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 1rem;
    color: #0061ae;
    padding: 15px 25px;
    margin-right: 15px;
    border-radius: 8px 8px 0 8px;
    box-shadow: rgba(0, 0, 0, 0.24) 1px 4px 15px 0px;
    transition: .2s ease-in-out all;
    visibility: hidden;
    opacity: 0;
}

div#widgetBot div.fraseBot.active {
    visibility: visible;
    opacity: 1;
}

div#widgetBot button#botonBot {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: solid;
    border-color: #0061ae;
    background-color: #fff;
    background-image: url("https://telemercado.com.ar/bots/botsdemo/elizabeth.png");
    background-size: 96px 96px;
    background-repeat: no-repeat;
    background-position: center; 
    box-shadow: rgba(0, 0, 0, 0.24) 1px 4px 15px 0px;
}

div#widgetBot button#botonBot:focus {
    outline: none;
}
/* /BOT */

.subrayado{
    text-decoration: underline dashed;
    text-underline-position: under;
}

#nav-bar
{
    position: sticky;
    top: 0;
    z-index: 10;
}

.navbar
{
    background-color: #F2F2F2;
}

.navbar-nav li
{
    padding: 0 10px;
}

.navbar-nav li a
{
    color:var(--color-violeta) !important;
    font-weight: 600;
    float: right;
    text-align: left;
}

.navbar-toggler
{
    outline: none !important;
}

/************************/
#banner
{
    background: rgb(76,0,136);
    background: -moz-linear-gradient(90deg, rgba(76,0,136,1) 0%, rgba(164,33,156,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(76,0,136,1) 0%, rgba(164,33,156,1) 100%);
    background: linear-gradient(90deg, rgba(76,0,136,1) 0%, rgba(164,33,156,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4c0088",endColorstr="#a4219c",GradientType=1);
    color:#fff;
    padding-top: 5%;
    padding-bottom: 5%;
}

.imagen{
    width: 100%;
    position: absolute;
}
.titulo
{
    font-family: 'Raleway Black';
    font-weight: 900;
    font-size: 6vw;
    letter-spacing: 1vw;
    margin-top: 5vw;
    margin-left: 2.8vw;
}

.descripcion
{
    font-family: 'Raleway Regular';
    font-size: 2.3vw;
    font-weight: 400;
    margin-left: 3vw;
}

.btn__demo
{
    background-color: #75EAFF;
    border: none;
    border-radius: 60px;
    color: #4C0088;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 20px 100px;
    font-size: 2vw;
    margin-left: 3vw;
    margin-top: 1vw;
    font-family: 'Raleway SemiBold', sans-serif;
}

.eli
    {
        width: 35vw;
        padding-top: 6vw;
        padding-left: 5vw;
    }
/************************/

#about
{
    margin-top: 0.5vw;
}
.about,.contacto
{
    background-color: var(--color-violeta);
    color: white;
    font-family: 'Raleway Regular';
    font-weight: 400;
    font-size: 4vw;
    padding: 4vw;
    
    
}

.p__enfermedades
{
    color: #144565;
    font-family: 'Raleway Regular', sans-serif;
}



.p__enfermedades span
{
    font-family: 'Raleway SemiBold', sans-serif;
}

.img__enfermedades
{
    padding-bottom: 1vw;
}

.n__enfermedad
{
    font-family: 'Raleway Regular', sans-serif;
    font-size: 1.5vw;
    color: #144565;
}

.btnpregunta
{
    background: rgb(76,0,136);
    background: -moz-linear-gradient(90deg, rgba(76,0,136,1) 0%, rgba(164,33,156,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(76,0,136,1) 0%, rgba(164,33,156,1) 100%);
    background: linear-gradient(90deg, rgba(76,0,136,1) 0%, rgba(164,33,156,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4c0088",endColorstr="#a4219c",GradientType=1);
    color:#fff;
    border: none;
    border-radius: 60px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: 'Raleway SemiBold', sans-serif;
    /* font-weight: 400; */
    padding: 10px 100px;
    font-size: 2.5vw;
}
.contacto
{
    margin-top: 2vw;
}
/************************/
@media screen and (max-width:320px)
{
    .titulo
    {
        text-align: center;
        font-size: 10vw;
    }

    .descripcion
    {
        text-align: center;
        font-size: 5vw;
    }
    .btn__demo
    {
        background-color: #75EAFF;
        border: none;
        border-radius: 60px;
        color: #4C0088;
        padding: 10px 60px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        margin-left: 9vw;
    }
    .eli
    {
        padding-top: 5vw;
        width: 50vw;
    }
    .img__enfermedades
    {
        padding-top: 8vw;
        padding-bottom: 0.5vw;
    }
    .n__enfermedad
    {
        font-family: 'Raleway Regular', sans-serif;
        font-size: 6.5vw;
        color: #144565;
        display: grid;
        
    }
    .btnpregunta
    {
        font-family: 'Raleway SemiBold', sans-serif;
        font-size: 3vw;
    }
}

@media screen and (min-width:321px) and (max-width: 767px)
{
    .titulo
    {
        text-align: center;
    }

    .descripcion
    {
        text-align: center;
        
    }
    .btn__demo
    {
        background-color: #75EAFF;
        border: none;
        border-radius: 60px;
        color: #4C0088;
        padding: 10px 60px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        margin-left: 19vw;
        font-family: 'Raleway SemiBold', sans-serif;
    }
    .eli
    {
        padding-top: 5vw;
        width: 50vw;
    }

    .img__enfermedades
    {
        padding-top: 8vw;
        padding-bottom: 0.5vw;
    }
    .n__enfermedad
    {
        font-family: 'Raleway Regular', sans-serif;
        font-size: 6.5vw;
        color: #144565;
        display: grid;
        
    }
    .btnpregunta
    {
        font-family: 'Raleway SemiBold', sans-serif;
        font-size: 3vw;
    }
} 