html {
    padding: 0;
    margin: 0;
    background-color: #F0F0F0;
}
body {
    padding: 0;
    margin: 0;
    font-family: 'Figtree';
}

#app {
    background: url("../images/home.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #F0F0F0;
    height: 100%;
    padding: 0;
    margin: 0;
}

.reg-background {
    background-position: center center !important;
}
.container {
    max-width: 100vw;
    max-height: 100hw;
    padding:0px !important;
    /*margin-top: -24px !important;*/
 }
 
.red-card {
    border: 1px solid #33A0A0; 
    border-radius: 12px;
}
.container-tab {
    display:flex;
    align-items: center;
    color: #030712;
    background-color: transparent;
    border: transparent;
    border-radius: 40px;
    font-size: 24px;
    font-family: 'Figtree';
    line-height: 32px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    font-weight: 500;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-transform: none !important;
    align-items: center;
    justify-content: center;
}
.container-tab-short {
    width: auto !important;
}
.v-dialog__content--active {
    scrollbar-width: thin !important;
}

.dialog {
    max-width: 50%;
}
.dialog-round {
    border-radius: 30px;
}
.selected-tab {
    color: #FAFAFA !important;
    background-color: #DC2626 !important;
    border: #DC2626 !important;
    padding: 8px 20px 8px 20px;
}


.dot8 {
    width: 8px;
    height: 8px;
    background-color: #FAFAFA;
    color: transparent;
    border-radius: 8px;    
    margin-left: 5px;
}

.input-box {
    padding: 12px 10px 12px 12px;
    gap: 10px;
    border-radius: 16px;
    border: 1px;
    opacity: 0px;    
    background-color: #F3F4F6;
    width: 100%;
}

.input-text {
    font-size: 20px;
    font-family: 'Figtree';
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #030712;
}
.submit-button {
    width: 100%;
    /*padding: 12px 12px 12px 12px;*/
    gap: 24px;
    border-radius: 16px;
    border: 3px 0px 0px 0px;
    opacity: 0px;
    text-transform: none;
}
.button-short {
    width: auto !important;
}
.button-hightest {
    /*padding: 16px 12px 16px 12px !important;*/
    border: 0px !important;
}
.border-button {
    border-radius: 50px !important;
    border-width: 2px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
}
.main-text {
    font-weight: 500;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0%;
    font-family: 'Figtree';
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #4D4D4D;
    text-shadow: 0px 4px 20px 0px #00000040;
}
.main-text span {
    font-weight: 600;
}
.text-white {
    color: #FAFAFA;
    margin-right: 5px;
    font-size: 16px;
    font-family: 'Figtree';
    line-height: 19.2px;
}
.text-gray {
    color: #030712;
    margin-right: 5px;
    font-size: 16px;
    font-family: 'Figtree';
    line-height: 19.2px;
}

.text-green {
    color: #00BCFF;
    margin-right: 5px;
    font-size: 16px;
    font-family: 'Figtree';
    line-height: 19.2px;
}

.access-box .item-text {
    color: #FAFAFA;
    font-family: Figtree;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;    

}
.access-box .item-text span {
    font-weight: 600 !important;
}

.access-box .item-text .email {
    font-style: italic !important;
}
.access-box .fixed-col {
    width: 50px;
}

.access-box .text-col {
    padding-left: 0px !important;
    margin-left: 0px !important;
    padding-right: 0px !important;
    margin-right: 0px !important;
}

.red-box .fixed-col {
    width: 50px;
}

.red-box .text-col {
    padding-left: 0px !important;
    margin-left: 0px !important;
    padding-right: 0px !important;
    margin-right: 0px !important;
    font-family: Figtree;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    color:#F0F0F0;
    font-style: italic;

}
.red-box .spacing-top {
    margin-top: 10px;
}
.red-box .text-col span {
    font-weight: 600 !important;
}

.register-title {
    font-size: 16px !important;
}
.register-text {
    font-family: Figtree;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #030712;
}

