body {
    padding-top: 12vh;
}

section,
footer {
    padding-left: 10vw;
    padding-right: 10vw;
}

li {
    list-style: none;

}

span {
    font-weight: bold;
}

p {
    margin-left: 2rem;
}

p.offList {
    margin-left: 0rem;
}

.navbar {
    background-color: #4d45d6;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}

.navText {
    color: #fff !important;
    font-weight: bold;
}

h1,
h2,
h3 {
    color: #4d45d6;
    margin: 2rem;
}

.footer {
    margin: 1px;
    display: flex;
    flex-direction: column;
    align-items: end;
    align-content: end;
    margin-bottom: 1rem;
}

.navLogo {
    width: 7.2vw;
}

strong {
    font-size: large;
}

body {
    display: flex;
    flex-direction: column;
}

.faq-container {
    display: flex;
    flex-direction: column;
    align-items: start;
    align-content: start;
    margin-right: 20rem;
    margin-left: 20rem;
}

a{
border: 10px #8c87df;
}

.card-title {  
    font-size: 1.4em;
    color: white;
    background-color: #4D45D6;
}

.card-content {
    width: 100%;
    font-size: 1.2em;
    font-weight: 500;
    color: black;
    background-color: #F5F5F5;
    margin-bottom: 1rem;
}

.navbar-toggler {
    background-color: white;
}

/* Responsive tablets */
@media only screen and (max-width: 960px) {
    /* Estilos para tablets y pantallas medianas */
}

/* Responsive mobile phone */
@media only screen and (max-width: 480px) {

    body {
        padding-top: 7rem;
    }

    p {
        margin-left: 0rem;
    }

    .navbar {
        background-color: #4d45d6;
        position: fixed;
        top: 0;
        width: 100%;
    }

    .navText {
        color: #fff !important;
        font-weight: bold;
    }

    .footer {
        margin: 1px;
        display: flex;
        flex-direction: column;
        align-items: end;
        align-content: end;
        margin-bottom: 1rem;
    }

    .navLogo {
        width: 8rem;
    }

    strong {
        font-size: large;
    }

    body {
        display: flex;
        flex-direction: column;
    }

    .faq-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        align-content: center;
        margin-right: 5rem;
        margin-left: 5rem;
    }

    .card-title {
        font-size: 1.1em;
        color: white;
        background-color: #4D45D6;
    }

    .card-content {
        width: 100%;
        font-size: 1.05em;
        font-weight: 400;
        color: black;
        background-color: #F5F5F5;
        margin: 0rem 1rem 1rem 1rem;
    }

    h1 {
        color: #4d45d6;
        margin: 1em;
    }

}