
	@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap');

    body{
        margin: 0px;
        background-color: #f5f5f5;
    }
	
	.fundo-modal-pesquisar{
	position: fixed;
	z-index: 2;
	width: 100%;
	display: none;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
}

.modal-pesquisar{
	width:100%;
	height:150px;
	background:#f5f5f5;
	box-shadow:inset 2px 2px 2px 2px rgba(0, 0, 0, 0.4)
}

#campo-pesquisa-mobile{
	position: relative;
	left: 50%;
	width:90%;
	height:55px;
	border:none; 
	color:#fff;
	outline:none;
	padding-left:15px;
	background:#2d579c;
	margin-top:50px;
	border-radius:20px;
	transform: translateX(-50%);
	box-shadow:inset 2px 2px 2px 2px rgba(0, 0, 0, 0.4)
}

#campo-pesquisa-mobile::placeholder{
	color:rgba(255, 255, 255, 0.6);
}

#lupa-icone-campo-pesquisa-mobile{
	position:relative;
	margin-left:-30px;
	cursor:pointer;
	color:#fff;
	top:5px
}

.fundo-modal-newsletter{
	position: fixed;
	z-index: 300;
	width: 100%;
	display: none;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
}

.modal-newsletter{
	position:relative;
	width:100%;
	height:180px;
	background:#f5f5f5;
	box-shadow:inset 2px 2px 2px 2px rgba(0, 0, 0, 0.4)
}

#campo-newsletter{
	position: relative;
	left: 50%;
	width:90%;
	height:55px;
	border:none; 
	color:#fff;
	outline:none;
	padding-left:15px;
	background:#2d579c;
	margin-top:50px;
	border-radius:20px;
	transform: translateX(-50%);
	box-shadow:inset 2px 2px 2px 2px rgba(0, 0, 0, 0.4)
}

#campo-newsletter::placeholder{
	color:rgba(255, 255, 255, 0.6);
}

#lupa-icone-campo-newsletter{
	position:relative;
	margin-left:-30px;
	cursor:pointer;
	color:#fff;
	top:5px
}

.fundo-modal-contacto{
	position: fixed;
	z-index: 300;
	width: 100%;
	display: none;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
}

.container-contacto{
	position:absolute;
	z-index:200;
	width:90%;
	left:50%;
	top:50%;
	background:#fff;
	transform:translate(-50%, -50%);
	box-shadow:2px 2px 2px 2px rgba(0,0,0,0.2);
}

#titulo-contacto{
	text-align:center;
	height:110px;
	width:100%;
	color:#fff;
	padding-top:30px;
	font-size:30px;
	background: #0f4c8a
}

.container-contacto .ul{
	display:flex;
	margin-top:0px;
	flex-direction:column
}

.container-contacto .ul a{
	width:100%;
	height:105px;
	padding-top:30px;
	margin-top:1px;
	text-align:center;
	text-decoration:none;
	background:rgba(128, 128, 128, 0.2);
	
}

#minha-conta-a{
	color:#808080; 
	font-size:19px
}

#minha-conta-a:hover{
	color:#ffff
}

