html {
    box-sizing: border-box;
    scroll-behavior: smooth;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    line-height: 1.5;
    font-family: 'Roboto', sans-serif;
    margin: 0;
}

#menu-primary {
  margin-top: -60px;
}
.admin-bar .sticky-navigation-open .sticky-navigation {
  top: 0;
  opacity: 1;
}

.navbar .container {
    display: block;
    max-width: 1280px;
}
.sticky-navigation-open .sticky-navigation {
    padding: 0;
}

.asociate {
    color: rgb(0, 0, 0);
    background-color: #14007E;
    width: 100%;
}

.asociate h2 {
    font-weight: 100;
    color: white;
    font-weight: 400;
    margin-top: 20px;
}

.asociate h1 {
    font-size: 50px;
    margin-bottom: 30px;
}

h1 {
    color: white;
    text-align: center;
    font-size: 40px;
    padding-top: 100px;
    margin: 0;
}

h2 {
    font-weight: 100;
    text-align: center;
    font-size: 19px;
    color: white;
    padding-bottom: 300px;
}

.categoria {
    display: flex;
    justify-content: center;
}

.categoria p {
    font-size: 20px;
    margin-top: -160px;
    padding: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    cursor: pointer;
    font-weight: bold;
    width: 300px;
    text-align: center;
}

.categoria p:nth-child(2) {
    color: white;
}


.categoria p span {
    font-size: 16px;
    font-weight: normal;
}

.activo {
    background-color: white;
    transition: calc(0.6s);
    color: rgba(37, 37, 37, 0.671);
}

#socio {
    display: none;
}

.seleciona-modalidad {
    align-items: center;
    justify-content: center;
    display: flex;
    font-weight: normal;
    font-size: 24px;
    padding: 20px;
}

#asociado .card,
#socio .card {
    margin: 20px;
    border: 1.5px solid #14007E;
    width:50%;
}

#asociado .card-title,
#socio .card-title {
    font-weight: bold;
}

#asociado .card-header,
#socio .card-header {
    color: #ffffff;
    font-size: 30px;
    border: none;
    background-color: #14007E;
}

#asociado .card-text:nth-child(2),
#socio .card-text:nth-child(2) {
    border-bottom: 1px solid rgba(37, 37, 37, 0.233);
    padding-bottom: 10px;
    font-weight: 600;
    padding-left: 0;
}

#asociado .card-text,
#socio .card-text {
    border-bottom: 1px solid rgba(37, 37, 37, 0.233);
    padding-bottom: 10px;
    font-weight: normal;
}

#asociado .card-text:nth-last-child(2),
#socio .card-text:nth-last-child(2) {
    border: none;
}

#asociado .card-text,
#socio .card-text {
    padding-left: 25px;
}

#asociado img,
#socio img {
    position: absolute;
    width: 25px;
}

#asociado .card:last-child,
#socio .card {
    height: 100%;
}


.btn.btn-primary {
    background-color: #14007E;
    width: 240px;
    margin-top: 40px;
    padding: 12px;
    border: none;
}

.btn.btn-primary:active {
    opacity: 40%;
}


#asociado,
#socio {
    display: flex;
    margin-top: 50px;
    margin-inline: 20%;
}

#modalidad-asociado,
#modalidad-socio {
    display: flex;
    margin: 0 auto;
    text-align: center;
    justify-content: space-between;
    margin-top: 200px;
    width: 380px;
    border-radius: 30px;
    margin-bottom: 90px;
    background: linear-gradient(145deg, #e6e6e6, #ffffff);
    box-shadow: 20px 20px 60px #d9d9d9,
        -20px -20px 60px #ffffff;
    padding: 10px;
    color: rgba(0, 0, 0, 0.822);
}

#modalidad-asociado p,
#modalidad-socio p {
    padding: 10px;
    margin: 0;
    cursor: pointer;
    font-size: 17px;
}

.modalidad-activa {
    background-color: #14007E;
    color: white;
    border-radius: 30px;
}

#asociado-pleno-derecho-barra {
    display: flex;
    margin: 0 auto;
    text-align: center;
    justify-content: space-between;
    margin-bottom: 2%;
    margin-top: 8%;
    width: 800px;
}


input[type=range] {
    display: block;
    width: 800px;
}

input[type="range"]::-webkit-slider-runnable-track {
    background-color: #ededed;
    border-radius: 20px;
    height: 17px;
}

#trabajadores {
    width: 50%;
    display: flex;
    margin: 0 auto;
    text-align: center;
    justify-content: space-between;
    margin-bottom: 10%;
    gap: 15px;
}

.formulario h3,
.formulario p {
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    width: 60%;
}

.formulario h2 {
    font-size: 40px;
    font-weight: 500;
    margin-top: 2%;
    padding: 60px;
    color: #14007E;
}

.formulario .form {
    text-align: left;
    border-radius: 10px;
    width: 50%;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 10%;
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    background: #14007E;
    color: rgba(255, 255, 255, 0.842);
    font-weight: 500;
}

.formulario .form input {
    border: none;
    border-radius: 0%;
    background: #00000000;
    border-radius: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.178);
    color: white;
}

.formulario input:focus,
.formulario select:focus,
.formulario select,
.formulario input.form-control:focus {
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    background-color: #14007E;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    color: white;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.selectores {
    margin: auto;
    width: 50%;
}

.selectores select {
    border-radius: 0%;
    border: none;
    background-color: rgba(219, 219, 219, 0.24);
    border-left: 5px solid #14007E;
    min-height: 200px;;
}

.selectores h3 {
    text-align: center;
    font-size: 19px;
}

.selectores h2 {
    text-align: left;
}

.grafica,
.textil {
    margin-top: 2rem;
    padding: 0px;
}

