/*
Awesome Template
http://www.templatemo.com/preview/templatemo_450_awesome
*/

body
	{
 		background: #303030;
 		color: #ffffff;
		font-family: 'Open Sans', sans-serif;
		font-weight: 300;
		overflow-x: hidden; /* prevent horizontal scrollbar from appearing */
	}
	
a {
	color: #47C6F8;
}
	
a:hover {
	color: #0FF;
}

/* start h2 */
h2
	{
		text-align: center;
		font-size: 40px;
		padding-bottom: 40px;
	}	
h2 span
	{
		color: #28a7e9;
		font-weight: bold;
	}
/* end h2 */

/* start about team service portfolio contact */
#about, #team, #service,
#portfolio, #contact
	{
		padding-top: 60px;
		padding-bottom: 40px;
	}
/* end about team service portfolio contact */

/* start preloader */
.preloader
	{
		position: fixed;
  		top: 0;
  		left: 0;
  		width: 100%;
  		height: 100%;
  		z-index: 99999;
  		display: -webkit-box;
  		display: -webkit-flex;
  		display: -ms-flexbox;
  		display: flex;
  		-webkit-flex-flow: row nowrap;
  		    -ms-flex-flow: row nowrap;
  		        flex-flow: row nowrap;
  		-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;
  		background: none repeat scroll 0 0 #ffffff;
	}
.sk-spinner-wave.sk-spinner 
	{
  		width: 50px;
  		height: 30px;
  		text-align: center;
  		font-size: 10px; 
  	}
.sk-spinner-wave div 
	{
  		background-color: #333;
  		height: 100%;
  		width: 6px;
  		display: inline-block;
         -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
                 animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
         
    }
.sk-spinner-wave .sk-rect2 
	{
          -webkit-animation-delay: -1.1s;
                  animation-delay: -1.1s; 
      }
.sk-spinner-wave .sk-rect3 
	{
          -webkit-animation-delay: -1s;
                  animation-delay: -1s; 
     }
.sk-spinner-wave .sk-rect4 
	{
          -webkit-animation-delay: -0.9s;
                  animation-delay: -0.9s;
     }
.sk-spinner-wave .sk-rect5 
	{
          -webkit-animation-delay: -0.8s;
                  animation-delay: -0.8s; 
     }

@-webkit-keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
            -webkit-transform: scaleY(0.4);
                    transform: scaleY(0.4); }

  20% {
            -webkit-transform: scaleY(1);
                    transform: scaleY(1); } }

@keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
            -webkit-transform: scaleY(0.4);
                    transform: scaleY(0.4); }

  20% {
            -webkit-transform: scaleY(1);
                    transform: scaleY(1); } }
/* end preloader */

/* start header */
header
	{
		min-height: 20px;
		padding-top: 18px;
		padding-bottom: 10px;
	}
header .fa
	{
		color: #28a7e9;
	}
header span
	{
		font-weight: bold;
		padding-right: 10px;
		padding-left: 4px;
	}
header a
	{
		color: #999;
		font-weight: 600;
	}
header .social-icon
	{
		text-align: right;
	}
header .social-icon li a
	{
		border: none;
		width: 20px;
		height: 20px;
		line-height: 20px;
		text-align: center;
	}
/* end header */

/* start nagivation */
.navbar-default
	{
		background: #fff;
		border: none;
		box-shadow: none;
		margin: 0 !important;
	}
.navbar-default .navbar-brand
	{
		font-weight: 500;
		font-size: 30px;
		height: 70px;
		line-height: 40px;
		padding: 12px 0px 0px 12px;
	}
.navbar-default .navbar-nav li a
	{
		font-weight: bold;
		font-size: 13px;
		height: 70px;
		line-height: 40px;
	}

.navbar-default .navbar-nav > li > a.current { 
	color: #28A7E9; 
}
.templatemo-nav {
	border-radius: 0;	
	width: 100%;
	z-index: 1000;
}
.sticky {	
	position: fixed;
	left: 0;
	top: 0;	
}
/* end navigation */

