*{
    margin: 0;
    padding: 0;

}


.menu{

    background-color: rgb(252, 252, 252);
    width: 200w;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    
}

.menu ul{
    list-style: none;   
    margin-top: 2%;
}

.menu ul li{
    background-color: #ffffff;
    color: rgb(2, 0, 0);
    width: 150px;
    border: 1px solid rgba(0, 0, 0, 0);
    height: 50px;
    line-height: 40px;
    text-align: center;
    float: left;
    font-size: 16px;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    
}
.menu ul li:hover{
    background: rgba(236, 234, 234, 0.534);
}
.menu ul ul{
    display: none;
    margin: 0px;
}
.menu ul li:hover>ul{
    display: block;
}
.menu ul ul{
    margin-left: 0px;
    top: 45px;
    position: absolute;
}
body
{
    background-image:url('produtos_perigosos.jpg');
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-position:center;
} 


    .body style h2{
        font-family: Verdana;
    }

    .carrossel{
        width: 700px;
        height: 350px;
        outline: 3px solid black;
        overflow: hidden;
        margin: 50px auto;
        box-shadow: 10px 10px 15px rgba(0, 0, 0, 0,7);
        
    }

    .carrossel ul{
        display: flex;
        list-style: none;
        width: 900px;
        height: 250px;
    }
    .carrossel li{
        position: relative;
        animation: slide 20s infinite ease-out;
    }

    @keyframes slide{
        0%{left: 0px;}
        
        30%{left: -400px;}
        
        60%{left: -800px;}
    
        100%{left: 30px;}
    }

    
    .orçamento{
        height: 30px;
        background-color: orange;
        text-align: center; font-family: Georgia; color: black; font-size: 16px; 
    }
  
    #coluna2{
        width: 300px;
        height: 150px;
        float: left;
        margin: 10px;
        padding: 5px;

        
    }
    
    #coluna2 {
        float: left;
        padding: 10px;
        margin: 15px;
    }

    #coluna2 h1{
        background: black;
        width: 315px;
        font-family: Georgia, 'Times New Roman', Times, serif; 
        color: white; font-size: 16px; font-weight: bold; position: relative; 
        text-align: center;

      
    }
    #coluna2 h3{
        background: orange;
        width: 315px;
        font-family: Georgia, 'Times New Roman', Times, serif; color: black;
        font-size: 14px;
        text-align: justify;
        
    }

    #coluna3 {
        position: absolute; left: 35%;
        float:left;
        padding: 10px;
        margin: 15px;
        
       

    }

    #coluna3 h1{
        background: black;
        width: 315px;
        font-family: Georgia, 'Times New Roman', Times, serif; 
        color: white; font-size: 16px; font-weight: bold; position: relative; 
        text-align: center;
    }
    
    #coluna3 h2{
        background: orange;
        width: 315px;
        font-family: Georgia, 'Times New Roman', Times, serif; color: black;
        font-size: 14px;
        text-align: justify;
    }
    

#coluna4{
    position: absolute; left: 70%;
    float:right;
    padding: 10px;
    margin: 15px;
} 

#coluna4 h1{
    background: black;
    width: 315px;
    font-family: Georgia, 'Times New Roman', Times, serif; color: rgb(255, 255, 255);
    font-size: 14px;
    text-align: justify;
}

#coluna4 h2{
    background: orange;
    width: 315px;
    font-family: Georgia, 'Times New Roman', Times, serif; color: black;
    font-size: 14px;
    text-align: justify;
}

.rodape {
    text-align: center; font-size: 20PX;
    background-color: #000000;
    color: #F2FFFC;
    padding: 1rem;
    position: fixed;
    bottom: 0;
    width: 100%;
    opacity: 0.80;
    box-sizing: border-box;
}

.menu li a{
text-decoration: white;
text color: black;
}

.sobre{
    position: relative; left: 17%;
    
    
   

}
.sobre h1{
    margin: 5px;
    width: 900px;
    background: orange;
    text-align: center; color: rgb(8, 8, 8);
    align-items: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 16px;
    
}
.sobre p{
    margin: 5px;
    background-color: rgba(247, 247, 244, 0.705);
    width: 900px;
    height: 90px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-align: center;
    font-variant: small-caps;
    color: rgb(10, 10, 10);
    
}

#contato {
    text-align: center; font-size: 20PX;
    background-color: #000000;
    color: #F2FFFC;
    padding: 0rem;
    position: fixed;
    bottom: 0;
    width: 100%;
    opacity: 0.80;
    box-sizing: border-box;
}

.serviços{
    position: relative; left: 17%;
}

.serviços h2{
    margin: 5px;
    width: 900px;
    background: orange;
    text-align: inherit;
    text-align: center; color: rgb(8, 8, 8);
    align-items: center
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 20px;
    
}
.serviços p{
    margin: 5px;
    background-color: rgba(247, 247, 244, 0.705);
    width: 900px;
    height: 90px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-align: center;
    font-variant: small-caps;
    color: rgb(10, 10, 10);
    
}

body {
    padding: 0;
    margin: 0;
}

form {
    font-family: Verdana,Tahoma,sans-serif;
    font-size: 15px;
    background-color: #CC3300;
    max-width: 500px;
}

h1 {
    margin-bottom: 20px;
    margin-left: 20px;
    color: #66FFFF;
    text-shadow: 5px 5px 5px black;
}

input, textarea {
    width: 200px;
    padding: 10px;
    color: black;
    margin-left: 20px;
    margin-top: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid;
}

input:hover, textarea:hover, input:focus, textarea:focus {
    border-color: #000066;
    box-shadow: 5px 0px 9px #FFFF00;
    background-color: #66FFFF;
    color: black;
    font-weight: bold;
}

.enviar {
    background-color: #66FFFF;
    height: 40px;
    width: 100px;
    font-weight: bold;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid;
    color: black;
}

textarea {
    width: 400px;
    height: 120px;
    line-height: 20px;
    max-width: 400px;
}

form label {
    margin-left: 20px;
    color: #FFFFFF;
    font-weight: bold;
}