html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  color:#00326d;
}

body{background-color: rgba(246, 250, 255, 1) !important;}

p{font-size:12pt;}

.white{color:#fff;}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.content {
  flex: 1;
}

.estg{border:0;border-radius:10px;}

.font-12{font-size:12pt!important;}
.font-13{font-size:13pt!important;}
.font-14{font-size:14pt!important;}
.font-15{font-size:15pt!important;}
.font-16{font-size:16pt!important;}

.cont-verde{
	background: url(../img/bg-fluxo.png) no-repeat center center #5734da;
	background-size: cover;
	width: 100%;
	z-index: -1;
}	

.tag{
	border-radius:15px;
	background:#edf0f3;
	padding:7px;
	font-size:10pt;
}

.cont-bg{
	background: url(../img/Bg-eomjis3.webp) no-repeat center center;
	background-size: cover;
	width: 100%;
	z-index: -1;	
}	

.container{
	width:75%;
}

.custom-mg{margin: 0 15px; /* 10px para cada lado cria a separação de 20px */}	

.custom-margin {
	margin: 0 15px; /* 10px para cada lado cria a separação de 20px */
	padding: 20px;
	background-color: #fff;
	border-radius:15px;
}

.custom-margin-2 {
	margin: 0 15px; /* 10px para cada lado cria a separação de 20px */
	padding: 20px;
	background-color: #fff;
	border-radius:15px;
	border:dashed 1px #5734da;
}

/* Estilos para o cabeçalho */
header {
  position: relative;
  height: 420px;
}

a {
  color: #5734da;
}

.wiipo-img{
	max-width: 100%;
	overflow: hidden;
}

.wiipo-img img{
	 width: 100%;
  height: auto;
  display: block; /* Remove espaço extra abaixo da imagem */
}

h3, h4{color: #FF00AC;}

h5, h6, h7{color:#00326d!important;}

.promo h5, h6, h7{color:#5734da!important;}

.sol-icon{color:#5734da; font-size:32pt;}

.header-bg {
  background: url(../img/bg.jpg) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  z-index: -1;
}

.logo-snp {
	margin: 40px auto;
}

.erp{
	margin: 40px auto;
}

/* Estilos para o formulário */
.my-form {
	z-index:9999;	
	background-color: #5734da;
	margin-top:-200px;
	border-radius: 15px;
	padding: 25px;
	color: #fff;
	position:relative;
}

.my-form-2 {
	z-index:9999;	
	background-color: #5734da;
	border-radius: 15px;
	padding: 25px;
	color: #fff;
	position:relative;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
  }

  .modal-content {
    background: transparent;
    max-width: 850px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  }

  .close-button {
    float: right!important;
    background-color: transparent;
    border: none;
    cursor: pointer;
	padding-bottom:25px;
	font-size:14pt;
  }

a.aceite {
  color: #323233;
}

.btn-black {
	background: #FF00AC;
	border: 2px solid #FF00AC;
	color: #fff;
	width: 100%;
	border-radius:25px;
}

.btn-black:hover {
	background: #5734da;
	border: 2px solid #323233;
	color: #fff;
}

.btn-2 {
	background: #323233;
	border: 2px solid #323233;
	color: #5734da;
	border-radius:25px;
}

.btn-2:hover {
	background: #5734da;
	border: 2px solid #323233;
	color: #323233;
}

.btn-verde {
	background: transparent;
	border: 2px solid #FF00AC;
	color: #FF00AC;
	border-radius:25px;
}

.btn-verde:hover {
	background: #FF00AC;
	border: 2px solid #5734da;
	color: #fff;
}

/* Estilos para o banner de cookies */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background-color: rgba(3, 3, 3, 0.6);
  color: #fff;
  z-index:9999999999999;
}

.cookie-banner .cookie-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cookie-banner .cookie-text {
  flex: 1;
  margin-right: 20px;
}

.cookie-banner .cookie-button {
  padding: 5px 10px;
  border: none;
  background-color: #5734da;
  color: #fff;
  cursor: pointer;
}

.whatsapp-float {
	  position: fixed;
	  width: 60px;
	  height: 60px;
	  bottom: 40px;
	  right: 40px;
	  background-color: #5734da;
	  color: #fff;
	  border-radius: 50px;
	  text-align: center;
	  font-size: 30px;
	  box-shadow: 2px 2px 3px #999;
	  z-index: 100;
	  vertical-align:middle;
	}

.whatsapp-float:hover {
  background-color: #323233;
  color: #fff;
}

.bi-whatsapp {
  color:#fff!important;
  vertical-align:middle;
}

/* Estilos para o rodapé */
footer {
  background-color: #5734da;
  padding: 20px;
  color: #fff;
}

footer p{font-size:12pt!important;}

/* Estilos para o logo-snp na versão mobile */
@media (max-width: 767px) {
  .logo-snp {
    align: center!important;
  }
  .order-md-6 {
    order: 2;
  }
  .order-md-6~.col-md-6 {
    order: 1;
  }
  .my-form{margin:0 auto;}
  #text-top {
    margin-top: 40px !important;
  }
  .mobile{
	margin: 20px 20px 0 0;
	 -webkit-filter: drop-shadow(5px 5px 5px #444);
  filter: drop-shadow(5px 5px 5px #444);
  }

}
