/* 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;
}

/* Ensino Secundário */
.textos {
    margin-top: 50px;
}

.textos h3 {
    color: #12a0ca;
    font-weight: 700;
    padding-bottom: 20px;
}

.textos p {
    font-size: 1.1em;
}

.photo {
    margin-top: 30px;
}

.curriculo {
    background-color: #f1f1f1;
}

.curriculo h2 {
    margin-top: 40px;
    margin-bottom: 20px;
    color: #12a0ca;
    font-weight: bold;
}

.itens {
    margin-bottom: 80px;
}

.itens p {
    padding-left: 30px;
    padding-bottom: 10px;
}

.itens .fas {
    color: #12a0ca;
}

.classes {
    margin-top: 150px;
    margin-left: 100px;
}

.classes span {
    color: #ffffff;
    font-weight: 600;
    font-size: 1.1em;
    background-color: #12a0ca;
    padding: 10px;
    margin-bottom: 20px;
}

.col-3 {
    background-image: linear-gradient(to bottom right, #fff, #fff, #fff, #fff, #fff, #12a0ca);
    border: 2px solid #12a0ca;
    border-radius: 20px;
    margin-left: 20px;
    text-align: center;
    height: 100px;
}

.col-3 p {
    padding-top: 35px;
}

.col-3 a {
    text-decoration: none;
    color: #12a0ca;
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 40px;
}

.col-3 a:hover {
    text-decoration: none;
    color: #333333;
}


.classes .fas {
    color: #60afca;
}


/* Responsive Tela Smartphone */
@media screen and (max-width: 768px) {

    /* Sub-Menu*/
    .submenu {
        margin-top: 99px;
        background-color: #f7f7f7;
        height: 50px;
    }

    /* Ensino Secundário */
    .textos {
        margin-top: 40px;
    }

    .textos h4 {
        color: #12a0ca;

        margin-bottom: 20px;
    }

    .textos p {
        font-size: 1em;
    }

    .photo {
        margin-top: 30px;
    }

    .photo img {
        width: 100%;
    }

    .curriculo {
        background-color: #f1f1f1;
    }

    .curriculo h2 {
        margin-top: 50px;
        margin-bottom: 20px;
        color: #12a0ca;
        font-weight: bold;
        font-size: 2em;
    }

    .itens {
        margin-bottom: 60px;
    }

    .itens p {
        padding-left: 20px;
        padding-bottom: 10px;
    }

    .itens .fas {
        color: #12a0ca;
    }

    .classes {
        margin-top: 10px;
        margin-left: 0px;
        margin-bottom: 50px;
    }

    .col-3 {
        background-image: linear-gradient(to bottom right, #fff, #fff, #fff, #fff, #fff, #12a0ca);
        border: 2px solid #12a0ca;
        border-radius: 20px;
        margin-left: 20px;
        text-align: center;
        height: 80px;
    }

    .col-3 p {
        padding-top: 25px;
    }

    .col-3 a {
        text-decoration: none;
        color: #12a0ca;
        font-size: .9em;
        font-weight: bold;
        margin-top: 40px;
    }

    .col-3 a:hover {
        text-decoration: none;
        color: #333333;
    }


    .classes {
        margin-top: 0px;
        margin-left: 0px;
    }

    .classes span {
        color: #ffffff;
        font-weight: 600;
        font-size: 1.1em;
        background-color: #12a0ca;
        padding: 10px;
        margin-bottom: 20px;
    }

    .col-3 {
        background-image: linear-gradient(to bottom right, #fff, #fff, #fff, #fff, #fff, #12a0ca);
        border: 2px solid #12a0ca;
        border-radius: 20px;
        margin-left: 20px;
        text-align: center;
        height: 100px;
    }

    .col-3 p {
        padding-top: 35px;
    }

    .col-3 a {
        text-decoration: none;
        color: #12a0ca;
        font-size: 1.2em;
        font-weight: bold;
        margin-top: 40px;
    }

    .col-3 a:hover {
        text-decoration: none;
        color: #333333;
    }


    .classes .fas {
        color: #83d8f4;
    }
}