@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Edu+AU+VIC+WA+NT+Pre:wght@400..700&family=Labrada:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Labrada:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --cor0: #bcfcf6;
    --cor1: #1AE6CE;
    --cor2: #5DABEA;
    --cor3: #1B73E6;
    --cor4: #37e620;
    --cor5: #225e58;
    --cor6: #021c40;
    --cor7: #5dea8c;  
    
    --fonte-padrao: Arial, Verdana, Helvetica, sans-serif;
    --fonte-destaque: "Edu AU VIC WA NT Pre", cursive;
    --fonte-principal: "Labrada", serif;
}


* {
    margin: 0px;
    padding: 0px;
}
body, html {
    
    background-color: var(--cor0);
}
body {
    text-align: justify;
    font-size: 1.3em;
    font-family: var(--fonte-principal);
    font-style: normal;
    font-weight: normal;
    line-height: 2.0rem;
    

    
}
header {
    background-image: linear-gradient(to bottom, var(--cor0), var(--cor6)); 
    min-height: 150px;
    text-align: center;
    padding-top: 40px;
}
header > h1, .titulo {
    
    text-align: center;
    font-size: 1.2em;
    font-style: normal;
    font-family: var(--fonte-destaque);
    font-weight: 500;
    text-shadow: 3px 3px 0px rgb(229, 248, 254);
}

header > p.titulo {
    color: rgb(19, 19, 19);
    font-size: 1em;
    max-width: 700px;
    margin: auto;
    font-style: normal;
    padding-right: 10px;
    padding-left: 10px;
    text-shadow: 2px 1px 0px rgb(245, 232, 232);
    }

span#burguer {
    background-color: var(--cor5);
    color: var(--cor4);
    width: 100vw;
    text-align: center;
    padding: 10px;
    cursor: pointer;
}
span#burguer:hover {
    background-color: var(--cor7);
    color: rgb(244, 29, 29);
}

menu > ul {
    display: block;
    color: #b81010;
}

menu > ul {
    list-style: none;
     }
 menu > ul > li a {
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 10px;
    background-color: var(--cor1);
    color: black;
    border-top: 2px solid rgb(123, 119, 119);
 }
 menu > ul > li a:hover {
    background-color: var(--cor4);
 }
 main {
    width: 80%;
    background-color: var(--cor0);
    margin: auto;
    margin-top: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0px 10px 40px black;
 }
 article > h1 {
    font-family: var(--fonte-principal);
    font-size: 1.3em;
    font-weight: 800;
    text-indent: 1pt;

    padding: 20px;
    background-image: linear-gradient(to right, var(--cor3), transparent);
}
article.ubs2 h1 {
    text-indent: 10pt;
}
.ubs2 h2 {
    text-indent: 10pt;
}
article > h2 {
    padding: 20px 0px 10px 10px;
    font-size: 1.2em;
    padding: 8px;
    text-indent: 20pt;
    background-image: linear-gradient(to right, var(--cor3), transparent);
}
article > p {
    text-align: justify;
    margin-bottom: 8px;
    text-indent: 35px;
    padding: 0px 5px 0px 5px;
}
/*config mapa */
div.mapa {
    background-color: #416b4b;
    margin: 0px -1px 30px -1px;
    padding: 10px;
    padding-bottom: 50%;
    position: relative;
}
div.mapa > iframe {
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
}
/*  aside */
aside {
    background-color: #a8b3c3;
    margin-top: 10px;
    padding: 10px;
    border-radius: 10px;
}
.fevereiro img {
    background-color: #a8a6a6;
    margin-top: 5px;
    width: 100%;
}
aside p {
    text-align: justify;
    text-indent: 25pt;
}
aside h2 {
    background-image: linear-gradient(to left, rgb(0, 106, 255), transparent);
    margin: 15px 0px 15px 0px;
    padding: 15px;
}
 /* footer*/
 footer {
    background-color: var(--cor2);
    color: rgb(12, 12, 12);
    text-align: center;
    padding: 15px;
    margin-top: 25px;
}
 p.rodape {
    margin-bottom: 30px;
    padding-bottom: 30px;
}
article.fale p {
    text-align: justify;
    text-indent: 25pt;
}
/*links */
.conteiner-iten {
    background-color: rgb(75, 100, 126); 
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    margin: 2px;
    border-radius: 10px;
   }
   div.iten {
    background-color: var(--cor3);
    border: 3px solid black;
    text-align: center;
    flex: auto;
    padding: 10px;
    margin: 5px;
    text-decoration: dotted;
    border-radius: 15px;
    
   }
ul.util1 li{
    list-style: none;
}
ul.util1 li a {
    text-decoration: none;
    color: black;
    
}
ul.util1 li a:hover {
    text-decoration: underline;
    color: var(--cor0);
}
   div.iten ul h1 {
    background-image: linear-gradient(to left, var(--cor6), transparent);
   }
/*container*/
.conteiner-proj {
    background-color: rgb(75, 100, 126); 
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    margin: 2px;
    border-radius: 10px;
   }
   .projetos {
    
    justify-content: center;
    list-style-type: none; 
     background-color: #a8bfdd;
     margin: 0px;
    padding: 5px;
    border-radius: 10px;
    
}
.projetos li{
    border-radius: 10px;
    margin: 10px;
    padding: 3px;
  
  }
  .projetos li img {
    width: 98%;
    height: 90%;
    vertical-align: middle;
    padding: 5px;
    border-radius: 20px;
}
.projetos li:hover {
    color: #f5da12;
    border: 4px solid #0810eb;
  }

figcaption.desc {
    min-height: 5px;
    background-image: linear-gradient(to left, var(--cor6), transparent);
    padding: 1px;
    margin: 1px;
    text-align: center;
    border-radius: 10px;
    
  }
  @media screen and (max-width: 768px){
  .banner {
    width: auto;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(22, 21, 24);
    border-radius: 20px;
  }
  
 
  .banner video {
    position: relative;
    border-radius: 20px;
    margin-top: 10px;
    margin-bottom:20px;
    object-fit: cover;
    width: 70vw;
    height: 90vw;
  }
  .meuvideo{
    background-image: linear-gradient(to top, rgb(55, 55, 55), transparent);
    color: rgb(12, 5, 45);
    margin-top: 0px;
    margin-bottom: 10px;
    padding-bottom: 20px;
    text-align: center;
    border-radius: 10px;
  }
}