.grid_site{
    width: 80%;
    margin: auto;
    max-width: 1600px;
}

#main_home{
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  /* height: 100vh; */
  padding: 6rem 0 4rem;
}

.content_home{
  display: grid;
  grid-template-columns: 55% 45%;
  gap: 3%;
}

.content_home .presentation_button{
  position: relative;
  object-fit: contain;
  max-height: 4.2rem; /*3.5rem*/
}

.cont_home .login_cont{
    width: max-content;
    margin-left: auto;
    position: relative;
    right: 10%;
}

.cont_home .content_home .side_left_home{
  position: relative;
}

.cont_home .label_cont_form{
    margin-bottom: 0.5rem;
}

.cont_home .label_cont_form label{
    font-size: 1rem;
}

.cont_home .register_home_button{
    font-size: 1.8rem;
    font-weight: 700;
    border-radius: 20px;
    letter-spacing: 1px;
    padding: 0.25rem 2rem;
}

#main_home .cont_temario_content{
    position: relative;
    margin: auto;
}

#main_home .cont_temario_content .temario_content_box{
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

#main_home .cont_temario_content .temario_content_box img{
    width: 80%;
    margin: auto;
}

#metodologia, #docentes{
    scroll-margin-top: 100px;
}

.temario_content_box:after, .temario_content_box:before{
    content: "";
    z-index: 1;
    background-color: #00448e;
    position: absolute;
}

.temario_content_box:before{
    width: 100%;
    height: 4px;
}

.temario_content_box:nth-of-type(1){
    /* background-color: black; */
}

.temario_content_box:nth-of-type(1):before{
    height: 4px;
    bottom: 55%;
    width: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.temario_content_box:nth-of-type(1):after{
    height: 4px;
    bottom: -13%;
    width: 24.2%;
    left: 50%;
    transform: translate(-28.5%, -50%);
}

.temario_content_box:nth-of-type(2):before{
    height: 4px;
    bottom: 25%;
    width: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.temario_content_box:nth-of-type(2){
    /* background-color: blue; */
}

.temario_content_box img{
    position: relative;
    z-index: 2;
}

#aula_virtual_home{
    flex: 1;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

#aula_virtual_home .title_aula_virtual img{
    object-fit: contain;
    width: auto;
    max-height: 4.2rem;
}

.line_img_1:before{
    content: "";
    position: absolute;
    width: 4px;
    height: 30%;
    background-color: #00448e;
    z-index: 1;
    bottom: -12.25%;
    left: 33.2%;
}

.line_img_2:before{
    content: "";
    position: absolute;
    width: 4px;
    height: 35%;
    background-color: #00448e;
    z-index: 1;
    top: -11.5%;
    right: 13.2%;
}

.logo_seedo_header img{
    max-height: 6rem;
}

#registerGif label{
    font-weight: 600;
}

#log_out_button_mbl a{
    text-transform: capitalize;
    color: var(--secundario) !important;
    font-weight: 600;
}

p, .f-family{
  font-family: 'gotham-book';
}

.btn-modal-options{
  width: 4rem;
  line-height: 1.5;
}

.btn-modal-options_v2{
  width: auto;
  line-height: 1.5;
}

#modal-pendiente .modal_box{
  background-color: var(--cuaternario);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-box-shadow: 2px 2px 8px 2px rgba(0,0,0,0.5);
  -moz-box-shadow: 2px 2px 8px 2px rgba(0,0,0,0.5);
  -o-box-shadow: 2px 2px 8px 2px rgba(0,0,0,0.5);
  box-shadow: 2px 2px 8px 2px rgba(0,0,0,0.5);
  max-width: 33.75rem;
}

#modal-pendiente .modal_box .modal_body ul li{
  list-style: none;
  position: relative;
}

