*{
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    scroll-behavior: smooth;
    -webkit-user-drag: none;
}

body{
    margin: 0;
    padding: 0;
}

nav{
    width: 100%;
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 9999;
}


nav ul li a{
    font-family: 'Spartan', sans-serif;
    font-weight: bolder;
    color: #fff;
}

header{
    background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, 1)), url(imagens/ect-ufrn.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;
    left: 0;
    padding: 0;
}

footer{
    width: 100%;
    margin: 0;
    background-color: #1a75ff;
}

#sobre{
    background-image: url(imagens/sobre-background.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    width: 100%;
    top: 0;
    left: 0;
    padding: 0;
}

#propostas{
    background-color: #003366;
    width: 100%;
    top: 0;
    left: 0;
    padding: 0;
}

button.slick-prev.slick-arrow::before, button.slick-next.slick-arrow::before{
    color: #fff;
    font-size: 30px;
}

#membros{
    background-image: url(imagens/membros-background.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    width: 100%;
    top: 0;
    left: 0;
    padding: 0;
}

#localizacao{
    background-color: #e6e6e6;
    width: 100%;
    top: 0;
    left: 0;
    padding: 0;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

::-webkit-scrollbar{
    width: 12px;
}

::-webkit-scrollbar-thumb{
    background: linear-gradient(transparent, #33bbff);
    border-radius: 6px;
}

::-webkit-scrollbar-track{
    background-color: #404040;
}

/*Telas largas (Desktop, TV)*/ 
@media screen and (min-width: 1201px){

    nav img{
        width: 100px;
        float: right;
    }

    .links-secoes{
        text-align: center;
        margin-top: 40vh;
        margin-bottom: 12%;
        margin-left: 4%;
    }

    .links-secoes h1{
        text-align: center;
        font-family: 'Spartan', sans-serif;
        font-weight: bolder;
        border-bottom: 2px solid #fff;
        width: 58%;
        color: #fff;
        padding-bottom: 1%;
        margin: auto;
        margin-bottom: 2%;
    }

    .links-secoes a{
        font-family: 'Spartan', sans-serif;
        font-weight: bolder;
        margin-right: 1%;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.5);
    }

    #sobre h2{
        font-family: 'Spartan', sans-serif;
        font-weight: bolder;
        color: #fff;
        float: left;
        margin-top: 2%;
        margin-left: 2%;
    }

    .sobre-conteudo{
        display: flex;
        float: left;
        margin-bottom: 3%;
        margin-left: 2%;
    }

    #sobre p{
        font-family: 'Spartan', sans-serif;
        font-size: 18px;
        color: #fff;
        text-align: justify;
        width: 60%;
        margin-top: 2%;
        padding-left: 2%;
        border-left: 6px solid #1a75ff;
    }

    #sobre img{
        max-width: 350px;
        height: 350px;
        margin-top: 1%;
        margin-left: 8%;
        border-radius: 30% 70% 30% 70% / 30% 30% 70% 70%;
    }

    #propostas h2{
        font-family: 'Spartan', sans-serif;
        font-weight: bolder;
        color: #fff;
        float: right;
        margin-top: 2%;
        margin-right: 2%;
    }

    .propostas-conteudo{
        display: flex;
        margin-top: 10%;
    }

    .forma-propostas{
        width: 320px;
        height: 320px;
        background-image: url(imagens/background.png);
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
        background-position: center;
        border-radius: 83% 17% 85% 15% / 39% 16% 84% 61%;
        box-shadow: 15px 15px #0047b3, -15px -5px #0086b3;
        margin-top: 1%;
        margin-left: 4%;
    }

    .slider{
        width: 52%;
        margin-bottom: 10% !important;
        margin-left: 10%;
        padding-left: 6%;
    }

    .propostas-topicos p{
        font-family: 'Spartan', sans-serif;
        color: #fff;
        text-align: left;
        font-size: 17px;
        margin-top: 3%;
        width: 80%;
    }

    .propostas-topicos h3{
        padding-top: 2%;
        color: #fff;
    }

    .propostas-topicos img{
        width: 90px;
    }

    #membros h2{
        font-family: 'Spartan', sans-serif;
        font-weight: bolder;
        color: #fff;
        float: left;
        margin-top: 2%;
        margin-left: 2%;
    }

    .slider-membros{
        margin-top: 7%;
        margin-bottom: 5%;
        margin-left: 10%;
        padding-left: 3%;
        width: 80%;
    }

    .slider-membros img{
        width: 210px;
        height: 210px;
        border-radius: 50%;
    }

    .membros-funcao{
        font-family: 'Spartan', sans-serif;
        font-weight: bolder;
        text-align: center;
        font-size: 16px;
        color: #fff;
        margin-top: 4%;
        margin-right: 24%;
    }

    iframe{
        width: 100%;
        height: 500px;
        margin: 0;
        border: 0;
    }

    footer h6{
        text-align: center;
        font-family: 'Spartan', sans-serif;
        font-weight: bolder;
        font-size: 12px;
        color: #fff;
        margin-top: 10px;
    }

    .contatos-links-logos{
        display: flex;
        text-align: center;
        margin-left: 39%;
        padding-bottom: 10px;
        width: 25%;
    }

    .contatos-links-logos a{
        font-size: 16px;
        color: #003399;
        background-color: #fff;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        padding: 12px;
        margin-right: 10%;
    }

    .contatos-links-logos a i{
        font-size: 35px;
        padding-right: 6%;
        color: #003399;
    }

    .contatos-links-logos a:hover{
        color: #fff;
        background-color: #003399;
        transition: 0.8s;
        text-decoration: none;
    }

    .contatos-links-logos i:hover{
        color: #fff;
        transition: 0.8s;
        text-decoration: none;
    }

    footer a{
        text-align: center;
        font-family: 'Spartan', sans-serif;
        font-weight: bolder;
        font-size: 12px;
        color: #fff;
        margin-top: 10px;
    }

    footer a:hover{
        text-align: center;
        text-decoration: none;
        font-family: 'Spartan', sans-serif;
        font-size: 12px;
        font-weight: bolder;
        color: #000;
        margin-top: 10px;
        transition: 1s;
    }

    #flaticon-creditos{
        text-align: center;
        font-family: 'Spartan', sans-serif;
        font-weight: bolder;
        font-size: 12px;
        color: #fff;
        margin-top: 10px;
    }
    
}

