.producto {
    display: flex;
    gap: 20px; 
    padding: 20px;
}
.details-product{
    padding: 5px;
    border-radius: 10px;
}

.titulo-producto{
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.4px;
    color: #333;
    margin-bottom: 10px;
    border-bottom: 2px solid #ccc;
    padding-bottom: 5px;    
    font-family: "Open Sans";
}

.descripcion {
    font-size: 18px;
    font-weight: 500;
    color: #5d6268;
    line-height: 1.6;
    margin-bottom: 15px;
}

.ubicacion-text{
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    color: #3b3a3a;
    gap: 10px;
    margin-bottom: 15px;
}
.precios{
    font-size: 18px;
}
.beneficios-financiacion{
    margin-top: 9px;
}
.beneficios-financiacion h3{
    font-size: 22px;
}
.card-container{
    display: flex;
    gap: 10px;
    padding: 5px 0;
    flex-wrap: wrap;
}

.benefit-card{
    width: 20%;
    background-color: white;
    padding: 30px 10px;
    border-radius: 5px;
    text-align: center;
    box-shadow: lightgrey;
}

.detalles_tecnicos{
    margin-top: 10px;
}
.detalles_tecnicos h3{
    font-size: 22px;
}
.detalles{
    display: flex;
    padding: 5px 0;
}
.detalles > div{
    width: 50%;
    display: flex;
    flex-direction: column;
}
.detalles > div > span{
    margin-top: 3px;
}

.detalle-item {
    padding: 3px 0;
}

.detalle-item span{
    white-space: nowrap;

}

.contact-us{
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.contact{
    padding: 15px 20px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    transition: background 0.3s;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.swal2-styled.swal2-confirm{
  background-color: var(--secondary-color) !important;
  border: 0px !important;
}
/* Estilo para el botón de confirmar */
.swal2-confirm {
    border: none !important; 
    box-shadow: none !important; 
    background-color: #3085d6 !important; 
    color: white !important; 
    padding: 10px 20px !important; 
    border-radius: 5px; 
    font-size: 16px; 
}

.swal2-confirm:focus {
    outline: none !important; 
}
.popup-input{
    margin: 5px 0;
    padding: 15px 4px;
}



@media (max-width:768px){
    .producto{
        flex-direction: column;
    }
    .titulo-producto{
        font-size: 28px;
    }
    .contact{
        width: 85%;
    }
    .contact-us{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
  }

@media (min-width:769px){
    .fotos{
        width: 50%;
    }
        .contact{
        width: 100%;
    }
    .contact-us{
        display: flex;
        align-items: center;
    }

  }

  .opciones-crediticias {
    padding: 15px 20px;
    background: #0e715dd9;
    width: 100%;
}

.aviso-consulta{
    padding: 8px 0;
}