@keyframes shakeeditada{0%{transform:translate(1px,1px) rotate(0)}10%{transform:translate(-1px,-2px) rotate(-1deg)}20%{transform:translate(-3px,0) rotate(1deg)}30%{transform:translate(3px,2px) rotate(0)}40%{transform:translate(1px,-1px) rotate(1deg)}50%{transform:translate(-1px,2px) rotate(-1deg)}60%{transform:translate(-3px,1px) rotate(0)}70%{transform:translate(3px,1px) rotate(-1deg)}80%{transform:translate(-1px,-1px) rotate(1deg)}90%{transform:translate(1px,2px) rotate(0)}100%{transform:translate(1px,-2px) rotate(-1deg)}}

#logo img:hover {
    animation: shakeeditada 1s;
    animation-iteration-count: infinite;
}
#statusWidget .alert {
    margin-bottom: 0px;
    border-radius:0px;
}
#statusWidget .alert-success {
    background-color: #00a762;
    color:#fff;
    border:none;
}
#statusWidget .alert-danger {
    background-color: #f90017;
    color:#fff;
    border:none;
}
#statusWidget .alert-warning {
    background-color: #cf8400;
    color:#fff;
    border:none;
}
.alert i[class^="bi-"] {
    font-size: 1.5em;
    line-height: 1;
    vertical-align: -0.15em;
}
#statusWidget .alert-primary {
    color: #ffffff;
    background-color: #25a2c7;
    border:none;
}
#statusWidget .alert .ticket:hover {
    background-color: #1c6fff;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #fff !important;
    padding: 5px 10px;
}

    .alert-warning {
    color: #ffffff;
    background-color: #003083;
    border-color: #323232;
}
.secondary-cart-body .icon {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
}
.extra .icon i {
    font-size: 60px;
    color: #fff;
}
.extra .alert-link {
    color: #ffffff;
}
.extra .alert-link:hover {
        text-decoration: none;
}
#feriado {
    background: #1045db;
    border-radius: 8px;
    padding: 5px;
    margin-bottom: 15px;
    margin-top: 6px;
    margin-left: 15px;
    margin-right: 15px;
    display:none;
}
.extra {
margin-bottom: 0;
}
.aplicaya {
    color:#fff;
}
.aplicaya:hover {
    text-decoration: none;
}
#pinche:hover {
    text-decoration: none;
}
.aplicaya {
    animation: pulse 2s infinite;
}

.aplicaya1 {
    animation: pulse 1s infinite;
}
.aplicaya1 {
    color:#fff;
}
.aplicaya1:hover {
    text-decoration: none;
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}
ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* El contenedor principal que crea el script */
#toTop {
    display: block;
    position: fixed;
    bottom: 8px;
    right: 20px;
    width: 45px;
    height: 45px;
    text-indent: 0; /* Quitamos el texto "To Top" */
    font-size: 0;   /* Escondemos el texto original */
    background: #1a1a1a; /* COLOR OSCURO */
    color: #ffffff;      /* Color de la flecha */
    text-align: center;
    border-radius: 4px;
    overflow: hidden;
    z-index: 999;
    border: none;
}

/* Inyectamos la flecha de Font Awesome usando el pseudoelemento :after */
#toTop:after {
    content: "\f077"; /* Código de la flecha 'chevron-up' en Font Awesome */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 20px;
    line-height: 45px; /* Centrado vertical */
    display: block;
}

/* Efecto al pasar el mouse */
#toTop:hover {
    background: #333333;
    color: #007bff; /* Cambia esto por tu color de acento si quieres */
    text-decoration: none;
}

/* Escondemos el span interno que usaba el script original para el hover viejo */
#toTopHover {
    display: none !important;
}

.column-2 {
    width: 50%;
}
.column-3 {
    width: 33%;
}
.column-4 {
   width: 24%; 
}
.m-2 .sub-options {
    width: 60%;
}
.m-3 .sub-options {
    width: 60%;
}
.m-4 .sub-options {
   width: 50%; 
}
/* Efecto de zoom al pasar el mouse puede modificar la scala */
.pricing-tables:hover{
  -webkit-transform: scale(1.07);
     -moz-transform: scale(1.07);
      -ms-transform: scale(1.07);
       -o-transform: scale(1.07);
          transform: scale(1.07);
    z-index: 1;
}
.pricing-tables {
    -webkit-transition: all .25s;
     -moz-transition: all .25s;
      -ms-transition: all .25s;
       -o-transition: all .25s;
          transition: all .25s;
  }
  