#modal-pendiente .modal_box .modal_body ul li:before{
  position: absolute;
  top: 25%;
  left: -2%;
  transform: translate(-50%, -50%);
  content: '';
  background-color: black;
  border-radius: 100vmin;
  width: 5px;
  height: 5px;
}

#modal-pendiente .modal_box > div{
  position: relative;
}

#modal-pendiente .modal_box .header_pop_up_home{
  background-color: var(--primario);
}

#modal-pendiente .modal_box .header_pop_up_home h3{
  color: var(--secundario);
  font-size: 1.3rem;
  text-transform: uppercase;
  padding: 0.25rem 0;
  letter-spacing: 1px;
}

#modal-pendiente .modal_box .close_modal{
  position: absolute;
  top: 4px;
  right: 10px;
  background-color: var(--white);
  color: var(--terciario);
  border-radius: 100vmin;
  z-index: 40;
}

.modal_box .cont_modal_body{
  max-height: 75vh;
  overflow-y: auto;
  margin-right: 1rem;
  position: relative;
  scrollbar-width: auto;
  scrollbar-color: var(--terciario) #ffffff;
}

.modal_box .cont_modal_body::-webkit-scrollbar{
  width: 0.8rem;
}

.modal_box .cont_modal_body::-webkit-scrollbar:hover{
  scrollbar-color: #fff;
}

.modal_box .cont_modal_body::-webkit-scrollbar-track{
  background: #ffffff;
  border-radius: 16px;
  display: none;
}

.modal_box .cont_modal_body::-webkit-scrollbar-track:hover{
  display: block;
}

.modal_box .cont_modal_body.safari-only::-webkit-scrollbar-track{
  display: none;
}

.modal_box .cont_modal_body.safari-only::-webkit-scrollbar-track:hover{
  display: block;
}

.modal_box .cont_modal_body::-webkit-scrollbar-thumb{
  background: var(--terciario);
  border-radius: 16px;
  /* border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; */
  height: 15px;
}

.modal_box .modal_body p{
  font-size: 0.8rem;
}

#modal-pendiente .modal_box .modal_body p{
  font-size: 0.85rem;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: justify;
}

#modal-pendiente .modal_box .modal_body p span{
  font-family: 'gotham-bold';
}

#modal-pendiente .modal_box .modal_footer p{
  font-size: 0.6rem;
  color: #3f838e;
  position: relative;
  top: 0.25rem;
  letter-spacing: 0;
}

#main_temary{
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  justify-content: center;
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
}

#main_temary .cont_temary{
  width: 60%;
  position: relative;
  max-width: 1200px;
  margin: auto;
  margin-top: 3rem;
  margin-bottom: 8rem;
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.title_temary{
  display: table;
  margin: auto;
  margin: 0;
  width: initial;
  position: relative;
  left: -108px;
  max-height: 6rem;
}

.content_temary{
  position: relative;
  /* top: -17px; */
  margin-top: -30px;
  width: 100%;
  -webkit-box-shadow: 8px 8px 8px -5px rgba(0,0,0,0.4);
  -moz-box-shadow: 8px 8px 8px -5px rgba(0,0,0,0.4);
  -o-box-shadow: 8px 8px 8px -5px rgba(0,0,0,0.4);
  box-shadow: 8px 8px 8px -5px rgba(0,0,0,0.4);
  border-radius: 12px;
  overflow: hidden;
  border: 0.3px solid #f3f2f2;
}

#main_methodology{
  background: url("../images/metodologia/fondo_metodologia.png");
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  background-position: center bottom                                                                                   ;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  justify-content: center;
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
}

#main_methodology .cont_methodology{
  width: 60%;
  position: relative;
  max-width: 1200px;
  margin: auto;
  margin-top: 3rem;
  margin-bottom: 8rem;
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#main_methodology .cont_methodology p{
  font-size: 0.75rem;
  font-family: 'helveticaneue-light';
  letter-spacing: 0;
}

.title_methodology{
  display: table;
  margin: auto;
  margin: 0;
  width: initial;
  position: relative;
  left: -132px;
  max-height: 8rem;
}