/*Desktop*/ 
@media screen and (min-width: 1025px) and (max-width: 1200px){

    nav ul li a{
        font-size: 12px !important;
    }

    nav img{
        width: 82px;
        float: right;
    }

    header{
        margin-top: 2% !important;
    }

    .links-secoes{
        text-align: center;
        margin-top: 40vh;
        margin-bottom: 15%;
        margin-left: 4%;
    }

    .links-secoes h1{
        text-align: center;
        font-family: 'Spartan', sans-serif;
        font-weight: bolder;
        font-size: 30px;
        border-bottom: 2px solid #fff;
        width: 56%;
        color: #fff;
        padding-bottom: 1%;
        margin-bottom: 2%;
        margin-left: 20%;
    }

    .links-secoes a{
        font-family: 'Spartan', sans-serif;
        font-weight: bolder;
        font-size: 16px;
        margin-right: 4%;
        padding: 15px;
        border-radius: 10px;
        box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.5);
    }

    #sobre h2{
        font-family: 'Spartan', sans-serif;
        font-weight: bolder;
        color: #fff;
        float: left;
        margin-top: 2%;
        margin-left: 2%;
    }

    .sobre-conteudo{
        display: flex;
        float: left;
        margin-bottom: 3%;
        margin-left: 1.5%;
    }

    #sobre p{
        font-family: 'Spartan', sans-serif;
        font-size: 16px;
        color: #fff;
        text-align: justify;
        width: 60%;
        margin-top: 2%;
        padding-left: 2%;
        border-left: 6px solid #1a75ff;
    }

    #sobre img{
        max-width: 310px;
        height: 310px;
        margin-top: 5%;
        margin-left: 5%;
        border-radius: 30% 70% 30% 70% / 30% 30% 70% 70%;
    }



    #propostas h2{
        font-family: 'Spartan', sans-serif;
        font-weight: bolder;
        color: #fff;
        float: right;
        margin-top: 2%;
        margin-right: 2%;
    }

    .propostas-conteudo{
        display: flex;
        margin-top: 10%;
    }

    .forma-propostas{
        width: 260px;
        height: 260px;
        background-image: url(imagens/background.png);
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
        background-position: center;
        border-radius: 83% 17% 85% 15% / 39% 16% 84% 61%;
        box-shadow: 15px 15px #0047b3, -15px -5px #0086b3;
        margin-top: 1%;
        margin-left: 4%;
    }

    .slider{
        width: 58%;
        margin-bottom: 10% !important;
        margin-left: 6%;
        padding-left: 5%;
    }

    .propostas-topicos p{
        font-family: 'Spartan', sans-serif;
        color: #fff;
        text-align: left;
        font-size: 16px;
        margin-top: 3%;
        width: 90%;
    }

    .propostas-topicos h3{
        padding-top: 2%;
        color: #fff;
    }

    .propostas-topicos img{
        width: 75px;
    }

    #membros h2{
        font-family: 'Spartan', sans-serif;
        font-weight: bolder;
        color: #fff;
        float: left;
        margin-top: 2%;
        margin-left: 2%;
    }

    .slider-membros{
        margin-top: 10%;
        margin-bottom: 4%;
        margin-left: 10%;
        padding-left: 3%;
        width: 80%;
    }

    .slider-membros img{
        width: 170px;
        height: 170px;
        border-radius: 50%;
    }

    .membros-funcao{
        font-family: 'Spartan', sans-serif;
        font-weight: bolder;
        text-align: center;
        color: #fff;
        margin-top: 4%;
        margin-right: 16%;
    }

    .membros-funcao h3{
        font-size: 20px;
    }

    .membros-funcao h5{
        font-size: 15px;
    }

    iframe{
        width: 100%;
        height: 350px;
        margin: 0;
        border: 0;
    }

    footer h6{
        text-align: center;
        font-family: 'Spartan', sans-serif;
        font-weight: bolder;
        font-size: 11px;
        color: #fff;
        margin-top: 10px;
    }

    .contatos-links-logos{
        display: flex;
        text-align: center;
        margin-left: 36%;
        padding-bottom: 10px;
        width: 35%;
    }

    .contatos-links-logos a{
        font-size: 16px;
        color: #003399;
        background-color: #fff;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        padding: 10px;
        margin-right: 10%;
    }

    .contatos-links-logos a i{
        font-size: 30px;
        padding-right: 6%;
        color: #003399;
    }

    .contatos-links-logos a:hover{
        color: #fff;
        background-color: #003399;
        transition: 0.8s;
        text-decoration: none;
    }

    .contatos-links-logos i:hover{
        color: #fff;
        transition: 0.8s;
        text-decoration: none;
    }

    footer a{
        text-align: center;
        font-family: 'Spartan', sans-serif;
        font-weight: bolder;
        font-size: 11px;
        color: #fff;
        margin-top: 10px;
    }

    footer a:hover{
        text-align: center;
        text-decoration: none;
        font-family: 'Spartan', sans-serif;
        font-size: 11px;
        font-weight: bolder;
        color: #000;
        margin-top: 10px;
        transition: 1s;
    }

    #flaticon-creditos{
        text-align: center;
        font-family: 'Spartan', sans-serif;
        font-weight: bolder;
        font-size: 11px;
        color: #fff;
        margin-top: 10px;
    }
    
}

