/* 
-----------------------------------------------
NAVBAR 
-----------------------------------------------
*/

/*--- Main container ---*/
.navbar-weok{
    background-color: #1f1f24;
    height: 80px;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 10px;
    position: fixed;
    top: 20px;
    left: 6vh;
    right: 6vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
}
.navbar-weok-darkmode{
    background-color: white;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 10px;
    position: fixed;
    top: 20px;
    left: 100px;
    right: 100px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.menu-header-weok{
    display: flex;
    flex-direction: row;
    font-size: clamp(20px,10vw,18px);
    font-weight: bold;
    align-items: center;
    justify-content: center;
    position: relative;
}
.menu-weok{
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding-inline-start: 0;
    gap: 40px;
}
#dropdown-navbar{
    display: none;
    list-style: none;
    color: white;
    background-color: var(--secondary-color);
    padding-inline-start: 0;
    position: absolute;
    top: 3.5em;
    right: 0;
    padding: 1em;
    border-radius: 10px;
}
#dropdown-navbar-2{
    display: none;
    list-style: none;
    color: white;
    background-color: var(--secondary-color);
    padding-inline-start: 0;
    position: absolute;
    top: 3.5em;
    right: 0;
    padding: 1em;
    border-radius: 10px;
}
.dropdown-navbar-item{
    display: flex;
    gap: 1em;
    align-items: center;
    font-weight: 100;
    font-size: 1em;
    padding: .5em;
}
.dropdown-navbar-item-2{
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 100;
    font-size: 1em;
    padding: .5em;
}
#language-logo{
    cursor: pointer;
}
#burger-logo{
    cursor: pointer;
    margin: 10px;
}
.burger-logo-class{
    display: none;
}

/*--- Navbar: Left Container ---*/
.left-container-navbar-weok{
    display: flex;
    align-items: center;
    justify-content: left;
    flex-grow: 1;
    gap: 40px;
} 
#logo-navbar{
    cursor: pointer;
}

/*--- Navbar: Right Container ---*/
.right-container-navbar-weok{
    display: flex;
    align-items: center;
    justify-content: right;
    flex-grow: 1;
}
#menu-pop-up{
    position: fixed;
    display: none;
    width: 100%;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #1f1f24;
}
.item-menu-pop-up{
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 100;
    font-size: 1em;
    padding: .5em;
}
.item-menu-pop-up:hover{
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 100;
    font-size: 1em;
    padding: .5em;
    animation: hoverPopUp .5s ease forwards;
}
#button-popup{
    background-color: rgba(255, 255, 255, 0);
    border-color: #1f1f2400;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    padding: 40px;
}

/* 
-----------------------------------------------
FOOTER 
-----------------------------------------------
*/

.footer-weok{
    width: 100%;
    padding-top: 10vh;
    background-color: #1f1f24;
    display: flex;
    flex-direction: column;
}
.footer-row{
    width: 100%;
    display: flex;
    padding-bottom: 10vh;
    justify-content: space-between;
}
.footer-row-2{
    width: 100%;
    display: flex;
    justify-content: center;
}
.footer-column{
    display: flex;
    flex-direction: column;
    align-items: left;
    text-align: start;
    margin-left: 10vh;
    gap: 1em;
}
.footer-column-2{
    display: flex;
    margin-right: 10vh;
    justify-content: space-between;
    gap: 3em;
}
.footer-menu-weok{
    display: flex;
    flex-direction: column;
    align-items: baseline;
    gap: 2vh;
    list-style: none;
    padding-inline-start: 0;
    margin-block-start: 0;
    margin-block-end: 0;
}
.menu-footer-weok{
    display: flex;
    flex-direction: row;
    font-size: 15px;
}

/* 
-----------------------------------------------
GLOBAL ASSETS
-----------------------------------------------
*/