.content_methodology{
  position: relative;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}

.content_methodology p::first-letter{
  font-size: 5.48rem;
  line-height: 0.8;
  float: left;
  margin-right: 0.25rem;
  color: var(--secundario);
  font-family: 'helveticaneue-medium';
}

#register{
  /* background: url("../images/register/fondo_registro.png"); */
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  background-position: center bottom                                                                                   ;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  justify-content: center;
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 2rem 0;
}

#register .register_title_extra{
    color: var(--primario);
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 1rem;
}

#register .register_title_extra img{
    position: relative;
    top: -5px;
}

.title_register_form{
    background-color: var(--primario);
    color: var(--secundario);
    text-align: center;
    font-family: 'gotham-bold';
    font-weight: 600;
    font-size: 1.8rem;
    letter-spacing: 1px;
    padding: 0.5rem 0;
    text-transform: uppercase;
    line-height: 1lh;
    padding: 2rem 0 1rem;
}

.text_form_register p{
    line-height: 1rem;
}

#register .label_sect_reg{
    color: var(--secundario);
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 0;
    font-weight: 600;
}

#register .cont_codes_register{
    background-color: var(--secundario);
    padding: 1rem;
    gap: 0.5rem;
    border-radius: 15px;
}

#register .cont_codes_register p{
    font-size: 0.7rem;
    color: var(--primario);
    position: relative;
    top: 4px;
}

#register .cont_codes_register input[type='checkbox']{
    border-color: var(--primario);
}

#register .cont_codes_register p span{
    font-weight: 600;
}

#register .cont_codes_register label{
    color: var(--primario);
    font-size: 1rem;
    font-style: italic;
}

.form_register .cont_row_form_2columns.items-start_bottom{
    align-items: flex-start;
}

#register form button[type="submit"]{
    font-weight: bolder !important;
    padding: 1rem !important;
    border-radius: 15px !important;
}

#main_aula{
  /*background: url("../images/aula/fondo_aula.png");*/
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  background-position: 70% bottom                                                                                   ;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  margin-top: 0;
}

.button_aula_content{
  display: flex;
  align-items: center;
}

.button_aula_content.test > a p{
  font-size: 0.9rem;
}

.button_aula_content > a p{
  font-size: 1.1rem;
}

.button_aula_content p{
  color: var(--primario);
  transition: all 0.5s ease-in-out;
  line-height: 1;
  /* padding: 2px 0; */
}

.button_aula_content p:hover{
  background-color: var(--secundario);
  color: var(--white);
}

.button_aula_content p.active{
  background-color: var(--secundario);
  color: var(--white);
}

.text_aciertos{
  color: var(--primario);
  font-size: 0.95rem;
  line-height: 1;
}

#main_intro{
  /* background: url("../images/metodologia/fondo_metodologia.png"); */
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  background-position: center bottom                                                                                   ;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  justify-content: center;
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
}

#main_intro .cont_intro{
  width: 82%;
  position: relative;
  max-width: 1200px;
  margin: auto;
  margin-top: 3rem;
  margin-bottom: 8rem;
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#main_intro .cont_intro p{
  font-size: 0.75rem;
  font-family: 'helveticaneue-light';
  letter-spacing: 0;
}

#main_intro .title_intro{
  text-transform: uppercase;
  color: var(--secundario);
  font-size: 1.8rem;
}

.content_intro p::first-letter{
  font-size: 5.48rem;
  line-height: 0.8;
  float: left;
  margin-right: 0.25rem;
  color: var(--secundario);
  font-family: 'helveticaneue-medium';
}

#main_test{
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  background-position: 70% bottom                                                                                   ;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
}

#main_login{
  /* background: url("../images/login/fondo_login.png"); */
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  background-position: 70% bottom                                                                                   ;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
}

