:root {
    --naranja: #ef7f1b;
    --azul: #1b90cd;
    --azul-grisaceo: #192c51;
    --azul-acero: #2f5289;
    --negro: #000000;
    --cafe: #683409;
    --blanco: #fff;
    --gris: #F0F0F0;

    --desvanecido: #e2e2e2;

    --opens: "Open sans";
    --anton: "Anton";
    --montserrat: "Montserrat";

    --ancho: 1300px;
}


/* Generales */
.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.page__banner {
    width: 100%;
    align-content: center;
    position: relative;
}

.hardware {
    position: relative;
    background-color: var(--azul-grisaceo);
    width: 100%;
    min-height: 600px;
    height: auto;
}

.hardware::after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    background-color: #00000038;
}

.software {
    position: relative;
    background-color: var(--azul-grisaceo);
    width: 100%;
    padding: 10rem 0;
    min-height: 600px;
    height: auto;
}

.software::after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    background-color: #00000038;
}

.escuelas {
    position: relative;
    background-color: var(--azul-grisaceo);
    width: 100%;
    min-height: 600px;
    padding: 5rem 0;
    height: auto;
}

.escuelas::after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    background-color: #00000038;
}

.empresas {
    position: relative;
    background-color: var(--azul-grisaceo);
    width: 100%;
    min-height: 600px;
    padding: 5rem 0;
    height: auto;
}

.empresas::after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    background-color: #00000038;
}

.industrias {
    position: relative;
    background-color: var(--azul-grisaceo);
    width: 100%;
    min-height: 600px;
    padding: 5rem 0;
    height: auto;
}

.industrias::after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    background-color: #00000038;
}

.contacto {
    position: relative;
    background-image: url(../img/banner_contacto.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 600px;
    height: auto;
}

.contacto::after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    background-color: #00000038;
}

.descargas {
    position: relative;
    background-image: url(../img/descargas-banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 600px;
    height: auto;
}

.descargas::after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    background-color: #000000a4;
}

.content__info-banner {
    position: relative;
    width: 60%;
    z-index: 99;
}

.banner__info {
    max-width: var(--ancho);
    height: auto;
    margin: 0 auto;
}

.banner__info-title {
    font-family: var(--anton);
    font-weight: 100;
    font-size: 4rem;
    color: var(--naranja);
}

.banner-info__container {
    width: 50%;
    padding: 0 2rem;
    margin: 0 auto;
}

.banner-info__img--vmatrix {
    width: 50%;
    margin: 0 auto;
}

.banner__info-text {
    width: 100%;
    display: block;
    font-family: var(--montserrat);
    font-size: 1.8rem;
}

.banner__info-btn {
    width: 50%;
    display: block;
    margin-top: 3rem;
    background-color: var(--azul);
    color: var(--blanco);
    font-family: var(--montserrat);
    font-size: 1.8rem;
    text-align: center;
    padding: 2rem 1rem;
    border-radius: 15px;
}

.banner__section {
    width: 100%;
    margin: 8rem auto;
}

.banner__info-cont {
    width: 50%;
    z-index: 3;
}

.banner_info-img {
    width: 80%;
    margin: 0 auto;
    filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.8));
}

.d-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.d-flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner__text {
    font-family: var(--montserrat);
    font-size: 1.8rem;
}

.color-orange {
    color: var(--naranja) !important;
}

.color-white {
    color: var(--blanco) !important;
}

.color-blue {
    color: var(--azul);
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: var(--blanco);
}

.layout {
    position: relative;
    text-align: justify;
}

.text-large {
    font-family: var(--anton);
    font-weight: 100;
}

.stronge-orange {
    font-family: var(--anton);
    font-size: 3rem;
    font-weight: 100;
    color: var(--naranja);
}

