

*{

}







/* general*/


/* .main_login {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #eef0f2;
    min-height: 100vh;
    flex-direction: column;
    padding: 1rem;
    color: #1c2b1c;
}

.login_wrapper {
    width: 100%;
    max-width: 480px;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.login_header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
}

.login_logo {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login_logo_img {
    max-height: 6rem;
    object-fit: contain;
}

.login_titles {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.login_title {
    color: #1c2b1c;
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: -0.025em;
}

.login_subtitle {
    color: #6b7280;
    font-size: 1rem;
    font-weight: 300;
}

.login_card {
    background-color: #ffffff;
    border-radius: 1rem;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    padding: 2rem;
    border: 1px solid #f3f4f6;
}

.login_form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    width: 100%;
}

.login_field {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.login_label {
    color: #1c2b1c;
    font-size: 0.875rem;
    font-weight: 500;
    margin-left: 0.25rem;
}

.login_input_wrapper {
    position: relative;
}

.login_input_icon {
    position: absolute;
    inset-block: 0;
    left: 0;
    padding-left: 0.75rem;
    display: flex;
    align-items: center;
    pointer-events: none;
    color: #9ca3af;
}

.login_input_icon .material-symbols-outlined {
    font-variation-settings: 'wght' 300;
    font-size: 1.25rem;
}

.login_input_wrapper:focus-within .login_input_icon {
    color: #f5c400;
}

.login_input {
    display: block;
    width: 100%;
    padding: 0.875rem 1rem 0.875rem 2.75rem;
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    color: #1c2b1c;
    font-size: 0.875rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    transition: all 0.2s;
    outline: none;
}

.login_input:focus {
    border-color: #f5c400;
    box-shadow: 0 0 0 1px #f5c400;
}

.login_input--password {
    padding-right: 3rem;
}

.login_toggle_password {
    position: absolute;
    inset-block: 0;
    right: 0;
    padding-right: 1rem;
    display: flex;
    align-items: center;
    color: #9ca3af;
    background: none;
    border: none;
    cursor: pointer;
    transition: color 0.2s;
}

.login_toggle_password:hover {
    color: #4b5563;
}

.login_toggle_password .material-symbols-outlined {
    font-variation-settings: 'wght' 300;
    font-size: 1.25rem;
}

.login_forgot {
    display: flex;
    justify-content: flex-end;
    padding-top: 0.25rem;
}

.login_forgot_link {
    font-size: 0.875rem;
    font-weight: 500;
    color: #3b6fd4;
    text-underline-offset: 4px;
    transition: color 0.2s;
}

.login_forgot_link:hover {
    color: #2d57b0;
    text-decoration: underline;
}

.login_submit {
    width: 100%;
    margin-top: 0.5rem;
    font-weight: 700;
    padding: 0.875rem 1.5rem;
    border-radius: 0.5rem;
    font-size: 1.125rem;
    transition: all 0.2s;
}

.login_submit:hover {
    transform: scale(1.01);
}

.login_submit:focus {
    outline: none;
    box-shadow: 0 0 0 4px rgba(245, 196, 0, 0.3);
}

.login_register {
    text-align: center;
    padding-top: 1.5rem;
    border-top: 1px solid #f3f4f6;
    margin-top: 0.5rem;
}

.login_register_text {
    color: #6b7280;
    font-size: 0.875rem;
    font-weight: 300;
}

.login_register_link {
    font-weight: 500;
    color: #3b6fd4;
    margin-left: 0.25rem;
    transition: color 0.2s;
}

.login_register_link:hover {
    color: #2d57b0;
    text-decoration: underline;
}

.login_footer {
    text-align: center;
    opacity: 0.6;
    transition: opacity 0.2s;
}

.login_footer:hover {
    opacity: 1;
}

.login_footer_text {
    font-size: 0.75rem;
    color: #6b7280;
    font-weight: 300;
} */







footer .footer_band{
  justify-content: initial;
  margin: auto;
  display: flex;
  justify-content: space-around;
  width: 100%;
  background-color: var(--primario);
}

footer .footer_band p{
    text-transform: uppercase;
    color: var(--cuaternario);
    font-weight: 600;
}

