* {
    padding: 0;
    margin: 0;
}
body {
    background-color: #E7E8EB;
}
/*--------------------------MENU------------------------*/

a {
    color: white;
    text-decoration: none;
    font-family: sans-serif;
}
#logo {
    border-radius: 10px;
    background-color: rgba(168, 168, 168, 0.582);
    margin-right: 1%;
    padding-left: 10px;
    box-shadow: 10px 5px 5px rgba(0, 0, 0, 0.459);  
}
#header {
    box-sizing: border-box;
    height: 70px;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
#menu {
    display: flex;
    list-style: none;
    gap:.8rem;
    font-weight: 600;
}
#menu a {
    display: block;
    padding: .5rem;
    text-align: center;
    box-shadow: 10px 5px 5px rgba(0, 0, 0, 0.459);
   
}
.hidden {
    visibility: hidden;
}
#menu a:hover {
    display: block;
    color: #205575;
}
#menuborda>a {
    background-color: #206E9F;
    border-radius: 5px;
    border: 2px solid #206e9f;
}
#menuborda>a:hover {
    background-color: #ffffff;
    border-radius: 5px;
    color: #206E9F;
    border: 2px solid #206e9f;
    
    
}
#whats>a {
    background-color: #359f20;
    border-radius: 5px;
    border: 2px solid #1f5c13;
    display: none;
}
#whats>a:hover {
    background-color: #ffffff;
    border-radius: 5px;
    color: #1f5c13;
    border: 2px solid #359f20; 
}
#btn-mobile {
    display: none;
}
#quem, #soft {
  border-radius: 5px;
  background-color:#206e9f65;
  color: #ffffff;
  border: 2px solid #206e9f;
  box-shadow: 1px 5px 5px rgba(0, 0, 0, 0.350);
}
#quem:hover, #soft:hover {
  border-radius: 5px;
  background-color:white;
  color: #ffffff;
  border: 2px solid #206e9f;
  box-shadow: 1px 5px 5px rgba(0, 0, 0, 0.350);
}


#whatsapp {
    margin-left: 20px;
    list-style: none;  
}
#whatsapp:hover {
    margin-left: 20px;
    list-style: none;
    padding-top: 1px;
  
    
}
@media (max-width:1019px) {
    #whatsapp {
        list-style: none;
        display: none;  
    }

    #whats>a {
        background-color: #359f20;
        border-radius: 5px;
        border: 2px solid #1f5c13;
        display: block;
    }

   #quem,#soft{
    background-color: rgb(138, 161, 211);
    color: black;
    
   }
    #menu {
        display: block;
        position: absolute;
        width: 100%;
        top: 70px;
        right: 0px;
        background-color: #ffffff00;
        z-index: 1000;
        transition: 0.6s;
        height: 0;
        visibility: hidden;
        overflow-y: auto;

    }
    #nav.active #menu {
        height: calc(100vh - 70px);
        visibility: visible;
    }
    #menu a {
        padding: 1rem 0;
        margin: 0 1rem;
        border-bottom: 2px solid rgba(rgba(0, 0, 0, .05));
    }
    #btn-mobile {
        display: flex;
        padding: .5rem 1rem;
        font-size: 1rem;
        border: none;
        background: none;
        cursor: pointer;
        gap: .5rem;
        color: rgb(0, 0, 0);
    }
    #hamburger {
        border-top: 2px solid;
        width: 20px;
        display: block;
    }
    #hamburger::after,
    #hamburger::before {
        content: '';
        display: block;
        width: 20px;
        height: 2px;
        background-color: currentColor;
        margin-top: 5px;
        transition: .3s;
        position: relative;
    }
    #nav.active #hamburger {
        border-top-color: transparent;
    }
    #nav.active #hamburger::before {
        transform: rotate(135deg);
    }

    #nav.active #hamburger::after {
        transform: rotate(-135deg);
        top: -7px;
    }
}
/*---------------------PARALAX--------------------------------------------*/
#img01 {
    background-image: url(../img/fundo2.png);
    background-position: center;
    box-shadow: inset 6px 6px 10px 0px rgba(0, 0, 0, 0.678);
    background-size: cover;
    background-attachment: fixed;
    height: 850px;
    margin-bottom: 150px;
    box-shadow: 1px 5px 5px rgba(0, 0, 0, 0.350);
    border-bottom: 3px solid rgb(1, 141, 255);
}
/*----------------- TEXTO DO PARALAX -------------*/
section>h1>p {  
    font-weight: 80;
    text-align: center;
    font-size: 3rem;
    line-height: 88px;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    margin-top: 280px; 
    flex-direction: column-reverse;  
}
/*-------------------------MAIN---------------------------*/
main {
    display: flex;
    margin: 30px;
}
main>h1>div {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 600;
}
main>h1>p {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 400;
    text-indent: 20px;
    color: black;
    margin: 30px;
    font-size: 1.6rem;
    margin-top: 8vh;
}
#pdop {
    color: white;
    font-size: 0.5em; 
    border-radius: 5px;
}
/* ----------ARTICLE---------------- */
article {
    background-color: #206E9F;
    margin-top: 200px;
    font-family: sans-serif;
    padding: 40px;
    margin-bottom: 100px;
    box-shadow: 10px 5px 5px rgba(0, 0, 0, 0.222);
}