.opciones h2 {
    text-align: left;
}

.opciones {
    gap: 20px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 2%;
}

.opciones p {
    position: unset;
    font-weight: 500;
    margin-top: 1rem;
}

h2.grafica {
    font-size: 20px;
    font-weight: 500;
    color: #14007E;
}

h2.textil {
    margin-top: 0px;
    font-size: 20px;
    color: #14007E;
}

h2.categoria-madera,
h2.categoria-ceramica,
h2.categoria-metal,
h2.categoria-productos-tridimensionales,
h2.categoria-varios,
h2.categoria-tecnol-impresion {
    padding: 0;
    font-size: 20px;
    color: #14007E;
    padding: 20px 0px 10px 0px;
}

.info-cuotas {
    width: 50%;
    text-align: left;
    justify-content: center;
    display: flex;
    margin: 0 auto;
    font-size: 16px;
    margin-top: 5%;
    margin-bottom: 2%;
    padding-left: 10px;
    border-left: 5px solid #14007E;
}

.forma-pago,
.domiciliacion-bancaria,
.datos-domiciliacion,
.reglamento,
.consulta {
    width: 50%;
    text-align: left;
    justify-content: start;
    display: flex;
    margin: 0 auto;
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.datos-domiciliacion {
    margin-bottom: 0px;
}
.reglamento {
    font-size: 13px;
    flex-direction: column;
    margin-top: 0;
}

#input-banco {
    width: 100%;
    text-align: left;
    justify-content: start;
    margin: 0 auto;
    margin-bottom: 20px;
}


.enviar {
    width: 50%;
    text-align: left;
    justify-content: start;
    margin-bottom: 30px;
    margin-top: 30px;
}

#enviar {
    background-color: #14007E;
    padding: 10px 30px;
    text-align: center;
    transition: 0.5s;
    color: white;
    border-radius: 10px;
    display: block;
    border: none;
    font-size: 20px;
}

#enviar:hover {
    background-color: #00A4F4;
    /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

#enviar:active {
    opacity: 60%;
}

#input-banco input {
    width: 250px;
}

#input-banco label {
    font-size: 18px;
    font-weight: 500;
}
/*
img {
    width: 60%;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 5%;
}
*/
.img-consulta {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.consulta {
    margin-top: 8%;
}

.basico-premium {
    width: 50%;
    text-align: left;
    justify-content: start;
    margin: 0 auto;
    font-size: 20px;
    margin-top: 2%;
    margin-bottom: 2%;
    display: grid;
}

a #youtube {
    width: 60px;
    height: 60px;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
    display: flex;
    cursor: pointer;
}


.footer li a, .footer p a {
    text-decoration: none;
}


/* Responsive*/

@media (max-width: 1700px) {
    div#trabajadores {
        width: 55%;
    }

    #asociado-pleno-derecho-barra {
        width: 600px;
    }
}

@media (max-width: 1100px) {
    div#trabajadores {
        width: 70%;
    }

    #asociado-pleno-derecho-barra {
        width: 600px;
    }
}

@media (max-width: 1400px) {

    div#trabajadores {
        width: 70%;
    }
}

@media (max-width: 1280px) {

    #asociado,
    #socio {
        margin-inline: 5%;
    }

}

@media (max-width: 1110px) {
    div#trabajadores {
        width: 86%;
    }

    #asociado-pleno-derecho-barra {
        width: 600px;
    }


    .formulario form {
        width: 60%;
    }

}

@media (max-width: 900px) {

    div#trabajadores {
        width: 70%;

    }

    #asociado-pleno-derecho-barra {
        width: 500px;
    }

    .formulario form {
        width: 65%;
    }

    .selectores,
    .info-cuotas,
    h3.forma-pago,
    .domiciliacion-bancaria,
    .datos-domiciliacion,
    #input-banco {
        width: 70%;
    }


    .enviar,
    .reglamento {
        width: 70%;
    }

    .img-consulta img {
        width: 70%;
    }

    div.basico-premium {
        width: 70%;
    }

}


@media (max-width: 720px) {

    #asociado,
    #socio {
        display: block;
        margin-inline: 2%;
    }

    div#trabajadores {
        width: 73%;
    }

    #asociado-pleno-derecho-barra {
        width: 400px;
    }

    .formulario form {
        width: 70%;
    }

    .selectores,
    .info-cuotas,
    h3.forma-pago,
    .domiciliacion-bancaria,
    .datos-domiciliacion,
    #input-banco {
        width: 80%;
    }


    .enviar,
    .reglamento {
        width: 80%;
    }

    .img-consulta img {
        width: 80%;
    }

    div.basico-premium {
        width: 80%;
    }

    .categoria p {
        margin-top: -200px;
        padding: 30px;
    }

    p.socio,
    p.asociado {
        margin-top: -200px;
        padding: 40px;
        font-size: 15px;
    }
}


@media (max-width: 480px) {

    #asociado-pleno-derecho-barra {
        width: 300px;
    }

    div#trabajadores {
        width: 90%;
        font-size: 10px;

    }

    .formulario form {
        width: 80%;
    }

    .selectores,
    .info-cuotas,
    h3.forma-pago,
    .domiciliacion-bancaria,
    .datos-domiciliacion,
    #input-banco {
        width: 94%;
    }


    .enviar,
    .reglamento {
        width: 94%;
    }

    .img-consulta img {
        width: 90%;
    }

    div.basico-premium {
        width: 90%;
    }

    p.socio,
    p.asociado {
        margin-top: -200px;
        padding: 19px;
        font-size: 15px;
    }


}

@media (max-width: 390px) {

    p.socio,
    p.asociado {
        margin-top: -200px;
        padding: 19px;
        font-size: 15px;
    }

}

.wpcf7-form-control-wrap { display: none }