#main_home{
    background-image: url("../images/home/Fondo_web_derma_8.png");
        background-size: cover;
    background-repeat: repeat-y;
  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: 0 0 2.5rem;
}
.btn:disabled {
    cursor: not-allowed;
}
.content_home{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

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

.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;
  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-image: url("../images/home/Fondo_web_derma_8.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;
}

#webinarWeb{
    background-image: url("../images/home/Fondo_web_derma_8.png");
}

#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);
    width: auto;
}
.custom_login form{
    padding: 0px !important;
}

.custom_login a{
    color: white;
    text-decoration: underline;
}
.custom_login label{
    color: white;
    font-size: 12px;
}
.custom_form_login label{
    color: #627471;
    font-size: 12px;
    padding: 0 10px;
}
.custom_login a:hover{
    color: var(--secundario);
}
.custom_login input, .custom_form_login label{
    background-color: #87bcde;
    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 #87bcde inset !important;
    -webkit-text-fill-color: black !important;
    box-shadow: 0 0 0 30px #87bcde 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 #87bcde inset !important;
    -moz-text-fill-color: black !important;
    box-shadow: 0 0 0 30px #87bcde 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_form_login .btn-login{
    display: flex;
    align-items: center !important;
    background-color: #242d58 !important;
    color: #d4d9e1 !important;
     border: 1px solid var(--primario) !important;
    font-weight: 900;
}
.custom_form_login .btn-login:hover{
    display: flex;
    align-items: center !important;
    background-color: #38a7df !important;
    color: #242d58 !important;
     font-weight: 900;
}

.btn-programa{
    background: #cdeafa;
    color: #2d518a!important;
    border-radius: 20px;
    padding: 2px 6px;
    font-weight: 600;
}
.btn-programa:hover{
background: #38a7da;

color: var(--white)!important;
    border-radius: 20px;
    padding: 2px 6px;
}

.btn-primario{
    display: flex;
    align-items: center;
    background-color: #37a6df !important;
    color: #212e56 !important;
    font-weight: 600;
}
.btn-primario:hover{
    display: flex;
    align-items: center;
    background-color: #212e56 !important;
    color: #37a6df !important;
     font-weight: 600;
}
.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(--primario) !important;
    color: var(--white) !important;
border: 1px solid var(--primario) !important;
    font-weight: 900;
}
.btn-primario2:hover{
    display: flex;
    align-items: center;
    background-color: #212e56 !important;
    color: var(--white) !important;
border: 1px solid #212e56 !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*/

.custom_docentes img{
    max-width: 350px;
    max-height: 280px;
}

/* Home metodologia */

.custom_metodologia{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background-color: var(--primario);
    color: #fff;
    font-family: 'Gotham-Book';
}
#doc h1{
    color: var(--primario);
    font-size: 29px;
}
/*Temas */
.tema_title{
    color: var(--secundario);

}

.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-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: 16px;
top: 10%;
right: 15%;
}
@media screen and (width >2200px) {

.cont-tema .imgCheck{
width: 39px;
top: 18%;
right: 23%;
}
}

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

.cont-tema .imgCheck{
width: 25px;
top: 18%;
right: 23%;
}


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

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


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



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

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


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

.cont-tema .imgCheck{
width: 20px;
top: 15%;
right: 20%;
}

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

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


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

.cont-tema .imgCheck{
width: 16px;
top: 15%;
right: 20%;
}

}
@media screen and (width >=626px) and (width <=768px) {
.custom-temas{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5%;
    align-items: center;
    width: 90%;
}

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


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

.cont-tema .imgCheck{
width: 16px;
top: 12%;
right: 20%;
}

}
@media screen and (width >=481px) and (width <=625px) {
.custom-temas{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5%;
    align-items: center;
    width: 90%;
}

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


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

.cont-tema .imgCheck{
width: 16px;
top: 10%;
right: 15%;
}

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

}

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


.cont-tema a{
display: flex;
justify-content: center;
align-items: center;
width: 100%;
}
.cont-tema .imgTema{
width: 100%;
}
.cont-tema .imgCheck{
width: 16px;
top: 10%;
right: 15%;
}
}
/*test*/
.modal_test{
    background-color: var(--primario);
}

#evaluation__progress__numbers2{
    font-size: larger;
    font-weight: 800;
    color: var(--primario);
}


/* Footer */
@media screen and (width >1800px) {
    .logoCuque{
        width: 25%;
    }
    .logoPatro{
        width: 55%;
    }
    .textCuque {
        font-size: 12px;
    }
    .footerDesktop{
        display: block;
         background-color: #fff;
    }
    .footerMovil{
        display: none;
    }

    /*Custom*/
    .customCuque{
        width: 25%;
    }
    .customTexto{
        width: 50%;
    }
    .customPatro{
        width: 25%;
    }

    /*textos*/
    .contTextos{

    }

    .textosAyuda{
        width: 100%;
    }
        .textosAyuda div{
            width: 100%;
        }

    .textosPoliticas{
        width: 100%;
    }
        .textosPoliticas div{
            width: 100%;
        }
}