.container-contacto .ul a:hover{
	color:#fff;
	background:#ff8000
}
    
    header{
        width: 100%;
        height: 60px;
        background-color: #0f4c8a;
        box-shadow:2px 2px 2px 2px rgba(0, 0, 0, 0.3)
    }
    
    
    #data{
        display: none;
    }
    
    .container-languages{
        position: relative;
        top: 50%;
        color: #fff;
        cusor: pointer;
        margin-left: 30px;
        transform: translateY(-50%);
    }
    
    .container-languages-pc{
        display: none;
    }
    
    #lupa-icone-mobile{
        position: relative;
        top: 50%;
        color: #fff;
        float: right;
        z-index: 1;
        cursor: pointer;
        font-size: 27px;
        margin-right: 30px;
        transform: translateY(-50%);
    }
    
    #lupa-icone-pc{
        display: none;
    }
    
    #campo-pesquisar-mobile{
        width: 60%;
        height: 35px;
        display: none;
        padding-left: 15px;
        border: 1px solid rgba(0, 0, 0, 0.2);
        margin: 15px 40px;
        background-color: #f5f5f5;
    }
    
    #logo{
        position: relative;
        width: 250px;
        left: 50%;
        top:0%;
        margin: 60px 0px;
        transform: translateX(-50%);
    }
    
    .titulo-logo{
        position: relative;
        color: #353738;
        width: 100%;
        text-align: center;
        margin: -10px 0px;
        
    }
    
    #titulo-1{
        position: relative;
        width: 100%;
        lft: 50%;
        display: flex;
        font-siz: 40px;
        top:-40px;
        font-family: 'Dancing Script', cursive;
        text-align: center;
        justify-content: center;
        backgroun-color: red;
        
    }
    
    #titulo-2{
        position: relative;
        wid=th: 100%;
        margin-top: 5px;
        font-ize: 18px;
        display: flex;
        text-align: center;
        justify-content: center;
    }
    
    #campo-pesquisar-pc{
        width: 450px;
        height: 45px;
        display: none;
        padding-left: 15px;
        border: 1px solid rgba(0, 0, 0, 0.2);
        margin: 60px 50%;
    }
    
    .container-header-redes-sociais{
        display:none
    }
    
    nav{
        position: relative;
        width: 100%;
        heght: 60px;
        left: 50%;
        overflow-x: scroll;
        background: #353738;
        margin-top: -30px;
        transform: translateX(-50%);
    }
    
    nav::-webkit-scrollbar{
        width: 10px;
        height: 10px;
        background: rgba(128, 127, 128, 0.6);
    }
    
    nav::-webkit-scrollbar-thumb{
        width: 10px;
        height: 10px;
        border-bottom-right-radius: 20px;
        background: #031d38;
    }
    
    nav .ul{
        position: relative;
        display: flex;
        left: 50%;
        text-align:center;
        transform: translateX(-50%);
    }
    
    nav .ul a{
        color: #fff;
        width: 190px;
        height: 80px;
        font-size: 15px;
        padding-left: 5px;
        padding-top: 25px;
        text-align: center;
        text-decoration: none;
        border-right: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    nav .ul a:hover{
        background-color: rgba(255, 255, 255, 0.2);
    }
    
    nav .ul li{
        width: 110px;
        list-style: none;
    }
    
    
    .container-img-main{
        position: relative;
        width: 100%;
        left: 50%;
        heiht: 500px;
        overflow: hidden;
        backgrund-color: pink;
        transform: translateX(-50%);
    }
    
    .contaier-img-main img{
        width: 100%;
        border: 1px solid rgba(0, 0, 0, 0.1);
    }
    
    .container-img-main img:after{
        position:absolute;
        content:'44ff';
        width:100%;
        height:400px;
        background:red
    }
    
    .carousel-item{
        overflow:hidden
    }
    
    .container-titulo-img{
        position:relative;
        text-align:center;
        font-size:20px;
        op:-180px;
        left:50%;
        color:#fff;
        width:80%;
        transform: translateX(-50%);
    }
    
    .fundo-img{
        position:relative;
        width:100%;
        margin-top:-350px;
        height:350px;
        background:rgba(0, 0, 0, 0.4)
    }
    
    
    .container-projectos-bandeira{
        position: relative;
        width: 90%;
        left: 50%;
		display:none;
        border-radius: 5px;
        margin-top: 30px;
        background-color: #2d579c;
        transform: translateX(-50%);
        box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.4);
    }
    
    
    #border-top-noticias{
        position: relative;
        left: 50%;
        width: 90%;
        height: 80px;
        text-align: center;
        margin-top: 60px;
        overflow: hidden;
        transform: translateX(-50%);
        background-color: transparent;
        border-top: 1px solid rgba(0, 0, 0, 0.2);
    }
    
    #border-top-noticias:after{
        position: absolute;
        content: '';
        width: 35px;
        left: 50%;
        height: 35px;
        margin-left: -17.5px;
        background: #353738;
        margin-top: -25px;
        transform: rotate(45deg);
    }
    
    #titulo-noticias-1{
        position: absolute;
        color: #353738;
        width: 100%;
        display: flex;
        margin-top: 40px;
        font-size: 22px;
        justify-content: center;
    }
    
    .container-noticias{
        position: relative;
        width: 90%;
        heiht: 400px;
        left: 50%;
        color: #fff;
        padding-top: 20px;
        margin-top: -70px;
        border-radius: 5px;
        backgrund-color: #2d579c;
        transform: translateX(-50%);
        bordr: 1px solid rgba(0, 0, 0, 0.1);
    }
    
    .container-noticias .ul .mini-container-noticias{
        margin-top: 100px;
    }
    
    #img-noticias{
        width: 100%;
        border: 1px solid rgba(0, 0, 0, 0.1);
    }
    
    #titulo-noticias{
        margin-top: 20px;
        font-size: 18px;
        color: #2d579c;
    }
    
    #descricao-noticias{
        margin-top: 20px;
        font-sie: 300px;
        color: #353738;
    }
    
    #border-top-data-noticias{
        position: relative;
        left: 50%;
        width: 100%;
        height: 40px;
        text-align: center;
        margin-top: 30px;
        overflow: hidden;
        transform: translateX(-50%);
        background-color: transparent;
        border-top: 0.5px solid rgba(0, 0, 0, 0.1);
    
    }
    
    .container-data-noticias{
        margin: -15px 30px;
        backgrund-color: red;
        color: rgba(0, 0, 0, 0.3);
    }
    
    .container-comentarios-noticias{
        position: relative;
        float: right;
        margin-left: 30px;
        color: rgba(0, 0, 0, 0.3);
    }
    
    .container-comentarios-noticias:hover{
        color: #353738;
        text-decoration: underline;
    }
    
    #border-top-videos{
        position: relative;
        left: 50%;
        width: 90%;
        height: 40px;
        text-align: center;
        margin-top: 100px;
        overflow: hidden;
        transform: translateX(-50%);
        background-color: transparent;
        border-top: 1px solid rgba(0, 0, 0, 0.2);
    }
    
    #border-top-videos:after{
        position: absolute;
        content: '';
        width: 35px;
        left: 50%;
        height: 35px;
        margin-left: -17.5px;
        background: #353738;
        margin-top: -25px;
        transform: rotate(45deg);
    }
    
    #border-top-data-videos{
        position: relative;
        left: 50%;
        width: 100%;
        height: 40px;
        text-align: center;
        margin-top: 30px;
        overflow: hidden;
        transform: translateX(-50%);
        background-color: transparent;
        border-top: 0.5px solid rgba(0, 0, 0, 0.1);
    
    }
    
    .container-data-videos{
        margin: -15px 30px;
        background-colo: red;
        color: rgba(0, 0, 0, 0.3);
    }
    
    .container-comentarios-videos{
        position: relative;
        float: right;
        margin-left: 30px;
        color: rgba(0, 0, 0, 0.3);
    }
    
    .container-comentarios-videos:hover{
        color: #353738;
        text-decoration: underline;
    }
    
    #titulo-videos-1{
        color: #353738;
        font-size: 22px;
        text-align: center;
    }
    
    .container-arrow-left{
        position: absolute;
        width: 60px;
        height: 60px;
        z-index: 200;
        cursor: pointer;
        margin-left: -99%;
        margin-top: 50px;
        border-radius: 50px;
        background: rgba(53, 55, 56, 0.6);
        box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.4);
    }
    
    .container-arrow-right{
        position: absolute;
        width: 60px;
        height: 60px;
        z-index: 2;
        cursor: pointer;
        margin-left: -90px;
        margin-top: 25px;
        border-radius: 50px;
        background: rgba(53, 55, 56, 0.6);
        box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.4);
    }
    
    #arrow-gallery{
        position: absolute;
        left: 50%;
        top: 50%;
        color: #fff;
        font-size: 28px;
        transform: translate(-50%, -50%);
    
    }
    
    .container-videos-1{
        width: 100%;
        heiht: 800px;
        margin-left: 0px;
        margin-top: 50px;
        border-radius: 10px;
    }
    
    .container-videos-1 .owl-carousel{
        position: abslute;
        left: 50%;
        width: 90%;
        display: flex; 
        overflow: hidden;
        margin-top: 0px;
        transform: translateX(-45%);
    }
    
    .container-videos-1 .item{
        width: 90%;
        heght: 500px;
        magin-left: 0px;
        backround: pink;
        border-adius: 10px;
        transform: scale(0.9);
        transition: all 2s;
        boder: 2px solid rgba(0, 0, 0, 0.1);
    }
    
    .container-videos-1 .item:hover{
        transform: scale(1);
    }
    
    .owl-theme .owl-dots .owl-dot span{
        display: none;
    }
    
    #videos{
        position: relative;
        left: 50%;
        width: 100%;
        heiht: 200px;
        margin-top: -25px;
        transform: translateX(-50%);
    }
    
    #titulo-videos{
        color: #2d579c;
        margin-top: 20px;
        tex-align: center;
        margin-left: 10px;
    }
    
    .container-concursos{
        position: relative;
        width: 90%;
        height: 65px;
        left: 50%;
        color: #fff;
        cursor: pointer;
        text-align: center;
        padding-top: 20px;
        margin-top: 50px;
        border-radius: 5px;
        background-color: #2d579c;
        transform: translateX(-50%);
        box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.4);
    }
    
    .container-concursos strong{
        font-size: 18px;
    }
    
    .container-quinzenal{
        position: relative;
        width: 90%;
        heigt: 65px;
        left: 50%;
        color: #fff;
        cursor: pointer;
        text-align: center;
        padding-top: 20px;
        margin-top: 20px;
        border-radius: 5px;
        background-color: #2d579c;
        transform: translateX(-50%);
        box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.4);
    }
    
    .container-quinzenal div{
        font-size: 18px;
        height: 50px;
    }
    
    .container-legislacao{
        position: relative;
        width: 90%;
        height: 65px;
        left: 50%;
        color: #fff;
        cursor: pointer;
        text-align: center;
        padding-top: 20px;
        margin-top: 20px;
        border-radius: 5px;
        background-color: #2d579c;
        transform: translateX(-50%);
        box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.4);
    }
    
    .container-legislacao strong{
        font-size: 18px;
    }
    
    footer{
        width:100%;
        heght:800px;
        overflow:hidden;
        margin-top:150px;
        background-color:#031d38
    }
    
    .footer-ul{
        position:relative;
        dispay:flex;
        color:#fff;
        left:50%;
        width:85%;
        backgroud-color:red;
        margin-top:40px;
        transform:translateX(-50%)
    }
    
    
    #titulo-footer-1{
        position:relative;
        font-size:24px;
        margin:0px 0px;
    }
    
    #desc-footer-1{
        font-size:17px;
        margin-top:40px;
        color:rgba(255, 255, 255, 0.7)
    }
    
    #desc-footer-1 li{
        margin-top:20px
    }
    
    .container-2-footer{
        margin-top:50px;
    }
    
    #titulo-footer-2{
        position:relative;
        font-size:24px;
        margin:0px 0px;
    }
    
    #desc-footer-2{
        font-size:17px;
        
    }
    
    #desc-footer-2 div{
        margin-top:30px;
        color:rgba(255, 255, 255, 0.7)
    }
    
    .container-3-footer{
        margin-top:50px;
    }
    
    #titulo-footer-3{`
        position:relative;
        font-size:24px;
        margin:0px 0px;
    }
    
    #desc-footer-3{
        font-size:17px;
        margin-top:40px
    }
    
    #desc-footer-3 li{
        margin-top:25px;
        list-style:none;
        color:rgba(255, 255, 255, 0.7)
    }
    
    .container-4-footer{
        margin-top:50px;
    }
    
    #titulo-footer-4{
        position:relative;
        font-size:24px;
        margin:0px 0px;
    }
    
    #desc-footer-4{
        font-size:17px;
        margin-top:40px;
        margin-left:10px
    }
    
    #desc-footer-4 li{
        margin-top:25px;
        list-style:none;
        color:rgba(255, 255, 255, 0.7)
    }
    
    .container-direitos-autorais{
        position:relative;
        width:100%;
        color:#fff;
        padding-top:100px;
        margin-top:60px;
        background:rgba(0, 2, 5, 0.7);
        text-align:center;
    }
    
    #direitos-autorais{
        position:relative;
        width:90%;
        left:50%;
        margin-top:-60px;
        transform:translateX(-50%)
    
    }
	
	
    a{
        text-decoration: none;
    }
    
    @media only screen and (min-width: 770px) and (max-width: 1054px){
		
		#campo-newsletter{
	position: relative;
	left: 50%;
	width:50%;
	height:55px;
	border:none; 
	color:#fff;
	outline:none;
	padding-left:15px;
	background:#2d579c;
	margin-top:50px;
	border-radius:20px;
	transform: translateX(-50%);
	box-shadow:inset 2px 2px 2px 2px rgba(0, 0, 0, 0.4)
}
	