.text-black {
    color: black !important;
    font-size: 20px;
    font-family: 'Figtree';
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.round-container {
    background-color: #030712;
    border-radius: 50px;
    padding-top: 12px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 12px;
}
.round-white-container {
    background-color: transparent;
    border-radius: 50px;
    border: 2px solid #F3F4F6; 
    padding: 12px;
}
.text-blue {
    color: #0284C7;
}
.forget-text {
    font-size: 16px;
    font-family: 'Figtree';
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
a.black-link {
    color: #030712;
    font-size: 16px;
    font-family: 'Figtree';
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-decoration: none;
}
a.black-link:link {
    color: #030712;
}
a.black-link:hover {
    color: #030712;
}
  
/* selected link */
a.black-link:active {
    color: #030712;
}
a.black-link:visited {
    color: #030712;
}
.remember-text .v-label {
    font-size: 12px;
    font-family: 'Figtree';
    line-height: 16px;
    font-weight: 400;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.remember-text .v-checkbox{
    margin-top: -20px;
}
.white-box {
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 30.65px;
    padding: 8px 14px;
}
.white-box .logo {
    max-width: 347px;
    max-height: 47px;
}
#access-box {
    border-radius: 16px;
    border: 1px 0px 0px 0px;
    padding-top: 43px;
    padding-bottom: 43px;
    padding-left: 24px;
    padding-right: 24px;
}
#access-card-box {
    border-radius: 16px;
    border: 1px 0px 0px 0px;
}
.card-height {
    max-height: 280px;
}
.altura {
    height: 300px;

}
.access-title {
    color: #FFFFFF;
    font-size: 64px;
    font-family: 'Figtree';
    font-weight: 400;
    line-height: 64px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.access-title span {
    font-weight: 600 !important;
}

.mt-112 {
    margin-top: 3rem !important;
}

#view-more-button {
    padding: 28px 12px 28px 12px !important;
    border-radius: 40px !important;
    opacity: 0px !important;
}

.scale-x {
    padding-right: calc(22px + 1px) !important;
    padding-left: calc(22px + 1px) !important;
}
.scale-y {
    padding-top: calc(22px + 1px) !important;
    padding-bottom: calc(22px + 1px) !important;
}
.non-backgroun {
    background: transparent !important;
}


.mx-96 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
}

.px-96 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
}

.mx-100 {
    margin-left: 4.7rem !important;
    margin-right: 4.7rem !important;
}

.card-size {
    padding: 20px;
}

.ffff-box {
    width:300px;
    height:176px;
    background: white;
    border-radius: 70px 24px 24px 24px;
    box-shadow: 0px 4px 20px 0px #0000001A;
}
.video-title {
    font-family: Figtree;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;    
}
.video-title span {
    font-weight: 600;
}

.red-box {
    padding: 20px;
    background: #C92123;
    border-radius: 40px 24px 24px 24px;
}

.red-box .spacing {
    padding-top: 25px;
    padding-bottom: 100px;
}

.red-box .spacing span {
    font-size: 28px;
    font-family: 'Figtree';
    font-weight: 400;
    line-height: 39.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #F0F0F0;
}
.red-box span span {
    font-weight: 500 !important;
}
.red-box .round-white-container {
    padding: 12px 14px 12px 14px;
}

.no-background-hover::before {
    background-color: transparent !important;
}
.v-btn:before {
    opacity: 0 !important;
}  
.v-ripple__container {
    opacity: 0 !important;
}

.mt-nX {
    margin-top: -14rem !important;
}
#home-img::before {
    --opacidad-negro: 0.5;
    background-image: linear-gradient(rgba(0, 0, 0, var(--opacidad-negro)), rgba(0, 0, 0, var(--opacidad-negro)));
}
.button-disable {
    pointer-events: none;
}
.bg-blue {
    background: green;
}
.whole-height {
    height: 100%;
}
.top {
    position: relative; 
}
.bottom {
    position: absolute; 
    bottom: 32px; 
}
.iva {
    font-size: 10px !important;
    font-family: 'Figtree' !important;
}
.radio-precio-text label {
    font-size: 12px !important;
    font-family: 'Figtree' !important;
}
.que-es .title {
    font-size: 32px !important;
    font-family: 'Figtree' !important;
    font-weight: 500 !important;
    line-height: 40px !important;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #030712;
}
.que-es .oval {
    border: 2px solid #D1D5DB; 
    border-radius: 50px;
    padding: 14px 10px;
    gap: 10px;
    opacity: 0px;
    transform:rotate(45deg)
}
.que-es .oval .v-image {
    transform:rotate(-45deg)
}
.que-es p {
    font-size: 40px;
    font-family: 'Figtree';
    font-weight: 400;
    line-height: 48px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #030712; 
}
.que-es p span {
    font-weight: 600;
}
.que-es .items {
    font-family: Figtree;
    font-size: 24px;
    font-weight: 400;
    line-height: 33.6px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #030712;
}

.que-es .items .item-text {
    height: 100%;
    border-left: 1px solid #D1D5DB;
    padding-left: 12px;
}

.que-es .items .bold {
    font-weight: 700 !important;
}
.que-es .items .fixed-col {
    width: 50px;
}


.blue-box {
    max-width: 38px;
    max-height: 38px;
    min-width: 38px;
    min-height: 38px;
    padding: 8px;
    border-radius: 50px;
    opacity: 0px;
    background-color: #0284C7;
}
.que-es .items .left {
    float:left;
    height: 100%;
    padding-right: 20px;
}
.que-es .items .divider {
    border-left: 1px solid #D1D5DB;
    height: 100%;
    padding-left: 1px;
}
.que-es .items .right {
    height: 100%;
    clear: right;
}

