@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700;800&family=Poppins:wght@600&display=swap');
 :root {
    --body: #F2F2F2;
    --font1: 'Open Sans', sans-serif;
    --font2: 'Poppins', sans-serif;
    --white: #FFFFFF;
    --azul: #0466C8;
    --azul2: #002855;
    --placeholder: #828282;
}

body {
    background-color: var(--body);
    font-family: var(--font1);
    margin: 0;
    padding: 0;
}

.img__hover-visited {
    width: 12px;
    height: 8.25px;
    margin-left: 10px;
    background-repeat: no-repeat;
}

.error {
    font-family: var(--font1);
    font-style: italic;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: red;
    margin-top: 2px;
}

.row {
    margin: 0 !important;
}

.hero__section {
    background: var(--azul)
}

.hero__section-imgleft {
    background-image: url(../img/lp-empresas/hero.jpg);
    background-size: cover;
    height: auto;
}

.hero__section-divHero {
    margin: 5% 13% 16% 17.2%;
}

.divHero__logo {
    margin-bottom: 21%;
}

h1 {
    font-family: var(--font1);
    font-style: normal;
    font-weight: 800;
    font-size: 42px;
    line-height: 50px;
    text-transform: uppercase;
    color: var(--white);
    margin-bottom: 3%;
}

.divHero__subtitle {
    font-family: var(--font1);
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
    color: var(--white);
    margin-bottom: 5%;
}

.divHero__parrafo {
    font-family: var(--font1);
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: var(--white);
    margin-bottom: 13%;
}

.divHero__redes-ws {
    background: var(--white);
    border-radius: 24px;
    height: 48px;
    width: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 16px;
}

.divHero__redes-ws-ico {
    height: 28px;
    width: 27.772974014282227px;
}

.divHero__redes-tel {
    background: var(--white);
    border-radius: 24px;
    height: 48px;
    width: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 11px;
}

.divHero__redes-tel-ico {
    height: 19.92821502685547px;
    width: 19.88873291015625px;
}

.divHero__redes-tel-num {
    font-family: var(--font1);
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: var(--white);
}

.divHero__redes {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.hero__section-bgright {
    background: linear-gradient(121.66deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.1) 69.27%);
    padding: 3.2% 0;
}

.hero__form {
    margin-left: 4%;
    margin-right: 4%;
}

.hero__form-title {
    font-family: var(--font1);
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 34px;
    color: var(--white);
    margin-left: 2%;
}

.hero__form-label {
    font-family: var(--font1);
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.04em;
    color: var(--white);
    margin-bottom: 10px;
    margin-top: 10px;
}

.hero__form-posicion {
    display: grid;
}

.hero__form-posicion input,
.hero__form-posicion select {
    background: var(--white);
    border: 1px solid rgba(0, 40, 85, 0.5);
    box-sizing: border-box;
    border-radius: 4px;
    height: 50px;
    font-family: var(--font1);
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: var(--placeholder);
    padding: 3px 16px;
    width: 100%;
}

.hero__form-posicion-enviar {
    display: flex;
    justify-content: flex-end;
    margin-top: 4%;
}

.hero__form-posicion-enviar button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 27%;
    height: 50px;
    padding: 10px;
    background: var(--white);
    border-radius: 4px;
    border: var(--white);
    font-family: var(--font2);
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: var(--azul2);
}

.hero__form-posicion-enviar button:hover {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
    height: 50px;
    padding: 10px;
    background: var(--azul);
    border-radius: 4px;
    border: var(--white);
    font-family: var(--font2);
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: var(--white);
    box-shadow: 0px 8px 10px rgba(4, 102, 200, 0.15);
    transition: 0.5s;
}

.hero__form-posicion-enviar button:active,
.hero__form-posicion-enviar button:focus {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
    height: 50px;
    padding: 10px;
    background: var(--azul2);
    border-radius: 4px;
    border: var(--white);
    font-family: var(--font2);
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: var(--white);
    box-shadow: 0px 8px 10px rgba(4, 102, 200, 0.15);
}

.card {
    max-height: 616px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    border: none;
}

.tabla__section-fg1 {
    position: relative;
}

.tabla__section-fg1 div {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/lp-empresas/figure1.svg);
    background-repeat: no-repeat;
    width: 100%;
    height: 400px;
    z-index: -100;
}

.tabla__section-fg2 {
    position: relative;
    width: 100%;
    display: flex;
}

