 :root{
    --azul:#1d1dd3c6;/*#1d1dd3ed;*/
    --amarelo:rgb(214, 239, 18);
    --amarelo-claro:rgba(201, 224, 30, 0.756);
 }

*{
    padding: 0;
    margin: 0;
    padding: 0;
}

#resultado{
    text-shadow: 2px 0px 2px var(--amarelo);
    color: #0c1102;
    padding: 5px;
    font-size: 1.5em;
  
}
#send{
    font-weight: bolder;
    background-color: var(--azul);
    border-radius: 5px;
    border: none;
    padding: 5px;
    width: 30%;
    color: #f1ecec;
}
section label{
    font-weight:bold;
}
.corpo{
    margin: auto;
    max-width: 900px;
    background-color: rgba(189, 197, 204, 0.232);
    
}
/*estrutura inteira corpo inteiro*/
body {
    background-image: url("./imagens/img-fundo.avif");
    font-family:Arial, Helvetica;
    text-align: center;
    align-items: center;
    justify-content: center;
    align-content: center;
    /*background-image: url("./imagens/img-fundo.avif");*/
}
header {
    
    align-items: center;
    /*background: #0000fe;*/
    width:100%;
    height: 410px;
    overflow: hidden;
    display: flexbox;
    /*position: fixed ;*/
   /* z-index: 6;*/
}
.divulgação{
    
    /*margin-top: 100px;*/
   
    background-image: url("./imagens/conceição.jpeg");
    
    width: 100%;
    height: 400px;
    display: flex;
    align-items:center;
    justify-content: center;
    text-align: center;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    text-align: center;
    overflow:hidden;
    /*border-bottom: #e7f307 1px solid;*/
   
    background-size: cover ;
    background-repeat: no-repeat;
    background-position: bottom;
    filter: brightness(120%) saturate(120%) contrast(120%) hue-rotate(0deg);
}

.load{
    display: flex;
    background-color: #0f0f05;
    width: 100%;
    height: 100%;
    align-items:center;

    
}
.load::after{
    content: "";
    display: flex;
  
    background-color: #8d8d25;
    width: 200px;
    height: 110%;
    /*align-items:center;*/
   animation: loading 8s infinite linear;
   
    
}
@keyframes loading{
    0%{
        transform: translateX(-700%) rotate(-10deg);
    
    }
    100%{
        transform: translateX(100%) rotate(-10deg);
        
    }
}

.img-baner{
    width: 60%;
}
.banner{

    display:flex;
    position:absolute;
    height: 400px;
    width: 100%; 
    overflow:hidden;
 
    justify-content:space-between;
    text-align: center;
   
    
}
.logo{
    height: 100px;
    width: 300px;
    overflow: hidden;
    filter: drop-shadow(3px 2px  black);
 
}

.hove-menu{
  display: none;
}

    

.list-link{
    display:flex;
    width: auto;
    height:auto;
    list-style: none;
   overflow: hidden;
  
}
.list-link li{
    margin: 10px;
    border-radius: 10px;
    padding: 0 5px 0 5px;
}

.list-link li a{
    color:var(--azul);
    text-decoration: none;
}
.img-log{
    width:180px;
    height:60px;
    filter: drop-shadow(3px 2px  black);
}

.img-baner2{
    margin: 10px;
    height: 100%;
    width: 700px;
    overflow: hidden;
    /*align-content: center;*/
    /*align-items: center;*/
                    justify-items: center;
                    margin-left: -400px;/*z-index:2 ;*/
}
.img-baner3{
    height: 60%;
    width: 35%;
    border-radius: 100%;
    overflow: hidden;margin-left: auto;
    /*background: red;
    /*margin-top: 110px;*/
}
.img-baner4{
    height: 40%;
    width: 25%;
    border-radius: 100%;overflow: hidden;margin-top: -120px;
    /*background: blue;*/
}
.conteudo{
    
    animation: entrar1 7s linear infinite;
    opacity: 0;
    overflow: hidden;
}
.conteudo h1 {
    color: #dfe20c;
    font-size: 3em;
    text-shadow: 2px 2px 4px #0f0f05;
}
.conteudo p{
    padding: 10px;
    color: #bfdd29;
    font-size: 1.5em;
    text-shadow: 2px 2px 0px #151604;
    text-transform: uppercase;
}
@keyframes entrar1{
    0%{
        transform: translateX(-100%);
        opacity: 0;
    }
    25%{
        transform: translateX(0%);
        opacity: 1;
    }
    50%{
        transform: translateX(0%);
        opacity: 1;
    }
    75%{
        transform: translateX(0%);
        opacity: 1;
    }
    100%{
        transform: translatex(100%);
        opacity: 0;
    }
}