@media screen and (width >=1400px) and (width <=1800px) {
    .logoCuque{
        width: 25%;
    }
    .logoPatro{
        width: 60%;
    }
    .textCuque {
        font-size: 11px;
    }
    .footerDesktop{
        display: block;
         background-color: #fff;
    }
    .footerMovil{
        display: none;
    }

    /*Custom*/
    .customCuque{
        width: 25%;
    }
    .customTexto{
        width: 50%;
    }
    .customPatro{
        width: 25%;
    }

    /*textos*/
    .contTextos{

    }

    .textosAyuda{
        width: 100%;
    }
        .textosAyuda div{
            width: 100%;
        }

    .textosPoliticas{
        width: 100%;
    }
        .textosPoliticas div{
            width: 100%;
        }
}
@media screen and (width >=1025px) and (width <=1400px) {
    .logoCuque{
        width: 25%;
    }
    .logoPatro{
        width: 60%;
    }
    .textCuque {
        font-size: 11px;
    }
    .footerDesktop{
        display: block;
         background-color: #fff;
    }
    .footerMovil{
        display: none;
    }

   /*Custom*/
    .customCuque{
        width: 25%;
    }
    .customTexto{
        width: 50%;
    }
    .customPatro{
        width: 25%;
    }

    /*textos*/
    .contTextos{

    }

    .textosAyuda{
        width: 100%;
    }
        .textosAyuda div{
            width: 100%;
        }

    .textosPoliticas{
        width: 100%;
    }
        .textosPoliticas div{
            width: 100%;
        }
}
@media screen and (width >=801px) and (width <=1024px) {
    .logoCuque{
        width: 30%;
    }
    .logoPatro{
        width: 65%;
    }
    .textCuque {
        font-size: 12px;
    }
    .contFormWebinar{
        display: flex;
        flex-direction: column;
        align-items: center;

    }
    .footerDesktop{
        display: block;
         background-color: #fff;
    }
    .footerMovil{
        display: none;
    }

    /*Custom*/
    .customCuque{
        width: 25%;
    }
    .customTexto{
        width: 50%;
    }
    .customPatro{
        width: 25%;
    }

    /*textos*/
    .contTextos{

    }

    .textosAyuda{
        width: 100%;
    }
        .textosAyuda div{
            width: 100%;
        }

    .textosPoliticas{
        width: 100%;
    }
        .textosPoliticas div{
            width: 100%;
        }
}
@media screen and (width >=601px) and (width <=800px) {
    .logoCuque{
        width: 15%;
    }
    .logoPatro{
        width: 40%;
    }
    .textCuque {
        font-size: 10px;
    }
    .footerDesktop{
        display: none;
    }
    .contFormWebinar{
        display: flex;
        flex-direction: column;
        align-items: center;

    }
    .footerMovil{
        display: flex;
        flex-direction: column;
    }
        .footerMovil h1{
            font-size: 26px;
            font-weight: medium;
            color: #1c3a71;
        }
}

@media screen and (width >=481px) and (width <=600px) {
    .logoCuque{
        width: 20%;
    }
    .logoPatro{
        width: 50%;
    }
        .textCuque {
        font-size: 10px;
    }
    .footerDesktop{
        display: none;
    }
    .contFormWebinar{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footerMovil{
        display: flex;
        flex-direction: column;
    }
        .footerMovil h1{
            font-size: 20px;
            font-weight: medium;
            color: #1c3a71;
        }
        .footerMovil p{
            font-size: 12px;
        }
}

@media screen and (width >=375px) and (width <=480px) {
    .logoCuque{
        width: 20%;
    }
    .logoPatro{
        width: 50%;
    }
        .textCuque {
        font-size: 7px;
    }
    .footerDesktop{
        display: none;
         background-color: #fff;
    }
    .contFormWebinar{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footerMovil{
        display: flex;
        flex-direction: column;
    }
        .footerMovil h1{
            font-size: 16px;
            font-weight: medium;
            color: #1c3a71;
        }
        .footerMovil p{
            font-size: 10px;
        }
}
@media screen and (width >= 0px) and (width <= 375px) {
    .logoCuque{
        width: 20%;
    }
    .logoPatro{
        width: 50%;
    }
    .footerDesktop{
        display: none;
        background-color: #fff;
    }
    .contFormWebinar{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footerMovil{
        display: flex;
        flex-direction: column;
    }
        .footerMovil h1{
            font-size: 16px;
            font-weight: medium;
            color: #1c3a71;
        }
        .footerMovil p{
            font-size: 10px;
        }
}



@media screen and (max-width: 1280px) {
  .header_video {
    width: 100% !important;
    padding: 0 10px !important;
    text-align: center !important;
  }

  #topic_video{
        padding: 0 10px !important;
  }
}
/**/
/**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;
}