article>h1 {
   display: flex;
   text-align: center;
   
}
article>h1>img {
    width: 80vw;
    height: 80vh;
    border-radius: 10px;
    display: block;
    position: relative;
    justify-content: center;
    margin: auto;
}
article>h1>p {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 400;
    text-indent: 20px;
    color: rgb(255, 255, 255);
    margin: 30px;
    font-size: 1.6rem;
}
/* ----------PICTURE------------------ */
picture{
    display: block;
    text-align: center;
    margin-bottom: 100px;
    background: linear-gradient(90deg,#0a6787 0%, rgba(4,78,107,1) 60%, rgba(10,103,135,1) 71%, rgba(7,131,159,1) 100%);
    padding: 100px;
    box-shadow: 1px 5px 5px rgba(0, 0, 0, 0.350);
}
picture>img{
   display: block;
    border-radius: 20px;
    margin: auto;
    box-shadow: 10px 5px 5px rgba(0, 0, 0, 0.200);
    
}
h2 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 400;
    text-indent: 20px;
    color: black;
    margin: 30px;
    font-size: 1.5rem;
    
}
/* ------------------footer---------------------- */
footer {
    display: flex;
    padding: 30px;
    background-color: rgba(46, 46, 51, 0.849);
   justify-content: center;
}

footer>ul {
    display: block;
    text-align: left;
    list-style: none;  
}
footer>ul>img {
    display: flex; 
}

footer>ul>li {
    display: block;
    color: white;
    padding: 5px;
}
footer>ul>li>a:hover {
    color: #206E9F;
    
}
footer>div>img {
    display: none;
    align-items: center;
    margin: auto;
}
/* RESPONSIVIDADE */
@media  (max-width: 1080px) { 
    article>h1>img {
       display: none;
    }
    article {
     
    }
    article>h1 {
       
    }

    #img01 {
        background-image: url(../img/fundo2.png);
        background-position:  center;
        box-shadow: inset 6px 6px 10px 0px rgba(0, 0, 0, 0.678);
        background-size: cover;
        background-attachment: fixed;
        height: 1300px;
        margin-bottom: 150px;
    }
}
@media screen and (min-width:1350px){

    article>h1>img {
        width: 85vw;
        height: 60vh;
    }
    picture>img  {
        max-width: 40%;
         
    }
}
@media screen and (max-width:1250px){

    article>h1>img {
        width: 35vw;
        height: 50vh;
    }  
}


/* Estilos para dispositivos de largura mínima de 1024 pixels */
@media screen and (max-width: 1024px){
    article>h1 {
       display: block;
    }
    article>h1>img {
        width: 55vw;
        height: 80vh;
    }

    #img01 {
        height: 700px;
    }

     /* -------------MAIN------------------ */
     main {
        display: block
    }
    main>img {
        margin: auto;
        display: block;
        text-align: center;
        max-width: 50%;
    }
    section>h1>p {
        font-size: 2.4rem;
        margin-top: 150px;
        line-height: 58px;
    }
    main>h1>p {
        margin: 10px;
        font-size: 1.5rem;
    }
    main>h1>div {
        margin-bottom: 6%;
    }

    /* ---------------------ARTICLE------------------------ */

    article>h1>p {
        margin: 40px;
        
    } 
}