/* start home */
#home {
    background: url('../images/home-bg.jpg') no-repeat;
    background-size: cover;
    padding-top: -500px; /* Aumente o valor para deixar a imagem mais distante */
    padding-bottom: 100px;
    min-height: 650px;
}

#home h1
	{
		font-weight: 300;
		font-size: 70px;
		padding-bottom: 10px;
	}
#home h1 span
	{
		color: #28a7e9;
		font-weight: bold;
	}
#home .btn
	{
		background: transparent;
		border-radius: 2px;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		margin-top: 20px;
		width: 180px;
		height: 60px;
		padding-top: 18px;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}
#home .btn:hover
	{
		background: #28a7e9;
		border-color: transparent;
	}
.element {
	height: 60px;
	font-size: 16px;
}
/* end home */

/* start about */
#about .media-heading-wrapper
	{
		padding-bottom: 32px;
	}
#about .media-heading-wrapper .fa
	{
		border: 1px solid #fff;
		border-radius: 2px;
		color: #fff;
		font-size: 24px;
		width: 60px;
		height: 60px;
		line-height: 60px;
		text-align: center;
		margin-bottom: 20px;
		margin-right: 20px;
	}
#about .media-heading-wrapper h3
	{
		font-size: 18px;
		font-weight: bold;
		padding-top: 20px;
		padding-left: 52px;
	}
/* end about */

/* start team */
#team .team-wrapper
	{
		background: #404040;
		padding-bottom: 10px;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
		position: relative;
	}
#team .team-wrapper:hover
	{
		cursor: pointer;
		opacity: 0.4;
		bottom: 4px;
	}
#team .team-wrapper .team-des
	{
		padding: 20px;
	}
#team .team-wrapper .team-des span
	{
		color: #28a7e9;
		display: block;
		font-weight: bold;
		padding-bottom: 12px;
	}
/* end team */

/* start service */
#service .col-md-4
	{
		padding: 40px;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}
#service .col-md-4:hover
	{
		background: #505050;
	}
#service .active
	{
		background: #505050;
		padding: 40px;
	}
#service .fa
	{
		border: 1px solid #fff;
		border-radius: 2px;
		color: #fff;
		font-size: 50px;
		width: 100px;
		height: 100px;
		line-height: 100px;
		text-align: center;
	}
#service h4
	{
		color: #28a7e9;
		font-weight: 600;
		padding-top: 10px;
		padding-bottom: 14px;
	}
/* end service */

/* start portfolio */
#portfolio
	{
		padding-bottom: 80px;
	}
#portfolio .col-md-3
	{
		padding: 0px;
	}
	.portfolio-thumb, 
	.portfolio-overlay {
		max-width: 450px;
	}
#portfolio .portfolio-thumb
	{
		overflow: hidden;
		padding: 0;
		margin: 0 auto;
	}
#portfolio .portfolio-thumb .portfolio-overlay
	{
		background: #28a7e9;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;	
		width: 100%;
		height: 100%;
		opacity: 0;
		position: absolute;
		padding: 20px 10px 20px 20px;
		margin-left: auto;
		margin-right: auto;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}
#portfolio .portfolio-thumb .portfolio-overlay h4
	{
		font-weight: bold;
		padding-bottom: 10px;
	}
#portfolio .portfolio-thumb .portfolio-overlay .btn
	{
		background: none;
		border: 1px solid #fff;
		border-radius: 2px;
		color: #fff;
		font-weight: bold;
	}
#portfolio .portfolio-thumb:hover .portfolio-overlay
	{
		cursor: pointer;
		opacity: 0.8;
	}
/* end portfolio */

/* start contact */
#contact
	{
		background: #202020;
	}
#contact .form-control
	{
		background: transparent;
		border: 1px solid #28a7e9;
		border-radius: 2px;
		box-shadow: none;
		color: #fff;
		margin-top: 6px;
		margin-bottom: 16px;
	}
#contact label
	{
		font-weight: 500;
	}
#contact input
	{
		height: 50px;
	}
#contact input[type="submit"]
	{
		background: #28a7e9;
		font-weight: bold;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}
