
label {
    margin-top: 20px;
}

#resultado {
    margin-top: 20px;
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:20px;
	right:20px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  	font-size:30px;
	box-shadow: 2px 2px 3px #999;
  	z-index:100;
}
#whatsappchat {
  vertical-align: -0.2em;
}
.card {
  margin-top:10px;
}
@media (max-width: 767.98px) {
	#card {
		margin-top:10px;
  	}

  #icon {
	max-width: 1.7rem;
	height: auto;
	}

	#boletaResult div {
		margin-bottom:40px;
	}
}

#icon-footer {
	color: #F2B400 !important;
  }
#accordion {
  margin-bottom: 20px;
}
.border-top{
	margin-top: 20px;
}

#certificaciones {
	margin-top: 40px;
}
#icon-grid i {
	font-size: 1.75em;
	margin-right: 10px;
}
#reviews {
	margin-top: 30px;;
} 
#recibidoLiquido {
	background-color:#F2B400;
	padding: 10px;
}
#recibidoBruto {
	background-color:#F2B400;
	padding: 10px;

}
#valorTotal {
	background-color:#F2B400;
	padding: 10px;
}

.adsbygoogle{
	margin-top:20px;
} 

.rotating-title-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  height: 1.1em;
  width: 330px; /* Fija el ancho al rubro más largo */
  max-width: 100%;
  position: relative;
  perspective: 400px;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .rotating-title-wrapper {
    width: 100% !important;
    min-width: 0 !important;
    justify-content: center;
  }
  .rotating-title {
    display: block;
    text-align: center;
  }
}

.rotating-title {
  color: #ffc107;
  font-weight: bold;
  display: inline-block;
  position: relative;
  line-height: 1.1;
  font-size: inherit;
  backface-visibility: hidden;
  transform: rotateX(0deg);
  opacity: 1;
  will-change: transform, opacity;
}

.rotating-title.flip-out {
  animation: flipOut 0.4s forwards;
}

.rotating-title.flip-in {
  animation: flipIn 0.4s forwards;
}

@keyframes flipOut {
  0% { transform: rotateX(0deg); opacity: 1; }
  100% { transform: rotateX(90deg); opacity: 0; }
}
@keyframes flipIn {
  0% { transform: rotateX(-90deg); opacity: 0; }
  100% { transform: rotateX(0deg); opacity: 1; }
}