footer .footer_band .patrcndrs{
    display: flex;
    flex-direction: column;
    background-color: var(--white);
    gap: 2rem;
    padding: 2rem 0;
}

footer .footer_band .patrcndrs > div{
    display: grid;
    column-gap: 4rem;
    row-gap: 1rem;
    width: 95%;
    max-width: 1208px;
}

footer .footer_band .patrcndrs > div img{
    /* max-height: 4.5rem; */
    width: auto;
    object-fit: contain;
    margin: auto;
}

footer .footer__policies-container{
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  max-width: 1600px;
  margin: auto;
}

footer .footer__policies{
  color: var(--primario);
  font-weight: 800;
}


#cont_footer{
  position: relative;
}

#cont_footer .cont_footer{
    display: flex;
    justify-content: center;
    border-bottom: 0.5rem solid var(--primario);
    background-color: var(--primario);
}

#cont_footer .cont_footer > div{
  margin: auto;
  display: grid;
  grid-template-columns: max-content 1fr 0.5fr;
  gap: 4rem;
  max-width: 1600px;
  width: 95%;
  padding-bottom: 0.75rem;
}

footer #left_footer{

}

footer #middle_footer{
    display: flex;
    row-gap: 1rem;
}

footer #middle_footer > div{
    display: grid;
    grid-template-columns: 40% 60%;
}

footer #middle_footer > div > div{

}

footer #middle_footer ul{
    padding-top: 1rem;
    row-gap: 1rem;
    display: flex;
    flex-direction: column;
    border-top: 1px solid var(--white);
}

footer #middle_footer ul li, footer #middle_footer ul li a{
    color: var(--white);
    font-weight: 100;
}

footer #right_footer{
    align-items: flex-start;
}

footer .title_footer{
    font-weight: 600;
    font-size: 1.3rem;
    color: var(--cuaternario);
}

footer p.text{
    font-weight: 600;
    color: var(--white);
    line-height: 0.7lh;
    font-size: 0.8rem;
}

footer p.subtext{
    font-weight: 400;
    color: var(--white);
    line-height: 0.7lh;
    font-size: 0.8rem;
}

footer #footer_bottom_mobile{
  display: none;
}




@media (min-width: 1600px) {

}

@media (max-width: 1600px) {

  #cont_log_button_subhdr{
    margin-top: initial;
  }

}

@media (max-width: 1400px) {

  #form_home .cont_form_fields.cont_form_fields_desktop{
    flex-wrap: wrap;
  }

}

