html, body {
	overflow-x:hidden;	
   	background: #f8f9fa;
  	font-family: 'Roboto', sans-serif;
  	line-height: 1.6;
}

.titulo h1{
	text-align:center;
	font-size:5vh;
}

.subtitulo h2{
	text-align:center;
	font-size: 3vh;
	color: gray
	
}

.beneficios{
	background:white;
	padding:.8rem
}

.beneficios p{
	font-size: 2vh;
    font-weight: 500;	
    padding:.8rem;
}

.beneficios .iconContainer{
	width: 80px;
    max-width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #002060e0;
    display: flex;
    color: white;
    font-size: xxx-large;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);
}

.explicacion p{
	font-size: 2.5vh;
	color:#002060e0;
	max-width:70%;
	margin:auto;
	padding:1rem;
}

.explicacion span{
	font-size: 2.5vh;
	font-weight: bold;
	color:black;
}

.cotizar-btn {
  background-color: #2a55ff;
  color: white;
  font-size: 20px;
  font-weight: bold;
  padding: 12px 25px;
  border-radius: 10px;
  border: none;
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.cotizar-btn:hover{
	background-color: #2563EB;
  	box-shadow: 0 6px 16px rgba(59, 130, 246, 0.3);
}

.hand-icon {
  font-size: 30px;
  display: block;
  margin: 10px 0;
  animation: bounce 1s infinite;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
}

.pasos{
	background:white;
}


.pasos div {
  width: 300px;
  margin: auto;
}

 .pasos p {
  font-size: 2.5vh;
  border-top: 2px dashed;
  border-color: #002060e0 !important;
  margin:0; padding: 30px;
  counter-increment: section;
  position: relative;
  font-weight:500;
  color:gray
}

.pasos p::before {
  content: counter(section);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  background-color: #002060e0;
  color: white;
  font-size: 110%;
  font-weight: bold;
  box-sizing: border-box;
}

.pasos p:nth-child(even)::before {
  right: 100%;
  margin-right: -20px;
}

.pasos p:nth-child(odd)::before {
  left: 100%;
  margin-left: -20px;
}



.pasos p:nth-child(even) {
  border-left: 2px dashed;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  margin-right: 30px; 
  padding-right: 0;
}

.pasos p:nth-child(odd) {
  border-right: 2px dashed;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  margin-left: 30px; 
  padding-left: 0;
}

.pasos p:first-child {
  border-top: 0;
  border-top-right-radius:0;
  border-top-left-radius:0;
}

.pasos p:last-child {
  border-bottom-right-radius:0;
  border-bottom-left-radius:0;
}

.posteos-title {
	display: none;
}

.posteos-title-container {
	display: none !important;
}

.posteos-card.posteo {
	display: none;
}
