﻿/* LAYOUT */
html,
body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto';
    min-height: 100% !important;
    height: 100%!important;
    
}

    body.swal2-height-auto {
         height: 100%!important; 
    }

header {
    background: #fff;
    position: fixed;
    height:70px;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 50%);
}
main {
    width: 100%;
    background-color: #fff;
    height:100%;
}
.content-main {
    padding-top: 70px;
    padding-bottom: 70px;
}

header, footer {
    width: 100%;
    position: fixed;
    color: #fff;
}

header {
    top: 0;
}

footer {
    bottom: 0;
} 

footer {
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

*:focus {
    outline: none !important;
    box-shadow: none !important;
}

#container-fluid {
    background-image: url('img/background-login.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    background-position: 25%;
}

#container {
    min-height: 100%;
    position: relative;
}

#header {
    /*height: 70px;*/
}

#body {
    /*padding-top: 70px;*/
    height:100%;
}

#footer {

}
.bottom-footer {
    bottom: 60px;
    width: 100%;
    position: absolute;
    margin: 0 auto;
    background: white;
}
.footer-fixed {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 3;
    background: #EFEFEF;
}
.social-footer {
    width: 100%;
    height: 50px;
    background: #EFEFEF;
    padding: 10px 0px;
}
.logo-footer {
    bottom: -1px;
    width: 100%;
    height: 10px;
    background-image: url('img/Grupo 3155.png');
    background-size: 100% 100%;
}
.text-footer-content-paragraph {
    line-height: 15px;
}
.divider-footer-content {
}

.divider-footer {
    opacity: 1;
    height: 10px;
    display: inline-block;
}

.no-gutter {
    margin-right: 0;
    margin-left: 0;
}

    .no-gutter > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

/* ENROLADO */

.pre-title {
    height: 32px;
    text-align: center;
    font: normal normal 300 24px/40px Roboto;
    letter-spacing: 0px;
    color: #162942;
}
.pre-title-name {
    font: normal normal 300 20px/33px Roboto;
    margin-bottom: 0px;
}

.title {
    text-align: center;
    font: normal normal 300 27px/30px Roboto;
    letter-spacing: 0px;
    margin: 0;
}
.divider-title {
    opacity: 1;
    height: 3px;
    display: inline-block;
    width: 27px;
}
.divider-left {
    background: #4F2B83 0% 0% no-repeat padding-box;
}
.divider-right {
    background: #0090B9 0% 0% no-repeat padding-box;
    border-left: 3px solid #4F2B83;
    border-bottom: 3px solid #0090B9;
}
.divider-content {
    display: inline-flex;
}

.postitle {
    height: 32px;
    text-align: center;
    font: normal normal normal 14px/40px Roboto;
    letter-spacing: 0px;
    color: #162942;
}

.subtitle {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #4F2B83;
    opacity: 1;
}

.subtitle-field {
    text-align: left;
    font: normal normal normal 14px/20px Roboto;
    letter-spacing: 0px;
    color: #4F2B83;
    opacity: 1;
}

.paragraph {
    text-align: center;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    font: normal normal normal 18px/20px Roboto;
}
.another-paragraph {
    font: normal normal normal 16px/18px Roboto;
}
.font-weight-bold {
    font-weight: bold;
}
.btn-linker {
    text-align: center;
    font: normal normal 700 16px/20px Roboto;
    letter-spacing: 0px;
    color: #4F2B83;
    opacity: 1;
    text-decoration: none;
}


.logo-brand-text {
    font: normal normal normal 14px/33px Roboto;
    letter-spacing: 0px;
    color: #77787B;
    opacity: 1;
}

@media (max-device-width: 600px) {
    .paragraph.center-justified {
        margin: 0 auto;
        text-align: justify;
        width: 100%;
        padding: 10px 20px;
    }

    /*.m-xs-3 {
        margin-top: 1rem !important;
    }*/
}

@media (max-width: 539px) {
    /*.paragraph.center-justified {
        margin: 0 auto;
        text-align: justify;
        width: 100%;
        padding: 10px 20px;
    }*/

    .m-xs-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem;
    }
}


.btn-continuar, .btn-continuar:active, .btn-continuar:focus, .btn-cancelar, .btn-cancelar:active, .btn-cancelar:focus {
    box-shadow: none;
}

.btn-continuar {
    /*background: #4F2B83 0% 0% no-repeat padding-box;*/
    border-radius: 0.5rem;
    opacity: 1;
    color: #ffffff;
    height: 47px;
    line-height: 25px;
    font: normal normal normal 16px/21px Roboto;
}
    .btn-continuar:focus, .btn-continuar:hover {
        
    }

    .btn-continuar:active {
        
    }

