/* Custom CSS */
moneda{
    font-size:0.8em;
}
/* Cabecera */
@media (min-width: 768px) {
    .jupiterx-header-overlapped:not(.jupiterx-header-fixed):not(.jupiterx-header-stick):not(.jupiterx-header-sticked) .jupiterx-header {
        position: relative;
    }
}
/* Formularios */
.wpcf7-form select{
    padding: 10px;
height: auto;
width: 100%;
border-radius: 3px;
border: 1px solid #000;
background: #fff6e2;
}
.wpcf7-form .form-control{
padding: 10px;
border-radius: 3px;
border: 1px solid #000;
background: #fff6e2;
}
.wpcf7-form input.wpcf7-form-control.wpcf7-submit {
padding: 5px 15px;
width: 100%;
color: #fff;
background: #000;
font-size: 14px;
font-weight: bold;
}
.wpcf7-form .popup-privacidad{
text-decoration: underline;cursor: pointer;
}

.wpcf7-response-output {
    border: none;
    background: #fff6e2;
    padding: 15px;
    font-size: 14px;
    line-height: 1.3em;
    border-radius: 5px;
}
.wpcf7-not-valid-tip {
    font-size: 0.8em;
}

 input.wpcf7-quiz {
    padding: 10px;
    background: #fff6e2;
    border: 1px solid #000;
    border-radius: 3px;
    display: inline-block;
    width: 62px; 
}

/* Menú principal */
@media (min-width: 1024px){
    .solo-movil{
        display:none !important;
    }
}

/* Breadcrumbs */
.breadcrumb {
    justify-content: left !important;
    gap: 3px;
    font-family: "Playfair Display custom", serif;
}
.breadcrumb a {
    color: #A5A5A5;
}

@media (min-width: 1400px){
    .padding-derecho{
        padding-right: calc( ( 100vw - 1400px ) / 2) !important;
    }
}

/* Formularios */
.wpcf7-form input[type=text], .wpcf7-form input[type=email], .wpcf7-form select{
    background: #FBD582 !important;
    border-color: #FBD582 !important;
    border-radius: 50px !important;
    padding-left:20px !important;
    padding-right: 20px !important;
}

.wpcf7-form input[type=checkbox]{
    appearance: none;
    width: 15px;
    height: 15px;
    background-color: #FBD582;
    border: 1px solid #FBD582;
    border-radius: 4px;
}
/* Estilo cuando el checkbox está marcado */
.wpcf7-form input[type="checkbox"]:checked {
    
    
    /* Añadir un símbolo de check personalizado */
    position: relative;
}

/* Añadir una marca de check personalizada */
.wpcf7-form input[type="checkbox"]:checked::after {
    content: '✓'; /* Símbolo de check */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000; /* Color del símbolo */
    font-weight: bold;
}
.wpcf7-form input[type=submit]{
    background: #DA0F35 !important;
    padding: 15px !important;
    border-color: #DA0F35 !important;
    appearance: none !important;
}

.wpcf7-form .texto-form{
    font-size: 12px;
    line-height: 1.2em;
}

.wpcf7-form .form-control:not([size]):not([multiple]) {
    height: auto !important
}
