.seccion-precios {
    min-height: 620px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.seccion-precios > .elementor-container.elementor-column-gap-default {
    width: 100%;
}

.seccion-precios p {
    font-size: 17pt;
}

.seccion-precios label {
    display: block;
    margin-bottom: 0.8em;
}

.precios-progress-indicator {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
}

.precios-progress-indicator .progress-dot {
    display: block;
    width: 33px;
    height: 33px;
    background-image: url(../img/progress-dot-empty.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.precios-progress-indicator .progress-dot.filled {
    background-image: url(../img/progress-dot-full.png);
}

.progress-arrow {
    cursor: pointer;
    background-image: url(../img/navigation-arrow-background.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.seccion-precios select,
.seccion-precios input,
.seccion-precios textarea {
    font-size: 14pt;
}

.seccion-precios select {
    color: #909090;
    font-style: italic;
    padding: 0.25em 0.5em;
}

.seccion-precios .select-container {
    position: relative;
    width: 33%;
    margin: 0 auto;
}

.seccion-precios .select-after {
    content: " ";
    background-image: url(../img/select-handle-updown.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    width: 10px;
    height: 100%;
    display: block;
    bottom: 0;
    background-position: center;
    background-size: contain;
    top: 0;
}

.seccion-precios textarea {
    padding: 1em;
    min-height: 7em;
    font-style: italic;
}

.seccion-precios .inner-form {
    margin-top: 72px;
    font-size: 12pt;
}

.seccion-precios .inner-form .error-message {
    padding-top: 5px;
    color: red;
    font-size: 0.9em;
    display: none;
}

.seccion-precios .inner-form label {
    font-weight: bold;
    margin-bottom: 0.5em;
    margin-top: 40px;
    font-size: 18px;
}

.seccion-precios .inner-form label.checkbox-label {
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 1.5em;
}

.seccion-precios .inner-form label.checkbox-label:last-of-type {
    margin-bottom: 2.5em;
    margin-top: 0.5em;
}

.seccion-precios .inner-form input[type=checkbox] {
    position: relative;
    top: -2px;
}

.seccion-precios input:focus,
.seccion-precios select:focus,
.seccion-precios textarea:focus {
    outline: none;
}

@media(max-width: 1300px) {
    .seccion-precios label,
    .seccion-precios select,
    .seccion-precios input,
    .seccion-precios textarea {
        box-sizing: border-box !important;
        max-width: 100%;
    }

    .seccion-precios input[type=text],
    .seccion-precios input[type=email],
    .seccion-precios input[type=tel],
    .seccion-precios select {
        height: calc(26px + 1em);
    }

    .seccion-precios .select-after {
        right: 20px;
    }
}

@media(max-width: 767px) {
    .seccion-precios .col-2,
    .seccion-precios .col-3,
    .seccion-precios .col-4,
    .seccion-precios .col-6,
    .seccion-precios .col-8,
    .seccion-precios .col-9 {
        max-width: 80%;
    }

    .seccion-precios .select-container {
        width: 80%;
    }
}