@font-face {
    font-family: 'Russo One';
    src: url('fonts/RussoOne-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('fonts/BebasNeue-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Fira Sans';
    src: url('fonts/FiraSans-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Fira Sans Bold';
    src: url('fonts/FiraSans-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Fira Sans SemiBold';
    src: url('fonts/FiraSans-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Fira Sans Regular';
    src: url('fonts/FiraSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-SemiBold.ttf') format('truetype');
}

body {
    background-color: black;
}

.cabecalho {
    background-color: #FFFFFF;
}

.cabecalho h1 {
    color: #2D3192;
    font-family: "Russo One";
    font-weight: bold;
    font-size: 45px;
    margin: 5px;
    line-height: 120%;
}

.maganga-roxo {
    color: #90225F;
}

.a_button {
    line-height: 5.1rem;
    display: inline-block;
    height: 5.1rem;
    width: 15%;
    font-family: "Bebas Neue";
    color: white;
    font-size: 25px;
    border: none;
    border-radius: 10px;
    vertical-align: middle;
    text-align: center;
    margin: 0 5px 0 0;
    line-height: 120%;
    text-decoration: none;
}

.botao_menu {
    min-height: 5.1rem;
    height: 5.1rem;
    width: 15%;
    font-family: "Bebas Neue";
    color: white;
    font-size: 25px;
    border: none;
    border-radius: 10px;
    vertical-align: middle;
    margin: 0 5px 0 0;
    line-height: 120%;
}

.botao_icone {
    cursor: pointer;
}

.botao_icone_celular {
    height: 4rem;
    width: 4rem;
    margin: 5px;
}

.botao_menu_celular {
    height: 4rem;
    width: 6rem;
    font-family: "Bebas Neue";
    color: white;
    border: none;
    border-radius: 10px;
    vertical-align: middle;
    margin: 5px;
}

.botao_azul {
    background-color: #29AAE1;
}

.botao_azul:hover {
    background-color: #FFFFFF;
    border: 2px solid #29AAE1;
    text-decoration: none;
    color: #29AAE1;
}

.botao_verde {
    background-color: #29CEA4;
}

.botao_verde:hover {
    background-color: #FFFFFF;
    border: 2px solid #29CEA4;
    text-decoration: none;
    color: #29CEA4;
}

.botao_laranja {
    background-color: #FF6B51;
}

.botao_laranja:hover {
    background-color: #FFFFFF;
    border: 2px solid #FF6B51;
    text-decoration: none;
    color: #FF6B51;
}

.botao_amarelo {
    background-color: #FFC700;
}

.botao_amarelo:hover {
    background-color: #FFFFFF;
    border: 2px solid #FFC700;
    text-decoration: none;
    color: #FFC700;
}

.botao_rosa {
    background-color: #CF2669;
}

.botao_rosa:hover {
    background-color: #FFFFFF;
    border: 2px solid #CF2669;
    text-decoration: none;
    color: #CF2669;
}

.barras {
    width: 100%;
    height: 100%;
}

.texto_barra {
    font-family: "Russo One";
    color: #FFFFFF;
    text-align: right;
    z-index: 1;
    padding-right: 2rem;
}

.contato {
    background-color: #F1F1F1;
}

.formulario {
    margin: 0 5px 0 5px;
}

.form-label {
    font-family: "Fira Sans";
    margin-top: 1.5rem;
    margin-bottom: 0.05rem;
}

.form-control {
    background-color: #DDDDDD;
    border-style: solid;
    border-color: #CACAD2;
    padding: 0.75rem;
}

.textarea-wrapper {
    position: relative;
}

.textarea-container {
    position: relative;
}

.textarea-flex {
    display: flex;
    flex-direction: column;
    position: relative;
}

.textarea-flex textarea {
    margin-bottom: 5px;
    resize: none;
    box-sizing: border-box;
    flex: 1;
}

.btn-enviar {
    font-family: "Fira Sans Bold";
    border-style: none;
    background-color: #DDDDDD;
    align-self: flex-end;
    margin-top: -2.5rem;
    z-index: 1;
    color: #333333;
}

.maps {
    display: block;
}

iframe {
    margin: 0.75rem 0;
    display:block;
    border: 1px solid #CACAD2;
}

.main_content {
    border: 0 0 0 0;border-style: none;width: 100%;height:auto;min-height: 500px;margin-top: -10px;padding-top: 0;
}

.endereco-label {
    display: block;
    margin-bottom: 10px;
}

.endereco-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: -10px;
    padding-top: 0;
}


.endereco-content img,
.endereco-content p {
    margin-bottom: 5px;
}

.endereco p {
    font-family: 'Fira Sans Regular';
    color: #000000;
    font-size: 12px;
}

.legenda {
    margin: 0 0 0 3%;
}

.ic_redes_sociais {
    margin: 5px 5px 5px 5px;
}

.seta_cima {
    cursor: pointer;
    margin-bottom: 5px;
}

.rodape {
    background-color: #383838;
}

.rodape span {
    cursor: pointer;
}

.rodape span:hover {
    text-decoration: underline;
}

.rodape p {
    color: white;
}

.tags {
    font-size: 13px;
    font-family: Poppins;
    text-align: center;
    color: #28A9E0 !important;
    padding-top: 25px;
}

.texto_rodape {
    font-size: 14px;
    font-family: "Fira Sans";
}

.dados_rodape {
    color: #D2D2D2 !important;
}

.copyright {
    font-size: 14px;
    font-family: "Fira Sans Bold";
}

/*celular*/
@media (max-width: 600px) {
    .cabecalho h1 {
        font-size: 20px;
    }

    .texto_barra {
        margin-top: -1.5rem;
        font-size: 1rem;
    }

    iframe {
        width: 300px;
    }
}

/*computador*/
@media (min-width: 601px) {
    .logo {
        padding: 15px;
    }

    .maganga-roxo {
        font-size: 57px;
    }

    .texto_barra {
        margin-top: -3rem;
        font-size: 32px;
    }

    .info-rodape {
        margin-top: 2rem;
    }

    .texto_rodape {
        padding: 0 0 0 10rem;
        white-space: nowrap;
        text-align: center;
    }

    .copyright {
        margin-right: 10rem;
        white-space: nowrap;
        text-align: center;
    }
}


/*HOME*/
.card-img-top {
    width: 25%;
    height: 25%;
    margin-top: 16px;

}

.centralizar-cartoes {
    display: flex;
    justify-content: center;
}

.cards_home {
    background-color: #E6E9EE;
}

.numeral {
    font-family: 'Impact';
    font-size: 100px;
    color: #1F4667;
    text-align: center;
    line-height: 80%;
}

.subtexto-card {
    font-family: "Fira Sans";
    color: #1F4667;
    font-size: 29px;
    text-align: center;
    line-height: 120%;
    font-weight: bold;
    margin-bottom: 0.1rem;

}

.btn-primary {
    background-color: #8C0000;
    border-color: #8C0000;
    font-family: 'Fira Sans';
}

.card-preto {
    margin: 2rem;
}

.titulo-card-2 {
    font-family: "Fira Sans";
    font-size: 25px;
    color: #1F4668;
    margin: 1rem;
}

.texto-card-2 {
    font-family: "Fira Sans";
    font-size: 16px;
    color: #333333;
    margin: 1rem;
}

.link-card-2 {
    font-family: "Fira Sans";
    font-size: 16px;
    color: #8C0000;
    text-decoration: none;
    margin: 1rem;
}

.img-fluid {
    margin: 3rem 0 0 0;
}

/*computador*/
@media (min-width: 601px) {
    .carousel-indicators {
        bottom: 35px;
    }

    .img_carrossel {
        height: 500px;
    }

    .alinhamento-cards-carrossel {
        width: 60%;
        align-items: center;
        margin-left: 16rem;
    }

    .cartao-home-1 {
        align-items: center;
        border-style: none;
        border-radius: 10px;
        background-color: white;
        z-index: 1;
        margin: -3rem 1rem 0 1rem;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    .alinhamento-cards-2 {
        width: 80%;
        margin-left: 8.5rem;
        padding-bottom:30px;
    }

    .cartao-home-2 {
        border-style: none;
        background-color: white;
        margin: 0.5rem;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }
}

/*celular*/
@media (max-width: 600px) {
    .cartao-home-1 {
        margin: 1rem;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    .cartao-home-2 {
        margin: 1rem;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    .img-card-2 {
        float: right;
        margin: 1rem;
    }

    .img-card-carrossel {
       margin-left: 8rem;
    }
}


/*PAGINA INTERNA*/
.box_interno {
    height: 100%;
}

.modelo_interno {
    padding: 1rem;
}

.cards_interno {
    background-color: #E6E9EE;
}

.box_subtitulo {
    font-family: "Fira Sans";
    font-size: 25px;
    color: white;
    border-style: solid;
    border-color: #204669;
    background-color: #204669;
    width: 50%;
    padding-left: 5px;
    margin-left: 15px;
}

.card-preto {
    background-color: black;
    width: 95%;
    padding: 10px;
    margin: 0.8rem;
    display: flex;
    flex-direction: column;
}

.card-preto-body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.titulo-card-preto {
    font-family: "Fira Sans SemiBold";
    font-size: 18px;
    color: white;
    text-align: left;
}

.texto-card-preto {
    font-family: "Fira Sans";
    font-size: 14px;
    color: white;
    text-align: left;
}

.btn-secondary {
    background-color: #CF276A;
    border-style: solid;
    border-color: white;
    border-radius: 1rem;
    font-family: "Fira Sans Bold";
    color: white;
    margin-top: auto;
    align-self: flex-end;
    white-space: nowrap;
}

/*celular*/
@media (max-width: 600px) {
   .modelo_interno {
       height: 100%;
       width: 100%;
   }

    .card-preto {
        padding: 10px;
    }
}