#contact input[type="submit"]:hover
	{
		background: transparent;
	}
#contact address
	{
		border-bottom: 1px solid #505050;
		padding-top: 30px;
	}
#contact address .address-title
	{
		font-weight: bold;
		font-size: 20px;
		padding-bottom: 10px;
	}
#contact address span
	{
		display: block;
		padding-bottom: 30px;
	}
#contact address .fa
	{
		border: 1px solid #fff;
		border-radius: 2px;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		margin-right: 10px;
		margin-bottom: 10px;
	}
/* end contact */

/* start copyright */
#copyright
	{
		padding: 20px;
	}
#copyright p
	{
		font-weight: 400;
	}
/* end copyright */

/* start social icon */
.social-icon
	{
		position: relative;
		padding: 0;
		margin: 0;
	}
.social-icon h4
	{
		display: inline-block;
		padding-right: 20px;
	}
.social-icon li
	{
		display: inline-block;
		list-style: none;
	}
.social-icon li a
	{
		border: 1px solid #fff;
		border-radius: 2px;
		color: #fff;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		text-decoration: none;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
		margin-right: 10px;
	}
.social-icon li a:hover
	{
		background: #28a7e9;
		border-color: transparent;
	}
/* end social icon */

@media only screen and (max-width: 1199px) and (min-width: 992px) {
	#portfolio .portfolio-thumb .portfolio-overlay {
		padding: 0px 8px;
	}
}

/* start 980 media quires */
@media only screen and ( max-width: 980px ) {
	#team .team-wrapper
		{
			margin-top: 40px;
		}
	#portfolio .portfolio-thumb .portfolio-overlay
	{
		background: #28a7e9;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
		position: absolute;
		padding: 40px 10px 20px 20px;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}

}
/* end 360 media quires */

/* start 768 media quires */
@media only screen and ( max-width: 767px ) {
	#home
		{
			min-height: 300px;
			padding-top: 80px;
			padding-bottom: 60px;
		}
	#home h1
		{
			font-size: 52px;
		}

	.templatemo-nav {
		position: fixed;
    	top: 0;
	}
	header {
		margin-top: 70px;
	}
	header .social-icon {
		text-align: left;
	}
	.navbar-toggle {
		margin-top: 15px;
	}
	.navbar-collapse {
		max-height: 300px;
		overflow-y: auto;
	}
	.navbar-default .navbar-nav li a {
		height: 45px;
		padding-top: 5px;
		padding-bottom: 5px;
		line-height: 35px;
	}
}
/* end 768 media quires */

/* start 360 media quires */
@media only screen and ( max-width: 360px ) {
	header .social-icon
		{
			text-align: left;
		}
	#home
		{
			min-height: 200px;
			padding-top: 60px;
			padding-bottom: 40px;
		}
	#home h1
		{
			font-size: 32px;
		}

}


/* modulo do site -  SOBRE NÓS */
#texto-imagem {
	
	background-color: #ffffff; /* Fundo branco */
	color: #333333; /* Texto escuro */
	padding: 20px; /* Espaçamento interno */
  }
  
  #texto-imagem .custom-size {
	display: flex; /* Alinha os itens lado a lado */
	align-items: center; /* Centraliza verticalmente */
	justify-content: center; /* Centraliza horizontalmente */
	max-width: 1200px;
	margin: 0 auto; /* Centraliza o contêiner */
  }
  
  #texto-imagem .imagem img {
	width: 500px; /* Reduz o tamanho da imagem */
	height: auto; /* Mantém a proporção */
	margin-right: 20px; /* Espaço entre a imagem e o texto */
  }
  
  #texto-imagem .texto {
	max-width: 600px; /* Limita a largura do texto */
  }
  
  #texto-imagem .texto h1 {
	font-size: 24px;
	margin-bottom: 10px;
  }
  
  #texto-imagem .texto p {
	font-size: 16px;
	line-height: 1.5;
  }
  

  /* NOSSOS SERVIÇOS */
  
  #servicos {
    background-color: #333;
    color: #ffffff;
    text-align: center;
}

