/*
Theme Name: Oqan Music Theme
Theme URI: https://tuespecialistaweb.com/
Template: royal-elementor-kit
Author: Eric Montero
Author URI: https://ericmontero.com
Description: Theme creado con Elementor y Royal Elementor con personalizaciones para crear una maravillosa tienda - catálogo de productos musicales de la marca OQAN. Creada en Agosto del 2026.
Tags: blog,e-commerce,one-column,custom-background,custom-colors,full-width-template,custom-menu,custom-logo,featured-images,sticky-post,theme-options,threaded-
Version: 1.0.148.1785689968
Updated: 2026-08-02 18:59:28

*/



/*FAQS para categorías de producto*/
.oqan-category-faq {
	font-family: "Manrope", Sans-serif;
    width: 100%;
    margin: 80px auto;
    padding: 0 24px;
    color: #171c28;
}

.oqan-category-faq__header {
	font-family: "Manrope", Sans-serif;
    max-width: 760px;
    margin-bottom: 40px;
}

.oqan-category-faq__label {
	font-family: "Manrope", Sans-serif;
    display: block;
    margin-bottom: 12px;
    color: #2579FF;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
}

.oqan-category-faq__header h2 {
	font-family: "Manrope", Sans-serif;
    margin: 0 0 15px;
    color: #171c28;
    font-size: clamp(30px, 4vw, 40px);
    font-weight: 700;
    line-height: 1.1;
}

.oqan-category-faq__header p {
    margin: 0;
	font-family: "Manrope", Sans-serif;
    color: #646b78;
    font-size: 17px;
    line-height: 1.7;
}

.oqan-category-faq__items {
    border-top: 1px solid #dfe3eb;
	font-family: "Manrope", Sans-serif;
}

.oqan-faq-item {
    border-bottom: 1px solid #dfe3eb;
	font-family: "Manrope", Sans-serif;
}

.oqan-faq-item summary {
	font-family: "Manrope", Sans-serif;
    position: relative;
    padding: 25px 60px 25px 0;
    color: #171c28;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    cursor: pointer;
    list-style: none;
    transition: color 0.25s ease;
}

.oqan-faq-item summary::-webkit-details-marker {
    display: none;
}

.oqan-faq-item summary::before,
.oqan-faq-item summary::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 18px;
    height: 2px;
    background: #2579FF;
    transform: translateY(-50%);
    transition: transform 0.25s ease;
}

.oqan-faq-item summary::after {
    transform: translateY(-50%) rotate(90deg);
}

.oqan-faq-item[open] summary {
	font-family: "Manrope", Sans-serif;
    color: #2579FF;
}

.oqan-faq-item[open] summary::after {
    transform: translateY(-50%) rotate(0);
}

.oqan-faq-item summary:hover {
	font-family: "Manrope", Sans-serif;
    color: #2579FF;
}

.oqan-faq-answer {
	font-family: "Manrope", Sans-serif;
    padding: 0 55px 26px 0;
}

.oqan-faq-answer p {
	font-family: "Manrope", Sans-serif;
    margin: 0;
    color: #646b78;
    font-size: 16px;
    line-height: 1.75;
}

