/*
Theme Name: Blaskan Child
Template: blaskan
Theme URI: https://colorlib.com/wp/themes/blaskan/
Author: PWK
Author URI: https://colorlib.com/
Description: Blaskan is a responsive and accessible WordPress theme that's built for many kinds of screens.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: blaskan_child
Tags: custom-background,custom-header,editor-style,featured-images,blog,grid-layout,left-sidebar,right-sidebar
*/

.container { 
    width: 95%;
}

.elementor-container{
    max-width: 95% !important;
}

.site-branding {
    padding: 20px 0;
}

jmnode.selected{
    background-color: #ff8100 !important;
}

#imprimir {
    margin-top: 20px;
}

.top-header {
    margin-bottom: 0px;
}

.top-header .search.active input#search {
    font-family: "Montserrat";
    font-weight: 500;
    font-style: normal;
    font-size: 1.2em;
    width: 400px;
    height: 30px;
    padding-left: 10px;
    border-radius: 10px 10px 10px 10px;
}

.top-header .search label {
    padding-right: 0px !important;
    margin-right: 0px !important;
    border-right: 0px solid #dddde0 !important;
    color: #03E4B7 !important;
}

.top-header .search .advanced-search {
    position: relative;
    display: inline-block;
    color: rgb(83,0,216) !important;
    line-height: 25px;
    padding-right: 10px !important;
    /* padding-left: 5px; */
    margin: 0px 10px !important;
    border-right: 1px solid #dddde0 !important;
    cursor: pointer;
}

.site-title {
    margin: 0 5px;
}

#social-menu li a:before,
.search-header-form-container .fa-search:before {
    font-size: 24px;
}

.menu-user-log-in-out{
    color: #6423df;
    font-weight: 600 !important;   
    font-size: 1.2em !important;
}

#primary-menu {
    font-family: 'Montserrat' !important;
    font-size: 1.2em !important;
    font-weight: 500;
}

#primary-menu>ul>li>a,
#primary-menu>li>a {
    padding: 20px 10px;
}

#primary-menu>li.current_page_item>a {
    background-color: #ebebeb;
    color: #ae3c4e;
}

#primary-menu>li>a:hover {
    background-color: #ebebeb;
}

#jsmind_container {
    height: 600px !important;
    margin: 40px 0;
}

/********MODAL CLASS*******/
/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 2;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 20px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* Modal Header */
.modal-header {
    padding: 2px 10px;
    margin: 0 5px 5px !important;
}

/* Modal Body */
.modal-body {
    padding: 2px 16px;
}

/* Modal Footer */
.modal-footer {
    padding: 2px 16px;
    /*background-color: #5cb85c;*/
    /*color: white;*/
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

/******END MODAL CLASS******/

#jsmind_info .modal-content {
    margin-top: 2%;
    border-radius: 20px;
    box-shadow: 0 0 20px 0 rgba(27, 73, 161, 0.4);
    border: solid 1px #fff;
}

#jsmind_info .modal-content .modal-header {
    border-bottom: 1px solid #1b49a1;
}

#jsmind_info .modal-header h5,
.card-body h5.card-title,
.card-body h5.card-sub-title {
    margin: 0 !important;
    margin-block-start: 0 !important;
    color: #1b49a1;
    font-weight: 600;
    padding: 15px 0;
}

#jsmind_info .modal-header .btn {
    margin-top: 8px;
    width: 100%;
}

span.jsmind_info_titles {
    font-weight: 700 !important;
}

#jsmind_info .jsmind_info_relations {
    font-weight: 700 !important;
    font-size: 16px;
    padding-bottom: 5px;
    border-bottom: 1px solid #333;
    margin-bottom: 10px;
}

#jsmind_info_table thead tr th {
    background: #ccdbf8;
}

header#masthead {
    margin-bottom: 20px;
}

.btn {
    display: inline-block !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #212529 !important;
    text-align: center !important;
    text-decoration: none !important;
    vertical-align: middle !important;
    cursor: pointer !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important;
    background-color: transparent !important;
    border-radius: .25rem !important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
}

.btn-outline-primary {
    color: #0d6efd !important;
    border-color: #0d6efd !important;
}

a.btn-outline-primary {
    border: 1px solid;
    padding: .6em 1em .4em;
}

.mr-5 {
    margin-right: 5px;
}

.mt-1 {
    margin-top: 10px;
}

.mb-1 {
    padding-bottom: 10px;
}

.mb-2 {
    padding-bottom: 15px;
}

.hr-not-margin-top {
    border: 0.5px solid #1b49a1;
    margin-top: 0.5rem;
}

@media screen and (max-width: 600px) {
    .top-header .search.active input#search {
        width: 90%;
    }

    #social-menu li a:before,
    .search-header-form-container .fa-search:before {
        font-size: 18px;
    }

    #jsmind_container {
        height: 400px !important;
    }
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    font-family: "Montserrat";
    font-weight: 500;
    font-style: normal;
    font-size: 1.2em;
}