#servicos img {
	
    width: 90%; /* Aumenta o tamanho da imagem para 80% da largura do contêiner */
    max-width: 500px; /* Define um limite máximo para evitar que fiquem grandes demais */
    height: auto; /* Mantém a proporção da imagem */
    margin: 10px 0; /* Adiciona um pequeno espaçamento acima e abaixo das imagens */
    display: inline-block; /* Garante que as imagens fiquem alinhadas dentro do contêiner */
}


.titulo-servicos {
    font-size: 36px; /* Aumenta o tamanho da fonte */
    font-weight: bold; /* Mantém o texto em negrito */
    margin: 20px 0; /* Adiciona espaçamento acima e abaixo do título */
    text-align: center; /* Centraliza o título */
    color: #ffffff; /* (Opcional) Garante que o texto seja branco para contraste com o fundo escuro */
}



  .caixa {
	display: inline-block; /* Faz as caixas ficarem em linha */
	margin: 20px; /* Espaçamento entre as caixas */
	width: 200px; /* Define uma largura para as caixas */
  }
  
  .caixa img {
	width: 100%; /* Faz as imagens ocuparem toda a largura da caixa */
	height: auto; /* Mantém a proporção das imagens */
  }
  
  .caixa p {
	margin-top: 10px; /* Adiciona um espaço entre a imagem e o texto */
  }


  /* sobre nós */
  #sobrenos {
    background-color: white;
    color: #333;
}
#sobrenos .caixa {
    border: 1px solid #222222; /* Opcional, para uma borda suave nas caixas */
    padding: 15px;
    margin: 10px;
}
#sobrenos p {
    color: #333;
}
/* FINAL PARCEIROS */


