
/*CLASES DE PRUEBA BORRAR -------CLASES DE PRUEBA BORRAR -------CLASES DE PRUEBA BORRAR -------*/
/* @font-face {
    font-family: 'Poppins', sans-serif;
    src: url('../fonts/TradeGothicLTStd-Bd2.ttf');
}

@font-face {
    font-family: 'Poppins', sans-serif;
    src: url('../fonts/TradeGothicLTStd.ttf');
}

@font-face {
    font-family: 'seguiLi';
    src: url('../fonts/TradeGothicLTStd-Light.ttf');
} */

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;900&display=swap");

/*-----------------------------------MAIN--------------------------------------*/
/* CSS PARA EL FOOTER SIEMPRE ABAJO */
main {
  flex: 1;
}

html,
body {
  /* background: url("https://ace-curso-mcg.igloosuite.com/Content/Clients/ace-curso-mcg.igloosuite.com/assets/portada/fondo.png") !important; */
  font-family: "Poppins", sans-serif;
}

.panel-sombra input[type="submit"] {
  border-radius: 10px !important;
  background: #002e48 !important;
  color: #00b4b4 !important;
  font-size: 16px;
  box-shadow: 0px 3px 5px #ccc;
}

.textTitle_header_class {
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translate(-60%, -60%);
  font-size: 30px;
}

/**-----------------------------CLASES GLOBALES ----------------------**/

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.bd-style-bt {
  border-style: solid;
  border-bottom-style: solid;
  border-width: 0.5px;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.basic-color-class {
  color: #121212;
}

.primary-color-class {
  color: #2b2b2b;
}

.secondary-color-class {
  color: white;
}

.txt-lg {
  font-family: "Poppins", sans-serif;
}

.txt-bd {
  font-family: "Poppins", sans-serif;
}

.txt-ulg {
  font-family: "Poppins", sans-serif;
}

/**--------------------------------------------------------------------**/

/**--------------------------- CLASES DE FELIPE -----------------------**/

.btn-faq {
  font-family: "Poppins", sans-serif;
}

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.caret {
  /*border-left: 0px solid transparent;*/
  /*border-right: 0px solid transparent;*/
  border: 0px solid #000000;

  background-image: url("../img/arrow.png");
  background-repeat: no-repeat;
  background-size: contain;

  float: right;
  margin: 0;
  margin-top: 15px;
  padding: 10px;
}

.formText {
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
}

.box div button {
  margin-top: 20px;
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.05);
}

.btn-faq {
  margin-top: 20px;
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.05);
  white-space: normal !important;
}

.hiddenDiv {
  display: none;
  padding: 0 18px;
  overflow: hidden;
  background-color: #f1f1f1;
}

.active,
.collapsible:hover {
  background-color: #ccc;
}

.content {
  display: none;
  padding: 0 18px;
  overflow: hidden;
  background-color: #f1f1f1;
}

.content p {
  margin-top: 10px;
  font-family: "Poppins", sans-serif;
}

div button span {
  float: left;
  margin: 0;
  padding: 10px;
}

.logoWhite {
  background-color: #002e48;
  padding-top: 20px;
  padding-bottom: 20px;
}

.logoWhite div {
  height: inherit;
}

.logoWhite div h1 {
  height: inherit;
}

.textTitleHeader_blue_class {
  /* white-space: nowrap;*/
  overflow: hidden;
  font-size: 36px;
  color: #3a9fb4;
  margin-top: 10px;
}

.textTitleStyle_class {
  font-size: 36px;
  color: #132f78;
  font-family: "Poppins", sans-serif;
  margin-top: 20px;
  margin-bottom: 20px;
}

.textContentStyle_class {
  font-size: 20px;
  color: #121212;
  word-wrap: break-word;
}

footer a {
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
}

div .verticalLine_class {
  border-right-style: solid;
  border-color: white;
  border-width: 2px;
}

/**--------------------------- CLASES DE FELIPE -----------------------**/

/**--------------------------- CLASES DE YEISON -----------------------**/

.header-class {
  background-color: #154496;
}

