﻿body {
    font-family: 'Montserrat', sans-serif;
}

#siteHeader > div {
    margin: 0 auto;
    max-width: 1270px;
    padding: 0 20px;
}

    #siteHeader > div #logo {
        margin: 0;
        padding: 10px 0 0;
    }

        #siteHeader > div #logo img {
            max-width: 130px;
            margin-bottom: 10px;
            width: initial;
            /*display: block;
            margin: 0 15px;
            max-width: 322px;
            width: 100%;*/
        }

    #siteHeader > div h2 {
        font-size: 20px;
        font-weight: 600;
    }




.tipo1 #formCtn, .tipo3 #formCtn {
    padding-top: 30px;
}

    .tipo1 #formCtn.col, .tipo3 #formCtn.col {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

.tipo1 #formRow, .tipo3 #formRow {
    text-align: left;
}

    .tipo1 #formRow h3, .tipo3 #formRow h3 {
        font-size: 28px;
        font-weight: 700;
    }

    .tipo1 #formRow p, .tipo3 #formRow p {
        font-size: 16px;
        margin-bottom: 0;
    }

.tipo2 #formRow {
    text-align: center;
}

#formRow {
    background: url(/img/bg-form.jpg) center center no-repeat;
    background-size: cover !important;
    padding: 30px 20px;
}

    #formRow h3 {
        font-size: 28px;
        font-weight: 600;
        margin-bottom: 20px;
    }

    #formRow p {
        font-size: 14px;
        margin: 0 auto;
        max-width: 1120px;
        margin-bottom: 30px;
/*        text-shadow: 0 0 5px #000;*/
    }

    #formRow #formCtn .btn {
        background-color: #f20d0f;
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 5px;
        padding: 0.9rem 1rem;
        text-transform: uppercase;
    }

    #formRow #formCtn small {
        color: #ccc;
    }

.form-group {
    margin-bottom: 20px;
}

.form-control {
    background: #fff;
    border: 1px solid #dddddd;
    border-radius: 0;
}

.btn {
    border-radius: 0;
}

.form-control-lg {
    height: calc(1.5em + 1rem + 10px);
    font-size: 1rem;
}

input[type=text]::placeholder {
    color: #999;
}


select.form-control,
select.form-control option {
    color: #495057;
}

    select.form-control:invalid,
    select.form-control option[value=""],
    select.form-control:disabled {
        color: #999;
    }

#infoRow {
    background: #eee;
    padding: 30px 20px;
}

    #infoRow .boxInfo {
        background-color: #fff;
        padding: 50px 30px;
    }

    #infoRow .boxFoto img {
        height: auto;
        max-width: 480px;
        width: 100%;
    }

#rodapeSite > div {
    margin: 0 auto;
    max-width: 1270px;
    padding: 30px 20px;
}

    #rodapeSite > div #info-geral a {
        color: #212529;
    }

    #rodapeSite > div h3 {
        font-size: 24px;
        font-weight: 600;
    }

    #rodapeSite > div .btn {
        border-radius: .3rem;
        font-size: 16px;
        background: #0068a3;
        border-color: #0068a3;
        padding: 0.9rem 1rem;
    }

    #rodapeSite > div #midiasSociais a {
        max-width: 40px;
    }

        #rodapeSite > div #midiasSociais a img {
            display: block;
            width: 100%;
        }

.iti {
    width: 100%;
}

#whatsCtn {
    color: #212529;
}

#whatsIconCtn {
    background: #fff;
    border: 1px solid #ccc;
    border-left: 0;
    color: #24d04b;
    font-size: 40px;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#instrutorRow, #tipo3Row {
    background: #eee;
    padding: 50px 20px;
    text-align: center;
}

    #instrutorRow img {
        max-width: 250px;
    }

    #instrutorRow .texto-desc p:last-child, #tipo3Row .texto-desc p:last-child {
        margin-bottom: 0;
    }

.tipo1 #infoRow, .tipo3 #infoRow {
    background: #333;
    color: #fff;
    padding: 50px 20px;
}

    .tipo1 #infoRow h2, .tipo3 #infoRow h2 {
        font-size: 1.5rem;
    }

    .tipo1 #infoRow p, .tipo3 #infoRow p {
        font-size: 0.8em;
    }

.tipo1 #formRow #successCtn h2, .tipo3 #formRow #successCtn h2 {
    margin-bottom: 1rem;
}

.tipo1 #formRow #successCtn p, .tipo3 #formRow #successCtn p {
    margin-bottom: 1rem;
}

@media (min-width: 1200px) {
    #successCtn.container {
        max-width: 1270px;
    }
}

@media (min-width: 576px) {

    #siteHeader > div {
        height: 180px;
    }

        #siteHeader > div h2 {
            font-size: 28px;
            font-weight: 700;
        }

        #siteHeader > div #logo img {
            margin: 0 15px 10px;
            max-width: 322px;
        }

    .tipo1 #formCtn, .tipo3 #formCtn {
        padding-top: 0;
    }

    .tipo1 #formRow #formCtn, .tipo3 #formRow #formCtn {
        min-width: 350px;
    }

    .tipo1 #formRow > div, .tipo3 #formRow > div {
        align-items: center;
        display: flex;
    }

    .encerrado.tipo1 #formRow > div, .encerrado.tipo3 #formRow > div {
        display: block;
    }

    .tipo1 #formRow > div > div, .tipo3 #formRow > div > div {
        padding: 0 15px;
    }

    .encerrado.tipo1 #formRow > div > div.alert, .encerrado.tipo3 #formRow > div > div.alert {
        padding: .75rem 1.25rem;
    }


    .tipo1 #formRow.col, .tipo3 #formRow.col {
        padding-right: 15px;
        padding-left: 15px;
    }

    #formRow {
        padding: 60px 20px;
    }

        #formRow h3 {
            font-size: 48px;
            font-weight: 700;
        }

        #formRow p {
            font-size: 24px;
            margin-bottom: 50px;
            text-shadow: none;
        }

        #formRow #formCtn {
            margin: 0 auto;
            max-width: 600px;
        }

    #infoRow {
        padding: 60px 20px;
    }

        #infoRow > div {
            margin: 0 auto;
            max-width: 1060px;
        }

        #infoRow .boxInfo {
            padding: 50px 100px 50px 30px;
        }

        #infoRow .boxFoto img {
            height: auto;
            max-width: 480px;
            width: auto;
        }

        #infoRow .boxFoto {
            margin-left: -70px;
            z-index: 7;
        }

    #rodapeSite > div {
        padding: 60px 20px;
    }

    #rodapeSite #info-geral {
        font-size: 18px;
        padding-left: 30px;
    }

        #rodapeSite #info-geral #endereco {
            max-width: 550px
        }

        #rodapeSite #info-geral i {
            margin-left: -30px;
            width: 30px;
        }

    #rodapeSite > div .btn {
        width: 245px;
    }

    #rodapeSite > div #midiasSociais a {
        max-width: 55px;
    }

        #rodapeSite > div #midiasSociais a img {
            display: block;
            width: 100%;
        }
}