.btn-cancelar {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 2px solid #4F2B83;
    border-radius: 24px;
    opacity: 1;
    height: 47px;
    width: 226px;
    line-height: 27px!important;
    font: normal normal normal 16px/21px Roboto;
}

    .btn-cancelar:focus, .btn-cancelar:hover {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        color: #B01F8C;
        border: 2px solid #B01F8C;
    }

    .btn-cancelar:active {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        color: #B01F8C;
        opacity: 0.9;
    }

h6.card-body-title {
    text-align: center;
    font: normal normal 14px/16px Roboto;
    letter-spacing: 0px;
    color: #4F2B83;
    opacity: 1;
}

.pagging-page-text {
    color: #848484;
    font: normal normal normal 12px/16px Roboto;
}

span.card-body-subtitle {
    text-align: center;
    font: normal normal normal 14px/20px Roboto;
    letter-spacing: 0px;
    color: #76777A;
    opacity: 1;
}

.card-shadow-cedula {
    border-radius: 30px;
    z-index: -1 !important
}
.card-text-cedula {
    margin-bottom: 0px;
    margin-top: 20px;
}
.errormessage {
    background: rgba(0, 144, 185, 7%);
    border-radius: 13px;
    text-align: center;
    border-radius: 5px !important;
}
.text-error-message {
    font: normal normal 14px/17px Roboto;
    letter-spacing: 0px;
    color: #0090B9;
    opacity: 1;
    font-weight: bold;
}

.text-message {
    font: normal normal 14px/17px Roboto;
    letter-spacing: 0px;
    color: #0090B9;
    opacity: 1;
    font-weight: bold;
}
    .text-message:hover {
        color: #0090B9;
    }

.btn-solicitud-message {
    background: rgba(0, 144, 185, 7%);
    color: #0090B9;
    font: normal normal 14px/17px Roboto;
    font-weight: bold;
    border-radius: 5px !important;
}

.comment-help {
    background: rgba(79, 43, 131, 6%);
    border-radius: 30px;
    padding: 10px 20px;
}
    .comment-help span {
        text-align: center;
        font: normal normal 14px/17px Roboto;
        letter-spacing: 0px;
        color: #4F2B83;
        font-weight: bold;
    }


li.card-text-cedula::marker, .card-text::marker {
    color: #B01F8C;
}

li.card-text-cedula, .card-text {
    color: #76777A;
    font: normal normal normal 14px/19px Roboto;
}

.bi-eye-slash, .bi-eye {
    font-size: 18px;
    color: #B01F8C;
}

.password-addon {
    /*border-left: 1px solid #fff;*/
    background-color: #fff;
    /* float: right;
    margin-right: 10px;
    margin-top: -31px;
    position: relative;
    z-index: 2;*/
}

.form-check input[type=radio] {
    position: absolute;
    opacity: 0;
}

    .form-check input[type=radio]:checked + label:before {
        background-color: #4F2B83;
        box-shadow: inset 0 0 0 3px #fff;
        border: 1px solid #4F2B83;
    }

    .form-check input[type=radio] + label:before {
        content: "";
        background: #fff;
        border-radius: 100%;
        border: 1px solid #b4b4b4;
        display: inline-block;
        width: 20px;
        height: 20px;
        position: relative;
        top: 0;
        margin-right: 1em;
        vertical-align: top;
        cursor: pointer;
        text-align: center;
    }

.modal-content {
    border-radius: 30px;
}


.img-loader-container {
    position: relative;
    height: 200px;
}

    .img-loader-container:before {
        content: " ";
        position: absolute;
        top: 50px;
        left: 50%;
        width: 80px;
        height: 80px;
        border: none;
        border-color: none;
        border-radius: 50%;
        animation: loader 1s linear infinite;
        background-image: url('img/Grupo 3293.png');
        background-size: 100% 100%;
    }

@keyframes loader {
    0% {
        transform: translate(-50%,-50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%,-50%) rotate(360deg);
    }
}


.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), 
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0px;
}

.form-control:focus {
    background-color: #fff;
    border-color: #ced4da;
    outline: 0;
    box-shadow: none;
}

.follow-navbar {
    flex-direction: unset!important;
}
.follow-content {
    display: inline;
    margin: 0 5px;
}

.follow-text {
    text-align: left;
    font: normal normal normal 11px/9px Roboto;
    letter-spacing: 0px;
    color: #939598;
    opacity: 1;
    vertical-align: baseline;
}


.follow-content-image {
    display: inline;
    margin: 0 5px;
}
.follow-image {
    height:16px;
}

.card-body-background {
    background-color:#F2F2F2;
}

.navbar-light {
    border: none; 
}

.d-invisible {
    visibility:hidden;
}

@media (min-width: 576px)  {
    .d-sm-visible {
        visibility: visible;
    }
}

@media (min-width: 768px)  {
    .d-md-visible {
        visibility: visible;
    }
}

@media (min-width: 992px) {
    .d-lg-visible {
        visibility: visible;
    }
}

.swal2-popup {
    border-radius: 0;
    border-bottom: 6px solid #00A88B;
}


