/* Geral */

* {
    outline: none;
}

figure, img {
    margin: 0;
}

img {
    max-width: 100%;
}

.col-sm-2,
.col-sm-4,
.col-sm-6,
.col-sm-8,
.col-sm-10,
.col-sm-12 {
    float: left;
}

a {
    text-decoration: none!important;
}

/* Header */

#headerHome {
    float: left;
    width: 100%;
    padding: 25px 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}

#headerHome.scroll {
    background: #2A282B;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.54);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.54);
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.54);
    padding: 15px;
    transition: all 0.2s linear;
}

#headerHome .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#headerHome figure {
    margin: 0!important;
}

#headerHome figure img {
    max-width: 180px;
    transition: all 0.2s linear;
    cursor: pointer;
}

#headerHome.scroll figure img {
    max-width: 100px;
}

#headerHome .menuPrincipal {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#headerHome .menuPrincipal .fechaMenuMobile {
    display: none;
}

#headerHome .menuPrincipal ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

#headerHome .menuPrincipal ul li {
    list-style: none;
}

#headerHome .menuPrincipal ul li + li {
    margin-left: 30px;
}

#headerHome .menuPrincipal ul li a {
    color: #fff;
    text-decoration: none;
    transition: all 0.2s linear;
    cursor: pointer;
}

#headerHome.scroll .menuPrincipal ul li a {
    font-size: 14px;
}

#headerHome .linkLogin a {
    color: #676874;
    background: #F4F4F4;
    padding: 10px 30px;
    border-radius: 100px;
    font-weight: bold;
    transition: all 0.2s linear;
    margin-left: 40px;
}

#headerHome.scroll .linkLogin a {
    padding: 5px 20px;
}

#headerHome .menuMobile {
    display: none;
}

/* Bloco Fomrulário */

.blocoFormulario {
    float: left;
    width: 100%;
    padding: 175px 0 70px 0;
    background: url('../img/welcome/bg-formulario.jpg') top center no-repeat;
    background-size: cover;
}

.blocoFormulario .container {
    display: flex;
    align-items: center;
}

.blocoFormulario .col-sm-6 {
    float: left;
}

.blocoFormulario .conteudo h1 {
    float: left;
    width: 100%;
    color: #fff;
    margin: 0;
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
}

.blocoFormulario .conteudo h2 {
    float: left;
    width: 100%;
    color: #fff;
    margin: 20px 0 30px 0;
    font-size: 24px;
    line-height: 34px;
    font-weight: 200;
}

.blocoFormulario .conteudo h2 strong {
    color: #1A98FC;
    font-weight: bold;
}

.blocoFormulario .conteudo ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

.blocoFormulario .conteudo ul li {
    list-style: none;
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
}

.blocoFormulario .conteudo ul li + li {
    margin-top: 15px;
}

.blocoFormulario .conteudo ul li span {
    color: #fff;
    margin-left: 20px;
}

.blocoFormulario .formularioBox .boxBg {
    float: left;
    background-color: #1A98FC;
    width: 100%;
    border: solid 1px #66ECFC;
    border-radius: 24px;
    padding: 30px;
}

.blocoFormulario .formularioBox .boxBg h2 {
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    margin: 0;
    font-size: 24px;
    line-height: 34px;
}

.blocoFormulario .formularioBox .boxBg p {
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    margin: 5px 0 20px 0;
    font-size: 20px;
    line-height: 30px;
}

.blocoFormulario .formularioBox .boxBg form {
    float: left;
    width: 100%;
}

.blocoFormulario .formularioBox .boxBg form input[type=text] {
    float: left;
    background: #8CCCFE;
    padding: 0 15px;
    height: 50px;
    border-radius: 24px;
    border: 0;
    width: 100%;
    color: #1A98FC;
    margin-bottom: 15px;
    font-weight: bold;
}

.blocoFormulario .formularioBox .boxBg form input[type=text]::placeholder {
    color: #1A98FC;
}

.blocoFormulario .formularioBox .boxBg form button {
    float: left;
    background: #3B393C;
    padding: 0 15px;
    height: 50px;
    text-align: center;
    border-radius: 24px;
    border: solid 1px #66ECFC;
    width: 100%;
    color: #fff;
    transition: all 0.1s linear;
    font-weight: bold;
}

.blocoFormulario .formularioBox .boxBg form button:hover {
    transform: scale(1.03);
}

/* Proteja sua Empresa */

.protejaSuaEmpresa {
    float: left;
    padding: 80px 0;
    text-align: center;
    background: url('../img/welcome/bg-proteja-sua-empresa.jpg') center center no-repeat;
    background-size: cover;
    width: 100%;
}

.protejaSuaEmpresa h2 {
    float: left;
    width: 100%;
    text-align: center;
    color: #1A98FC;
    font-weight: bold;
    margin: 0 0 30px 0;
    font-size: 28px;
    line-height: 38px;
}

.protejaSuaEmpresa .boxTexto {
    float: left;
    width: 100%;
}

.protejaSuaEmpresa .boxTexto p {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    margin: 0;
}

/* Seu SIMP */

.seuSimp {
    float: left;
    width: 100%;
    background: url('../img/welcome/bg-formulario.jpg') top center no-repeat;
    background-size: cover;
    padding: 70px 0;
}

.seuSimp .container {
    display: flex;
    align-items: center;
}

.seuSimp .conteudo h2 {
    float: left;
    width: 100%;
    color: #fff;
    margin: 0;
    font-weight: bold;
    font-size: 28px;
    line-height: 38px;
}

.seuSimp .conteudo h2 strong {
    color: #1A98FC;
}

