.title-panama-home{
    font-size: 2em;
    text-align: center;
    line-height: 1.1;
}

.second-title-panama-home{
    font-size: 2em;
    text-align: center;
    line-height: 1.1;
}

.tfooter-panama-home{
    font-size: 1.5em;
    text-align: center;
    line-height: 1.1;
}
.d-flex{
    display: flex;
}

.background-home-principal{
    background: #ABBF3D;
    background: linear-gradient(to bottom, rgba(171, 191, 61, 1) 0%, rgba(99, 169, 66, 1) 30%, rgba(43, 99, 46, 1) 100%);
}

.background-home-second{
    background-image: linear-gradient(to bottom, #dee9c2, #d7e5ae, #d1e19b, #cbdd86, #c5d871);
}
.background-home-third{
    background: #1C471D;
    background: #245526;
background: linear-gradient(to bottom,rgba(36, 85, 38, 1) 0%, rgba(59, 129, 65, 1) 78%, rgba(123, 179, 62, 1) 100%);
}
.d-block{
    display: block;
}

.text-red-with-borde {
  color: red;
  font-size: 2rem;
  text-shadow: 
    -3px -3px 0 white,
     3px -3px 0 white,
    -3px  3px 0 white,
     3px  3px 0 white;
}

.min-text-red-with-borde {
    color: red;
    font-size: 2rem;
    text-shadow: 
        -2px -2px 0 white,
        0   -2px 0 white,
        2px -2px 0 white,
        2px  0   0 white,
        2px  2px 0 white,
        0    2px 0 white,
        -2px  2px 0 white,
        -2px  0   0 white;
}
.line-normal-1{
    line-height: 1;
}

.ml-1 {
    margin-left: 0.5em;
}
.item-size-text-steps {
    font-size: 1.4em;
}

.panama-navbar {
    padding-top: 20px;
    border-radius: 60px;
    font-family: 'Segoe UI', sans-serif;
}

.panama-navbar .logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1;
    font-size: 18px;
}

.panama-navbar .panama-logo {
    height: 4em;
    padding-right: 20px;
    box-sizing: border-box;
    filter: drop-shadow(10px 10px 10px rgba(0,0,0, 0.2));
}
/* Cuerpo del menú */
.panama-navbar .panama-menu {
    background-color: white;
    box-sizing: border-box;
    padding: 8px 20px;
    border-radius: 0 50px 50px 0;
    display: flex;
    gap: 40px;
    align-items: center;
    position: relative;
    height: 3.15em;
    -webkit-box-shadow: 0px 5px 14px -4px rgba(66, 68, 90, 1);
    -moz-box-shadow: 0px 5px 14px -4px rgba(66, 68, 90, 1);
    box-shadow: 0px 5px 14px -4px rgba(66, 68, 90, 1);
}

/* Enlaces del menú */
.panama-navbar .panama-menu a {
    text-decoration: none;
    color: #005c2b;
    font-weight: bold;
    font-size: 18px;
}

/* Botón especial */
.panama-navbar .panama-menu .cta {
    background-color: #006e3b;
    color: white;
    padding: 10px 25px;
    border-radius: 999px;
    font-weight: bold;
}
.hidden-sm-custom-sys {
    display: none;
}


.title-como-participar{
    filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 1));
}
.text-right{
    text-align: right;
}

.mg-1-5em{
    margin-bottom: 1.5em;
}

.footer-web-front{
    background-image: linear-gradient(to bottom, #deeac1, #d7e6ad, #d0e198, #c9dd83, #c3d86d);
}
.tfoot-copy{
    font-size: 1.2rem;
}

.logo-present-mobile{
    display: flex !important;
}


.img-button-social {
      display: inline-block;
}

.img-button-social img {
    display: block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    will-change: transform, box-shadow;
}

.background-white{
    background: white;
}

.img-panama-logo-internal-green{
    position: absolute;
    height: 90%;
    top: 50%;
    left: 41%;
    transform: translate(-50%, -50%);
}

/* Keyframes para el rebote */
@keyframes bounce {
    0%   { transform: translateY(0); }
    30%  { transform: translateY(-15px); }
    50%  { transform: translateY(0); }
    65%  { transform: translateY(-7px); }
    100% { transform: translateY(0); }
}

/* Hover: lanza la animación de rebote y añade sombra inferior */
.img-button-social:hover img {
    animation: bounce 0.6s;
    filter: drop-shadow(0 12px 20px rgba(0, 0, 0, 0.3));
}

@media (min-width: 768px) {
    .hidden-sm-custom-sys {
        display: block;
    }
}

@media (max-width: 767px){
    .parent-column-reverse-sm {
        flex-direction: column-reverse;
    }
}
@media (min-width: 767px){
    .nav__menu{
        display: none;
    }
    .nav__close,
    .nav__toggle {
        display: none;
    }
    .logo-present-mobile{
        display: none !important;
    }
    .title-panama-home{
        font-size: 3em;
    }
    .tfooter-panama-home{
        font-size: 3em;
    }
    .second-title-panama-home{
        font-size: 4rem;
    }
    .padding-2em-lg {
        padding: 2em;
    }
    .item-size-text-steps {
        font-size: 2rem;
    }
}