 body{
    font-family: 'Dosis', sans-serif;
	background:#fafafa;
	color:#3b3656;
}
 .background-image {
     background-image: url('../image/banner-arraia.jpg');
     background-size: cover;
     background-position: center;
     height: 400px;
     display: flex;
     align-items: center;
     justify-content: flex-end;
     padding-right: 20px;
     font-size:14pt;
}
 .aceite{
    color:#3b3357;
}
 .event p{
    font-size:20px;
    color:#000000;
}
 .font1{
    color:#000000;
    font-size:45px;
}
 .hora{
    font-size:33px;
    font-weight:400;
}
 .form-control{
    font-weight:bold;
    color:#000000;
}
 .table-dark{
    background:#000000;
}
 h2, h3{
    font-weight:bold;
	color:#000000;
}
 h4, h5{
    color:#000000;
}
 .logo {
     width: 200px;
     margin-top:140px;
}
 .logo-blog{
    width:500px;
}
 .title {
     font-family: 'Dosis', sans-serif;
     font-size: 25px;
     font-weight: 200;
     color:#000000;
     text-align: center;
    /* Centralizar o título */
     margin-bottom: 10px;
}
 .text {
     font-family: Arial, sans-serif;
     color: #ffffff;
     text-align: center;
    /* Centralizar o texto */
     margin-bottom: 30px;
}
 @media (max-width: 600px) {
	 .ajustar{text-align:left!important;}
	  .background-image {
		 background-image: url('../image/banner-arraia.jpg');
        height: 400px; /* Altura ajustada para dispositivos móveis */
        background-position: center top; /* Posição do background alterada para o topo */
        justify-content: center; /* Centralizar o conteúdo no eixo horizontal */
        padding: 0; /* Remover padding direito */
    }
     .logo-blog{
        width:100%;
    }
	
	.container {
    text-align: center; /* Centraliza o conteúdo horizontalmente */
	}

	.logo {
		margin:0 auto!important;
		text-align: center;
	}

     .row {
         flex-direction: column-reverse;
        /* Inverte a ordem das colunas */
    }
     .form-container {
         background: #e29e64;
         border-radius: 10px;
         color: #3b3357;
         padding: 20px;
         margin: 0 auto;
         width: 90%!important;
    }
}
.form-container {
    background: radial-gradient(
        ellipse at 30% 50%,
        #f7ede0,
        #e9d4bc 60%,
        #dbbd9e
    );
    border-radius: 10px;
    color: #797979;
    padding: 20px;
    margin: 0 auto;
    margin-top: -110px;
    width: 100%;
}
 .form-container h2 {
     text-align: center;
	 color:#000 !important;
}
 .meu-botao {
     background-color: #000000;
     border:2px solid #000000;
     width: 100%;
     color:#fff;
}
 .meu-botao:hover {
     background-color: #002d48;
     border:2px solid #002d48;
     color:#000000;
}
.meu-botao i {
    color: inherit;
}

.btn-secondary i {
    color: inherit;
}
.btn-50{width:250px;border:#7d3423 2px solid;}
.btn-50:hover{border:#7d3423 2px solid;}

 .btn-verde {
     background-color: #000000;
     border:2px solid #000000;
     width: 100%;
     color:#000000;
     font-weight:bold;
}
 .btn-verde:hover {
     background-color: #000000;
     border:2px solid #000000;
     color:#000000;
}
 .close{
    font-size:20pt;
    color:#000000;
    border:0;
}
 .form-aceite {
    color:#fafafa!important;
}
 .custom-row {
     box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
     border-radius: 10px;
     background-color: #fafafa;
     margin-bottom: 10px;
     padding: 18px;
     font-size:22px;
     color:#000000;
     font-weight:bold;
}
.whatsapp-float i{
     position: fixed;
	 padding:6px 0 0 0;
     width: 60px;
     height: 60px;
     bottom: 20px;
     right: 20px;
     background-color: #000000;
     color: #fff;
     border-radius: 50px;
     text-align: center;
     font-size: 30px;
     box-shadow: 2px 2px 3px #ffffff;
     z-index: 100;
     vertical-align:middle;
}
 .whatsapp-float i:hover {
     background-color: #ffffff;
     color: #000000;
	 
}

 .footer {
     background-color: #000000;
     color: #3b3357;
     padding: 20px;
}
 .cronograma-image {
     background-image: url('../image/bg.jpg');
     background-size: cover;
     background-position: center;
     height: 400px;
     display: flex;
     align-items: center;
     justify-content: flex-end;
     padding-right: 20px;
}
 .modal-content {
     width: 100%;
}
 i {
     color:#000000;
     font-size:14pt;
}
 li {
    font-size:14pt;
}
 p {
    font-size:14pt;
}
 .row {
    font-size:14pt;
}