@media screen and (min-width: 1020px){
    #modal-pendiente .modal_box{
        max-width: 43.75rem;
    }
}

/*Index login*/
.custom_login{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background-color: var(--primario);
}
.custom_login form{
    padding: 0px;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
}

.custom_login form > div{
    flex: 1;
    display: flex;
    gap: 1rem;
}

.custom_login form > div > div{
    flex: 1;
    max-width: initial;
}

.custom_login a{
    color: white;
    text-decoration: underline;
}
.custom_login label{
    color: white;
    font-size: 12px;
}
.custom_form_login label{
    color: #627471;
    font-size: 1rem;
    padding: 0 10px;
}
.custom_login a:hover{
    color: var(--secundario);
}
.custom_login input, .custom_form_login label{
    background-color: #92a8c0;
    border: none;
}

.custom_form_login input:-webkit-autofill,
.custom_form_login input:-webkit-autofill:hover,
.custom_form_login input:-webkit-autofill:focus,
.custom_form_login input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #92a8c0 inset !important;
    -webkit-text-fill-color: black !important;
    box-shadow: 0 0 0 30px #92a8c0 inset !important;
}

.custom_form_login input:-moz-autofill,
.custom_form_login input:-moz-autofill:hover,
.custom_form_login input:-moz-autofill:focus,
.custom_form_login input:-moz-autofill:active {
    -moz-box-shadow: 0 0 0 30px #92a8c0 inset !important;
    -moz-text-fill-color: black !important;
    box-shadow: 0 0 0 30px #92a8c0 inset !important;
}

.custom_form_login input:-ms-autofill,
.custom_form_login input:-ms-autofill:hover,
.custom_form_login input:-ms-autofill:focus,
.custom_form_login input:-ms-autofill:active {
    -ms-box-shadow: 0 0 0 30px var(--inputs_color) inset !important;
    -ms-text-fill-color: black !important;
    box-shadow: 0 0 0 30px var(--inputs_color) inset !important;
}

.custom_form_login input:-o-autofill,
.custom_form_login input:-o-autofill:hover,
.custom_form_login input:-o-autofill:focus,
.custom_form_login input:-o-autofill:active {
    -o-box-shadow: 0 0 0 30px var(--inputs_color) inset !important;
    -o-text-fill-color: black !important;
    box-shadow: 0 0 0 30px var(--inputs_color) inset !important;
}

.custom_login input[type="email"]::placeholder{
    color: var(--black);
}

.custom_form_login .btn-login{
    display: flex;
    align-items: center !important;
    background-color: var(--secundario) !important;
    color: #012b53 !important;
     border: 1px solid transparent !important;
    font-weight: 900;
    border-radius: 10px !important;
    font-size: 17px;
    padding: 14px 2rem;
    line-height: 1lh;
}
.custom_form_login .btn-login:hover{
    display: flex;
    align-items: center !important;
    background-color: var(--primario) !important;
    color: var(--secundario) !important;
     font-weight: 900;
}

