html {
    box-sizing: border-box;
    scroll-behavior: smooth;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    line-height: 1.5;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    margin: 0;
}

.navbar .navbar-brand img {
    margin-bottom: 0;
}

.navbar-brand>img {
    width: auto;
}

.navbar .container {
    display: block;
    max-width: 1170px;
}
.sticky-navigation-open .sticky-navigation {
    padding: 0;
}

.asociate {
    color: rgb(0, 0, 0);
    background-image: url(../images/fondo.jpg);
    width: 100%;
    background-repeat: no-repeat;
    /*background-image: fixed;*/
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.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);
}

.seleciona-modalidad {
    align-items: center;
    justify-content: center;
    display: flex;
    font-weight: normal;
    font-size: 24px;
    padding: 20px;
    display: none;
}

#asociado .card,
#socio .card {
    margin: 20px;
    border: 1.5px solid #80c4fc;
    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: black;
}

#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 {
    width: 240px;
    margin-top: 40px;
    padding: 12px;
    border: none;
    font-size: 1.5rem;
}

.btn.btn-primary:active {
    opacity: 40%;
}
.card-body .btn.btn-primary {
    width: 100%;
}

#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: #0d6efd;
    color: white;
    border-radius: 30px;
}

#asociado-pleno-derecho-barra, #socio-proveedor-barra {
    display: flex;
    margin: 0 auto;
    text-align: center;
    justify-content: space-between;
    margin-bottom: 2rem;
    margin-top: 4rem;
    width: 85%;
    padding-left: 4%;
    padding-right: 4%;
    flex-direction: column;
}


input[type=range] {
    display: block;
    appearance: none;
    width: 100%;
}

input[type="range"]::-webkit-slider-runnable-track {
    background-color: #ededed;
    border-radius: 20px;
    height: 17px;
}

#trabajadores {
    width: 80%;
    display: flex;
    margin: 0 auto;
    text-align: center;
    justify-content: space-between;
    margin-bottom: 8rem;
    gap: 15px;
}

.barra-labels {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.notice {
    text-align: center;
    border: 1px solid #cccccc;
    padding: 15px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.notice p {
    margin-bottom: 0;
}

.formulario h3,
.formulario p {
    margin: 0 auto 15px;
    /* text-align: center; */
    font-size: 18px;
    font-weight: normal;
    /* width: 60%; */
}

.formulario p label {
    text-align: left;
}


.formulario h2 {
    font-size: 40px;
    margin-top: 2%;
    padding: 30px 60px;
    color: rgb(198, 34, 41);
    margin-bottom: 0;
    margin-top: 0;
}

.form-label {
    font-weight: normal;
}
.formulario .form {
    text-align: left;
    border-radius: 10px;
    width: 90%;
    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: #000000e3;
    color: rgba(255, 255, 255, 0.842);
    font-weight: 500;
}

.formulario .form input, .formulario .form textarea {
    border: none;
    border-radius: 0%;
    background: #00000000;
    border-radius: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.178);
    color: white;
    font-size: 18px;
}

.formulario .form textarea {
    border: 2px solid rgba(255, 255, 255, 0.178);
}

.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: #d9d9d925; */
    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;
}

.formulario .form input.wpcf7-submit {
    background-color: #f45c20;
    color: #fff;
    border: none;
    border-radius: 5px;
}

.form-select {
    font-size: 1.5rem;
}

.selectores {
    margin: auto;
    width: 50%;
}

.selectores select {
    border-radius: 0%;
    border: none;
    background-color: rgba(219, 219, 219, 0.24);
    border-left: 5px solid #0d6efd;
    min-height: 200px;;
}

.selectores h3 {
    text-align: center;
    font-size: 19px;
}

.selectores h2 {
    text-align: left;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.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%;
    max-width: 400px;

}

.opciones p {
    position: unset;
    font-weight: 500;
    margin-top: 1rem;
}

.opciones label {
    display: block;
    font-weight: 500;
}
.opciones label input {
    float: right;
    width: 51px;
}

.opciones ul {
    margin-left: 20px;
}

h2.grafica {
    font-size: 20px;
    color: #0d6efd;
}