.oqan-faq-answer p a{
color: #2579FF;}

.oqan-faq-answer p a:hover{
color: #000000;}

@media (max-width: 767px) {
    .oqan-category-faq {
        margin: 55px auto;
        padding: 0 20px;
    }

    .oqan-category-faq__header {
        margin-bottom: 30px;
    }

    .oqan-category-faq__header p {
        font-size: 16px;
    }

    .oqan-faq-item summary {
        padding: 21px 45px 21px 0;
        font-size: 17px;
    }

    .oqan-faq-item summary::before,
    .oqan-faq-item summary::after {
        right: 5px;
        width: 16px;
    }

    .oqan-faq-answer {
        padding: 0 15px 23px 0;
    }
}
/*Fin FAQS para categorías de producto*/

/*Inicio efecto linea azul hover*/
.elementor-element.oqan-principle-card {
    position: relative;
    overflow: visible;
}

.elementor-element.oqan-principle-card::before {
    content: "";
    position: absolute;
    z-index: 10;
    left: 0;
    right: auto;
    bottom: 0;
    width: 24%;
    height: 3px;
    display: block;
    background: #0964f6;
    pointer-events: none;
    transition: width 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.elementor-element.oqan-principle-card:hover::before {
    width: 100%;
}
/*Fin efecto linea azul hover*/

/* ==================================================
   Blog — Estilos generales
================================================== */

div#blog h2,
div#blog h3,
div#blog h4,
div#blog h5 {
    font-family: "Sora", sans-serif;
    line-height: 1.25;
}

div#blog h2 {
    color: #2579FF;
    font-size: 32px;
}

div#blog h3 {
    color: #1E272D;
    font-size: 26px;
}

div#blog h4 {
    color: #1E272D;
    font-size: 23px;
}

div#blog h5 {
    color: #1E272D;
    font-size: 21px;
}

div#blog ul {
    padding-bottom: 10px;
}


/* ==================================================
   Laptop
================================================== */

@media screen and (min-width: 1025px) and (max-width: 1440px) {

    div#blog h2 {
        font-size: 36px;
    }

    div#blog h3 {
        font-size: 29px;
    }

    div#blog h4 {
        font-size: 24px;
    }

    div#blog h5 {
        font-size: 20px;
    }
}


/* ==================================================
   Tablet
================================================== */

@media screen and (min-width: 768px) and (max-width: 1024px) {

    div#blog h2 {
        font-size: 32px;
    }

    div#blog h3 {
        font-size: 26px;
    }

    div#blog h4 {
        font-size: 22px;
    }

    div#blog h5 {
        font-size: 19px;
    }

    div#blog ul {
        padding-bottom: 8px;
    }
}


/* ==================================================
   Smartphone
================================================== */

@media screen and (max-width: 767px) {

    div#blog h2 {
        font-size: 27px;
        line-height: 1.3;
    }

    div#blog h3 {
        font-size: 23px;
        line-height: 1.3;
    }

    div#blog h4 {
        font-size: 20px;
        line-height: 1.35;
    }

    div#blog h5 {
        font-size: 18px;
        line-height: 1.35;
    }

    div#blog ul {
        padding-bottom: 6px;
        padding-left: 22px;
    }
}

/* ==================================================
   Fin Blog
================================================== */

/* ==================================================
   OQAN – Warranty Form
================================================== */

.oqan-warranty-form {
    width: 100%;
    font-family: "Manrope", sans-serif;
    font-size: 17px;
    color: #000000;
}

.oqan-warranty-form *,
.oqan-warranty-form *::before,
.oqan-warranty-form *::after {
    box-sizing: border-box;
}

.oqan-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 25px;
}

.oqan-form-full {
    grid-column: 1 / -1;
}

.oqan-form-field label {
    display: block;
    margin: 0 0px;
    color: #FFFFFF;
    font-family: "Manrope", sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
}

.oqan-form-field label span {
    color: #2579FF;
}

/* Campos */