@media (max-width: 1181px) {

  body{
    background-image: var(--background-tablet);
  }

  header{
  }

  #header_cont.header_cont{
    width: 100%;
  }

  #header_cont.header_cont > #cont_upper_header_nav{
    flex-direction: column;
    background-color: var(--secundario);
    border-radius: 12px;
  }

  nav{
    width: 100%;
  }

  nav .nav_tabs{
    margin: 0;
    transform: translate(0, 0%);
    justify-content: flex-end;
    display: flex;
    width: 100%;
    padding: 0;
  }

  nav .nav_tabs #nav_desk{
    width: 100%;
    justify-content: space-evenly;
    padding: 0.5rem;
    right: initial;
  }

  #form_home .cont_form_fields.cont_form_fields_mobile{
    flex-wrap: wrap;
  }

  footer .footer_band{
    flex-direction: column;
    padding: 1rem 0;
  }

  #cont_footer > div{
    display: flex;
    flex-direction: column-reverse;
  }

  footer #right_footer > div:nth-child(1){
    flex-direction: column;
    width: 55%;
    margin: auto;
  }

  footer #right_footer > div:nth-child(1) > div{
    margin: auto;
  }

  footer #right_footer > div:nth-child(1) > div img{
    height: 9rem;
    max-height: initial;
  }

  footer #right_footer > div:nth-child(2){
    grid-template-columns: repeat( 4, 1fr );
    border-bottom: 1.5rem solid var(--secundario);
  }

  footer #right_footer > div:nth-child(2) div{
    grid-column: span 2;
  }

  footer #right_footer > div:nth-child(2) div:nth-last-child(1):nth-child(odd){
    grid-column: 2 / span 2;
  }

  footer #right_footer > div:nth-child(2) div:first-child img, footer #right_footer > div:nth-child(2) div:last-child img{
    margin: auto;
  }

  footer #left_footer{
    align-items: center;
    justify-content: center;
  }

  footer #left_footer > div{
    align-items: center;
  }

  footer #middle_footer > div{
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  footer #left_footer img{
    max-height: initial;
    height: 8rem;
  }

  #cont_footer .cont_footer > div{
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 1rem;
  }

  /* footer #middle_footer{
    padding: 0 2rem;
  } */

  footer .title_footer{
    text-align: center;
  }

  footer #footer_bottom_mobile{
    display: flex;
    background-color: var(--primario);
    padding: 0.5rem 0;
  }

  footer #footer_bottom_mobile p{
    width: 85%;
    margin: auto;
    text-align: center;
    color: var(--white);
    line-height: 1.25;
  }

  footer #middle_footer ul li, footer #middle_footer ul li a{
    text-align: center;
  }

  footer p.subtext{
    text-align: center;
  }

  .footer_avals_mobile{
    background-color: var(--white);
    padding: 1rem 0.5rem;
  }

  .footer_avals_mobile img{
    flex: 1;
    min-width: 0;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    max-height: 4rem;
  }

  footer .footer_band .patrcndrs > div{

  }

  .evaluation_title a{
    position: relative;
    top: initial;
    left: initial;
    display: flex;
    justify-content: flex-end;
  }

  #main_home > .cont_home{
    grid-template-columns: 1fr;
    gap: 1rem;
    padding-bottom: 3rem;
    width: 90%;
  }

  #form_home{
    margin: auto;
    max-width: initial;
    width: 100%;
  }

  #cont_upper_register{
    grid-template-columns: 1fr;
  }

  #main_register{
    padding:  0;
    margin: 1rem auto;
  }

  .cont_dctrs img{
    max-width: initial;
  }

  .add_space_list{
    margin-bottom: initial;
  }

  #main_sessions > section{
    gap: 1rem;
  }

  #main_sessions > section > .sessions_buttons{
    flex-direction: column;
    gap: 0.5rem;
    margin-top: initial;
  }

  #main_sessions{
    margin: 1rem auto;
  }

  #main_sessions > section > .sessions_buttons div:nth-of-type(1) img{
    margin: auto;
  }

  #main_sessions > section > .sessions_buttons div:nth-of-type(2) img{
    margin: auto;
  }

  #main_sessions > section .title_sessions h2{
    font-size: 1.8rem;
  }

  .background_webinar{
    background-position: center center;
  }

  #main_webinar #webinar_cont #cont_details_webinar{
    flex-direction: column;
  }

  .evaluation_title #cont_details_webinar{
    flex-direction: column;
  }

  #main_webinar #cont_webinar_form{
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 1rem;
  }

  #main_webinar #cont_webinar_form > div{
    align-self: center;
    justify-self: center;
  }

  #webinar-form__form button{
    padding: 0 2rem;
  }

  #main_webinar #cont_webinar_form #buttons_cont_webinar #button_test_webinar{
    align-items: center;
  }

  #main_webinar #cont_webinar_form #buttons_cont_webinar #button_test_webinar #cont_attempts{
    top: initial;
  }

  #header_cont{
    flex-direction: column;
    gap: 0;
    margin: initial;
    padding-left: initial;
    padding-top: initial;
    align-items: center;
    background-color: transparent;
    width: 100%;
    gap: 0.25rem;
    height: initial;
  }

  #header_cont > a{
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 1rem 0;
    gap: 0.5rem;
  }

  .only_desktop{
    display: none !important;
  }

  .only_tablet{
    display: flex !important;
  }

}

@media (max-width: 1024px) {


}

@media (max-width: 992px){

  #main_home{
    padding: 1rem 0 0rem;
    margin-bottom: 1rem;
  }

  #form_register .form-row{
    grid-template-columns: 1fr !important;
  }

  .form_edit_user .form-row{
    grid-template-columns: 1fr !important;
  }

  footer .footer_band{
    display: flex;
    gap: initial;
    justify-content: center;
    gap: 1rem;
  }

}

