.container-form {
    padding: 40px 16px 64px;
    max-width: 1920px;
    margin: 0 auto;
}

.container-form #contacto-comun {
    display: flex;
    justify-content: center;
}

.container-form #contacto-comun #contacto-comun-form {
    padding: 16px;
    border-radius: 16px;
    border: 1px solid #D8CFC7;
    background: #FFF;
}

.container-form #contacto-comun #contacto-comun-form .titulares2-form-b4 {
    font-family: 'IberPangea-Regular';
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    padding: 0;
    margin-bottom: 16px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-form #contacto-comun #contacto-comun-form .titulo-project {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    margin-bottom: 16px;
}

.container-form #contacto-comun #contacto-comun-form .titulo-project p {
    font-family: 'IberPangea-Regular';
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    padding: 0;
    margin: 0;
}

.container-form #contacto-comun #contacto-comun-form .row.form-group {
    margin-bottom: 16px !important;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.container-form #contacto-comun #contacto-comun-form .row .form-group {
    padding: 0;
    margin: 0 !important;
}

.container-form #contacto-comun #contacto-comun-form .row .form-group label {
    font-family: 'IberPangeaText-Regular';
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    margin: 0 0 8px;
    cursor: auto;
    color: #707070;
    padding-left: 16px;
}

.container-form #contacto-comun #contacto-comun-form .row .form-group input {
    border-radius: 100px;
    border: 1px solid #707070;
    background: #FFF;
    margin: 0;
    padding: 8px 16px;
}

.container-form #contacto-comun #contacto-comun-form .form-group #description:active,
.container-form #contacto-comun #contacto-comun-form .row .form-group input:active {
    box-shadow: none;
}

.container-form #contacto-comun #contacto-comun-form .form-group #description:hover,
.container-form #contacto-comun #contacto-comun-form .row .form-group input:hover {
    box-shadow: none;
    border: 1px solid #00A443;
}

.container-form #contacto-comun #contacto-comun-form .form-group #description:focus,
.container-form #contacto-comun #contacto-comun-form .row .form-group input:focus {
    box-shadow: none;
    border: 2px solid #3CC2FF;
}

.container-form #contacto-comun #contacto-comun-form #technoType .row,
.container-form #contacto-comun #contacto-comun-form #customerType .row {
    padding: 0;
    margin: 0 0 16px;
    gap: 8px;
    margin-bottom: 0;
}

.container-form #contacto-comun #contacto-comun-form #technoType .row div.col-lg-4,
.container-form #contacto-comun #contacto-comun-form #customerType .row div.col-lg-4 {
    padding: 0;
    margin: 0;
    gap: 8px;
    display: flex;
    flex-direction: column;
}

.container-form #contacto-comun #contacto-comun-form #technoType .row div.col-lg-4 .form-check,
.container-form #contacto-comun #contacto-comun-form #customerType .row div.col-lg-4 .form-check {
    padding: 0;
    margin: 0 !important;
    display: flex;
    align-items: center;
    max-width: 100%;
}

.container-form #contacto-comun #contacto-comun-form #technoType .row div.col-lg-4 .form-check input[type="checkbox"],
.container-form #contacto-comun #contacto-comun-form #customerType .row div.col-lg-4 .form-check input[type="checkbox"] {
    padding: 0;
    margin-right: 12px;
    border-radius: 4px;
    background-color: #fff;
    border: 1.5px solid #2F6852;
    width: 24px;
    height: 24px;
}

.container-form #contacto-comun #contacto-comun-form #technoType .row div.col-lg-4 .form-check input[type="checkbox"]:before,
.container-form #contacto-comun #contacto-comun-form #customerType .row div.col-lg-4 .form-check input[type="checkbox"]:before {
    background-color: #00A443;
}

.container-form #contacto-comun #contacto-comun-form #technoType .row div.col-lg-4 .form-check input[type="checkbox"]:checked::before,
.container-form #contacto-comun #contacto-comun-form #customerType .row div.col-lg-4 .form-check input[type="checkbox"]:checked::before {
    background-color: #00A443;
}

