/* PÁGINA HOME */

/* BANNER */

#home .banner1{
    background-color: #0d2642;
    background-image: url("../img/banner1.jpg");
    width: 100%;
    height: 664px;
}

#home .t-banner1{
    color: white;
    margin-left: 750px;
    margin-top: 300px;
}

#home .t-banner2{
    color: white;
    margin-left: 750px;
    margin-top: 20px;

}

/* QUEM SOMOS */

#home .square1{
    width: 200%;
    height:150px;
    background: #353cb0;
    margin-left: -25rem;
    
}

#home .square2{
    width: 190%;
    height:80px;
    background: #373a74;
    position: relative;
    bottom: 30px;
    margin-left: -25rem;
}

#home .q{
    font-size: 40px;
}

#home .t-quemsomos{
    margin-top: 30px;
    margin-left: 3rem;

}

#home .p-quemsomos{
    margin-top: 30px;
    margin-left: 5rem;
    text-transform: uppercase;
    word-wrap: break-word;
}

#home .btn-about{
    float: right;
    margin-bottom: 60px;

}

/* INSTITUCIONAL */

#home .institucional{
    background-image: url("../img/banner_tampas.png");
    width: 100%;
}

#home .t-institucional{
    color: white;
    margin-top: 100px;
}

#home .img-visao{
    margin-top: 70px;
    float: right;
}

#home .img-missao{
    margin-top: 60px;
    float: right;
}

#home .img-valores{
    margin-top: 60px;
    float: right;
}

#home .p-institucional{
    color: white;
    text-transform: uppercase;
    margin-top: 45px;
    text-align: justify;
}

#home .img3{
    margin-bottom: 100px;
}

/* PRODUTOS */

#home .t-produtos{
    margin-top: 60px;
    margin-bottom: 60px;
}

#home .alca-dois-dedos{
    float: right;
    width: 50%;
}

#home .t-alca-dois-dedos{
    margin-top: 65px;
}

#home .alca-simples{
    float: left;
    width: 50%;
}

#home .t-alca-simples{
    margin-top: 65px;
    float: right;
}

#home .alca-dupla{
    float: right;
    width: 50%;
}

#home .t-alca-dupla{
    margin-top: 65px;
}

#home .btn-vertodos{
    margin-top: 40px;
    margin-bottom: 60px;
}

/* FORMULARIO */

#home .formulario{
    padding-bottom: 30px;
    background-image: url("../img/img_forms.png");
    text-align: center;
}

#home .linha-txts{
    text-align:center;
    margin: 0 auto;
}

#home .col-form{
    text-align:center;
    margin: 0 auto;
}

#home .t-form{
    color:white;
    margin-top: 60px;
}

#home .t-form1{
    color:white;
    margin-bottom: 60px;
}

#home .btn-form{
    margin-top: 30px;
    margin-bottom: 60px;
}

/* RESPONSIVO */

@media (max-width: 768px) {
    #home .banner1{
        display: none;
    }

    /* QUEM SOMOS */

    #home .square1, #home .square2{
        display: none; 
    }

    #home .quemsomos{
        text-align: center;
    }

    #home .t-quemsomos{
        margin-top: 30px;
        margin-left: 0;
        
    }

    #home .p-quemsomos {
        margin-top: 30px;
        margin-left: 0;
        text-transform: uppercase;
        word-wrap: break-word;
    }
    #home .btn-about{
        float: none;
        margin-top: 30px;
    }

    /* INSTITUCIONAL */

    #home .img-missao{
        float: none;
        margin-left:40%;
    }

    #home .img-visao{
        float: none;
        margin-left:40%;
    }

    #home .img-valores{
        float: none;
        margin-left:40%;
        margin-bottom: 30px;
    }

    #home .t-missao,#home .t-visao,#home .t-valores{
        text-align: center;
    }

    #home .p-valores{
        margin-bottom: 100px;
    }

    /* PRODUTOS */

    #home .alca-dupla,#home .alca-simples, #home .alca-dois-dedos{
        float: right;
        width: 50%;
        min-width: 100%;
    }
}