*{
    font-family: 'Poppins';
    color: #fff;
}
body{
    background-color: #171b1e;
    font-size: .9rem;
    margin: 0;
}

.container {
    background-image: url('backv2.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.paralel {
    background-color: #171b1e;
}

.conteudo {
    background-color: #bce1f4;
    padding: 2rem 4rem;
}

.container-contato {
    display: flex;
    flex-direction: row;
    padding: 3rem 6rem;
    position: relative;
    justify-content: space-evenly;
}



.form-group {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

label.error {
    color: red;
    font-size: .8rem;
}

.form-control {
    padding: .5rem 1rem;
    border: 1px solid #ccc;
    background-color: #ffffff08;
    margin-bottom: 1rem;
    box-shadow: none;
}

.form-group .input-group {
    width: 48%;    
}


.box-btn{
    margin: 2rem 0px;
}
.btn-enviar {
    background: #bce1f4;
    border: unset;
    padding: .8rem 2rem;
    color: #171b1e;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
}

.conteudo h1,
.conteudo p{
    color: #171b1e !important;
}

h1{
    font-size: 1.8rem !important;
}

.paralel > img{
    height: 200px;
    mix-blend-mode: lighten;
}

.logo{
    text-align: center;
    margin: 0 auto;
    width: 1250px;
}

.desenvolvido{
    padding: 2rem 0px;
    text-align: center;
    font-size: .9rem;
    background-color: #0e1012;
}

.contato{
    margin-top: 2rem;
    font-size: .9rem;
}

.form h1,
.missao h1{
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

a{
    text-decoration: none;
    font-size: .9rem;
}

.sobre-nos h1 {
    font-size: 1.3rem !important;
    margin-bottom: 1rem;
}

.sobre-nos p {
    font-size: .9rem;
    margin-bottom: 1rem;
}

.missao-visao {
    display: flex;
    flex-direction: row;
    text-align: left;
    margin: 2rem 0px;
}

.input-group {
    display: flex;
    flex-direction: column;
    width: 100%;
}

form#form-enviar {
    display: flex;
    flex-direction: column;
}

.mobile{
    display: none;
}

/* Mobile */
@media (max-width: 991px) {
    .conteudo {
        padding: 3rem 2rem;
    }
    .container-contato {
        flex-direction: column;
        padding: 3rem 2rem;
    }
    .sobre-nos h1 {
        margin-top: 0;
    }
    .mobile{
        display: block;
        background-image: url('backv2.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 300px;
    }

    .paralel > img{
        height: 200px;
        mix-blend-mode: lighten;
    }

    .mobile > img{
        mix-blend-mode: lighten;
        height: 150px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
    }

    .paralel > img{
        display: none;
    }

    .form {
        margin-top: 2rem;
    }

    body,
    .sobre-nos p,
    .contato,
    .desenvolvido{
        font-size: .8rem;
    }
}

/* No Mobile */
@media (min-width: 992px) {
    .container {
        height: 950px;
        position: relative;
    }
    
    .paralel {
        width: 30%;
        height: 100%;
    }
    
    .conteudo {
        position: absolute;
        bottom: 6rem;
        width: 40%;
        left: 6rem;
    }
    img{
        height: 200px;
        position: absolute;
        left: 6rem;
        top: 2rem;
        mix-blend-mode: lighten;
    }
    .missao {
        margin-right: 2rem;
    }
    .form {
        margin-left: 2rem;
    }
    .form-group .input-group:first-child{
        margin-right: 1.5rem;
    }
}

/* .box-info {
    padding: 1rem;
    border: 2px solid #bbdaec;
    margin-right: 1rem;
    border-radius: .5rem;
    transition: .6s ease-in-out;
}

.box-info:hover {
    background-color:#bbdaec;
    box-shadow: 0px 0px 10px 0px #010101;
    transition: .6s ease-in-out;
}

.box-info:hover h3,
.box-info:hover p {
    color: #171b1e !important;
    transition: .6s ease-in-out;
} */