.oqan-warranty-form input[type="text"],
.oqan-warranty-form input[type="email"],
.oqan-warranty-form input[type="date"],
.oqan-warranty-form input[type="tel"],
.oqan-warranty-form select,
.oqan-warranty-form textarea {
    width: 100%;
    min-height: 58px;
    margin: 0;
    padding: 15px 18px;
    color: #000000;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.22);
    border-radius: 8px;
    outline: none;
    font-family: "Manrope", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
    transition:
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.oqan-warranty-form input::placeholder,
.oqan-warranty-form textarea::placeholder {
    color: rgba(0, 0, 0, 0.45);
    opacity: 1;
}

.oqan-warranty-form input[type="text"]:hover,
.oqan-warranty-form input[type="email"]:hover,
.oqan-warranty-form input[type="date"]:hover,
.oqan-warranty-form input[type="tel"]:hover,
.oqan-warranty-form select:hover,
.oqan-warranty-form textarea:hover {
    border-color: rgba(37, 121, 255, 0.65);
}

.oqan-warranty-form input[type="text"]:focus,
.oqan-warranty-form input[type="email"]:focus,
.oqan-warranty-form input[type="date"]:focus,
.oqan-warranty-form input[type="tel"]:focus,
.oqan-warranty-form select:focus,
.oqan-warranty-form textarea:focus {
    border-color: #2579FF;
    box-shadow: 0 0 0 4px rgba(37, 121, 255, 0.12);
}

/* Política de privacidad */

.oqan-privacy-field {
    margin-top: 5px;
}

.oqan-privacy-field .wpcf7-list-item {
    margin: 0;
}

.oqan-privacy-field label {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 0;
    cursor: pointer;
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
}

.oqan-privacy-field input[type="checkbox"] {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    margin: 2px 0 0;
    accent-color: #2579FF;
    cursor: pointer;
}

.oqan-privacy-field a {
    color: #2579FF;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.oqan-privacy-field a:hover {
    color: #000000;
}

/* Botón */

.oqan-form-submit {
    margin-top: 5px;
}

.oqan-warranty-form input[type="submit"] {
    width: auto;
    min-width: 180px;
    min-height: 58px;
    margin: 0;
    padding: 16px 28px;
    color: #ffffff;
    background-color: #2579FF;
    border: 2px solid #2579FF;
    border-radius: 8px;
    font-family: "Manrope", sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
    cursor: pointer;
    transition:
        color 0.25s ease,
        background-color 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.oqan-warranty-form input[type="submit"]:hover {
    color: #2579FF;
    background-color: #ffffff;
    box-shadow: 0 10px 25px rgba(37, 121, 255, 0.18);
    transform: translateY(-2px);
}

.oqan-warranty-form input[type="submit"]:active {
    transform: translateY(0);
}

.oqan-warranty-form input[type="submit"]:disabled {
    cursor: not-allowed;
    opacity: 0.6;
    transform: none;
}

.oqan-required-text {
    margin: 24px 0 0;
    color: rgba(0, 0, 0, 0.55);
    font-family: "Manrope", sans-serif;
    font-size: 13px;
    line-height: 1.5;
}

/* Errores y mensajes de Contact Form 7 */

.oqan-warranty-form .wpcf7-not-valid {
    border-color: #d63638 !important;
}

.oqan-warranty-form .wpcf7-not-valid-tip {
    margin-top: 7px;
    color: #d63638;
    font-family: "Manrope", sans-serif;
    font-size: 13px;
}

.oqan-warranty-form .wpcf7-response-output {
    margin: 25px 0 0 !important;
    padding: 15px 18px !important;
    border-radius: 8px;
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    line-height: 1.6;
}

.oqan-warranty-form .wpcf7-spinner {
    vertical-align: middle;
}

/* Tablet */

@media (max-width: 1024px) {
    .oqan-form-grid {
        gap: 22px;
    }
}

/* Móvil */

@media (max-width: 767px) {
    .oqan-form-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .oqan-form-full {
        grid-column: auto;
    }

    .oqan-warranty-form input[type="submit"] {
        width: 100%;
        min-width: 0;
    }
}

.oqan-warranty-form p {
    margin-bottom: 0;
}

.oqan-warranty-form textarea {
    min-height: 160px;
    resize: vertical;
}
/* ==================================================
   OQAN – Fin Warranty Form
================================================== */

/* ==================================================
   OQAN – Contact Form
================================================== */

.oqan-contact-form {
    width: 100%;
    color: #000000;
    font-family: "Manrope", sans-serif;
    font-size: 17px;
}

.oqan-contact-form *,
.oqan-contact-form *::before,
.oqan-contact-form *::after {
    box-sizing: border-box;
}

/* Elimina el margen automático de los párrafos de CF7 */

.oqan-contact-form p {
    margin-top: 0;
    margin-bottom: 0;
}

/* Estructura */

.oqan-contact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 25px;
}

.oqan-contact-full {
    grid-column: 1 / -1;
}

/* Etiquetas */

.oqan-contact-field > label {
    display: block;
    margin: 0 0 9px;
    color: #FFFFFF;
    font-family: "Manrope", sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
}

.oqan-contact-field > label span {
    color: #2579FF;
}

/* Campos */

.oqan-contact-form input[type="text"],
.oqan-contact-form input[type="email"],
.oqan-contact-form input[type="tel"],
.oqan-contact-form select,
.oqan-contact-form textarea {
    width: 100%;
    min-height: 58px;
    margin: 0;
    padding: 15px 18px;
    color: #000000;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.22);
    border-radius: 8px;
    outline: none;
    font-family: "Manrope", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
    box-shadow: none;
    transition:
        border-color 0.25s ease,
        box-shadow 0.25s ease,
        background-color 0.25s ease;
}

.oqan-contact-form textarea {
    min-height: 180px;
    resize: vertical;
}

/* Placeholder */

.oqan-contact-form input::placeholder,
.oqan-contact-form textarea::placeholder {
    color: rgba(0, 0, 0, 0.45);
    opacity: 1;
}

/* Desplegable */

.oqan-contact-form select {
    cursor: pointer;
}

/* Hover */

.oqan-contact-form input[type="text"]:hover,
.oqan-contact-form input[type="email"]:hover,
.oqan-contact-form input[type="tel"]:hover,
.oqan-contact-form select:hover,
.oqan-contact-form textarea:hover {
    border-color: rgba(37, 121, 255, 0.65);
}

/* Focus */

.oqan-contact-form input[type="text"]:focus,
.oqan-contact-form input[type="email"]:focus,
.oqan-contact-form input[type="tel"]:focus,
.oqan-contact-form select:focus,
.oqan-contact-form textarea:focus {
    border-color: #2579FF;
    box-shadow: 0 0 0 4px rgba(37, 121, 255, 0.12);
}

/* Política de privacidad */

.oqan-contact-privacy {
    margin-top: 5px;
}

.oqan-contact-privacy .wpcf7-list-item {
    margin: 0;
}

.oqan-contact-privacy .wpcf7-list-item > label {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 0;
    color: #FFFFFF;
    cursor: pointer;
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
}

.oqan-contact-privacy input[type="checkbox"] {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    margin: 2px 0 0;
    accent-color: #2579FF;
    cursor: pointer;
}

.oqan-contact-privacy a {
    color: #2579FF;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.oqan-contact-privacy a:hover {
    color: #000000;
}

/* Botón */

.oqan-contact-submit {
    margin-top: 5px;
}

.oqan-contact-form input[type="submit"] {
    width: auto;
    min-width: 190px;
    min-height: 58px;
    margin: 0;
    padding: 16px 30px;
    color: #ffffff;
    background-color: #2579FF;
    border: 2px solid #2579FF;
    border-radius: 8px;
    font-family: "Manrope", sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
    cursor: pointer;
    box-shadow: none;
    transition:
        color 0.25s ease,
        background-color 0.25s ease,
        box-shadow 0.25s ease,
        transform 0.25s ease;
}

.oqan-contact-form input[type="submit"]:hover {
    color: #2579FF;
    background-color: #ffffff;
    box-shadow: 0 10px 25px rgba(37, 121, 255, 0.18);
    transform: translateY(-2px);
}

.oqan-contact-form input[type="submit"]:active {
    transform: translateY(0);
}

.oqan-contact-form input[type="submit"]:disabled {
    cursor: not-allowed;
    opacity: 0.6;
    transform: none;
}

/* Spinner de Contact Form 7 */

.oqan-contact-form .wpcf7-spinner {
    margin: 0 0 0 12px;
    vertical-align: middle;
}

/* Errores */

.oqan-contact-form .wpcf7-not-valid {
    border-color: #d63638 !important;
}

.oqan-contact-form .wpcf7-not-valid-tip {
    display: block;
    margin-top: 7px;
    color: #d63638;
    font-family: "Manrope", sans-serif;
    font-size: 13px;
    line-height: 1.4;
}

/* Mensaje de respuesta */

.oqan-contact-form .wpcf7-response-output {
    margin: 25px 0 0 !important;
    padding: 15px 18px !important;
    border-radius: 8px;
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    line-height: 1.6;
}

/* ==================================================
   Tablet
================================================== */

@media (max-width: 1024px) {

    .oqan-contact-grid {
        gap: 22px;
    }
}

/* ==================================================
   Móvil
================================================== */

@media (max-width: 767px) {

    .oqan-contact-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .oqan-contact-full {
        grid-column: auto;
    }

    .oqan-contact-form input[type="submit"] {
        width: 100%;
        min-width: 0;
    }

    .oqan-contact-form textarea {
        min-height: 160px;
    }
}

.oqan-contact-form label{
    padding-bottom: 10px;color: #FFFFFF;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
border-color: #2579ff;
    color: #2579ff;
    font-weight: 600;
    font-family: 'Manrope';
}

.oqan-contact-phone {
    padding-top: 17px;
}

@media (max-width: 767px) {
    .oqan-contact-phone {
        padding-top: 0;
    }
}
/* ==================================================
   FIN OQAN – Contact Form
================================================== */

/* ==================================================
   Ethics Channel - Extras
================================================== */

/* Información superior */

.oqan-ethics-info{
    margin-bottom:40px;
    padding:30px;
    background:#F5F8FC;
    border-left:5px solid #2579FF;
    border-radius:8px;
}

.oqan-ethics-info h3{
    margin:0 0 12px;
    color:#1E272D;
    font-family:"Sora",sans-serif;
    font-size:26px;
    font-weight:700;
}

.oqan-ethics-info p{
    margin:0;
    color:#4B5563;
    font-family:"Manrope",sans-serif;
    font-size:17px;
    line-height:1.7;
}

/* ==================================================
   Select personalizado
================================================== */

.oqan-contact-form select{

    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;

    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%232579FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");

    background-repeat:no-repeat;
    background-position:right 18px center;
    background-size:18px;

    padding-right:55px;

}

/* ==================================================
   File Upload
================================================== */

.oqan-contact-form input[type="file"]{

    width:100%;
    padding:16px 18px;
    background:#FFFFFF;
    border:2px dashed rgba(37,121,255,.35);
    border-radius:8px;
    cursor:pointer;
    transition:.25s ease;

}

.oqan-contact-form input[type="file"]:hover{

    border-color:#2579FF;
    background:#F8FBFF;

}

/* ==================================================
   Textarea más grande
================================================== */

.oqan-contact-form textarea{

    min-height:260px;

}

/* ==================================================
   Caja privacidad
================================================== */

.oqan-contact-privacy{

    margin-top:10px;
    padding:22px;

    background:#111827;

    border-left:4px solid #2579FF;

    border-radius:8px;

}

/* ==================================================
   Campo activo
================================================== */

.oqan-contact-form input:focus,
.oqan-contact-form textarea:focus,
.oqan-contact-form select:focus{

    transform:translateY(-1px);

}

/* ==================================================
   Responsive
================================================== */

@media(max-width:767px){

    .oqan-ethics-info{

        padding:22px;

    }

    .oqan-ethics-info h3{

        font-size:22px;

    }

    .oqan-contact-form textarea{

        min-height:200px;

    }

}

/* ==================================================
   Ethics Channel - Fin
================================================== */

div#prod ul {
    padding-bottom: 12px!important;
}