/* Sub-Menu*/
.submenu {
    margin-top: 110px;
    background-color: #f7f7f7;
    height: 50px;
}

.submenus {
    padding-top: 10px;
}

.submenus a {
    color: #333333;
    font-size: 0.8em;
    text-decoration: none;
}

.submenus a:hover {
    color: #1b1b1b;
    font-size: 0.8em;
    text-decoration: none;
}

.submenus span {
    color: #a2a2a2;
    font-size: 0.8em;
    text-decoration: none;
}

.submenus .fa-angle-double-right {
    color: #929292;
    font-size: 0.7em;
    padding-top: 10px;
}

/* Serviços */
.servicos h3 {
    padding-top: 50px;
    color: #1386a9;
    font-weight: 700;
}

.border {
    width: 40px;
    height: 5px;
    background-image: linear-gradient(to right, #12a0ca, #ade2f1, #12a0ca);
}

.servicos p {
    color: #000000;
}

.servicos span a {
    color: #4a4a4a;
}

.servicos span strong {
    color: #000000;
    text-decoration: none;
}

.documentos {
    margin-top: 30px;
    background-color: #075d77;
    height: 150px;
    text-align: center;
    border-radius: 10px;
    border: 2px solid #c8f1ff;
}

.documentos img {
    margin-top: 30px;
    width: 40px;
}

.documentos p {
    margin-top: 20px;
    margin-bottom: 50px;
}

.documentos a {
    color: #fff;
    font-size: 1em;
    font-weight: 600;
}

.documentos a:hover {
    color: #fff;
    font-size: 1em;
    text-decoration: none;
}



.regulamento {
    margin-top: 30px;
    background-color: #1a282c;
    height: 150px;
    text-align: center;
    border-radius: 10px;
}

.regulamento img {
    margin-top: 30px;
    width: 40px;
}

.regulamento p {
    margin-top: 20px;
    margin-bottom: 50px;
}

.regulamento a {
    color: #fff;
    font-size: 1em;
    font-weight: 600;
}

.regulamento a:hover {
    color: #fff;
    font-size: 1em;
    text-decoration: none;
}

 /* Documentos*/
 .documentos_one {
    margin-top: 20px;
 }

 .documentos_one p {
    margin-left: 30px;
 }

 .documentos_one p a {
    font-size: 1.2em;
    color: #474747;
    font-weight: 600;
 }

/* Responsive Tela Smartphone */
@media screen and (max-width: 768px) {

    /* Sub-Menu*/
    .submenu {
        margin-top: 99px;
        background-color: #f7f7f7;
        height: 50px;
    }

    /* Serviços */
    .servicos h3 {
        padding-top: 50px;
        color: #1386a9;
    }

    .documentos {
        margin-top: 30px;
        background-color: #075d77;
        height: 150px;
        text-align: center;
        border-radius: 10px;
    }

    .documentos img {
        margin-top: 30px;
        width: 40px;
    }

    .documentos p {
        margin-top: 20px;
        margin-bottom: 50px;
    }

    .documentos a {
        color: #fff;
        font-size: 1em;
        font-weight: 600;
    }

    .documentos a:hover {
        color: #fff;
        font-size: 1em;
        text-decoration: none;
    }

    /* Modal - Registrar Dados */
    .modal-header {
        background-color: #3a8498;
    }

    .modal-header h5 {
        color: #fff;
    }

    .modal-header span {
        color: #fff;
        font-size: 1.3em;
    }

    .modal-body p {
        padding-left: 10px;
    }

    .modal-body a {
        font-size: 1.1em;
        color: #303030;
        font-weight: 600;
    }

    .modal-body a:hover {
        font-size: 1.1em;
        color: #303030;
        font-weight: 600;
    }

}