﻿
body {
    font-family: "Montserrat", sans-serif !important;
}

.borde-rojo {
    border-color: #fd397a !important;
}

.btn-primary {
    background-color: #294E95 !important;
    border-color: #294E95 !important;
}
.form-group label {
    color:#fff !important;
}

.form-group {
    margin-bottom:0.75em !important;
}

.form-control {
    height: calc(1.5em + 0.75rem + 2px);
}

.privacy-check-container {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.custom-checkbox {
    display: none;
}

    .custom-checkbox + label {
/*        display: flex;*/
        align-items: center;
        font-size: 12px;
        color: white;
        cursor: pointer;
    }

        .custom-checkbox + label::before {
            content: '\f00c'; /* Font Awesome check icon */
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            display: inline-block;
            width: 20px;
            height: 20px;
            border: 2px solid #28a745; /* Green border for the checkbox */
            border-radius: 50%;
            text-align: center;
            line-height: 18px;
            margin-right: 10px;
            color: transparent;
            transition: color 0.2s ease;
        }

    .custom-checkbox:checked + label::before {
        background-color: #28a745; /* Color green when checked */
        color:#fff;
    }

.privacy-link {
    color: white;
    font-weight: bold;
    text-decoration: none;
}

    .privacy-link:hover {
        text-decoration: underline;
    }

.table td {
    vertical-align: middle !important;
}


.backgroundsompo {
    background-color: #CC0022 !important;
}

.colorsompo {
    color: #CC0022 !important;
}

.primary {
    color: #3699FF !important
}

.success {
    color: #1BC5BD !important;
}

.warning {
    background-color: #E1251B !important;
    color: #FFFFFF !important;
}

.puntero {
    cursor: pointer;
    padding: 0px 5px;
}

.swal2-container {
    z-index:1999 !important;
}

.primero {
    background-color: #E91A2C !important;
    border-color: #E91A2C !important;
    color: #fff !important;
}
    .primero i {
        color: #fff !important;
    }

.segundo {
    background-color: #812F1E !important;
    border-color: #812F1E !important;
    color: #fff !important;
}
    .segundo i {
        color: #fff !important;
    }

.tercero {
    background-color: #B11672 !important;
    border-color: #B11672 !important;
    color:#fff !important;
}

    .tercero i {
        color: #fff !important;
    }
.cuarto {
    background-color: #26408A !important;
    border-color: #26408A !important;
    color: #fff !important;
}
    .cuarto i {
        color: #fff !important;
    }
.quinto {
    background-color: #22522F !important;
    border-color: #22522F !important;
    color: #fff !important;
}
    .quinto i {
        color: #fff !important;
    }

.alert.alert-danger {
    background-color: #CC0022 !important;
    border-color: #CC0022;
    color: #ffffff;
}

.table .thead-sompo th {
    color: #ffffff;
    background-color: #CC0022;
    border-color: #CC0022;
}

@media (min-width: 992px) {
    .header .header-top {
        background-color: #CC0022 !important;
    }
}

.bg-primary {
    background-color: #26408A !important;
}



/*boton loding*/
.lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-ripple div {
        position: absolute;
        border: 4px solid #fff;
        opacity: 1;
        border-radius: 50%;
        animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .lds-ripple div:nth-child(2) {
            animation-delay: -0.5s;
        }

@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}

/*fin loading*/

/*.aside-menu .menu-nav > .menu-item.menu-item-active > .menu-heading, .aside-menu .menu-nav > .menu-item.menu-item-active > .menu-link {
    background-color: #0093C8 !important;
}*/
/*.aside-menu {*/
/*    background-color: # !important;
}
*/

/*.brand {
    background-color: #005f8B;
    -webkit-box-shadow: none;
    box-shadow: none;
}*/

/*.aside {
    background-color: #015878 !important;
}
.aside-menu {
    background-color: #015878 !important;
}*/
.brand {
    background-color: rgba(36, 41, 46, .8) !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.aside-menu .menu-nav > .menu-section .menu-text {
    color: #FFF !important;
}

.aside-menu .menu-nav > .menu-item > .menu-heading .menu-text, .aside-menu .menu-nav > .menu-item > .menu-link .menu-text {
    color: #FFF !important;
}


.subir-archivo > input {
    display:none;
}



/*

*/
.btn-outline-danger {
    color: #cc0022;
    background-color: transparent;
    background-image: none;
    border-color: #cc0022;
}



    .btn-outline-danger:hover {
        color: #fff;
        background-color: #CC0022;
        border-color: #cc0022;
    }



    .btn-outline-danger:focus, .btn-outline-danger.focus {
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    }



    .btn-outline-danger.disabled, .btn-outline-danger:disabled {
        color: #cc0022;
        background-color: transparent;
    }



    .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
    .show > .btn-outline-danger.dropdown-toggle {
        color: #fff;
        background-color: #CC0022; /* #dc3545;*/
        border-color: #CC0022;
    }



        .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
        }

.primanetas .form-group {
    margin-bottom: 5px !important;
}

.aside-left {
    background-color: rgba(36, 41, 46, .8);
    background-image: url(/content/images/fondomenu.png) !important;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}

.menu-item-active {
    background-color:#CC1134 !important;
}

@media (max-width: 991.98px) {
    .header-mobile a {
        background-color: rgba(36, 41, 46, .8) !important;
        color:#fff !important;
    }
    .header-mobile .burger-icon-active span::before, .header-mobile .burger-icon-active span::after {
        background-color: #fff !important;
    }

    .header-mobile .burger-icon-active span {
        background-color: #fff !important;
    }

}



.swal2-confirm:hover {
    color: #fff;
    background-color: #CC0022;
    border-color: #cc0022;
}



.swal2-confirm:focus, .swal2-confirm.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}



