* {
    box-sizing: border-box;
}

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

#main-content {
    margin-top: 30px;
    font-size: 0.8rem;

}

.row {
    margin: 0;
}


.title {
    margin-bottom: 15px;
    /*text-align: center;*/
    color:#064167;
}


footer .nav li a {
    color:#064167;
    font-size: 0.8rem;
}

.text-read {
    color: rgb(209, 10, 10);
    font-weight: bold;
}

.text-center {
    text-align: center;
}

.custom-navbar {
    background-color:white;
}

.custom-navbar a {
    color:a#064167;
}

.btn-primary {
    background-color:#064167 !important;
    border: 1px solid #707070;
}

.navbar-toggler-icon {
    background-image: url("../images/favicon.png");
}

.card-header, .card-footer {
    background-color: rgb(255, 255, 255);
}

.card-header, .card-footer, .card-body {
    text-align: center;
}

.card-header {
    font-weight: bold;
    font-size: 1.5rem;
}

.card-text {
    font-weight: bold;
    font-size: 1rem;
}

.card-text-details {
    font-style: italic;
}

.telinput .input-group-text {
    background-color: white !important;
}

/* ------------- #EBEFF3 */

.main-wrapper {
    height: 100vh;
    padding-top: 3rem;
    background: linear-gradient(to right,#cbd6e2,#dee6ee,#FFFFFF);
}

.home-text {
    color:a#064167;
    font-size: 1.2rem;
    margin-top: 0;
    text-align: center;
}

.logowide{
    margin-top: 1rem;
    margin-bottom: 6rem;
}

.whatsapp-link {
    border-radius: 19px;
    height: 38px;
}

@media only screen and (max-width: 750px) {
    footer {
      background-color: #064167;
    }

    footer .nav li a {
        color:#fbfcfd;
        font-size: 0.8rem;
    }

    .whatsapp-link {
        margin-bottom: 6rem;
    }

    .logowide{
        margin-bottom: 1rem;
    }
}