.btn-primario{
    display: flex;
    align-items: center;
    background-color: var(--secundario) !important;
    color: var(--primario) !important;

    font-weight: 900;
}
.btn-primario:hover{
    display: flex;
    align-items: center;
    background-color: var(--primario) !important;
    color: var(--secundario) !important;
     font-weight: 900;
}
.btn-terciario{
    display: flex;
    align-items: center;
    background-color: var(--terciario) !important;
    color: var(--white) !important;
    border-radius: 100vmin;
    font-weight: 900;
}
.btn-terciario:hover{
    display: flex;
    align-items: center;
    background-color: var(--cuaternario) !important;
    color: var(--white) !important;
     font-weight: 900;
}
.btn-tema1{
    display: flex;
    align-items: center;
    background-color: #1b96d3 !important;
    color: var(--white) !important;

    font-weight: 900;
}
.btn-tema1:hover{
    display: flex;
    align-items: center;
    background-color: #d60b51 !important;
    color: var(--white) !important;

    font-weight: 900;
}
.btn-tema2{
    display: flex;
    align-items: center;
    background-color: #f8b133 !important;
    color: var(--white) !important;

    font-weight: 900;
}
.btn-tema2:hover{
    display: flex;
    align-items: center;
    background-color: #d60b51 !important;
    color: var(--white) !important;

    font-weight: 900;
}
.btn-tema3{
    display: flex;
    align-items: center;
    background-color: #39a935 !important;
    color: var(--white) !important;

    font-weight: 900;
}
.btn-tema3:hover{
    display: flex;
    align-items: center;
    background-color: #d60b51 !important;
    color: var(--white) !important;
    font-weight: 900;
}
.btn-tema4{
    display: flex;
    align-items: center;
    background-color: #d60b51 !important;
    color: var(--white) !important;

    font-weight: 900;
}
.btn-tema4:hover{
    display: flex;
    align-items: center;
    background-color: #004b93 !important;
    color: var(--white) !important;

    font-weight: 900;
}

.btn-terciario2{
    display: flex;
    align-items: center;
    background-color: var(--terciario) !important;
    color: var(--white) !important;
    border: 1px solid var(--white) !important;
    font-weight: 900;
}
.btn-terciario2:hover{
    display: flex;
    align-items: center;
    background-color: var(--cuaternario) !important;
    color: var(--white) !important;
    border: 1px solid var(--white) !important;
     font-weight: 900;
}

.btn-cuaternario{
    display: flex;
    align-items: center;
    background-color: var(--cuaternario) !important;
    color: var(--white) !important;

    font-weight: 900;
}

.btn-secundario{
    display: flex;
    align-items: center;
    background-color: var(--primario) !important;
    color: var(--white) !important;

    font-weight: 900;
}
.btn-secundario:hover{
    display: flex;
    align-items: center;
    background-color: var(--secundario) !important;
    color: var(--white) !important;
     font-weight: 900;
}
.btn-secundario2{
    display: flex;
    align-items: center;
    background-color: var(--primario) !important;
    color: var(--secundario) !important;

    font-weight: 900;
}
.btn-secundario2:hover{
    display: flex;
    align-items: center;
    background-color: var(--secundario) !important;
    color: var(--primario) !important;
     font-weight: 900;
}
.btn-gris{
    display: flex;
    align-items: center;
    background-color: #d1d1d1 !important;
    color: #666666 !important;

    font-weight: 900;
}
.btn-gris:hover{
    display: flex;
    align-items: center;
    background-color: #666666 !important;
    color: #d1d1d1 !important;
     font-weight: 900;
}
.btn-approved{
    display: flex;
    align-items: center;
    background-color:  #10a504 !important;
    color: white !important;

    font-weight: 900;
}
.btn-approved:hover{
    display: flex;
    align-items: center;
    background-color: #0b8802 !important;
    color: white !important;
     font-weight: 900;
}
.btn-primario2{
    display: flex;
    align-items: center;
    background-color: var(--secundario) !important;
    color: var(--primario) !important;
border: 1px solid var(--primario) !important;
    font-weight: 900;
}
.btn-primario2:hover{
    display: flex;
    align-items: center;
    background-color: var(--primario) !important;
    color: var(--secundario) !important;
border: 1px solid var(--secundario) !important;
     font-weight: 900;
}
.btn-primario3{
    display: flex;
    align-items: center;
    background-color: var(--secundario) !important;
    color: var(--white) !important;
border: 1px solid var(--white) !important;
    font-weight: 900;
}
.btn-primario3:hover{
    display: flex;
    align-items: center;
    background-color: var(--primario) !important;
    color: var(--white) !important;
border: 1px solid var(--white) !important;
     font-weight: 900;
}


/*Home docentes*/


/* Home metodologia */