.tabla__section-fg2 div {
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url(../img/lp-empresas/figure2.svg);
    background-repeat: no-repeat;
    background-position: right;
    width: 100%;
    max-height: 200px;
    height: 100vh;
    z-index: -100;
}

.card__section {
    /* background-image: url(../img/lp-empresas/section2.png); */
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 1065px;
    padding-left: 8.2%;
    padding-right: 8.2%;
    padding-bottom: 9%;
}

.card__title {
    margin-top: 3.3%;
    margin-bottom: 5%;
}

.card__title-h2 {
    font-family: var(--font1);
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 42px;
    text-align: center;
    text-transform: uppercase;
    color: var(--azul2);
}

.card__title-h3 {
    font-family: var(--font1);
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: rgba(0, 40, 85, 0.8);
    display: flex;
    justify-content: center;
    width: 75%;
    margin: 0 auto;
}

.card__header-1 {
    background-color: var(--azul);
    color: var(--white);
    padding: 22px 27px;
    border-radius: 8px 8px 0 0;
    border: .5 solid var(--azul);
}

.card__header-1-pcr {
    height: 200px;
}

.card__header-1-title {
    font-family: var(--font1);
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: var(--white);
}

.card__header-1-price {
    font-family: var(--font1);
    font-style: normal;
    font-weight: 800;
    font-size: 28px;
    line-height: 24px;
    color: var(--white);
    margin: 10.5% auto;
}

.card__header-1-parrafo {
    font-family: var(--font1);
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.8);
}

.card__header-2 {
    background-color: var(--white);
    color: var(--azul);
    padding: 22px 27px;
    border-radius: 8px 8px 0 0;
    border-bottom: 2px solid #F6F4F3;
}

.card__header-2-title {
    font-family: var(--font1);
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: var(--azul2);
}

.card__header-2-price {
    font-family: var(--font1);
    font-style: normal;
    font-weight: 800;
    font-size: 28px;
    line-height: 24px;
    color: var(--azul2);
    margin: 10.5% auto;
}

.card__header-2-parrafo {
    font-family: var(--font1);
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 40, 85, 0.8);
}

.card__body {
    margin-top: 8%;
    display: grid;
    align-items: stretch;
    height: 300px;
}

.card__body-li-mgB {
    margin-bottom: 18%;
}

.card__body-li-mgB-2 {
    margin-bottom: 8%;
}

.card__body-li-mgB-3 {
    margin-bottom: 19%;
}

.card__body ul {
    list-style-image: url(../img/lp-empresas/check.svg);
    list-style-position: outside;
    margin: 0 7% 0 2%;
    /* background: red; */
    /* display: grid;
        justify-content: center;
        align-items: stretch; */
    height: 200px;
}

.card__body ul li {
    font-family: var(--font1);
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 40, 85, 0.8);
}

.card__footer {
    /* margin-bottom: 15%; */
    margin-left: 8.5%;
    margin-right: 8.5%;
    margin-top: 6%;
}

.card__footer-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--azul);
    font-family: var(--font1);
    color: var(--white);
    width: 100%;
    border-radius: 4px;
    height: 48px;
    text-decoration: none;
    cursor: pointer;
    margin: 0 auto;
}

.card__footer-buttons:hover {
    background: var(--azul);
    box-shadow: 0px 8px 10px rgba(4, 102, 200, 0.15);
    color: var(--white);
    text-decoration: none;
    cursor: pointer;
    transition: 0.5s;
}

.card__footer-buttons:focus,
.card__footer-buttons:active {
    background: var(--azul2);
    box-shadow: 0px 8px 10px rgba(4, 102, 200, 0.15);
    text-decoration: none;
    cursor: pointer;
}

