
* {
    box-sizing: border-box;
}
body {
    font-family: 'Roboto';
    color: #57575A;
    background: #dddddd90;

}
h1 {
    font-size: 1.42cm;
    letter-spacing: 0.001cm;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    /* line-height: 1.2; */
    /* font-size: 29px; */
}
p {
    margin:0px;
    font-size: 0.8cm;
    letter-spacing: 0.016cm;
    line-height: 150%;

}
.contenedor {

    margin-right: auto;
    margin-left: auto;
    
}

.fila {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    /* max-width: 100%; */
    padding-right:0.5rem;
    padding-left: 0.5rem;
    margin-top: 1rem;
    /* padding-right: calc(var(--bs-gutter-x) * .5); */
    /* padding-left: calc(var(--bs-gutter-x) * .5); */
    /* margin-top: var(--bs-gutter-y); */
    /* margin-top: calc(-1 * var(--bs-gutter-y)); */
    /* margin-right: calc(-.5 * var(--bs-gutter-x)); */
    /* margin-left: calc(-.5 * var(--bs-gutter-x)); */
}
#nombre2{
    font-weight:regular !important;
}

#cargo2{
    font-weight:light !important;
}

#email2{
    font-weight:regular;
}

#direccion2{
    font-weight:regular;
}

#phone2{
    font-weight:regular;
}

.btn-primary, #capture-button, #capture-button2 {
background:#0056b3;
border-radius:200px;
color:#fff;
width:200px !important;
border:none;
font-size: 14px;

}



.columna-12 {
    width: 100%;
    padding-right:0.5rem;
    padding-left: 0.5rem;
    margin-top: 1rem;
}
.columna-9 {
    flex: 0 0 auto;
    width: 72%;
}
.columna-8 {
    flex: 0 0 auto;
    width: 66.66666666%;
}
.columna-7 {
    flex: 0 0 auto;
    width: 60%;
}
.columna-6 {
    flex: 0 0 auto;
    width: 50%;
}
.columna-md-6 {
    flex: 0 0 auto;
    width: 50%;
}
@media (max-width:991px)
{
    .columna-md-6 {
        flex: 0 0 auto;
        width: 100%;
    }
}
.columna-5 {
    flex: 0 0 auto;
    width: 40%;
}
.columna-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}
.columna-3 {
    flex: 0 0 auto;
    width: 28%;
}
.columna-especial {
    flex: 0 0 auto;
    width: 53%;
    max-height: 4.5cm;

}
.columna-especial-2 {
    flex: 0 0 auto;
    width: 47%;
    max-height: 4.5cm;
}
.p-0 {
    padding:0px;
}
.m-0 {
    margin:0px;
}
#tarjeta {
    margin:100px auto;
    background:white;
    border: 1px solid white;
    padding: 2.4cm;
    /* background-image: url(../img/bg.jpg); */
    background-size: contain;
 
    max-width: 33.4646cm;
    width: 33.4646cm;
    height:21.6535cm;
    max-height:21.6535cm;
}
.w-100 {
    width:100%;
}
.w-75 {
    width:75%;
}
.h-auto {
    height:auto;
}

.fcc {
    display: flex;
    align-items: center;
    justify-content: center;
}
.fc {
    display: flex;
    align-items: center;
}
.fcfe {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.ffec {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.ffsc {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.ffee {
    display: flex;
    align-items: flex-end;
    justify-content: end;
}
.fe {
    display:flex;
    justify-content:end;
}
.logo {

    width: 293px;
    height: 99px;
    /* margin-left: 10px; */
    margin-top: 4px;
}
.list img {
    /* height:17px; */
}

.control-forma {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.telefono {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}
.btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: #212529;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: 1px;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 0.375rem;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-primary, #capture-button, #capture-button2 {
    background: #0056b3;
    border-radius: 200px;
    color: #fff;
    width: 200px !important;
    border: none;
    font-size: 14px;
}
.mt-3 {
    margin-top: 1rem!important;
}
.form-label {
    margin-bottom: 0.5rem;
}
.g-3, .gy-3 {
    --bs-gutter-y: 1rem;
}
.g-3, .gx-3 {
    --bs-gutter-x: 1rem;
}

label {
    display: inline-block;
}

label {
    display: inline-block;
}

.text-center {
    text-align: center;
}

.select-forma {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    /* background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e); */
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: .875em;
    color: #dc3545;
}