.header-img-absolute-class {
  position: absolute;
}

.perfil-selector-btn-class {
  background-color: white;
  border-radius: 5px;
}

.faq-selector-btn-class {
  background-color: #830051;
  border-color: white;
  border-style: solid;
  border-width: 0.5px;
  border-radius: 5px;
}

.txt-perfil-sm-content-class {
  font-family: "Poppins", sans-serif;
  color: #1a6b9b;
  font-size: 1rem;
}

.txt-faq-sm-content-class {
  font-family: "Poppins", sans-serif;
  color: white;
  font-size: 1rem;
}

.txt-nobg-sm-content-class {
  background: none;
  border-color: #00b4b4;
  border-style: none;
  border-width: 0.5px;
}

.txt-lg-big-class {
  color: #da0078;
  font-size: 5rem;
  font-family: "Poppins", sans-serif;
}

.txt-lg-md-class {
  color: #da0078;
  font-size: 3rem;
  font-family: "Poppins", sans-serif;
}

.txt-sm-content-class {
  font-family: "Poppins", sans-serif;
  color: #00354f;
  font-size: 1.2rem;
}

.txt-title-bd-class {
  color: #132f78;
  font-size: 2.5rem;
  font-family: "Poppins", sans-serif;
}

.info-personal {
  color: #4f5757 !important;
  font-size: 2rem;
  font-family: "Poppins", sans-serif;
}

.txt-subtitle-bd-class {
  color: #4f5757;
  font-size: 2rem;
  font-family: "Poppins", sans-serif;
}

.lista-cursos .titulo-principal .txt-subtitle-bd-class {
  /*background-image: url("../img/barra-subtitulo.png");
        background-position: left bottom;
        background-repeat: no-repeat;
        padding: 20px 10px 20px 60px;*/
  /* font-family: 'Trade Gothic Bold'; */
  /*padding: 20px 10px 23px 60px;*/
}

h3.txt-subtitle-bd-class {
  color: #b4243e;
}

.titulo-principal > h3.txt-subtitle-bd-class::before {
  content: "";
  background-image: url("https://azmed-gastroenterologia.igloosuite.com/Content/Clients/azmed-gastroenterologia.igloosuite.com/img/icon_book.png");
  height: 50px;
  width: 50px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  left: -60px;
  visibility: visible;
}

.bg-white-class {
  background: white;
  border-radius: 2px;
  /*width: 100%;*/
}

.col-lg-7 .bb-style-solid-gray-class {
  border-style: none;
}

.bb-style-solid-gray-class .basic-color-class {
  color: #2b2b2b;
  font-family: "Trade Gothic Light";
}

/*.bb-style-solid-gray-class .txt-lg{
          margin: 0 !important;
          padding-top: 20px;
          padding-bottom: 20px;
          border-style: solid;
          border-color: #DFECF3;
          color: #4F5757;
          border-width: 0.3px;
      }*/

.bb-style-solid-gray-class {
  display: flex !important;
}

.pop-texto .modal-body {
  padding: 0;
}

.modal-body {
  border-radius: 5px;
}

.d-flex-perfil {
  display: -ms-flexbox;
  display: flex;
}

.d-flex-perfil-2 {
  display: inline-block;
}

.cont-numero-curso-class {
  border-bottom-style: solid;
  border-width: 0.5px;
  width: 60%;
  border-color: #ccc;
}

.numero-curso-class {
  background-color: #154496;
  width: 40%;
  padding: 10px;
  margin-top: 10px;
  color: white;
  font-family: "Poppins", sans-serif;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-style: solid;
  border-width: 0.5px;
}

footer {
  margin-top: 0;
  width: 100%;
  bottom: 0;
  background-color: transparent;
  padding: 0;
  flex: 0;
}

footer p {
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  a {
    font-size: 10px;
  }
}

footer a {
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
}

div .verticalLine_class {
  border-right-style: solid;
  border-color: white;
  border-width: 2px;
}

/*--------------------NAV BAR STYLE-------------------------*/
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0;
  background-color: #154496;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 10px;
}

