body {
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    font-family: "condensed";
}

#cabecera {
    width: 100%;
    z-index: 999;
}

#header_container {
    display: flex;
    align-items: center;
    margin-bottom: 10px;

    width: 100%;
    height: 50px;
    margin: 0 auto;
    background: linear-gradient(270deg, #0D263B 0%, #28B6AF 48.94%, #92E7D9 100%);
}

#header {
    display: flex;
    justify-content: space-between;

    width: 100%;
    max-width: 1310px;
    height: 50px;
    margin: 0 auto;
    /*padding: 0 10px 0 10px;*/
}

#headerline {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px;
    background-color: #2F68B1;
    color: #FFF;

}

#cabecera_logos_container {
    width: 100%;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.16);
}

#cabecera_logos {
    display: flex;
    justify-content: space-between;
    align-items: center;

    width: 100%;
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 10px 0 10px;
}

#breadcrumbline {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px;
    background-color: #00b8f1;
    color: #FFF;

}


.estilo_interes {
    font-size: 12px;
    padding: 5px 10px;
    margin: 5px;
    background-color: #53bfe517;
    border-radius: 20px;
    color: #686868;
}

.non-selectable {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*pass*/

#nivelseguridad {
    font-size: 10px;
}

.formulario,
.nivelSeguridad {
    width: 100%;
    margin: 0px auto;
    pointer-events: none;
    display: none;
    height: 43px;
}


.nivelesColores {
    height: 4px;
    width: 100%;
    display: inline-block;
    position: relative;
    left: 0px;
}

.spanNivelesColores {
    transition: width .2s;
    width: 0;
    height: 4px;
    display: inline-block;
    position: absolute;
    background-size: cover;
    /*background: url(http://momstudio.es/img/img-elmaquetadorweb/password-level-47px.png) no-repeat;*/
    /*background: linear-gradient(90deg, rgba(191, 0, 34, 1) 0%, rgba(233, 166, 0, 1) 33%, rgba(255, 246, 0, 1) 75%, rgba(0, 191, 20, 1) 100%);*/
    /*border: 1px solid #f00;
  right: 120px;*/
}

.bajo,
.medio,
.alto,
.muyAlto {
    height: 4px;

}

.spanNivelesColores.nulo {
    width: 0px;
}

.spanNivelesColores.bajo {
    width: 25%;
    background-color: #bf0022;
}

.spanNivelesColores.medio {
    width: 50%;
    background: linear-gradient(90deg, rgba(191, 0, 34, 1) 0%, rgba(233, 166, 0, 1) 100%);
}

.spanNivelesColores.alto {
    width: 75%;
    background: linear-gradient(90deg, rgba(191, 0, 34, 1) 0%, rgba(233, 166, 0, 1) 50%, rgba(255, 246, 0, 1) 100%);
}

.spanNivelesColores.muyAlto {
    width: 100%;
    background: linear-gradient(90deg, rgba(191, 0, 34, 1) 0%, rgba(233, 166, 0, 1) 33%, rgba(255, 246, 0, 1) 66%, rgba(0, 191, 20, 1) 100%);
}


#t_password_img {
    position: relative;
    margin-top: -36px;
    float: right;
    width: 24px;
    height: 24px;
}

#t_password2_img {
    position: relative;
    margin-top: -36px;
    float: right;
    width: 24px;
    height: 24px;
}

#t_password_anterior_img {
    position: relative;
    margin-top: -36px;
    float: right;
    width: 24px;
    height: 24px;
}



.info_label {
    position: relative;
    top: 2px;
    font-size: 12px;
    margin-bottom: 5px;
    color: #6E6E6E;
    /*visibility: visible;*/
}



#mostrarOcultarCambioContrasena {
    font-size: 12px;
    color: #28B6AF;
    cursor: pointer;
    text-align: right;
}

#DIVmostrarOcultarCambioContrasena {
    visibility: hidden;
}

/**/

.migapan {
    color: #fff;
    font-family: "condensed";
    margin-bottom: 0;
}

.migapan a {
    color: #fff;
}

.migapan a:hover {
    color: #fff;
    text-decoration: underline;
}

.migapan a:active {
    color: #fff;
    text-decoration: underline;
}

#headerline2 {
    display: none;
    width: 100%;
    height: auto;
    margin-bottom: 25px;
}


.logo img {

    margin-bottom: 0px;
    max-width: 220px;
    width: 100%;
}

.titulo {
    font-family: "condensed";
    font-size: 46px;
    font-weight: 600;
    color: #FFFFFF;
    text-align: right;
    margin-top: 35px;

}

.negrita {
    font-family: "condensed-bold";
}

.registro {
    font-family: "condensed";
    font-size: 25px;
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 0px;
}


