body {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}







.overlay-select {
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 100;
}

.content-select {
    width: 50%;
    height: 50%;
    background-color: white;

    position: fixed;
    left: 25%;
    top: 25%;
    opacity: 1;
    z-index: 101;
    border-radius: 10px;
    box-shadow: 1px 1px 8px 8px #5c5555;
    padding: 20px;
}

.content-select .title {
    font-size: 20px;
}

.content-select .item {
    padding: 10px;
    border: 1px solid #dcdcdc;
    cursor: pointer;
}

.content-select .item:hover {
    color: white;
    background-color: silver;
}






.overlay-alert {
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 100;
    display: none;
}

.content-alert.loading {
    background: #d9d9d9;
}

.content-alert.loading .title {
    margin-bottom: -10px;
}

.content-alert {
    display: none;
    width: 20%;
    height: 20%;
    margin: 0 auto;
    background-color: white;
    position: fixed;
    left: 40%;
    top: 40%;
    opacity: 1;
    z-index: 101;
    border-radius: 10px;
    box-shadow: 1px 1px 8px 8px #5c5555;
    padding: 20px;
    text-align: center;
}

.content-alert .title {
    font-size: 20px;
    margin: 0 0 20px 0;
}

.content-alert .subtitle {
    font-size: 14px;
}

.content-alert .btn-acept {
    background: #0f376e;
    padding: 10px;
    border-radius: 10px;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    font-family: sans-serif;
    cursor: pointer;
}

.content-alert .img-loading {
    width: 100px;
    margin: 0 auto;
}









.contenedor {
    display: flex;
    width: 1200px;
    background-color: #fbfbfb;
    margin: 0 auto;
    flex-direction: column;


}

.renglon {
    display: flex;
    flex-direction: row;

}

.icono img {
    height: 200px;
    margin-left: 15px;

}

.botones img {
    height: 50px;
}

.icono {
    width: 50%;

}

.botones {
    width: 50%;
    text-align: end;
    align-content: center;
    padding-bottom: center;

}

.renglon .baner {
    width: 100%;
}

.renglon .opciones {
    padding-left: 15px;
    width: 1200px;
}


.renglon .producto {
    margin-top: 10px;
}

.renglon .producto img {
    max-width: 98%;
}


.renglon .producto:nth-child(2) img {
    margin-left: 1%;
}


.renglon .producto:nth-child(3) img {
    margin-left: 2%;
}

.mitad {
    width: 50%;
}

form {
    display: flex;
    flex-direction: column;
    margin-left: 32px;
}


form,
.form_input {
    width: 100%;
}


.form_input {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
}


.form_input label,
.form_input input,
.form_input select,
.form_input textarea {
    width: 50%;
    margin: 0;
    padding: 0;
    border: 0;
    height: 50px;
    background-color: rgb(251, 239, 14);
}

.form_input input,
.form_input select,
.form_input textarea {
    border-radius: 0 20px 20px 0;
    padding: 0 15px;
}


.form_input select {
    width: 55%;
}

.renglon .columna img {}

.renglon .columna img {}

.renglon .columna img {}

.renglon .columna img {}

.form_input label {
    background-color: rgb(20, 20, 93);
    color: white;
    align-content: center;
    padding-left: 15px;
}

.renglon .columna {
    /* background-color: red; */
    margin-bottom: 10px;

}

.renglon .columna:nth-child(1) {
    text-align: right;
    margin-right: 2%;
}

.renglon .columna img {
    max-width: 80%;

}

.renglon .logodos {
    width: 100%;

}

.renglon .titulodeform {
    width: 100%;

}

.renglon .futer {
    width: 100%;
}

.renglon .enviarform {
    height: 65px;
    margin-bottom: 5px;
    margin: 0 auto;

}