body {
    font-family: "Gotham",Arial,sans-serif;
}

h1 {
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
}

/*TEXTOS*/

h1, h4{
    color:#181818; 
    font-weight: normal;
}

h5 {
    color:#181818; 
    font-weight: bold;
}

span {
    color: #333;
}

a, a:hover{
    color: #FF6B0B;
}

.textSystem1 {
    color: #33486C;
}

.textSystem2 {
    color: #567099;
}

.textInactivo {
    color: #ACB4C0;
}

.textInfo {
    color: #567EAD;
}

.textAlert {
    color: #B18931;
}

.textValidacion {
    color: #44956C;
}

.textError {
    color: #9A4443;
}

.bodyInverso {
    color: #FFF;
}
/*TEXTOS*/

#contentForm {
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0%);
}

#contentInfo {
    padding-bottom: 24px;
}


.btn.disabled,
.disabled.btn-large,
.disabled.btn-small,
.btn-floating.disabled,
.btn-large.disabled,
.btn-small.disabled,
.btn-flat.disabled,
.btn:disabled,
.btn-large:disabled,
.btn-small:disabled,
.btn-floating:disabled,
.btn-large:disabled,
.btn-small:disabled,
.btn-flat:disabled,
.btn[disabled],
.btn-large[disabled],
.btn-small[disabled],
.btn-floating[disabled],
.btn-large[disabled],
.btn-small[disabled],
.btn-flat[disabled] {
    pointer-events: none;
    background-color: #F6F9FD !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ACB4C0 !important;
    cursor: default;
}

h4 {
    font-size: 24px;
}

p,
li {
    /*color: #647085;*/
    color:#333; 
    font-size: 16px;
}

.lead {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: 0.5px;
}

a {
    color: #fc6c25;
}

li {
    text-align: center;
}

.container {
    max-width: 100%;
    float: center;
    display: flex;
    justify-content: center;
}

.content {
    max-width: 100%;
    float: center;
    display: flex;
    justify-content: center;
}

.pricing-header {
    max-width: 100%;
}

.card-deck .card {
    min-width: auto;
    max-width: 490px;
}

.card-img-top {
    min-height: auto;
    max-height: 300px;
    min-width: auto;
    max-width: 490px;
}

.btn {
    background: #EBB349;
     color: #181818;
    text-align: center;
    font-size: 16px;
    transition: 0.2s;
    letter-spacing: .07em
}

.btn:hover {
    opacity: 0.9;
    color: #181818;
}

.btn:active {
    opacity: 0.9;
    color: #181818;
}

.contenedor {
    overflow: hidden;
    width: 100%;
}

.card-body {
    padding-bottom: 5px;
}

.card-footer {
    background-color: #fff;
    border: none;
    padding-bottom: 25px;
    /*display: contents;*/
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.btn-gnp-second {
    display: flex;
    height: 40px;
    padding: 0px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    border: 1px solid #EBB349;
    background: var(--marca-primarios-blanco, #FFF);
    color: var(--funcional-textos-enlaces, #181818);
    text-align: center;
    /* Desktop/Apoyo/Button */
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 125% */
    letter-spacing: 1.25px;
}

.btn-gnp-second:hover {
    background-color: #EBB349;
}

.btn-gnp-second:active {
    background-color: #EBB349;
}

#contentBtn{
    padding-top: 10px;
    padding-bottom: 24px;
    justify-content: left;
}

legend {
    overflow: hidden;
    color:#181818;
    text-overflow: ellipsis;
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 171.429% */
    letter-spacing: 0.25px;
    text-transform: uppercase;
}

.v-line {
    border-left: 5px solid #EBB349;
    height: 16px;
    left: auto;
    position: initial;
    padding-right: 10px;
    padding-top: 24px;
    padding-bottom: 24px;
}

.img-fluid {
    max-width: 100%;
    min-height: 100%;
    float: right;
}

@media (min-height: 100px) and (max-width: 786px) {
    .btn-gnp-second {
        width: 100%;
    }

    #contentImg {
        padding-bottom: 24px;
    }
}