.container-form #contacto-comun #contacto-comun-form #technoType .row div.col-lg-4 .form-check .form-check-label,
.container-form #contacto-comun #contacto-comun-form #customerType .row div.col-lg-4 .form-check .form-check-label {
    color: #2C2C2C;
    font-family: 'IberPangeaText-Regular';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    padding: 0;
    margin: 0;
    max-width: fit-content;
}

.container-form #contacto-comun #contacto-comun-form .container-form-center {
    text-align: center;
}


.container-form #contacto-comun #contacto-comun-form .btn-container {
    background-color: #DCEBE1;
    border-radius: 80px;
    padding: 5px 5px 5px 5px;
    margin: 0;
    display: inline-block;
}

.container-form #contacto-comun #contacto-comun-form .btn-container button {
    margin: 0;
}


.container-form #contacto-comun #contacto-comun-form #btn-si-ibd {
    background-color: #DCEBE1;
    color: #707070;
}

.container-form #contacto-comun #contacto-comun-form #btn-no-ibd {
    background-color: #DCEBE1;
    color: #707070;
}

.container-form #contacto-comun #contacto-comun-form .row {
    margin-bottom: 16px;
    gap: 8px;
}

.container-form #contacto-comun #contacto-comun-form .form-group {
    margin: 0 0 40px 0 !important;
    padding: 0;
}

.container-form #contacto-comun #contacto-comun-form .form-group#technoType .mb-2 label,
.container-form #contacto-comun #contacto-comun-form .form-group#customerType .mb-2 label {
    color: #2C2C2C;
    font-family: 'IberPangeaText-Regular';
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    padding: 0;
    display: flex;
}

.container-form #contacto-comun #contacto-comun-form .form-group#technoType .mb-2 label.sub-info,
.container-form #contacto-comun #contacto-comun-form .form-group#customerType .mb-2 label.sub-info{
    color: #2C2C2C;
    font-family: 'IberPangeaText-Regular';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.container-form #contacto-comun #contacto-comun-form .form-group label[for="description"]:first-of-type {
    color: #707070;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    font-family: 'IberPangeaText-Regular';
}

.container-form #contacto-comun #contacto-comun-form .form-group label[for="description"]:last-of-type {
    color: #707070;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    font-family: 'IberPangeaText-Regular';
}

.container-form #contacto-comun #contacto-comun-form .form-group #description {
    height: 92px !important;
    padding: 12px 16px;
    border-radius: 16px;
    border: 1px solid #707070;
    margin: 0;
    color: #000;
}

.container-form #contacto-comun #contacto-comun-form .form-group .row {
    margin: 0;
}

.container-form #contacto-comun #contacto-comun-form .form-group .row div.col-lg-12 {
    padding: 0;
}

.container-form #contacto-comun #contacto-comun-form .form-group .row div.col-lg-12 .form-check {
    display: flex;
    align-items: center;
}

.container-form #contacto-comun #contacto-comun-form .form-group .row div.col-lg-12 .form-check input[type="checkbox"] {
    padding: 0;
    margin-right: 12px;
    border-radius: 4px;
    background-color: #fff;
    border: 1.5px solid #2F6852;
    width: 24px;
    height: 24px;
}

.container-form #contacto-comun #contacto-comun-form .form-group .row div.col-lg-12 .form-check input[type="checkbox"]:before {
    background-color: #00A443;
}

.container-form #contacto-comun #contacto-comun-form .form-group .row div.col-lg-12 .form-check input[type="checkbox"]:checked::before {
    background-color: #00A443;
}

.container-form #contacto-comun #contacto-comun-form .form-group .row div.col-lg-12 .form-check label.Regular {
    padding: 0;
    margin: 0 !important;
    color: #2C2C2C;
    font-family: 'IberPangeaText-Regular';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.container-form #contacto-comun-form .form-check label.Regular {
    padding: 0;
    margin: 0 !important;
    color: #2C2C2C;
    font-family: 'IberPangeaText-Regular';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.container-form #contacto-comun #contacto-comun-form .contenedor-botones {
    margin: 0 auto;
    display: flex;
    padding: 0;
}

