html, body {
    padding: 0;
    margin: 0;
}

#container{
    width: 100vw;  /* toda largura */
    height: 100vh; /* toda altura */
    opacity: .3;
    background: url("../../assets/img/imagem1.jpg");
    background-size: cover;
    position: fixed;
    z-index: -1;
    margin-top: -100px;
} 

.menu_inicio{
    margin: 0 auto;
    margin-top: 100px;
    max-width: 900px;
    padding: 5px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    border: solid 1px #ccc;
    border-radius: 5px;
    background:rgba(255, 255, 255, .3);
}


.texto_contrato:focus{
    background: #f3fcc7;
}


.box{
    width: 100px;
    height: 100px;
    margin: 5px 5px 5px 5px;
    box-shadow: 0 0 20px 2px rgba(0, 0, 0, .1);
    transition: .6s;
    cursor: pointer;
    border: solid 1px #ccc;
    border-radius: 4px;
}

.box img{
    display: block;
    width: 100%;
    border-radius: 5px;
    opacity: .7;
}

.box img:hover{
    opacity: .9;
}

.box:hover{
    transform: scale(1.2);
    z-index: 2;
    background: white;
    box-shadow: 0 0 20px 2px rgba(129, 214, 111, .8);
}

.titulo{  
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: white;
}

.titulo1{
    background: #51b859;
}

.titulo2{
    background: #6db172;
}

.titulo-pagina{
   
    background: #4e9154;
}


.dropdown-item:hover{
    background: #93e8f7; 
}

.dropdown-item:active{
    background: #05798d; 
}

.titulo-login{
    font-weight: bold;
    font-size: 20px; 
    color: #19691d; 
    text-shadow: 1px 1px 2px white; 
    border-bottom: solid 1px white; 
    padding-bottom: 10px;
    text-align: center;
}

#form-solicitacao{
    background: rgba(255, 255, 255, .7);
    border: solid 1px white;
    padding: 10px;
    margin: 0 auto;
   
    border-radius: 5px;
    width: 300px;
    box-shadow: 1px 1px 3px #73f073;
	position: fixed;
}

.form-usuario{
    margin: 0 auto;
    min-width: 270px;
	max-width: 380px;
    border: solid 1px #ccc;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 1px 1px 2px #999;
}

.form-filial{
    width: 700px;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 20px;
    border: solid 1px #ccc;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 1px 1px 2px #999;
}

.campo {
    margin-bottom: 5px;
    padding: 3px 5px 2px 5px;
    font-size: 16px;
    /* outline: 0; */
    border: solid 1px #5f89ad;
    border-radius: 4px;
    outline-color: rgba(42, 131, 248, .7);
    outline-width: thin;
}
.campo:focus{ 
    background: #d8f4fa; 
}

.campo-enviar{
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    border: solid 1px #5f89ad;
    border-radius: 3px;
    outline: 0;
}

.campo-enviar:focus{
    background: #d8f4fa;
} 

.label-enviar {
    color:#19691d; 
    font-weight: bold;
    text-shadow: 1px 1px 2px white;
    font-size: 18px;
}

.mensagem{
    margin: 0 auto; 
    text-align: center;
    padding-top: 3px;  
    padding-bottom: 2px;  
    font-size: 12px;
    font-weight: bold;    
}

.mensagem-enviar{
    margin: 0 auto; 
    text-align: center;
    padding-top: 3px;  
    padding-bottom: 2px;  
    font-size: 12px;
    font-weight: bold; 
    background: #ebeba9;   
}

.ocultar{
    display: none;
}

.div-login{
    width: 300px;
    margin: 0 auto;
    border: solid 1px #ccc;
    border-radius: 5px;
    padding: 10px;
    margin-top: 50px;
}

.resposta{
    margin: 0 auto; 
    margin-top: 10px;
    margin-bottom: 10px;
    width: 400px; 
    min-height: 30px;
    font-size: 12px;
    text-align: center;
    border-radius: 10px;
    padding-top: 5px;
}

.resposta-div{
    background: #fffd7d;
    display: flex;
    justify-content: center;
}

.formulario{
    margin: 0 auto;
    margin-bottom: 20px;
    max-width: 400px;
    border: solid 1px #ccc;
    padding: 10px;
    border-radius: 4px;;
}

.form-login{
    margin: 0 auto; 
    width: 300px;
    margin-top: 100px; 
    border: 1px solid #ccc; 
    padding: 5px;
}

.form-condominio{
    margin: 0 auto; 
    width: 400px;
    margin-top: 100px; 
    border: 1px solid #ccc; 
    padding: 5px;
}

.selecionar-imagem{
    border: 1px solid #ccc; 
    width: 200px;
   
    border-radius: 5px; 
    padding: 2px; 
    cursor: pointer; 
    
}

.selecionar-imagem:hover{
    background: #bcf7a3;
}

.btn-relatorio-clientes:hover{
    border: solid 1px rgba(42, 131, 248, .7);
}

.btn-relatorio-clientes:active{
    background-color: white;
}


.apresentacao{
    margin: 0 auto;
    margin-top: 30px;
    width: 900px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 40px;
    background: #a1b4f7;
    border-radius: 10px; 
}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
    .apresentacao{
        margin: 0 auto;
        margin-top: 30px;
        width: 800px;
        text-align: center;
        padding-top: 18px;
        padding-bottom: 18px;
        font-size: 40px;
        background: #a1b4f7;
        border-radius: 8px;
        transition: 1s;
    }
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .apresentacao{
        margin: 0 auto;
        margin-top: 30px;
        width: 680px;
        text-align: center;
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 30px;
        background: #a1b4f7;
        border-radius: 6px;
        transition: 1s;
    }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
    .apresentacao{
        margin: 0 auto;
        margin-top: 25px;
        width: 580px;
        text-align: center;
        padding-top: 12px;
        padding-bottom: 12px;
        font-size: 24px;
        background: #a1b4f7;
        border-radius: 6px;
        transition: 1s;
    }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .apresentacao{
        margin: 0 auto;
        margin-top: 20px;
        width: 420px;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 20px;
        background: #a1b4f7;
        border-radius: 4px;
        transition: 1s;
    }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
    .titulo{
        font-size: 26px;
    }
	.form-usuario{
	max-width: 270px;
	}
}
