.elementor-42537 .elementor-element.elementor-element-91c1336 > .elementor-container{max-width:771px;}.elementor-42537 .elementor-element.elementor-element-868f3cd{width:var( --container-widget-width, 113.449% );max-width:113.449%;--container-widget-width:113.449%;--container-widget-flex-grow:0;}@media(max-width:1024px){.elementor-42537 .elementor-element.elementor-element-91c1336 > .elementor-container{max-width:1128px;}}@media(max-width:767px){.elementor-42537 .elementor-element.elementor-element-91c1336 > .elementor-container{max-width:905px;}.elementor-42537 .elementor-element.elementor-element-868f3cd{width:100%;max-width:100%;}}/* Start custom CSS for shortcode, class: .elementor-element-868f3cd */.calculadora-baremo {
display: flex;
flex-direction: column;
font-family: "League Spartan";
border-radius: 20px;
justify-content: center;
width: 100%;
}

.calculadora-baremo label, .calculadora-baremo strong {
  font-family: "League Spartan";
  font-weight: 900 !important;
}

.calculadora-baremo h1 {
align-self: center;
background-color: #494b32 !important;
border-radius: 10px 10px 0px 0px;
padding: 30px;
margin: 20px 0px;
width: 100%;
text-align: center;
color: #fff !important;
text-transform: uppercase;
}

.calculadora-baremo input {
box-sizing: border-box;
border: none;
-webkit-transition: 0.5s;
color: #494b32 !important;
font-family: "Noto Sans";
font-weight: 700;
background-color: #eaebe7;
padding: 5px;
outline: none;
}

.calculadora-baremo input[type="text"]:focus {
border: 1px solid #494b32;
}

.calculadora-baremo-calculo-top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}

.calculadora-baremo-calculo-top .input-field {
    margin-bottom: 10px;
}

.calculadora-baremo-calculo-psicotecnicos,
.calculadora-baremo-calculo-baremo {
margin: 10px 10px 0px 10px;
text-transform: uppercase;
align-self: center;
}

.calculadora-baremo-calculo-baremo {
display: flex;
align-items: center;
}

.calculadora-baremo-calculo-zona-manual {
flex: 2;
width: 60%;
display: flex;
align-items: center;
flex-direction: column;
}

.calculadora-baremo-calculo-zona-automatica {
flex: 1;
padding: 10px 30px;
font-weight: 900;
color: #494b32;
}

.calculadora-baremo-calculo-zona-automatica > * {
text-align: center;
}

.bloque-baremo-auto {
display: block;
background-color: #eaebe7 !important;
margin-top: 10px;
border: 1px solid #494b32;
border-radius: 5px;
padding: 10px;
font-weight: 400;
}

.bloque-baremo-auto:hover {
cursor: not-allowed;
}

.bloque-baremo-auto #baremoAuto {
font-weight: 900;
}

.calculadora-baremo-calculo-zona-automatica span {
text-transform: uppercase;
margin-right: 10px;
}

.calculadora-baremo-calculo-psicotecnicos input,
.calculadora-baremo-calculo-baremo input {
width: 100px;
margin-left: 15px;
}

.calculadora-baremo label {
font-weight: 900;
color: #494b32;
}

.button-primary {
background-color: #db8d10 !important;
color: #eaebe7 !important;
font-weight: 900 !important;
border: none;
border-radius: 5px!important;
padding: 5px 10px;
margin: 15px 20px;
transition: background-color 0.2s linear !important;
width: 35%;
}

.button-primary:hover {
background-color: #494b32 !important;
cursor: pointer;
}

.info-text {
text-align: center;
font-style: italic;
color: #663f00;
margin: 20px;
}

.aciertos-examen-oposicion {
align-self: center;
margin: 10px 0px 30px 0px;
}

.aciertos-examen-oposicion input {
    width: 100px !important;
    text-align: center;
    margin-right: 30px;
}

.button-secondary {
background-color: #494b32 !important;
color: #eaebe7;
border: none;
border-radius: 5px !important;
padding: 10px 20px;
font-size: 12px;
font-weight: 900 !important;
transition: background-color 0.2s linear;
}

.button-secondary:hover {
cursor: pointer;
background-color: #959879 !important;
}

.calculadora-baremo fieldset {
margin: 10px 10px;
padding: 5px;
border: 1px solid #959879;
}

.calculadora-baremo legend {
text-transform: uppercase;
color: #3e4029 !important;
font-size: 16px;
padding: 0px 15px;
border: none;
}

.calculadora-baremo fieldset label {
font-weight: 500;
color: #000 !important;
}

.calculadora-baremo fieldset label,
.calculadora-baremo fieldset input {
margin-top: 7px;
margin-bottom: 7px;
font-weight: 500 !important;
}

.calculadora-baremo input[type="radio"] {
    accent-color: #3e4029 !important;
    background-color: #eaebe7 !important;
}

.calculadora-baremo-bottom-input {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    margin: 20px 20px;
  }
  
#bloqueAyuda {
    background-color: #db8d10;
    padding: 15px;
    border-radius: 5px;
    color: #3E4029;
    display: flex;
    justify-items: center;
    align-self: center;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 30px;
}

#bloqueAyuda a {
    display: flex;
    margin-top: 5px;
    align-items: center;
    background-color: #3E4029;
    color: #C2C5A9;
    padding: 10px 30px;
    font-size: 25px;
    border-radius: 10px;
    transform: background-color 0.2s linear;
    transform: color 0.2s linear;
}

#bloqueAyuda a:hover {
    cursor:pointer;
    background-color: #4F5976;
    color: #FFC76C;
}

#bloqueAyuda a img {
    width: 20px;
    margin-right: 10px;
    color: #C2C5A9;
}

#table-reference-link {
    text-transform: none;
    background-color: #FFC76C;
    padding: 5px;
    border-radius: 5px;
    font-size: 14px;
    /*text-decoration: underline;*/
}


#baremoManual, #aciertos, #misiones, #servicio, #notaFinal {
    max-width: 100px;
    text-align: center;
    background-color: #eaebe7;
    border: none;
    -webkit-transition: 0.5s;
    color: #494b32 !important;
    font-family: "Noto Sans";
    font-weight: 700;
    background-color: #eaebe7;
    padding: 5px;
    text-align: center;
    outline: none;
}

#aciertos, #notaFinal {
    max-width: 60px;
    margin-left: 35px;
}

#notaFinal {
    background-color: #FFC76C;
    font-size: 30px;
    max-width: 100px;
}

@media (max-width:1025px) {
    #bloqueAyuda {
        font-size: 19px;
    }
}

@media (max-width:500px) {
    #bloqueAyuda {
        font-size: 15px;
        text-align: center;
    }
    #bloqueAyuda a {
        font-size: 15px;
        
    }
    
    #notaFinal {
        align-self: center;
        margin-bottom: 30px;
        width: 50%;
        margin-left: 60px;
    }
    
    .calculadora-baremo-bottom-input input {
        width: 50%;
    }
}/* End custom CSS */
/* Start custom CSS */#main {
    position: relative;
    background-color: #C2C5A9;
    z-index: 0;
    overflow: hidden;
}

#primary {
    border: none;
}

#main::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("https://wordpress.academiadecombate.com/wp-content/uploads/2024/11/Academia-de-Combate-Logo-WHITE.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70% auto;
    opacity: 0.15;
}
#site-header {
    display: none;
}

.page-header {
    display: none;
}

#right-sidebar {
    display: none;
}

#site-navigation {
    display: none;
}

.content-area {
    width: 100%
}

#footer {
    display: none;
}/* End custom CSS */