.sidenav a {
  padding: 4px 4px 4px 32px;
  text-decoration: none;
  font-size: 1em;
  color: white;
  font-family: "Poppins", sans-serif;
  display: block;
  transition: 0.3s;
}

.sidenav .footer-xs p {
  padding: 4px 4px 4px 32px;
  text-decoration: none;
  font-size: 0.8em;
  color: white;
  display: block;
  font-family: "Poppins", sans-serif;
  transition: 0.3s;
}

.sidenav img {
  transition: 1s;
}

.sidenav a:hover {
  color: #cccc;
  cursor: pointer;
}

.sidenav p:hover {
  color: #cccc;
  cursor: pointer;
}

.sidenav .closebtn {
  font-size: 2em;
  position: absolute;
  top: 0;
}

.footer-xs {
  position: absolute;
  bottom: 0;
}

.lista-cursos .panel {
  background-color: #f2f2f2;

  -webkit-box-shadow: 0px 0px 5px 1px rgba(224, 224, 224, 1);
  -moz-box-shadow: 0px 0px 5px 1px rgba(224, 224, 224, 1);
  box-shadow: 0px 0px 5px 1px rgba(224, 224, 224, 1);
}

.progreso-bloqueado {
  border: 2px solid #f9b000;
}

.card-img {
  padding: 0;
}
.card.mb-3 {
  padding: 5px 12px;
}
img.img-listar-curso {
  background: #fff !important;
  border: 0;
}
.progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    #6db42a 25%,
    transparent 25%,
    transparent 50%,
    #6db42a 50%,
    #6db42a 75%,
    transparent 75%,
    transparent
  );
  background-size: 1rem 1rem;
}

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #6db42a;
  transition: width 0.6s ease;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }

  .sidenav p {
    font-size: 18px;
  }
}

/*-----------------------NAV BAR STYLE END----------------------*/

@media (max-width: 1200px) {
  .d-flex-perfil {
    display: inline-block !important;
  }

  .d-flex-perfil-2 {
    display: -ms-flexbox;
    display: flex !important;
  }
}
/**--------------------------- CLASES DE YEISON -----------------------**/

.tabs {
  margin-bottom: 20px;
}

.nav.nav-tabs {
  border-color: #036b9e !important;
}

.nav.nav-tabs li a,
.nav.nav-tabs li.active > a:hover {
  border-bottom-width: 0px;
  outline: none;
  background-color: transparent !important;
}

.nav.nav-tabs li.active > a,
.nav.nav-tabs li.active > a:active,
.nav.nav-tabs li.active > a:focus {
  background-color: #036b9e !important;
  color: #fff !important;
  border-radius: 3px;
}

.nav.nav-tabs li a {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: 10px;
  font-family: "Poppins", sans-serif;
  border-color: #036b9e;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  color: #036b9e !important;
}

.tab-pane {
  margin-top: -1px;
  font-family: "Poppins", sans-serif;
}

.active,
.collapsible:hover {
  background-color: transparent !important;
}

.btn-container {
  background-color: #fff;
  border-color: #ccc;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
}

/* CLASES CSS BAYER */

a {
  color: white;
}

.menu-lateral {
  background-color: #da0078;
  width: 12% !important;
}

.nav-stacked li a {
  background-color: #da0078;
  color: #da0078;
}

.menu-lateral p {
  background-color: #ec138a;
  color: white;
}

header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-top: 15px;
  margin-bottom: 15px;
}

.titulo-principal .clr-texto-ppal {
  font-size: 1.5em;
  color: #34236f;
}

.panel-body {
  padding: 0;
  background: none;
}

.panel {
  background: none;
}

.lista-cursos .panel {
  background-color: #f2f2f2;
}

.lista-cursos .panel-body {
  background-color: #fbfbfb;
}

.progreso-completo {
  border: 2px solid white;
  color: white;
}

.main-menu.open {
  background-color: #da0078;
  color: white;
}

p {
  font-size: 1.1em;
}

/* FELIPE */

