﻿* {
    font-family: 'Montserrat', sans-serif;
}

.acesso-rapido {
    min-height: 500px;
    background-color: #005A9C;
}

.title-acesso-rapido {
    font-size: 31px;
    font-weight: 700;
    color: #FFFFFF;
    margin-left: 2%;
    margin-bottom: 5%;
}

.cards ul {
	gap: 1%;
	width: 100%;
}

.card {
    width: 255px;
    height: 309px;
    border-radius: 20px;
    padding: 20px;
}

.title-card-acesso-rapido {
    font-size: 20px;
    font-weight: 700;
    color: #005A9C;
    margin: 0;
}

.text-acesso-rapido {
    font-size: 16px;
    font-weight: 500;
    color: #292929;
}

.btn-saiba-mais {
    width: 200px;
    height: 45px;
    border-radius: 84px;
    border: none;
    background: linear-gradient(72.75deg, #D95272 38.16%, #ED5F80 65.57%);
    align-self: center;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    color: #FFFFFF;
}

.btn-saiba-mais:visited {
    text-decoration: none;
    text-transform: none;
    color: #FFFFFF !important;
}

.btn-saiba-mais:link {
    text-decoration: none;
    text-transform: none;
    color: #FFFFFF;
}

.btn-saiba-mais:hover {
    color: #FFFFFF;
    background: linear-gradient(to bottom, #fc83a0, #f76587);
}

.btn-saiba-mais:active {
    text-decoration: none;
    text-transform: none;
    color: #FFFFFF;
}

/* TABLET */
@media only screen and (min-width: 768px) and (max-width:1400px) {
    .title-acesso-rapido{
        margin-top: 20px;
    }

    .card {
        margin-bottom: 20px;
    }

    .cards-mobile {
        display: none;
    }
}

/* PHONE */
@media only screen and (min-width: 320px) and (max-width: 767px) {

    /*.acesso-rapido {
        min-height: 441px;
    }
    .title-acesso-rapido{
        font-size: 20px;
        margin-left: 8%;
        margin-bottom: 10px !important;
    }

    .cards {
        margin-left: 13%;
    }

    .cards-desktop {
        display: none;
    }

    .card {
        max-height: 36px;
        background-color: transparent;
        border: none;
        margin-bottom: 10px;
        align-items: center;
    }

    .title-card-acesso-rapido {
        display: none;
    }

    .text-acesso-rapido {
        display: none;
    }
    .btn-saiba-mais {
        font-size: 14px;
        justify-content: center;
        width: 309px;
        height: 36px;
        align-self: center;
    }*/
}


/* DESKTOP */
@media only screen and (min-width: 1401px) {
    .cards-mobile {
        display: none;
    }
}
