body {
    font-family: "Times New Roman", Times, serif;
    padding-top: 30px;
    background-color: #f8f9fa;
}
.navbar-brand img {
    max-height: 60px;
}
.hero {
    background: url('imagenes/hosting-banner.jpg') center/cover no-repeat;
    color: white;
    padding: 40px 0 40px 0;
    text-align: center;
}
.hero h1 {
    font-size: 3rem;
    font-weight: bold;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.hero p {
    font-size: 1.1rem;
    margin-top: 10px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.section-heading {
    font-size: 2.5rem;
    font-weight: bold;
    color: #343a40;
    margin-bottom: 40px;
}
.price-card {
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    margin-bottom: 30px;
}
.price-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
}
.price-card-header {
    background-color: #007bff;
    color: white;
    padding: 1.5rem;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    text-align: center;
}
.price-card-header h3 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}
.price-card-header .price {
    font-size: 2.8rem;
    font-weight: bold;
    margin-top: 1rem;
}
.price-card-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.price-card-body ul li {
    padding: 0.75rem 1.25rem;
    border-bottom: 1px dashed #e9ecef;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.price-card-body ul li:last-child {
    border-bottom: none;
}
.feature-name {
    font-weight: 500;
    color: #495057;
}
.feature-value {
    color: #28a745;
    font-weight: bold;
}
.price-card-footer {
    padding: 1.25rem;
    background-color: #f1f1f1;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    text-align: center;
}
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    text-decoration: none;
}
.footer {
    background-color: #212529;
    color: white;
    padding: 40px 0;
}
.footer a {
    color: #d3d3d3;
    text-decoration: none;
}
.call-to-action-box {
    background-color: #e9ecef;
    padding: 25px;
    border-radius: .5rem;
    margin-top: 40px;
    text-align: center;
}
.os-logos-section {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.payment-info-section-custom {
    background-color: #6699CC;
    color: #FFFFFF;
    padding: 30px;
    text-align: center;
    margin-top: 40px;
    border-radius: 8px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
}
@media (max-width: 768px) {
    .table-responsive-md {
        overflow-x: auto;
    }
}
