@import url('https://use.typekit.net/odg2ttd.css');

/* fallback */
@font-face {
    font-family: 'Material Symbols Outlined';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v75/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1n-q_4MrImHCIJIZrDCvHOej.woff2) format('woff2');
  }
  
  .material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
  }
  
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: "europa", sans-serif;
}

.body_login {
    background: var(--color-white) url(../img/Grupo_2375.png);
}

.text .not_des {
    margin: 0;
    margin-left: 10px;
}

.hiddendiv, .recovery_img2 {
    display: none;
}

.form_register .inp, .form_register .select2-container {
    height: 55px;
}

.form_register .select2-container .select2-selection {
    border-radius: 26px !important;
    padding: 7px 20px !important;
    height: 100% !important;
}

.form_register .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 4px;
}

.form_register .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    right: 12px !important;
}

.loader {
    width: 80px;
    min-width: 80px;
    margin-top: 20vh;
}

.body_login {
    height: auto;
    min-height: 100vh;
    display: grid;
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr;
}

.body {
    position: relative;
    min-height: 100vh;
    height: auto;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto;
}

.body_enterprice {
    margin: 0 auto;
    max-width: 85%;
    min-height: 100vh;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto;
    justify-content: space-between;
}

.main_login {
    display: grid;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.main_enterprice {
    height: 100%;
    width: 100%;
    grid-column: span 2;
    padding: 2vw 0;
}

.ctn_login {
    width: 620px;
    max-width: 90vw;
}

.ctn_logo_login {
    text-align: center;
    margin-bottom: 40px;
}

.ctn_form_login {
    box-shadow: 0px 3px 22px var(--color-box-shadow);
    border-radius: 10px;
    padding-bottom: 35px;
    margin-bottom: 50px;
    background-color: var(--color-white);
}

.invalid-feedback {
    position: relative;
    left: 15px;
    bottom: 15px;
}

.list_form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 60px;
}

.list_forms {
    display: block;
    text-align: center;
    padding: 20px;
    color: var(--color-gray-1);
    font-size: 20px;
    box-shadow: inset 0 -1px 15px var(--color-box-shadow);
    border-radius: 10px 0 0 0;
    cursor: pointer;
}

.list_forms.list_forms2 {
    border-radius: 0 10px 0 0 !important;
}

.list_forms.active_list {
    box-shadow: none;
    border-radius: none;
}

.form-control:focus, .ctn-form .active, input.active, select.active, textarea.active {
    border: 1px solid var(--color-green-1) !important;
    box-shadow: none !important;
    outline: none;
}

.ctn-form .form_login {
    margin: 0;
    width: 80%;
    margin: 0 auto;
}

.ctn_input {
    position: relative;
    height: 45px;
}

.inp {
    height: 100%;
    border: 2px solid var(--color-gray-2) !important;
    border-radius: 23px !important;
    outline: none;
    padding: 15px 20px 5px !important;
    color: var(--color-gray-1) !important;
}

.ctn_input .label_inp {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font: normal normal normal 14px/18px Europa;
    left: 35px;
    color: var(--color-gray-1);
    transition: all .5s ease;
}

.dis {
    pointer-events: none;
    cursor: no-drop !important;
    background-color: var(--color-green-1);
    opacity: .6;
}

.active + .label_inp {
    font: normal normal normal 12px/15px Europa;
    color: var(--color-green-1) !important;
    top: 8px !important;
    left: 30px;
    transition: all .5s ease;
}

.select2-hidden-accessible ~ .label_inp {
    display: none;
}

.select2-hidden-accessible.active ~ .label_inp {
    display: block;
    font: normal normal normal 12px/15px Europa;
    color: var(--color-green-1) !important;
    top: 8px !important;
    left: 30px;
    transition: all .5s ease;
}

.indicative_country ~ .label_inp {
    position: absolute;
    top: 25%;
    font-size: 16px;
    left: 20px;
    color: var(--color-gray-2);
}

.indicative_country ~ .select2 .select2-selection__rendered {
    padding-top: 8px;
}

.indicative_country.active ~ .label_inp {
    position: absolute;
    display: block;
    font: normal normal normal 12px/15px Europa !important;
    color: var(--color-green-1) !important;
    top: 0 !important;
    left: 20px !important;
    transition: all .5s ease;
}

.indicative_country.myaccount.active ~ .label_inp {
    top: 8px !important;
}

