.ciclo_imagem {
    position: relative;
}

.ciclo_camada {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: repeating-linear-gradient(-40deg, #12171d, #12051D 1px, #12051D 1px, #12171d 4px);
    opacity: 0.5;
}

.ciclo {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 37%;
    text-align: center;
    z-index: 3;
}

.ciclo_titulo_linha {
    height: 3px;
    display: block;
    z-index: 3;
    background-color: white;
    width: 300px;
    margin: 12px auto 0;
}

.ciclo h1 {
    font-family: "Montserrat Bold";
    color: white;
    font-size: 60px;
    margin-bottom: 0;
    z-index: 3;
    white-space: nowrap;
}

.nalunos{
    margin-top: 10px;
    background: #0c6ffd;
    color: white;
    font-family: "Montserrat Bold", Serif;
    font-size: 30px;
    display: inline-block;
    padding: 10px 35px;
    text-transform: uppercase;
}

@media (max-width: 767px){
    .ciclo{
        width: 80%;
    }

    .ciclo h1 {
        font-size: 25px;
        padding-top: 0;
        padding-bottom: 0;
        white-space: normal;
        width: 100%;
    }

    .nalunos{
        margin-top: 10px;
        font-size: 18px;
        padding: 10px 20px;
    }
}

.ciclo_imagem_wrap {
    height: 500px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


.intro{
    margin-top: 50px;
    margin-bottom: 50px;
}

.intro p{
    text-align: center;
    font-size: 17px;
    font-family: Montserrat, Serif;
}

.listitem{
    display: flex;
    flex-direction: row;
    margin-bottom: 80px;
}

.listitem:last-of-type{
    margin-bottom: 0;
}

.listitem .circle{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius:50%;
    background-color: #0c6ffd;
    color: white;
    font-family: "Montserrat SemiBold", Serif;
}

.listitem .content{
    display: flex;
    flex: 1;
    margin: 8px auto auto 20px;
    flex-direction: column;
}

.listitem .pergunta{
    color: #0c6ffd;
    font-family: "Montserrat SemiBold", serif;
}


.listitem .resposta{
    font-family: "Montserrat", serif;
    font-size: 14px;
}

.listitem .resposta .site, .listitem .resposta .site:hover{
    font-family: "Montserrat SemiBold", serif;
    text-decoration: underline !important;
    color: black;
}

.listitem .question{
    font-family: "Montserrat Bold", Serif;
    font-size: 15px;
}

.listitem .btnwrapper{
    display: flex;
    margin-bottom: 10px;
    flex-direction: row;
}

.botao_style:first-of-type {
    margin-right: 30px;
}

.botao_style {
    background-color: #e68b2c;
    width: 180px;
    border-radius: 10px;
    display: inline-block;
    position: relative;
    font-size: 20px;
}

.botao_style:hover{
    background-color: #d06b08;
}

.botao_style i {
    color: white;
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
}

.botao_style p {
    font-family: "Montserrat";
    font-size: 16px;
    padding: 10px;
    text-align: center;
    margin-bottom: 0;
    color: white;
}

/*Responsive - ipad*/
@media (max-width: 1025px) {
    .botao_style p {
        font-size: 15px;
        padding: 9px;
    }
}

/*Responsive - iphone*/
@media (max-width: 767px) {

    .listitem .btnwrapper{
        flex-direction: column;
    }

    .botao_style {
        width: 80%;
        display: block;
        margin-bottom: 30px;
    }
}

.contacto {
    font-size: 17px;
    font-family: Montserrat, Serif;
    margin-bottom: 70px;
    margin-top: 70px;
    text-align: center;
}

.contacto a {
    color: #0c6ffd;
}

@media (max-width: 767px) {
    .contacto {
        font-size: 14px;
    }

    .ciclo_imagem_wrap {
        height: 240px;
        background-size: 1099px;
    }

    .ciclo {
        top: 25%;
    }

    .nalunos {
        font-size: 15px;
    }

    .ciclo_designacao h1 {
        line-height: 1.1;
        font-family: "Montserrat Semibold";
        padding-left: 10px;
        padding-right: 10px;
    }

    .intro {
        margin-top: 25px;
        margin-bottom: 10px;
    }

    .intro p {
        font-size: 15px;
    }

    .listitem .circle {
        position: absolute;
        left: 10px;
        margin-top: 5px;
    }

    .listitem .circle {
        width: 30px;
        height: 30px;
    }

    .listitem .pergunta {
        line-height: 1.3;
        font-size: 15px;
        padding-top: 3px;
    }

    .listitem .question {
        line-height: 1.3;
        font-size: 14px;
    }

    .botao_style {
        margin-bottom: 10px;
        width: 100%;
    }

    .listitem {
        margin-bottom: 20px;
    }

    .contacto {
        margin-top: 15px;
        margin-bottom: 25px;
    }



}