.custom_metodologia{
    display: flex;
    flex-wrap: wrap;
    background-color: var(--terciario);
    color: #fff;
    font-family: 'Gotham-Book';
    width: 70%;
    margin: 4rem auto 0;
    padding: 1rem 2rem 3rem;
}

.cont_text_mtdlg{
    padding: 0 3rem;
    gap: 4rem;
}

.cont_text_mtdlg > div{
    flex: 1;
}

.title_img_metdlg_cont {
    width: 96%;
}

.title_img_metdlg_cont > img{
    object-fit: contain;
    width: auto;
    max-height: 6.5rem;
}

.cont_items_icon_metodologia h3{
    font-size: 0.9rem;
}

ul.adjust_list_metodologia li {
    display: grid;
    grid-template-columns: 21px auto;
    align-items: flex-start;
    width: max-content;
    text-align: justify;
    width: 100%;
}

ul.adjust_list_items-start li{
    align-items: flex-start;
}

ul.adjust_list_metodologia li p{
    text-align: justify;
    display: flex;
    gap: 0.25rem;
    flex-wrap: wrap;
}

ul.adjust_list_metodologia li p span{
    width: 95px;
    display: flex;
    justify-content: center;
}

#doc{
    justify-content: center;
    background: linear-gradient(to top, #ececdc 70%, transparent 30%);
    align-items: stretch;
    /* display: grid; */
    /* grid-template-columns: auto auto; */
}

#doc .img_doctors{
    max-height: 22rem;
    height: auto;
}

#doc .cont_info_doctors{
    /* flex: 1; */
    /* flex-shrink: 1; */
    height: 100%;
    width: auto;
    /* flex: 0 1 auto; */
    /* align-self: stretch; */
    height: auto;
    align-items: stretch;
}

#doc .cont_info_doctors .img_info_doctors{
    max-height: 14rem;
    object-fit: contain;
    width: auto;
    height: auto;
}

#doc h1{
    color: var(--terciario);
    font-size: 29px;
}

#doc img{
    max-height: 22rem;
}

.custom_metodologia .title_img_metdlg{
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    align-items: center;
}

.custom_metodologia .title_img_metdlg_cont h1{
    font-size: 2rem;
}

.custom_metodologia .title_img_metdlg h1{
    text-align: left;
    font-size: 1.5rem;
    word-break: normal;
    line-height: 1lh;
}

.custom_metodologia h2{
    margin-bottom: -0.5rem;
}

.custom_metodologia .title_img_metdlg img{
    width: auto;
    height: 3.5rem;
    object-fit: contain;
    order: 2;
}

/*Temas */
.tema_title{

    font-weight: 800;
    font-size: 2rem !important;
}

@media screen and (width >=0px) and (width <=800px) {

.tema_title{

    font-weight: 800;
    font-size: 1.5rem !important;
}
}

.tema_desc{
    gap: 4px;
    color: var(--primario);
    font-weight: 900 !important;
}

.custom-temas{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5%;
    align-items: center;
    width: 100%;
    margin: 0 auto;

}

#cont_themes {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(15.5rem, 1fr));
    box-sizing: border-box;
    gap: 4rem;
    width: 78%;
    max-width: 1600px;
    margin-top: 2rem;
}

@media screen and (width > 1920px) {
    #cont_themes {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(17rem, 1fr));
        box-sizing: border-box;
        gap: 4rem;
        width: 78%;
        max-width: 1600px;
        margin-top: 2rem;
    }
}
.cont-tema{
    transition: all 0.5s ease-in-out;
}

.cont-tema:hover{
    scale: 1.1;
}

@keyframes jumping {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-5px); }
  100% { transform: translateY(0); }
}

.jumping-hover:hover {
  animation: jumping 0.6s linear infinite;
}

li.cont-tema > a > img{
    z-index: -1;
    position: relative;
}

/* .cont-tema .gif_themes{
    position: relative;
    top: -95%;
    left: 50%;
    z-index: 90;
    transform: translate(-50%, 0%);
    height: 0;
} */