#lupa-icone-campo-newsletter{
	position:relative;
	margin-left:18%;
	cursor:pointer;
	color:#fff;
	top:5px;
}	
		
        nav .ul a{
            color: #fff;
            width: 190px;
            height: 70px;
            font-size: 15px;
            margin-left: 0px;
            padding-top: 25px;
            text-align: center;
            text-decoration: none;
            border-right: 1px solid rgba(255, 255, 255, 0.1);
        }
        
        nav .ul li{
            width: 170px;
            list-style: none;
        }
     
    .container-projectos-bandeira{
        position: relative;
        width: 750px;
        left: 50%;
        border-radius: 5px;
        margin-top: 30px;
        background-color: #2d579c;
        transform: translateX(-50%);
        box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.4);
    }
    
    .container-sugestoes{
        position: relative;
        width: 750px;
        height: 60px;
        left: 50%;
        color: #fff;
        text-align: center;
        padding-top: 20px;
        margin-top: 30px;
        border-radius: 5px;
        background-color: #2d579c;
        transform: translateX(-50%);
        box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.4);
    }
    
    #border-top-noticias{
        position: relative;
        left: 50%;
        width: 750px;
        height: 80px;
        text-align: center;
        margin-top: 50px;
        overflow: hidden;
        transform: translateX(-50%);
        background-color: transparent;
        border-top: 1px solid rgba(0, 0, 0, 0.2);
    }
    
    .container-noticias{
        position: relative;
        width: 750px;
        heiht: 400px;
        left: 50%;
        color: #fff;
        padding-top: 20px;
        margin-top: -70px;
        border-radius: 5px;
        backround-color: #2d579c;
        transform: translateX(-50%);
        bordr: 1px solid rgba(0, 0, 0, 0.1);
    }
    
    #border-top-videos{
        position: relative;
        left: 50%;
        width: 750px;
        height: 40px;
        text-align: center;
        margin-top: 100px;
        overflow: hidden;
        transform: translateX(-50%);
        background-color: transparent;
        border-top: 1px solid rgba(0, 0, 0, 0.2);
    }
    
    .container-videos-1{
        position: relative;
        left: 50%;
        width: 870px;
        heiht: 800px;
        margin-left: 0px;
        margin-top: 50px;
        border-radius: 10px;
        transform: translateX(-52%);
    }
    
    .container-vdeos-1 .owl-carousel{
        position: relative;
        left: 50%;
        width: 750px;
        display: flex; 
        overflow: hidden;
        margin-top: 0px;
        transform: translateX(-50%);
    }
    
    .container-concursos{
        position: relative;
        width: 750px;
        height: 65px;
        left: 50%;
        color: #fff;
        cursor: pointer;
        text-align: center;
        padding-top: 20px;
        margin-top: 50px;
        border-radius: 5px;
        background-color: #2d579c;
        transform: translateX(-50%);
        box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.4);
    }
    
    .container-quinzenal{
        position: relative;
        width: 750px;
        heigt: 65px;
        left: 50%;
        color: #fff;
        cursor: pointer;
        text-align: center;
        padding-top: 20px;
        margin-top: 20px;
        border-radius: 5px;
        background-color: #2d579c;
        transform: translateX(-50%);
        box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.4);
    }
    
    .container-legislacao{
        position: relative;
        width: 750px;
        height: 65px;
        left: 50%;
        color: #fff;
        cursor: pointer;
        text-align: center;
        padding-top: 20px;
        margin-top: 20px;
        border-radius: 5px;
        background-color: #2d579c;
        transform: translateX(-50%);
        box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.4);
    }
    
    } /*---fim-webkit------*/

    @media only screen and (min-width:1055px) and (max-width:1199px){
		
		#campo-newsletter{
	position: relative;
	left: 50%;
	width:50%;
	height:55px;
	border:none; 
	color:#fff;
	outline:none;
	padding-left:15px;
	background:#2d579c;
	margin-top:50px;
	border-radius:20px;
	transform: translateX(-50%);
	box-shadow:inset 2px 2px 2px 2px rgba(0, 0, 0, 0.4)
}
	