/*Laptop*/ 
@media screen and (min-width: 769px) and (max-width: 1024px){

    nav ul li a{
        font-size: 12px !important;
    }

    nav img{
        width: 82px;
        float: right;
    }

    header{
        margin-top: 2% !important;
    }

    .links-secoes{
        text-align: center;
        margin-top: 40vh;
        margin-bottom: 15%;
        margin-left: 4%;
    }

    .links-secoes h1{
        text-align: center;
        font-family: 'Spartan', sans-serif;
        font-weight: bolder;
        font-size: 28px;
        border-bottom: 2px solid #fff;
        width: 65%;
        color: #fff;
        padding-bottom: 1%;
        margin-bottom: 2%;
        margin-left: 15%;
    }

    .links-secoes a{
        font-family: 'Spartan', sans-serif;
        font-weight: bolder;
        font-size: 16px;
        margin-right: 4%;
        padding: 15px;
        border-radius: 10px;
        box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.5);
    }

    #sobre h2{
        font-family: 'Spartan', sans-serif;
        font-weight: bolder;
        color: #fff;
        float: left;
        margin-top: 2%;
        margin-left: 2%;
    }

    .sobre-conteudo{
        display: flex;
        float: left;
        margin-bottom: 3%;
        margin-left: 1.5%;
    }

    #sobre p{
        font-family: 'Spartan', sans-serif;
        font-size: 16px;
        color: #fff;
        text-align: justify;
        width: 60%;
        margin-top: 2%;
        padding-left: 2%;
        border-left: 6px solid #1a75ff;
    }

    #sobre img{
        max-width: 310px;
        height: 310px;
        margin-top: 5%;
        margin-left: 5%;
        border-radius: 30% 70% 30% 70% / 30% 30% 70% 70%;
    }



    #propostas h2{
        font-family: 'Spartan', sans-serif;
        font-weight: bolder;
        color: #fff;
        float: right;
        margin-top: 2%;
        margin-right: 2%;
    }

    .propostas-conteudo{
        display: flex;
        margin-top: 10%;
    }

    .forma-propostas{
        width: 260px;
        height: 260px;
        background-image: url(imagens/background.png);
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
        background-position: center;
        border-radius: 83% 17% 85% 15% / 39% 16% 84% 61%;
        box-shadow: 15px 15px #0047b3, -15px -5px #0086b3;
        margin-top: 1%;
        margin-left: 4%;
    }

    .slider{
        width: 58%;
        margin-bottom: 10% !important;
        margin-left: 6%;
        padding-left: 5%;
    }

    .propostas-topicos p{
        font-family: 'Spartan', sans-serif;
        color: #fff;
        text-align: left;
        font-size: 16px;
        margin-top: 3%;
        width: 90%;
    }

    .propostas-topicos h3{
        padding-top: 2%;
        color: #fff;
    }

    .propostas-topicos img{
        width: 75px;
    }

    #membros h2{
        font-family: 'Spartan', sans-serif;
        font-weight: bolder;
        color: #fff;
        float: left;
        margin-top: 2%;
        margin-left: 2%;
    }

    .slider-membros{
        margin-top: 10%;
        margin-bottom: 4%;
        margin-left: 10%;
        padding-left: 3%;
        width: 80%;
    }

    .slider-membros img{
        width: 170px;
        height: 170px;
        border-radius: 50%;
    }

    .membros-funcao{
        font-family: 'Spartan', sans-serif;
        font-weight: bolder;
        text-align: center;
        color: #fff;
        margin-top: 4%;
        margin-right: 16%;
    }

    .membros-funcao h3{
        font-size: 20px;
    }

    .membros-funcao h5{
        font-size: 15px;
    }

    iframe{
        width: 100%;
        height: 350px;
        margin: 0;
        border: 0;
    }

    footer h6{
        text-align: center;
        font-family: 'Spartan', sans-serif;
        font-weight: bolder;
        font-size: 11px;
        color: #fff;
        margin-top: 10px;
    }

    .contatos-links-logos{
        display: flex;
        text-align: center;
        margin-left: 36%;
        padding-bottom: 10px;
        width: 35%;
    }

    .contatos-links-logos a{
        font-size: 16px;
        color: #003399;
        background-color: #fff;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        padding: 10px;
        margin-right: 10%;
    }

    .contatos-links-logos a i{
        font-size: 30px;
        padding-right: 6%;
        color: #003399;
    }

    .contatos-links-logos a:hover{
        color: #fff;
        background-color: #003399;
        transition: 0.8s;
        text-decoration: none;
    }

    .contatos-links-logos i:hover{
        color: #fff;
        transition: 0.8s;
        text-decoration: none;
    }

    footer a{
        text-align: center;
        font-family: 'Spartan', sans-serif;
        font-weight: bolder;
        font-size: 11px;
        color: #fff;
        margin-top: 10px;
    }

    footer a:hover{
        text-align: center;
        text-decoration: none;
        font-family: 'Spartan', sans-serif;
        font-size: 11px;
        font-weight: bolder;
        color: #000;
        margin-top: 10px;
        transition: 1s;
    }

    #flaticon-creditos{
        text-align: center;
        font-family: 'Spartan', sans-serif;
        font-weight: bolder;
        font-size: 11px;
        color: #fff;
        margin-top: 10px;
    }

}