.swal2-confirm.disabled, .swal2-confirm:disabled {
    color: #cc0022;
    background-color: transparent;
}



.swal2-confirm:not(:disabled):not(.disabled):active, .swal2-confirm:not(:disabled):not(.disabled).active,
.show > .swal2-confirm.dropdown-toggle {
    color: #fff;
    background-color: #CC0022; /* #dc3545;*/
    border-color: #CC0022;
}



    .swal2-confirm:not(:disabled):not(.disabled):active:focus, .swal2-confirm:not(:disabled):not(.disabled).active:focus,
    .show > .swal2-confirm.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    }

.swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #CC0022;
    color: #fff;
    font-size: 1.0625em;
}

.file-upload {
    display: block;
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
}



    .file-upload .file-select {
        display: block;
        border: 2px solid #dce4ec;
        color: #34495e;
        cursor: pointer;
        height: 40px;
        line-height: 40px;
        text-align: left;
        background: #ffffff;
        overflow: hidden;
        position: relative;
    }



        .file-upload .file-select .file-select-button {
            background: #dce4ec;
            padding: 0 10px;
            display: inline-block;
            height: 40px;
            line-height: 40px;
        }



        .file-upload .file-select .file-select-name {
            line-height: 40px;
            display: inline-block;
            padding: 0 10px;
        }



        .file-upload .file-select:hover {
            border-color: #34495e;
            transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
        }



            .file-upload .file-select:hover .file-select-button {
                background: #34495e;
                color: #ffffff;
                transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                -webkit-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
            }



    .file-upload.active .file-select {
        border-color: #3fa46a;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
    }



        .file-upload.active .file-select .file-select-button {
            background: #3fa46a;
            color: #ffffff;
            transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
        }



    .file-upload .file-select input[type="file"] {
        z-index: 100;
        cursor: pointer;
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        opacity: 0;
        filter: alpha(opacity=0);
    }



    .file-upload .file-select.file-select-disabled {
        opacity: 0.65;
    }



        .file-upload .file-select.file-select-disabled:hover {
            cursor: default;
            display: block;
            border: 2px solid #dce4ec;
            color: #34495e;
            cursor: pointer;
            height: 40px;
            line-height: 40px;
            margin-top: 5px;
            text-align: left;
            background: #ffffff;
            overflow: hidden;
            position: relative;
        }



            .file-upload .file-select.file-select-disabled:hover .file-select-button {
                background: #dce4ec;
                color: #666666;
                padding: 0 10px;
                display: inline-block;
                height: 40px;
                line-height: 40px;
            }



            .file-upload .file-select.file-select-disabled:hover .file-select-name {
                line-height: 40px;
                display: inline-block;
                padding: 0 10px;
            }


.txtnormal{
    font-family:Arial !important;
    font-weight:normal;
    font-size:18px;
    color:#fff !important;
}


.txtmedioalto {
    font-family: Arial !important;
    font-weight: normal;
    font-size: 35px;
    color: #fff !important;
}


.separadoraaprtados {
    padding-top:40px !important;
}

.contadorhoratitulo {
    font-size:60px;
    color:#fff !important;
}

.contadorhorasubtitulo {
    font-size: 17px;
    font-weight:bold;
    color: #fff !important;
}
a {
    color:#fff !important;
}

    a:visited {
        color: #fff !important;
    }

footer {
    background-color: #4D144A !important;
    color:#fff !important;
}

.color-red {
    color: brown;
}

.blanco {
    color:#FFF !important;
}


body {
    font-family: 'Montserrat', sans-serif !important;
    font-family: 'Ubuntu', sans-serif;
    background-color:#fff !important;
}


.swal2-popup {
    display: inline-block !important;
}

.swal2-confirm {
    background-color: #E1251A !important;
}


.modal-content2 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    /* pointer-events: auto; */
    /* background-color: #fff; */
    /* background-clip: padding-box; */
    /* border: 0 solid rgba(0,0,0,.2); */
    /* border-radius: 0.42rem; */
    /* -webkit-box-shadow: 0 0.25rem 0.5rem rgba(0,0,0,.1); */
    /* box-shadow: 0 0.25rem 0.5rem rgba(0,0,0,.1); */
    /* outline: 0; */
}