#lupa-icone-campo-newsletter{
	position:relative;
	margin-left:20%;
	cursor:pointer;
	color:#fff;
	top:5px;
}	
	
        header{
            width: 100%;
            height: 70px;
            background-color: #0f4c8a;
        }
        
        #data{
            position: relative;
            display: block;	
            top: 50%;
            overflow:hidden;
            margin-left: 30px;
            color: #fff;
            transform: translateY(-50%);
        }
        
        #btn-modal-newsletter{
            width:140px;
            height:40px;
            border:1px solid rgba(255, 255, 255, 0.3);
            color:#fff;
            outline:none;
            border-radius:5px;
            margin-left:20px;
            background-color:transparent;
            box-shadow:2px 2px 2px 2px rgba(0, 0, 0, 0.2)
        }
        
        #btn-modal-newsletter:hover{
            color:#0f4c8a;
            background-color:#f5f5f5;
            box-shadow:2px 2px 2px 2px rgba(0, 0, 0, 0.2)
        }
        
        .container-languages{
            display: none;
        }
        
        #icone-languages-mobile{
            display: none;
        }
        
        #lupa-icone-mobile{
            display: none;
        }
        
        #campo-pesquisar-mobile{
            width: 60%;
            height: 35px;
            display: none;
            padding-left: 15px;
            border: 1px solid rgba(0, 0, 0, 0.2);
            margin: 15px 40px;
            background-color: #f5f5f5;
        }
        
        #campo-pesquisar-pc{
            position:relative;
            top:-15px;
            width: 30%;
            height: 45px;
            display: block;
            padding-left: 15px;
            border: 1px solid rgba(0, 0, 0, 0.1);
            margin: -130px 30px;
            border-top-right-radius: 20px;
            border-bottom-left-radius: 20px;
        
        }
        
        #logo{
            position: relative;
            width: 250px;
            left: 50%;
            top:0%;
            margin: 60px 0px;
            transform: translateX(-50%);
        }
        
        #titulo-1{
            position: relative;
            width: 100%;
            lft: 50%;
            display: flex;
            font-siz: 40px;
            top:-40px;
            font-family: 'Dancing Script', cursive;
            text-align: center;
            justify-content: center;
            backgroun-color: red;
            
        }
        
        #lupa-icone-pc{
            position:relative;
            display: block;
            font-size: 27px;
            margin: 95px 30%;
            top:-15px;
            color: rgba(0, 0, 0, 0.6);
        }
        
        .container-languages-pc{
            position: relative;
            display: block;
            color: #353738;
            cusor: pointer;
            float: right;
            margin-right: 100px;
            margin-top: -130px;
            transorm: translateY(-50%);
        }
        
        .container-languages-pc ul{
            display: flex;
        }
        
        .container-languages-pc ul li{
            list-style: none;
            font-size: 27px;
            margin-left: 60px;
        }
        
        .container-header-redes-sociais{
            position:relative;
            width:400px;
            display:flex;
            height:100px;
            z-index:200;
            overflow:hidden;
            margin-left:62%;
            margin-top:-180px;
            margin-right:30px;
            backgroud:#0f4c8a;
            border-radius:10px
        }
        
        .container-header-redes-sociais .ul{
            display:flex
        }
        
        .container-header-redes-sociais .ul li{
            list-style:none;
            margin-left:30px
        }
        
        nav{
            position: relative;
            width: 100%;
            heght: 60px;
            left: 50%;
            top: -20px;
            margin-top: 60px;
            overflow-x: scroll;
            background: #0f4c8a;
            transform: translateX(-50%);
        }
        
        nav .ul{
            position: relative;
            width:1200px;
        }
        
        nav .ul a{
            color: #fff;
            width: 190px;
            height: 70px;
            font-size: 15px;
            margin-left: 0px;
            padding-top: 25px;
            text-align: center;
            text-decoration: none;
            border-right: 1px solid rgba(255, 255, 255, 0.1);
        }
        
        nav .ul li{
            width: 170px;
            list-style: none;
        }
            
        .container-1{
            position:relative;
            width:1100px;
            left:50%;
            background:rgba(128, 128, 128, 0.1);
            border: 1px solid rgba(128, 128, 128, 0.1);
            margin-left:-550px;
            transform:scale(0.9);
        }
        
        .container-2{
            position:relative;
            width:1100px;
            left:50%;
            background:rgba(128, 128, 128, 0.1);
            border: 1px solid rgba(128, 128, 128, 0.1);
            margin-left:-550px;
            transform:scale(0.9);
        }
        
        .container-nossos-servicos{
            position:relative;
            width:1100px;
            heiht:400px;
            left:50%;
            margin-top:-200px;
            margin-left:-550px;
            transform:scale(0.9);
        }

        footer{
            width:100%;
            heght:800px;
            overflow:hidden;
            background-color:#080d26
        }
        
        .footer-ul{
            display:flex;
            color:#fff;
            margin-top:40px;
        }
        
        .container-1-footer{
            margin-left:20px;
            width:20%
        }
        
        #titulo-footer-1{
            position:relative;
            font-size:24px;
            margin:0px 0px;
        }
        
        #desc-footer-1{
            font-size:17px;
            margin-top:40px;
            color:rgba(255, 255, 255, 0.7)
        }
        
        #desc-footer-1 li{
            margin-top:20px
        }
        
        .container-2-footer{
            margin-top:0px;
            margin-left:80px;
            width:20%
        }
        
        #titulo-footer-2{
            position:relative;
            font-size:24px;
            margin:0px 0px;
        }
        
        #desc-footer-2{
            font-size:17px;
            
        }
        
        #desc-footer-2 div{
            margin-top:40px;
            color:rgba(255, 255, 255, 0.7)
        }
        
        .container-3-footer{
            margin-top:0px;
            margin-left:100px;
            width:20%
        }
        
        #titulo-footer-3{
            position:relative;
            font-size:24px;
            margin:0px 0px;
        }
        
        #desc-footer-3{
            font-size:17px;
            margin-top:40px
        }
        
        #desc-footer-3 li{
            margin-top:25px;
            list-style:none;
            color:rgba(255, 255, 255, 0.7)
        }
        
        .container-4-footer{
            margin-top:0px;
            margin-left:-30px;
            width:20%
        }
        
        #titulo-footer-4{
            position:relative;
            font-size:24px;
            margin:0px 0px;
        }
        
        #desc-footer-4{
            font-size:17px;
            margin-top:40px;
            margin-left:10px
        }
        
        #desc-footer-4 li{
            margin-top:25px;
            list-style:none;
            color:rgba(255, 255, 255, 0.7)
        }
        
        .container-direitos-autorais{
            position:relative;
            width:100%;
            color:#fff;
            padding-top:60px;
            margin-top:60px;
            background:rgba(0, 2, 5, 0.7);
            text-align:center;
        }
        
        #direitos-autorais{
            margin-top:-40px;
        }
        
            
        }
        
    
    @media only screen and (min-width: 1200px) and (max-width: 1399px){
		#campo-newsletter{
	position: relative;
	left: 50%;
	width:50%;
	height:55px;
	border:none; 
	color:#fff;
	outline:none;
	padding-left:15px;
	background:#2d579c;
	margin-top:50px;
	border-radius:20px;
	transform: translateX(-50%);
	box-shadow:inset 2px 2px 2px 2px rgba(0, 0, 0, 0.4)
}
	