.panel-sombra {
  -moz-box-shadow: 0px 0px 0px #cfd4d6 !important;
  -webkit-box-shadow: 0px 0px 0px #cfd4d6 !important;
  box-shadow: 0px 0px 0px #cfd4d6 !important;
  border: 1px solid #ccc !important;
  border-radius: 50px !important;
  padding: 20px !important;
  background-color: #fff !important;
  max-width: 550px;
  width: 500px !important;
}

.panel-sombra #titulo-div h3 {
  font-weight: bold;
  text-align: center !important;
  color: #0E69AD;
  font-size: 1.5em;
  margin-bottom: 30px;
}

.panel-sombra input[type="text"] {
  border: 1px solid #0085d3;
  border-radius: 5px !important;
  background: #D5F0EF !important;
  font-size: 18px;
  height: 45px;
}

.panel-sombra input[type="password"] {
  border: 1px solid #0085d3;
  border-radius: 5px !important;
  background: white !important;
  font-size: 18px;
  height: 45px;
}

.panel-sombra input[type="submit"] {
  color: white !important;
  font-size: 16px;
  box-shadow: 0px 3px 5px #ccc;
}

.copy-footer-form {
  margin-bottom: 25px;
  font-weight: 100;
  font-size: 10px;
  color: #828282;
}

.panel-sombra a {
  color: #828282 !important;
  font-size: 13px;
}

.foot-login a.clr-texto-register {
  background-color: #F71A3F;
  border-radius: 7px !important;
  padding: 10px 80px !important;
  font-size: 16px !important;
  color: white !important;
  border: none !important;
  cursor: pointer !important;
  font-weight: bold !important;
  text-align: center !important;
  display: inline-block !important;
  text-decoration: none !important;
  min-width: 200px !important;
}

.panel-sombra div .foot-login .form-group {
  border-top: 1.5px solid #00D9D1;
  padding-top: 30px;
  margin-top: 30px;
}

.panel-sombra div .foot-login .form-group label {
  font-size: 0;
}

/* content: "Acepto términos y condiciones de privacidad"; */

.panel-sombra div .foot-login .form-group label:before {
  content: "Acepto la ";
  font-size: 13px;
  color: #828282;
}

.foot-login {
  font-size: 14px;
  margin-top: 30px;
}



/* FELIPE */

/* ----------------------------------------- NEW --------------------------------------------- */

.panel-sombra input[type="email"] {
  border: 1px solid #dc007a !important;
  border-radius: 5px !important;
  background: white !important;
  font-size: 18px;
  height: 45px;
}

.panel-sombra select {
  border: 1px solid #dc007a !important;
  border-radius: 5px !important;
  background: white !important;
  font-size: 18px;
  height: 45px;
  max-width: 100%;
  text-overflow: ellipsis;
}

.panel-sombra input[type="number"] {
  border: 1px solid #dc007a !important;
  border-radius: 5px !important;
  background: white !important;
  font-size: 18px;
  height: 45px;
}

#btn-registro {
  width: inherit;
  margin-top: 0px !important;
  background-color: #0E69AD !important;
  color: #fff !important;
  font-weight: bold;
}

#btn-registro,
#btn-backButton {
  font-size: 16px;
  padding: 5px 50px;
}
#btn-backButton {
  background: #F71A3F !important;
  color: #fff !important;
}
#btn-cancelar {
  margin-top: 0px !important;
}

/* ----------------------------------------- NEW --------------------------------------------- */

/* CLASES CSS BAYER ------------------------CLASES  cursos --------------------------- */
header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 0;
}

.navbar-brand {
  background-color: transparent;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(145, 145, 145, 1);
  -moz-box-shadow: 0px 0px 0px 0px rgba(145, 145, 145, 1);
  box-shadow: 0px 0px 0px 0px rgba(145, 145, 145, 1);
}

#titulo-div{
  border-bottom: 1.5px solid #00D9D1 !important;
  margin-bottom: 4%;
}

.subtitulo {
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  margin-top: 0;
  color: #b4243e;
  font-weight: bold !important;
}

.lista-cursos .panel {
  background-color: #f2f2f2;
}

.progreso-progreso {
  border: 2px solid white;

  background-color: #003e90;
  color: white;
}