/*iPad - Tablet*/ 
@media screen and (min-width: 481px) and (max-width: 768px){

    nav ul li a{
        font-size: 16px !important;
    }

    nav img{
        width: 82px;
        float: right;
    }

    header{
        margin-top: 5% !important;
    }

    .links-secoes{
        text-align: center;
        margin-top: 22%;
        margin-bottom: 15%;
    }

    .links-secoes h1{
        text-align: center;
        font-family: 'Spartan', sans-serif;
        font-weight: bolder;
        font-size: 25px;
        border-bottom: 2px solid #fff;
        width: 75%;
        color: #fff;
        padding-bottom: 1%;
        margin-bottom: 2%;
        margin-left: 11%;
    }

    .links-secoes a{
        font-family: 'Spartan', sans-serif;
        font-weight: bolder;
        font-size: 16px;
        margin-right: 4%;
        padding: 15px;
        border-radius: 10px;
        box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.5);
    }

    #sobre h2{
        font-family: 'Spartan', sans-serif;
        font-weight: bolder;
        color: #fff;
        float: left;
        margin-top: 2%;
        margin-left: 2%;
    }

    .sobre-conteudo{
        display: flex;
        float: left;
        margin-bottom: 3%;
        margin-left: 1.5%;
    }

    #sobre p{
        font-family: 'Spartan', sans-serif;
        font-size: 14px;
        color: #fff;
        text-align: justify;
        width: 55%;
        margin-top: 2%;
        padding-left: 2%;
        border-left: 6px solid #1a75ff;
    }

    #sobre img{
        max-width: 260px;
        height: 260px;
        margin-top: 5%;
        margin-left: 5%;
        border-radius: 30% 70% 30% 70% / 30% 30% 70% 70%;
    }



    #propostas h2{
        font-family: 'Spartan', sans-serif;
        font-weight: bolder;
        color: #fff;
        float: right;
        margin-top: 2%;
        margin-right: 2%;
    }

    .propostas-conteudo{
        display: flex;
        margin-top: 10%;
    }

    .forma-propostas{
        width: 220px;
        height: 220px;
        background-image: url(imagens/background.png);
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
        background-position: center;
        border-radius: 83% 17% 85% 15% / 39% 16% 84% 61%;
        box-shadow: 15px 15px #0047b3, -15px -5px #0086b3;
        margin-left: 6%;
    }

    .slider{
        width: 43%;
        margin-top: 3%;
        margin-bottom: 5% !important;
        margin-left: 13%;
        padding-left: 2%;
    }

    .propostas-topicos p{
        font-family: 'Spartan', sans-serif;
        color: #fff;
        text-align: left;
        font-size: 14px;
        margin-top: 7%;
        width: 95%;
    }

    .propostas-topicos h3{
        padding-top: 2%;
        color: #fff;
    }

    .propostas-topicos img{
        width: 60px;
    }

    #membros h2{
        font-family: 'Spartan', sans-serif;
        font-weight: bolder;
        color: #fff;
        float: left;
        margin-top: 2%;
        margin-left: 2%;
    }

    .slider-membros{
        margin-top: 10%;
        margin-bottom: 4%;
        margin-left: 14%;
        padding-left: 5%;
        width: 73%;
    }

    .slider-membros img{
        width: 130px;
        height: 130px;
        border-radius: 50%;
    }

    .membros-funcao{
        font-family: 'Spartan', sans-serif;
        font-weight: bolder;
        text-align: center;
        color: #fff;
        margin-top: 4%;
        margin-right: 26%;
    }

    .membros-funcao h3{
        font-size: 18px;
    }

    .membros-funcao h5{
        font-size: 14px;
    }

    iframe{
        width: 100%;
        height: 350px;
        margin: 0;
        border: 0;
    }

    footer h6{
        text-align: center;
        font-family: 'Spartan', sans-serif;
        font-weight: bolder;
        font-size: 13px;
        color: #fff;
        margin-top: 10px;
    }

    .contatos-links-logos{
        display: flex;
        text-align: center;
        margin-left: 31%;
        padding-bottom: 10px;
        width: 45%;
    }

    .contatos-links-logos a{
        font-size: 16px;
        color: #003399;
        background-color: #fff;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        padding: 10px;
        margin-right: 10%;
    }

    .contatos-links-logos a i{
        font-size: 30px;
        padding-right: 6%;
        color: #003399;
    }

    .contatos-links-logos a:hover{
        color: #fff;
        background-color: #003399;
        transition: 0.8s;
        text-decoration: none;
    }

    .contatos-links-logos i:hover{
        color: #fff;
        transition: 0.8s;
        text-decoration: none;
    }

    footer a{
        text-align: center;
        font-family: 'Spartan', sans-serif;
        font-weight: bolder;
        font-size: 13px;
        color: #fff;
        margin-top: 10px;
    }

    footer a:hover{
        text-align: center;
        text-decoration: none;
        font-family: 'Spartan', sans-serif;
        font-size: 13px;
        font-weight: bolder;
        color: #000;
        margin-top: 10px;
        transition: 1s;
    }

    #flaticon-creditos{
        text-align: center;
        font-family: 'Spartan', sans-serif;
        font-weight: bolder;
        font-size: 11px;
        color: #fff;
        margin-top: 10px;
    }

}