.card>hr {
    margin-right: 0;
    margin-left: 0;
}

.card>.list-group {
    border-top: inherit;
    border-bottom: inherit;
}

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.card-body label {
    color: #1B49A1;
}

.card-body .description{
    color: #1B49A1;
    font-size: 1em;
    text-align: justify;
    min-height: 45px;
}

.card-title {
    margin-bottom: 0.75rem;
}

.title-plate{
    background-color: #6423e0;
    color: white;
    padding: 5px 10px 5px 5px;
    border-radius: 5px;
    margin-right: 10px;
    font-size: smaller
}

.atic-modal-content {
    max-width: 80%;
    min-height: 40%;
    max-height: 80%;
    overflow-y: auto;
    margin: auto;
    width: 80%;
}

.back {
    font-size: 1.2em !important;
    font-weight: 500;
}

.card-notif-guest{   
    border-radius: 15px 15px 0px 0px;
    box-shadow: 0 0 20px 0 rgba(27, 73, 161, 0.4);
    border-top: solid 2px #fff;
    background-color: #1b49a1;
    display: flex;
    padding: 0px 10px 0px 10px;
    margin-top: 15px;
    align-items: center;
}

.menu-btns {
    float: right;
    padding-right: 1%;
    position: relative;
    margin-right: -10px;
    margin-top: -15px;
    margin-bottom: -40px;
    display: flex;
    z-index: 1;
}

.card-div-back {
    border-radius: 0px 20px 20px 20px !important;
    margin-top: 0px !important;
}

.card-div-guest{
    border-radius: 0px 0px 20px 20px !important;
}

.guest-title-msg {
    text-align: center; 
    color: #fff !important;
    font-weight: 400;
    font-family: inherit;
    margin: 5px;
    font-size: 20px;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link+.card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0;
}

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img,
.card-img-top,
.card-img-bottom {
    flex-shrink: 0;
    width: 100%;
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-deck {
        display: flex;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .card-deck .card {
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}

.card-group>.card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap;
    }

    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0;
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0;
    }

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .card-group>.card:not(:last-child) .card-img-top,
    .card-group>.card:not(:last-child) .card-header {
        border-top-right-radius: 0;
    }

    .card-group>.card:not(:last-child) .card-img-bottom,
    .card-group>.card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0;
    }

    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .card-group>.card:not(:first-child) .card-img-top,
    .card-group>.card:not(:first-child) .card-header {
        border-top-left-radius: 0;
    }

    .card-group>.card:not(:first-child) .card-img-bottom,
    .card-group>.card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0;
    }
}

.card-columns .card {
    margin-bottom: 0.75rem;
}

.spin {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 8px solid rgba(25, 255, 255, .3);
    border-radius: 50%;
    border-top-color: #1b49a1;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
    top: 50%;
    position: fixed;
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

#blocker {
    width: 100%;
    height: 100% !important;
    position: fixed;
    z-index: 9999;
    background-color: rgba(16, 12, 12, .15);
    top: 0;
    left: 0;
    cursor: wait;
}

#blocker .spin {
    left: 50%;
}

jmnode {
    font-size: 13px !important;
}

@media (min-width: 576px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }

    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}

