/* Resetear márgenes, padding y box-sizing */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

/* Styles for the notification modal */
.notification-modal {
    position: fixed;
    top: -120px;
    right: 10px;
    margin: 0px 10px;
    background-color: var(--primary-color);
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: top 0.5s ease-in-out;
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 100000;
}

.notification-modal.show {
    top: 20px;
}

.notification-modal .close-icon {
    cursor: pointer;
    margin-left: 10px;
    font-size: 16px;
}


.inputStandarGlobal {
    width: 100%;
    font-size: 1em;
    padding: 2px;
    margin-bottom: 5px;
    border-radius: 5px;
    border: 1px solid var(--color-border);
}



/*  -------- Diseños de css del footer --------  */

.fx_f_footer {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0px;
    z-index: 10;
}

.fx_f_footerSon {
    max-width: 1140px;
    width: 100%;
}

.fx_f_infoMoreFooter {
    width: 100%;
    position: relative;
    bottom: 0;
}

.fx_f_contentBtmFooter {
    /* display: flex;
    justify-content: center; */
    align-items: center;
    width: 100%;
    height: 250px;
    padding: 10px;
    background-color: var(--color-four);
}

.fx_f_socialMediaFooter {
    display: flex;
    gap: 5px;
}

.fx_f_socialMediaFooter img {
    width: 30px;
    height: 30px;
    filter: grayscale(100%);
    opacity: 1;
    transition: filter 0.3s ease, opacity 0.3s ease;
}

.fx_f_socialMediaFooter img:hover {
    filter: none;
    opacity: 1;
}

.fx_f_barBtmFooter {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    background-color: var(--color-primary);
}

.fx_f_centerBtmFooter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1140px;
    width: 100%;
    height: 100%;
}

.fx_f_infoAnoFooter {
    display: flex;
    gap: 10px;
    align-items: center;
}

.fx_f_infoAnoFooter img {
    cursor: pointer;
}


.fx_f_infoAnoFooter span,
.fx_f_moreInfoFooter span {
    font-size: 14px;
    color: white;
}

.fx_f_navBtmFooter {
    display: flex;
    height: 250px;
    flex-direction: column;
    gap: 10px;
    overflow-x: hidden;
    overflow-y: auto;
}

.fx_f_navBtmFooter a:first-child {
    font-size: 1.2rem;
    font-weight: bold;
}

.fx_f_navBtmFooter a {
    width: 100%;
    margin-right: 15px;
    text-decoration: none;
    gap: 10px;
    cursor: pointer;
}

.fx_f_moreInfoFooter a {
    font-size: 14px;
    margin-right: 15px;
    text-decoration: none;
    gap: 10px;
    cursor: pointer;
    color: white;
}

.fx_f_iconBtmFooter {
    width: 30px;
    height: 30px;
}

.fx_f_noteFooter {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 40px;
}

.fx_f_noteFooter span {
    font-size: 0.7em;
    padding: 10px 0px;
}

/*  -------- Fin diseño de footer  --------  */


/* Codigo para gutenberg */
.alignfull {
    margin: 0px calc(50% - 50vw);
    max-width: 100vw;
}

.alignwide {
    margin: 0px calc(25% - 25vw);
    max-width: 100vw;
}

/* .alignfull img {
    width: 100vw;
    max-width: none;
    height: auto;
    object-fit: cover;
} */

