/* Write your CSS here */
.btn-bienvenida:hover p{
    color:black;
}
.enlaces-xappiens > a{
    padding:0;
    margin:0;
}
.navbar .dropdown-menu {
    z-index: 9999;
    position: absolute; /* importante para que flote sobre otros elementos */
    background-color: white; /* o el que uses */
}

body{
    margin:0 auto;
}
nav a:hover{
    background-color: #7ed957;
    color:black!important;
}

.btn:hover{
    background-color:#7ed957!important ;
    color:black!important;
}




#image:hover{
    border-color:#00ffc8 ;
}


.box:hover{
    animation: cambio-verde 2s ease-in-out both ;
}

@keyframes cambio-verde{
    100%{
        background-color:#7ed957;
    }
}



.fb-aad044c2 {
  animation: cambio-verde 2s ease-out both!important;
}


@keyframes respirar {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.10);
    opacity: 0.5;
  }
}

.fb-12105a39 {
    position: relative !important;
    overflow: visible !important;
    z-index: 10000 !important;
}