.logo img {
    width: 150px; /* Ajuste o valor conforme necessário */
    height: auto; /* Mantém a proporção da imagem */
  }



 
      
        .logo img {
          max-width: 100%;
        }
    



		 /* Estilos básicos */
		 .custom-size {
			margin-top: -10px; /* Ajuste topo da tela */
			display: flex;
			justify-content: center;
			align-items: center;
			flex-wrap: wrap;
		  }
		
		  .imagem {
			flex: 1 1 40%;
			padding: 10px;
		  }
		
		  .texto {
			flex: 1 1 50%;
			padding: 10px;
		  }
		
		  .titulo-servicos {
			text-align: center;
			font-size: 2rem;
			margin-bottom: 30px;
		  }
		
		  .servicos-container {
			display: flex;
			justify-content: space-around;
			flex-wrap: wrap;
		  }
		
		  .caixa {
			width: 30%;
			text-align: center;
			margin-bottom: 20px;
		  }
		
		  .caixa img {
			width: 100%;
			max-width: 250px;
			height: auto;
			border-radius: 8px;
			box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
		  }
		
		  .caixa p {
			margin-top: 10px;
			font-weight: bold;
		  }
		
		  /* Responsividade */
		  @media (max-width: 768px) {
			.custom-size {
			  flex-direction: column;
			}
		
			.imagem, .texto {
			  flex: 1 1 100%;
			  text-align: center;
			}
		
			.servicos-container {
			  flex-direction: column;
			  align-items: center;
			}
		
			.caixa {
			  width: 80%;
			  margin-bottom: 15px;
			}
		  }
		  
		  /* Melhorias para telas muito pequenas (smartphones em modo retrato) */
		  @media (max-width: 480px) {
			.titulo-servicos {
			  font-size: 1.5rem;
			}
		
			.caixa {
			  width: 90%;
			}
		  }

		  #texto-imagem {
			display: flex;
			justify-content: center; /* Centraliza horizontalmente */
			align-items: center; /* Centraliza verticalmente */
			height: 100vh; /* Ajuste conforme necessário para a altura */
			margin-top: 20px; /* Espaçamento no topo da tela */
		  }
		  
		  .custom-size {
			display: flex;
			justify-content: center; /* Centraliza o conteúdo horizontalmente */
			align-items: center; /* Centraliza o conteúdo verticalmente */
			text-align: center; /* Garante que o texto esteja centralizado */
		  }
		  
		  .imagem img {
			max-width: 100%;
			height: auto;
		  }
		  
		  .texto {
			margin-left: 20px; /* Ajuste a distância entre a imagem e o texto */
		  }
		  

		  .banners {
			display: flex;
			justify-content: space-between;
			margin: 20px 0;
		  }
		  
		  .banner {
			width: 32%; /* Ajuste para os banners ficarem lado a lado */
			position: relative;
		  }
		  
		  .banner img {
			width: 100%;
			height: auto;
		  }
		  
		  .banner-texto {
			background-color: #333; /* Cor de fundo do texto */
			color: white; /* Cor do texto */
			text-align: center;
			padding: 10px;
			position: absolute;
			bottom: 0;
			left: 0;
			right: 0;
			width: 100%;
		  }
		  
		  .banner:nth-child(1) {
			background-color: #444; /* Cor grafite do primeiro banner */
		  }
		  
		  .banner:nth-child(2) {
			background-color: #444; /* Cor grafite do segundo banner */
		  }
		  
		  .banner:nth-child(3) {
			background-color: #444; /* Cor grafite do terceiro banner */
		  }

		  
		  .banners {
			display: flex;
			justify-content: center; /* Centraliza os banners na tela */
			flex-wrap: wrap;
			gap: 15px; /* Reduzido o espaçamento horizontal e vertical entre as imagens */
			margin: 20px 0;
		}
		
		.banner {
			width: 100%; /* Inicialmente, ocupa 100% em telas pequenas */
			max-width: 550px; /* Define a largura máxima dos banners */
			position: relative;
			display: flex;
			justify-content: center; /* Centraliza a imagem horizontalmente */
			padding: 5px; /* Reduzido o espaçamento interno ao redor do banner */
			box-sizing: border-box; /* Inclui o padding dentro das dimensões */
		}
		
		.banner img {
			width: 100%; /* Faz com que a imagem se ajuste ao contêiner */
			height: 550px; /* Define uma altura maior */
			object-fit: cover; /* Garante que a imagem preencha o espaço sem distorção */
			border-radius: 10px; /* (Opcional) Arredonda os cantos da imagem */
			box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); /* (Opcional) Adiciona uma sombra suave */
		}
		
		
		  
		  .banner-texto {
			background-color: #333;
			color: white;
			text-align: center;
			padding: 10px;
			position: absolute;
			bottom: 0;
			left: 0;
			right: 0;
			width: 100%;
			font-size: 13px; /* Ajusta o tamanho da fonte */

		  }
		  
		  /* Estilos para telas médias (768px e acima) */
		  @media (min-width: 768px) {
			.banner {
			  width: 32%; /* Cada banner ocupa 32% da largura em telas médias */
			}
		  }
		  
		  /* Estilos para telas grandes (1024px e acima) */
		  @media (min-width: 1024px) {
			.banner {
			  width: 32%; /* Mantém a largura dos banners em telas grandes */
			}
		  }
		  



		  /* INICIO DE VIDEOs */
		  /* Torna as imagens responsivas */
.pricing-item img {
    max-width: 100%; /* A largura máxima será a do contêiner pai */
    height: auto; /* Ajusta a altura proporcionalmente à largura */
    display: block; /* Remove espaços extras ao redor da imagem */
    margin: 0 auto; /* Centraliza a imagem dentro do contêiner pai */
}

/* Ajusta o layout para telas menores */
.row {
    display: flex;
    flex-wrap: wrap; /* Permite que os itens quebrem para uma nova linha em telas pequenas */
    justify-content: space-around; /* Distribui os itens uniformemente */
}


/* Adiciona espaço no topo do contêiner */
.container {
    margin-top: 50px; /* Afasta o contêiner 50px do topo da tela */
}

/* Define o contêiner como flexbox para alinhar itens horizontalmente */
.row {
    display: flex;
    flex-wrap: nowrap; /* Impede que os itens quebrem para a próxima linha */
    justify-content: space-between; /* Espaçamento entre os itens */
    align-items: center; /* Alinha os itens verticalmente no centro */
}