.container-form #contacto-comun #contacto-comun-form .contenedor-botones .ibd-button {
    text-transform: none;
    width: 228px;
    margin: 0 auto;
    background-color: #2F6852;
    border-color: #2F6852;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 40px;
}

.container-form #contacto-comun #contacto-comun-form .contenedor-botones .ibd-button span {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    font-family: 'IberPangeaText-Regular';
}

.container-form #contacto-comun #contacto-comun-form .contenedor-botones .ibd-button:hover {
    background: #00402A !important;
    border: 1px solid #00402A !important;
    color: #FFFAF6;
}

.container-form #contacto-comun #contacto-comun-form .contenedor-botones .ibd-button:focus {
    background: #2F6852 !important;
    border: 4px solid #3CC2FF !important;
    outline: none;
    color: #FFFAF6;
}

.container-form #contacto-comun #contacto-comun-form .contenedor-botones .ibd-button:active {
    background: #00402A !important;
    border: 2px solid #5BD38C !important;
    color: #FFFAF6;
}

.container-form #contacto-comun #contacto-comun-form .form-group .col,
.container-form #contacto-comun #contacto-comun-form .form-group .col .form-check {
    padding: 0;
}

.container-form #contacto-comun #contacto-comun-form .form-group .col .form-check input[type="checkbox"] {
    padding: 0;
    margin: 0px 12px 0 0;
    border-radius: 4px;
    background-color: #fff;
    border: 1.5px solid #2F6852;
    width: 24px;
    height: 24px;
}

.container-form #contacto-comun #contacto-comun-form .form-group .col .form-check input[type="checkbox"]:before {
    background-color: #00A443;
}

.container-form #contacto-comun #contacto-comun-form .form-group .col .form-check input[type="checkbox"]:checked::before {
    background-color: #00A443;
}

.container-form #contacto-comun #contacto-comun-form .form-group .col .form-check.has-error input[type="checkbox"] {
    border: 1px solid #ec525e;
}

.container-form #contacto-comun #contacto-comun-form .form-group .col.has-error .form-check input[type="checkbox"] {
    border: 1px solid #ec525e;
}

.container-form #contacto-comun #contacto-comun-form .form-group .col.has-error .form-check input[type="checkbox"]:before,
.container-form #contacto-comun #contacto-comun-form .form-group .col.has-error .form-check input[type="checkbox"]:checked::before{
    background-color: #ec525e;
}

.container-form #contacto-comun #contacto-comun-form .form-group .col .form-check.has-error input[type="checkbox"]:before,
.container-form #contacto-comun #contacto-comun-form .form-group .col .form-check.has-error input[type="checkbox"]:checked::before {
    background-color: #ec525e;
}

.container-form .error {
    padding-left: 16px;
    color: #CB1212;
    font-family: 'IberPangeaText-Regular';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

#modal-info-ok .modal-dialog,
#modal-info-ko .modal-dialog {
    margin: 0;
}

#modal-info-ok .modal-dialog .modal-content,
#modal-info-ko .modal-dialog .modal-content {
    bottom: 0;
    border-radius: 16px 16px 0 0;
    position: fixed;
}

#modal-info-ok .modal-dialog .modal-content .modal-body,
#modal-info-ko .modal-dialog .modal-content .modal-body {
    padding: 40px 16px;
}

#modal-info-ok .modal-dialog .modal-content .modal-body .info-modal,
#modal-info-ko .modal-dialog .modal-content .modal-body .info-modal {
    margin-bottom: 24px;
}

#modal-info-ok .modal-dialog .modal-content .modal-body .ibd-button,
#modal-info-ko .modal-dialog .modal-content .modal-body .ibd-button {
    margin: 0;
}

@media (min-width: 576px) {
    .container-form {
        padding: 40px 40px 64px;
    }

    .container-form #contacto-comun #contacto-comun-form {
        padding: 32px;
    }

    #modal-info-ok .modal-dialog .modal-content,
    #modal-info-ko .modal-dialog .modal-content {
        bottom: auto;
        border-radius: 16px;
        position: relative;
        width: 496px;
    }
}