#lupa-icone-campo-newsletter{
	position:relative;
	margin-left:20%;
	cursor:pointer;
	color:#fff;
	top:5px;
}	

	  header{
            width: 100%;
            height: 70px;
            background-color: #0f4c8a;
        }
        
        #data{
            position: relative;
            display: block;	
            top: 50%;
            text-aign: center;
            margin-left: 60px;
            color: #fff;
            transform: translateY(-50%);
        }
        
        #btn-modal-newsletter{
            width:140px;
            height:40px;
            border:1px solid rgba(255, 255, 255, 0.3);
            color:#fff;
            outline:none;
            border-radius:5px;
            margin-left:20px;
            background-color:transparent;
            box-shadow:2px 2px 2px 2px rgba(0, 0, 0, 0.2)
        }
        
        #btn-modal-newsletter:hover{
            color:#0f4c8a;
            background-color:#f5f5f5;
            box-shadow:2px 2px 2px 2px rgba(0, 0, 0, 0.2)
        }
        
        .container-languages{
            display: none;
        }
        
        #icone-languages-mobile{
            display: none;
        }
        
        #lupa-icone-mobile{
            display: none;
        }
        
        #campo-pesquisar-mobile{
            width: 60%;
            height: 35px;
            display: none;
            padding-left: 15px;
            border: 1px solid rgba(0, 0, 0, 0.2);
            margin: 15px 40px;
            background-color: #f5f5f5;
        }
        
        #campo-pesquisar-pc{
            position:relative;
            top:-15px;
            width: 28%;
            height: 45px;
            display: block;
            padding-left: 15px;
            border: 1px solid rgba(0, 0, 0, 0.1);
            margin: -130px 60px;
            border-top-right-radius: 20px;
            border-bottom-left-radius: 20px;
        
        }
        
        #logo{
            position: relative;
            width: 250px;
            left: 50%;
            top:0%;
            margin: 60px 0px;
            transform: translateX(-50%);
        }
        
        #titulo-1{
            position: relative;
            width: 100%;
            lft: 50%;
            display: flex;
            font-siz: 40px;
            top:-40px;
            font-family: 'Dancing Script', cursive;
            text-align: center;
            justify-content: center;
            backgroun-color: red;
            
        }
        
        #lupa-icone-pc{
            position:relative;
            display: block;
            font-size: 27px;
            margin: 95px 30%;
            top:-15px;
            color: rgba(0, 0, 0, 0.6);
        }
        
        .container-languages-pc{
            position: relative;
            display: block;
            color: #353738;
            cusor: pointer;
            float: right;
            margin-right: 100px;
            margin-top: -130px;
            transorm: translateY(-50%);
        }
        
        .container-languages-pc ul{
            display: flex;
        }
        
        .container-languages-pc ul li{
            list-style: none;
            font-size: 27px;
            margin-left: 60px;
        }
        
        .container-header-redes-sociais{
            position:relative;
            width:400px;
            display:flex;
            height:100px;
            z-index:200;
            overfow:hidden;
            margin-left:65%;
            margin-top:-180px;
            margin-right:30px;
            backgroud:#0f4c8a;
            border-radius:10px
        }
        
        .container-header-redes-sociais .ul{
            display:flex
        }
        
        .container-header-redes-sociais .ul li{
            list-style:none;
            margin-left:30px
        }
		
		#phone-mobile{
			display:none
		}
        
        nav{
            position: relative;
            width: 100%;
            heght: 60px;
            left: 50%;
            top: -20px;
            margin-top: 60px;
            overflow-x: scroll;
            background: #0f4c8a;
            transform: translateX(-50%);
        }
        
        nav .ul{
            position: relative;
            width:1200px;
        }
        
        nav .ul a{
            color: #fff;
            width: 190px;
            height: 70px;
            font-size: 15px;
            margin-left: 0px;
            padding-top: 25px;
            text-align: center;
            text-decoration: none;
            border-right: 1px solid rgba(255, 255, 255, 0.1);
        }
        
        nav .ul li{
            width: 170px;
            list-style: none;
        }
        
        .container-projectos-bandeira{
        position: absolute;
        width: 25%;
        left: 0px;
       height:1300px;
        display: flex;
        border-radius: 5px;
        margin-top: 70px;
        margin-right: 30px;
        flex-direction: column;
        justify-content: flex-end;
        background-color: #2d579c;
        transform: translateX(290%);
        box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.4);
    }
    
     #titulo-projectos-bandeira{
        position: relative;
        color: #fff;
		margin-top:-600px;
        font-size: 24px;
        text-align: center;
    }
	
	#titulo-projectos-1{
		 position: relative;
        color: #fff;
		 font-size: 24px;
        text-align: center;
	}
    
    #border-bottom-projectos-bandeira{
        position: relative;
        width: 20%;
        height: 1px;
        left: 50%;
        margin-top: -15px;
        background-color: rgba(255, 255, 255, 0.2);
        transform: translateX(-50%);
    }
	
	#desc-projectos-1{
		position:relative;
		color:rgba(255, 255, 255, 0.8);
		width:80%;
		left: 50%;
		text-align:center;
		margin-top:30px;
		transform: translateX(-50%);
	}
	
    .container-projectos-bandeira .ul{
		position:relative;
        display: flex;
        top: -200px;
        flex-direction: column;
    }
    
    .container-projectos-bandeira .ul a{
        color: #fff;
        height: 40px;
        font-size: 19px;
        padding-top: 5px;
        margin-top: 5px;
        text-align: center;
        text-decoration: none;
    }
    
    .container-projectos-bandeira .ul a:hover{
        background-color: rgba(0, 0, 0, 0.4);
    }
		
        #border-top-noticias{
            position: relative;
            left: 0px;
            width: 64%;
            height: 80px;
            text-align: center;
            margin-top: 70px;
            margin-left: 50px;
            overflow: hidden;
            transform: translateX(0px);
            background-color: transparent;
            border-top: 2px solid rgba(0, 0, 0, 0.3);
        } 
        
        #titulo-noticias-1{
            color: #353738;
            font-size: 22px;
            margin-top: 40px;
        }
        
        .container-noticias{
            position: relative;
            width: 65%;
            heiht: 400px;
            left: 0px;
            color: #fff;
            padding-top: 20px;
            margin-top: -80px;
            margin-left: 50px;
            border-radius: 5px;
            backround-color: #2d579c;
            transform: translateX(0px);
            boder: 1px solid rgba(0, 0, 0, 0.1);
        }
        
        #img-noticias{
            width: 100%;
            eight: 400px;
            border: 1px solid rgba(0, 0, 0, 0.1);
        }
        
        #titulo-noticias{
            margin-top: 20px;
            font-size: 18px;
            color: #2d579c;
        }
        
        #descricao-noticias{
            margin-top: 20px;
            font-sie: 300px;
            color: #353738;
        }
        
        .container-videos-1{
            transform: translateX(-3%);
        }
        
        .container-vdeos-1 .owl-carousel{
            position: relative;
            left: 50%;
            width: 750px;
            display: flex; 
            overflow: hidden;
            margin-top: 0px;
            transform: translateX(-50%);
        }
        
        .container-concursos{
            position: relative;
            width: 30%;
            height: 65px;
            left: 0px;
            color: #fff;
            cursor: pointer;
            text-align: center;
            padding-top: 20px;
            margin-top: 50px;
            margin-left: 4.1%;
            border-radius: 5px;
            background-color: #2d579c;
            transform: translateX(0px);
            box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.4);
        }
        
        .container-quinzenal{
            position: relative;
            width: 30%;
            height: 65px;
            left: 0px;
            color: #fff;
            cursor: pointer;
            text-align: center;
            padding-top: 15px;
            margin-top: -65px;
            margin-left: 35%;
            border-radius: 5px;
            background-color: #2d579c;
            transform: translateX(0px);
            box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.4);
        }
        
        .container-legislacao{
            position: relative;
            width: 30%;
            height: 65px;
            left: 0px;
            color: #fff;
            cursor: pointer;
            text-align: center;
            padding-top: 20px;
            margin-top: -65px;
            margin-left: 66%;
            border-radius: 5px;
            background-color: #2d579c;
            transform: translateX(0px);
            box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.4);
        }
        
        footer{
            width:100%;
            heght:800px;
            overflow:hidden;
            margin-top:100px;
            background-color:#080d26
        }
        
        .footer-ul{
            display:flex;
            color:#fff;
            margin-top:40px;
        }
        
        .container-1-footer{
            margin-left:20px;
            width:20%
        }
        
        #titulo-footer-1{
            position:relative;
            font-size:24px;
            margin:0px 0px;
        }
        
        #desc-footer-1{
            font-size:17px;
            margin-top:40px;
            color:rgba(255, 255, 255, 0.7)
        }
        
        #desc-footer-1 li{
            margin-top:20px
        }
        
        .container-2-footer{
            margin-top:0px;
            margin-left:80px;
            width:20%
        }
        
        #titulo-footer-2{
            position:relative;
            font-size:24px;
            margin:0px 0px;
        }
        
        #desc-footer-2{
            font-size:17px;
            
        }
        
        #desc-footer-2 div{
            margin-top:40px;
            color:rgba(255, 255, 255, 0.7)
        }
        
        .container-3-footer{
            margin-top:0px;
            margin-left:100px;
            width:20%
        }
        
        #titulo-footer-3{
            position:relative;
            font-size:24px;
            margin:0px 0px;
        }
        
        #desc-footer-3{
            font-size:17px;
            margin-top:40px
        }
        
        #desc-footer-3 li{
            margin-top:25px;
            list-style:none;
            color:rgba(255, 255, 255, 0.7)
        }
        
        .container-4-footer{
            margin-top:0px;
            margin-left:-30px;
            width:20%
        }
        
        #titulo-footer-4{
            position:relative;
            font-size:24px;
            margin:0px 0px;
        }
        
        #desc-footer-4{
            font-size:17px;
            margin-top:40px;
            margin-left:10px
        }
        
        #desc-footer-4 li{footer{
	width:100%;
	heght:800px;
	overflow:hidden;
	margin-top:100px;
	background-color:#080d26
}