.progreso-completo {
  border: 2px solid white;
  color: white;
  background-color: #b8bfc7;
}

.progreso-bloqueado {
  border: 2px solid white;
  color: white;
  background-color: #003e90;
}

.lista-contenido .panel-body {
  padding: 0;
  background: transparent;
  font-size: 1.3em;
}

.lista-cursos .panel-body {
  padding: 0;

  background: white;
}

.panel {
  background: none;
}

.card-body h5 {
  font-weight: normal;
  font-size: 29px;
}

.titulo-principal .clr-texto-ppal {
  font-size: 0;
  color: #00068b;
  font-weight: 500;
  background-image: url("https://ace-curso-cushing.igloosuite.com/Content/Clients/ace-curso-cushing.igloosuite.com/assets/birrete.png");
  background-size: 50px 50px;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 20px 10px 13px 60px;
  margin-bottom: 10px !important;
}
.titulo-principal .clr-temas:after {
  content: "Mis cursos";
  font-size: 2.5rem;
}

.dropup,
.dropdown {
  background-color: white;
  margin-right: 10px;
  border-radius: 5px;
  color: #003e90;
  border-style: solid;
  border-color: #dfe8e9;
  border-width: 1px;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}

.main-menu .nombre-usuario {
  color: #003e90;
}

.main-menu.open .dropdown-toggle .nombre-usuario {
  color: #ccc;
}

.main-menu.open {
  background-color: white;
  margin-right: 10px;
  border-radius: 5px;
  color: #003e90;
}

.main-menu a:hover {
  background-color: #ccc !important;
}

.d-flex-perfil .txt-nobg-sm-content-class {
  background: #c4d600;

  border-style: none;
  border-width: 0.5px;
  border-radius: 0px;
  padding: 10px !important;
  color: white;
}

.d-flex-perfil .txt-nobg-sm-content-class p {
  color: white;
}

.container .txt-title-bd-class {
  /*background-image: url("../img/barra-subtitulo-bayer-2.png");*/
  background-image: url("https://ace-curso-cushing.igloosuite.com/Content/Clients/ace-curso-cushing.igloosuite.com/assets/icono-usuario.png");
  /*background-position: left bottom;*/
  background-size: 50px 50px;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 20px 10px 13px 60px;
  margin-bottom: 10px !important;
  color: #00068b;
  margin-top: 20px;
}

/* .panel-sombra a {
  margin-left: 7px;
} */

.glyphicon-exclamation-sign {
  font-size: 0px !important;
  vertical-align: sub;
  height: 60px;
  width: 100%;
  background: url(/Content/Clients/academy.bayer.com/img/like.png);
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 20px;
}

.custom-success .modal-footer {
  display: flex;
  justify-content: center;
}

.custom-success .modal-terms-p {
  text-align: center;
}

.custom-success .btn-interno {
  background-color: #002e48;
  color: #00b4b4;
}

.editar-informacion-campo-especialidad {
  display: none;
}

.clr-texto-ppal strong {
  display: none;
}

.modal-editar-perfil #IdentificationNumber {
  pointer-events: none;
  color: #ccc;
}

#panel-login .foot-login a:nth-child(5) {
  display: none;
}

.soporte-tecnico-login {
  display: none;
}

.logo-lab {
  padding-top: 50px;
  display: none;
}

.logo-lab .img-responsive {
  display: none;
}

.banner-movil {
  display: none;
}

/*.hidden-xs{
    font-size: 0.9em;
}*/


.primary-color-class {
  font-family: "Trade Gothic Bold";
}

/*oscar*/

/* CLASES CSS BAYER ------------------------CLASES  cursos --------------------------- */

/* New Version */
header .navbar {
  margin-right: 5%;
}

header .navbar .img-fluid-custom {
  width: 35%;
}

.item-edit {
  display: flex;
}

.btn-general-custom,
#guardar-editar-perfil {
  background-color: #b4243e;
  color: #fff;
  border: none;

  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-primary:hover {
  background-color: #3b164e;
  color: #fff;
  border: none;

  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}

