.modal-content {
    border-radius: 10px;
}

.btn_principal {
    display: flex;
    padding: 8px 16px;
    align-items: center;
    gap: 4px;
    border-radius: 4px;
    background: #28B6AF;
    color: #FFF;
    font-family: "condensed";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    cursor: pointer;
    /* 20.8px */
}


.btn_principal:hover {
    display: flex;
    padding: 8px 16px;
    align-items: center;
    gap: 4px;
    border-radius: 4px;
    background: #165A64;
    color: #FFF;
    font-family: "condensed";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    cursor: pointer;
    /* 20.8px */
}


.logo img {
    max-width: 300px;
    width: 100%;
    margin-left: 20px;
}

.logo_euromedice_index img {
    display: block;
    position: absolute;
    top: 3rem;
    margin-bottom: 0px;
    max-width: 150px;
    width: 100%;
}

.maxwidth {
    margin: 0 auto;
    max-width: 1380px;
    padding: 5px;
}

#cabecera_resumen {
    width: 100%;
    margin-top: 50px;
    max-width: 1300px;
    padding: 0px;
    margin-bottom: 5rem;
}


.contenedor {
    width: 100%;
}

.fondo_linea_superior {
    background-color: #fffffff0;
}

#posicion_elemento_doctor {
    transform: translateY(-60%);
    position: absolute;
}

#banner_reunion_info {
    margin: 0px auto;
    background-color: #FFF;
    border-radius: 5px;
    padding-left: 0px;
    padding-right: 0px;
    color: #424D44;
    -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
}

#banner_reunion_info_resumen {
    margin: 0px auto;
    background-color: #FFF;
    padding-left: 0px;
    padding-right: 0px;
    color: #424D44;
    -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    font-family: 'condensed';
    max-width: 100%;
}



.cabecera_mobile {
    display: none;
}

.cabecera_desktop {
    display: block;
    padding: 0;
}

#doctor_resumen_alineacion {
    text-align: right;
}

#doctor_resumen {
    width: 100%;
    margin: 0;
}


.linea_modulo {
    text-align: center;
    border-right: 2px solid #D4D4D4;
    border-bottom: 0px;
}

.img_linea_modulo {
    display: none;
}

.modulo_etiqueta {
    position: absolute;
    top: 20px;
    z-index: 1;
    background-color: #FFF;
    color: #212121;
    padding: 5px 10px;
}

.modulo_completado {
    position: absolute;
    top: 70px;
    left: 0px;
    z-index: 1;
    background-color: #FFF;
    color: #28B6AF;
    padding: 5px 10px;
}


ul {
    margin-left: -20px;
}

li {
    padding-left: 0px;
    margin-bottom: 5px;
}


.texto_doctor {
    font-family: roman;
    font-size: 14px;
    color: #212121;
}

.irAModulo {
    cursor: pointer;
}

.menu_hover {
    /* height: 40px;
    position: absolute; */
    top: 0px;
    background-color: #28B6AF;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
    border-radius: 0px 0px 4px 4px;
    z-index: 11;
}

.menu_hover:hover {
    /* height: 40px;
    position: absolute; */
    top: 0px;
    background-color: #28B6AF;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
    border-radius: 0px 0px 4px 4px;
}


.texto_cambio_modulo {
    display: flex;
    align-items: center;
    justify-content: flex-start;

    /*width: 100%;*/
    width: 390px;
    padding: 6px 10px 6px 10px;
    border-bottom: 1px solid #92E7C3;
    cursor: pointer;


    /*text-transform: uppercase;*/
    font-size: 14px;
    background-color: #FFF;
    color: #165A64;
}

.texto_cambio_modulo:hover {
    font-size: 14px;
    background-color: #165A64;
    color: #FFF;
}


#btn_descarga_video {
    width: 100%;
    margin-top: -180px;
    margin-bottom: 20px;
    max-width: 1300px;
}

.logo_euromedice {
    margin-right: 15px;
    margin-top: 10px;
    width: 200px;
}

.altura_clariscan {
    margin-top: -126px;
}


.texto_modulo_sin_completar {
    cursor: pointer;
    padding: 10px;
    background-color: #28B6AF;
    color: #FFF;
}

.texto_modulo_sin_completar:hover {
    background-color: #165A64;
    color: #FFF;
}

.texto_modulo_completado {
    cursor: pointer;
    padding: 10px;
    background-color: #0D263B;
    color: #FFF;
}

.texto_modulo_completado:hover {
    background-color: #165A64;
    color: #FFF;
}

#completar_modulo {
    pointer-events: all;
}

#siguiente_modulo {
    padding: 0px;
    color: #424D44;
}