.registro2 {
    font-family: "condensed";
    font-size: 12px;
    color: #212121;
    text-align: center;
}



.intereses {
    font-family: roman;
    font-size: 14px;
    font-weight: 600;
    color: #686868;
    text-align: center;
}

.intereses2 {
    font-family: roman;
    font-size: 18px;
    font-weight: 600;
    color: #686868;
}

.registro3 {
    font-family: roman;
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
    margin-top: 18px;
    margin-bottom: 0px;
}

.recordar1 {
    font-family: "condensed";
    color: #165A64;
    cursor: pointer;
    margin-top: 3px;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
}

.recordar1:hover {
    text-decoration: underline;
}



.nota {
    font-family: Lato, sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #5e2f8e;
    text-align: left;
    margin-right: 35px;
}


.codigo {
    font-family: Lato, sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #294279;
    text-align: right;
    margin-top: 7px;
}

.texto {
    font-family: "roman";
    font-size: 18px;
    font-weight: 400;
    color: #28B6AF;
    margin: 0px;
    line-height: 1.2;
}

.texto_info {
    font-family: "roman";
    font-size: 14px;
    color: #686868;
    margin: 0px;
    line-height: 1.2;
}

.titulo_index {
    font-family: "condensed-bold";
    font-size: 30px;
    font-weight: 400;
    color: #2F68B1;
    margin: 0px;
    line-height: 1.2;
    margin-left: 15px;
    margin-top: 30px;
}

.hora {
    font-family: "condensed-bold";
    font-size: 20px;
    font-weight: 400;
    color: #2F68B1;
    margin: 0px;
    top: 10px;
    line-height: 1.2;
}

.hora2 {
    font-family: roman;
    font-size: 18px;
    font-weight: 100;
    color: #2F68B1;
    text-align: left;
    margin: 0px;
    line-height: 1;
    color: #FFF;
}

#video {
    border-radius: 4.43665px;
}

#contenedor_registro {
    width: 100%;
    background-color: #FFFFFF;
    background-origin: center center;
    background-size: cover;
}

#registro {
    max-width: 900px;
    /*border-radius: 44px 44px 44px 44px;
    -moz-border-radius: 44px 44px 44px 44px;
    -webkit-border-radius: 44px 44px 44px 44px;
    border: 1px solid #ffffff;
    background-color: #72bbec;
    -webkit-box-shadow: 10px 10px 24px -2px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 10px 10px 24px -2px rgba(0, 0, 0, 0.16);
    box-shadow: 10px 10px 24px -2px rgba(0, 0, 0, 0.16);*/
    padding: 30px;
}

#login {
    max-width: 1200px;
    /*border-radius: 44px 44px 44px 44px;
    -moz-border-radius: 44px 44px 44px 44px;
    -webkit-border-radius: 44px 44px 44px 44px;
    border: 1px solid #ffffff;
    background-color: #72bbec;
    -webkit-box-shadow: 10px 10px 24px -2px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 10px 10px 24px -2px rgba(0, 0, 0, 0.16);
    box-shadow: 10px 10px 24px -2px rgba(0, 0, 0, 0.16);*/
    padding: 5px;
}

.ponentes {
    margin: 0 auto;
    width: 100%;
    max-width: 900px;
}

.ponentes img {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 80%;
    max-width: 520px;
}


.caja-preguntas {
    background-color: #c6eff2;
}

#live-questions img {
    margin-top: 15px;
    margin-bottom: 0px;
    margin-left: 10px;
}

#pregunta-textarea {
    height: 110px;
    resize: none;
    width: 100%;
    border-radius: 11px 11px 11px 11px;
    -moz-border-radius: 11px 11px 11px 11px;
    -webkit-border-radius: 11px 11px 11px 11px;
    border: 1px solid #294279;
    padding: 15px;
}




#send_button {
    cursor: pointer;
    text-align: center;
}

#send_button img {
    margin-top: 10px;
    margin-bottom: 20px !important;

}

#send_button_2 {
    cursor: pointer;
    text-align: center;
}

#send_button_2 img {
    margin-top: 10px;
    margin-bottom: 20px !important;

}

#login_button {
    cursor: pointer;

}

#login_button img {
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 20px !important;
    clear: both;
}

#register_button {
    cursor: pointer;
}

#register_button img {
    margin-bottom: 20px !important;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.container100 {
    max-width: 100%;
    background-color: #FFF;
}


#footer {
    background-color: #2F68B1;
}

input[type=text] {
    border: none;
    padding: 13px 12px;
    gap: 10px;
    background: #FFFFFF;
    border: 1px solid #D4D4D4;
    font-family: "condensed";
    font-size: 14px;
}

.select {
    border: none;
    padding: 13px 12px;
    gap: 10px;
    background: #FFFFFF;
    border: 1px solid #D4D4D4;
    font-family: "condensed";
    font-size: 14px;
    height: 50px !important;
}