:root{
    --main-color: #7856FF;
    --secondary-color: #1f1f24;
    --mint-color: #57FFB9;
    --crimson-color: #FF7157;
}
.separador-horizontal{
    color: #1f1f24;
    opacity: 50%;
    width: 100%;
    margin-top: 3vh;
    margin-bottom: 3vh;
    padding: 0;
}
.button-weok{
    background-color: var(--main-color);
    font-size: clamp(.7em, 2vw, 20px);
    padding-right: clamp(10px, 5vw,30px);
    padding-left: clamp(10px, 5vw,30px);
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 200;
    color: white;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0);
    cursor: pointer;
    box-shadow: 0 0 20px 1px rgb(120, 86, 255, .5);
}
.column-weok-1{
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.column-weok-2{
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.column-ventaja{
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
h1{
    font-family: "Afacad", sans-serif;
    font-size: clamp(2em, 10vw, 150px);
    line-height: 1em;
    letter-spacing: -.03em;
    margin: 0;
    padding: 0;
    color: #1f1f24;
}
h2{
    font-family: "Afacad", sans-serif;
    font-size: clamp(1.5em, 7.5vw, 100px);
    line-height: 1em;
    margin: 0;
    padding: 0;
    color: #1f1f24;
}
h3{
    font-family: "Afacad", sans-serif;
    font-size: clamp(1em, 2vw, 1.2em);
    margin:0;
    padding: 0;
}
body{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: "Afacad", sans-serif;
    font-size: 22px;
    margin: 0;
    padding: 0;
}
p{
    font-family: "Afacad", sans-serif;
    font-size: clamp(12px, 4vw, 1em);
}

/* 
-----------------------------------------------
SECTIONS
-----------------------------------------------
*/

.hero-section{
    color: #1f1f24;
    width: 100%;
    height: 100vh;
    display: flex;
    position: relative;
    overflow: hidden;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0;
    gap: 1em;
    /* background: radial-gradient(211.50000000000003% 113.1% at -66.4% 35.9%,#F2EEFF 39.13195153221485%, #D2C7FF 51.424349881796694%,
    #B6A4FF 67.59505338573997%,var(--token-ee053477-e115-4fec-a5f5-cdc637ed6ddc,#9E86FF) 77.36876020980384%,#8162FF 90%, var(--main-color) 100%); */
}
#hero-bg{
    position: absolute;
    z-index: -1;
    width: 100%;
    opacity: .2; 
    margin: 0;
    padding-right: 20vh;
    padding-left: 20vh;
    padding-top: 15vh;
    padding-bottom: 15vh;
}
.regular-section{
    color: #1f1f24;
    width: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0;
}
.regular-section-pricing{
    color: #ffffff;
    background-color: #29292b;
    width: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0;
}
.grid-1{
    display: flex;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 5px 0 rgb(0, 0, 0, .3);
}
.grid-1-column-1{
    background-color: var(--secondary-color);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    margin: 0;
    padding: clamp(1vh, 1.5vh, 1.6vh);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.grid-1-column-2{
    width: 100%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin: 0;
    padding: clamp(1vh, 4vh, 5vh);
    background-color: #efebfc;
}
.grid-1-column-row{
    display: flex;
}
.bento-grid-1-column-2{
    color: #1f1f24;
    position: relative;
    display: flex;
    gap: 2em;
    margin: 0;
}
.bento-grid-column-column{
    background: rgb(255, 255, 255);
    border-radius: 10px;
    border: 1px solid rgb(31, 31, 36, .2);
    position: relative;
    width: 50%;
}
.responsive-mobile{
    display: none;
}
.inner-regular-section{
    color: #1f1f24;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: clamp(5vh, 10vh, 10vh);
    padding-bottom: clamp(5vh, 10vh, 10vh);
    padding-left: clamp(10px, 20vh, 40vh);
    padding-right: clamp(10px, 20vh, 40vh);
}
.regular-section-2{
    color: #1f1f24;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding-left: clamp(10px, 10vh, 20vh);
    padding-right: clamp(10px, 10vh, 20vh);
    align-items: center;
}
.caracteristicas-section{
    color: #1f1f24;
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 2em;
    margin: 0;
    padding-top: 10vh;
}
.ventajas-section{
    display: flex;
    flex-direction: column;
    gap: 4em;
    margin: 0;
    padding-right: 20vh;
    padding-left: 20vh;
    padding-top: 15vh;
    padding-bottom: 15vh;
    justify-content: center;
    align-items: center;
}
.ventajas-container{
    background-color: white;
    color: var(--main-color);
    display: flex;
    gap: 4em;
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 1em;
    padding-bottom: 1em;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    list-style: none;
}
#ventaja-single-container-1{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#ventaja-single-container-2{
    width: 100%;
    display: none;
    align-items: center;
    justify-content: center;
}
#ventaja-single-container-3{
    width: 100%;
    display: none;
    align-items: center;
    justify-content: center;
}
#ventajas-item-1{
    color: white;
    margin: 0;
    padding: 0;
    cursor: pointer;
    display: none;
}
#ventajas-item-2, #ventajas-item-3, #ventajas-item-4{
    color: white;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
