.hero-section {
    background-image: url(../../assets/images/home-bk-img-hero.jpg);
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
}

.logo-text {
    color:#252d2f;
    margin-top: -8px;
}

.gracias-card {
    height: 45vh;
}

.p-20 {
    padding: 10vh;
}

.btn-angel {
    width: 200px;
    display: inline;
    padding: 10px
}

.hero-form {
    margin-top: 20px;
    grid-column-start: 6;
    grid-column-end: 13;
}

.form {
    background-color: white;
    padding: 20px;
    box-shadow: 0 5px 25px rgba(13, 61, 81, 0.15);
    border-radius: 18px;
}

input {
    width: auto;
}

label {
    font-weight: normal;
}

.f-size {
    font-size: 3vh;
}

.msg-cta {
    position: relative;
    height: 20vh;
    background-color: #FEB612;
    font-size: 20px;
    /*white-space: pre;*/
    text-align: center;
}

.msg-cta:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 99%;
    border-style: solid;
    border-width: 26px 26px 0;
    border-color: #feb612 transparent;
    display: block;
    width: 0;
    z-index: 0;
}

.steps {
    width: 80%;
    padding: 80px 0;
}

.msg-help {
    text-align: center;
    font-size: 30px;
    border-bottom: 5px solid #FEB612;
    padding-bottom: 10px;
    margin-bottom: 80px;
    margin-top: 80px;
}

.text-2 {
    margin: 40px 0;
    grid-column: span 6;
}

.text-1 {
    margin: 40px 0;
}

.img-left {
    margin: 40px 0;
}

.img-right {
    margin: 40px 0 40px auto;
}

.planes {
    margin-bottom: 20px;
}

.planes-titulo {
    margin-bottom: 20px;
}

.cobertura {
    background-image: url(../../assets/images/bk-cobertura.jpg);
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
}

.text-cobertura {
    grid-column-start: 2;
    grid-column-end: 9;
    margin: 40px 0;
    padding: 25px;
    background-color: rgba(255, 255, 255, 0.45);
    border-radius: 20px;
}

.planes-medicos .card-header {
    color: white;
}

.planes-medicos .card-header p {
    margin-bottom: 0;
}

.planes-medicos .card-header strong {
    font-size: 30px;
}

.senior-primary-color {
    color: #0BB6FF;
}

.card-pink {
    background: #DF56BD;
}

.card-purple {
    background: #603384;
}

.card-aqua {
    background: #477684;
}

.card-blue {
    background: #0BB6FF;
}

.text-content {
    line-height: 5vh;
    font-size: 20px;
}

.error-text{
    font-size: .75rem;
    color: #f50a0a;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #FFF;
    opacity: 0.6;
    height: 100%;
    z-index: 1;
}

.spinner-container {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -1rem;
    margin-top: -1rem;
    z-index: 1;
}