/* -------------------------NAV BAR-------------------- */
.header {
    width: 100%;
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    background-color: var(--blanco);
    box-shadow: 0px 2px 10px 0 rgba(0, 0, 0, 20%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
}

.layout__menu {
    position: relative;
    width: var(--ancho);
    margin: 0 auto;
    padding-bottom: 0;
}

.menu__navbar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.navbar__logo {
    width: 150px;
    object-fit: contain;
    z-index: 1;
}

/* .navbar__nav{
    border: 1px solid red;
} */

.nav__list {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.nav__item {
    position: relative;
    margin: 0 2.4rem;
}

.nav__title {
    font-size: 1.8rem;
    position: relative;
    display: inline-block;
    line-height: 6rem;
    font-weight: 500;
    color: var(--negro);
    transition: all 300ms ease-in-out;

    z-index: 1;
}

.nav__icon {
    font-size: 1rem;
    font-weight: bold;
    padding-left: .2rem;
    vertical-align: middle;
}

.nav__title:hover {
    color: var(--azul);
}

.nav__title::before {
    content: "";
    height: 0.2rem;
    width: 0;
    background-color: var(--azul);
    position: absolute;
    bottom: 1.2rem;
    left: 0;
    opacity: 0;
    transition: 500ms;
}

.nav__title:hover::before {
    width: 100%;
    opacity: 1;
}

.nav__submenu {
    display: block;
    position: absolute;
    top: 100%;
    left: 2rem;
    min-width: 19rem;
    padding: 1.5rem 1rem;
    border-radius: 4px;
    background-color: var(--blanco);
    box-shadow: 0px 13px 48px 0 rgba(0, 0, 0, 15%);
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease-in-out;
}

.submenu__submenu {
    display: block;
    position: absolute;
    top: 100%;
    left: 2rem;
    min-width: 30rem;
    padding: 1.5rem 1rem;
    border-radius: 4px;
    background-color: var(--blanco);
    box-shadow: 0px 13px 48px 0 rgba(0, 0, 0, 15%);
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease-in-out;
}

.submenu__item:hover>.submenu__submenu {
    opacity: 1;
    visibility: visible;
    z-index: 999;
    left: 0;
}

.submenu__item {
    opacity: 0;
    transform: translateX(2rem);
    transition: all 100ms ease-in-out;
}

.submenu__item:nth-child(1) {
    transition-delay: 100ms;
}

.submenu__item:nth-child(2) {
    transition-delay: 200ms;
}

.submenu__item:nth-child(3) {
    transition-delay: 300ms;
}

.submenu__item:nth-child(4) {
    transition-delay: 400ms;
}

.submenu__item:nth-child(5) {
    transition-delay: 500ms;
}

.submenu__item:nth-child(6) {
    transition-delay: 600ms;
}

.submenu__item:nth-child(7) {
    transition-delay: 700ms;
}

.submenu__item:nth-child(8) {
    transition-delay: 800ms;
}

.submenu__item:nth-child(9) {
    transition-delay: 900ms;
}

.submenu__title {
    display: block;
    position: relative;
    font-size: 1.5rem;
    /* text-transform: capitalize; */
    text-decoration: none;
    font-weight: 500;
    color: var(--azul);
    padding: 0.7rem 1.5rem;
    transition: all 300ms ease-in-out;
}

.nav__item:hover>.nav__submenu {
    opacity: 1;
    visibility: visible;
    z-index: 999;
    left: 0;
}

.nav__item:hover .submenu__item {
    opacity: 1;
    transform: translateX(0);
}

.submenu__title:hover {
    color: var(--azul);
}

.submenu__title::after {
    content: "";
    height: 0.1rem;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--azul);
    transition: all 300ms ease-in-out;
}

.submenu__title:hover::after {
    width: 100%;
}

/* NAVEGACIÓN RESPONSIVE */
.navbar__mobile-btn {
    display: none;
}

.mobile-btn__wrap {
    height: 5rem;
    width: 5rem;
    background-color: var(--naranja);
    border: none;
    border-radius: 3.2rem;
    transition: all 300ms ease-in-out;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.mobile-btn__line {
    width: 2rem;
    height: 0.5rem;
    background-color: var(--blanco);
    margin-bottom: 0.4rem;
    border-radius: 1rem;
    transition: all 300ms ease-in-out;
}

.mobile-btn__line:last-child {
    width: 1rem;
    margin-bottom: 0;
    margin-right: -1rem;
}

.menu-mobile {
    visibility: hidden;
    opacity: 0;
    left: -300px;
    position: fixed;
    top: 0;
    z-index: 10;
    width: 30rem;
    height: 100%;
    background-color: var(--blanco);
    padding: 5rem 1rem;
    padding-top: 0;
    box-shadow: 0px 0px 85px -35px rgba(0, 0, 0, 0.5);
    overflow-y: auto;
    transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 9999;
}

.menu-mobile--show {
    visibility: visible;
    opacity: 1;
    left: 0;
}

.menu-mobile__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 1rem;
    padding: 2rem 0;
    border-bottom: 1px solid var(--azul);
}

.menu-mobile__container-logo {
    width: 15rem;
}

.menu-mobile__link-logo {
    display: inline-block;
    text-decoration: none;
}

.menu-mobile__logo {
    width: fit-content;
    height: 120px;
}

.menu-mobile__close {
    background-color: transparent;
    height: 4rem;
    width: 4rem;
    border: 2px solid var(--azul);
    border-radius: 1rem;
    color: var(--azul);
    font-size: 1.8rem;
    cursor: pointer;
    text-align: center;
    align-content: center;
}

.menu-mobile__icon-close {
    display: block;
}

.menu-mobile__list {
    display: block;
    height: 100%;
    overflow: auto;
}

.menu-mobile__item {
    position: relative;
    border-bottom: 1px solid var(--azul);
    margin: 0 1rem;
}

.menu-mobile__link {
    position: relative;
    height: 5rem;
    line-height: 5rem;
    color: var(--azul);
    font-weight: 500;
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu-mobile__icon {
    font-size: 1.4rem;
}

.menu-mobile__submenu-mobile {
    display: none;
    visibility: visible;
    opacity: 1;

    min-width: 100%;
    padding: 0;
    padding-bottom: 1rem;
}

.submenu-mobile__link {
    display: block;
    text-decoration: none;

    position: relative;
    padding: 0.7rem 1rem;
    font-size: 1.5rem;
    text-transform: capitalize;
    font-weight: 500;
    color: var(--azul);
}

/* ------------------Inicio banner--------------------- */
.header__banner {
    width: 100%;
    height: auto;
    position: relative;
}

.header__banner::before {
    content: "";
    background-color: #00000069;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.strong {
    font-weight: 700;
    font-size: 3.2rem;
}

.gatillo {
    margin: 3rem 0;
    text-align: center;
    font-family: var(--montserrat);
    font-size: 3rem;
    color: var(--naranja);
}

.banner__slider {
    width: 100%;
    margin: 0 auto;
}

.banner__item {
    width: 100%;
    display: flex;
    align-items: center;
}

.banner__item--1 {
    background-image: url(../img/Baner_capsulas_1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 8rem 0;
}

.banner__item-container {
    max-width: var(--ancho);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner__item-info {
    width: 60%;
}

.banner__item-info,
.banner__item-info-img {
    z-index: 2;
}

.banner__title {
    font-family: var(--anton);
    font-weight: 600;
    font-size: 7rem;
    color: var(--azul);
}

.banner__subtitle {
    font-family: var(--anton);
    font-weight: 300;
    font-size: 3rem;
    color: var(--naranja);
}

.banner__btn {
    display: block;
    margin-top: 2rem;
    background-color: var(--naranja);
    width: 30%;
    color: var(--blanco);
    font-size: 1.8rem;
    padding: 1rem;
    font-family: var(--opens);
    font-weight: 700;
    border-radius: 5px;
    text-align: center;
}

.banner__item-info-img {
    width: 40%;
    align-content: center;
}

.banner__item__img {
    width: 100%;
    margin: 0 auto;
}

.container-info,
.info-container__img {
    width: 50%;
}

.info-img {
    width: 50%;
    margin: 0 auto;
}

.info-container__title {
    font-family: var(--anton);
    font-weight: 100;
    font-size: 3rem;
    color: var(--naranja);
}

.info-container__text {
    font-family: var(--montserrat);
    font-size: 1.8rem;
    color: var(--negro);
}

.mt-5 {
    margin-top: 5rem;
}

.mt-15 {
    margin-top: 15rem;
}

.pt-15 {
    padding-top: 15rem;
}

/* -------------------------- MAIN --------------------- */
.banner__about {
    width: 100%;
    margin: 0 auto;
    padding: 5rem 0;
}

.banner__about-content {
    max-width: var(--ancho);
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 0 auto;
}

.banner__about-info {
    width: 50%;
    padding: 6rem 0;
}

.banner__about-title {
    font-family: var(--anton);
    font-weight: 500;
    font-size: 4rem;
    color: var(--naranja);
}

.banner__about-text {
    margin-top: 1rem;
    font-family: var(--montserrat);
    font-size: 1.8rem;
}

.banner-about__container {
    width: 50%;
}

.banner-about__img {
    max-width: fit-content;
    max-height: 45rem;
    margin: 0 auto;
    border-radius: 15px;
}

.img-empresas-1 {
    width: 90%;
}

.banner__about-btn {
    background-color: var(--azul);
    display: block;
    margin-top: 2rem;
    width: 30%;
    color: var(--blanco);
    font-size: 1.8rem;
    padding: 1rem;
    font-family: var(--opens);
    font-weight: 700;
    border-radius: 5px;
    text-align: center;
}

/* -----------------Introduccion---------------*/
.banner-introduccion {
    width: 100%;
    background: #DBDBDB;
    background: linear-gradient(180deg, rgba(219, 219, 219, 1) 0%, rgba(255, 255, 255, 1) 100%);
    padding: 5rem 0;
    position: relative;
}

.banner-introduccion__tarjet {
    background-color: #ffffff;
    width: 22%;
    bottom: 6rem;
    padding: 2rem;
    border-radius: 15px;
    margin: 0 auto;
    position: absolute;
    backdrop-filter: blur(10px);
    -webkit-box-shadow: -5px 13px 22px 1px rgba(0, 0, 0, 0.53);
    -moz-box-shadow: -5px 13px 22px 1px rgba(0, 0, 0, 0.53);
    box-shadow: -5px 13px 22px 1px rgba(0, 0, 0, 0.53);
}

.banner__tarjet-title {
    font-family: var(--opens);
    font-weight: bold;
    text-align: center;
    font-size: 1.8rem;
    color: var(--azul);
}

.banner-introduccion__title {
    font-size: 3rem;
    margin-bottom: 2rem;
    text-align: center;
    font-family: var(--anton);
    font-weight: 100;
    color: var(--naranja);
}

.banner-introduccion__container {
    max-width: var(--ancho);
    margin: 0 auto;
    display: flex;
    gap: 5rem;
}

.banner-introduccion__cont {
    width: 50%;
    margin: 3rem auto;
    align-content: center;
}

.introduccion-img {
    border-radius: 15px;
    margin: 0 auto;
    height: auto;
}

.int_mantenimiento,
.int_usb {
    width: 70%;
}

.introduccion__info {
    font-family: var(--montserrat);
    font-size: 1.8rem;
}

/* ---------------- Esquema ----------------- */
.banner-beneficios {
    width: 100%;
}

.banner-beneficios__container {
    max-width: var(--ancho);
    margin: 0 auto;
}

.banner-beneficios__container-title {
    font-family: var(--anton);
    color: var(--azul);
    font-size: 5rem;
    font-weight: 100;
    text-align: center;
    margin: 5rem auto;
}

.benerficios__article-left,
.benerficios__article-right {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 10rem 0;
}

.left__info-list,
.right__info-list,
.gallery__info-item {
    list-style: disc;
    padding-left: 1.5rem;
}


.article-left__info,
.article-right__info {
    width: 50%;
}

.left__info-title,
.right__info-title {
    font-family: var(--opens);
    font-size: 3rem;
    text-align: center;
    font-weight: 700;
    color: var(--naranja);
}

.left__info-text {
    font-family: var(--montserrat);
    font-size: 1.8rem;
    margin: 3rem 5rem;
}

.left__info-item,
.right__info-item {
    font-family: var(--montserrat);
    font-size: 1.8rem;
    padding: 1rem;
    margin: 3rem 5rem;
    border-radius: 15px;
    transition: all 300ms ease-in-out;
}


.article-left__cont-img,
.article-right__cont-img {
    width: 50%;
    margin: 0 auto;
    position: relative;
}

.group-icons-left {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-around;
    width: 40%;
    background-color: var(--blanco);
    position: absolute;
    bottom: -3rem;
    left: 3rem;
    padding: 2rem;
    -webkit-box-shadow: -19px 22px 16px -16px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: -19px 22px 16px -16px rgba(0, 0, 0, 0.5);
    box-shadow: -19px 22px 16px -16px rgba(0, 0, 0, 0.5);
    border-radius: 15px;
}

.group-icons-right {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 40%;
    background-color: var(--blanco);
    position: absolute;
    bottom: -3rem;
    right: 3rem;
    padding: 2rem;
    -webkit-box-shadow: -19px 22px 16px -16px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: -19px 22px 16px -16px rgba(0, 0, 0, 0.5);
    box-shadow: -19px 22px 16px -16px rgba(0, 0, 0, 0.5);
    border-radius: 15px;
}

.top {
    position: absolute;
    bottom: 8rem;
    right: -8rem;
}

.icons-group {
    width: 15%;
    cursor: pointer;
}

.icons-group--usb {
    width: 10%;
    cursor: pointer;
}

.icons-group--sm {
    width: 6.5%;
    cursor: pointer;
}

.article-left__info--index,
.article-right__info--index {
    width: 50%;
    margin: 0 auto;
}

.article-right__img--admi,
.article-left__img--rendi {
    width: 60%;
    margin: 0 auto;
}

.article__img-bg {
    width: 100%;
    height: auto;
}

.article-right__img,
.article-left__img {
    width: 90%;
    margin: 0 auto;
    border-radius: 15px;
}

.article-left__img--puertos {
    width: 100%;
    height: 450px;
    border-radius: 15px;
}

.article-left__img--hardware {
    width: 100%;
    border-radius: 15px;
}

.beneficios__btn {
    display: block;
    margin: 5rem auto;
    padding: 2rem 5rem;
    font-size: 1.8rem;
    border-radius: 15px;
    background-color: var(--naranja);
    font-family: var(--montserrat);
    text-align: center;
    color: var(--blanco);
    font-weight: 700;
    width: 30%;
}

/* ----------------Como funciona------------- */

.banner-function {
    display: block;
    width: 100%;
    max-height: 600px;
    /* min-height: 600px;
    max-height: auto; */
    margin-bottom: 0;
    position: relative;
    /* background-image: url(../img/prueba-2-1.jpg);
    background-size: cover;
    background-position: top; */
    z-index: 50;
}

.bf-software {
    background-image: url(../img/software-ultima.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 600px;
}

.bf-mantenimiento {
    width: 100%;
}


.banner-function__img {
    width: 100%;
    height: 100%;
    max-height: 600px;
}

.banner-function__title {
    font-family: var(--anton);
    font-weight: 500;
    font-size: 2.5rem;
    text-align: center;
}

.banner-function__subtitle {
    font-family: var(--montserrat);
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
}

.banner-function__container {
    height: auto;
    max-width: var(--ancho);
    margin: 0 auto;
}

.banner-function__info {
    width: 30%;
    height: auto;
    padding: 5rem;
    border-radius: 5px;
    background-color: var(--blanco);
    position: absolute;
    bottom: -60px;
    -webkit-box-shadow: -19px 22px 16px -16px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: -19px 22px 16px -16px rgba(0, 0, 0, 0.5);
    box-shadow: -19px 22px 16px -16px rgba(0, 0, 0, 0.5);
}

.bf_info-hardware {
    width: 40%;
}

.bf__info-software {
    width: 50%;
}

.banner-function__list-item {
    font-family: var(--montserrat);
    font-size: 1.8rem;
    margin: 1rem 0;
    list-style: disc;
    padding-left: 1.5rem;
}

.banner-function__btn {
    display: block;
    margin: 0 auto;
    margin-top: 2rem;
    background-color: var(--naranja);
    width: 30%;
    color: var(--blanco);
    font-size: 1.8rem;
    padding: 1rem;
    font-family: var(--opens);
    font-weight: 700;
    border-radius: 5px;
    text-align: center;
}

/* --------------Esquema------------- */
.banner-esquema {
    width: 100%;
    margin: 10rem auto;
    /* margin-bottom: 0; */
}

.banner-esquema__cont {
    max-width: var(--ancho);
    margin: 0 auto;
}

.esquema__img {
    width: 70%;
    margin: 5rem auto;
}

.ei-hardware {
    width: 60%;
}

/* --------------Frase--------------- */

.banner-function {
    width: 100%;
}

.banner-phrase {
    width: 100%;
}

.banner-phrase__title {
    margin: 0rem 0;
    align-content: center;
    padding: 3rem 2rem;
    font-family: var(--montserrat);
    text-align: center;
    font-size: 4rem;
    line-height: 4.5rem;
    font-weight: bolder;
    color: var(--azul);
}

.cases {
    width: 100%;
    height: auto;
    padding: 5rem 0;
    background-color: var(--azul-acero);
    color: var(--blanco);
}

.cases_container {
    max-width: var(--ancho);
    margin: 0 auto;
}

.cases__title {
    font-family: var(--anton);
    font-size: 5rem;
    font-weight: 100;
    color: var(--blanco);
}

.cases__text {
    font-family: var(--montserrat);
    font-size: 1.8rem;
}

.cases__container {
    width: 100%;
    height: auto;
    margin-top: 5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cases__item {
    width: 30%;
    height: 250px;
    overflow: hidden;
}

.cases__img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    -webkit-box-shadow: -19px 22px 16px -16px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: -19px 22px 16px -16px rgba(0, 0, 0, 0.5);
    box-shadow: -19px 22px 16px -16px rgba(0, 0, 0, 0.5);
    transition: all 600ms ease-in-out;
}

.cases__img:hover {
    transform: scale(1.3);
}

.call-action,
.banner-action {
    width: 100%;
}

.banner-action {
    background-color: var(--gris);
}

.call-action__container,
.banner-action__container {
    max-width: var(--ancho);
    margin: 0 auto;
}

.call-action__container {
    display: flex;
    align-content: center;
}

.banner-evolution {
    max-width: var(--ancho);
    height: auto;
    margin: 10rem auto;
    display: flex;
}

.banner-evolution__container {
    width: 510px;
    max-height: 638px;
    border-radius: 15px;
    overflow: hidden;
    -webkit-box-shadow: 10px 10px 58px -19px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 58px -19px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 58px -19px rgba(0, 0, 0, 0.75);
}

.banner-evolution__img {
    width: 90%;
    /* filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.5)); */
    border-radius: 15px;
    -webkit-box-shadow: 10px 10px 58px -19px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 58px -19px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 58px -19px rgba(0, 0, 0, 0.75);
}

.banner-evolution__info {
    width: calc(100% - 600px);
    margin: 0 auto;
    align-content: center;
}

.banner-evolution__title {
    font-family: var(--anton);
    font-size: 3rem;
    font-weight: 100;
    color: var(--naranja);
}

.banner-evolution__subtitle {
    font-family: var(--opens);
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--azul);
    margin-top: 1rem;
}

.banner-evolution__text {
    margin-top: 1rem;
    font-family: var(--montserrat);
    font-size: 1.8rem;
}

/* ---------Banner action 1--------------- */

.banner-action__container {
    width: 100%;
    height: 300px;
    color: var(--negro);
    text-align: center;
    align-content: center;
}

.banner-action__title {
    font-family: var(--opens);
    font-size: 2rem;
}

.banner-action {
    width: 100%;
    position: relative;
}

.banner-action__title {
    align-content: center;
    padding: 3rem 2rem;
    padding-bottom: 0;
    font-family: var(--montserrat);
    text-align: center;
    font-size: 3rem;
    font-weight: bolder;
}

.banner-action__subtitle {
    font-family: var(--montserrat);
    text-align: center;
    font-size: 3rem;
    font-weight: bolder;
    color: var(--naranja);
}

.call-action {
    background-color: var(--azul-acero);
    color: var(--blanco);
    font-family: var(--montserrat);
    font-size: 2rem;
    text-align: center;
    padding: 5rem 0;
    display: flex;
}

.call-action__info {
    width: 100%;
    padding: 5rem 0;
    text-align: start;
}

.call-action__title {
    font-family: var(--anton);
    font-size: 4rem;
    text-align: center;
    font-weight: 100;
    border-bottom: 1px solid var(--naranja);
}

.call-action__text {
    font-family: var(--montserrat);
    font-size: 2rem;
    text-align: center;
    margin-bottom: 5rem;
}

/* Banner de contacto */
.banner__contact {
    width: 100%;
    height: auto;
    padding: 5rem 0rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    background-position: center;
    background-size: cover;
    margin: 0 auto;
}

.banner__contact-body {
    max-width: var(--ancho);
    margin: 0 auto;
    max-height: 100%;
}

.banner__contact-title {
    width: fit-content;
    font-size: 5rem;
    font-family: var(--anton);
    font-weight: 100;
    margin-bottom: 5rem;
    border-bottom: 1px solid var(--naranja);
}

.contact-item__icon {
    width: 35%;
    margin: 0 auto;
}

.form__container {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    margin: 0 auto;
}

.form__left {
    flex-grow: 1;
    max-height: 100%;
}

.form__group {
    position: relative;
    margin-bottom: 2.5rem;
}

.form__input,
.form__input--textarea {
    position: relative;
    width: 100%;
    height: 6rem;
    display: block;
    font-size: 1.8rem;
    padding: 1rem 1.2rem;
    border: 0.2rem solid var(--blanco);
    border-radius: 1.5rem;
    outline: none;
    box-shadow: 0 1rem 1rem -0.8rem rgba(0, 0, 0, 0.10);
    background: 0 0;
    background-color: transparent;
    color: var(--blanco);
}

.form__input {
    background-color: #fff;
    color: #000;
    appearance: none;
    /* elimina estilos nativos en algunos navegadores */
    -webkit-appearance: none;
    -moz-appearance: none;
}

.form__input {
    background-color: rgba(255, 255, 255, 0.1);
    /* leve transparencia */
    color: var(--blanco);
}

.form__input option {
    background-color: #222;
    color: #fff;
}

.form__input:focus {
    border: 0.2rem solid var(--naranja);
}

.form__input-contact,
.form__input--textarea-contact {
    position: relative;
    width: 100%;
    height: 6rem;
    display: block;
    font-size: 1.8rem;
    padding: 1rem 1.2rem;
    border: 0.2rem solid var(--blanco);
    border-radius: 1.5rem;
    outline: none;
    box-shadow: 0 1rem 1rem -0.8rem rgba(0, 0, 0, 0.10);
    background: 0 0;
    background-color: transparent;
    color: var(--blanco);
}

.form__input-contact:focus {
    border: 0.2rem solid var(--naranja);
}

.form__label {
    position: absolute;
    top: 1rem;
    left: 1.5rem;
    color: var(--blanco);
    transition: all 300ms ease-in-out;
    pointer-events: none;
}

.form__input:focus~label,
.form__input:not(:placeholder-shown)~label {
    top: -2rem;
    left: 0;
    z-index: 1;
    font-size: 1.5rem;
    color: var(--naranja);
}

.form__input-contact:focus~label,
.form__input-contact:not(:placeholder-shown)~label {
    top: -2rem;
    left: 0;
    z-index: 1;
    font-size: 1.5rem;
    color: var(--naranja);
}

.form__input::-webkit-input-placeholder {
    color: transparent;
}

.form__input::-moz-placeholder {
    color: transparent;
}

.form__input-contact::-webkit-input-placeholder {
    color: transparent;
}

.form__input-contact::-moz-placeholder {
    color: transparent;
}

.form__right {
    flex-grow: 1;
    max-height: 100%;
}

.form__group--textarea {
    height: 100%;
}

.form__input--textarea {
    display: block;
    resize: none;
    height: calc(100% - 10.5rem);
}

.form__input--textarea-contact {
    display: block;
    resize: none;
    height: calc(100% - 10.5rem);
}

.form__button {
    position: relative;
    margin: 5rem auto;
    padding: 2rem 4rem;
    font-size: 2rem;
    border: 0.2rem solid var(--blanco);
    color: var(--blanco);
    background-color: transparent;
    border-radius: 5rem;
    box-shadow: 0 1rem 1rem -.8rem rgba(0, 0, 0, 0.22);
    cursor: pointer;
    transition: all 300ms ease-in-out;
}

.form__button:hover {
    background-color: var(--naranja);
    color: var(--blanco);
}

.form__button-contact {
    position: relative;
    margin: 5rem auto;
    padding: 2rem 4rem;
    font-size: 2rem;
    border: 0.2rem solid var(--blanco);
    color: var(--blanco);
    background-color: transparent;
    border-radius: 5rem;
    box-shadow: 0 1rem 1rem -.8rem rgba(0, 0, 0, 0.22);
    cursor: pointer;
    transition: all 300ms ease-in-out;
    background-color: var(--naranja);
}

.form__button-contact:hover {
    background-color: var(--naranja);
    color: var(--blanco);
}



.footer {
    width: 100%;
    height: auto;
    background-color: var(--azul-grisaceo);
    color: var(--blanco);
    text-align: center;
    padding: 0 0 2rem 0;
}

.footer__container {
    max-width: var(--ancho);
    margin: 0 auto;
}

.footer-logo {
    width: 100%;
    margin: 0 auto;
}

.footer-logo__img {
    width: 50%;
    margin: 0 auto;
}

.footer__links {
    font-size: 1.8rem;
    padding: 5rem 0 0 0;
    margin: 0 auto;
}

.footer__link {
    margin: 0 5rem;
}

/* ------------------Preguntas Frecuentes-------------------- */
.faq {
    padding: 4rem 2rem;
    max-width: var(--ancho);
    margin: 0 auto;
}

.faq__title {
    font-family: var(--montserrat);
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--azul);
    margin-bottom: 2rem;
    text-align: center;
}

.faq__item {
    border-bottom: 1px solid #ccc;
    margin-bottom: 1rem;
}

.faq__question {
    width: 100%;
    padding: 1rem;
    font-size: 2rem;
    font-weight: 600;
    background: none;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: var(--montserrat);
    color: var(--negro);
}

.faq__question:hover {
    color: var(--azul);
}

.faq__answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    background-color: #f9f9f9;
    padding: 0 1rem;
    font-size: 1.4rem;
}

.faq__answer h2 {
    font-family: var(--opens);
    font-size: 2rem;
    color: var(--naranja);
}

.faq__answer p {
    padding: 1rem 0;
    margin: 0;
    color: var(--negro);
    font-family: var(--montserrat);
    font-size: 1.5rem;
}



/* --------EFECTOS-------------- */
.left__info-item.hovered {
    background-color: var(--azul);
    color: var(--blanco);
    transition: all 0.3s ease;
}

.left__info-item--index,
.right__info-item--index {
    font-family: var(--montserrat);
    font-size: 1.8rem;
    padding: 1rem;
    margin: 3rem 5rem;
    border-radius: 15px;
    transition: all 300ms ease-in-out;
}

.left__info-item--index:hover,
.right__info-item--index:hover {
    background-color: var(--azul);
    color: var(--blanco);
}

.group-icons-left img.icon-hovered {
    transform: scale(1.5);
    transition: all 0.3s ease;
}

/* Efecto en el <li> */
.right__info-item.hovered {
    background-color: var(--azul);
    color: var(--blanco);
    transition: all 0.3s ease;
}

/* Efecto en los iconos */
.group-icons-right img.icon-hovered {
    transform: scale(1.5);
    transition: all 0.3s ease;
}


/* ----------Funciones clave software-------------- */
.benefits-section {
    width: 100%;
    position: relative;
    align-content: center;
    margin: 0 auto;
    border: 1px solid red;
}

.benefits-container {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: space-between;
}

.benefits-container__title {
    font-family: var(--anton);
    font-weight: 100;
    font-size: 3rem;
    color: var(--naranja);
    margin: 5rem auto;
    text-align: center;

}

.benefits-column {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 28rem;
    gap: 1.5rem;
}

.benefit-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5rem 1.5rem;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
}

.benefit-item:hover {
    background-color: var(--blanco);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: -5px 13px 22px 1px rgba(0, 0, 0, 0.53);
    -moz-box-shadow: -5px 13px 22px 1px rgba(0, 0, 0, 0.53);
    box-shadow: -5px 13px 22px 1px rgba(0, 0, 0, 0.53);
}

.benefit-title {
    display: block;
    font-family: var(--anton);
    font-size: 2rem;
    font-weight: 100;
    color: var(--azul);
}

.benefit-text {
    font-family: var(--montserrat);
    font-size: 1.8rem;
    flex-grow: 1;
}

.benefit-icon {
    width: 13%;
    margin: 0 auto;
    margin-left: 2rem;
}

/* -----------Testimonios--------------- */
.testimonios__columnas {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    align-items: flex-start;
    align-items: center;
}

.testimonios__izquierda {
    flex: 2;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.testimonio {
    position: relative;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    margin: 2rem 0;
    transition: all 300ms ease-in-out;
    cursor: pointer;
}

.testimonio--rg {
    position: relative;
    left: 5rem;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    margin: 2rem 0;
    transition: all 300ms ease-in-out;
    cursor: pointer;
}

.testimonio:hover,
.testimonio--rg:hover {
    background-color: var(--azul);
    color: var(--blanco);
}

.comilla {
    position: absolute;
    top: -1rem;
    left: -1rem;
    font-size: 4rem;
    color: #222;
    font-weight: bold;
    line-height: 1;
}

.testimonio__text {
    font-family: var(--montserrat);
    font-size: 1.8rem;
    margin: 0;
    line-height: 1.6;
}

.autor {
    font-family: var(--opens);
    font-size: 1.3rem;
    display: block;
    margin-top: 1rem;
    font-weight: bold;
}

.testimonios__derecha {
    flex: 1;
    min-width: 250px;
    padding: 1rem 0rem 1rem 5rem;
    text-align: center;
    align-content: center;
}

.testimonio__title {
    font-family: var(--anton);
    font-size: 3rem;
    font-weight: 100;
    margin-bottom: 1rem;
    color: var(--azul);
}

.testimonio__subtitulo {
    font-family: var(--montserrat);
    font-size: 1.8rem;
    font-weight: bold;
    color: var(--naranja);
}

/* ----------------Software - ventajas - conclusión------------- */
.ventajas {
    width: 100%;
}

.ventajas__title {
    font-family: var(--anton);
    font-size: 2.5rem;
    font-weight: 100;
    margin-bottom: 1rem;
    text-align: center;
    color: var(--azul);
}

.ventajas__encabezado span {
    display: block;
}

.ventajas__text {
    font-family: var(--montserrat);
    font-size: 1.8rem;
    margin-top: 3rem;
}

.ventajas__items {
    display: flex;
    margin: 5rem;
    gap: 2rem;
    justify-content: space-around;
}

.ventaja {
    width: 25%;
    padding: 1rem;
}

.ventaja-50 {
    width: 48%;
    padding: 1rem;
}

.ventaja__list {
    width: 100%;
}

.ventaja-item__text {
    font-family: var(--montserrat);
    text-align: justify;
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
    list-style: disc;
    padding-left: 1.5rem;
}

.ventaja-item__icon {
    width: 100%;
    padding: 1rem;
}

.ventaja-item__icon--mt {
    margin-top: 3.5rem;
    width: 100%;
    padding: 1rem;
}

.icono-rombo {
    width: fit-content;
    height: 100px;
    margin: 2rem auto;
}

/* -----------------------Contacto----------------- */
.contact__items {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
    flex-wrap: nowrap;
    margin: 0 auto;
}

.contact__item {
    width: calc(25% - 3rem);
    height: auto;
    text-align: center;
    border-radius: 15px;
    padding: 1.3rem;
    border: 1px solid var(--negro);
    margin: 0 auto;
}

.contact-item__title {
    font-family: var(--anton);
    font-size: 2.5rem;
    font-weight: 100;
    color: var(--negro);
}

.contact-item__text {
    font-family: var(--montserrat);
    font-size: 1.7rem;
    color: var(--negro);
}

.bg-color-blanco {
    background-color: var(--blanco);
    color: var(--negro);
}

.bg-gray {
    padding: 5rem;
    margin: 5rem auto;
    background-color: var(--desvanecido);
}

.color-negro {
    color: var(--negro);
    font-family: var(--montserrat);
    font-size: 2rem;
}

/* ------------Escuelas------------ */

.escuelas__beneficios-gallery {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.escuelas__beneficios-gallery--inverted {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    gap: 2rem;
    flex-wrap: nowrap;
    /* flex directio- inverted column */
}

.beneficios-gallery__info,
.beneficios-gallery {
    width: calc(50% - 3rem);
    margin: 5rem 3rem;
    position: relative;
    min-height: 70rem;
    align-content: center;
}

.gallery__info-list {
    padding: 1rem 2rem;
}

.beneficios-gallery {
    position: relative;
}

.gallery__info-title {
    font-family: var(--opens);
    font-size: 3.5rem;
    color: var(--naranja);
    text-align: center;
}

.gallery__info-subtitle {
    font-family: var(--montserrat);
    font-size: 2rem;
    color: var(--negro);
}

.gallery__info-item {
    font-family: var(--montserrat);
    font-size: 1.8rem;
    color: var(--negro);
}

.beneficios-gallery__img {
    position: absolute;
    display: block;
    width: 33%;
    width: 400px;
    height: 300px;
    border-radius: 15px;
    transition: all 300ms ease-in-out;

}

.beneficios-gallery__img:hover {
    transform: translateY(-3.5rem);
    box-shadow: -10px 6px 12px -2px rgba(0, 0, 0, 0.61);
    -webkit-box-shadow: -10px 6px 12px -2px rgba(0, 0, 0, 0.61);
    -moz-box-shadow: -10px 6px 12px -2px rgba(0, 0, 0, 0.61);
}

.beneficios-gallery__img:nth-child(1) {
    top: 0;
    left: 0;
}

.beneficios-gallery__img:nth-child(2) {
    left: 10rem;
    top: 20rem;
}

.beneficios-gallery__img:nth-child(3) {
    right: 0;
    bottom: 0;
}



/* -------------Tabla----------------- */

.tabla__container {
    max-width: var(--ancho);
    padding-bottom: 5rem;
}

.tabla {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    color: var(--negro);
    background: var(--azul-acero);
    border-radius: 15px;
}

th,
td {
    font-family: var(--montserrat);
    font-size: 2rem;
    text-align: center;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.2);
    color: var(--blanco);
}

th {
    font-family: var(--anton);
    font-weight: 100;
    font-size: 2rem;
    text-align: center;
    color: var(--blanco);
}

thead th {
    background-color: var(--azul);
}

tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

tbody td {
    font-family: var(--montserrat);
    font-size: 1.8rem;
    position: relative;
}

tbody td:hover::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -9999px;
    bottom: -9999px;
    background-color: rgba(255, 255, 255, 0.2);
    z-index: -1;
}

/* ---------------Beneficios mobile--------------- */
.beneficios-mobile {
    display: none;
}

.beneficios-desk {
    display: block;
}

/* ----------------Correcciones-------------------- */
.monitoreo-img {
    width: 70%;
}

.benefit-content {
    max-width: var(--ancho);
}

.esquema__chico {
    width: 80%;
}

.sub__title--hardware {
    font-family: var(--anton);
    font-size: 1.8rem;
}

.banner__text--sub {
    font-family: var(--montserrat);
    font-size: 1.7rem;
}

.usb-esquemas {
    max-width: fit-content;
    max-height: 35rem;
}

.bf-escuelas {
    bottom: -7rem;
    width: 50%;
    height: auto;
}


/* -------------------Pop------------------ */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
}