.footer-ul{
	display:flex;
	color:#fff;
	margin-top:40px;
}

.container-1-footer{
	margin-left:20px;
	width:20%
}

#titulo-footer-1{
	position:relative;
	font-size:24px;
	margin:0px 0px;
}

#desc-footer-1{
	font-size:17px;
	margin-top:40px;
	color:rgba(255, 255, 255, 0.7)
}

#desc-footer-1 li{
	margin-top:20px
}

.container-2-footer{
	margin-top:0px;
	margin-left:80px;
	width:20%
}

#titulo-footer-2{
	position:relative;
	font-size:24px;
	margin:0px 0px;
}

#desc-footer-2{
	font-size:17px;
	
}

#desc-footer-2 div{
	margin-top:40px;
	color:rgba(255, 255, 255, 0.7)
}

.container-3-footer{
	margin-top:0px;
	margin-left:100px;
	width:20%
}

#titulo-footer-3{
	position:relative;
	font-size:24px;
	margin:0px 0px;
}

#desc-footer-3{
	font-size:17px;
	margin-top:40px
}

#desc-footer-3 li{
	margin-top:25px;
	list-style:none;
	color:rgba(255, 255, 255, 0.7)
}

.container-4-footer{
	margin-top:0px;
	margin-left:-30px;
	width:20%
}