@media (width < 800px){

  body{
    background-image: var(--background-mobile);
  }

  .link-act{
    background-color: inherit;
    color: var(--white);
  }

  #cont_log_button_subhdr{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: initial;
  }

  #cont_log_button_subhdr.hide_on_home_hdr{
    margin-top: initial;
  }

  #cont_log_button_subhdr .cont_log_subhdr img{
    max-height: initial;
    width: 88%;
    margin: auto;
  }

  #cont_log_button_subhdr .cont_button_subhdr{
    margin-top: 2rem;
    align-self: flex-end;
    margin-bottom: 2rem;
  }

  #cont_log_button_subhdr.hide_on_home_hdr .cont_button_subhdr{
    margin-bottom: initial;
  }

  #cont_webinar_form #webinar-form__form .webinar-form__title legend{
    font-size: 1.2rem;
  }

  #new_password{
    padding-bottom: 2rem;
  }

  .cont_logo_text_info_items{
    flex-direction: column-reverse;
  }

  #main_information .cont_item_info .title_item_info{
    font-size: 1.3rem;
    text-align: center;
  }

  #main_information .cont_item_info .information_side_img_container{
    flex-direction: column;
  }

  #main_information .cont_item_info .image_information_side{
    padding-left: none;
  }

  #form_register #register_list div.form-check__container > p{
    padding-left: 2rem;
  }

  .titulos{
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }

  .title_project div:last-of-type{

  }

    #cont_home .cont_access_course_bttn{
        font-size: 2rem;
    }

    #main_home .cont_title{
        font-size: 1.25rem;
    }

    #main_home .cont_title {
        font-size: 0.7rem;
    }

    #main_home .title img {
        max-height: 3.5rem;
    }

    .title_project{

    }

    .title_project .image{
        padding: 0.25rem 0;
    }

    .title_project .text {
        font-size: 1.25rem;
        margin: auto;
    }

    .cont_panel_gallery .title{
        font-size: 1.25rem;
    }

    #main_webinar .schedule_webinar{
        font-size: 1.4rem;
    }

    #main_webinar .schedule_webinar span{
        font-size: 1.75rem;
    }

    #webinar_cont{
        margin-top: 1rem;
    }

    #webinar_cont .cont_title{
        font-size: 1.25rem;
    }

    footer #left_footer img {
        max-height: initial;
        height: 5.8rem;
        margin: auto;
        position: relative;
        right: -0.25rem;
    }

}

@media (max-width: 681px){

  .only_desktop_mobile{
    display: none !important;
  }

  .only_mobile_desktop{
    display: flex !important;;
  }

}

@media (max-width: 575.98px){

  nav{
    width: 100%;
  }

    .link-act{
        padding: 4px !important;
    }

    #cont_home .cont_access_course_bttn{
        font-size: 1.25rem;
    }

  .only_desktop{
    display: none;
  }

  .only_mobile{
    display: flex;
  }

  #form_register .form2__title{
    font-size: 1.2rem;
    line-height: 1.25;
    padding: 0.5rem 0;
  }

  #main_sessions > section .title_sessions h2{
    font-size: 1.2rem;
  }

  #main_webinar #cont_webinar_form #webinar{
    width: 100%;
  }

    #webinar_cont .cont_title{
        font-size: 0.7rem;
    }

  .contact__title{
    font-size: 1.8rem;
  }

  .modal_contact_estructure{
    flex-direction: column;
  }

  .modal_contact_estructure>div{
    justify-content: center;
    text-align: center;
    align-items: center;
  }

  .modal_certificate_estructure{
    flex-direction: column;
  }

  .modal_certificate_estructure>div{
    justify-content: center;
    text-align: center;
    align-items: center;
  }

    #main_webinar #webinar .certificate_button{
      font-size: 1rem;
    }

  footer .footer__policies {
      font-size: 0.8rem;
  }

  footer .footer_band{
    flex-direction: column;
  }

  footer #right_footer > div:nth-child(2) div:nth-child(5) img {
    height: 1.8rem;
  }

}