@media screen and (min-width: 1024px){

    main>h1>p {
        margin-top: 10vh;
        
    }
    picture>img  {

        width: 50%;
        
    }

}

/* Estilos para dispositivos de largura máxima de 890 pixels (móveis) */
@media screen and (max-width: 890px) {

    /* ---------------imagem do paralax -------------*/
    section>h1>p {
        font-size: 2.4rem;
        margin-top: 100px;
        background-color: rgba(0, 0, 0, 0.123);
    }
.pdop {
    color: white;
    font-size: 0.5em;
    background-color: rgba(0, 0, 0, 0.123);
    border-radius: 5px;
}

/* --------------ARTICLE------------- */

article>h1 {
    display: block;
}
article>h1>img {
        width: 60vw;
        height: 50vh;   
}

article>h1>p {
    color: white;
    margin: 0px;
    font-family: sans-serif;
    font-weight: 100;
    margin-top: 10vh;
    text-align: left;
    text-indent: 25%;
}
main>h1>p {
    margin-top: 10vh;  
}

picture>img  {
    width: 100%;
    
}

#img01 {
 
    height:850px;
    
}

footer>img {
    display: none;
    background-image: url(../img/RING.png);
    
}
footer>div>img {
    display: block;
    text-align: center;
}
}

/*-----------------------RODAPÉ-------------------------------*/
#menufooter{
    color: white;
    font-family: sans-serif;
    margin: auto;
    font-weight: 100;
   }
   .mt{
       padding: 5px;
      cursor: pointer;
      border-top: 1px solid white
   }
   .mb {
    padding: 5px;
      cursor: pointer;
      border-bottom: 1px solid white;
   }
   .mf {
    padding: 5px;
      cursor: pointer;
     
   }
   .mf:hover{
       background-color: #4f89bd8c;
      cursor: pointer;
   }
   .mt:hover{
       background-color: #4f89bd8c;
      cursor: pointer;
   }
   .mb:hover{
       background-color: #4f89bd8c;
      cursor: pointer;
   }

div.rodape {
margin-top: 0px;
max-width: 300px;
display: inline-block;
margin-right: 00px;
margin: auto;

}

div#contatos {

display: inline-block;

margin-left: 30px;
text-align: center;
}

div.endereco {
max-width: 400px;
display: inline-block;

margin-left: 15px;
cursor: pointer;
}
div.email {
max-width: 400px;
display: inline-block;
margin-top: 10px;

}

.imgrodape {
position: relative;
}

footer {
background-color: #084b86;
color: white;
text-align: center;
font-size: 1.0em;
padding: 50px;
justify-content: space-around;

}

footer a {
color: white;
text-decoration: none;
font-family: sans-serif;
}

footer a:hover {
text-decoration: solid;
color: rgb(184, 187, 216);
}
@media (max-width:785px) {
    header>a>img {
       width: 300px;
    }
 
    
    .mt{
        padding: 5px;
       cursor: pointer;
       border-top: 1px solid white;  
    }
    .mb {
     padding: 5px;
       cursor: pointer;
       border-bottom: 1px solid white;
    }
    .mf {
     padding: 5px;
       cursor: pointer;
      
    }
    .mf:hover{
        background-color: #4f8abd00;
       cursor: pointer;
    }
    .mt:hover{
        background-color: #4f8abd00;
       cursor: pointer;
    }
    .mb:hover{
        background-color: #4f8abd00;
       cursor: pointer;
    }
    div.endereco {
        max-width: 400px;
        display: inline-block;
        margin-top: 20px;
        margin-left: 0px;
        cursor: pointer;
        }
    div#contatos {

        display: inline-block;
        margin-top: 20px;
        margin-left: 0px;
        text-align: center;
        }
    #menufooter {
        
       
    }

    
    footer {
   
    color: white;
    text-align: center;
    display: block;
    margin: auto;
    
    }
}