﻿/* Estilos para la página Envíos y Devoluciones */
.envios-devoluciones-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px 20px;
    font-family: Arial, sans-serif;
    color: #333;
    padding-top:5%;
}

.page-header {
    text-align: center;
    margin-bottom: 40px;
    border-bottom: 2px solid #3182ce;
    padding-bottom: 15px;
}

    .page-header h1 {
        color: #2c5282;
        font-size: 25px;
        font-weight: bold;
        margin-bottom: 10px;
        text-transform:uppercase;
    }

.content-section {
    line-height: 1.6;
}

    .content-section h2 {
        color: #3182ce;
        font-size: 20px;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .content-section h3 {
        color: #2c5282;
        font-size: 20px;
        margin-top: 25px;
        margin-bottom: 15px;
    }

    .content-section h4 {
        color: #4a5568;
        font-size: 18px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .content-section p {
        margin-bottom: 15px;
        font-size: 16px;
    }

    .content-section ul {
        margin-bottom: 15px;
        padding-left: 20px;
    }

    .content-section li {
        margin-bottom: 10px;
    }

/* Estilos responsivos */
@media (max-width: 768px) {
    .envios-devoluciones-container {
        padding: 20px 15px;
    }

    .page-header h1 {
        font-size: 28px;
    }

    .content-section h2 {
        font-size: 22px;
    }

    .content-section h3 {
        font-size: 18px;
    }

    .content-section h4 {
        font-size: 16px;
    }

    .content-section p,
    .content-section li {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .page-header h1 {
        font-size: 24px;
    }

    .content-section h2 {
        font-size: 20px;
    }

    .content-section h3 {
        font-size: 17px;
    }

    .content-section h4 {
        font-size: 15px;
    }

    .content-section p,
    .content-section li {
        font-size: 14px;
    }
}