.select2-hidden-accessible.active ~ .select2 .select2-selection {
    border: 1px solid var(--color-green-1) !important;
    box-shadow: none !important;
    outline: none;
}

.select2-selection__rendered {
    font: normal normal normal 14px/18px Europa;
}

.select2-hidden-accessible.active ~ .select2 .select2-selection__rendered {
    display: flex !important;
    flex-direction: row-reverse;
    align-items: center;
}

.select2-selection__clear {
    margin: 0 0 0 5px !important;
}

.input .label_inp {
    left: 25px !important;
}

.input .active + .label_inp {
    left: 20px !important;
}
.select2-selection__placeholder {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all .5s ease;
}

.select2-container--open .select2-selection__placeholder {
    font: normal normal normal 12px/15px Europa;
    color: var(--color-green-1) !important;
    top: 10px !important;
    left: 20px;
    transition: all .5s ease;
    line-height: 1.5 !important;
}

.inp_icon {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2rem;
    color: var(--color-icons);
    display: block;
    transition: all 0.5s ease;
}

.input .inp_icon {
    right: 15px;
}

.pass {
    text-align: center;
    color: var(--color-gray-1);
    margin-bottom: 1.5rem;
}

.ctn-btn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.btn-form {
    background: var(--color-green-1);
    box-shadow: 0px 3px 11px var(--color-box-shadow);
    border-radius: 28px;
    height: 55px;
    padding: 0 30px;
    color: var(--color-white);
    border: none;
    outline: none;
    margin-top: 20px;
    font-size: 16px;
    width: 200px;
    max-width: 100%;
}

