@import url(https://portal.ipscdo.com.co/Libreria/fonts/Poppins.css);

* {
    margin: 0;

    /*font-family: 'Poppins', sans-serif;*/
}

html {
    scroll-behavior: smooth;
}

.link-light {
    text-decoration-line: none;
}

.not-button {
    background-color: transparent;
    border: none;
}

.carousel-control-next {
    right: -13%;
}

.carousel-control-prev {
    left: -13%;
}

.select {
    color: #070707;
    border: none;
    font-style: italic;
    cursor: pointer;
    font-weight: 500;
}

.iconButton {
    padding-left: 35px;
}

.iconEmail {
    color: black;
}

.modActualizar {
    margin-left: 10px;
    width: 89%;
    background-color: transparent;
    color: black;
    padding: 5px;
    cursor: pointer;
}

.modActualizar:hover {
    background-color: rgb(177 178 178 / 0.3)
}

#fotoPerfil {
    width: 70%;
    display: block;
    margin: auto;
}

.selectTema {
    width: 90%;
    display: inline-block;
    border-bottom: 2px solid;
}

.btnBorderAndNotLeftBottom {
    border: 2px solid;
    border-radius: 10px 10px 1px 10px;
    padding: 5px;
}

#perfil {
    width: 100%;
}

.boxCursos object {
    display: block;
    margin: auto;
    width: 50%;
}

.edit,
.add {
    cursor: pointer;
}

.edit:hover {
    color: #8BC34A;
}

.add:hover {
    color: #FF5722;
}

.encuesta {
    animation-name: animEncuesta;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: cubic-bezier;
}

.alert {
    width: 100%;
    margin: 20px auto;
    padding: 20px;
    position: relative;
    border-radius: 5px;
    box-shadow: 0 0 15px 5px #ccc;
}

.warning-alert {
    background-color: #e6510082;
    border-left: 5px solid #e65100;
}


@keyframes animEncuesta {
    0% {
        font-size: 100%;
    }

    100% {
        font-size: 102%;
    }
}

@keyframes animEncuesta {
    0% {
        font-size: 100%;
    }

    100% {
        font-size: 102%;
    }
}

select,
button,
.sortablejs-custom-handle {
    cursor: pointer;
}

#btnCancelar {
    margin: auto;
    display: block;
}

.not-input {
    width: 100%;
    border: none;
}

i {
    font-style: italic;
    font-family: cursive;
    font-size: 90%;
}

.pregunta {
    width: max-content;
    display: inline-block;
}

.pregunta:first-child {
    vertical-align: top;
}

.boxTitle {
    margin-bottom: 40px;
}

.title-left {
    text-align: left;
}

.linea-left {
    width: 70px;
    background-color: #e65100;
    border: 2px solid #e65100;
    float: left;
}

.bg-title {
    background: #b4bdc2;
    font-size: 110%;
}

.boxCursoIndividual>div>div>img {
    max-width: 250px;
}

.widthFull {
    max-width: 100%;
    margin: auto;
    display: block;
    max-height: 300px;
}

.fontDefault {
    font-style: normal;
}

.boldItalic {
    font-style: italic;
    font-weight: bold;
}

div[disabled] {
    pointer-events: none;
    opacity: 0.7;
}


.btnRight {
    margin-right: 0;
    margin-left: auto;
    display: block;
}


/*Contenido dinamico por el usuario*/


/* table styles */

table {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

table td,
table th {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 15px 10px;
}

table th {
    border-bottom: 2px solid #ccc;
    text-align: center;
}

.eliminarCheck:hover {
    color: red;
}


/* blockquote styles */

blockquote {
    display: block;
    border-left: 8px solid #d0e5f2;
    padding: 5px 10px;
    margin: 10px 0;
    line-height: 1.4;
    font-size: 100%;
    background-color: #f1f1f1;
}


/* code styles */

code {
    display: inline-block;
    background-color: #f1f1f1;
    border-radius: 3px;
    padding: 3px 5px;
    margin: 0 3px;
}

pre code {
    display: block;
}


/* ul ol styles */


/* ul,
ol {
    margin: 10px 0 10px 20px;
} */

.w-e-toolbar {
    z-index: 1 !important;
}

.w-e-text-container {
    z-index: 0 !important;
}


/*Cambios de clases de bootstrap */
:root {
    --bs-primary: #E65100 !important;
}

.btn-primary {
    background-color: #E65100 !important;
    border-color: #E65100 !important;
}

.btn-primary:hover {
    background-color: #aa3910 !important;
    border-color: #ad360b !important;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    background-color: #aa3910 !important;
    border-color: #ad360b !important;
    box-shadow: 0 0 0 0.25rem rgba(173, 54, 11, 0.5) !important;
}

.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
    background-color: #ad360b !important;
    border-color: #E65100 !important;
}

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(156, 42, 0, 0.5) !important;
}

.btn-outline-primary {
    width: 100%;
}

.bg-primary {
    background-color: #E65100 !important;
}

.bg-darkpurple {
    background-color: #200020 !important;
}

.bg-darkblue {
    background-color: #044aa7 !important;
}

.alert-success {
    color: #0f3105;
    background-color: #69ce69c2;
    border-color: #69ce69;
}

.alert-warning {
    color: #312500;
    background-color: #ffb076a3;
    border-color: #ffb076;
}

body {
    color: #0d0d0d;
    background-color: #f5f5f5;
}

.form-check-input:focus {
    border-color: #2d2d2d;
    box-shadow: 0 0 0 0.25rem rgba(26, 26, 26, 0.25);
}

.form-check-input:checked {
    background-color: #000;
    border-color: #2d2d2d;
}

.form-check-input[type="checkbox"]:indeterminate {
    background-color: #2d2d2d;
    border-color: #2d2d2d;
}

.card-header {
    background-color: white;
}


a {
    color: #0d0d0d;
    text-decoration: underline;
}

a:hover {
    color: #0d0d0d;
}

.btn-outline-primary {
    color: #E65100;
    border-color: #E65100;
}

.btn-outline-primary:hover {
    background-color: #E65100;
    border-color: #E65100;
}

.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
    background-color: #E65100;
    border-color: #E65100;
}

.bg-primary {
    background-color: #E65100 !important;
}

.accordion-button {
    color: #ff4b00 !important;
    background-color: #ff4b0042 !important;
}

.bgOrange {
    background-color: #ed7a10;
    color: #fff
}

.Switch {
    position: relative;
    /* Set the size of our the slider container*/
    width: 60px;
    height: 34px;
}

.Switch__Input {
    opacity: 0;
    width: 0;
    height: 0;
}

.Slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 1rem;
    background-color: lightgray;
    transition: .3s;
}

.Slider::before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    border-radius: 50%;
    background-color: white;
    transition: .3s;
}

.Switch__Input:checked+.Slider::before {
    transform: translateX(26px);
}

.Switch__Input:checked+.Slider {
    background-color: #E86709;
}

.btn-info {
    background-color: #0056d8 !important;
    border-color: #0056d8 !important;
}