@import url(https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/css/bootstrap.min.css);
@import url('https://fonts.googleapis.com/css2?family=Besley:ital,wght@0,400..900;1,400..900&display=swap');

body {
    background: #fafafa url(../images/background.svg) no-repeat;
    background-position: bottom center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
    margin: 0;
    font-family: "Besley", serif;
}


h3{
    font-size: 1.6rem;
    margin-bottom: 30px;
    line-height: 2.2rem;
    font-weight: 400;
    color: #787878;
}

p {
    font-size: 1.1em;
}

.social{
    color: #787878;
}

.social a{
    color: #787878;
    font-size: 1.5rem;
    margin-right: 10px;
}

.social a:hover{
    color: #000;
}

.header{
    position: fixed;
    top: 0px;
    width: 100%;
    height: 40px;
    left: 0;
}

.footerCS{
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 40px;
    left: 0;
    text-align: center;
    background: url(../images/ribete.png) repeat-x;
    background-size: contain;
    background-position: bottom;
}

.welcome{
    max-width: 350px;
}

.contentCenter{
    position: absolute;
    bottom: 150px;
    width: 100%;
}


@media (max-width: 900px) {
    
    body {
        background-size: contain;
    }

    .social{
        margin-top: 50px;
        text-align: center;
    }

    .logoDosCalles{
        max-width: 180px;
    }

    .container{
        max-width: 95%;
    }

    .logoConexion{
        max-width: 90px;
    }

    .contentCenter{
        position: relative;
        margin-top: 120px;
        bottom: auto;

    }
    
    /* .footerCS{
        position: relative;
        margin-top: 100px;
    }

    p{
        font-size: 1.2rem;
        line-height: 1.8rem;
    }

    h3{
        font-size: 1.6rem;
        line-height: 2rem;
    } */
}