/* Custom css */
label {
    font-family: sans-serif;
    font-weight: bold;
}

.form-cotiza-autodigital button {
    text-decoration: none;
}

.form-cotiza-autodigital {
    display: flex;
    flex-direction: row;
    gap: 1em;
    margin-bottom: 1em;
}

.form-cotiza-autodigital div {
    display: flex;
    flex-direction: column;
}

.form-cotiza-autodigital label {
    font-family: sans-serif;
    font-weight: bold;
}

/* costo div */

#costoCf7 div {
    background: transparent !important;
    border: 1px solid #155892;
    height: 45px;
    font-size: 20px;
    font-weight: 700;
    color: #fff!important;
    margin-top: 1em;
}

#costoCf7 div span {
    font-size: 30px;
}

#tablaCf7 {
	color: #fff!important
}