@keyframes entrar{
    from{
        transform: translatex(50px);
        opacity: 0;
    }to{
        transform: translatex(0);
        opacity: 1;
    }
}


.seçao-divulga {
    padding: 20px;
    margin: 5px;
    color: #feff36;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: auto;
    height: auto;
    border-radius: 30px;
    text-align: center;
    font-size: 150%;
    overflow: auto;
    /*margin-top: -50px;*/
    
}

.serv{
    margin:auto;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 950px;
    height:auto;
    /*background-color: #f4f4f4;*/
    justify-content: space-around;
    overflow:hidden;
    align-items: center;
    
}

.depoiment{
    
    width: 260px;
    height: auto;
    background-color: rgba(24, 33, 207, 0.599);
    border-radius: 50px 0 50px 0;
    border: 2px solid rgb(237, 237, 229);
    text-shadow: 0 0 1px black;
    justify-content: center;
    align-items: center;
    color: yellow;
    padding: 15px;
    text-align: justify;
    overflow: auto;
    margin: 10px;
}
.depoiment p{
    text-align: justify;
    margin: 5px;
    font-size: 10px;
    line-height: 1.5;
    letter-spacing:1.5px;
   
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.foto{
    
    width: 200px;
    height: 200px;
    background-color: #f4f4f4;
    align-items: center;
    margin: 10px;
    border-radius: 50%;
    overflow: hidden;
}
.fot{
    /*flex:1 ;*/
    display:block;
    color: #c6f106;
   /* min-width: 200px;
   /* max-width: 200px;*/
    width: 250px;
    height:auto;
   /* background-color: #6d6d4e;*/
    overflow: hidden;
    margin: 10px;
    filter: drop-shadow(0 0 4px black);
   
    
}

.seçao1 {

    display: flex;
    margin: 5px;
    align-items: center;
    width: 99%;
    height: 99%;
    overflow: auto;
    border-radius: 10px; 
}

.informa-1 {
    
    float: right;
    width: 150px;
    height: 150px;
    
    border-radius: 100%;
    
    overflow:hidden;
    align-content: center;
    justify-items: center;
    margin: 5px;
    filter: drop-shadow(0 0 1px black);
   
    background-color: #dfe20c;
}

.img-imagem{
   flex: 1;
   
    width:100%;
    height: 100%;
   
}

.informa-2{
    width:100%;
    max-width: 900px;
    height:auto  ;
    background-color: #eaefeff4 ;
    text-align: justify;
    overflow: auto;
    align-content: center;
    margin: auto;
    justify-items: center;
    border-radius: 10px;
   /* border: 3px solid #2196f3;*/
    font-size: 1.2em; 
    padding: 10px;
    box-shadow: 0 0 4px black;
}

.slidershow {
    display:flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    overflow: auto;
}

.slidershow div img {
    display: flex;
    width: 90%;
    height:auto;
    border-radius: 10px;
    overflow: hidden;
    border: 2px #e7f307 solid;
}

.hero {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin: 10px;
}

.btn {
    display: inline-block;
    padding: 20px 50px;
    background-color: #ffff00;
    text-decoration: none;
    color: black;
    font-weight: bold;
    border-radius: 15px;
    margin: 20px;
   font-size: 150%;
}

.diferen {
    
   /* background-color: #f1f1e8;*/
    /*background: #0000fe;*/
    display:inline-flex;
    overflow: hidden;
    width: 100%;
    max-width:950px ;
    height: auto;
   

    justify-content:space-evenly;
}

.bloco {
    background-color: var(--azul);
    padding: 10px;
    overflow: auto;
    margin: 10px;
  
    
    justify-content: center;
    
    align-items: center;
    /*border: 2px #e7f307 solid;*/
    border-radius: 5% 5%;

    
}

nav ul {
    list-style: none;
    padding: 0;
    text-align: center;
}

nav ul li {
    display: inline;
    margin: 0 10px;
    
}

.bloco ul li {
    margin: 5px;
    overflow: auto;
    text-align: justify;
    background-color: #eb8d8d;
    /*width: 150px;
    height: 150px;*/
    border-radius: 50%;
    text-justify: auto;
    
    
}
.bloco {
    font-size: 60%;
    color: #c6f106;
    box-shadow: 0px 0px 2px black;
}


div ul li {
    list-style: none;
}

.text {
    color: #f4f4f4;
    text-align:left;
    align-content: center;
   font-size: 100%;
   padding: 10px;
    /*text-shadow: 0 1px 1px  black;*/
    
    
   
}

.imag {
    width: 50%;
    height: 200px;
    background: #eb8d8d;
    overflow: auto;
    text-align: center;
}
body h2{
    font-size: 1,5em;
    color:#c6f106;
    text-shadow: 0 1px 1px black;
}

.texto {
    flex: 1;
    padding: 5px;
    color: #0f0f05;
    font-size: 60%;
    line-height: 1.5;
    text-indent: 10px;
}
.texto-title{
    font-weight: bold;
    text-align: center;
    font-size: 130%;
    padding: 20px;
}



footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
    /*align-items: center;*/
    background:var(--azul);
    color: white;
    padding: 10px;
    width: auto;
    height: auto;
    min-height: 60px;
    list-style: none;
    font-size: 3mm;
}