/*Smartphone*/ 
@media screen and (min-width: 375px) and (max-width: 480px){

    nav ul li a{
        font-size: 15px !important;
    }

    nav img{
        width: 82px;
        float: right;
    }

    header{
        margin-top: 5% !important;
    }

    .links-secoes{
        text-align: center;
        margin-top: 35%;
        margin-bottom: 15%;
        display: grid;
    }

    .links-secoes h1{
        text-align: center;
        font-family: 'Spartan', sans-serif;
        font-weight: bolder;
        font-size: 18px;
        border-bottom: 1px solid #fff;
        width: 90%;
        color: #fff;
        padding-bottom: 2%;
        margin-bottom: 2%;
        margin-left: 6%;
    }

    .links-secoes a{
        font-family: 'Spartan', sans-serif;
        font-weight: bolder;
        font-size: 16px;
        width: 65%;
        border-radius: 8px;
        margin-top: 5%;
        margin-left: 17%;
        box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.5);
    }

    #sobre h2{
        font-family: 'Spartan', sans-serif;
        font-weight: bolder;
        color: #fff;
        float: left;
        margin-top: 7%;
        margin-left: 4%;
    }

    .sobre-conteudo{
        display: grid;
        margin-top: 20%;
        margin-bottom: 3%;
    }

    #sobre p{
        font-family: 'Spartan', sans-serif;
        font-size: 16px;
        color: #fff;
        text-align: justify;
        width: 95%;
        margin-top: 2%;
        margin-bottom: 5%;
        padding-left: 4%;
    }

    #sobre img{
        max-width: 260px;
        height: 260px;
        margin-bottom: 5%;
        margin-left: 15%;
        border-radius: 30% 70% 30% 70% / 30% 30% 70% 70%;
    }

    #propostas h2{
        font-family: 'Spartan', sans-serif;
        font-weight: bolder;
        color: #fff;
        float: right;
        margin-top: 7%;
        margin-right: 4%;
    }

    .propostas-conteudo{
        margin-top: 10%;
    }

    .forma-propostas{
        width: 220px;
        height: 220px;
        background-image: url(imagens/background.png);
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
        background-position: center;
        border-radius: 83% 17% 85% 15% / 39% 16% 84% 61%;
        box-shadow: 15px 15px #0047b3, -15px -5px #0086b3;
        margin-top: 28%;
        margin-left: 20%;
    }

    .slider{
        width: 63%;
        margin-top: 13%;
        margin-left: 17%;
        padding-left: 5%;
    }

    .propostas-topicos p{
        font-family: 'Spartan', sans-serif;
        color: #fff;
        text-align: left;
        font-size: 16px;
        margin-top: 7%;
        width: 98%;
    }

    .propostas-topicos h3{
        padding-top: 2%;
        color: #fff;
    }

    .propostas-topicos img{
        width: 65px;
    }

    #membros h2{
        font-family: 'Spartan', sans-serif;
        font-weight: bolder;
        color: #fff;
        float: left;
        margin-top: 7%;
        margin-left: 4%;
    }

    .slider-membros{
        margin-top: 23%;
        margin-bottom: 4%;
        margin-left: 25%;
        padding-left: 10%;
        width: 50%;
    }

    .slider-membros img{
        width: 130px;
        height: 130px;
        border-radius: 50%;
    }

    .membros-funcao{
        font-family: 'Spartan', sans-serif;
        font-weight: bolder;
        text-align: center;
        color: #fff;
        margin-top: 10%;
        margin-right: 20%;
    }

    .membros-funcao h3{
        font-size: 17px;
    }

    .membros-funcao h5{
        font-size: 14px;
    }

    .membros-funcao span{
        font-size: 12px;
    }

    iframe{
        width: 100%;
        height: 350px;
        margin: 0;
        border: 0;
    }

    footer h6{
        text-align: center;
        font-family: 'Spartan', sans-serif;
        font-weight: bolder;
        font-size: 11px;
        color: #fff;
        margin-top: 10px;
    }

    .contatos-links-logos{
        display: flex;
        text-align: center;
        margin-left: 18%;
        padding-bottom: 10px;
        width: 85%;
    }

    .contatos-links-logos a{
        font-size: 16px;
        color: #003399;
        background-color: #fff;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        padding: 10px;
        margin-right: 5%;
    }

    .contatos-links-logos a i{
        font-size: 30px;
        padding-right: 6%;
        color: #003399;
    }

    .contatos-links-logos a:hover{
        color: #fff;
        background-color: #003399;
        transition: 0.8s;
        text-decoration: none;
    }

    .contatos-links-logos i:hover{
        color: #fff;
        transition: 0.8s;
        text-decoration: none;
    }

    footer a{
        text-align: center;
        font-family: 'Spartan', sans-serif;
        font-weight: bolder;
        font-size: 11px;
        color: #fff;
        margin-top: 10px;
    }

    footer a:hover{
        text-align: center;
        text-decoration: none;
        font-family: 'Spartan', sans-serif;
        font-size: 11px;
        font-weight: bolder;
        color: #000;
        margin-top: 10px;
        transition: 1s;
    }

    #flaticon-creditos{
        text-align: center;
        font-family: 'Spartan', sans-serif;
        font-weight: bolder;
        font-size: 11px;
        color: #fff;
        margin-top: 10px;
    }

}