.cont-tema .gif_themes{
    position: absolute;
    top: 40%;
    left: 50%;
    z-index: 90;
    /* Solución para Safari: forzar renderizado y stacking context */
    background: rgba(0,0,0,0.001); /* fuerza repintado en Safari */
    will-change: transform;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: visible;
}

.cont-tema .gif_themes > img{
    position: relative;
    z-index: 90;
    max-width: 88%;
    /* height: 5rem; */
    object-fit: contain;
    margin: auto;
    /* max-height: 12rem; */
}

.cont-tema .gif_themes_test{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -80%);
    z-index: 90;
}

.cont-tema .gif_themes_test > img{
    position: relative;
    z-index: 90;
    width: auto;
    height: 10rem;
    object-fit: contain;
}

#cont_button_themes{
    margin-top: 4rem;
    margin-bottom: 2rem;
}

#cont_button_themes ul, #cont_button_themes *{
    all: unset;
}

#cont_button_themes ul li{
    list-style: none;
}




/* .cont-tema{
    padding: 2.5%;
display: flex;
justify-content: center;
align-items: center;
width: 50%;
}


.cont-tema a{
display: flex;
justify-content: center;
align-items: center;
width: 100%;
}
.cont-tema .imgTema{
width: 100%;
}*/

.cont-tema .imgCheck{
width: 26px;
bottom: 5%;
right: 5%;
}
@media screen and (width >2200px) {

.cont-tema .imgCheck{
width: 25px;
bottom: 5%;
right: 5%;
}
}

@media screen and (width >=1600px) and (width <=2200px){

.cont-tema .imgCheck{
width: 25px;
bottom: 5%;
right: 5%;
}

/*
}
@media screen and (width >1600px) {
.custom-temas{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1%;
    align-items: center;
    width: 75%;
}

.cont-tema{
padding: 1%;
display: flex;
justify-content: center;
align-items: center;
width: 23%;
}


.cont-tema a{
display: flex;
justify-content: center;
align-items: center;
width: 100%;
}
.cont-tema .imgTema{
width: 100%;
}

*/

}

.show_footer_txt{
    display: none;
}

.show_footer_txt.footer_text{
    font-size: 1.25rem !important;
    margin-top: 1rem;
    line-height: 1.25lh !important;
}

#cont_image_home{

}

.image_title_theme_mobile{
    width: auto;
    max-height: 5rem;
    object-fit: contain;
    margin: initial;
    justify-self: flex-start;
    align-self: flex-start;
    width: 70%;
    margin: auto;
}

#temario_docentes_desktop{
    display: flex;
    flex-direction: column;
    width: 70%;
}

#temario_docentes_mobile{
    display: none;
}

.new_mbl{
    display: none;
}

.new_dsktp{
    display: flex;
}

@media screen and (min-width: 800px) and (max-width: 1000px){
    .custom_metodologia{
        width: 90%;
    }

    .cont_text_mtdlg {
        padding: 0 1rem 1rem;
        gap: 2rem;
        display: grid !important;
        grid-template-columns: 1fr 1fr;
    }

    .adjust_list_metodologia{
        margin-left: 0;
    }
}

