@charset "utf-8";
/* CSS Document */

	@import url('https://fonts.googleapis.com/css?family=Fjalla+One');
	@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
	
	
	.bg-dark2 { 
		background-color: #000; 
	} 
	.bg-dark3 { background-image:url(https://www.portimonensesad.pt/img/site/bf-toggle4.jpg); 
	} 
	/*separadores*/
	.spacer1 {
	  height: 1px !important;
	}
	.spacer3 {
	  height: 3px;
	}
	.spacer6 {
	  height: 6px;
	}
	.spacer10 {
	  height: 10px;
	}
	.spacer15 {
	  height: 15px;
	}
	.spacer20 {
	  height: 20px;
	}
	.spacer50 {
	  height: 50px;
	}
	
	.nav-link{
		font-family: "Poppins", sans-serif; font-weight: 600;
		/*font-family: 'Fjalla One'!important;*/
	}
	

	  
	/* link branco*/
	.link_branco_13 a {		        	font-family: Arial; color:#fff; font-weight: normal !important;; font-size:11px; text-decoration:none; }
	.link_branco_13 a:link      {		font-family: Arial; color:#fff; font-weight: normal !important;; font-size:11px; text-decoration:none; }
	.link_branco_13 a:visited  {		font-family: Arial; color:#fff; font-weight: normal !important;; font-size:11px; text-decoration:none; }
	.link_branco_13 a:hover    {		font-family: Arial; color:#fcb231; font-weight: normal !important;; font-size:11px;	text-decoration:underline; }
	  @media (max-width: 1100px) {
		 .myclass > div { margin-bottom: 10px; } /*separador em altura das colunas */
	  }
	  
	
	@media only screen and (max-width: 1200px) {
	  .navbar-collapse {
		background-image: url("https://www.portimonensesad.pt/img/site/bf-toggle4.jpg"); /* assuming img folder is one step back from css*/
		  border: 2px solid #9d9d9d;
	  padding: 5px;
	
	  }
	}

	.back-05 { 
		background-color:#000000;
	}   
	
.link_branco_14 a {		         color:#fff; font-weight: normal !important;; font-size:14px; text-decoration:none; }
.link_branco_14 a:link      {	 color:#fff; font-weight: normal !important;; font-size:14px; text-decoration:none; }
.link_branco_14 a:visited  {		 color:#fff; font-weight: normal !important;; font-size:14px; text-decoration:none; }
.link_branco_14 a:hover    {		 color:#fcb231; font-weight: normal !important;; font-size:14px;	text-decoration:underline; }


	.carousel-item .img-carrousel {
		width:100%;     /* ############ Estava nos 90% #############################################*/
		max-height: 200px; /* ############ ALTURA DA IMAGEM #############################################*/
		object-position: center top;
		object-fit:cover; text-align:center !important;
	}
	
	.carousel-item {
		transition: transform 0.6s ease-in-out; /* Adjust this value to control the transition duration */
	}
	
	/* Ensure smooth transitions */
	.carousel-inner {
		transition: transform 1s ease-in-out;
	}
	
	/* Align carousel-caption to the left */
	.carousel-caption {
		position: absolute; 
		font-family: "Poppins", sans-serif;
		right: 0 !important; 
		left: 0 !important;
		bottom: 2rem;
		/*left: 480px !important;*/
		color: white; 
		font-weight:bold;
		font-size: 2em;
		opacity: 0;
		transition: opacity 8s ease;
		z-index: 6; text-align:center; 
		text-transform:uppercase;
	}
	
	/* Class to show caption */
	.carousel-caption.show-caption {
		opacity: 1; /* Make visible */
	}
	
	.carousel-item .gradient-overlay {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 50%; /* Adjust based on where you want the gradient to appear */
		background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
		opacity: 0; /* Initially hidden */
		transition: opacity 1s ease-in-out;
		transition-delay: 1s; /* Delay start of transition */
	}
	
	.carousel-item.show-gradient .gradient-overlay {
		opacity: 1; /* Make gradient visible */
	}				
	
	.carousel-control-prev-icon, .carousel-control-next-icon {
		height: 50px;
		width: 50px;
		background-color: rgba(0, 0, 0, 0.3);
		background-size: 70%, 70%; /* Ajusta o tamanho do ícone da seta */
		background-position: center; /* Centraliza o ícone dentro do círculo */
		border-radius: 50%;
		border: 0px solid black; /* Define a borda preta */
		padding: 12px; /* Aumenta o espaço interno, criando mais espaço entre a seta e a borda */
		transition: transform 0.3s ease, background-color 0.3s ease; /* Transição suave para a transformação e a cor de fundo */
	}
	
	.carousel-control-prev-icon:hover, .carousel-control-next-icon:hover {
		background-color: rgba(0, 0, 0, 0.5); /* Muda a cor de fundo ao passar o mouse */
		transform: scale(1); /* Aumenta o tamanho ao passar o mouse */
	}
	
	
	/* Progress bar container */
	.progress {
		height: 3px;
		width: 100%;
		object-position: center top;
		object-fit:cover; text-align:center !important;
		background-color: rgba(0, 0, 0, 0); /* Fundo progress bar rgba(0, 0, 0, 1)*/
	}
	
	/* Progress bar */
	.progress-bar {
		height: 100%;
		background-color: rgba(178, 160, 94, 1); /* Barra laranja */
	}
	@media (max-width: 1850px) { 
		.carousel-caption {
		/*left: 370px !important;*/
		}
	} 
	
	
	@media (max-width: 1490px) { 
		.progress {
		width: 100%;
		}						
		.carousel-item .img-carrousel {/* ############ ALTURA DA IMAGEM #############################################*/
		left: 50px !important;
		width:100%;  
		}
		.controls {
		left: 10px;
		height: 30px;
		position: absolute;
		
		width: 60px;
		}
		.carousel-caption {
		/*left: 50px !important;*/
		bottom: 20px;
	}											  
	}	
	
	@media (max-width: 800px) { 
		.carousel-caption h5 {
		font-size: 14px;
		}
		.carousel-caption {
		font-size: 1em;
		bottom: 20px;
		}											  
	}				  

.containerX{
	max-width: 1250px !important; text-align:center;
	
}

.card1_news{
    background: #fff;
	/*
    box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
    transition: 0.5s ease;
	text-decoration:none !important;
	*/
	border: none; 
}

#nounderline { 
	text-decoration:none !important;  
}
.text-primary3{font-family: "Roboto", sans-serif;color:blue; }
 .card1_box_desc{ 
   font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
	padding-top:5px; 
	padding-left:5px; 
	padding-bottom:3px; 
	padding-right:5px;
	text-decoration:none; 
	color:#3e3e3e; 
	font-size:15px; 
	line-height: 18px;
	overflow: hidden;
		display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	transition: all 0.3s ease-in-out;
}

.txt12_cinrza  { 
	color:#707070; 
	font-size: 10px; 
	text-align:right; 
	padding-top:5px; 
	padding-right:5px; 
	line-height:10px !important;
}

.title_card  { 
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
	color: black; 
	font-size: 1em;
	/*text-transform:uppercase;*/
	text-align:left;
	line-height:100% !important;
	padding-top: 5px;
	padding-left: 5px;
}

/* PRÓXIMO JOGO */
.barra_amarela_topo {
	background-image:url(https://www.portimonensesad.pt/img/site/bg-ultimos2.jpg); 
	background-repeat: no-repeat;
	background-size: 100% auto;
	border-top: 6px solid #EAF44B;
	border-bottom: 6px solid #EAF44B;
}

.mostra_logos_pro_jogo{ 
	color:#fff; 
	margin-top:20px !important;
	display: flex;  /* make the row a flex container */
	align-items: center; /* vertically center each flex item in the container */
}

.mostra_logos_ult_jogo{ 
	color:#fff; 
	margin-top:5px !important;
	display: flex;  /* make the row a flex container */
	align-items: center; /* vertically center each flex item in the container */
}

.txtjg01 {
	font-family: 'Poppins', sans-serif;
	color: #EAF44B; 
	font-style:italic;
	font-weight: 600;
}

.btinf {
	left: 5px;  
	background-color: #D8D8D8; /*  */
	border: none;
	color: black;
	padding: 1px; 
	padding-left:10px; 
	padding-right:10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	border-radius: 2px	
}

.link_btinf a          { color:#000; font-family: 'Fjalla One'; font-weight: normal !important;;  text-decoration:none; }
.link_btinf a:link     { color:#000; font-family: 'Fjalla One'; font-weight: normal !important;;  text-decoration:none; }
.link_btinf a:visited  { color:#000; font-family: 'Fjalla One'; font-weight: normal !important;;  text-decoration:none; }
.link_btinf a:hover    { color:blue; font-family: 'Fjalla One'; font-weight: normal !important;; 	text-decoration:none; }

.mostra_pro_jogo{ 
font-family: "Poppins", sans-serif;
	text-align:center; 
	background-color: #EAF44B; 
	padding: 2px !important; 
	margin-top: 10px; 
	font-weight:bold;
	font-size: 1em
}
.mostra_ult_jogo{ 
font-family: "Poppins", sans-serif;
	text-align:center; 
	background-color: #000; 
	padding: 2px !important; 
	margin-top: 10px; 
	font-weight:bold;
	font-size: 1em;
	color: #fff;
}

.container2 {
  position: relative;

}
 .centeredv2 {
  position: absolute; 
  bottom: 0; 
  background: red;
  width: 60px;
  color: white;
  font-size: 1em;
  padding: 1px;
  text-align: center;
}

.container2 .centeredv2 {
	opacity: 1;
}

 .centeredv3 {
  position: absolute; 
  bottom: 0; 
  background: green;
  width: 60px;
  color: white;
  font-size: 1em;
  padding: 1px;
  text-align: center;
}

.container2 .centeredv3 {
	opacity: 1;
}

.barra_preta_Ult_jogo {
	background-image:url(https://www.portimonensesad.pt/img/site/bg-next.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
 	border-top: 6px solid #000; 
	border-left: 1px solid #000; 
	border-right: 1px solid #000; 
	border-bottom: 6px solid #000;
} 

.box_gol {
	border-radius: 5px 5px;
	font-family: 'Fjalla One';
	font-size:30px; 
	font-weight:600;
	color:#FFFFFF; 
	background-color: #222222;
	border: 5px solid #222222;
	padding: 10px;
  }


.bg-gray{ background-color: #e8e8e8;}
.txt_box {font-family: 'Poppins';font-weight: 700;}
.txt_box2{font-family: 'Poppins';font-weight: 600;}
.txt_box3{font-family: 'Roboto';font-weight: 500; font-size:100%}

.emb_perc{ width: 70%;}

.card1_box_title{ 
	padding:5px; 
	color:#000; 
	line-height:19px; 
	font-weight:600;
}


button.b4 {font-family: "Roboto", sans-serif;
	border: 1px solid;
	padding: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: black;
	color: white;
	width: 18rem;
	height: 3rem;
	line-height: 2rem;
	text-align: center;
	font-size: 1.2rem;
	opacity: 1;
	transition: background 0.5s, color 0.5s; /* Transition nas propriedades desejadas */
	cursor: pointer;
	border-radius: 5px;
}

button.b4:hover {
	background: white;
	color: black;
}

 button.b5 {
	border: 1px solid;
	padding: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #989898;
	color: white;
	width: 8rem;

	line-height: 1rem;
	text-align: center;
	font-size: 1rem;
	opacity: 1;
	transition: background 0.5s, color 0.5s; /* Transition nas propriedades desejadas */
	cursor: pointer;
	border-radius: 4px;
}

button.b5:hover {
	background: white;
	color: black;
}