.carousel-caption-top {
    position: absolute;
    right: 15%;
    top: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.carousel-indicators li {
    width: 79px;
    height: 6px;
    margin-right: 1%;
    margin-left: 1%;
}

.carousel-indicators .active {
    opacity: 1;
    background-color: var(--azul2) !important;
}

.carousel-item h5 {
    font-family: var(--font1);
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 42px;
    text-align: center;
    color: var(--white);
}

.tabla__section-title h2 {
    font-family: var(--font1);
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 42px;
    text-align: center;
    text-transform: uppercase;
    color: var(--azul2);
    margin-top: 5%;
    margin-bottom: 4%;
}

.tabla__section-mg {
    padding: 0 9.3%;
}

table {
    max-width: 1170px;
    width: 100%;
    border-radius: 4px;
}

.tabla__head {
    background-color: var(--white);
    font-family: var(--font1);
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.04em;
    color: var(--azul2);
    border-radius: 4px 4px 0 0;
    /* padding: 2%; */
    /* display: grid;
    align-items: center; */
    text-transform: capitalize;
}

.tabla__body {
    background-color: var(--white);
    font-family: var(--font1);
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.04em;
    color: var(--azul2);
    /* display: grid;
    align-items: center; */
    text-transform: capitalize;
}

th {
    width: 19%;
    padding: 2% 1%;
    box-sizing: border-box;
    display: grid;
    justify-content: flex-start;
    align-items: center;
}

td {
    width: 19%;
    padding: 2%;
    box-sizing: border-box;
    display: grid;
    justify-content: flex-start;
    align-items: center;
}

.table__tr-azul {
    background: var(--azul)!important;
    font-family: var(--font1);
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: var(--white);
    text-transform: capitalize;
    /* padding: 2%; */
    display: flex;
    justify-content: center;
    align-content: center;
}

.table__tr-white {
    background: var(--white)!important;
    /* padding: 2%; */
    font-family: var(--font1);
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: var(--azul2);
    display: flex;
    justify-content: center;
    align-content: center;
}

.tabla__section-button {
    margin-top: 4.5%;
    margin-bottom: 6%;
    display: flex;
    justify-content: center;
}

.tabla__section-button-a {
    background: var(--azul);
    border-radius: 4px;
    font-family: var(--font1);
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: var(--white);
    padding: 10px 3%;
    cursor: pointer;
}

.tabla__section-button-a:hover {
    color: var(--white);
    padding: 10px 3%;
    cursor: pointer;
    text-decoration: none;
    transition: 0.5s;
}

.tabla__section-button-a:focus {
    background: var(--azul2);
    padding: 10px 3%;
    text-decoration: none;
}

.despedida__section {
    background: var(--azul);
    padding-top: 3.9%;
    padding-bottom: 4.5%;
}

.despedida__title-1 {
    font-family: var(--font1);
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 42px;
    text-align: center;
    text-transform: uppercase;
    color: var(--white);
}

.despedida__title {
    font-family: var(--font1);
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 42px;
    text-align: center;
    color: var(--white);
    margin-bottom: 3%;
}

.divFooter__redes {
    display: flex;
    justify-content: center;
    align-items: center;
}

.aviso__section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3.1%;
    background: var(--white);
    font-family: var(--font1);
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 42px;
    text-align: center;
    color: var(--azul2);
}

@media (min-width:1441px) and (max-width:2560px) {
    .card {
        max-height: 585px;
        box-shadow: 0px 4px 4px rgb(0 0 0 / 15%);
        border-radius: 8px;
        border: none;
    }
    .card__body {
        height: 344px;
    }
    .card__section {
        max-height: 4065px;
    }
    .card__header-1 {
        height: 500px;
    }
    .card__header-2 {
        height: 500px;
    }
    .card__body-li-mgB {
        margin-bottom: 10%;
    }
    .card__body-li-mgB-3 {
        margin-bottom: 6%;
    }
    .card__body-li-mgB-2 {
        margin-bottom: 5%;
    }
    .card__body ul {
        height: 180px;
    }
    .card__footer {
        margin-left: 8.5%;
        margin-right: 8.5%;
    }
}

@media screen and (max-width: 1362px) {
    h1 {
        font-size: 36px;
    }
    .hero__form-label {
        font-size: 15px;
    }
    .card__body {
        height: 360px;
    }
    .card__header-2-parrafo {
        font-size: 14px;
    }
    .card__header-1-parrafo {
        font-size: 14px;
    }
}

@media screen and (max-width: 1300px) {
    h1 {
        font-size: 36px;
    }
}

@media screen and (max-width: 1320px) {
    .card__header-2-title {
        font-size: 16px;
    }
    .card__header-1-title {
        font-size: 16px;
    }
    .card__body ul li {
        font-size: 14px;
    }
    .card__section {
        padding-left: 5.2%;
        padding-right: 5.2%;
    }
}

@media screen and (max-width: 1297px) {
    .hero__section-divHero {
        margin: 5% 13% 16% 10.2%;
    }
    .tabla__section-mg {
        padding: 0 6.3%;
    }
}

@media screen and (max-width: 1159px) {
    .card__header-1-parrafo {
        font-size: 13px;
    }
}

