@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

* {
    padding: 0%;
    margin: 0%;
}

body {
  font-family: 'Montserrat', sans-serif;
}

@media screen and (max-width: 450px){

    header {
        display: block;
        height: 110px;
        background-color: #26acbb;
        background-size: 100% !important;
        box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.322);
    }
    
    .menu-mobile {
        background-color: #1a909b;
        background-size: 100% !important;
        text-align: center;
    } 
    
    nav {
        background-color: #093336f6;
        position: relative;
    }
    
    nav > a {
        color: white;
        text-decoration: none;
        font-size: 20px;
        text-align: center;
        padding: 15px;
        display: block;
    }
    
    nav {
        display: none;
    }

    #ingles, #pt {
        margin: 0px;
        padding: 0px;
        width: 20px;
        height: 20px;
    }
    
    .idioma {
        display: inline-block;
    }
    
    #indexlink {
        text-decoration: none;
        color: white;
    }
    
    h1 {
        font-size: 23px;
        color: white;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    span {
        padding-left: 15px;
    }
    
    div > #menu {
        font-size: 35px;
        color: white;
    }

img {
    display: block;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 50px;
    width: 350px;
    height: 200px;
}

a {
    color: blue;
}
 
p {
    font-size: 17px;
    text-align: justify;
    max-width: 80%;
    padding-top: 20px;
    padding-left: 35px;
}

main {
    height: 70vh;
    padding-top: 10px;
}

footer {
    background-color: #26acbb;
    background-size: 100% !important;
    padding: 10px;
    overflow: auto;
    color: white;
}

address {
    font-style: normal;
    padding: 10px;
}

.fa-github {
    color: white;
    font-size: 20px;
    padding: 3px;
}
}


@media screen and (min-width: 900px) and (max-width: 1800px){

    header {
        display: flex;
        width: 100%;
        height: 100px;
        background-color: #26acbb;
        background-size: 100% !important;
        box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.322);
    }

    #indexlink {
        text-decoration: none;
        color: white;
    }

    nav {
        padding-top: 37px;
    }

    nav > a {
        font-size: 18px;
        padding-right: 20px;
        padding-left: 20px;
        color: white;
        text-decoration: none;
    }

    nav > .paginas:hover {
        background-color: rgba(71, 71, 71, 0.74);
        height: 20px;
        border-radius: 5px;
    }

    #ingles, #pt {
        display: inline-flex;
        margin: 0px;
        width: 20px;
        height: 20px;
    }

    .idioma {
        padding: 0%;
    }
    
    h1 {
       padding-top: 20px;
       padding-left: 60px;
       font-size: 25px;
       color: white;
       float: left;
       width: 20%;
    }

    #menu {
        display: none;
    }
    
    h2 {
        font-size: 40px;
        padding-left: 50px;
        padding-top: 30px;
        padding-bottom: 10px;
        color: #093336;
        text-align: left;
    }

    #menu {
        color: white;
        font-size: 40px;
        text-align: right;
        padding-top: 30px;
    }

     
    #imgMain {
        display: block;
        margin: auto;
        padding: 30px; 
    }

    article {
      width: 85%;
      display: block;
      margin: auto;
      font-size: 17px;
    }

    p {
        padding-top: 30px;
        text-align: justify;
    }

    #link {
        text-align: justify;
    }

    a {
        color: blue;
    }

    main {
        height: 90vh;
        padding-top: 10px;
    }

    .rodape {  
        background-color: #26acbb;
        background-size: 100% !important;
        overflow: auto;
        width: 100%;
    }
    
    address {
        font-style: normal;
        color: white;
        padding: 30px;
    }
    
    #endereço {
        float: left;
        width: 60%;
    }
    
    #creditos {
        float: right;
        width: 30%;
    }
    
    .fa {
        color: white;
        font-size: 20px;
    }
    
    span {
        padding-left: 30px;
    }
    
}