input[type=password] {
    border: none;
    padding: 13px 12px;
    gap: 10px;
    background: #FFFFFF;
    border: 1px solid #D4D4D4;
    font-family: "condensed";
    font-size: 14px;
}


input[type=checkbox] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.4);
    /* IE */
    -moz-transform: scale(1.4);
    /* FF */
    -webkit-transform: scale(1.4);
    /* Safari and Chrome */
    -o-transform: scale(1.4);
    /* Opera */
    transform: scale(1.4);
    padding: 10px;
}

input :focus {
    outline: none;
}

select {
    margin-bottom: 10px;
    font-family: roman;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

#soporte_simed {
    position: fixed;
    bottom: 0px;
    right: 3rem;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border: 2px solid #2F68B1;
    border-bottom: 0px;
    padding: 10px 30px 10px;
    color: #2F68B1;
    cursor: pointer;
    background: #fff;
    font-size: .8rem;
    z-index: 2;
    font-family: 'DM Sans', sans-serif;
}

.btn_registro {
    font-family: "condensed";
    color: #686868;
    font-size: 14px;
    border-radius: 25px;
    padding: 5px;
    border: 1px solid #28B6AF;
    width: 46%;
    text-align: center;
    cursor: pointer;
}

.btn_entrar {
    font-family: "condensed";
    color: #FFF;
    background-color: #2F68B1;
    font-size: 14px;
    border-radius: 25px;
    padding: 5px;
    border: 1px solid #28B6AF;
    width: 46%;
    text-align: center;
    margin-left: 8%;
    cursor: pointer;
}


.btn_registro:hover {
    color: #FFF;
    background-color: #2F68B1;
}

.btn_entrar:hover {}


#contenedor_menu {
    width: 100%;
    background-image: url(../img/ge/img_bg_clara@2x.png);
    background-position: center center;
    background-size: cover;
}

.modal {
    background-color: #424d4482;
}

#claim_container {
    padding: 15px;
}

.cabecera_especialidad {
    padding: 15px;
}

#secc_favoritos {
    margin-bottom: 0px;
}


.cabecera_especialidad_texto img {
    background-color: #FFF;
    padding: 12px;
    margin-top: -5px;
    border-radius: 0px 0px 10px 10px;
    -webkit-box-shadow: 0px 0px 3px 1px rgba(232, 232, 232, 1);
    -moz-box-shadow: 0px 0px 3px 1px rgba(232, 232, 232, 1);
    box-shadow: 0px 0px 3px 1px rgba(232, 232, 232, 1);

}

@media (min-width:1500px) {
    body {
        background-position: center;
    }
}

@media (max-width:1300px) {
    body {
        background-position: center;
    }
}

@media (max-width:800px) {
    body {
        background-position: center;
        background-size: cover;
    }

    #headerline {
        display: block;
    }

    #headerline2 {
        display: block;
    }

}

@media (max-width:500px) {
    .logo img {
        /*float: center;*/
        max-width: 220px;
    }

    body {
        background-position: center;
        background-size: cover;
    }

    .hora {
        top: 10px;
        font-size: 13px;
        padding-right: 0px;
    }

    #claim_container {
        padding: 0px;
    }

    .cabecera_especialidad {
        padding: 0px;
    }

    #secc_favoritos {
        margin-bottom: 30px;
    }


}

@media (max-width:400px) {}


.sticky-top {
    top: -1px;
}

.navbar {
    padding: 0rem 0rem;
}

.navbar-toggler {
    border: none;
}

button:focus {
    outline: 0px;
}


li {
    padding-left: 10px;
    padding-right: 10px;
}

#home {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;

    font-family: "condensed";
    font-size: 14px;
    text-align: right;
    color: #FFFFFF;
}

#usuario {
    text-align: right;
    font-family: "condensed";
    display: inline-block;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#usuario_menu {
    display: none;
    position: fixed;
    top: 0;

    background: #175864;
    font-size: 13px;
    text-align: left;
    padding: 5px 5px;
    color: #D5ECE9;
    z-index: 2100;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-box-shadow: -1px 1px 5px 0px rgba(163, 163, 163, 1);
    -moz-box-shadow: -1px 1px 5px 0px rgba(163, 163, 163, 1);
    box-shadow: -1px 1px 5px 0px rgba(163, 163, 163, 1);
}

.usuario_name {
    margin-right: 10px;
    font-size: 14px;
    color: #FFFFFF;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#usuario_menu.active {
    display: block;
}

#usuario_menu div {
    margin: 8px 0;
    padding: 0 12px;
}

#usuario_menu div img {
    max-width: 24px;
    height: auto;
}

#usuario_menu div span {
    vertical-align: middle;
    cursor: pointer;
}
