
* {
    font-family: 'Chakra Petch', sans-serif;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.bodyhome{
    background-image: url("../images/logo.png");
    background-color: #ff6a00;
    height:1000px;
    background-position: center;
    background-repeat:no-repeat;
    background-size:contain;
    position:relative;
    filter:brightness(70%);
    display:block;
}
.bodytext{
    text-align:center;
    position:absolute;
    top:20%;
    left:50%;
    transform:translate(-50%,-50%);
    color:white;
    
    filter:brightness(100%);
}

/* Start override select2 */
.select2-container--default .select2-selection--single {
   /* background-color: #30115e;*/
    border: none;
    border-radius: 2px;
    height: 38px;
    display: flex;
    align-items: center;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 100%;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #000000;
        line-height: 38px;
    }

/*.select2-dropdown.select2-dropdown--below {
    background-color: #30115e;
}*/

.select2-container--default.select2-results__option--highlighted[aria-selected] {
    background-color: #7158fb;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #7158fb;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    /*background-color: #30115e;*/
    border: none;
    border-radius: 2px;
}

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        /*background-color: #450dad;*/
        border: 1px solid #250d49;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
        color: #ffffff;
    }

.select2 {
    width: 100% !important;
}
/* End override select2 */

/* Start Override SweetAlert2 */
.swal2-title, .swal2-html-container {
    color: #fff !important;
}

div:where(.swal2-container) div:where(.swal2-popup) {
    background: #1a0933;
}
/* End Override SweetAlert2 */

/* Start Custom Styles */
.cover-preview {
    max-height: 500px;
    border-radius: 8px;
}
/* End Custom Styles */
.linea-separador {
    background-color: #ff6a00;
    height:4px;
    border:0;
    padding-top:10px;
    margin-block: 20px;
    margin-top:10px !important;
}

