/*
Theme Name: nordeste
Theme URI: https://protic.pt/
Author: Protic
Text Domain: nordeste
*/

/*=== Para Estilos Específicos Partilhados a Usar no Editor (Backoffice) ===*/
@import 'editor-style.css';


body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  /*font-family: marvel-regular, Helvetica Neue, Helvetica, Arial, sans-serif;*/
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}



a{
	text-decoration: none;
}

img.alignright{
    padding-left: 1em;
    float: right;
}

img.alignleft{
    padding-right: 1em;
    float: left;
}

img.aligncenter{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

table{
    margin-bottom: .4em;
    color: #787878;
    font-size: 1em;
    font-weight: 200;
}

.headermenuitem {
    display:inline-block;
    margin-left:-4px;
}

.genericcontent li{
    color: #787878 !important;
    font-size:16px;
}

.beforenextnavigation{
    text-decoration: none;
    text-transform: uppercase;
    font-weight:bold;
}

.genericcontent a{
    text-decoration: none !important;
    color: #003399 !important;
}

.genericcontent a:hover{
    color: #0054E3 !important;
}

.mainsectioncontent a{
    text-decoration: none !important;
    color: #003399 !important;
}

.mainsectioncontent a:hover{
    color: #0054E3 !important;
}

.articlecontent a{
    text-decoration: none !important;
    color: #003399 !important;
}

.articlecontent a:hover{
    color: #0054E3 !important;
}

.maintitle{
    line-height:1.2em !important;
}

.homecaption{
    max-width: 245px !important;
}

.error-404{
	margin-left:20px;
	height:100%;
}

.content-area{
	min-height:250px;
}

.mainsectioncontent{
    min-height: 200px;
}

.sidebar{
	padding-top: 0px !important;
}

.sidebarhomepage{
	padding-top: 20px !important;
	background-color: #4c5258 !important;
}

.destaquelinkcontainer{
	width: 128px !important;
	font-size: 13px !important;
}

.destaquelink{
	padding: 2px 4px !important;
}

.homeoverlay{
	z-index:9999; 
	position: fixed; 
	display: block; 
	background-color:grey; 
	height:100%; 
	width:100%;
}

.homewelcometext {
  cursor: default;
  z-index:10000;
  position:absolute; 
  top: 50px;
  right: 0; 
  bottom: auto; 
  left: 0; 
  margin: auto; 
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: none;
  font: normal 75px/normal "Arizonia", Helvetica, sans-serif;
  color: rgba(255,255,255,1);
  text-align: center;
  -o-text-overflow: clip;
  text-overflow: clip;
  text-shadow: 0 15px 29px rgba(0,0,0,0.0980392) , 10px 20px 5px rgba(0,0,0,0.0470588) , -10px 20px 5px rgba(0,0,0,0.0470588),
  -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;
  }
  
.btn {
  text-transform:uppercase;
  z-index:10000;
  position:absolute; 
  top: auto;
  right: 0; 
  bottom: 50px; 
  left: 0; 
  margin: auto; 
  width:10%;
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: 'PT Sans', sans-serif;
  color: #ffffff;
  font-size: 22px;
  padding: 20px 10px 20px 10px;
  text-decoration: none;
  cursor: pointer;
}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.homelogo{
	text-align:right;
}

.footertitle{
	padding-top: 5%;
    text-align: left;	
}

@media(max-width: 479px) {
	.headermenuitem{
		margin-left: 0px;
	}
}

@media (max-width: 900px) {
	.logo{
		display: none;
	}
}

@media (max-width: 991px) {
	.mainmenulinks{
		padding-right:10px;
		padding-left:10px;
	}
}

@media (max-width: 1126px){
	.mainmenulinks{
		padding-right:13px;
		padding-left:13px;
	}

	.sidebarhomepage{
		width: 125px;
	}
}


/*
 * RR: Videos - Separador Cultura
 */
.wrappervideos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5em
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.video1 {
  width: 271px;
  height: 160px;
  min-width: auto;
  margin-right: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.w-embed.w-iframe.videocultura{
	height: 155px;
}

@media (max-width: 991px) {
h1.videos {
	float: none !important;
}	

 .wrappervideos {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
 }

@media (max-width: 767px) {
  .wrappervideos {
    padding-right: 100px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .video1 {
    width: 250px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

@media (max-width: 479px) {
	
	.w-embed.w-iframe.videocultura{
	height: 200px;
	padding-bottom: 5px;
	}
	
	.wrappervideos {
    padding-right: 0px;
    padding-left: 0px;
  }
  .video1 {
	height: 200px;
    width: 100%;
    margin-left: 5px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
}

@media(max-width: 1660px){
	.content.videos{
		padding-right: 0px !important;
	}
}

/*
 * RR: Ajustes na resolução dos tablets e dispositivos móveis
 */

@media(max-width: 479px){
	.headernav{
		float: none !important;
	}
	.footersmall{
	padding-top:30px;
}
}

@media (max-width: 991px) {
h1 {
	padding-left: 0px !important;
	float: none !important;
}	
}
@media (min-width: 479px) {
.w-col.w-col-8.footertitle{
		padding-left: 40px;
	}
}


@media all and (min-width: 768px) and (max-width: 893px){
.w-col.w-col-4.quickaccess{
		width: 100% !important;
	}
}

.btn.entrar{
	width: 200px;
}