#ventajas-item-1-active{
    background-color: rgb(120, 86, 255, .1);
    border: 1px solid var(--main-color);
    margin-left: -2em;
    padding-left: 2em;
    margin-right: -2em;
    padding-right: 2em;
    margin-top: -1em;
    padding-top: 1em;
    margin-bottom: -1em;
    padding-bottom: 1em;
    border-radius: 10px;
    display: flex;
}
#ventajas-item-2-active, #ventajas-item-3-active{
    background-color: rgb(120, 86, 255, .1);
    border: 1px solid var(--main-color);
    margin-left: -2em;
    padding-left: 2em;
    margin-right: -2em;
    padding-right: 2em;
    margin-top: -1em;
    padding-top: 1em;
    margin-bottom: -1em;
    padding-bottom: 1em;
    border-radius: 10px;
    display: none;
} 
.bento-grid{
    /*background: rgb(255, 255, 255);
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.2);*/
    border: 1px solid #dadce0;
    border-radius: 10px;
    position: relative;
}
.bento-grid-testimonio{
    border: 1px solid rgb(31, 31, 36, .1);
    border-radius: 10px;
    text-align: left;
    width: 30%;
}
.inner-top-container-bento-grid{
    display: flex; 
    align-items: center; 
    gap: 10px;
}
.top-container-bento-grid{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:first baseline;
    text-align: left;
    padding: 3vh;
    p{
        margin: 0;
    }
}
.top-container-bento-grid-2{
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background-color: rgb(245, 245, 245);
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
}
.bottom-container-bento-grid{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:first baseline;
    text-align: left;
    padding: 3vh;
    p{
        margin: 0;
    }
}
.testimonios-grid{
    padding-top: clamp(2vw, 5vw, 10vw);
    display: flex;
    flex-wrap: nowrap;
    gap: 4vw;
}
#inner-container-testimonios{
    display: flex;
    align-items: center;
    gap: 1em;
}
.logo-section{
    width: 100%;
    overflow: hidden;
}
.ilustracion-section-3{
    margin-top: clamp(5vh, 7vh, 10vh);
    border: 1px solid rgb(31, 31, 36, .1);
    padding: clamp(2vw, 4vw, 4vh);
    border-radius: 10px;
    background-image: linear-gradient(to right, rgb(235, 230, 255), #ffece8);
    box-shadow: inset 0 0 3px 0 rgb(0, 0, 0, .2);
    p{
        color: #c9c3dd;
    }
}

/*--- Free Trial ---*/
#bento-cta{
    display: flex;
    position: relative;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    gap: 2em;
    padding: clamp(5vw, 6vw, 15vw);
    border-radius: 20px;
    background: linear-gradient(0deg, rgb(120, 86, 255,.4) 0%, rgb(120, 86, 255, .5) 35%, #7856FF 100%);
}

/* 
-----------------------------------------------
HORIZONTAL LOOP
-----------------------------------------------
*/

#logos-section{
    overflow: hidden;
    width: 100%;
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 25%, rgb(0, 0, 0) 75%, rgba(0, 0, 0, 0) 100%);
}
.horizontal-loop{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    flex-shrink: 0;
    animation: mover 40s linear infinite;
}
.empresas{
    display: flex;
    padding: clamp(5vw, 7vw, 10vw);
    width: 4100px;
    gap: 100px;
}

@mixin white-gradient {
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
}

/* 
-----------------------------------------------
ANIMATIONS
-----------------------------------------------
*/

/*--- Mueve el elemento de derecha a izquierda ---*/
@keyframes mover{
    0% {
        transform: translateX(0);
    }
    
    100%{
        transform: translateX(-2050px);
    }
}

@keyframes moverVert{
    0%{
        transform: translateY(0);
    }
    100%{
        transform: translateY(-100%);
    }
}
@keyframes zoomHeroImg {
    0%{
        transform: scale(1);
    }
    50%{
        transform: scale(2);
    }    
    100%{
        transform: scale(1);
    }
}
@keyframes hoverPopUp {
    from{
        transform: scale(1);
    }
    to{
        transform: scale(1.2);
    }
}



