body{
    font: 20px Montserrat, sans-serif;
    line-height: 1.2;    
} /* Serve para colocar as cores nas seções */
  
.bg-1 { 
    background-color: #1abc9c; /* Green */
    color: #ffffff;
}  
.bg-2 { 
    background-color: #474e5d; 
    color: #ffffff;
}
.bg-3 { 
    background-color: #ffffff; 
    color: #555555;
}
.bg-4 { 
    background-color: #2f2f2f; 
    color: #fff;
}
.bg-5{
	background-color: #1a253b;
	color: #fff;
}  
.boox{
    padding-top: 150px;
    padding-bottom: 175px;	
}
.boox h2{
	font-size: 70px;	
}
.boox .descri{	
	padding-top: 10px;
    padding-bottom: 10px;
	font-size: 20px;	
}
.boox img{
    max-width: 90%;
}
 
.atra-texto{
	font-size:50px;
	margin: 15px; 
} 
.container-fluid {
    padding-top: 70px;
    padding-bottom: 70px;
}
.text-left{
	line-height: 1.8;
	margin-top: 30px;
	margin-left: 30px;
	text-align: left;
	font-size: 22px;
}
.oferta{
	padding-top: 60px;
	padding-bottom: 60px;	
	background-image: url("../imgs/003.png");
	background-size: cover;
	background-position: center 0;
}
.box-preco{
	margin: auto;
	display: table;
}
.box-preco .sbox{
	float:left;
}
.box-preco .real{
	font-size: 150px;
	margin-left: -13px;
}
.box-preco .cifra{
	padding-top: 30px;
	font-size: 22px;
}
.box-preco .centavos{
	margin-left: 6px;
	padding-top: 26px;
	font-size: 40px;
}
.box-preco .periodo{
	padding-top: 70px;
	margin-left: -50px;
	font-size: 22px;
}

.sect-contato{
	padding-top: 80px;	
	padding-bottom: 80px;
	background: #fff;	
}
.sect-contato .titulo{
	font-size: 50px;
	text-align:center;
}
.sect-contato .sub-titulo{
	text-align:center;
	padding-bottom: 30px;
}
#aplicativos{
	padding-top: 80px;	
	padding-bottom: 80px;
	background: #fff;	
}
#aplicativos .titulo{
	font-size: 50px;
	color: #626262;
}
#aplicativos .sub-titulo{
	font-size: 20px;
	color: #626262;
	padding: 15px;
	padding-bottom: 30px;	
}
#aplicativos .Icone{
	font-size: 60px;
	width:140px;	
	border-bottom: 0px;
	margin: auto;
	position: relative;
	top:10px;   
	cursor: pointer;
}
#aplicativos .GrandIcosBox{
	padding:5px;
	margin-top: 20px;
	border: 0px solid #ddd;
	border-radius: 10px;
	cursor: pointer;
	box-shadow: 5px 0px 40px rgba(130,130,130, .2);	
}
#aplicativos .GrandIcosBox:hover{
	background: #000000;
	color: #ffffff;
}
#aplicativos .Texto{
	padding: 3px;
	margin-top:5px;
}
#aplicativos p{
	text-align: left !important;
	font-size: 16px;
}
#aplicativos h4{
	color: #626262;
}

/* Painel dos planos */

.sect-planos{
	padding-top: 60px;
	padding-bottom: 60px;	
	background-image: url("../imgs/imar.jpg");
	background-size: cover;
	background-position: center 0;
}
.sect-planos .titulo{
	font-size: 50px;
	text-align:center;
}
.sect-planos .sub-titulo{
	text-align:center;
	padding-bottom: 30px;
}

#pricing .panel {
    border: 1px solid #1a253b; 
    border-radius:10px !important;
    transition: box-shadow 0.5s;	 
}
#pricing .panel:hover {
	border-color: #ffcc00;
    box-shadow: 5px 0px 40px rgba(255,165,0, .2);	 
}
#pricing .panel:hover .panel-heading{
      color: #000000 !important;
      background-color: #ffcc00 !important;
   }
#pricing .panel:hover .btn{
      color: #000000 !important;
      background-color: #ffcc00 !important;
   }