@media (min-width: 768px) {

    .container-form #contacto-comun #contacto-comun-form .row {
        margin-bottom: 32px;
        gap: 16px;
    }

    .container-form #contacto-comun #contacto-comun-form .form-group {
        margin: 0 0 32px 0 !important;
    }

    .container-form #contacto-comun #contacto-comun-form .form-group#technoType .mb-2 {
        max-width: 680px;
    }
}

@media (min-width: 992px) {
    .container-form {
        padding: 40px 74px 64px;
    }

    .container-form #contacto-comun #contacto-comun-form .titulares2-form-b4 {
        margin-bottom: 32px;
    }

    .container-form #contacto-comun #contacto-comun-form .row.form-group {
        margin-bottom: 32px !important;
        flex-direction: row;
        gap: 32px;
        justify-content: space-around;
    }

    .container-form #contacto-comun #contacto-comun-form .row .form-group {
        max-width: 364px;
        min-width: 364px;
    }


    .container-form #contacto-comun #contacto-comun-form .row {
        gap: 32px;
        justify-content: space-around;
    }

    .container-form #contacto-comun #contacto-comun-form #technoType .row,
    .container-form #contacto-comun #contacto-comun-form #customerType .row {
        gap: 32px;
        justify-content: center;
    }

    .container-form #contacto-comun #contacto-comun-form #technoType .row div.col-lg-4,
    .container-form #contacto-comun #contacto-comun-form #customerType .row div.col-lg-4 {
        min-width: 364px;
        max-width: 364px;
    }

    .container-form #contacto-comun #contacto-comun-form #technoType .row div.col-lg-4 .form-check .form-check-label,
    .container-form #contacto-comun #contacto-comun-form #customerType .row div.col-lg-4 .form-check .form-check-label {
        width: auto;
    }

    .container-form #contacto-comun #contacto-comun-form #technoType .row div.col-lg-4 .form-check,
    .container-form #contacto-comun #contacto-comun-form #customerType .row div.col-lg-4 .form-check {
        height: 40px;
    }

    #modal-info-ok .modal-dialog .modal-content,
    #modal-info-ko .modal-dialog .modal-content {
        width: 826px;
    }
}

@media (min-width: 1200px) {
    .container-form {
        padding: 40px 91px 64px;
    }

    .container-form #contacto-comun #contacto-comun-form .row .form-group {
        max-width: 451px;
        min-width: 451px;
    }

    .container-form #contacto-comun #contacto-comun-form #technoType .row div.col-lg-4,
    .container-form #contacto-comun #contacto-comun-form #customerType .row div.col-lg-4 {
        min-width: 451px;
        max-width: 451px;
    }

    .container-form #contacto-comun #contacto-comun-form #technoType .row div.col-lg-4 .form-check .form-check-label,
    .container-form #contacto-comun #contacto-comun-form #customerType .row div.col-lg-4 .form-check .form-check-label {
        width: 424px;
    }

}

@media (min-width: 1920px) {
    .container-form {
        padding: 40px 311px 64px;
    }

    .container-form #contacto-comun #contacto-comun-form .row .form-group {
        max-width: 591px;
        min-width: 591px;
    }

    .container-form #contacto-comun #contacto-comun-form #technoType .row div.col-lg-4,
    .container-form #contacto-comun #contacto-comun-form #customerType .row div.col-lg-4 {
        min-width: 590px;
        max-width: 590px;
    }

    .container-form #contacto-comun #contacto-comun-form #technoType .row div.col-lg-4 .form-check .form-check-label,
    .container-form #contacto-comun #contacto-comun-form #customerType .row div.col-lg-4 .form-check .form-check-label {
        width: 543px;
    }

    .container-form #contacto-comun #contacto-comun-form #technoType .row div.col-lg-4 .form-check,
    .container-form #contacto-comun #contacto-comun-form #customerType .row div.col-lg-4 .form-check {
        height: auto;
    }

    #modal-info-ok .modal-dialog .modal-content,
    #modal-info-ko .modal-dialog .modal-content {
        width: 960px;
    }

}