.imagen-usuario {
  width: 40px;
  height: 40px;
  padding-top: 6px;
  background: #e0e1e3;
  text-align: center;
  color: #003e90;
  margin: 0;
}

.nombre-usuario {
  color: #003e90;
  font-weight: bold;
  padding-top: 0;
  margin: 0;
}

.fa-user.fa-w-14 {
  height: auto;
  width: 55%;
}

.instruction-go-certificate {
  padding: 3% 0;
}

#pop-course-finished .modal-header {
  height: 75px;
  background-size: 225%;
}

.footer-custom {
  width: 85%;
  margin: auto;
  margin-left: 15%;
}



p.card-text {
  font-size: 14px;
  font-weight: 700;
  color: #4a4a4a;
}

/*.navbar-light .navbar-nav .nav-link {
    color: #c4d500;
    font-weight: bold;
}
*/
.btn-primario,
.btn-primario:hover {
  background-color: #b4243e !important;
  color: #fff;
}

/* Style 2021 */

.panel-contenido {
  margin: 50px auto;
}

.lista-cursos .card-body {
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.title-miperfil ~ .txt-subtitle-bd-class {
  font-size: 1.5rem;
  color: #00354f;
}

#panel-aviso img {
  /* padding-top: 250px !important; */
  width: 450px !important;
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

#panel-aviso{ 
    place-content: flex-end !important;
    padding-bottom: 90px !important;
}

@media (min-width: 1200px) {
  #panel-login {
    width: 33.33333333%;
  }

  #panel-aviso {
    width: 33.33333333%;
    order: -1 !important;
    height: 100%;
  }
}

@media (min-width: 320px) { 
  .navbar-brand {
    width: 70%;
  }
}

@media (max-width: 767.98px) {
  header {
    background-color: #f8f9fa;
    padding: 0 !important;
  }

  header .navbar {
    display: flex;
    align-items: center;
    padding: 0;
    margin-right: 0;
  }

  header .navbar .img-fluid-custom {
    width: 80%;
    padding: 20px 10px;
    margin: auto;
    margin-left: 55px;
  }

  header .navbar-toggler {
    transform: translate(-20px, 8px);
    -webkit-transform: translate(-20px, 8px);
    -moz-transform: translate(-20px, 8px);
    -ms-transform: translate(-20px, 8px);
    -o-transform: translate(-20px, 8px);
    position: absolute;
    margin-left: 25px;
  }

  header .navbar-collapse {
    background: rgb(35, 46, 111);
    padding: 1rem;
  }

  header .navbar-collapse .dropdown-item {
    color: #fff;
  }

  .footer-custom {
    width: auto;
    margin-left: 0;
  }

  .lista-cursos .clr-texto-ppal {
    /* padding-left: 0;*/
    margin-bottom: 0;
  }

  .contenido-interno .lista-cursos .clr-texto-ppal {
    margin-bottom: 20px;
  }

  .card-img {
    padding: 0;
  }

  .div-lateral-menu-options {
    margin: 0 !important;
  }

  .a-lateral-menu-options {
    color: #fff;
    background-color: #123c58;
    border-color: #123c58;
    margin: 10px;
  }

  .lista-temas-contenido li {
    font-size: 1.2rem;
    position: relative;
    padding-right: 70px !important;
  }

  .lista-temas-contenido .float-right {
    display: flex;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
  }

  #pop-content > .modal-dialog {
    max-width: 100%;
    justify-content: center;
    flex-direction: column;
    height: 100%;
  }

  #pop-content #contentContainer .modal-body {
    padding: 5%;
  }

  .btn.btn-secundario {
    padding: 5px 15px !important;
  }
}

/* Responsive styles for panel-aviso image */
@media (max-width: 767.98px) {
  #panel-aviso img {
    padding-top: 100px !important;
    width: 100% !important;
    max-width: 300px !important;
  }
}
  