.fx_aligncentered {
    max-width: 1140px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

/* /-//--/-/-//-*******-//-/-//-/ */
/* /-//--/-/-//-*******-//-/-//-/ */
/* /-//--/-/-//-*******-//-/-//-/ */
/* Various global styles */
.hidden {
    display: none;
}

/* End of global miscellaneous styles code */
/* /-//--/-/-//-*******-//-/-//-/ */
/* /-//--/-/-//-*******-//-/-//-/ */
/* /-//--/-/-//-*******-//-/-//-/ */


/* *--* */
/* *--* */
/* *--* */



/* /-//--/-/-//-*******-//-/-//-/ */
/* /-//--/-/-//-*******-//-/-//-/ */
/* /-//--/-/-//-*******-//-/-//-/ */
/* Input global styles */

.fx_f_inpGlb {
    width: 100% !important;
    padding: 10px !important;
    margin-bottom: 10px !important;
    border-radius: 4px !important;
    outline: none !important;
    border: 1px solid #e5e5e5 !important;
    filter: drop-shadow(0px 1px 0px #efefef) drop-shadow(0px 1px 0.5px rgba(239, 239, 239, 0.5)) !important;
    transition: all 0.3s cubic-bezier(0.15, 0.83, 0.66, 1) !important;
}

input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week] {
    line-height: 1;
}

input[type=checkbox], input[type=radio] {
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 1em;
    cursor: pointer;
}

.fx_f_inpGlb:focus {
    border: 1px solid transparent !important;
    box-shadow: 0px 0px 0px 2px var(--primary-color);
    background-color: transparent !important;
}


.pointer {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: manipulation;
    outline: none;
    box-shadow: none;
}

.pointer:hover {
    scale: 1.2;
    filter: brightness(1.2);
}



/* End of Input miscellaneous styles code */
/* /-//--/-/-//-*******-//-/-//-/ */
/* /-//--/-/-//-*******-//-/-//-/ */
/* /-//--/-/-//-*******-//-/-//-/ */




/* *--* */
/* *--* */
/* *--* */




/* /-//--/-/-//-*******-//-/-//-/ */
/* /-//--/-/-//-*******-//-/-//-/ */
/* /-//--/-/-//-*******-//-/-//-/ */
/* Global Main Buttons */
.fx_f_btnMain {
    font-size: 1em;
    background-color: var(--primary-color);
    color: white;
    cursor: pointer;
    height: 38px ;
    transition: background-color 0.3s ease;
    border: none ;
    padding: 10px ;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.fx_f_btnMain:focus,
.fx_f_btnMain:active {
    outline: none;
    background-color: var(--primary-color);
    filter: brightness(1);
    -webkit-tap-highlight-color: transparent;
}

.fx_f_btnMain:hover {
    outline: none;
    background-color: var(--primary-color);
    filter: brightness(1.2);
    -webkit-tap-highlight-color: transparent;
}

/* ------ */
.fx_f_btnCancel {
    font-size: 1em;
    background-color: #ee4042;
    color: white;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border: none;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.fx_f_btnCancel:focus,
.fx_f_btnCancel:active {
    outline: none;
    background-color: #ee4042;
    filter: brightness(1);
    -webkit-tap-highlight-color: transparent;
}

.fx_f_btnCancel:hover {
    outline: none;
    background-color: #ee4042;
    filter: brightness(1.2);
    -webkit-tap-highlight-color: transparent;
}

/* end of Global Main Buttons code */
/* /-//--/-/-//-*******-//-/-//-/ */
/* /-//--/-/-//-*******-//-/-//-/ */
/* /-//--/-/-//-*******-//-/-//-/ */







/* /-//--/-/-//-*******-//-/-//-/ */
/* /-//--/-/-//-*******-//-/-//-/ */
/* /-//--/-/-//-*******-//-/-//-/ */
/* Start of code Language */
.efxs-language-switcher {
    position: relative;
    display: inline-block;
}

.efxs-selected-language {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
}

.efxs-dropdown-icon {
    font-size: 14px;
}

.efxs-language-dropdown {
    display: none;
    position: absolute !important;
    top: 100%;
    right: 0;
    background: white;
    border: 1px solid #ccc;
    list-style: none;
    padding: 5px;
    margin: 0;
    z-index: 200;
    grid-template-columns: repeat(3, 1fr);
    /* 3 columnas */
    gap: 10px;
    width: auto;
}

.efxs-language-dropdown li {
    padding: 5px;
    cursor: pointer;
}

.efxs-language-dropdown img {
    width: 20px;
    height: auto;
}

.efxs-language-dropdown li:hover {
    background-color: #f0f0f0;
    border-radius: 5px;
    scale: 1.1;
    animation-name: flotar; /* Nombre de la animación */
    animation-duration: 2s; /* Duración del ciclo de la animación (ajusta a tu gusto) */
    animation-timing-function: ease-in-out; /* Suaviza la aceleración y deceleración */
    animation-iteration-count: infinite; /* La animación se repetirá indefinidamente */  
}

.efxs-language-dropdown:focus,
.efxs-language-dropdown:active,
.efxs-language-dropdown li:focus,
.efxs-language-dropdown li:active,
.efxs-language-dropdown img:focus,
.efxs-language-dropdown img:active {
    outline: none;
    box-shadow: none;
}

.imgLangFlat {
    width: 18px;
    height: 12px;
}

/* end of code Language */
/* /-//--/-/-//-*******-//-/-//-/ */
/* /-//--/-/-//-*******-//-/-//-/ */
/* /-//--/-/-//-*******-//-/-//-/ */


@keyframes flotar {
    0% {
      transform: translateY(0); /* Posición inicial */
    }
    50% {
      transform: translateY(-5px); /* Sube 5px */
    }
    100% {
      transform: translateY(0); /* Vuelve a la posición inicial */
    }
  }





.loading-spinner {
    text-align: center;
    font-size: 16px;
    padding: 10px;
    font-weight: bold;
    color: #555;
}

.error-message {
    text-align: center;
    font-size: 14px;
    padding: 10px;
    color: red;
}


/* /-//--/-/-//-*******-//-/-//-/ */
/* /-//--/-/-//-*******-//-/-//-/ */
/* /-//--/-/-//-*******-//-/-//-/ */
/* Contenedor principal modificado */
.fx_warNot {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  top: 10px;
  z-index: 100;
}

/* Estilo del ícono */
.fx_warNot_icon {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: transform 0.3s ease, filter 0.3s ease;
  position: relative;
  z-index: 100;
}

/* Animación del SVG: Efecto de rotación y escala */
.fx_warNot_icon svg {
  transition: transform 0.5s ease-in-out;
}

.fx_warNot_icon:hover svg {
  transform: rotate(360deg) scale(1.2);
}

/* Estilo del tooltip */
.fx_warNot_tooltip {
  visibility: hidden;
  width: 300px;
  background-color: #333;
  color: white;
  text-align: center;
  border-radius: 5px;
  padding: 10px;
  position: fixed;
  opacity: 0;
  transition: opacity 0.5s, transform 0.5s;
  transform: translateY(10px);
  z-index: 99999;
  pointer-events: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

/* JavaScript actualizará la posición del tooltip */
.fx_warNot_tooltip.active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

/* Flecha del tooltip */
.fx_warNot_tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}

/* Mostrar tooltip al pasar el ratón */
.fx_warNot:hover .fx_warNot_tooltip {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  animation: bounce 0.6s ease;
}

/* Animación bounce */
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
/* /-//--/-/-//-*******-//-/-//-/ */
/* /-//--/-/-//-*******-//-/-//-/ */
/* /-//--/-/-//-*******-//-/-//-/ */





@media screen and (max-width: 768px) {

    .fx_f_footer {
        padding: 10px;
        /* width: calc(100% + 10px); */
    }

    .fx_f_contentBtmFooter {
        width: 100%;
        height: 100%;
    }

    .fx_f_contentBottomFooter,
    .fx_f_centerBtmFooter {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        /* height: 100%; */
        padding: 10px;
        flex-wrap: wrap;
    }


    .fx_f_infoAnoFooter span,
    .fx_f_moreInfoFooter a {
        margin: 0px 5px;
        font-size: .8em;
    }

    .fx_f_navBtmFooter {
        height: auto;
    }

    .fx_f_barBtmFooter {
        height: 100px;
    }

    .fx_f_noteFooter span {
        margin: 10px 0px;
    }
}