footer ul li {
    list-style: none;
    margin: 2px;
}

.buton{
    
    background: #c6f106;
    padding: 5px;
    color:#101105cd;
    text-decoration: none;
    cursor: pointer;
    border-radius: 30px;
    
}
.endereço{
    line-height: 1.5;
    margin: 10px;
    width: 50%;
    min-width: 250px;
    max-width: 200px;
    text-align: left;
    padding: 3px;
   /* background-color: #90918d;*/
}
.img-footer {
    width: 15%;
    height: 15%;
    min-width: 50px;
    filter: drop-shadow(1px 0px 0px  rgb(180, 221, 15));
}

.image{
    width: 25%;
    height: 30%;
    filter: drop-shadow(1px 2px 2px #e9eede) ;
}

.footer-app{
    display: flex;
    width:auto;
    height: auto;
    justify-content: space-between;
    align-items: center;
}
/*-------------------------abaixo de 900--------------------------------------------*/

@media screen and (max-width: 600px){
    .hove{
        position:absolute;
        margin: 10px;
        display: block;
        width: auto;
        height:auto;
        z-index: 1;
        overflow: auto;
       /* justify-items: center;*/
    }
    .hove-menu{
        
        align-content: center;
        justify-items: center;
        

        display: block;
        width: 40px;
        height:35px;
        
    }
    
    .list-link{
        display: none;
    }
    .list-link1{
      
        margin: 0;
        display: block;
        width: auto;
        background-color: #7f8f93;
        overflow: auto;
        text-align: left;
        border-radius: 5px;
    }
    .logo{
        width: 150px ;
        height: 50px;
        filter: drop-shadow(0px 1px  black);
    }
    .img-log{
    width:130px;
    height:40px;
    }

    .img-baner{
        width: 100%;
    }
        
    
    .img-baner2{
        height: 0;width: 0 ;
    }
    .img-baner3{
        height: 0;width: 0;
    }
    .img-baner4{
        height: 0;width: 0;
    }
    .seçao-divulga {
        font-size: 80%;
        margin: 1px;
        padding: 5px;
    }
   .conteudo{
    
    animation: entrar1 7s linear infinite;
    opacity: 0;
    overflow: hidden;
}
.conteudo h1 {
    color: #dfe20c;
    font-size: 2em;
    text-shadow: 2px 2px 4px #0f0f05;
}
.conteudo p{
    color: #121008;
    font-size: 1em;
    text-shadow: 0px 0px 2px #f0edf3;
}
    
    
    .btn {
       font-size: 100%;
       padding: 10px 30px;
    }
 
    .seçao1 {
   
    display: flex;
    margin: auto;
    align-items: center;
    width: 99%;
    
    
}

    .informa-2{
    width:99%;
    height:auto  ;
   
    align-content: center;
    margin: 1px;
    
   /* border: 3px solid #2196f3;*/
    font-size: 1.2em; 
    padding: 10px;
    box-shadow: 0 0 10px black;
}
        .diferen{
            display: flex;
            flex-wrap: wrap;
        }
    .bloco {
        width: 180px;
    }

    .endereço{
       /* width: 100%;*/
        min-width: 240px;
        
    }
        
    footer{
        display:flex;
        /*flex-wrap: wrap;*/
        justify-content: space-between;
        height: auto;
        /*font-size: ;*/
    }
    .img-footer {
        width: 5%;
        /*max-width: 100px;
        max-height: 100px;*/
}
 
    
}