h2.textil {
    margin-top: 0px;
    font-size: 20px;
    color: #0d6efd;
}

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: #0d6efd;
    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 rgb(198, 34, 41);
}

.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-image: linear-gradient(to right, #B24592 0%, #F15F79 51%, #B24592 100%);
    padding: 10px 30px;
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
    border: none;
    font-size: 20px;
}

#enviar:hover {
    background-position: right center;
    /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

#enviar:active {
    opacity: 60%;
}

#input-banco input {
    width: 250px;
    font-size: 2rem;
}

#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;
}





/* Responsive*/

@media (max-width: 1700px) {
    div#trabajadores {
        width: 85%;
    }

}

@media (max-width: 1100px) {
    div#trabajadores {
        width: 95%;
    }

}

@media (max-width: 1280px) {

    #asociado,
    #socio {
        margin-inline: 5%;
    }

}

@media (max-width: 1110px) {

    #asociado-pleno-derecho-barra, #socio-proveedor-barra {
        width: 600px;
    }


    .formulario form {
        width: 60%;
    }

}

@media (max-width: 900px) {

    div#trabajadores {
        width: 70%;

    }

    #asociado-pleno-derecho-barra, #socio-proveedor-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%;
    }

    .fusion-body .fusion-flex-container.fusion-builder-row-2 {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 20px;
        padding-right: 20px;
    }
    #main, .layout-boxed-mode #main, .layout-boxed-mode.avada-footer-fx-sticky .above-footer-wrapper, .layout-boxed-mode.avada-footer-fx-sticky-with-parallax-bg-image .above-footer-wrapper, .layout-wide-mode #main, .layout-wide-mode #wrapper, body, html, html body.custom-background {
        padding-top: 0;
        padding: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .asociate h2 {
        margin-bottom: 0;
    }

    .categorias {
        max-width: 100%;
        margin-top: 15px;
    }
    p.socio, p.asociado {
        width: 40%;
    }
    h2 {
        padding-bottom: 250px;
    }

    html:not(.avada-has-site-width-percent) #main, html:not(.avada-has-site-width-percent) .fusion-footer-copyright-area, html:not(.avada-has-site-width-percent) .fusion-footer-widget-area, html:not(.avada-has-site-width-percent) .fusion-sliding-bar-position-bottom .fusion-sliding-bar, html:not(.avada-has-site-width-percent) .fusion-sliding-bar-position-top .fusion-sliding-bar, html:not(.avada-has-site-width-percent) .tfs-slider .slide-content-container {
        padding-left: 0;
        padding-right: 0;
    }

    .fusion-body .fusion-flex-container.fusion-builder-row-3 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    .fusion-body .fusion-flex-container.fusion-builder-row-3 {
        border-width: 0px!important;
        border-color: transparent!important;
    }
}


@media (max-width: 720px) {

    .asociate h1 {
        font-size: 24px!important;
        padding-top: 20px;
        margin-bottom: 0;
    }

    #main h2 {
        font-size: 20px!important;
    }

    #asociado,
    #socio {
        display: block;
        margin-inline: 2%;
    }

    div#trabajadores {
        width: 73%;
    }

    #asociado-pleno-derecho-barra, #socio-proveedor-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 {
        padding: 40px;
        font-size: 15px;
        margin-top: -170px;
    }

    #main {
        padding-left: 0;
        padding-right: 0;
    }

    .barra-labels p {
        font-size: 14px;
        line-height: 1.2;
    }

    .formulario h3, .formulario p {
        font-size: 16px;
    }

    .formulario .form {
        width: 100%;
    }

    .categoria p span {
        font-size: 14px;
        line-height: 1.2;
    }

    .fusion-body .fusion-builder-column-7 {
        margin-bottom: 0!important;
        margin-top: 0!important;
    }

    .fusion-footer {
        text-align: center;
    }
}


@media (max-width: 480px) {

    #asociado-pleno-derecho-barra, #socio-proveedor-barra {
        margin-top: 0;
        width: 300px;
    }

    div#trabajadores {
        width: 90%;
        font-size: 10px;

    }

    .formulario form {
        width: 100%;
    }

    .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: -150px;
        padding: 19px;
        font-size: 15px;
    }

}

/* .wpcf7-form-control-wrap { display: none } */