@media screen and (max-width: 800px){

    #main_home{
        padding: 2rem 0;
    }

    #cont_home{
        display: flex;
        flex-direction: column;
    }

    .cont_home .login_cont{
        right: initial;
    }

    #img_home{
        margin-top: initial !important;
        margin-bottom: 2rem;
    }

    #cont_image_home {
        order: 2;
        display: flex;
        flex-direction: column;
        margin: auto;
        width: 90%;
    }

    .custom_login img{
        min-height: 7rem;
        max-height: 8rem;
    }

    .custom_login form > div{
        flex-direction: column;
    }

    .custom_login{
        padding: 1rem !important;
    }

    #doc .title_directors img{
        max-height: 3rem;
    }

    #doc .cont_info_doctors .img_info_doctors{
        max-height: 10rem;
    }

    #metodologia .cont_text_mtdlg{
        flex-direction: column;
        padding: 0;
        gap: 1rem;
    }

    .custom_metodologia .title_img_metdlg_cont h1{
        font-size: 1.5rem;
    }

    .custom_metodologia .title_img_metdlg h1{
        font-size: 1.2rem;
    }

    #temario_docentes_desktop{
        display: none;
    }

    #temario_docentes_mobile{
        display: flex;
        flex-direction: column;
    }

    .cont_row_form_2columns{
        gap: 1rem !important;
    }

    .adjust_size_mobile{
        width: 100% !important;
    }

    .adjust_size_mobile > div{
        width: 100%;
    }

    .hide_footer_txt{
        display: none;
    }

    .show_footer_txt{
        display: flex;
    }

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

    footer #right_footer{
        margin: 2rem 0 3rem;
    }

    footer #right_footer img{
        max-height: 8rem !important;
    }

    footer .policies_band a{
        font-size: 1.5rem !important;
    }

    .new_mbl{
        display: flex;
    }

    .new_dsktp{
        display: none;
    }

}


@media screen and (max-width: 588px){

    .custom_metodologia{
        width: 90%;
    }

    .image_title_theme_mobile{
        width: 78%;
    }

    .image_title_theme_mobile + img{
        width: 78%;
    }

    .custom_form_login{
        flex-direction: column;
        padding: 0 !important;
    }

    .custom_login form > div{
        flex-direction: column;
        width: 100%;
    }

    .custom_login img{
        min-height: 9rem;
        max-height: 10rem;
    }

}

@media screen and (width >=769px) and (width <=950px) {
.custom-temas{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1%;
    align-items: center;
    width: 85%;
}

/* .cont-tema{
padding: 1.5%;
display: flex;
justify-content: center;
align-items: center;
width: 22.5%;
}


.cont-tema a{
display: flex;
justify-content: center;
align-items: center;
width: 100%;
}
.cont-tema .imgTema{
width: 100%;
}
*/
.cont-tema .imgCheck{
width: 26px;
bottom: 5%;
right: 10%;
}

}


/*test*/
.modal_test{
    background-color: var(--primario);
}

#evaluation__progress__numbers2{
    font-size: larger;
    font-weight: 800;
}


/* Footer */

footer #left_footer{
    color: var(--white);
}

footer #left_footer img{
    object-fit: contain;
    width: auto;
    height: 5rem;
}

footer #left_footer span.title{
    color: var(--white);
    line-height: 0.6lh;
    font-weight: 100;
    font-size: 16px;
}

footer #left_footer p{
    color: var(--white);
    line-height: 0.6lh;
    font-size: 9px;
    font-weight: lighter;
}

footer #left_footer p span{
    font-weight: 600;
    font-size: 11px;
}

footer #center_footer{

}

footer #right_footer{

}

footer #right_footer img{
    object-fit: contain;
    width: auto;
    height: 5rem;
}


@media screen and (max-width: 1280px) {


  #topic_video{
        padding: 0 10px !important;
  }

  #doc .img_doctors{
    max-height: 18rem;
  }

  #doc .cont_info_doctors .img_info_doctors{
    max-height: 12rem;
    }
}
/**/
/**Barra de progreso*/

progress{
    width: 100%;
    height: 4px;
    border-radius: 100px;
}

progress::-webkit-progress-bar {
    background-color: #1e9437;
    border-radius: 100px;
}

progress::-webkit-progress-value {
    border-radius: 100px;
}
.card {
    --main-color: #000;
    --bg-color: #EBD18D;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    max-width: 730px;
    padding: 10px 0 25px 0;
    border-radius: 20px;
    flex-flow: column;
    width: 90%;
    margin: auto;
    align-items: center;
}