/* Define largura fixa e centralização para cada item */
.pricing-item {
    flex: 0 0 30%; /* Cada item ocupa 30% da largura do contêiner */
    text-align: center; /* Centraliza o texto e os elementos internos */
    box-sizing: border-box; /* Inclui padding e bordas no tamanho total */
    margin: 0 10px; /* Espaçamento horizontal adicional entre os itens */
}

/* Imagens responsivas */
.pricing-item img {
    max-width: 100%; /* Garante que a imagem não ultrapasse o tamanho do contêiner */
    height: auto; /* Mantém a proporção da imagem */
    display: block;
    margin: 0 auto;
}

/* Ajusta os textos acima e abaixo das imagens */
.text-above, .text-below {
    margin: 10px 0;
}

/* Botão estilizado */
.btn-play-video {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 35px;
}

/* Estiliza os botões */
.btn-play-video {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 50px; /* Afasta os botões da parte inferior da tela */
}

.btn-play-video:hover {
    background-color: #0056b3;
}

.btn-play-video:hover {
    background-color: #0056b3;
}

/* FINAL DE VIDEOS */


/* ALINHAMENTO DO TEXTO DE APRESENTACAO */
.title {
    text-align: center; /* Centraliza o texto horizontalmente */
    margin-top: 20px; /* Opcional: Adiciona um espaço acima */
}

.title h3 {
    font-size: 24px; /* Ajusta o tamanho do texto, opcional */
    color: #ffffff; /* Altere para a cor desejada */
}

/* Geral */
.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
  }
  
  .title h3 {
	text-align: center;
	font-size: 24px;
	margin-bottom: 20px;
  }
  
  .row {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
  }
  
  .pricing-item {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 20px;
	text-align: center;
	flex: 1 1 calc(33.333% - 40px); /* Três itens por linha */
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	max-width: 300px; /* Limita o tamanho de cada item */
  }
  
  .pricing-item img {
	width: 100%;
	height: auto;
	border-radius: 8px;
	margin: 10px 0;
  }
  
  .text-above, .text-below {
	font-size: 14px;
	margin: 10px 0;
  }
  
  
  
  /* Estilo geral */
/* Estilo geral */
.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
  }
  
  .title {
	text-align: center;
	margin-bottom: 30px;
  }
  
  .row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center; /* Centraliza os itens horizontalmente */
	gap: 20px;
  }
  
  .pricing-item {
	background-color: #f9f9f9;
	padding: 20px;
	border-radius: 10px;
	text-align: center; /* Centraliza o texto */
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	max-width: 300px; /* Limita a largura de cada item */
	flex: 1 1 calc(33.333% - 40px); /* Responsivo: 3 colunas */
  }
  
  .pricing-item img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 10px auto; /* Centraliza verticalmente a imagem */
	border-radius: 8px; /* Bordas arredondadas */
  }
  
  .text-above,
  .text-below {
	font-size: 14px;
	margin: 10px 0;
  }
  
 
  /* Estilo para o botão PLAY */
.play-btn {
	display: inline-block;
	background-color: #010e58; /* Cor de fundo */
	color: white; /* Cor do texto */
	padding: 10px 40px; /* Espaçamento interno (aumentado para 40px) */
	text-align: center; /* Centralizar o texto */
	text-decoration: none; /* Remover o sublinhado */
	border-radius: 5px; /* Bordas arredondadas */
	font-size: 18px; /* Tamanho da fonte */
	width: auto; /* Permitir ajuste dinâmico ou substitua com um valor fixo, como width: 200px; */
}

.play-btn:hover {
	background-color: #4f0202; /* Cor ao passar o mouse */
}