#titulo-footer-4{
	position:relative;
	font-size:24px;
	margin:0px 0px;
}

#desc-footer-4{
	font-size:17px;
	margin-top:40px;
	margin-left:10px
}

#desc-footer-4 li{
	margin-top:25px;
	list-style:none;
	color:rgba(255, 255, 255, 0.7)
}

.container-direitos-autorais{
	position:relative;
	width:100%;
	color:#fff;
	padding-top:60px;
	margin-top:60px;
	background:rgba(0, 2, 5, 0.7);
	text-align:center;
}

#direitos-autorais{
	margin-top:-40px;
}
            margin-top:25px;
            list-style:none;
            color:rgba(255, 255, 255, 0.7)
        }
        
        .container-direitos-autorais{
            position:relative;
            width:100%;
            color:#fff;
            padding-top:60px;
            margin-top:60px;
            background:rgba(0, 2, 5, 0.7);
            text-align:center;
        }
        
        #direitos-autorais{
            margin-top:-40px;
        }
    
    } /*---fim-webkit------*/
    
    @media only screen and (min-width: 1400px) and (max-width: 5000px){
    body{
        backgroud: red;
    }
	
	#campo-newsletter{
	position: relative;
	left: 50%;
	width:30%;
	height:55px;
	border:none; 
	color:#fff;
	outline:none;
	padding-left:15px;
	background:#2d579c;
	margin-top:50px;
	border-radius:20px;
	transform: translateX(-50%);
	box-shadow:inset 2px 2px 2px 2px rgba(0, 0, 0, 0.4)
}
	
