@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');

.link_card {
    font-size: x-large;
    font-family: 'Montserrat', sans-serif;
}

.div_representante {
    background-image: url(../principal/images/Seta_Representante.png);
    background-repeat: no-repeat;
    background-size: cover;
    max-width: max-content;
    max-height: 30rem;
}

.caixas {
    margin-bottom: 5rem;
    margin-top: 5rem;
}

.corpo {
    background-image: url(../images/FundoportalCCF.png);
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.logo {
    margin-top: 50px;
    margin-bottom: 50px;
}

a {
    text-decoration: none;
    color: #0c074b;

}

.margin-bt {
    margin-bottom: 4rem
}

.links {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.footer {
    left: 0;
    right: 0;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    color: #767676;
    text-align: center;
}

.alinhar {
    display: flex;
    justify-content: center;
    align-items: center;
}

.caixa {
    max-width: 50%;
    padding: 10% 3% 3% 4%;
    border: 1px solid #9d9d9d;
    border-top: none;
    border-radius: 30px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;

}

p {
    color: #0c074b;
}

.icon_ccf {
    background-color: #0c074b;
    font-size: xx-large;
    border-radius: 20px;
    color: #fff;
    padding: 5px;
    align-items: center;
    justify-content: center;

}

.titulo_nfe {
    padding-left: 7.5rem;
    font-size: xx-large;
    position: relative;
    top: -20px;
}

.titulo_transportadora{
    padding-left: 1rem;font-size: xx-large; position: relative; top: -20px;
}

.titulo_representante {
    padding-left: 3rem;
    font-size: xx-large;
    position: relative;
    top: -20px;
}

.titulo_clientes {
    padding-left: 5.7rem;
    font-size: xx-large;
    position: relative;
    top: -20px;
}

.titulo_sac {
    padding-left: 8.5rem;
    font-size: xx-large;
    position: relative;
    top: -20px;
}

.logo_principal {
    max-width: 65%;
}

@media screen and (max-width: 844px) {
    .cecafi_link {
        margin-left: 2rem;
        padding-left: 0px !important;
        padding-bottom: 5rem !important;
        max-width: 60%;
    }

    .links {
        margin-top: 20px;
        height: 86vh;
        display: flex;
        justify-content: space-between;
        padding-bottom: 15px;
    }

}


@media screen and (max-width: 8440px) {
    .cecafi_link {
        padding-left: 0px !important;
    }
}

@media screen and (max-width: 667px) {
    .cecafi_link {
        padding-left: 0px !important;
        margin-top: -45px;
        margin-left: 2rem;
        padding-left: 0px !important;
        padding-bottom: 5rem !important;
        max-width: 60%;
    }

    .cecafi_link_bottom {
        padding-left: 0px !important;
        margin-bottom: 30px;
    }

    .logo {
        margin-top: 10px !important;
        margin-bottom: 20px !important;
    }

    .links {
        vertical-align: middle !important;
        height: 86vh !important;
    }
}


@media screen and (max-width: 900px) {
    .cecafi_link {
        padding-left: 0px !important;
        margin-top: -45px;
        margin-left: 6rem;
        padding-left: 0px !important;
        padding-bottom: 5rem !important;
        max-width: 50%;
    }

    .cecafi_link_bottom {
        padding-left: 0px !important;
        margin-bottom: 30px;
    }

    .logo {
        margin-top: 10px !important;
        margin-bottom: 20px !important;
    }

    .links {
        vertical-align: middle !important;
        height: 86vh !important;
    }
}

@media screen and (max-width: 500px) {
    .cecafi_link {
        padding-left: 0px !important;
        margin-top: -45px;
        margin-left: 3rem;
        padding-left: 0px !important;
        padding-bottom: 5rem !important;
        max-width: 50%;
    }

    .cecafi_link_bottom {
        padding-left: 0px !important;
        margin-bottom: 30px;
    }

    .titulo_representante {
        padding-left: 1rem;
        font-size: xx-large;
        position: relative;
        top: -20px;
    }

    .logo {
        margin-top: 10px !important;
        margin-bottom: 20px !important;
    }

    .links {
        vertical-align: middle !important;
        height: 86vh !important;
    }
}


@media screen and (max-width: 667px) {
    .cecafi_link {
        padding-left: 0px !important;
        margin-top: -45px;
    }

    .cecafi_link_bottom {
        padding-left: 0px !important;
        margin-bottom: 30px;
    }

    .logo {
        margin-top: 10px !important;
        margin-bottom: 20px !important;
    }

    .titulo_transportadora {
        padding-left: 0rem !important;
        font-size: xx-large;
        position: relative;
        top: -20px;
    }

    .titulo_clientes {
        padding-left: 5.5rem;
        font-size: xx-large;
        position: relative;
        top: -20px;
    }

    .links {
        vertical-align: middle !important;
        height: 86vh !important;
    }

    .titulo_nfe {
        padding-left: 7rem;
        font-size: xx-large;
        position: relative;
        top: -20px;
    }

    .titulo_representante {
        padding-left: 2rem;
        font-size: xx-large;
        position: relative;
        top: -20px;
    }

    .titulo_sac {
        padding-left: 8rem;
        font-size: xx-large;
        position: relative;
        top: -20px;
    }

    .footer {
        margin-top: 5rem;
        height: 5vh !important;
        display: flex;
        justify-content: center;
        color: #767676;
        text-align: center;
    }
}