.popup-content {
    position: relative;
    background: white;
    padding: 10px;
    max-width: 90%;
    max-height: 90%;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.close-btn {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 28px;
    color: #333;
    cursor: pointer;
}

.content__ficha {
    display: flex;
    align-content: center;
    align-items: center;
    margin-top: 5rem;
}

.btn__descargar {
    display: block;
    padding: 1.5rem;
    border-radius: 25px;
    width: 20%;
    background-color: var(--azul-grisaceo);
    color: var(--blanco);
    text-align: center;
    align-content: center;
    font-family: var(--anton);
    font-size: 1.8rem;
    font-weight: 100;
}


/* ----------------Botón de Whatsapp--------------------- */
/* Botón flotante de WhatsApp */
.whatsapp-container {
    position: fixed;
    bottom: 90px;
    right: 20px;
    z-index: 999;
}

.whatsapp-button {
    background-color: #25D366;
    border: none;
    border-radius: 50%;
    padding: 15px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s;
}

.whatsapp-button:hover {
    transform: scale(1.1);
}

.whatsapp-button img {
    width: 30px;
    height: 30px;
}

.whatsapp-menu {
    font-family: var(--montserrat);
    font-size: 2rem;
    text-align: center;
    display: none;
    flex-direction: column;
    position: absolute;
    bottom: 70px;
    right: 0;
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    transition: all 300ms ease-in-out;
}

.whatsapp-menu a {
    padding: 10px 15px;
    color: var(--negro);
    text-decoration: none;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    transition: background 0.2s;
}

.whats__menu-icon{
    font-size: 3rem;
    color: var(--azul-grisaceo);
}

.whatsapp-menu a:last-child {
    border-bottom: none;
}

.whatsapp-menu a:hover {
    background-color: var(--azul-acero);
    color: var(--blanco);
    transition: all 300ms ease-in-out;
}

.whatsapp-menu a:hover .whats__menu-icon{
    color: var(--blanco);
    transition: all 300ms ease-in-out;
}
/* Botón reversa */
.reverse {
    width: 5rem;
    height: 5rem;
    align-content: center;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #007bff;
    color: white;
    border: none;
    padding: 30px;
    border-radius: 50%;
    font-size: 30px;
    cursor: pointer;
    display: none;
    z-index: 1000;
    transition: background-color 0.3s;
    align-content: center;
}

.icon-reverse {
    position: relative;
    bottom: 2.2rem;
    right: 1.3rem;
}

.reverse:hover {
    background-color: #0056b3;
}

.reverse:focus {
    outline: none;
}

/* ------------Push-------------- */
.push-contact {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 260px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  padding: 16px;
  font-family: sans-serif;
  z-index: 1000;
  animation: fadeIn 0.5s ease;
}

.push-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.push-header strong {
font-family: var(--montserrat);
font-weight: 700;
  font-size: 16px;
  color: var(--azul-grisaceo);
}

.push-header button {
  background: none;
  border: none;
  font-size: 3rem;
  cursor: pointer;
  color: var(--azul);
}

.push-contact p {
    font-family: var(--montserrat);
  font-size: 1.5rem;
  margin-bottom: 2rem;
  color: var(--azul-grisaceo);
}

.push-buttons {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.push-buttons a {
  text-decoration: none;
  text-align: center;
  padding: 10px;
  border-radius: 8px;
  color: white;
  font-weight: bold;
  font-size: 1.5rem;
  transition: background 0.3s;
}

.push-buttons a:first-child {
  background-color: #25D366;
}

.push-buttons a:last-child {
  background-color: #128C7E;
}

.push-buttons a:hover {
  filter: brightness(1.1);
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}