/*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-color: #F8FAFC !important;
    font-family: 'Poppins', sans-serif;
}

.panel-sombra input[type=submit] {
    border-radius: 5px !important;
    background: #002E48 !important;
    color: #00B4B4 !important;
    font-size: 25px;
    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: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .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: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .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: #002E48;
}

.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, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .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 p {
    color: white;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
}

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: #002E48;
}

.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: #707070;
    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: 12px;
}

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;
}

.progress-bar-striped {
    background-image: linear-gradient(45deg,
            #003085 25%,
            transparent 25%,
            transparent 50%,
            #003085 50%,
            #003085 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: #FE9D2B;
    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: 10px !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: #00354F;
    font-size: 2em;
    margin-bottom: 30px;
}

.panel-sombra input[type=text] {
    border: 1px solid #0085D3;
    border-radius: 5px !important;
    background: white !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: 24px;
    box-shadow: 0px 3px 5px #CCC;
}

.copy-footer-form {
    margin-bottom: 25px;
    font-weight: 100;
    font-size: 12px;
}

.panel-sombra a {
    color: #0085D3;
    font-size: 16px;
}

.panel-sombra div .foot-login .form-group {
    border-top: 1px solid #CCC;
    padding-top: 30px;
    margin-top: 30px;
}

.panel-sombra div .foot-login .form-group label {
    font-size: 0;
}

.panel-sombra div .foot-login .form-group label:before {
    content: 'Acepto términos y condiciones de privacidad';
    font-size: 16px;
    font-weight: lighter;
}


.foot-login {
    font-size: 14px;
    margin-top: 30px;
}

@media (min-width: 1200px) {

    #panel-login {
        width: 33.33333333%;
    }

    #panel-aviso {
        width: 33.33333333%;
    }
}

/* 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: #132853 !important;
    color: #FFF !important;
    font-weight: bold;
}

#btn-registro,
#btn-backButton {
    font-size: 16px;
    padding: 5px 50px;
}

#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);
}

.subtitulo {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    margin-top: 0;
    color: #003E90;
    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: 1.8em;
    color: #003E90;
    font-weight: 500;
    background-image: url("https://ace-actualizacion-obesidad.igloosuite.com/Content/Clients/ace-actualizacion-obesidad.igloosuite.com/assets/img/virrete.png");
    background-size: 50px 50px;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 20px 10px 13px 60px;
    margin-bottom: 10px !important;
}

.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-actualizacion-obesidad.igloosuite.com/Content/Clients/ace-actualizacion-obesidad.igloosuite.com/assets/img/user-icon.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: #003E90;
    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;
}*/
@media (min-width: 320px) {
    .navbar-brand {

        width: 70%;
    }
}

.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: 20%;
}

.item-edit {
    display: flex;
}

.btn-general-custom,
#guardar-editar-perfil {
    background-color: #6E3F85;
    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%;
}

@media (max-width: 767.98px) {
    header {
        background-color: #f8f9fa;
        padding: 0 !important;
    }

    header .navbar {
        display: flex;
        align-items: center;
        padding: 0;
        margin-right: 0px;
    }

    header .navbar .img-fluid-custom {
        width: 80%;
        padding: 20px 10px;
        margin: auto;
    display: block;
    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;
    }
}

p.card-text {
    font-size: 1.1rem;
}



/*.navbar-light .navbar-nav .nav-link {
    color: #c4d500;
    font-weight: bold;
}
*/
.btn-primario,
.btn-primario:hover {
    background-color: #830051 !important;
    color: #fff;
}

/* Style 2021 */

.panel-contenido {
    margin: 50px auto;
}

.lista-cursos .card-body {
    background: #F8F8F8;
    height: 100%;
}

.title-miperfil~.txt-subtitle-bd-class {
    font-size: 1.5rem;
    color: #00354F;
}

#panel-login,
#panel-aviso {
    margin-top: 100px;
}

#btn-login {
    background-color: #003E90 !important;
}

.fondo-login {
    padding: 50px 0;
    background-color: white;
    background-image: url(https://ace-actualizacion-obesidad.igloosuite.com/Content/Clients/ace-actualizacion-obesidad.igloosuite.com/assets/img/back-login.jpg);
    background-size: cover;
    background-position: center right;
}


#page-register {
    width: 80%;
    margin: auto;
    background-color: #FFF;
    padding-bottom: 110px;
}

#page-register .head-register {
    background-image: url('https://ace-actualizacion-obesidad.igloosuite.com/Content/Clients/ace-actualizacion-obesidad.igloosuite.com/assets/img/banner-registro.jpg') !important;
    background-position: top !important;
    min-height: 270px;
    background-size: contain !important;
}

.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;
}

.soporte-tecnico-login-2 {
    margin-right: 1rem;
    display: none;
}

.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;
}