.switchplanes {
    margin: 3em auto!important;
    border: 1px solid #1c6fff;
    width: 50%;
    display: block;
    position: relative;
    text-align: center;
    border-radius: 50px;
    background: -webkit-gradient(linear, left top, left 25, from(#1cacff), color-stop(4%, #3989fd), to(#1cacff)) !important;
}
/* Estilos para la tabla de precios */
.pricing-tables .price {
    float: left;
    width: 100%;
    padding: 30px 0 20px 0;
    background-color: #365a73;
    text-align: center;
    font-size: 40px;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.offprice {
    background: #008000;
    color: #fff;
    margin: 0 3px;
    padding: 5px 8px;
    border-radius: 30px;
    font-size: 1.2em;
}

.pricing-tables .cont-list {
    float: left;
    width: 100%;
    padding: 15px 5px;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    background-color: #f9f9f9;
    text-align: center;
    color: #727272;
}

.panel-group .panel {
    margin-bottom: 10px;
    border-radius: 5px;
}

.panel {
    background-color: #fff;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-default {
    border-color: #ddd;
    border-top: 3px solid #04a4ff;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-title {
    font-size: 11px !important;
    text-align: left;
}
.panel-heading {
    padding: 10px 5px !important;
}

.panel-title a {
    color: #333 !important;
    text-decoration: none !important;
}

div.panel a.incluye:before {
    content: "\f058";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: inherit;
    text-decoration: inherit;
    color: #04a4ff;
    float: left;
    margin-right: 5px;
    font-size: 15px;
}

div.panel a.soporte:before {
    content: "\f025";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: inherit;
    text-decoration: inherit;
    color: #04a4ff;
    float: left;
    margin-right: 5px;
    font-size: 15px;
}
.newspaper {
    margin-bottom: -50px;
}
.tabla-destacada .newspaper {
    margin-bottom: -55px;
}
.tabla-destacada .cont-list {
    padding: 5px 2px;
}

.tabla-destacada .ordernow {
    float: left;
    width: 100%;
    padding: 35px 0;
    background-color: #e3e3e3;
    text-align: center;
    color: #fff;
    border-radius: 0 0 5px 5px;
}
.tabla-destacada .cont-list {
    float: left;
    width: 100%;
    padding: 15px 5px;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    background-color: #f9f9f9;
    text-align: center;
    color: #727272;
}
.tabla-destacada .price {
    float: left;
    width: 100%;
    padding: 34px 0 20px 0;
    background-color: #365a73;
    text-align: center;
    font-size: 45px;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}
.tabla-destacada .title {
    float: left;
    width: 100%;
    padding: 20px 0 20px 0;
    margin-top: -10px;
    background-color: #19a0d9;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}
.tabla-destacada {
    position: relative;
    float: left;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .1);
}
.tabla-destacada button.trial1mes div span {
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    height: 40px!important;
    padding: 0.73em 0.125em!important;
}
.toggler {
    padding: 10px;
    margin: 0px;
    cursor: pointer!important;
}
.toggler {
    color: #ffffff;
    transition: .2s;
    font-weight: 300;
    font-size: 1.3em;
}
.toggle, .toggler {
    display: inline-block;
    vertical-align: middle;
    margin: 10px !important;
}
.toggler--is-active {
    color: #ffffff;
    background: #333;
    display: inline-block;
    text-align: center;
    border-radius: 10px;
    padding: 7px;
    text-decoration: none;
    font-size: 17px;
}
p.preciowp {
    text-align: center;
    font-weight: bold;
    line-height: 2.2em;
}
.pricing-tables {
    position: relative;
    float: left;
    border: 1px solid #eee;
    border-radius: 25px 25px 0 0;
}
.pricing-tables .title {
    float: left;
    width: 100%;
    padding: 12px 0 10px 0;
    background: -webkit-linear-gradient(left, #446c83, #4eb8bf);
    background-image: linear-gradient(left, #446c83, #4eb8bf);
    text-align: center;
    font-size: 18px;
    color: #fff;
    border-top: 3px solid #365a73;
    border-bottom: 1px solid #d6d6d6;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 20px 20px 0 0;
}
button.trial1mes, button.trial1mes div {
    transition: 0.6s cubic-bezier(.16,1,.3,1)!important;
}
button.trial1mes:hover div {
    transform: translateY(-66px)!important;
    line-height: 71px!important;
}
button.trial1mes {
    outline: 0!important;
    border: 0!important;
    display: flex!important;
    flex-direction: column!important;
    width: 100%;
    max-width: 100%;
    height: 40px!important;
    border-radius: 0;
    overflow: hidden!important;
    background: #365a73;
    background-color: #365a73;
}
button.trial1mes div {
    transform: translateY(0px)!important;
    width: 100%!important;
}
button.trial1mes div:nth-child(1) {
    background-color: #FFCC00;
}
button.trial1mes div span {
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    height: 40px!important;
    padding: 0.82em 0.125em!important;
}
button.trial1mes p {
    font-size: 0.5em!important;
    font-weight: 600!important;
    color: #ffffff!important;
    text-align: center!important;
    margin: 0 0 25px !important;
}
button.trial1mes div:nth-child(2) {
    background-color: #32ae45;
}
.compra2022 {
    font-family: inherit;
    background: #04a4ff;
    color: white;
    padding: 0.5em 1em!important;
    width: 100%!important;
    font-size: 17px;
    border: none;
    position: relative;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center!important;
    overflow: hidden;
    height: 40px;
    box-shadow: 0 0.625em 1em 0 rgb(12 43 110 / 11%);
}
.compra2022 .icon {
background: #32ae45;
margin-right: 1em;
height: 3em;
width: 3em;
position: absolute;
display: flex;
align-items: center;
justify-content: center;
left: 0em;
transition: all 0.5s;
}
.icon svg {
margin-left: 0em;
transition: all 0.5s;
color: #fff;
width: 1.5rem;
height: 1.5rem;
}
.compra2022:hover .icon svg {
transform: rotate(720deg);
}
.compra2022:hover .icon {
width: calc(100% - 0rem);
border-radius: 0em;
}
button, select {
    text-transform: uppercase !important;
}

        @media (max-width: 767px) {
            .tabla-precio {
                flex: 0 0 100%;
            }
        }
@media (max-width: 480px) {
    .toggler--is-active {
        background: #022268;
        color: #ffffff;
    }
}
@media (max-width: 480px) {
    .toggler {
        padding: 0px;
        border: 1px solid #a1a3a6 !important;
        border-radius: 22px !important;
        width: 95% !important;
        color: #393939FF;
        font-size: 2.1em;
        font-weight: 700;
    }
}
@media (max-width: 480px) {
    .toggle, .toggler {
        margin: 5px !important;
    }
}
@media (max-width: 480px) {
    .switchplanes {
        background: none !important;
        border: none;
        border-radius: 22px;
        -moz-border-radius: 22px;
        -webkit-border-radius: 22px;
        -o-border-radius: 22px;
        float: none;
        width: 100% !important;
        margin-bottom: 20px;
        text-align: center;
        padding: 0;
        height: auto;
        margin-top: 0;
    }
    .pricing-tables-helight, .pricing-tables {
        width: 100% !important;
        max-width: 350px;
        float: none;
        margin: auto;
        overflow: hidden;
        margin-bottom: 20px !important;
    }
}
@media (max-width: 769px) {
    
        .pricing-tables-helight, .pricing-tables {
        width: 100% !important;
        max-width: 350px;
        float: left;
        margin: auto 6px;
        overflow: hidden;
        margin-bottom: 20px !important;
    }
    .toggler--is-active {
    background: #022268;
    color: #ffffff;
}
.switchplanes {
    width: 70%;
}
}
div.panel a.incluye::after, div.panel a.soporte:after {
    content: "\f059";
    font-family: "FontAwesome";
    font-weight: 300!important;
    margin-left: 5px;
    color: #777;
    position: relative;
    top: -7px;
    font-size: 0.9em;
}

.Group_Button a {margin: 0px 20px 20px 0px; display: inline-block;}

@media (max-width:767px){
    .pricing-tables-helight, .pricing-tables{
        width: 100%!important; 
        max-width: 350px;
        float:none;
        margin: auto;
        overflow: hidden;
    }
}
.wa__btn_popup {
    bottom: 60px;
}
.wa__btn_popup .wa__btn_popup_txt {
    background-color: #000000;
    color: #ffffff;
    box-shadow: white;
}
/* Estado inicial: oculto */
.wa__btn_popup .wa__btn_popup_txt {
    display: none;
}

/* Estado al hacer hover: se muestra */
.wa__btn_popup:hover .wa__btn_popup_txt {
    display: block;
}

.botonnaranja:hover, 
.botonnaranja:focus, 
.botonnaranja:active {
    text-decoration: none !important;
    color: #fff !important;
    outline: none;
}
.botonnaranja:hover {
    text-decoration: none !important;
    color: #fff !important;
    transform: scale(1.03);    /* El botón crece un 3% */
    font-size: 17px;           /* El texto crece 1px */
    letter-spacing: 0.5px;     /* Las letras se separan un poquito para dar aire */
    filter: brightness(1.1);   /* Se ilumina ligeramente */
    box-shadow: 0 10px 20px rgba(0,0,0,0.2); /* Sombra de profundidad */
}
.single_partner_thumb img {
  width: 280px;
  height: 50px;
  object-fit: contain;
}