#pricing .panel-body{
	font-size: 18px;
	text-align: left;	
}   
#pricing .panel-footer .btn:hover {
      border: 1px solid #1a253b;
      background-color: #fff !important;
      color: #1a253b;
  }
#pricing .panel-heading {
      color: #fff !important;
      background-color: #1a253b !important;
      padding: 25px;
      border-bottom: 1px solid transparent;
      border-top-left-radius: 8px;
      border-top-right-radius: 8px;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
}
#pricing .panel-footer {
      background-color: white !important;
	  border-top-left-radius: 0px;
      border-top-right-radius: 0px;
      border-bottom-left-radius: 9px;
      border-bottom-right-radius: 9px;
}
#pricing .panel-footer h3 {
      font-size: 32px;
	  color: #7d7d7d;
  }
#pricing .panel-footer h4 {
      color: #aaa;
      font-size: 14px;
  }
#pricing .panel-footer .btn {
      margin: 15px 0;
      background-color: #1a253b;
      color: #fff;
  }
  
#pricing .itens-plano{
	padding: 3px;
}

/* Planos P */


#pricing .panel-plano-p {
	border: 1px solid #34A853;
	border-radius:10px !important;
    transition: box-shadow 0.5s;
	background: #ffffff;
	color: #34A853;
	margin-bottom: 10px;
}
#pricing .panel-plano-p:hover {
	border-color: #ED1C24;
    box-shadow: 5px 0px 40px rgba(255, 0, 0, 0.2);
    color:#ED1C24;	
}
#pricing .panel-plano-p:hover .panel-heading{
      color: #ffffff !important;
      background-color: #ED1C24 !important;
}
#pricing .panel-plano-p:hover .btn{
    color: #ffffff !important;
    background-color: #ED1C24 !important;
}
#pricing .panel-plano-p .panel-heading {
      color: #fff !important;
      background-color: #34A853 !important;
      padding: 25px;
      border-bottom: 1px solid transparent;
      border-top-left-radius: 8px;
      border-top-right-radius: 8px;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
}
#pricing .panel-plano-p .panel-footer h3,
#pricing .panel-plano-p .panel-footer h4{
    color: #34A853;
}
#pricing .panel-plano-p:hover .panel-footer h3,
#pricing .panel-plano-p:hover .panel-footer h4{
    color: #ED1C24;
}
#pricing .panel-plano-p .panel-footer .btn {
      margin: 15px 0;
      background-color: #34A853;
      color: #fff;
}

/* Planos M */

#pricing .panel-plano-m {
	border: 1px solid #FBBC03;
	border-radius:10px !important;
    transition: box-shadow 0.5s;
	background: #ffffff;
	color: #FBBC03;
	margin-bottom: 10px;
}
#pricing .panel-plano-m:hover {
	border-color: #ED1C24;
    box-shadow: 5px 0px 40px rgba(255, 0, 0, 0.2);
	color:#ED1C24;	
}
#pricing .panel-plano-m:hover .panel-heading{
      color: #ffffff !important;
      background-color: #ED1C24 !important;
}
#pricing .panel-plano-m:hover .btn{
    color: #ffffff !important;
    background-color: #ED1C24 !important;
}
#pricing .panel-plano-m .panel-heading {
      color: #fff !important;
      background-color: #FBBC03 !important;
      padding: 25px;
      border-bottom: 1px solid transparent;
      border-top-left-radius: 8px;
      border-top-right-radius: 8px;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
}
#pricing .panel-plano-m .panel-footer h3,
#pricing .panel-plano-m .panel-footer h4{
    color: #FBBC03;
}
#pricing .panel-plano-m:hover .panel-footer h3,
#pricing .panel-plano-m:hover .panel-footer h4{
    color: #ED1C24;
}
#pricing .panel-plano-m .panel-footer .btn {
      margin: 15px 0;
      background-color: #FBBC03;
      color: #fff;
}

/* Planos g */

