@import url('https://fonts.googleapis.com/css2?family=Dongle:wght@300&display=swap');
@import url('http://fonts.cdnfonts.com/css/murray-hill');


#div_topo{
	background-position: 50% 50%; 
	background-size: contain; 
	background-repeat: no-repeat; 
	background-image: url("../img/noivos.png"); 
	visibility: visible; 
	transform: translate3d(0px, 0.0600037px, 0px);
	min-height: 40vh;

}

@media screen and (max-width: 600px) {
 	#div_topo{
		min-height: 45vh;
	}
}


@media screen and (min-width: 600px) {
 	#div_topo{
		min-height: 70vh;
	}
}

.div_80{
	height: 80%;
}

.div_20{
	height: 20%;
}


.botao_redondo {
  cursor: pointer;
  width: 48px;
  height: 48px;
  border: none;
  box-shadow: 0 1px 5px rgba(107,114,255,.4);
  font-size: 24px;
  color: #232323;
    
  -webkit-transition: .2s ease-out;
  -moz-transition: .2s ease-out;
  transition: .2s ease-out;

}

.botao_principal{
  width: 65px;
  height: 65px;

  border-radius: 50%;
  /*background-color: #6b72ff ;*/
  z-index: 20;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}


@media screen and (max-width: 600px) {
 	.botao_principal{
  		width: 65px;
  		height: 65px;
   		font-size: 10px;

  	}
}


@media screen and (min-width: 600px) {
 	.botao_principal{
		width: 100px;
  		height: 100px;
  		font-size: 15px;

	}
}
.icone{
    font-size: 15px;

}

.sessao_diamante{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 70vh; 
	background-repeat: no-repeat; 
	background-image: url("../img/diamante.png");
	opacity: 0.1;

}

.fundo_azul{
	background-color: rgb(201, 248, 201);
}

.cor_azul{
	color: #96cb8e;
}

.imagem_icone{
	width: 35%;
	height: 35%;
}


.fab{
  position: fixed;
  bottom:10px;
  right:10px;
  z-index: 10;
}

.fab button{
  cursor: pointer;
  width: 48px;
  height: 48px;
  border-radius: 30px;
  background-color: #96cb8e;
  border: none;
  box-shadow: 0 1px 5px rgba(34, 153, 56, 0.4);
  font-size: 24px;
  color: white;
    
  -webkit-transition: .2s ease-out;
  -moz-transition: .2s ease-out;
  transition: .2s ease-out;
}

.fab button.main{
    border: none;

  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-color: #96cb8e;
  right: 0;
  bottom: 0;
  z-index: 20;
}

.fab button.main:before{
  content: '^';
}





.fonte{
  font-family: 'Dongle', sans-serif;
  font-size: 30px;
}


.fonte_rodape{
font-family: 'Murray Hill', sans-serif;
font-family: 'MurrayHill Bd BT', sans-serif;

}

@media screen and (max-width: 600px) {
  .fonte_rodape{
    font-size: 15px;
  }
}


@media screen and (min-width: 600px) {
  .fonte_rodape{
    font-size: 30px;
  }
}
