.loadingGif{
    width: 150px;
    padding: 30px 0px;
    background: rgba(255,255,255,.9);
    border-radius: 10px;
    box-shadow: 2px 2px 10px rgba(0,0,0,.8);
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1052;
    text-align: center;
}
.loadingGif img{
    width: 40px;
}
.bluredBackground{
    background: rgba(0,0,0,.6);
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1051;
}

header{
    width: 100%;
    height: 100px;
    /*background: #2F8782;*/
    background: #7a6cd2;
}

header .desktopHeader{
    display: none;
}

header .mobileHeader{
    width: 90%;
    margin: auto;
}
header .mobileHeader .telefonoContacto{
    width: 100%;
    text-align: right;
    color: white;
    font-size: .8em;
    padding-top: 5px;
}

header .mobileHeader .navLogo{
    margin: 0;
    width: 35px;
}

header .mobileHeader .navLogo img{
    width: 100%;
}

header .mobileHeader .btnNav{
    color: white;
    text-decoration: none;
}

header .mobileHeader h1{
    margin: 0;
    color: white;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 1.4em;
}

header .mobileHeader nav.mobileNav{
    display: none;
    position: absolute;
    top: 100px;
    left: 0;
    width: 100vw;
    background: #7a6cd2;
    z-index: 11;
}
header .mobileHeader nav.mobileNav ul{
    margin: 0;
    padding: 10px 0px;
    list-style: none;
}

header .mobileHeader nav.mobileNav ul li{
    margin: 2px 0px;
}

header .mobileHeader nav.mobileNav ul li a{
    text-decoration: none;
    color: rgba(255, 255, 255, .5);
    display: block;
    padding: 10px 40px;
}
header .mobileHeader nav.mobileNav ul li a.active{
    color: white;
}

.content{
    width: 90%;
    margin: auto;
}

#pageTitle{
    margin-top: 20px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-size: 1.8em;
}

/* Alertify CSS Start */
div.alertify  .ajs-header {
    background-color: white;
    color: #3d3669;
}

div.alertify .ajs-close {
    background-color: #7a6cd2;
    border-radius: 9999px;
    border-color: #7a6cd2;
    height: 1.5rem;
    top: 0.5rem;
    position: absolute;
    right: 0.5rem;
    width: 1.5rem;
}

div.alertify .ajs-commands button.ajs-close {
    background-image: none;
}

div.alertify .ajs-commands button.ajs-close:before,  div.alertify .ajs-commands button.ajs-close:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 2px;
    background-color: white;
}

div.alertify .ajs-commands button.ajs-close:before {
    transform: translate(-50%, -50%) rotate(45deg);
}

div.alertify .ajs-commands button.ajs-close:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

div.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok {
    background-color: #7a6cd2;
    color: white;
    border-radius: 6px;
}

div.alertify button:focus {
    outline: 0;
}
/* Alertify CSS End */


@media screen and (min-width: 1024px) {
    header{
        height: 50px;
    }
    header .mobileHeader{
        display: none !important;
    }
    header .desktopHeader{
        display: initial;
    }


    header .desktopHeader .btnContent{
        width: 100%;
        text-align: right;
    }

    header .desktopHeader .headerContent{
        width: calc(85% - 120px);
        position: absolute;
        left: 15%;
        top: 0;
    }
    header .desktopHeader span.telefonoContacto{
        line-height: 50px;
        color: white;
        padding-right: 20px;
        z-index: 1;
    }
    header .desktopHeader .headerContent h2{
        margin-left: 20px;
        color: white;
        font-size: 1.2em;
        line-height: 50px;
        font-weight: lighter;
    }
    header .desktopHeader .btnContent .btn-logout{
        display: inline-block;
        width: 120px;
        height: 50px;
        line-height: 35px;
        background: #7a6cd2;
        color: rgba(255,255,255,.7);
        text-align: center;
        font-size: .8em;
        text-decoration: none;
    }

    header .desktopHeader .btnContent .btn-logout:hover{
        color: white;
    }
    header .desktopHeader nav{
        width: 15%;
        height: 100vh;
        background: white;
        position: fixed;
        top: 0;
        left: 0;
    }
    header .desktopHeader nav .navHeader{
        width: 100%;
        text-align: center;
        padding-top: 20px;
    }
    header .desktopHeader nav .navHeader .navLogo{
        margin: 0;
        padding: 0;
        width: 100px;
        margin: auto;
    }
    header .desktopHeader nav .navHeader .navLogo img{
        width: 100%;
    }
    header .desktopHeader nav .navHeader h1{
        margin-top: 5px;
        color: #7a6cd2;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 1em;
    }
    header .desktopHeader nav .navHeader ul{
        margin: 0;
        padding: 10px 0px;
        list-style: none;
        text-align: center;
    }

    header .desktopHeader nav .navHeader ul li{
        margin: 2px 0px;
    }

    header .desktopHeader nav .navHeader ul li a{
        text-decoration: none;
        color: #7a6cd2;
        display: block;
    }

    @media screen and (max-height: 600px) {
        header .desktopHeader nav .navHeader ul li a{
            padding: 5px 40px;
        }
    }

    @media screen and (max-width: 767px) {
        subirDocumentoNav {
            display: block;
        }
    }

    @media screen and (min-width: 768px) and (max-width: 1024px) {
        subirDocumentoNav{
            display: block;
        }
    }

    header .desktopHeader nav .navHeader ul li a.active{
        color: #7a6cd2;
    }
    header .desktopHeader nav .navHeader ul li a:hover{
        color: #7a6cd2;
    }

    div.content{
        margin-left: 15%;
        width: initial;
        padding: 0px 20px;
    }
}

.contactoLayout {
    color: #adebe8;
    background-color: transparent;
    text-decoration: none;
    font-weight: bold;
}
.contactoLayout:hover {
    color: #5bd7d1;
    background-color: transparent;
    text-decoration: none;
    font-weight: bold;
}

.preguntasFrecuentes {
    text-decoration: none !important;
    color: white;
}

.preguntasFrecuentes:hover{
    color: white;
}

.choices {
    padding-left: 4px;
    padding-top: 2px;
    width: 100%;
}

.choices__inner{
    background-color: white;
    display: inline-block;
    padding: 0;
    border: 0;
    vertical-align: middle;
    width: 95%;
}

/* .choices__list--single {
    display: inline-block;
    width: 100%;
    padding-left: 10px;
    padding-top: 7px;
    color: #3d3669;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 0.875rem;
} */

.choices__list--single {
    background-color: inherit;
    width: 100%;
    padding-top: 0;
    color: #3d3669;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 0.875rem;
    overflow-y: auto;
    height: 35px;
    display: flex;
    justify-items: flex-end;
    align-items: center;
}

.choices__list {
    margin: 0;
    padding-left: 0;
    list-style: none;
    text-transform: capitalize;
}

.choices.is-disabled .choices__inner, .choices.is-disabled .choices__input {
   /*  background-color: #f3f4f6; */
    cursor: not-allowed;
    -webkit-user-select: none;
    user-select: none;
}

.choices.is-disabled .choices__inner, .choices.is-disabled .choices__input {
   /*  background-color: white; */
    cursor: not-allowed;
    -webkit-user-select: none;
    user-select: none;
}

.choices.is-disabled .choices__item {
    cursor: not-allowed;
    /* background-color: white; */
}