.section-access {
    max-height: 90%;
    border-radius: 50px;
}

.modal {
    gap: 12px;
    opacity: 0px;
}

.licencia {
    width: 50%;
    padding: 8;
    gap: 0px;
    border-radius: 30px;
    opacity: 0px;
}
.modal .video {
    width: 50%;
    height: 30%;
    padding: 8;
    gap: 0px;
    border-radius: 30px;
    opacity: 0px;
}
.modal .title {
    font-family: Figtree;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #030712;
}
.modal .text {
    font-family: Figtree;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #030712;
}
.modal .text span {
    font-weight: 600 !important;
}
.background {
    background: "#F0F0F0";
}

/* Scroll bar stylings */
::-webkit-scrollbar {
    width: 5px;
    height: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: var(--lightestgrey); 
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888; 
    border-radius: 5px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }


@media screen and (max-width: 320px) {
    .access-box .item-text {
        font-size: 12px;
    }    
    .red-box .text-col {
        font-size: 12.72px;
        font-weight: 500;
        line-height: 140%;
    }

    .que-es .items {
        font-size: 16px;
        line-height: 20px;
    }
    .que-es p {
        font-size: 32px;
        line-height: 38.4px;  
    }
    .mx-96 {
        margin-left: 1.2rem !important;
        margin-right: 1.2rem !important;
    }
    
    .px-96 {
        padding-left: 1.2rem !important;
        padding-right: 1.2rem !important;
    }

    .main-text {
        font-size: 36px;
        font-weight: 500;
        line-height: 120%;
    }
    .text-black {
        font-size: 16px;
        font-weight: 400;
        line-height: 16px;
    }
    .access-title {
        font-size: 40px;
        font-weight: 400;
        line-height: 48px;
    }
    .access-title span {
        font-weight: 500;
    }

    .red-box .spacing span {
        font-size: 20px;
        font-weight: 400;
        line-height: 28px;
    }

    .white-box .logo {
        max-width: 181px;
        max-height: 25px;
    }
    .dialog {
        max-width: 90%;
    }
    .card-height {
        max-height: auto;
    }
    .reg-background {
        background-position: 20% center !important;
    }   
}
@media screen and (max-width: 767px) and (min-width: 320px) {
    .access-box .item-text {
        font-size: 12px;
    } 
    .red-box .text-col {
        font-size: 12.72px;
        font-weight: 500;
        line-height: 140%;
    }

    .que-es .items {
        font-size: 16px;
        line-height: 20px;
    }
    .que-es p {
        font-size: 32px;
        line-height: 38.4px; 
    }

    .mx-96 {
        margin-left: 1.25rem !important;
        margin-right: 1.25rem !important;
    }
    
    .px-96 {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important;
    }

    .main-text {
        font-size: 36px;
        font-weight: 500;
        line-height: 120%;
    }
    .text-black {
        font-size: 16px;
        font-weight: 400;
        line-height: 16px;
    }
    .access-title {
        font-size: 40px;
        font-weight: 400;
        line-height: 48px;
    }
    .access-title span {
        font-weight: 500;
    }

    .white-box .logo {
        max-width: 181px;
        max-height: 25px;
    }
    .mt-nX {
        margin-top: -6rem !important;
    }
    .dialog {
        max-width: 90%;
    }
    .card-height {
        max-height: 100%;
    }
    .reg-background {
        background-position: 20% center !important;
    }
}

@media screen and (max-width: 992px) and (min-width: 767px) {

    .red-box .text-col {
        font-size: 12.72px;
        font-weight: 500;
        line-height: 140%;
    }

    .mx-96 {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important;
    }
    
    .px-96 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }

    .main-text {
        font-size: 36px;
        font-weight: 500;
        line-height: 120%;
    }
    .text-black {
        font-size: 16px;
        font-weight: 400;
        line-height: 16px;
    }
    .access-title {
        font-size: 40px;
        font-weight: 400;
        line-height: 48px;
    }
    .access-title span {
        font-weight: 500;
    }

    .selected-tab {
        padding: 8px;
    }
    .mt-nX {
        margin-top: -6rem !important;
    }
    .dialog {
        max-width: 70%;
    }
    
    .white-box .logo {
        max-width: 278px;
        max-height: 38px;
    }
    .card-height {
        max-height: 100%;
    }
    .reg-background {
        background-position: 25% center !important;
    }
}
@media screen and (max-width: 1440px) and (min-width: 992px) {
    .mx-96 {
        margin-left: 2.5rem !important;
        margin-right: 2.5rem !important;
    }
    
    .px-96 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }

    .mt-nX {
        margin-top: -8em !important;
    }
    .reg-background {
        background-position: 30% center !important;
    }
}