/* Customize the label (the container) */
.checkboxs {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkboxs input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.checkboxs:hover input~.checkmark {
    background-color: #5667fb;
}

/* When the checkbox is checked, add a blue background */
.container input:checked~.checkmark {
    background-color: #1d03e4;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkboxs input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkboxs .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.radios {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.radios input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom radio button */
.radios .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radios:hover input~.checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radios input:checked~.checkmark {
    background-color: #03E4B7;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radios .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radios input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radios .checkmark:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
    box-shadow: 0 0 7px 0 rgba(27, 73, 161, 0.5);
}

/**Estilos para more search*/
.accordion {
    color: #337ab7;
    cursor: pointer;
    text-align: right;
    font-size: 15px;
    transition: 0.4s;
    margin-left: 80%;
    font-weight: 500;
}

.active,
.accordion:hover {
    color: #74bfe8;
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.panel-search {
    position: absolute;
    padding: 5px 18px;
    display: none;
    background-color: white;
    overflow: hidden;
    border-radius: 5px;
    margin-top: 5px;
    width: auto;
    z-index: 1;
}

.panel h3 {
    font-family: inherit;
    font-size: 1.2em;
    font-weight: 500;
}

.div-termino {
    padding: 20px 20px 20px 20px;
}

.div-ejes h5,
.div-termino h5 {
    margin: 1rem 0;
}

.search header.entry-header {
    display: flex;
}

/*Styles of the datatables*/
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #1b49a1 !important;
    background-color: #1b49a1 !important;
    color: #fff;
    border: 0 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
    color: #fff !important;
}

/*Edn styles of the datatables*/

/*Styles of the div container the info on custom blocks*/
.card-div {
    padding: 15px;
    border-radius: 20px;
    box-shadow: 0 0 20px 0 rgba(27, 73, 161, 0.4);
    border: solid 1px #fff;
    background-color: #fff;
    font-family: "Montserrat";
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    margin: 15px 0;
}

.card-div .card {
    background: none;
    border: none;
}

.card-div .card-body {
    padding: 0;
}

.card-div .card-title {
    font-family: 'Montserrat';
    font-size: 28px;
    color: #1b49a1;
}

.card-div h5.card-sub-title {
    font-size: 22px;
    padding: 10px 0;
}

.card-div .hr-not-margin-top-bottom,
.card-div .hr-not-margin-top {
    background-color: #1b49a1;
    margin-top: 1rem;
}

.card-div .hr-not-margin-top-bottom {
    margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
    .card-div {
        font-size: 12px;
        padding: 5px 10px;
        margin: 5px 0;
    }

    .card-div .card-body {
        padding: 0.5rem;
    }

    .card-div .card-title {
        font-size: 20px;
    }

    .card-div .hr-not-margin-top-bottom {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }

    .main-navigation .blaskan-main-menu > ul,
    .main-navigation .blaskan-main-menu > div {
        width: 95%;
        background: rgba(255, 255, 255, .5);
    }

    .main-navigation #primary-menu > ul > li > a,
    .main-navigation #primary-menu > li > a {
        padding: 10px 20px;
        color: #1b49a1;
    }
    .container {
        width: 99% !important;
        margin-right: auto;
        margin-left: auto;
        padding-left: 2px;
        padding-right: 2px;
    }
    .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
        padding: 2px !important;
    }
    .menu-toggle{
        width:99%;
        color: white;
    }

    .col-xs-12, .col-sm-12 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

/*End styles of the div container the info on custom blocks*/

/*Styles of the div container form in custom blocks*/
.card-form {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgba(27, 73, 161, 0.4);
    border: solid 2px #fff;
    padding: 20px 40px 20px 40px;

}

.card-form .card {
    background: none;
    border: none;
}

.card-form .card-title {
    font-family: 'Montserrat' !important;
    font-size: 28px;
    color: #1b49a1;
}

.card-form .search-form .search-field,
.widget.widget_search .search-form label {
    width: 97%;
    border-radius: 8px;
    margin-bottom: 0.5em;
    font-family: inherit;
}

.card-form input {
    padding: 10px 15px;
}

.card-form .search-form .search-submit {
    padding: 4px 40px 4px 20px;
}

.card-form .radios .checkmark,
.card-form .checkmark {
    background-color: #fff;
    box-shadow: 0 0 7px 0 rgba(27, 73, 161, 0.5);
}

/*End styles of the div container form in custom blocks*/

.search header.entry-header {
    display: block;
}

.div-close {
    position: absolute !important;
    top: 12px;
}

.div-close .close {
    color: #0d6efd;
}

.block_diagnostic_suggestions_form .select2-container {
    width: 100% !important;
}

.block_diagnostic_suggestions_form .select2-container .select2-selection--multiple {
    height: 40px !important;
}

.block_diagnostic_suggestions_form .select2-container--default .select2-selection--multiple {
    border-radius: 4px 0 0 4px !important;

}

.block_diagnostic_suggestions_form .select2-container--default .select2-selection--multiple.select2-selection__rendered {
    line-height: 40px !important;
}

.block_diagnostic_suggestions_form div.col-md-11.col-xs-10,
.block_diagnostic_suggestions_form div.col-md-1.col-xs-2 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.block_diagnostic_suggestions_form button {
    padding: .8em 1em .4em;
    border-radius: 0 4px 4px 0 !important;
    background-color: #fff !important;
    color: #ae3c4e !important;
    height: 45px !important;
}

.block_diagnostic_suggestions_form h5 {
    margin: 20px 0 !important;
}

.block_diagnostic_suggestions_container {
    margin: 20px;
}

.entry-content a {
    color: #1b49a1 !important;
}

.main-navigation ul ul li {
    background-color: rgba(27, 73, 161, .88) !important;
}

#primary-menu>ul>li>a:hover,
#primary-menu>ul>li>a:focus,
#primary-menu>li>a:hover,
#primary-menu>li>a:focus,
#primary-menu>li.current_page_item a {
    color: #1b49a1 !important;
}

#primary-menu>li.current_page_item .sub-menu a {
    color: white !important;
    background-color: rgba(27, 73, 161, 0.04) !important;
    ;

}

#primary-menu ul li>ul a,
#primary-menu li>ul a {
    font-family: 'Montserrat';
    font-size: 1.2em;
    color: #ebebeb !important;
}


#colophon p {
    color: #ababb2;
}

.imagenes img {
    width: 250px;
    padding: 10px;
    margin-bottom: 30px;
}