.seuSimp .conteudo ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 30px 0;
}

.seuSimp .conteudo ul li {
    list-style: none;
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
}

.seuSimp .conteudo ul li + li {
    margin-top: 15px;
}

.seuSimp .conteudo ul li span {
    color: #fff;
    margin-left: 20px;
}

.seuSimp .conteudo p {
    float: left;
    width: 100%;
    color: #fff;
    margin: 0;
    font-size: 16px;
    line-height: 26px;
}

.seuSimp .conteudo a {
    border: solid 1px #66ECFC;
    background: #1A98FC;
    border-radius: 24px;
    float: left;
    margin-top: 30px;
    color: #fff;
    padding: 10px 30px;
    font-weight: bold;
    transition: all 0.2s linear;
}

.seuSimp .conteudo a:hover {
    transform: scale(1.03);
}

/* Footer */

#footerHome {
    float: left;
    width: 100%;
    padding: 70px 0;
    background: #1A98FC;
    text-align: center;
}

#footerHome h2 {
    float: left;
    width: 100%;
    color: #fff;
    margin: 0 0 10px 0;
    font-weight: bold;
    font-size: 28px;
    line-height: 38px;
}

#footerHome p {
    float: left;
    width: 100%;
    color: #fff;
    margin: 0;
    font-size: 16px;
    line-height: 26px;
}

#footerHome .boxRedes {
    float: left;
    width: 100%;
    text-align: center;
}

#footerHome .boxRedes a {
    display: inline-block;
    margin: 30px 0;
}

#footerHome .boxRedes a + a {
    margin-left: 10px;
}

#footerHome .boxRedes a img {
    transition: all 0.2s linear;
    width: 50px;
}

#footerHome .boxRedes a img:hover {
    transform: scale(1.1);
}

#footerHome small {
    float: left;
    width: 100%;
    color: #fff;
    margin: 0;
    font-size: 13px;
    line-height: 23px;
}

/* Whatsapp Flutuante */

#whatsappFlutuante {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 99;
}

#whatsappFlutuante img {
    width: 50px;
}

@media only screen and (max-width: 1000px) {

    .container {
        width: 100%!important;
        max-width: 100%!important;
    }

}

@media only screen and (max-width: 900px) {

    /* Menu Principal */

    #headerHome .menuPrincipal {
        display: block;
        position: fixed;
        top: 0;
        right: -100%;
        bottom: 0;
        width: 90%;
        background: rgba(0, 0, 0, 0.95);
        padding: 20px;
        transition: all 0.2s linear;
    }

    #headerHome .menuPrincipal.active {
        right: 0;
    }

    #headerHome .menuPrincipal .fechaMenuMobile {
        width: 30px;
        float: right;
        display: block;
    }

    #headerHome .menuPrincipal ul {
        flex-direction: column;
        float: left;
        width: 100%;
        margin-top: 30px;
    }

    #headerHome .menuPrincipal ul li {
        width: 100%;
        text-align: left;
        margin: 0!important;
        padding: 7px 0;
    }

    #headerHome .menuPrincipal ul li a {
        font-size: 16px!important;
    }

    #headerHome .menuPrincipal ul li a::before {
        content: "- ";
        margin-right: 5px;
    }

    /* Logo */

    #headerHome figure {
        flex: 1;
    }

    #headerHome figure img {
        max-width: 150px;
    }

    /* Link Login */

    #headerHome .linkLogin {
        margin-left: 20px;
    }

    #headerHome .linkLogin a {
        margin-left: 0;
        padding: 10px 20px;
    }

    /* Menu Mobile */

    #headerHome .menuMobile {
        display: block;
        margin-left: 10px;
    }

    #headerHome .menuMobile img {
        min-width: 40px;
    }

}

@media only screen and (max-width: 768px) {
    
    /* Geral */

    .col-sm-2,
    .col-sm-4,
    .col-sm-6,
    .col-sm-8,
    .col-sm-10,
    .col-sm-12 {
        float: left;
        width: 100%;
        max-width: 100%!important;
    }

    .container {
        padding: 0 15px!important;
        margin: 0!important;
    }

    /* Box Formulário */

    .blocoFormulario {
        padding: 150px 0 40px 0;
    }

    .blocoFormulario .container {
        flex-direction: column;
    }

    .blocoFormulario .conteudo h1 {
        font-size: 28px;
        line-height: 38px;
    }

    .blocoFormulario .conteudo h1 br,
    .blocoFormulario .conteudo h2 br {
        display: none;
    }

    .blocoFormulario .formularioBox {
        margin-top: 40px;
    }

    .blocoFormulario .formularioBox .boxBg {
        padding: 15px;
    }

    .blocoFormulario .formularioBox .boxBg h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .blocoFormulario .formularioBox .boxBg p {
        margin: 0 0 15px 0;
        font-size: 18px;
        line-height: 28px;        
    }

    /* Proteja sua empresa */

    .protejaSuaEmpresa {
        padding: 30px 0;
    }

    .protejaSuaEmpresa h2 {
        margin: 0 0 20px 0;
        font-size: 26px;
        line-height: 36px;
    }

    /* Seu SIMP */

    .seuSimp {
        padding: 40px 0;
    }

    .seuSimp .container {
        flex-direction: column;
    }

    .seuSimp figure {
        margin-bottom: 40px;
    }

    .seuSimp .conteudo h2 {
        font-size: 26px;
        line-height: 36px;
    }

    .seuSimp .conteudo h2 br {
        display: none;
    }

}

@media only screen and (max-width: 400px) {

    /* Box Formulário */

    .blocoFormulario {
        padding: 120px 0 40px 0;
    }

}