#lupa-icone-campo-newsletter{
	position:relative;
	margin-left:31%;
	cursor:pointer;
	color:#fff;
	top:5px;
}	
    
    header{
        width: 100%;
        height: 70px;
        background-color: #0f4c8a;
    }
	#phone-mobile{
			display:none
		}
    
    #data{
        position: relative;
        display: block;	
        top: 50%;
        text-aign: center;
        margin-left: 80px;
        color: #fff;
        transform: translateY(-50%);
    }
    
    #btn-modal-newsletter{
        width:140px;
        height:40px;
        border:1px solid rgba(255, 255, 255, 0.3);
        color:#fff;
        outline:none;
        border-radius:5px;
        margin-left:20px;
        background-color:transparent;
        box-shadow:2px 2px 2px 2px rgba(0, 0, 0, 0.2)
    }
    
    #btn-modal-newsletter:hover{
        color:#0f4c8a;
        background-color:#f5f5f5;
        box-shadow:2px 2px 2px 2px rgba(0, 0, 0, 0.2)
    }
    
    .container-languages{
        display: none;
    }
    
    #icone-languages-mobile{
        display: none;
    }
    
    #lupa-icone-mobile{
        display: none;
    }
    
    #campo-pesquisar-mobile{
        width: 60%;
        height: 35px;
        display: none;
        padding-left: 15px;
        border: 1px solid rgba(0, 0, 0, 0.2);
        margin: 15px 40px;
        background-color: #f5f5f5;
    }
    
    #campo-pesquisar-pc{
        position:relative;
        width: 28%;
        height: 45px;
        top:-15px;
        display: block;
        padding-left: 15px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        margin: -130px 80px;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 20px;
    
    }
    
    #logo{
        position: relative;
        width: 250px;
        left: 50%;
        top:0%;
        margin: 60px 0px;
        transform: translateX(-50%);
    }
    
    #titulo-1{
        position: relative;
        width: 100%;
        lft: 50%;
        display: flex;
        font-siz: 40px;
        top:-40px;
        font-family: 'Dancing Script', cursive;
        text-align: center;
        justify-content: center;
        backgroun-color: red;
        
    }
    
    #lupa-icone-pc{
        position:relative;
        display: block;
        font-size: 27px;
        top:-15px;
        margin: 95px 29%;
        color: rgba(0, 0, 0, 0.6);
    }
    
    .container-languages-pc{
        position: relative;
        display: block;
        color: #353738;
        cusor: pointer;
        float: right;
        margin-right: 100px;
        margin-top: -130px;
        transorm: translateY(-50%);
    }
    
    .container-languages-pc ul{
        display: flex;
    }
    
    .container-languages-pc ul li{
        list-style: none;
        font-size: 27px;
        margin-left: 60px;
    }
    
    .container-header-redes-sociais{
        position:relative;
        width:400px;
        display:flex;
        height:100px;
        z-index:200;
        overfow:hidden;
        margin-left:65%;
        margin-top:-180px;
        margin-right:30px;
        backgroud:#0f4c8a;
        border-radius:10px
    }
    
    .container-header-redes-sociais .ul{
        display:flex
    }
    
    .container-header-redes-sociais .ul li{
        list-style:none;
        margin-left:30px
    }
    
    nav{
        position: relative;
        width: 100%;
        heght: 60px;
        left: 50%;
        top: -20px;
        margin-top:60px;
        overflow-x: scroll;
        background: #0f4c8a;
        transform: translateX(-50%);
    }
    
    nav .ul{
        position: relative;
        width:1100px;
    }
    
    nav .ul a{
        color: #fff;
        width: 190px;
        height: 70px;
        font-size: 15px;
        margin-left: 0px;
        padding-top: 25px;
        text-align: center;
        text-decoration: none;
        border-right: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    nav .ul li{
        width: 170px;
        list-style: none;
    }
    
    .container-languages{
        display: block;
    }
    
    .container-projectos-bandeira{
        position: absolute;
        width: 25%;
        left: 0px;
       height:1150px;
        display: flex;
        border-radius: 5px;
        margin-top: 70px;
        margin-right: 30px;
        flex-direction: column;
        justify-content: flex-end;
        background-color: #2d579c;
        transform: translateX(290%);
        box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.4);
    }
    
     #titulo-projectos-bandeira{
        position: relative;
        color: #fff;
		margin-top:-600px;
        font-size: 24px;
        text-align: center;
    }
	
	#titulo-projectos-1{
		 position: relative;
        color: #fff;
		 font-size: 24px;
        text-align: center;
	}
    
    #border-bottom-projectos-bandeira{
        position: relative;
        width: 20%;
        height: 1px;
        left: 50%;
        margin-top: -15px;
        background-color: rgba(255, 255, 255, 0.2);
        transform: translateX(-50%);
    }
	
	#desc-projectos-1{
		position:relative;
		color:rgba(255, 255, 255, 0.8);
		width:80%;
		left: 50%;
		text-align:center;
		margin-top:30px;
		transform: translateX(-50%);
	}
	
    .container-projectos-bandeira .ul{
		position:relative;
        display: flex;
        top: -130px;
        flex-direction: column;
    }
    
    .container-projectos-bandeira .ul a{
        color: #fff;
        height: 40px;
        font-size: 19px;
        padding-top: 5px;
        margin-top: 5px;
        text-align: center;
        text-decoration: none;
    }
    
    .container-projectos-bandeira .ul a:hover{
        background-color: rgba(0, 0, 0, 0.4);
    }
     
    #border-top-noticias{
        position: relative;
        left: 0px;
        width: 65%;
        height: 80px;
        text-align: center;
        margin-top: 70px;
        margin-left: 50px;
        overflow: hidden;
        transform: translateX(0px);
        background-color: transparent;
        border-top: 2px solid rgba(0, 0, 0, 0.3);
    } 
    
    #titulo-noticias-1{ /*---titulo da toda noticia---*/
        color: #353738;
        font-size: 22px;
        margin-top: 40px;
    }
    
    .container-noticias{
        position: relative;
        width: 75%;
        heiht: 400px;
        left: 0px;
        color: #fff;
        overflow: hidden;
        padding-top: 20px;
        margin-top: -70px;
        margin-left: 50px;
        border-radius: 5px;
        backround-color: #2d579c;
        transform: translateX(0px);
        boder: 1px solid rgba(0, 0, 0, 0.1);
    }
    
    .container-noticias .ul .mini-container-noticias{
        position: relative;
        margin-top: 100px;
        diplay: inline-flex;
    }
    
    #img-noticias{
        width: 500px;
        eight: 400px;
        border-radius: 20px;
        border: 1px solid rgba(0, 0, 0, 0.1);
    }
    
    .mini-container-titulo-desc-data{
        position: relative;
        margin-top: -270px;
    }
    
    #titulo-noticias{ 
        position: relative;
        margin-left: 530px;
        margin-top: -135px;
        font-size: 22px;
        color: #2d579c;
        width: 40%;
    }
    
    #descricao-noticias{
        position: relative;
        margin-left: 380px;
        margin-top: 20px;
        font-sie: 300px;
        color: #353738;
        width: 40%;
        left: 145px;
        coor: transparent;
        backgrund-color: pink;
    }
    
    .titulo-noticias-1{
        /*---cada noticia---*/
    }

    #mini-container-noticias-2{
        position: relative;
        margin-top:0px
    }

    .img-noticias-2{
        position: relative;
        top:50px
    }

    #mini-container-noticias-4{
        position: relative;
        margin-top:0px
    }

    .img-noticias-4{
        position: relative;
        top:70px
    }
    
    #border-top-data-noticias{
        display: none;
    
    }
    
    .container-data-noticias{
        width: 40%;
        margin: 30px 530px;
        background-colo: red;
        color: rgba(0, 0, 0, 0.3);
        backgroud-color: red;
    }
    
    .container-videos-1{
        transform: translateX(-3%);
    }
    
    .container-vdeos-1 .owl-carousel{
        position: relative;
        left: 50%;
        width: 750px;
        display: flex; 
        overflow: hidden;
        margin-top: 0px;
        transform: translateX(-50%);
    }
    
    
    .container-concursos{
        position: relative;
        width: 30%;
        height: 65px;
        left: 0px;
        color: #fff;
        cursor: pointer;
        text-align: center;
        padding-top: 20px;
        margin-top: 50px;
        margin-left: 4.1%;
        border-radius: 5px;
        background-color: #2d579c;
        transform: translateX(0px);
        box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.4);
    }
    
    .container-quinzenal{
        position: relative;
        width: 30%;
        height: 65px;
        left: 0px;
        color: #fff;
        cursor: pointer;
        text-align: center;
        padding-top: 15px;
        margin-top: -65px;
        margin-left: 35%;
        border-radius: 5px;
        background-color: #2d579c;
        transform: translateX(0px);
        box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.4);
    }
    
    .container-legislacao{
        position: relative;
        width: 30%;
        height: 65px;
        left: 0px;
        color: #fff;
        cursor: pointer;
        text-align: center;
        padding-top: 20px;
        margin-top: -65px;
        margin-left: 66%;
        border-radius: 5px;
        background-color: #2d579c;
        transform: translateX(0px);
        box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.4);
    }
    
    footer{
        width:100%;
        heght:800px;
        overflow:hidden;
        margin-top:100px;
        background-color:#080d26
    }
    
    .footer-ul{
        display:flex;
        color:#fff;
        margin-top:40px;
    }
    
    .container-1-footer{
        margin-left:60px;
        width:20%
    }
    
    #titulo-footer-1{
        position:relative;
        font-size:24px;
        margin:0px 0px;
    }
    
    #desc-footer-1{
        font-size:17px;
        margin-top:40px;
        color:rgba(255, 255, 255, 0.7)
    }
    
    #desc-footer-1 li{
        margin-top:20px
    }
    
    .container-2-footer{
        margin-top:0px;
        margin-left:80px;
        width:20%
    }
    
    #titulo-footer-2{
        position:relative;
        font-size:24px;
        margin:0px 0px;
    }
    
    #desc-footer-2{
        font-size:17px;
        
    }
    
    #desc-footer-2 div{
        margin-top:40px;
        color:rgba(255, 255, 255, 0.7)
    }
    
    .container-3-footer{
        margin-top:0px;
        margin-left:100px;
        width:20%
    }
    
    #titulo-footer-3{
        position:relative;
        font-size:24px;
        margin:0px 0px;
    }
    
    #desc-footer-3{
        font-size:17px;
        margin-top:40px
    }
    
    #desc-footer-3 li{
        margin-top:25px;
        list-style:none;
        color:rgba(255, 255, 255, 0.7)
    }
    
    .container-4-footer{
        margin-top:0px;
        margin-left:-30px;
        width:20%
    }
    
    #titulo-footer-4{
        position:relative;
        font-size:24px;
        margin:0px 0px;
    }
    
    #desc-footer-4{
        font-size:17px;
        margin-top:40px;
        margin-left:10px
    }
    
    #desc-footer-4 li{
        margin-top:25px;
        list-style:none;
        color:rgba(255, 255, 255, 0.7)
    }
    
    .container-direitos-autorais{
        position:relative;
        width:100%;
        color:#fff;
        padding-top:60px;
        margin-top:60px;
        background:rgba(0, 2, 5, 0.7);
        text-align:center;
    }
    
    #direitos-autorais{
        margin-top:-40px;
    }
    
    } /*---fim-webkit------*/