/*Smartphone 2*/ 
@media screen and (min-width: 320px) and (max-width: 374px){

    nav ul li a{
        font-size: 15px !important;
    }

    nav img{
        width: 82px;
        float: right;
    }

    header{
        margin-top: 5% !important;
    }

    .links-secoes{
        text-align: center;
        margin-top: 35%;
        margin-bottom: 15%;
        display: grid;
    }

    .links-secoes h1{
        text-align: center;
        font-family: 'Spartan', sans-serif;
        font-weight: bolder;
        font-size: 18px;
        border-bottom: 2px solid #fff;
        width: 95%;
        color: #fff;
        padding-bottom: 4%;
        margin-bottom: 2%;
        margin-left: 2%;
    }

    .links-secoes a{
        font-family: 'Spartan', sans-serif;
        font-weight: bolder;
        font-size: 16px;
        width: 65%;
        border-radius: 8px;
        margin-top: 6%;
        margin-left: 17%;
        box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.5);
    }

    #sobre h2{
        font-family: 'Spartan', sans-serif;
        font-weight: bolder;
        color: #fff;
        float: left;
        margin-top: 7%;
        margin-left: 4%;
    }

    .sobre-conteudo{
        display: grid;
        margin-top: 20%;
        margin-bottom: 3%;
    }

    #sobre p{
        font-family: 'Spartan', sans-serif;
        font-size: 15px;
        color: #fff;
        text-align: justify;
        width: 95%;
        margin-top: 2%;
        margin-bottom: 5%;
        padding-left: 4%;
    }

    #sobre img{
        max-width: 260px;
        height: 260px;
        margin-bottom: 5%;
        margin-left: 15%;
        border-radius: 30% 70% 30% 70% / 30% 30% 70% 70%;
    }

    #propostas h2{
        font-family: 'Spartan', sans-serif;
        font-weight: bolder;
        color: #fff;
        float: right;
        margin-top: 7%;
        margin-right: 4%;
    }

    .propostas-conteudo{
        margin-top: 10%;
    }

    .forma-propostas{
        width: 220px;
        height: 220px;
        background-image: url(imagens/background.png);
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
        background-position: center;
        border-radius: 83% 17% 85% 15% / 39% 16% 84% 61%;
        box-shadow: 15px 15px #0047b3, -15px -5px #0086b3;
        margin-top: 28%;
        margin-left: 20%;
    }

    .slider{
        width: 63%;
        margin-top: 13%;
        margin-left: 17%;
        padding-left: 5%;
    }

    .propostas-topicos p{
        font-family: 'Spartan', sans-serif;
        color: #fff;
        text-align: left;
        font-size: 15px;
        margin-top: 7%;
        width: 98%;
    }

    .propostas-topicos h3{
        padding-top: 2%;
        color: #fff;
    }

    .propostas-topicos img{
        width: 65px;
    }

    #membros h2{
        font-family: 'Spartan', sans-serif;
        font-weight: bolder;
        color: #fff;
        float: left;
        margin-top: 7%;
        margin-left: 4%;
    }

    .slider-membros{
        margin-top: 26%;
        margin-bottom: 4%;
        margin-left: 25%;
        padding-left: 10%;
        width: 50%;
    }

    .slider-membros img{
        width: 130px;
        height: 130px;
        border-radius: 50%;
    }

    .membros-funcao{
        font-family: 'Spartan', sans-serif;
        font-weight: bolder;
        text-align: center;
        color: #fff;
        margin-top: 10%;
        margin-right: 13%;
    }

    .membros-funcao h3{
        font-size: 17px;
    }

    .membros-funcao h5{
        font-size: 14px;
    }

    .membros-funcao span{
        font-size: 12px;
    }

    iframe{
        width: 100%;
        height: 350px;
        margin: 0;
        border: 0;
    }

    footer h6{
        text-align: center;
        font-family: 'Spartan', sans-serif;
        font-weight: bolder;
        font-size: 11px;
        color: #fff;
        margin-top: 10px;
    }

    .contatos-links-logos{
        display: flex;
        text-align: center;
        padding-bottom: 10px;
        width: 99%;
    }

    .contatos-links-logos a{
        font-size: 16px;
        color: #003399;
        background-color: #fff;
        width: 47px;
        height: 47px;
        border-radius: 50%;
        padding: 9px;
        margin-left: 7%;
        margin-right: 5%;
    }

    .contatos-links-logos a i{
        font-size: 30px;
        padding-right: 6%;
        color: #003399;
    }

    .contatos-links-logos a:hover{
        color: #fff;
        background-color: #003399;
        transition: 0.8s;
        text-decoration: none;
    }

    .contatos-links-logos i:hover{
        color: #fff;
        transition: 0.8s;
        text-decoration: none;
    }

    footer a{
        text-align: center;
        font-family: 'Spartan', sans-serif;
        font-weight: bolder;
        font-size: 11px;
        color: #fff;
        margin-top: 10px;
    }

    footer a:hover{
        text-align: center;
        text-decoration: none;
        font-family: 'Spartan', sans-serif;
        font-size: 11px;
        font-weight: bolder;
        color: #000;
        margin-top: 10px;
        transition: 1s;
    }

    #flaticon-creditos{
        text-align: center;
        font-family: 'Spartan', sans-serif;
        font-weight: bolder;
        font-size: 11px;
        color: #fff;
        margin-top: 10px;
    }

}