.hero {
height: 50vh;
background-image: url("../img/back.jpg") !important;
background-repeat:no-repeat;
background-size: cover;

}
.servicestw{
background-image: url("../img/backtw.jpg") !important;
background-repeat:no-repeat;
background-size: cover;
padding-top:150px;
padding-bottom:150px !important;
font-size:1.2rem;
}
.subtit{
font-size: 2rem !important;
line-height: 45px !important;
}
.body-txt p{
font-size: 1.5rem !important;
line-height: normal;
}
.video-btn{
font-size: 1.5rem;
text-transform: uppercase;
background: #9100bd !important;
padding: 12px 30px;
border-radius: 50px;
font-weight: 600;
text-decoration: none;
transition: all 0.3s ease;
border: transparent !important;
}
.service-icon{
margin-bottom:30px;

}
.service-icon i{
font-size:2.5rem !important;
}
.custom-card {
background-color: #1a1a1a;
color: white;
border-radius: 12px;
padding: 30px;
max-width: 600px;
margin: 50px auto;
box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}
.step-item {
display: flex;
align-items: center;
padding: 15px 0;
border-bottom: 1px solid #333;
}
.step-item:last-child {
border-bottom: none;
}
.step-number {
background-color: #9100bd; /* Color rosa/fucsia */
color: white;
width: 45px;
height: 45px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-weight: bold;
font-size: 1.2rem;
margin-right: 20px;
flex-shrink: 0;
}
.step-text {
font-size: 1.1rem;
font-weight: 400;
}
.btn-outlinetw{
background: transparent;
color: #fff !important;
border-color: #fff !important;

padding: 12px 30px;
border-radius: 50px;
font-weight: 600;
text-decoration: none;
transition: all 0.3s ease;
border: 2px solid;
}
.points{
margin-bottom: 0px !important;
}
.points h2{
margin-bottom: 0px !important;
}
/* Estilos personalizados para el Acordeón */
.accordion-item {
background-color: #000000; /* Fondo negro de las barras */
border: none;
margin-bottom: 15px;
border-radius: 8px !important; /* Bordes redondeados como en la imagen */
overflow: hidden;
}
.accordion-button {
background-color: #000000;
color: white !important;
font-weight: 500;
text-transform: uppercase;
font-size: 0.9rem;
padding: 20px;
box-shadow: none !important;
}
/* Quitar el color azul al hacer clic */
.accordion-button:not(.collapsed) {
background-color: #000000;
color: white;
}
/* Personalizar la flecha blanca */
.accordion-button::after {
filter: invert(1); /* Convierte la flecha negra por defecto en blanca */
}
.accordion-body {
background-color: #000000;
color: #cccccc;
padding-top: 0;
}
.container-faq {
max-width: 900px;
}
.logos{
margin-bottom: 15px;
}
.img-belt img{
  margin-right:50px !important;
}
.img-belt{
  margin-bottom: 50px;
}
.video-btntw {
font-size: 1rem;
text-transform: uppercase;
background: #9100bd !important;
padding: 12px 30px;
border-radius: 50px;
font-weight: 600;
text-decoration: none;
transition: all 0.3s ease;
border: transparent !important;
}