#pricing .panel-plano-g {
	border: 1px solid #4285F4;
	border-radius:10px !important;
    transition: box-shadow 0.5s;
	background: #ffffff;
	color: #4285F4;
	margin-bottom: 10px;
}
#pricing .panel-plano-g:hover {
	border-color: #ED1C24;
    box-shadow: 5px 0px 40px rgba(255, 0, 0, 0.2);
	color:#ED1C24;	
}
#pricing .panel-plano-g:hover .panel-heading{
      color: #ffffff !important;
      background-color: #ED1C24 !important;
}
#pricing .panel-plano-g:hover .btn{
    color: #ffffff !important;
    background-color: #ED1C24 !important;
}
#pricing .panel-plano-g .panel-heading {
      color: #fff !important;
      background-color: #4285F4 !important;
      padding: 25px;
      border-bottom: 1px solid transparent;
      border-top-left-radius: 8px;
      border-top-right-radius: 8px;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
}
#pricing .panel-plano-g .panel-footer h3,
#pricing .panel-plano-g .panel-footer h4{
    color: #4285F4;
}
#pricing .panel-plano-g:hover .panel-footer h3,
#pricing .panel-plano-g:hover .panel-footer h4{
    color: #ED1C24;
}
#pricing .panel-plano-g .panel-footer .btn {
      margin: 15px 0;
      background-color: #4285F4;
      color: #fff;
}

/* FAQ's */
.faqs{
	background-image: url("../imgs/fundo-001.png");	
}
.faqs .titulo{
	font-size: 50px;
	text-align:center;
}
.faqs .sub-titulo{
	text-align:center;
	padding-bottom: 30px;
}
/* PARA MAIS ESTILIZAÇÃO DE FAQs Va no CSS Global */

/* FIM FOOTER*/

.custom-jumbotron {
	background: #ffffff;
    background-image: url('../imgs/gestao-de-google-ads.webp');
    background-size: contain; /* Altera para 'contain' para evitar expansão além de 100% */
    background-repeat: no-repeat; /* Garante que a imagem não se repita */
    background-position: center;
    color: #ffffff;
    padding: 300px 0;
    text-align: center;
    margin: 0;
    border-radius: 0;
}


#alerta{
    position: fixed;
    left:1px;
    bottom: 1px; 
    border:2px solid #ff6464;
    border-radius:5px;
    padding: 10px;
	width: calc(100% - 2px);
    background-color: #FFA9A9;
    color: #FD3434;
    font-size: 25px;
    font-family: arial, sans-serif;
    display:none;
    opacity: 0.6;
    filter: alpha(opacity=60);
	z-index:10001;
}
#sucess{
         position: fixed;
         right: 10px;
         bottom: 10px; 
         border:1px solid #049304;
         padding: 10px;
         background-color: #d8fbd8;
         color: #049304;
         font-size: 25px;
         font-family: arial, sans-serif;
         -moz-border-radius:8px;
         -webkit-border-radius:8px;
         border-radius:8px;
         display:none;
         opacity: 0.6;
         filter: alpha(opacity=60);
}

#contato .input-custom{
	padding: 20px;
	padding-left: 10px;
	font-size: 22px;
	border: 2px solid #000000;
	color: #000000;
}

.btn-custom{
	background-color: #000000; /* Fundo transparente */
	color: #ffffff;
    cursor: pointer; /* Cursor ao passar por cima */
    text-transform: uppercase; /* Transforma o texto em maiúsculas */
	font-size: 18px; /* Tamanho da fonte */   
    padding: 10px; /* Preenchimento interno */
    border: 2px solid #000000;
}
.btn-custom:hover{
	background-color: #FFFFFF; /* Fundo transparente */
    cursor: pointer; /* Cursor ao passar por cima */
    text-transform: uppercase; /* Transforma o texto em maiúsculas */
	font-size: 18px; /* Tamanho da fonte */
    color: #000000; /* Cor do texto preto */ 
    padding: 10px; /* Preenchimento interno */  
	border: 2px solid #000000;	
}

/* Para telas menores, ajuste o padding e o background-size */
@media (max-width: 1200px) {
    .custom-jumbotron {
        padding: 200px 0;
    }
}

@media (max-width: 768px) {
    .custom-jumbotron {
        padding: 150px 0;
    }
}

@media (max-width: 480px) {
    .custom-jumbotron {
        padding: 100px 0;
        background-size: contain; /* Ajuste o tamanho da imagem para melhor visualização */
    }
}