/* Responsive styles for panel-aviso image */
@media (max-width: 576px) or (max-height: 830px){ 

  div#div-img-curso {
    text-align: left !important;
    margin-left: -60px !important;
  }

  .panel-sombra{
    width: 100%  !important;
  }

  #panel-aviso{
    padding: 0px !important;
  }

  .row.justify-content-md-center{
    gap: 10px !important;
    /* height: 100vh !important; */
  }

  #panel-login, #panel-aviso {
      margin-top: 15px !important;
      margin-bottom: 20px !important;
  }

  #panel-aviso img {
        /* display: block; */
        position: relative !important;
        padding-top: 0px !important;
        /* left: -75px !important; */
        width: 86% !important;
        top: -107px !important;
        max-width: 250px !important;
    }


  /* Register */
  #btn-backButton { 
    margin-bottom: 20px !important;
  }

  .mt-5, .my-5{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media (max-width: 480px) {
  #panel-aviso img {
    padding-top: 100px !important;
    width: 90% !important;
    max-width: 250px !important;
  }

  #div-img-ace img {
    padding-top: 0px !important;
  }
}

/* Para pantallas menores a 1300px margin-top: 10px; */
@media (max-width: 1300px) {
  #panel-login,
  #panel-aviso {
    margin-top: 10px;
  }

  #panel-aviso {
    order: -1 !important;
  }
}

/* Estilos para el botón de login */
#btn-login {
  background-color: #0E69AC!important; 
  font-size: 16px !important;
  color: white !important;
  border: none !important;
  padding: 10px 80px !important;
  border-radius: 7px !important;
  cursor: pointer !important; /* Cambia el cursor a pointer para indicar que es clicable */
  font-weight: bold !important;
  /* cursor: not-allowed !important; */
  /* pointer-events: none !important; */
  text-align: center !important;
  display: block !important;
  min-width: 258px !important;
  pointer-events: auto; /* Habilita eventos de click */
  opacity: 1; /* Opacidad completa para mostrar que está habilitado */
  position: relative;
}

/* background-image: url("https://ace-curso-dislipidemias.igloosuite.com/Content/Clients/ace-curso-dislipidemias.igloosuite.com/portada/assets/Login-1.png"); */

.fondo-login {
  background-color: #f8fafc;
  background-size: cover !important;
  background-position: top !important;
  background-image: url("https://sop.igloolab.co/Content/Clients/sop.igloolab.co/img/Insumo Elearning Merck.jpg");
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
}

#page-register {
  width: 100%;
  margin: auto;
  background-color: #fff;
  padding-bottom: 110px;
}

#page-register .head-register {
  background-image: url("https://sop.igloolab.co/Content/Clients/sop.igloolab.co/img/BannerMerck_Movil.jpg") !important;
  background-position: top !important;
  min-height: 530px;
  width: 100%;
  background-size: contain !important;
}

/* Titulo de registro */
p.font-sf-light.mt-5.color-blue-dark {
    font-weight: 600;
}

/* Para pantallas menores a 1300px min-height: 160px */
@media (max-width: 1300px) {
  #page-register .head-register {
    min-height: 160px;
  }
}

.head-register {
  display: flex;
  justify-content: center;
  align-items: center;
}

.titulo-registro-custom {
  display: none;
  font-size: 2.8rem;
  font-weight: bold;
}

#page-register .body-register {
  width: 90% !important;
}

#page-register .body-register > label {
  font-weight: 600;
}
.body-register form .form-group label a {
  font-size: 0;
}

#form-hcp{
    text-align: left !important;
}

#form-term {
    text-align: left !important;
}

.body-register form .form-group label a::after {
  content: "política de privacidad y los términos y condiciones";
  color: #154496 !important;
  font-size: 12px;
}

.body-register form .form-group label[for="check-term"]::before {
  color: black !important;
  content: "He leído y acepto la política de privacidad y los términos y condiciones.";
  font-size: 12px;
}
label[for="check-term"] {
  display: contents;
}
.soporte-tecnico-login-2 {
  margin-right: 1rem;
  display: none;
}
label.check-hcp {
  font-size: 0;
  display: contents;
}
label.check-hcp::after {
  content: "Acepto y manifiesto, bajo la gravedad de juramento, que soy profesional de la salud y, por lo tanto, beneficiario directo de la información digital que se me ofrecerá. Manifiesto que la presente autorización me fue solicitada y puesta de presente antes de entregar mis datos, y que la suscribo de forma libre y voluntaria, ya que este evento es exclusivo para profesionales de la salud.*";
  font-size: 12px;
}
.div-guia {
  margin-right: 1rem;
}