#siguiente_modulo:hover {
    color: #28B6AF;
}

#inicio_curso,
#fin_curso,
#tiempo_curso {
    color: #28B6AF;
}



.duracion_desktop {
    display: flex;
    font-family: roman;
    font-size: 16px;
}

.duracion_mobile {
    display: none;

}

.listado_texto_modulo {
    margin: 0px;
    margin-top: 15px;
    padding-left: 15px;
    font-family: roman;
    font-size: 13px;
    color: #8B9C8E;
    max-width: 100%;
}

#img_clar {
    /* margin-top: 20px; */
}

.claris_log {
    text-align: left;
}


#footer {
    position: absolute;
    text-align: center;
    width: 100%;
    text-align: center;
    background-color: #212121;
    color: #FFF;
    padding: 1rem 0;
    padding-bottom: 0px;
    font-family: condensed;
}

.carita {
    width: 100%;
    max-width: 29px;
    margin-left: 4%;
    margin-right: 4%;
    visibility: hidden;
}


.copy_euromedice {
    text-align: right;
    margin-bottom: 0px;
}

.sin_padding {
    padding: 0px;
}

@media (max-width:1050px) {
    #btn_descarga_video {
        margin-top: -100px;
    }

    #footer {
        position: relative;
        margin-top: 3rem;
    }

    .maxwidth {
        margin: 0px;
        max-width: 1200px;
        padding: 5px;
    }
}

#texto_introduztorio_quitar {
    display: block;
}

.claris_log img {
    max-width: 350px;
}


@media (max-width:768px) {
    #texto_introduztorio_quitar {
        display: none;
    }

    .claris_log img {
        max-width: 228px;
    }

    #cabecera_resumen {
        margin-bottom: 0px;
    }

    .cabecera_mobile {
        display: block;
    }

    .cabecera_desktop {
        display: none;
    }

    #doctor_resumen_alineacion {
        text-align: center;
    }

    #doctor_resumen {
        width: 100%;
        margin-top: 20px;
        max-width: 350px;

    }

    #btn_descarga_video {
        margin-top: -20px;
    }

    .menu_hover {
        top: 0px;
    }


    .duracion_desktop {
        display: none;
    }

    .duracion_mobile {
        display: grid;
        position: absolute;
        text-align: center;
        bottom: -15px;
        right: 75px;
        font-family: condensed-bold;
        font-size: 14px;
    }

    .listado_texto_modulo {
        max-width: 100%;
    }

    #siguiente_modulo {
        padding-top: 25px;
    }

    .claris_log {
        text-align: center;
    }

    .linea_modulo {
        text-align: center;
        border-right: 0px;
        border-bottom: 0px solid #D4D4D4;
    }

    .img_linea_modulo {
        display: block;
    }

    #footer {
        position: relative;

    }

    .copy_euromedice {
        text-align: left;
        margin-bottom: 20px;
    }

    #posicion_elemento_doctor {
        transform: translateY(0%);
        position: relative;
    }

    #banner_reunion_info_resumen {
        max-width: 350px;
    }

    .logo_euromedice_index img {
        position: absolute;
    }

    .logo_euromedice_index img {
        top: 3rem;
        right: 2rem;
        margin-bottom: 0px;
        max-width: 130px;
        width: 100%;
    }



}




@media (max-width:575px) {



    .logo_euromedice {
        margin-right: 15px;
        width: 150px;
    }


    .altura_clariscan {
        margin-top: -67px;
    }

    #img_clar {
        margin-top: 0px;
    }

    .logo_euromedice_index img {
        position: absolute;
    }

    .logo_euromedice_index img {
        top: 3rem;
        right: 2rem;
        margin-bottom: 0px;
        max-width: 130px;
        width: 100%;
        display: none;
    }
}


@media (max-width:400px) {

    #doctor_resumen {
        width: 95%;
        margin-top: 10px;
    }
}


#countdownModalDiv {
    width: 96%;
    max-width: 400px;
    font-family: condensed;
    margin: 2% auto;
}

#logoCountdown {
    position: relative;
    max-width: 12vw;
    max-height: 6vh;
}

#countdownModalP {
    font-size: 50px;
    color: #76B2A9;
    text-align: center;
}

.loader {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    position: relative;
    animation: rotate 1s linear infinite
}

.loader::before,
.loader::after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0px;
    border-radius: 50%;
    border: 5px solid #28B6AF;
    animation: prixClipFix 2s linear infinite;
}

.loader::after {
    inset: 8px;
    transform: rotate3d(90, 90, 0, 180deg);
    border-color: #D4D4D4;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes prixClipFix {
    0% {
        clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)
    }

    50% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0)
    }

    75%,
    100% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%)
    }
}