/*--- FAQ ---*/
.pregunta-faq{
    display: flex;
    width: 100%;
    align-items: left;
    justify-content: left;
    text-align: left;
    padding-top: 5vh;
    padding-bottom: 5vh;
    gap: 1em;
}
.faq-grid{
    display: flex;
    flex-direction: column;
    width: 100%;
}
#texto-faq-1, #texto-faq-2, #texto-faq-3, #texto-faq-4, #texto-faq-5, #texto-faq-6, #texto-faq-7, #texto-faq-8, #texto-faq-9{
    display: none;
}
#button-faq-1, #button-faq-2, #button-faq-3, #button-faq-4, #button-faq-5, #button-faq-6, #button-faq-7, #button-faq-8, #button-faq-9{
    cursor: pointer;
}



/* 
-----------------------------------------------
PRICING
-----------------------------------------------
*/

/*--- Tabla ---*/
.table-weok{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(15, 1fr);
    text-align: center;
    justify-content: center;
    padding-left: 20vh;
    padding-right: 20vh;
    padding-top: 15vh;
    padding-bottom: 15vh;
}
.column-table-weok{
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-table-weok{
    font-weight: bold;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px;
    color: white;
}
.menu-header-weok-tabla{
    display: flex;
    flex-direction: row;
    font-size: clamp(20px,10vw,18px);
    font-weight: bold;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 5vw;
    border: 1px solid white;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
}
.menu-tabla-responsive{
    display: none;
}

/*--- Planes ---*/
.planes-flex{
    display: flex;
    align-items: end;
    position: relative;
    gap: 4em;
    p{
        color: white;
    }
    h2{
        color: white;
        font-size: 1.5em;
        margin: 0;
        padding: 0;
    } 
    padding-top: 15vh;
}
.plan-royal{
    display: flex;
    flex-direction: column;
    align-items: start;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
    border: 1px solid rgba(255, 255, 255, .2);
    box-shadow: 0 0 20px 0 rgb(120, 86, 255, .5);
    background-color: var(--main-color);
    border-radius: 10px;
    padding: 1.5em;
}
.plan-free{
    display: flex;
    flex-direction: column;
    align-items: start;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 1.5em;
}
.plan-crimson{
    display: flex;
    flex-direction: column;
    align-items: start;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;    
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 1.5em;
}
.caracteristicas-plan{
    display: flex;
    text-align: left;
    p{
        margin: 0;
        padding: 0;
        font-size: 16px;
    }
    align-items: center;
    gap: 1em;
    padding-top: .5em;
}

@supports(-webkit-appearance: none) or (-moz-appearance: none) {
    input[type='checkbox']{
      --active: var(--main-color);
      --active-inner: #fff;
      --focus: 2px rgba(39, 94, 254, .3);
      --border: #BBC1E1;
      --border-hover: var(--main-color);
      --background: #fff;
      --disabled: #F6F8FF;
      --disabled-inner: #E1E6F9;
      -webkit-appearance: none;
      -moz-appearance: none;
      height: 21px;
      outline: none;
      display: inline-block;
      vertical-align: top;
      position: relative;
      margin: 0;
      cursor: pointer;
      border: 1px solid var(--bc, var(--border));
      background: var(--b, var(--background));
      transition: background .3s, border-color .3s, box-shadow .2s;
      &:after {
        content: '';
        display: block;
        left: 0;
        top: 0;
        position: absolute;
        transition: transform var(--d-t, .3s) var(--d-t-e, ease), opacity var(--d-o, .2s);
      }
      &:checked {
        --b: var(--active);
        --bc: var(--active);
        --d-o: .3s;
        --d-t: .6s;
        --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
      }
      &:disabled {
        --b: var(--disabled);
        cursor: not-allowed;
        opacity: .9;
        &:checked {
          --b: var(--disabled-inner);
          --bc: var(--border);
        }
        & + label {
          cursor: not-allowed;
        }
      }
      &:hover {
        &:not(:checked) {
          &:not(:disabled) {
            --bc: var(--border-hover);
          }
        }
      }
      &:focus {
        box-shadow: 0 0 0 var(--focus);
      }
      &:not(.switch) {
        width: 21px;
        &:after {
          opacity: var(--o, 0);
        }
        &:checked {
          --o: 1;
        }
      }

    }
    input[type='checkbox'] {
      &:not(.switch) {
        border-radius: 7px;
        &:after {
          width: 5px;
          height: 9px;
          border: 2px solid var(--active-inner);
          border-top: 0;
          border-left: 0;
          left: 7px;
          top: 4px;
          transform: rotate(var(--r, 20deg));
        }
        &:checked {
          --r: 43deg;
        }
      }
      &.switch {
        width: 38px;
        border-radius: 11px;
        &:after {
          left: 2px;
          top: 2px;
          border-radius: 50%;
          width: 15px;
          height: 15px;
          background: var(--ab, var(--border));
          transform: translateX(var(--x, 0));
        }
        &:checked {
          --ab: var(--active-inner);
          --x: 17px;
        }
        &:disabled {
          &:not(:checked) {
            &:after {
              opacity: .6;
            }
          }
        }
      }
    }
  }
  html {
    box-sizing: border-box;
  }
  
  * {
    box-sizing: inherit;
    &:before,
    &:after {
      box-sizing: inherit;
    }
}

/* 
-----------------------------------------------
CONTACTO
-----------------------------------------------
*/
form {
    display: flex;
    flex-direction: column;
    justify-content: baseline;
    align-items: start;
    text-align: left;
    min-width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
  }

label, input, textarea {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

input[type="submit"] {
    background-color: var(--main-color);
    color: white;
    border: none;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 0;
    cursor: pointer;
}

.checkbox-container {
    display: flex;
    align-items: center;
}

.checkbox-container input[type="checkbox"] {
    margin-right: 10px;
    border-radius: 100px;
}

/* 
-----------------------------------------------
RESPONSIVE HOME
-----------------------------------------------
*/
@media(max-width: 759px) {
    .caracteristicas-section{
        color: #1f1f24;
        position: relative;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(9, 1fr);
        gap: 2em;
        margin: 0;
        padding-top: 10vh;
    }
}
/* @media(max-width: 510px) {
    .navbar-weok{
        display: flex;
        flex-direction: column;
        height: auto;
        padding: 15px;
    }
    .left-container-navbar-weok{
        height: 50%;
    }
    .right-container-navbar-weok{
        height: 50%;
    }
    ul{
        margin: 0;
    }
    #dropdown-navbar{
        top: 6em;
    }
    #dropdown-navbar-2{
        top: 6em;
    }
    .hero-section{
        padding-left: 5vh;
        padding-right: 5vh;
    }
    .regular-section-2{
        padding-left: 5vh;
        padding-right: 5vh;
    }
    .bento-grid-1-column-2{
        display: flex;
        flex-direction: column;
    }
    .grid-1-column-row{
        align-items: center;
    }
    .bento-grid-column-column{
        width: 100%;
    }
} */
@media(min-width: 760px) and (max-width: 1240px){
    .caracteristicas-section{
        color: #1f1f24;
        position: relative;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(5, 1fr);
        gap: 2em;
        margin: 0;
        padding-top: 10vh;
    }
}
@media(max-width: 1240px){
    .inner-regular-section{
        width: 100%;
        padding-left: clamp(10px, 10vw, 20vw);
        padding-right: clamp(10px, 10vw, 20vw);
        padding-top: clamp(5vh, 10vh, 10vh);
        padding-bottom: clamp(5vh, 10vh, 10vh);
    }
    .bento-grid-1-column-2{
        display: flex;
        flex-direction: column;
    }
    .inner-top-container-bento-grid{
        display: flex;
        flex-direction: column; 
        align-items: baseline;
        gap: 10px;
    }
    .bento-grid-column-column{
        width: 100%;
        flex-grow: 1;
    }
    .responsive-mobile{
        display: flex;
    }
    .responsive-desktop{
        display: none;
    }
    
}

@media(min-width: 961px) and (max-width: 1560px){
    .testimonios-grid{
        padding-top: clamp(2vw, 5vw, 10vw);
        display: flex;
        flex-wrap: wrap;
        gap: 4vw;
        align-items: start;
        justify-content: center;
    }
    .bento-grid-testimonio{
        width: 40%;
    }
}
@media(max-width: 960px){
    .testimonios-grid{
        padding-top: clamp(2vw, 5vw, 10vw);
        display: flex;
        flex-wrap: wrap;
        gap: 4vw;
        align-items: center;
        justify-content: center;
    }
    .bento-grid-testimonio{
        width: 80%;
    }
}
@media(max-width: 960px){
    .footer-row{
        width: 100%;
        display: flex;
        flex-direction: column;
        padding-bottom: 10vh;
        justify-content: space-between;
        gap: 2em;
    }
    .footer-column{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0;
        gap: 0;
    }
    .footer-column-2{
        display: flex;
        margin-right: 0;
        justify-content: center;
        gap: 2em;
    }
}
/* 
-----------------------------------------------
RESPONSIVE PRICING
-----------------------------------------------
*/
@media(min-width: 721px) and (max-width: 980px){
    .planes-flex{
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: start;
        position: relative;
        gap: 2em;
        padding: clamp(5vw, 6vw, 10vw);
        p{
            color: white;
        }
        h2{
            color: white;
            font-size: 1.5em;
            margin: 0;
            padding: 0;
        }
    }
    .plan-free{
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 0;
        border: 1px solid rgba(255, 255, 255, 0.1);
        background-color: rgba(255, 255, 255, 0.1);
        border-radius: 10px;
        padding: 1.5em;
        width: 100%;
        align-items: start;
    }
    .plan-crimson{
        display: flex;
        flex-direction: column;
        width: 100%;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 0;    
        border: 1px solid rgba(255, 255, 255, 0.1);
        background-color: rgba(255, 255, 255, 0.1);
        border-radius: 10px;
        padding: 1.5em;
        align-items: start;
    }
    .plan-royal{
        display: flex;
        width: 100%;
        flex-direction: column;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 0;
        border: 1px solid rgba(255, 255, 255, .2);
        box-shadow: 0 0 20px 0 rgb(120, 86, 255, .5);
        background-color: var(--main-color);
        border-radius: 10px;
        padding: 1.5em;
        align-items: start;
    } 
    .caracteristicas-plan{
        display: flex;
        p{
            margin: 0;
            padding: 0;
            font-size: 16px;
        }
        align-items: center;
        gap: 1em;
        padding-top: .5em;
    }
}
@media(max-width: 980px){
    #column-2, #column-3{
        display: none;
    }
    .table-weok{
        display: none;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(15, 1fr);
        text-align: center;
        justify-content: center;
        padding-left: 20vh;
        padding-right: 20vh;
        padding-top: 15vh;
        padding-bottom: 15vh;
    }
    .menu-tabla-responsive{
        display: none;
    }
}

@media(max-width: 720px){
    .planes-flex{
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: start;
        position: relative;
        gap: 2em;
        padding: clamp(5vw, 6vw, 10vw);
        p{
            color: white;
        }
        h2{
            color: white;
            font-size: 1.5em;
            margin: 0;
            padding: 0;
        }
    }
    .plan-free{
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 0;
        border: 1px solid rgba(255, 255, 255, 0.1);
        background-color: rgba(255, 255, 255, 0.1);
        border-radius: 10px;
        padding: 1.5em;
        width: 100%;
        align-items: start;
    }
    .plan-crimson{
        display: flex;
        flex-direction: column;
        width: 100%;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 0;    
        border: 1px solid rgba(255, 255, 255, 0.1);
        background-color: rgba(255, 255, 255, 0.1);
        border-radius: 10px;
        padding: 1.5em;
        align-items: start;
    }
    .plan-royal{
        display: flex;
        width: 100%;
        flex-direction: column;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 0;
        border: 1px solid rgba(255, 255, 255, .2);
        box-shadow: 0 0 20px 0 rgb(120, 86, 255, .5);
        background-color: var(--main-color);
        border-radius: 10px;
        padding: 1.5em;
        align-items: start;
    } 
    .caracteristicas-plan{
        display: flex;
        p{
            margin: 0;
            padding: 0;
            font-size: 16px;
        }
        align-items: center;
        gap: 1em;
        padding-top: .5em;
    }
}





@media(max-width: 880px) {

    .responsive-880{
        display: none;
    }
    .menu-weok{
        gap: 0em;
        justify-content: space-around;
    }
    #language-logo{
        margin: 10px;
    }
    .burger-logo-class{
        display: flex;
    }
}
@media(max-width: 1070px){

}