
#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: 4rem 0;
}

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

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

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

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

.btn-modal-options{
  width: 4rem;
  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;
  margin-top: -60px;
  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;
}

#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;
    }
}
