@charset "UTF-8";
body {
    overflow: auto;
    font-family: sans-serif;
    text-align: center;
}
#cabecalho {
    box-shadow:  0px 5px 5px red;
    font-size: 20px;
    display: inline-block;
    width: 100%;
    list-style: none;
    margin: 15px 0px;
}

#cabecalho img {
position:relative;
top: 5px;
left: 350px;
    margin-bottom: 10px;
}

nav#menu {
    margin-top: -15px;
    position: absolute;
    left: 550px;
    top: 35spx;
    
}

nav#menu ul li { 
    display: inline; 
    margin: 15px; 
}

nav#menu a {
    color: gray;
    text-decoration: none;
}

nav#menu ul li a:hover{
    color: red;
    
}

nav#menu li a:active {
color: red;
}

header#cabecalho img {
    float: left;
    margin-top: -50px; 
    
}


.tela-inicial {
    color: white;
    background: url("../_imagens/sistema-de-seguranca.png") no-repeat;
    background-size: cover;
    padding: 250px 300px; 
    margin-top: -18px;
}

.tela-inicial h1 {
    font-size: 40pt;
}
.tela-inicial a {
    font-size: 13pt;
    font-weight: bold;
    padding: 10px;
    color: white;
    background-color: #d11f26;
    width: 150px;
    position: absolute;
    top: 600px;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.7s ease;
    text-decoration: none;
}
.tela-inicial a:hover {
    background-color: white;
    color: #d11f26;
}

.botao {
    color: white;
    font-size: 15pt;
    font-weight: bold;
    background-color: gray;
    text-decoration: none;
    padding: 15px; 
    margin: 25px;
    width: 300px;
    position:absolute;
    top:70%;
    left:50%;
    transform: translate(-50%, -50%);
    transition: 0.7s ease;
}

.botao:hover {
    background-color: white;
    color: #d11f26;
}

.servicos {
    margin 10px 0;
    padding: 10px;
}

.servicos h1 {
    font-size: 35pt;
    color: #d11f26;    
}

.servicos li {
    display: inline-block;
    vertical-align: top;
    width: 300px;
    margin: 40px;
    padding-bottom: 10px;
    box-shadow: 0 0 5px gray;
    transition: 0.7s ease;    
}
.servicos li:hover {
    box-shadow: 0 0 5px red;
    transform: scale(1.2);
}

.servicos li img {
    width: 200px;
    height: 200px;
}

.servicos a {
    font-size: 15pt;
    text-decoration: none;
    color: gray;  
}

.sobre {
    color: white;
    background-color: #d11f26;
    margin: 40px 0;
    padding: 30px 100px; 
    align-items: center;

}

.sobre-loca {
    display:flex;
}

.sobre h2 {
    text-align: left;
    font-size: 30pt;
    margin: 0;
}

.sobre-loca p {
    font-size: 15pt;
    width: 500px;
}

.sobre-loca img {
    width: 600px;
    float: right;
    border: 3px solid white;

}
div.contato{
    margin: 40px 0;
    padding: 30px 100px;
}

.contato h1{
    font-size: 35pt;
    color: #d11f26;     
}

.contato p {
    color: #d11f26;
}

.contato li{
    display: inline-block;
    margin:10px 0;
    padding:10px;
    width: 300px;
    font-size: 13pt;
}

.contato li b{.
    margin-top: 0px;
    font-size: 15pt;
}
.form {display: flex; flex-direction:column;width: auto;text-align: center;}
.field{padding:10px;margin-bottom:15px;border:1px solid white;border-radius:5px;background-color: lightgray;}
textarea{height: 150px;}
.bottom{
    font-size: 15pt;padding:10px;margin-bottom:15px;border:1px solid white;border-radius:5px;
    transition: 0.7s;
    font-weight: bold;
    color: white;
    background-color: gray;
}
.bottom:hover {
    color: white;
    background-color: #d11f26;
}

.orcamento {
    background: url("../_imagens/background.jpg");
        background-size: cover;
    margin-top: -40px;
    padding: 100px;
}
.orcamento h1 {
    font-size: 35pt;
    color: white;

}

.orcamento h2 {
    font-size: 16pt;
    color: white;
}
.orcamento a {
    color: white;
    font-size: 15pt;
    font-weight: bold;
    background-color: rgba(209, 31, 38, 0.7) ;
    text-decoration: none;
    padding: 15px; 
    margin: 60px;
    width: 400px;
    position:absolute;
    left: 47%;
    transform: translate(-50%, -50%);

}

.orcamento a:hover {
    background-color: white;
    color: #d11f26;
    transition: 0.7s ease;}

footer#rodape {
    background-color: #d11f26;
    color: white;
}

footer#rodape a {
    color: lightgray;
    font-weight: bold;
    text-decoration: none;
}
