/*----31 Octubre 2024----*/

.btn_fav {
	-webkit-animation: heartbeat 2.5s ease-in-out infinite both !important;
	        animation: heartbeat 2.5s ease-in-out infinite both !important;
}

.slide-out-bck-center {
	-webkit-animation: slide-out-bck-center 0.5s cubic-bezier(0.600, -0.280, 0.735, 0.045) both;
	        animation: slide-out-bck-center 0.5s cubic-bezier(0.600, -0.280, 0.735, 0.045) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2024-10-31 10:24:14
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2024-10-31 12:54:47
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-out-bck-center
 * ----------------------------------------
 */
@-webkit-keyframes slide-out-bck-center {
  0% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-1100px);
            transform: translateZ(-1100px);
    opacity: 0;
  }
}
@keyframes slide-out-bck-center {
  0% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-1100px);
            transform: translateZ(-1100px);
    opacity: 0;
  }
}



/*----26 Junio 2024----*/
.et-l--body .et_pb_gutters3 .et_pb_section_sticky_mobile{
	z-index: 1;
}


/**add fav button***/
.hidding{
    display:none
}

#btn_fav p{
    text-align: center;
}

#btn_fav p span{
    font-size: 30px;
}

#heart_icon:hover{
    color:red;
}

.flexbox_class{
    display: flex;
    flex-direction: row;
    justify-content: end;
}

/**Responsive Menu**/
#responsive_menu{
    display:flex; 
    align-items: center; 
    color: blue;
}

#responsive_menu .opt1{
    width: 48%;
}

#responsive_menu .opt1 a img{
    width: 96px;
}

#responsive_menu .opt2{
    width: 25%;
    text-align: right;
}

#responsive_menu .opt3{
    width: 25%;
    text-align: right;
}

/*----14 Abril 2025----*/
#responsive_menu a, 
#menu_profile a, 
#menu_logout a,
.header_menu a{
        color: white;   
}

#menu_profile, 
#menu_logout{
        padding: 0 !important;
        display: flex;
        height: 100%;   
        width: 100%;
        align-items: center;
        justify-content: center;
}

#available-manuals a{
        color: black;
}

#available-manuals li:hover a{
        color: white;
}