.main {
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.15);
    font-family: "Open Sans", Arial, sans-serif;
    margin: 0 auto;
}
.price-table {
    width: 100%;
    border-collapse: collapse;
    border: 0 none;
}
.price-table tr:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.price-table tr td {
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    padding: 8px 24px;
    font-size: 14px;
}
.price-table tr td:first-child {
    border-left: 0 none;
}
.price-table tr td:not(:first-child) {
    text-align: center;
}
.price-table tr:nth-child(even) {
    background-color: #FFFFFF;
}
.price-table tr:hover {
    background-color: rgba(0, 0, 0, 0.05);
}
.price-table .fa-check {
    color: #295999;
}
.price-table .fa-times {
    color: #D8D6E3;
}

/* Highlighted column */
.price-table tr:nth-child(2n) td:nth-child(3) {
    background-color: rgba(216, 214, 227, 0.25);
}
.price-table tr td:nth-child(3) {
    background-color: rgba(216, 214, 227, 0.15);
    padding: 8px 48px;
}

/**/

.price-table tr.price-table-head td {
    font-size: 16px;
    font-weight: 600;
    font-family: "Montserrat";
    text-transform: uppercase;
}
.price-table tr.price-table-head {
    background-color: #295999;
    color: #FFFFFF;
}
.precios {
    font-weight: 600;
    margin: auto auto 25px;
    letter-spacing: -1px;
    font-size: 30px;
    color: #295999;
}

.promociones {
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 0;
    margin-top: 5px;
    text-transform: capitalize;
    color: #295999;
    text-align: center;
}

.tipos .descuentos {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    margin-top: 5px;
    text-transform: capitalize;
    color: #295999;
}

.price-table td.price a {
    background-color: #295999;
    color: #FFFFFF;
    padding: 12px 32px;
    margin-top: 16px;
    font-size: 12px;
    font-weight: 600;
    font-family: "Montserrat";
    text-transform: uppercase;
    display: inline-block;
    border-radius: 64px;
}
.price-table td.price-table-popular {
    font-family: "Montserrat";
    border-top: 3px solid #295999;
    color: #295999;
    text-transform: uppercase;
    font-size: 12px;
    padding: 12px 48px;
    font-weight: 700;
}
.price-table .price-blank {
    background-color: #fafafa;
    border: 0 none;
}

.price-table svg {
    width: 90px;
    fill: #295999;
}

.form-message-error {
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
width: 345px;
padding: 12px;
display: flex;
flex-direction: row;
align-items: center;
justify-content: start;
background: #EF665B;
border-radius: 8px;
box-shadow: 0px 0px 5px -3px #111;
}

.form-message-success {
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
width: 320px;
padding: 12px;
display: flex;
flex-direction: row;
align-items: center;
justify-content: start;
background: green;
border-radius: 8px;
box-shadow: 0px 0px 5px -3px #111;
}


.error__icon {
width: 20px;
height: 20px;
transform: translateY(-2px);
margin-right: 8px;
}

.error__icon path {
fill: #fff;
}

.error__title {
font-weight: 500;
font-size: 14px;
color: #fff;
}

.error__close {
width: 20px;
height: 20px;
cursor: pointer;
margin-left: auto;
}

.error__close path {
fill: #fff;
}

.hidden-input {
display: none;
}