.div-soporte {
  position: absolute;
  right: 0;
  margin-top: 2rem;
  margin-right: 2rem;
}

.guia-button {
  background: #eb3c96 !important;
  color: #fff !important;
  border-radius: 20px !important;
  padding: 6px 16px;
  font-weight: normal;
  border: none;
  margin-top: 1%;
}

@keyframes glowing {
  0% {
    box-shadow: 0 0 -10px #eb3c96;
  }

  40% {
    box-shadow: 0 0 20px #eb3c96;
  }

  60% {
    box-shadow: 0 0 20px #eb3c96;
  }

  100% {
    box-shadow: 0 0 -10px #eb3c96;
  }
}

.button-glow {
  animation: glowing 5000ms infinite;
}

#MvcDynamicField_CELULARPAIS_wrapper {
  position: relative;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}
/*
.foot-login .form-group a {
  color: #1d2142 !important;
}
*/
a[href="/Security/PasswordRecoveryByEmail?countryId=0"] {
  display: block;
  padding-top: 20px;
  color: #0c1f3f;
}

/******** CSS FOOTER *******/

.footer--background {
  background-color: #b4243e;
  color: #ffffff;
  font-size: 12px;
  font-weight: lighter;
  height: 70px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: space-around;
  p {
    font-size: 10px;
    a {
      font-size: 10px;
    }
  }
}

span.line-footer {
  width: 1px;
  height: 17px;
  background: #fff;
}

/** CSS to reverse login and aviso panels order **/
/* Option 1: Using a custom class (recommended) */
.row-reverse-login {
  display: flex !important;
  flex-direction: row-reverse !important;
}

/* Option 2: CSS-only solution without HTML access - Target Bootstrap rows with specific characteristics */
.row.justify-content-md-center {
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  gap: 220px;
  height: 100%;
}

#btn-proximamente {
  display: block;
  justify-self: center;
  background-color: #0E69AD !important;
  padding: 12px 60px !important;
  font-size: 16px !important;
  color: white !important;
  border-radius: 7px !important;
  border: none !important;
  cursor: pointer !important;
  font-weight: bold !important;
  text-align: center !important;
  min-width: 200px !important;
}

/* Override Bootstrap's float-based grid for flexbox */
.row.justify-content-md-center > [class*="col-"] {
  float: none !important;
  flex: 0 0 auto !important;
  width: auto !important;
}

/* Option 4: Additional fallback for maximum browser compatibility */
.row > #panel-aviso {
  order: -1 !important;
}

.row > #panel-login {
  order: 1 !important;
}

/* Ensure the panels maintain their responsive widths */
@media (min-width: 1200px) {
  #panel-login {
    width: 33.33333333% !important;
  }

  #panel-aviso {
    width: 33.33333333% !important;
    order: -1 !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #panel-login {
    width: 50% !important;
  }

  #panel-aviso {
    width: 50% !important;
    order: -1 !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #panel-login {
    width: 83.33333333% !important;
  }

  #panel-aviso {
    width: 83.33333333% !important;
    order: -1 !important;
  }
}

/* Reset order on mobile for better UX */
@media (max-width: 767.98px) {
  .row.justify-content-md-center {
    flex-direction: column-reverse !important; /* Reset to normal order on mobile */
  }

  #panel-aviso {
    order: 0 !important; /* Reset order on mobile */
  }
}
/** Small devices (landscape phones, less than 768px) **/
@media (max-width: 767.98px) {
  .footer--background {
    height: 150px;
    text-align: center;
    flex-direction: column;
    justify-content: space-evenly;
  }
  #panel-aviso {
    margin-top: 0;
    order: 0 !important; /* Reset order on mobile */
  }
} 