@media screen and (max-width: 1138px) {
    .card__header-1-title {
        font-size: 14px;
    }
    .card__header-2-title {
        font-size: 14px;
    }
    .card__header-1-price {
        font-size: 25px;
    }
    .card__header-2-price {
        font-size: 25px;
    }
    .card__header-1-parrafo {
        line-height: 16px;
    }
    .card__header-2-parrafo {
        line-height: 16px;
    }
}

@media screen and (max-width: 1161px) {
    .card__body-li-mgB-2 {
        margin-bottom: 5%;
    }
    .card__body ul {
        height: 230px;
    }
    .card__header-1 {
        padding: 22px 22px;
    }
    .card__header-2 {
        padding: 22px 22px;
    }
    .hero__form-label {
        font-size: 13px;
    }
}

@media screen and (max-width: 1117px) {
    .hero__form-posicion {
        display: grid;
        padding: 10px;
    }
    .hero__form-label {
        font-size: 12px;
        line-height: 18px;
    }
    .hero__section-divHero {
        margin: 30px 10px;
    }
    .card__section {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 1047px) {
    .card__body {
        height: 400px;
    }
}

@media screen and (max-width: 1021px) {
    .card__body ul li {
        line-height: 20px;
    }
    .card__header-2-parrafo {
        font-size: 12px;
    }
    .card__header-1 {
        height: 180px;
    }
    .card__header-2 {
        height: 180px;
    }
}

@media screen and (max-width: 991px) {
    .card__title-h3 {
        width: 80%;
    }
    .card__section {
        /* background-image: url(../img/lp-empresas/section2.png); */
        background-repeat: no-repeat;
        background-size: cover;
        max-height: initial;
        padding-left: 8.2%;
        padding-right: 8.2%;
        padding-bottom: 9%;
    }
    .card__mb {
        margin-bottom: 4%;
    }
    .card__body {
        height: 332px;
    }
    .card__body ul {
        height: 130px;
    }
}

@media screen and (max-width:767px) {
    .card__title-h3 {
        display: none;
    }
    .img__hover-visited {
        width: 12px;
        height: 10px;
        margin-left: 10px;
        background-repeat: no-repeat;
    }
    .hero__section-imgleft {
        background-position: center center;
    }
    .hero__section-divHero {
        margin: 16% 0;
    }
    .divHero__logo {
        width: 243px;
        height: 64px;
    }
    h1 {
        font-size: 30px;
        line-height: 28px;
        margin-bottom: 5%;
    }
    .div__movil-button {
        margin-top: 13%;
    }
    .div__movil-button-a {
        padding: 10px;
        height: 50px;
        background: var(--white);
        border-radius: 4px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        font-family: var(--font1);
        font-style: normal;
        font-weight: bold;
        font-size: 20px;
        line-height: 24px;
        text-align: center;
        color: var(--azul);
    }
    .div__movil-button-a:hover {
        background: var(--azul);
        color: var(--white);
        cursor: pointer;
        text-decoration: none;
        transition: 0.5s;
    }
    .div__movil-button-a:focus,
    .div__movil-button-a:active {
        background: var(--azul2);
        color: var(--white);
        text-decoration: none;
        align-items: center;
    }
    .divHero__subtitle {
        font-size: 22px;
        line-height: 24px;
    }
    .divHero__redes-ws {
        margin-right: 8px;
    }
    .card__section {
        background-image: none;
        max-height: initial;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 9%;
    }
    .card__title {
        margin-top: 17%;
        margin-bottom: 15%;
    }
    .card__mb-2 {
        margin-bottom: 4%;
    }
    .card__title-h2 {
        font-size: 26px;
        line-height: 30px;
    }
    .card__header-1-title {
        font-size: 18px;
        line-height: 24px;
    }
    .card__header-1-price {
        font-size: 28px;
        line-height: 24px;
        margin: 4% auto;
    }
    .card__header-1-parrafo {
        font-size: 16px;
        line-height: 24px;
    }
    .card__header-2-title {
        font-size: 18px;
        line-height: 24px;
    }
    .card__header-2-price {
        font-size: 28px;
        line-height: 24px;
        margin: 4% auto;
    }
    .card__header-2-parrafo {
        font-size: 16px;
        line-height: 24px;
    }
    .card__body-li-mgB {
        margin-bottom: 20px;
    }
    .card__body-li-mgB-3 {
        margin-bottom: 20px;
    }
    .card__body-li-mgB-2 {
        margin-bottom: 20px;
    }
    .card__body ul li {
        font-size: 16px;
    }
    .card__footer {
        margin-top: 0;
    }
    .w-100 {
        width: 100%!important;
        height: 440px;
    }
    .tabla__section-mg {
        padding: 0 15px;
    }
    .tabla__section-title h2 {
        font-size: 26px;
        line-height: 30px;
        margin-top: 20%;
        margin-bottom: 18%;
    }
    .card__movil-1 {
        background: #FFFFFF;
        border-radius: 4px;
        padding: 15% 9%;
    }
    .card__movil-title-1 {
        font-family: var(--font1);
        font-style: normal;
        font-weight: bold;
        font-size: 22px;
        line-height: 24px;
        color: var(--azul2);
        margin-bottom: 13px;
    }
    .card__movil-parrafo-1 {
        font-family: var(--font1);
        font-style: normal;
        font-weight: normal;
        font-size: 22px;
        line-height: 24px;
        color: #000000;
        margin-bottom: 29px;
    }
    .card__table {
        max-height: initial;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
        border-radius: 8px;
    }
    .card__movil-2 {
        background: var(--azul);
        border-radius: 4px;
        padding: 15% 9%;
    }
    .card__movil-title-2 {
        font-family: var(--font1);
        font-style: normal;
        font-weight: bold;
        font-size: 22px;
        line-height: 24px;
        color: var(--white);
        margin-bottom: 13px;
    }
    .card__movil-parrafo-2 {
        font-family: var(--font1);
        font-style: normal;
        font-weight: normal;
        font-size: 22px;
        line-height: 24px;
        color: var(--white);
        margin-bottom: 29px;
    }
    .tabla__section-button {
        margin-top: 17.5%;
        margin-bottom: 20%;
        display: flex;
        justify-content: center;
    }
    .tabla__section-button-a {
        display: flex;
        width: 90%;
        justify-content: center;
        align-items: center;
    }
    .form__footer {
        background: var(--azul);
    }
    .form__footer-bg {
        background: linear-gradient(121.66deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.1) 69.27%);
        padding-top: 13%;
        padding-bottom: 15%;
    }
    .hero__form {
        margin-left: 5px;
        margin-right: 5px;
    }
    .hero__form-posicion-enviar {
        display: flex;
        justify-content: flex-end;
        margin-top: 10%;
    }
    .hero__form-posicion-enviar button {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 47px;
        padding: 10px;
        background: var(--white);
        border-radius: 4px;
        border: var(--white);
        font-family: var(--font2);
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        color: var(--azul2);
    }
    .hero__form-posicion-enviar button:hover {
        width: 100%;
        background: var(--azul);
        border: var(--white);
        color: var(--white);
        cursor: pointer;
        text-decoration: none;
        transition: 0.5s;
    }
    .hero__form-posicion-enviar button:focus,
    .hero__form-posicion-enviar button:active {
        width: 100%;
        background: var(--azul2);
        border: var(--white);
        color: var(--white);
        cursor: pointer;
        text-decoration: none;
    }
    .despedida__section {
        padding-top: 17%;
        padding-bottom: 20%;
    }
    .divFooter__redes-f {
        display: grid;
        justify-content: center;
        align-items: center;
    }
    .divHero__redes-ws-footer {
        background: var(--white);
        border-radius: 24px;
        height: 48px;
        width: 48px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .divHero__redes-ws-ico-footer {
        height: 28px;
        width: 27.772974014282227px;
    }
    .divHero__redes-tel-footer {
        background: var(--white);
        border-radius: 24px;
        height: 48px;
        width: 48px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 11px;
    }
    .divHero__redes-tel-ico-footer {
        height: 19.92821502685547px;
        width: 19.88873291015625px;
    }
    .divHero__redes-tel-num-footer {
        font-family: var(--font1);
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 24px;
        text-align: center;
        color: var(--white);
        margin-top: 18%;
    }
    .divHero__redes-footer {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .aviso__section {
        padding: 13.1% 0;
    }
}

@media screen and (max-width: 425px) {
    .card__body {
        height: 280px;
    }
    .card__body ul {
        height: 150px;
    }
    .card__header-1 {
        height: 150px;
    }
    .card__mb {
        margin-bottom: 10%;
    }
    .card__mb-2 {
        margin-bottom: 10%;
    }
    .despedida__title {
        margin-bottom: 15%;
    }
}

@media screen and (max-width: 403px) {
    h1 {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 5%;
    }
    .card__body {
        height: 310px;
    }
    .card__body ul {
        height: 170px;
    }
}

@media screen and (max-width: 320px) {
    .card__body ul {
        height: 190px;
    }
}