a.btn-form {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn_login{
    width: 100%;
}

.info_text {
    color: var(--color-gray-2);
    font-size: 14px;
    text-align: center;
}

.btn-form:hover, .label_file:hover {
    background-color: var(--color-hover-bg-primary);
    color: var(--color-white);
}

.ctn-form .form_register {
    width: 100%;
    margin: 0;
    padding: 0 10px;
}

.ctn_terms {
    position: relative;
    top: -10px;
    margin-bottom: 5px;
}

.terms_check {
    margin-right: 5px;
    width: 20px;
    height: 20px;
    min-width: 20px;
}

.term_confirm {
    font-size: 12px;
    color: var(--color-gray-1);
    position: relative;
    display: flex;
    align-items: center;
}

.terms {
    font-size: 14px;
    color: var(--color-gray-1);
}

.terms_item, .recover {
    color: var(--color-green-4);
}

.terms_item:hover, .recover:hover {
    color: var(--color-hover-bg-primary);
}

.md_content {
    border: none;
    background: var(--color-white);
    box-shadow: 0px 3px 6px var(--color-box-shadow);
    border-radius: 15px;
    width: 90%;
    max-width: 700px;
    margin: 0 auto;
}

.pos {
    top: 0px !important;
    right: 10px !important;
}

.text-modal {
    color: var(--color-green-1);
    font-size: 25px;
    text-align: center;
    margin: 20px 0;
}

.btn_register {
    width: 70%;
    margin: 0 auto;
}

.foot_login {
    background-color: var(--color-white) !important;
    color: var(--color-black-1) !important;
    opacity: 1 !important;
}

.foot_login p {
    color: var(--color-gray-1);
}

.none, .term_confirm_mobile {
    display: none !important;
}

.icon_question {
    color: var(--color-green-1);
    font-size: 20px;
    margin-left: 5px;
    cursor: pointer;
}

.icon_question:hover {
    color: var(--color-green-2);
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

input[type=number] { 
    -moz-appearance:textfield; 
}

.cuad_modal {
    width: 920px !important;
    max-width: 90% !important;
    box-shadow: 0px 3px 6px var(--color-box-shadow);
    border-radius: 15px;
    overflow: hidden;
    border: none;
    margin: 0 auto;
}

.ctn_modal_question {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    align-items: center;
    padding: 60px 30px 40px !important;
}

.left_bottom {
    position: absolute;
    left: 0;
    bottom: 0;
}

.tittle_modal {
    display: flex;
    margin: 30px 0;
    justify-content: center;
}

.tittle_modal p {
    margin: 0;
    font-size: 56px;
    color: var(--color-green-1);
    text-align: end;
    line-height: 1;
    font-weight: bold;
    text-shadow: 0px 3px 6px var(--color-box-shadow);
}

.img_question_modal {
    position: relative;
    top: -20px;
}

.text_question_modal {
    color: var(--color-gray-2);
    margin-bottom: 40px;
}

.green_box {
    background-color: var(--color-green-5);
    padding: 20px;
    box-shadow: 0px 3px 6px var(--color-box-shadow);
    border-radius: 14px;
}

.green_box h4 {
    color: var(--color-white);
    text-align: center;
    font-size: 29px;
    margin-bottom: 20px;
}

.green_box ul {
    font-size: 19px;
    color: rgba(255, 255, 255, 0.697);
    list-style: none;
    padding: 0;
}

.green_box li {
    display: flex;
    line-height: 1.2;
    margin-bottom: 10px;
}

.green_box li::before {
    content: '';
    display: inline-block;
    width: 7px;
    min-width: 7px;
    height: 7px;
    background-color: rgba(255, 255, 255, 0.697);
    border-radius: 50%;
    margin-right: 5px;
    position: relative;
    top: 8px;
}

.btn_close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    color: var(--color-green-5);
    font-size: 1.7rem;
    border: 0;
    border-radius: 0.25rem;
    z-index: 1006;
}

.dash_body .btn_close {
    top: 10px;
}

.carousel1 .owl-dots {
    margin: 0;
}

.owl-dot.active {
    background-color: var(--color-green-1) !important;
}

.img_modal {
    margin-right: 20px;
}

.form-check-input:checked {
    background-color: var(--color-green-1);
    border-color: var(--color-green-1);
    box-shadow: none;
}

.form-check-input:focus, .form-control:focus {
    box-shadow: none;
    border-color: var(--color-green-1);
}

.enmascarar_home {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    height: 100vh;
}

.main_home {
    position: relative;
    display: grid;
    grid-template-columns: 30% 70%;
    z-index: 2;
    height: 100%;
    width: 85%;
    margin: 0 auto;
}

.ctn_img_home {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.ctn_cuad2_home {
    padding-top: 7.8vw;
    position: relative;
}

.texts_home {
    display: flex;
    justify-content: space-between;
}

.text_home {
    color: var(--color-gray-1);
    margin: 0;
    display: flex;
    align-items: center;
    gap: 5px;
} 

.ctn_cuads_home {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 4vw;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.cuad_home {
    background: var(--color-white);
    box-shadow: 0 3px 26px var(--color-box-shadow);
    border-radius: 13px;
    width: 415px;
    color: var(--color-green-1);
    text-decoration: none;
    transition: transform 1s ease;
    max-width: 40%;
}

.cuad_home:hover {
    transform: scale(1.02);
}

.figure_home {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 25px;
    justify-content: center;
    align-items: center;
    margin: 0;
    height: 100%;
}

.logout, .cuad_home .fig2, .logout_enterprice {
    color: var(--color-green-2);
    text-decoration: none;
}

.row_logout, .row_logout_ent {
    margin-right: 10px;
    font-size: 1.5rem;
}

.figure_home img {
    margin-bottom: 20px;
}

.figure_home figcaption {
    font-size: 20px;
    width: 160px;
    line-height: 1.2;
}

.logout:hover, .logout_enterprice:hover, .cuad_home, .figure_home figcaption {
    color: var(--color-green-5);
}

.cuad_home, .figure_home figcaption {
    color: var(--color-green-1);
}

.figure_home .fig2 {
    color: var(--color-green-2);
}

.logout_mobile {
    display: none !important;
}

.foot_home {
    background-color: var(--color-white) !important;
    color: var(--color-black-1) !important;
    opacity: 1 !important;
}

.foot_home p {
    color: var(--color-gray-1);
}

.foot_home p, .foot_home img {
    z-index: 10;
}

.home_footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.ctn_general {
    height: 95%;
    display: grid;
    grid-template-columns: 30% 1fr 20%;
    grid-template-rows: auto 1fr;
}

.c_figure {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    grid-row: span 2;
}
  
.c_datos {
    grid-column: span 2;
}
  
.c_volver {
    display: flex;
    align-items: center;
    padding: 24px 0;
}
  
.c_volver span {
    font-weight: bold;
}
  
.c_volver a {
    color: var(--color-green-1);
    margin: 10px 0;
    font-weight: 700;
    display: flex;
    text-decoration: none;
    align-items: center;
}

.skip {
    position: absolute;
    left: 20px;
    bottom: -70px;
}

.skip a {
    color: var(--color-green-4);
}

.c_volver a:hover, .c_volver a:hover .material-symbols-outlined, .skip a:hover{
    color: var(--color-hover-bg-primary);
}

.c_volver .txt_hm {
    text-decoration: underline;
}

.form {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-column: span 2;
}

.medio,
.img {
  border: 1px solid var(--color-gray-2);
  padding: 40px 26px 0;
  border-radius: 10px;
  box-shadow: 0px 3px 20px 0px var(--color-box-shadow);
  height: fit-content;
}

.c_input {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  align-items: center;
  grid-gap: 16px;
}

.input {
  position: relative;
  margin-bottom: 2.5vw;
}

.input input,
.input select {
  border-radius: 26px !important;
  width: 100%;
  padding: 15px 20px !important;
  font-size: 16px;
}

.input.ctn_input {
    height: auto !important;
}

.c_input select option,
.c_input select, .inp option {
  color: var(--color-gray-1);
}

.ctn_img_user {
    position: relative;
}

.img {
  height: fit-content;
  margin-left: 20px;
  padding: 30px;
}

.img h5 {
  margin-bottom: 25px;
  color: var(--color-gray-1);
  font-weight: 700;
  font-size: 14px;
}

.circle {
  position: relative;
  background-color: var(--color-gray-2);
  width: 100%;
  max-width: 224px;
  border-radius: 50%;
  color: var(--color-white);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4rem;
  margin: 0 auto;
}

.green {
    background-color: var(--color-green-1);
    width: 45px;
    height: 45px;
    position: absolute;
    border-radius: 50%;
    bottom: 0;
    left: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.img_green {
    width: 25px;
    height: 25px;
    fill: var(--color-white);
}

.svg {
    width: 120px;
    height: 120px;
    fill: var(--color-white);
}

.c_btn {
    width: 100%;
    text-align: end;
    grid-column: span 2;
}

.btn-form.btn_ent {
    border-radius: 28px !important;
    box-shadow: none;
    margin: 0;
    cursor: pointer;
}

.footer {
    grid-column: span 2;
    font-size: 13px;
    padding: 20px 0 !important;
    font-style: italic;
    color: var(--color-gray-1);
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer p {
    margin: 0;
}

.space_btm {
    margin-bottom: 45px;
}

.header_mobile {
    display: none;
}

.material-symbols-outlined {
    color: var(--color-green-1);
}

#modal_add_img .modal-dialog, #modal_edit_img .modal-dialog {
    max-width: 600px;
    height: auto !important;
}

.dtm-modal {
    background: var(--color-white);
    box-shadow: 0 3px 20px var(--color-box-shadow);
    border-radius: 17px;
    border: none;
}

.close_add_img {
    position: absolute;
    top: 5px;
    z-index: 100;
    right: 28px;
    color: var(--color-gray-2);
    border: none;
    font-size: 2.5rem;
    background-color: transparent;
}
  
.dark-cuad, .croppr, .croppr-image, .croppr-imageClipped {
    width: 100%;
    max-height: 570px;
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

#modal_add_img, #modal_edit_img {
    background-color: rgb(0, 0, 0, 0.5);
    display: block;
    z-index: 2000;
}

.pace {
    position: absolute;
}

.input-photo {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.cropper-modal, .cropper-wrap-box {
    border-radius: 11px;
}

.img_cuad {
    width: 100%;
    height: 100%;
    border-radius: 11px;
}

.container-img img {
    display: block;
    max-height: 100%;
    max-width: 100%;
}

.inp-file, .btn-confirm-img {
    width: 200px;
    max-width: 90%;
    background: var(--color-white);
    border: 1.5px solid var(--color-green-1);
    color: var(--color-green-1);
    box-shadow: 0 3px 6px var(--color-box-shadow);
    border-radius: 28px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    cursor: pointer;
}

.inp-file:hover {
    color: var(--color-green-2);
    border-color: var(--color-green-2);
}

.btn-confirm-img {
    background-color: var(--color-green-1);
    color: var(--color-white);
    border: none;
}

.btn-confirm-img:hover {
    color: var(--color-white);
    background-color: var(--color-green-2);
}

.btns-modal {
    width: 50%;
}

.exam {
    visibility: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
}

.main_suscription {
    padding-top: 2vw;
}

.ctn_tittle {
    margin-left: 8vw;
}

.suscription_logo {
    width: 225px;
}

.space_btm_25 {
    margin-bottom: 25px !important;
}

.card_suscription {
    background-color: var(--color-white);
    border: 1px solid var(--color-gray-2);
    border-radius: 15px;
    width: 280px;
    max-width: 90%;
    display: grid;
    grid-template-rows: auto auto 1fr auto;
    padding: 0 20px 30px;
    margin: 0 auto;
    height: 100%;
}

.card_ctn_img {
    background: var(--color-green-1);
    border-radius: 0px 0px 20px 20px;
    width: 105px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.card_ctn_info {
    text-align: center;
    color: var(--color-gray-1);
}

.card_tittle {
    font-weight: bold;
    font-size: 20px;
    margin: 20px 0;
}

.ctn_price {
    text-align: center;
    position: relative;
    width: fit-content;
    margin: 0 auto;
}

.card_indicative {
    font-size: 13px;
    margin: 0;
    width: fit-content;
    position: absolute;
    right: 0;
    top: -5px;
}

.owl-carousel2 {
    width: 920px;
    max-width: 100%;
    margin: 0 auto;
}

.card_img {
    width: auto !important;
}

.card_price {
    font-size: 56px;
    font-weight: bold;
}

.card_packet_item {
    display: grid;
    grid-auto-rows: 1fr;
    color: var(--color-gray-1);
    list-style: none;
    padding: 0;
}

.card_item {
    border-top: 1px solid var(--color-gray-2);
    padding: 10px 0 10px 10px;
    display: flex;
    align-items: center;
}

.card_item span {
    margin-right: 15px;
    color: var(--color-green-1);
}

.card_item li {
    width: 80%;
}

.card_item i {
    margin-right: 20px;
    height: 100%;
}

.owl-prev, .owl-next {
    font-size: 5rem !important;
    opacity: 1 !important;
    color: var(--color-gray-2) !important;
    width: auto;
    border: 0;
    background-color: transparent;
}

.owl-prev.disabled, .owl-next.disabled {
    opacity: 0.3 !important;
}

.owl-prev span {
    margin-right: 20px;
}

.owl-next span {
    margin-left: 20px;
}

.owl-dots {
    display: flex;
    justify-content: center !important;
    gap: 0 !important;
    align-items: center !important;
    margin: 3vw 0 0;
}

.owl-dot {
    width: 15px !important;
    height: 15px !important;
    border-radius: 50% !important;
    opacity: .6 !important;
    background-color: var(--color-gray-2) !important;
    margin: 0 1.5vw;
}

.owl-dot.active {
    opacity: 1 !important;
}

.owl-nav {
    position: absolute;
    top: 50%;
    display: flex;
    transform: translateY(-50%);
    justify-content: space-between;
    width: 100%;
    left: 0;
}

.owl-stage {
    display: flex;
}

.owl-item {
    clear: both;
}

.cl_green {
    background-color: var(--color-green-1);
    padding: 0 20px 20px;
}

.brd {
    border-bottom: 1px solid var(--color-gray-2);
    padding-bottom: 30px;
}

.paq {
    color: var(--color-gray-1);
    font-size: 20px;
    margin: 10px 0;
}

.green_tittle {
    color: var(--color-white);
    font-size: 34px;
    line-height: 1;
    margin-bottom: 25px;
    font-weight: bold;
}

.green_item span {
    color: var(--color-white);
}

.owl-carousel3 {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
}

.owl-carousel3 .card_price {
    font-size: 41px;
    padding-bottom: 8px;
}

.green_paq {
    margin: 20px 0 0;
}

.green_item {
    border-color: var(--color-green-2);
}

.btn_green {
    background-color: var(--color-green-5);
}

.btn_green:hover {
    background-color: var(--color-hover-bg-primary);
}

.owl-carousel3 .ctn-btn {
    align-items: flex-end;
}

.text_otp {
    color: var(--color-green-2);
    margin: 0;
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 20px;
    margin-left: 10px;
    font-weight: bold;
}

.c_volver_otp {
    padding: 15px 0 10px;
}

.indicative_btm {
    bottom: -5px;
    top: unset;
}

.owl-carousel3 .card_suscription {
    padding: 0 20px 15px;
}

.owl-carousel3 .card_packet_item {
    margin-bottom: 5px;
}

.call_modal {
    margin-right: 30px;
}

.green_box_otp {
    background-color: var(--color-green-5);
    padding: 20px;
    border-radius: 24px;

}

.txt_green {
    font-size: 18px;
    text-align: center;
    color: var(--color-white);
    margin: 0;
    opacity: .6;
}

.need {
    height: 190px;
    resize: none;
}

.modal_pd {
    padding-top: 80px !important;
}

.btn_otp {
    padding: 0 80px;
    margin: 0;
}

.ctn_input .label_area {
    top: 10%;
}

.img_right {
    margin-bottom: 10px;
}

.ctn_cuad_green {
    margin-bottom: 1.5rem
}

.label_otp {
    color: var(--color-gray-1) !important;
}

.inp_shadow {
    box-shadow: 0px 0px 9px var(--color-black-1)00012;
}

.spr_question {
    display: flex;
}

.page3, .page2 {
    display: none;
}

.max_index {
    z-index: 1058;
}

.option_max {
    width: max-content;
}

input.cuad_num {
    width: 52px !important;
    height: 59px !important;
    background: var(--color-white) !important;
    border: 1px solid var(--color-gray-2) !important;
    border-radius: 4px !important;
}

input.cuad_num:focus, input.cuad_num:focus-visible, input.cuad_num.active {
    border: 1px solid var(--color-green-1) !important;
    outline: none !important;
}

.ft-12 {
    font-size: 12px !important;
}

.point_cur {
    cursor: pointer;
}

progress {
    height: 6px !important;
    width: 100% !important;
    border-radius: 3px !important;
}

progress::-webkit-progress-bar {
    background-color: var(--color-bg-progressbar) !important;
    border-radius: 3PX !important;
}

progress::-webkit-progress-value {
    background-color: var(--color-green-1) !important;
    border-radius: 3PX !important;
}

progress::-moz-progress-bar {
    background-color: var(--color-green-1) !important;
    border-radius: 3PX !important;
}

.prog_docs {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
progress.prog_docs::-webkit-progress-bar {
    background-color: transparent !important;
    border-radius: 3PX !important;
}

.quantity_time {
    position: absolute;
    top: -5px;
    right: 0;
    color: var(--color-gray-1);
    font-size: 12px;
}

.btn_vol_green:hover {
    background: var(--color-hover-bg-primary);
    box-shadow: unset !important;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 90vw;
        justify-content: center;
    }
}

@media only screen and (max-width: 1400px) {
    .body_otp {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .ctn_login .ctn-form {
        padding: 0;
    }

    .main_home {
        width: 95%;
    }

    .ctn_tittle {
        margin-left: 0;
    }
}

@media only screen and (max-width: 1220px) {
    .body_enterprice {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
  
    .main_enterprice {
        padding: 0;
    }
  
    .ctn_general {
        grid-template-columns: 1fr;
        grid-template-areas: 'datos datos datos'
                             'logo logo logo'
                             'form form form'
                             'footer footer footer';
    }
  
    .c_datos {
        grid-area: datos;
    }
  
    .c_figure {
        grid-area: logo;
        justify-content: center;
        margin: 0;
        padding: 30px 0;
    }

    .form {
        grid-area: form;
        grid-template-areas: 'medio medio img'
                             'btn btn btn';
    }
  
    .medio {
        grid-area: medio;
    }
  
    .img {
        grid-area: img;
    }
  
    .c_btn {
        grid-area: btn;
        margin-top: 30px;
    }
  
    .footer {
        grid-area: footer;
    }
  
    .c_figure img {
        margin-bottom: 20px;
        width: 250px;
    }
  
    .space_btm {
        margin-bottom: 20px;
    }

    .owl-carousel3 {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 1024px) {
    .form_login {
        margin: 0 auto !important;
    }

    .foot_login {
        position: relative;
    }

    .img_modal {
        width: 35vw !important;
    }

    .tittle_modal p {
        font-size: 45px;
    }

    .img_question_modal {
        top: -5px;
        width: 6vw !important;
    }

    .text_question_modal {
        font-size: 14px;
    }

    .green_box h4 {
        font-size: 25px;
    }

    .green_box ul {
        font-size: 16px;
    }

    .green_box li::before {
        width: 5px;
        min-width: 5px;
        height: 5px;
    }

    .left_bottom {
        width: 200px;
    }

    .main_home {
        padding: 50px;
    }

    .logout {
        display: none !important;
    }

    .logout_mobile {
        display: block !important;
        text-align: end;
        margin-bottom: 30px;
    }

    .d-none-mobile {
        display: none !important;
    }

    .row_logout {
        font-size: 2rem;
    }

    .main_home {
        display: block;
    }

    .ctn_cuads_home {
        position: static;
        transform: unset;
        margin: 50px 0 30px 0;
    }

    .ctn_cuad2_home {
        padding-top: 50px;
    }

    .ctn_img_home {
        justify-content: center;
    }

    .enmascarar_home {
        display: none;
    }
}

@media only screen and (max-width: 880px) {
    .header_mobile {
        display: block;
    }

    .c_figure, .txt_hm {
        display: none !important;
    }

    .header_mobile {
        grid-area: logo;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 15px 0 35px;
    }

    .header_mobile .logo {
        width: 33vw;
        height: fit-content;
    }

    .header_mobile .logout_mobile {
        display: block;
    }

    .c_datos {
        display: flex;
        align-items: center;
        gap: 30px;
    }

    .c_datos * {
        margin: 0;
        padding: 0;
    }

    .ctn_general {
        grid-template-columns: 1fr;
        grid-template-areas: 'logo logo logo'
                             'datos datos datos'
                             'form form form'
                             'btn btn btn'
                             'footer footer footer';
    }

    .row_logout_ent {
        font-size: 25px;
        color: var(--color-green-4);
    }

    .c_volver span {
        font-size: 30px;
    }

    .text_volver {
        font-size: 20px !important;
    }

    .v_acc .text_volver {
        font-size: 16px !important;
    }

    .c_volver .btn_volver {
        font-size: 25px;
    }

    .v_acc .btn_volver {
        font-size: 20px !important;
    }

    .form {
        grid-template-areas: 'img img img'
                             'medio medio medio'
                             'btn btn btn';
    }

    .medio {
        box-shadow: none;
        border: none;
        padding: 0;
        margin: 0;
    }

    .btn-form {
        width: 100%;
    }

    .c_input {
        display: block;
    }

    .input {
        margin-bottom: 32px;
    }

    .c_btn {
        margin: 0 0 20px 0;
        text-align: center;
    }

    .img {
        display: flex;
        align-items: center;
        border: none;
        box-shadow: none;
        flex-direction: row-reverse;
        justify-content: center;
        margin: 0;
        padding: 0;
        height: auto;
        margin: 40px 0;
    }

    .img h5 {
        display: none;
    }

    .circle {
        width: 35vw;
        min-width: 35vw;
        height: 35vw;
    }

    .svg {
        width: 19vw;
        height: 19vw;
    }

    .green {
        width: 8vw;
        height: 8vw;
    }

    .img_green {
        width: 4vw;
        height: 4vw;
    }

    .footer {
        justify-content: center;
    }

    .sp_suscription {
        font-size: 16px !important;
    }

    .sp_row {
        font-size: 24px !important;
    }

    .img_right {
        width: 250px;
    }

    .txt_green {
        font-size: 16px;
    }
}

@media only screen and (max-width: 799px) {
    .owl-next span, .owl-prev span {
        margin: 0;
    }

    .inp {
        padding: 15px 25px 5px !important;
    }
    
    .ctn_input .label_inp {
        left: 25px;
    }

    .btn-form {
        width: 100%;
        margin-top: 40px;
        padding: 0 10px;
    }

    .btn_login {
        margin-top: 20px;
    }

    .term_confirm {
        margin: 0;
    }

    .btn_register {
        width: 100%;
    }

    .foot-dark {
        justify-content: center;
    }

    .foot-dark p {
        font: italic normal 300 12px/15px Europa;
    }

    .term_confirm, .ocl_txt, .recovery_img1 {
        display: none !important;
    }

    .term_confirm_mobile {
        display: flex !important;
        padding: 0 20px;
        left: 0;
        align-items: center;
    }

    .form_login {
        width: 95% !important;
    }

    .tittle_modal {
        margin: 0 0 30px;
    }

    .tittle_modal p {
        font-size: 40px;
    }

    .img_question_modal {
        top: -10px;
        width: 58px !important;
    }

    .img_modal {
        margin: 20px auto !important;
        width: 210px !important;
    }

    .text_question_modal {
        font-size: 18px;
        text-align: justify;
        hyphens: auto;
        margin-bottom: 0;
    }

    .modal_content_mobile {
        background-color: initial;
        border: none;
        max-height: 90vh;
    }

    .modal_body_mobile {
        padding: 0;
    }

    .cuad_modal {
        padding: 50px 25px !important;
        display: block;
        margin: 20px auto;
        background-color: var(--color-white);
        width: 400px !important;
    }

    .owl-dot {
        background-color: var(--color-gray-2) !important;
        width: 15px !important;
        height: 15px !important;
        border-radius: 50% !important;
        margin: 0 10px;
    }

    .cuad_modal2 {
        padding: 50px 15px;
    }

    .body_modal_mobile {
        padding: 0;
    }

    .btn_close {
        top: -20px;
        color: var(--color-white);
    }

    .dash_body .btn_close {
        top: 10px;
        color: var(--color-green-5) !important;
    }

    .btn_cl {
        color: var(--color-green-5) !important;
    }

    .owl-carousel2 {
        margin: 0 !important;
        min-height: 100%;
    }

    #question_modal_mobile.show {
        top: 50%;
        transform: translateY(-50%);
        height: auto;
        overflow: initial !important;
    }

    .green_box h4 {
        font-size: 29px;
    }

    .green_box ul {
        font-size: 22px;
    }

    .green_box li::before {
        width: 8px;
        min-width: 8px;
        height: 8px;
        margin-right: 10px;
    }

    .body {
        height: auto !important;
        min-height: auto;
        display: block;
    }

    .main_home {
        padding: 30px;
        width: 100%;
    }

    .foot_home {
        position: absolute;
    }

    .ctn_cuads_home {
        flex-direction: column;
        align-items: center;
        margin: 80px 0 40px;
    }

    .cuad_home {
        width: 415px;
        max-width: 100%;
    }

    .ctn_cuads_home {
        margin: 60px 0;
        padding: 0 40px;
        gap: 35px;
    }

    .ctn_logo {
        display: inline-block;
        margin-bottom: 40px;
    }

    .c_volver_ent {
        display: inline-flex;
        gap: 30px;
        float: right;
        padding: 0;
    }

    .c_volver_ent a {
        margin: 0;
    }

    .suscription_logo {
        width: 128px;
    }

    .card_price {
        font-size: 49px;
    }

    .owl-carousel3 .card_price {
        font-size: 36px;
    }
    .brd, .text_otp {
        font-size: 18px;
    }

    .img_otp {
        width: 23px;
    }

    .text_otp {
        gap: 5px;
    }

    .body_otp .ctn_logo {
        margin-bottom: 30px;
    }

    .green_item {
        padding: 8px 0 8px 10px;
    }

    .modal_pd {
        display: flex;
        flex-direction: column-reverse;
        padding: 0 !important;
    }

    .img_right {
        width: 75%;
        position: relative;
        z-index: 5;
    }

    .call_modal {
        margin: 0;
        width: 100%;
    }

    .need {
        height: 110px;
    }

    .ctn_input .label_area {
        top: 20%;
    }

    .btn-form {
        margin-top: 0;
    }

    .cuad_otp {
        padding: 40px 20px 0px !important;
    }

    .green_box_otp {
        padding-top: 100px;
        position: absolute;
        z-index: 1;
        top: 65%;
    }

    .ctn_cuad_green {
        position: relative;
        margin-bottom: 130px;
        width: 100%;
    }

    .modal_pd .btn_close {
        top: -40px;
        right: 0;
        color: var(--color-green-5);
    }

    .owl-carousel3 .card_packet_item {
        margin-bottom: 15px;
    }

    .ctn_cuad2_home .ctn_cuads_home {
        margin-bottom: 0 !important;
    }

    .ctn_terms {
        margin: 20px 0 40px 0;
    }

    .pass {
        margin-bottom: 50px;
    }

    .owl-carousel3 {
        padding: 0 10px;
    }
    .recovery_img2 {
        display: block;
        max-width: 60%;
    }
    .skip {
        position: static;
    }
}

@media only screen and (max-width: 550px) {
    .logo_home {
        width: 210px;
    }
    
    .foot_home {
        justify-content: center;
    }

    .owl-dot {
        width: 12px !important;
        height: 12px !important;
    }

    .txt_green {
        font-size: 14px;
    }

    .green_box_otp {
        padding-top: 90px;
    }
}

@media only screen and (max-height: 820px) {
    .text_question_modal {
        font-size: 14px;
    }

    .tittle_modal p {
        font-size: 30px;
    }

    .img_question_modal {
        top: -8px;
        width: 45px !important;
    }

    .green_box h4 {
        font-size: 24px;
    }

    .green_box ul {
        font-size: 18px;
    }

    .cuad_otp {
        padding-bottom: 0 !important;
    }

    .owl-dots {
        padding-bottom: 30px;
    }

    #question_modal_mobile.show {
        overflow-y: auto !important;
    }

    #modal_add_img .modal-dialog, #modal_edit_img .modal-dialog {
        max-width: fit-content;
    }

    .img_cuad {
        max-height: 60vh;
        max-width: 60vh;
    }

    .dark-cuad {
        width: auto;
    }
}