/* Estilização geral do container */
#parceiros {
	display: flex;
	flex-wrap: wrap; /* Permite quebrar linha em telas menores */
	justify-content: center; /* Alinha horizontalmente no centro */
	text-align: center; /* Centraliza o texto nos itens */
	gap: 20px; /* Espaçamento entre as caixas */
	margin-top: -80px; /* Ajuste da margem superior */
	margin-bottom: 10px; /* Ajuste da margem inferior */
  }
  
  /* Estilização do título */
  #parceiros h3 {
	width: 100%; /* Garante que o título ocupe toda a largura */
	text-align: center; /* Centraliza o título */
	font-size: 24px; /* Tamanho do texto */
	color: #ffffff; /* Cor do texto */
	margin-top: 0; /* Remove margem superior */
	margin-bottom: 20px; /* Espaçamento entre o título e as caixas */
  }
  
  /* Cada caixa individual */
  .caixa {
	display: flex;
	flex-direction: column; /* Alinha imagem e texto na vertical */
	align-items: center; /* Centraliza cada caixa horizontalmente */
	justify-content: center; /* Centraliza verticalmente */
	width: 300px; /* Largura fixa da caixa */
  }
  
  /* Estilização das imagens */
  .caixa img {
	max-width: 100%; /* Responsividade: ajusta à largura da caixa */
	height: auto; /* Mantém a proporção da imagem */
	margin-bottom: 10px; /* Espaçamento entre a imagem e o texto */
	border-radius: 10px; /* Bordas arredondadas (opcional) */
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Sombra para destaque */
  }
  
  /* Texto */
  .caixa p {
	font-size: 18px;
	color: #ffffff; /* Cor do texto */
	margin-top: 10px;
  }
  
  /* Responsividade */
  @media (max-width: 768px) {
	#parceiros {
	  flex-direction: column; /* Empilha os itens verticalmente em telas menores */
	  gap: 15px; /* Espaçamento menor entre os itens */
	}
  
	.caixa {
	  width: 90%; /* Ocupa quase toda a largura da tela */
	}
  }
  


  /* VIDEO COM BOTÃO */
/* Estilo base */
body {
	margin: 0;
	font-family: Arial, sans-serif;
  }
  
  h2 {
	text-align: center;
	color: #f9f7f7;
	margin-bottom: -20px; /* Reduz a margem inferior */
	margin-top: -20px; /* Ajusta a margem superior */
  }
  
  .videosx {
	display: flex;
	justify-content: center; /* Centraliza horizontalmente */
	align-items: center; /* Centraliza verticalmente */
	flex-direction: column; /* Elementos empilhados */
	height: 100vh; /* Ocupa toda a altura da tela */
	padding: 0; /* Remove os espaçamentos desnecessários */
	margin: 0; /* Remove margens externas */
  }
  
  .caixa.unica {
	text-align: center;
	max-width: 100%; /* A largura máxima será 100% */
	width: 100%; /* Garantir que ocupe toda a largura disponível */
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	padding: 20px;
	background-color: #f9f9f9;
	margin-top: -10px; /* Ajusta a posição da imagem */
  }
  
  .caixa.unica img {
	display: block; /* Faz com que a imagem seja tratada como um bloco */
	max-width: 100%; /* Garantir que a imagem não ultrapasse a largura do contêiner */
	width: 500px; /* Ajuste o valor conforme necessário */
	height: auto; /* Mantém a proporção */
	border-radius: 8px;
	margin: 0 auto; /* Centraliza a imagem horizontalmente */
  }
  
  .play-btn {
	display: inline-block;
	padding: 10px 20px;
	background-color: #007bff;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	width: 200px; /* Aumenta a largura do botão */
	text-align: center; /* Centraliza o texto no botão */
  }
  
  .play-btn:hover {
	background-color: #0056b3;
  }
  
  /* Media Queries para responsividade */
  @media (max-width: 768px) {
	.videosx {
	  padding: 10px;
	}
  
	.caixa.unica {
	  padding: 15px;
	}
  
	.play-btn {
	  font-size: 14px;
	  padding: 8px 16px;
	  width: 180px; /* Ajuste proporcional para telas menores */
	}
  }
  
  @media (max-width: 480px) {
	h2 {
	  font-size: 18px;
	}
  
	.play-btn {
	  font-size: 12px;
	  padding: 6px 12px;
	  width: 160px; /* Ajuste proporcional para telas ainda menores */
	}
  }
  