html {
    min-height: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: #868686;
    /*background:#f8fdf8;*/
    /*background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(233,248,233,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(233,248,233,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(233,248,233,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(233,248,233,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(233,248,233,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(233,248,233,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9f8e9', GradientType=0 );*/
}

*, *:focus {
    outline: none !important;
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 576px;
    }
    .containerps {
        max-width: 99%!important;
    }
}

@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 768px;
    }
    .containerps {
        max-width: 99% !important;
    }
}

@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 992px;
    }
    .containerps {
        max-width: 99% !important;
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px;
    }
    .containerps {
        max-width: 99% !important;
    }
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1400px;
    }
    .containerps {
        max-width: 99% !important;
    }
}

@media (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1600px;
    }
    .containerps {
        max-width: 99% !important;
    }
}


a {
    color: #44b444;
}

    a:hover {
        color: #369139;
    }

.badge-danger {
    background-color: #ff6d4a;
}

.text-success {
    color: #44b444 !important;
}

.text-danger {
    color: #ff6d4a !important;
}

.text-secondary {
    color: #333 !important;
}

.bg-light {
    background-color: #f8f8f8 !important;
}

.btn {
    border-radius: 4px;
    padding: .5rem .75rem;
    min-height: 44px;
}

.btn-primary {
    background-color: #9a9b9e !important;
    border-color: gray !important;
}

.btn-secondary {
    background-color: #333 !important;
    border-color: #333 !important;
}

.btn-danger {
    background-color: #ff6d4a !important;
    border-color: #ff6d4a !important;
}

.btn-yellow {
    background-color: #fcdf11 !important;
    border-color: #fcdf11 !important;
    color: #fff !important;
}

.btn-warning {
    background-color: #f6a200 !important;
    border-color: #f6a200 !important;
    color: #fff !important;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-primary:hover {
    background-color: gray !important;
    border-color: gray !important;
}

.btn-secondary:hover {
    background-color: #000 !important;
    border-color: #000 !important;
}

.btn-yellow:hover {
    background-color: #f1d50e !important;
    border-color: #f1d50e !important;
}

.btn-danger:hover {
    background-color: #eb5633 !important;
    border-color: #eb5633 !important;
}

.btn-warning:hover {
    background-color: #e59700 !important;
    border-color: #e59700 !important;
}


/**/

.fixed-top {
    z-index: 2222222;
}

.navbar-toggler {
    background: #ef393e;
    border-radius: 4px;
    height: 45px;
    width: 45px;
    color: #fff;
    padding: 0px;
    margin-right: 15px;
}

    .navbar-toggler:hover {
        background: #d64746;
    }

    .navbar-toggler span {
        font-size: 25px;
    }

.navbar {
    border-bottom: solid 5px #ef393e;
    background: #fff;
    padding: .5rem 15px;
}


.navbar-collapse {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    /*background:rgba(0,0,0,0.7);*/
    z-index: 11;
}

.navbar-nav {
    padding-top: 15px;
}

    .navbar-nav .nav-link {
        text-align: left;
        padding: 15px;
        /*color: #fff;*/
        font-size: 14px;
        /*border-bottom:solid thin #ffec62;*/

        border-bottom: solid 1px #f7f7f7;
        background: #fff;
        color: #333;
        /*-webkit-box-shadow: inset 4px 0px 0px 0px rgba(252,225,17,1);
    -moz-box-shadow: inset 4px 0px 0px 0px rgba(252,225,17,1);
    box-shadow: inset 4px 0px 0px 0px rgba(252,225,17,1);
	
	-webkit-box-shadow: inset 4px 0px 0px 0px rgba(68,180,68,1);
	-moz-box-shadow: inset 4px 0px 0px 0px rgba(68,180,68,1);
	box-shadow: inset 4px 0px 0px 0px rgba(68,180,68,1);*/

        -webkit-box-shadow: inset 4px 0px 0px 0px lightgray;
        -moz-box-shadow: inset 4px 0px 0px 0px lightgray;
        box-shadow: inset 4px 0px 0px 0px lightgray;
    }

        .navbar-nav .nav-link:hover {
            background: #f7f7f7;
        }

.dropdown-menu {
    background: #f7f7f7;
    color: #333;
    border: 0px;
    border-radius: 0px;
    padding: 0px;
    margin: 0px;
}

.dropdown-item {
    color: #333;
    font-size: 14px;
    padding: 15px;
    padding-left: 25px;
    border-bottom: solid thin #fff;
    background: #f7f7f7;
}

    .dropdown-item:last-child {
        border: 0px;
    }

    .dropdown-item:hover {
        background: #eaeded;
    }

.tituloitems {
    text-align: left;
    text-transform: uppercase;
    padding: 15px;
    /*color: #fff;
    background: #dec40f;*/
    background: lightgray;
    color: #333;
    font-weight: bold;
    font-size: 13px;
}

.sidebarinterior {
    position: absolute;
    /*background:#fcdf11;*/
    background: #fff url(/img/fondonav.jpg) no-repeat bottom center;
    background-size: 100%;
    top: 0px;
    left: 0px;
    width: 50%;
    height: 100%;
    -webkit-box-shadow: inset 0px -6px 0px 0px rgba(68,180,68,1);
    -moz-box-shadow: inset 0px -6px 0px 0px rgba(68,180,68,1);
    box-shadow: inset 0px -6px 0px 0px rgba(68,180,68,1);
    overflow: auto;
}

.overlay {
    background: rgba(0,0,0,0.7);
    width: 100vw;
    height: 100vh;
    left: 0px;
    top: 0px;
    position: absolute; /*absolute*/
    z-index: 11;
    display: none;
}

.navbar-collapse {
    -moz-transition: width 200ms;
    -webkit-transition: width 200ms;
    -o-transition: width 200ms;
    transition: width 200ms;
    width: 0px;
    z-index: 87;
}

    .navbar-collapse.show {
        width: 100%;
    }


#btncerrarnavbar {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    font-size: 30px;
    color: #333;
}

.dropdown-toggle::after {
    content: '+';
    border: 0px;
    float: right;
    font-weight: bold;
    font-size: 25px;
    line-height: 20px;
}

.dropdown-toggle[aria-expanded="true"]::after {
    content: '-';
}

.buscadorheader {
    width: 40%;
}

.no-arrow .dropdown-toggle::after {
    display: none;
}

.navbarsecundaria {
    margin-bottom: 0px;
    padding-left: 0px;
}

    .navbarsecundaria li {
        display: inline-block;
        vertical-align: middle;
    }

    .navbarsecundaria > li > a {
        background: lightgray;
        color: #fff;
        border-radius: 100%;
        padding: 0px;
        height: 45px;
        width: 45px;
    }

        .navbarsecundaria > li > a:hover {
            background: #9a9b9e;
        }

    .navbarsecundaria > li.no-icon > a {
        border-radius: 4px;
        height: auto;
        width: auto;
        padding: 12px;
        background: #ef393e;
        margin-right: 40px;
    }

        .navbarsecundaria > li.no-icon > a i {
            display: none;
        }

        .navbarsecundaria > li.no-icon > a span {
            text-decoration: underline;
        }

        .navbarsecundaria > li.no-icon > a:hover {
            background: #d64746;
        }

    .navbarsecundaria > li > a > i {
        font-size: 25px;
        line-height: 45px;
    }

    .navbarsecundaria > li.no-icon > a i {
        font-size: 18px;
        line-height: normal;
    }

    .navbarsecundaria > li > a > .badge {
        border-radius: 100%;
        height: 24px;
        width: 24px;
        position: absolute;
        top: 0px;
        right: -5px;
        line-height: 19px;
    }

    .navbarsecundaria .dropdown-menu {
        background: #fff;
        box-shadow: 0 2px 30px rgba(0,0,0,.1);
        border-bottom: solid 5px #ef393e;
        padding: 0px;
        border-radius: 4px;
        margin-top: 5px;
    }

        .navbarsecundaria .dropdown-menu .dropdown-item {
            border-bottom: solid thin #f7f7f7;
            padding: 1rem;
            color: #333;
            background: #fff;
        }

            .navbarsecundaria .dropdown-menu .dropdown-item:last-child {
                border: 0px;
            }

            .navbarsecundaria .dropdown-menu .dropdown-item:hover {
                background: #f7f7f7;
            }

.dropdown-item.active, .dropdown-item:active {
    background: none;
}

.btn-sacarbuscador {
    display: none !important;
}


.dropdown-menu.submenunotif .dropdown-item:last-child {
    background: lightgray;
    font-weight: bold;
}

    .dropdown-menu.submenunotif .dropdown-item:last-child:hover {
        background: #ceebce;
    }

.noleida {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #ff6d4a;
    display: inline-block;
    margin-left: 5px;
}


.buscadormobile {
    width: 350px;
    left: 50%;
    margin-left: -175px;
    border-bottom: 0px !important;
}

@media (max-width: 992px) {
    .btn-sacarbuscador {
        display: inline-block !important;
    }

    .buscadorheader {
        display: none;
    }

    .navbarsecundaria > li.no-icon > a {
        margin-right: 0px;
    }
}

@media (max-width: 800px) {
    .sidebarinterior {
        width: 100%;
    }

    .overlay {
        display: none !important;
    }
}

@media (max-width: 640px) {
    .logowrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        height: 100px;
    }
}

@media (max-width: 450px) {
    .buscadormobile {
        width: 200px;
        margin-left: -100px;
    }
}

@media (max-width: 400px) {
    .navbarsecundaria > li.no-icon > a {
        border-radius: 100%;
        height: 45px;
        width: 45px;
        padding: 0px;
    }

        .navbarsecundaria > li.no-icon > a span {
            display: none;
        }

        .navbarsecundaria > li.no-icon > a i {
            font-size: 25px;
            line-height: 45px;
            display: block;
        }
}


.migasdepan {
    margin-top: 110px;
    background: lightgray;
    margin-bottom: 30px;
    border-bottom: solid 1px #9a9b9e;
}

.breadcrumb {
    background: none;
    padding: 5px 0px;
    margin-bottom: 0px;
}

.breadcrumb-item {
    line-height: 25px;
    padding: 0px 5px;
}

    .breadcrumb-item i {
        font-size: 25px;
        line-height: 35px;
    }

    .breadcrumb-item a {
        color: #868686;
        line-height: 35px;
    }

        .breadcrumb-item a:hover {
            color: darkgray;
            text-decoration: none;
        }

    .breadcrumb-item.active {
        font-size: 18px;
        padding: 0px 10px;
        padding-left: 0px;
        color: #333;
        line-height: 35px;
        font-weight: bold;
    }
    /*
.breadcrumb-item+.breadcrumb-item::before
{
  content: " ";
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid #f7f7f7;
  vertical-align: middle;
}*/

    .breadcrumb-item + .breadcrumb-item::before {
        content: '\f105';
        color: #868686;
        line-height: 20px;
        padding-right: 10px;
        padding-left: 5px;
        font-family: 'Line Awesome Free';
        font-weight: 900;
        font-size: 18px;
    }

@media (max-width: 640px) {

    .migasdepan {
        margin-top: 67px;
    }
}



/**/



.marketing {
    margin-bottom: -15%;
    margin-top: 0px;
    position: relative;
}

    .marketing:after {
        content: '';
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 50%;
        background: rgba(248,253,248,0);
        background: -moz-linear-gradient(top, rgba(248,253,248,0) 0%, rgba(248,253,248,0.9) 90%, rgba(248,253,248,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248,253,248,0)), color-stop(90%, rgba(248,253,248,0.9)), color-stop(100%, rgba(248,253,248,1)));
        background: -webkit-linear-gradient(top, rgba(248,253,248,0) 0%, rgba(248,253,248,0.9) 90%, rgba(248,253,248,1) 100%);
        background: -o-linear-gradient(top, rgba(248,253,248,0) 0%, rgba(248,253,248,0.9) 90%, rgba(248,253,248,1) 100%);
        background: -ms-linear-gradient(top, rgba(248,253,248,0) 0%, rgba(248,253,248,0.9) 90%, rgba(248,253,248,1) 100%);
        background: linear-gradient(to bottom, rgba(248,253,248,0) 0%, rgba(248,253,248,0.9) 90%, rgba(248,253,248,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8fdf8', endColorstr='#f8fdf8', GradientType=0 );
    }

.contienecardshome {
    max-width: 95%;
    margin: 0 auto;
}

.carousel-control-next, .carousel-control-prev {
    height: 50px;
    width: 50px;
    margin-top: -25px;
    top: 30%;
}

    .carousel-control-next i, .carousel-control-prev i {
        font-size: 50px;
    }

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
    }
}

@media (max-width: 992px) {
    .marketing {
        margin-bottom: -30px;
    }

    .carousel-control-next, .carousel-control-prev {
        top: 50%;
    }
}



/**/

.card {
    border-radius: 4px;
    border: 0px;
    box-shadow: 0 2px 30px rgba(0,0,0,.1);
    margin-bottom: 30px;
    border-bottom: solid 5px #ef393e;
    line-height: 30px;
}

.card-title {
    font-size: 25px;
    display: inline-block;
    color: #333;
    margin-bottom: 30px;
    position: relative;
}

.card-body {
    padding: 30px;
}


.card-title i {
    background: lightgray;
    border-radius: 100%;
    height: 35px;
    width: 35px;
    vertical-align: middle;
    line-height: 35px;
    text-align: center;
    color: #fff;
}

.contienecardshome .card .col-6 strong {
    color: #333;
}

    .contienecardshome .card .col-6 strong i {
        font-size: 20px;
    }

/**/

.calendar .day.has-event:after {
    background: #333;
    top: calc(50% + .7em);
    width: 6px;
    height: 6px;
    border-radius: 100%;
}

.calendar header .btn {
    min-height: auto;
}

.calendar .day.has-event.completado:after {
    background: #44b444;
}

.calendar .day.has-event.encurso:after {
    background: #fcdf11;
}

.calendar .day.has-event.vacio:after {
    background: #ff6d4a;
}

.calendar .day.festivo {
    background: #868686;
    color: #fff;
}

    .calendar .day.festivo:after {
        display: none;
    }

.calendar .day.selectedDate {
    background: #117bfc;
    color: #fff;
}

    .calendar .day.selectedDate:after {
        display: none;
    }

.calendar .day.today {
    background: #fcdf11;
}

.calendar header .month {
    font-size: 1.5rem;
}

    .calendar header .month .year {
        display: inline-block;
        font-size: 1.5rem;
    }

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.calendar header .btn {
    color: #868686;
    border-color: #868686;
}

    .calendar header .btn:hover {
        background: #868686;
    }

.calendar {
    color: #868686;
}

    .calendar .day:hover {
        border: 0px;
    }

    .calendar .event-container {
        background: rgba(0,0,0,0.8);
        padding: 20px;
        padding-top: 70px;
    }

        .calendar .event-container .event {
            background: #fcdf11;
        }

.event-summary {
    text-transform: none;
}

    .event-summary .btn-link {
        padding: 0px;
        color: #333;
        text-decoration: underline;
        font-size: 14px;
        line-height: 14px;
        font-weight: 600;
        min-height: auto;
    }

        .event-summary .btn-link:hover {
            color: #333;
            text-decoration: none;
        }

.calendar .event-container .event-summary p {
    margin-bottom: 0px;
}

.calendar .event-container .event-date {
    font-weight: bold;
    font-size: 1.4rem;
    margin-bottom: 10px;
}

.leyendacalendario {
    margin-bottom: 20px;
}

    .leyendacalendario span, .leyendacalendario div {
        display: inline-block;
        vertical-align: middle;
    }

    .leyendacalendario div {
        margin-right: 10px;
    }

.circlegreen {
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 100%;
    vertical-align: middle;
    background: #44b444;
    margin-right: 5px;
}

.circlered {
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 100%;
    vertical-align: middle;
    background: #ff6d4a;
    margin-right: 5px;
}

.circleyellow {
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 100%;
    vertical-align: middle;
    background: #fcdf11;
    margin-right: 5px;
}




/**/

.form-control {
    border-radius: 4px;
    border: 0px;
    /*border: solid 2px #44b444;*/
    background: #f7f7f7;
    padding: 10px;
    height: 44px;
    font-size: 15px;
}

    .form-control.custom-select {
        background: #f7f7f7 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    }

        .form-control.custom-select.blanca {
            background-color: #fff;
            box-shadow: 0 2px 30px rgba(0,0,0,.1);
        }

.input-group-prepend {
    height: 44px;
}

.input-group-text {
    background: #9a9b9e;
    border-radius: 4px;
    border: solid 2px gray;
    padding: .375rem .45rem;
}

    .input-group-text i {
        color: #fff;
        font-size: 25px;
    }

.disabledprepend .input-group-text {
    background-color: #999;
    border-color: #999;
}

.form-control:focus {
    box-shadow: none;
    background: #eaeded;
}

.form-control.custom-select:focus {
    background: #eaeded url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
}

.form-control.custom-select.blanca:focus {
    background-color: #fff;
}

/***/

.ui-widget.ui-widget-content {
    border: 0px;
    border-radius: 4px;
    box-shadow: 0 2px 30px rgba(0,0,0,.1);
}

.ui-datepicker .ui-datepicker-header {
    background: #fcdf11;
    color: #fff;
    border: 0px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 0px;
}

    .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
        border: 0px;
        background: #44b444;
    }

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 0px;
    background: #fcdf11;
    color: #fff;
}

.ui-state-hover {
    border: 0px;
}


/***/

.linkescuela {
    color: #868686;
    position: relative;
    display: block;
}

    .linkescuela .card {
        border-left: solid 5px #44b444;
        border-bottom: 0px;
    }

    .linkescuela:hover {
        color: #868686;
        text-decoration: none;
    }


    .linkescuela i {
        font-size: 20px;
        color: #44b444;
        vertical-align: middle;
    }

    .linkescuela .card-title i {
        color: #fff;
        font-size: 25px;
    }

.flechaescuela {
    position: absolute;
    top: 50%;
    right: 35px;
    margin-top: -22.5px;
    background: #fcdf11;
    border-radius: 100%;
    color: #fff;
    width: 45px;
    height: 45px;
    margin-bottom: 0px;
}

    .flechaescuela i {
        font-size: 45px;
        color: #fff;
    }

.linkescuela .btn {
    padding: 4px;
    font-size: 11px;
    line-height: 11px;
    border-radius: 2px;
    min-height: auto;
}

    .linkescuela .btn i {
        color: #fff;
        font-size: 12px;
        vertical-align: unset;
    }

.linkescuela:hover .flechaescuela {
    background: #f1d50e;
}

.linkescuela:hover .card {
    background: #f5fcf5;
}

.linkescuela .card-body strong {
    color: #333;
}

.linkescuela .card-body span {
    vertical-align: middle;
}



/*footer*/

footer {
    width: 100%;
    background-color: #333;
    padding: 40px 0px;
    margin-top: 50px;

}

    footer p {
        font-size: 13px;
        color: #CCC;
        padding-bottom: 0px;
        margin-bottom: 8px;
    }

.footer_ul {
    margin: 0px;
    font-size: 14px;
    padding-left: 15px;
}

    .footer_ul li {
        padding: 0px 0px 5px 0px;
    }

        .footer_ul li a {
            color: #CCC;
        }

            .footer_ul li a:hover {
                color: #fff;
                text-decoration: none;
            }



.footer_twitter {
    margin: 0px;
    list-style-type: none;
    padding: 0px;
}

    .footer_twitter li p {
        display: table;
    }

    .footer_twitter li a:hover {
        text-decoration: none;
    }

    .footer_twitter li i {
        margin-top: 5px;
    }

.bottom_border {
    border-bottom: 1px solid #323f45;
    padding-bottom: 20px;
}

.footer_bottom {
    list-style-type: none;
    padding: 0px;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    text-align: center;
}

    .footer_bottom li {
        display: inline-block;
    }

        .footer_bottom li a {
            color: #999;
            margin: 0 12px;
        }

            .footer_bottom li a:hover {
                text-decoration: none;
                color: #fff;
            }

.container-social{
    
}

.social_footer_ul {
    margin: 15px auto 0 auto;
    list-style-type: none;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
}

    .social_footer_ul li {
        display: inline-block;
        text-align: center;
        margin: 0px 5px;
    }

        .social_footer_ul li a {
            color: #CCC;
            border: 1px solid #CCC;
            border-radius: 100%;
            display: block;
            height: 35px;
            width: 35px;
        }

        .social_footer_ul li i {
            text-align: center;
            font-size: 20px;
            line-height: 35px;
        }

        .social_footer_ul li a:hover {
            border-color: #fff;
        }

            .social_footer_ul li a:hover i {
                color: #fff;
            }

footer h5 {
    color: #fff;
    margin-bottom: 20px;
}

/*login*/

.textologin {
    font-size: 14px;
    line-height: normal;
    margin: 20px 0px;
}

.linkolvido a, .linkolvido {
    line-height: normal;
}

    .linkolvido a {
        color: #44b444;
    }

/*modales*/

.modal {
    z-index: 22222222;
}

.modal-backdrop {
    z-index: 2222222;
}

.modal-header {
    border: 0px;
    padding: 0px;
}

.modal-body {
    padding: 0px;
}

    .modal-body h5 {
        color: #333;
        font-size: 1.5rem;
    }

.modal-footer {
    border: 0px;
    padding: 0px;
    margin-top: 1.5rem;
}

.modal-header .close {
    padding: 0px;
}

    .modal-header .close i {
        font-size: 40px;
    }

.modal-content {
    border: 0px;
    border-radius: 4px;
    border-bottom: solid 5px #44b444;
    padding: 30px;
}

/*pagina listado y buscar*/

.filters {
    padding: 0px 30px;
    background: #fff;
    border-radius: 4px;
    display: none;
}

    .filters label {
        display: block;
    }

.contieneswich {
    min-height: 44px;
    display: inline-block;
    margin-right: 15px;
}

.filters .contieneswich label {
    margin-bottom: 0px;
    display: inline-block;
    margin-right: 5px;
}

.filters .col-sm-12 {
    margin: 15px 0px;
}

label {
    color: #333;
}

.slidecontainer {
    width: 100%;
    min-height: 44px;
    position: relative;
}

/* The slider itself */
.sliderrange {
    -webkit-appearance: none; /* Override default CSS styles */
    appearance: none;
    width: 90%; /* Full-width */
    height: 20px; /* Specified height */
    background: #f7f7f7; /* Grey background */
    outline: none; /* Remove outline */
    border-radius: 4px;
}

    /* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
    .sliderrange::-webkit-slider-thumb {
        -webkit-appearance: none; /* Override default look */
        appearance: none;
        width: 20px; /* Set a specific slider handle width */
        height: 20px; /* Slider handle height */
        background: #44b444; /* Green background */
        cursor: pointer; /* Cursor on hover */
        border-radius: 4px;
    }

    .sliderrange::-moz-range-thumb {
        width: 20px; /* Set a specific slider handle width */
        height: 20px; /* Slider handle height */
        background: #44b444; /* Green background */
        cursor: pointer; /* Cursor on hover */
        border-radius: 4px;
    }

#valueslider {
    text-align: center;
    color: #333;
    position: absolute;
    right: 0px;
    top: 0px;
    line-height: normal;
}

.switches {
    display: inline-block;
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
    vertical-align: middle;
    margin-bottom: 0px;
}

    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f1f3f4;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 19px;
        width: 19px;
        left: 2.8px;
        bottom: 2.2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #44b444;
}

input:focus + .slider {
    box-shadow: 0 0 1px #44b444;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.custom-checkbox .custom-control-label::before {
    border-radius: 1px;
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #44b444;
    background-color: #44b444;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #adb5bd;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    background: #fff;
    border-color: #adb5bd;
}


/*datatables*/

.table {
    color: #868686;
}

    .table th {
        color: #333;
    }

    .table i {
        color: #fff;
        line-height: 40px;
        font-size: 20px;
    }

    .table .btn {
        padding: 0px;
        height: 40px;
        width: 40px;
        min-height: auto;
        margin: 5px 2.5px;
    }

table.dataTable tbody tr:hover {
    background: none;
}

.table thead th {
    border-bottom: 0px;
}

.table thead {
    background: lightgray;
}


.page-link {
    padding: 0px;
    line-height: 28px;
    color: #44b444;
    border: 0px;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    text-align: center;
    margin: 0px 2px;
}

.page-item:last-child .page-link,
.page-item:first-child .page-link {
    border-radius: 100%;
}

.page-link:focus {
    box-shadow: none;
}

.page-link:hover {
    background: none;
    color: #369139;
}

.page-item.active .page-link {
    background-color: #44b444;
    border-color: #44b444;
}


.table td, .table th {
    border-color: #ceebce;
}

div.dataTables_wrapper div.dataTables_paginate {
    margin-top: 15px;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
    border: 0px;
    box-shadow: none;
    background-color: #44b444;
    top: 50%;
    margin-top: -7px;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
    background-color: #ff6d4a;
}

table.dataTable > tbody > tr.child ul.dtr-details {
    width: 100%;
}

    table.dataTable > tbody > tr.child ul.dtr-details > li:last-child .dtr-data {
        display: block;
    }

    table.dataTable > tbody > tr.child ul.dtr-details > li {
        border: 0px;
    }

/**seccciones/tabs verticales***/

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #44b444;
    background: #fff;
    -webkit-box-shadow: inset 5px 0px 0px 0px rgba(68,180,68,1);
    -moz-box-shadow: inset 5px 0px 0px 0px rgba(68,180,68,1);
    box-shadow: inset 5px 0px 0px 0px rgba(68,180,68,1);
}

.nav-pills .nav-link {
    background: #f7f7f7;
    color: #868686;
    border-radius: 0px;
    padding: 10px 15px;
    border-bottom: solid 1px #fff;
    line-height: normal;
}

    .nav-pills .nav-link:last-child {
        border: 0px;
    }

    .nav-pills .nav-link:hover {
        background: lightgray;
        color: #44b444;
    }

    .nav-pills .nav-link.active:hover {
        background: #fff;
    }

.nav-pills {
    border: solid thin #eee;
    border-radius: 4px;
    overflow: hidden;
}

    .nav-pills .nav-link i {
        font-size: 20px;
        vertical-align: middle;
    }

    .nav-pills .nav-link span {
        vertical-align: middle;
    }


@media (min-width: 768px) {
    .nav-pills .nav-link {
        padding: 20px;
    }
}

/*modal prompt eidtar*/

@media (min-width:992px) {
    .modal-dialog.modaldialogbig {
        width: 1000px;
        max-width: 95%;
    }
}

@media (min-width: 576px) {
    .modal-dialog.modaldialogbig {
        max-width: 95%;
    }
}

.modal-open .modal {
    padding: 0px !important;
}

.btn-file {
    overflow: hidden;
    background: #44b444;
    cursor: pointer;
    display: block;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    border-bottom: 0px !important;
    line-height: 25px;
    padding: 0.50rem 0.50rem;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

    .btn-file:hover {
        background: #1e7e34;
        color: #fff;
    }

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        cursor: pointer;
    }

.form-group label {
    margin-bottom: 0px;
}

.contieneimagensubir {
    display: inline-block;
    position: relative;
    overflow: hidden;
    border-radius: 100%;
}

.img-thumbnail {
    border-radius: 100%;
}

.textofile i {
    font-size: 25px;
}

.previsualizar {
    height: 200px;
    width: 200px;
    border: 0px;
    background-color: #44b444;
}

.errorimagen {
    display: none;
    margin-top: 10px;
}

.columnacontieneimagen {
    text-align: left;
    margin-top: 1rem;
}

@media (min-width: 768px) {
    .columnacontieneimagen {
        text-align: right;
        margin-top: 0px;
    }
}

/***pagina ordenar***/
.opcionestitle {
    font-weight: bold;
    color: #333;
}

    .opcionestitle i {
        font-size: 20px;
        vertical-align: middle;
    }

    .opcionestitle span {
        vertical-align: middle;
    }

.opciones {
    display: none;
}

.opcion {
    margin-bottom: 2rem;
}

.desplegarmenu {
    cursor: pointer;
    font-size: 20px;
}

.opcion .row {
    margin-bottom: 1rem;
}

.opciones .col-md-5 {
    font-style: italic;
    padding-left: 30px;
}

.opciones .col-md-6 {
    padding-left: 30px;
}

.opcion .btn {
    padding: 4px;
    font-size: 11px;
    line-height: 11px;
    border-radius: 2px;
    min-height: auto;
    vertical-align: top;
    margin-top: 4px;
}

.tooltip {
    font-family: Arial,sans-serif !important;
}

.border-top .opciones .col-md-5 {
    font-style: normal;
    padding-left: 15px;
}

.border-top .opciones .col-md-6 {
    padding-left: 15px;
}

@media (min-width: 768px) {
    .opciones .col-md-6 {
        padding-left: 15px;
    }
}

.sticky {
    position: fixed;
    top: 130px;
}



/*daterangepicker*/
.daterangepicker {
    left: auto;
    top: auto;
    margin-top: 0px;
    font-family: 'Lato', sans-serif;
}

.show-calendar {
    box-shadow: 0 2px 30px rgba(0,0,0,.1);
    border: 0px;
    border-radius: 4px;
}

.daterangepicker td.in-range {
    background-color: #e9f8e9;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #44b444;
    color: #fff;
}

.daterangepicker .drp-buttons .btn {
    min-height: auto;
    border-radius: 2px;
}

.daterangepicker td.start-date.end-date, .daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
    border-radius: 2px;
}

.daterangepicker .calendar-table th {
    color: #333;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
    color: #ccc;
}

.daterangepicker thead tr:first-child {
    background-color: #44b444;
}

    .daterangepicker thead tr:first-child th {
        color: #fff;
        border-radius: 0px;
    }

        .daterangepicker thead tr:first-child th:first-child {
            border-top-left-radius: 2px;
            border-bottom-left-radius: 2px;
        }

        .daterangepicker thead tr:first-child th:last-child {
            border-top-right-radius: 2px;
            border-bottom-right-radius: 2px;
        }

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
    border-color: #fff;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
    background-color: #44b444;
    color: #fff;
}

.daterangepicker:before {
    border-bottom: 0px;
}

.botonesexample a {
    margin-bottom: 5px;
}

/*alerts*/

.alert {
    border-radius: 4px;
    margin-bottom: 0px;
    border: 0px;
    color: #fff !important;
}

.alert-dismissible .close {
    top: 50%;
    right: 10px;
    padding: 0px;
    margin-top: -12px;
}

    .alert-dismissible .close:hover {
        color: #fff;
    }

.alert-dark {
    background-color: #333;
}

.alert-success {
    background-color: #44b444;
}

.alert-danger {
    background-color: #ff6d4a;
}

.alert-warning {
    background-color: #fcdf11;
}

.alert-fixed {
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    border-radius: 0px;
    z-index: 22222;
}

/*tabla horario*/

.tablahorario {
    margin-bottom: 10px;
}

    .tablahorario .col-23 {
        -ms-flex: 0 0 24%;
        flex: 0 0 24%;
        max-width: 24%;
        padding: 0px 5px;
        padding-left: 15px;
    }

    .tablahorario .col-12 {
        -ms-flex: 0 0 15%;
        flex: 0 0 15%;
        max-width: 15%;
        padding: 0px 5px;
    }

    .tablahorario .col-11 {
        -ms-flex: 0 0 11%;
        flex: 0 0 11%;
        max-width: 11%;
        padding: 0px 5px;
    }

        .tablahorario .col-11:last-child {
            padding-right: 15px;
        }

    .tablahorario h5 {
        color: #333;
        text-align: center;
        background: #e9f8e9;
        padding: 5px;
        margin-bottom: 10px;
        display: none;
    }

    .tablahorario.first h5 {
        display: block;
    }

    .tablahorario .col-23 h5 {
        text-align: left;
    }

.producto .la {
    cursor: pointer;
    float: right;
    display: none;
    margin-top: 5px;
}

@media (max-width: 992px) {
    .tablahorario .col-23 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0px 15px;
    }

    .tablahorario .col-11 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0px 15px;
        display: none;
    }

        .tablahorario .col-11 .row {
            margin: 10px 0px;
            align-items: center;
        }

    .tablahorario h5 {
        margin-bottom: 0px;
        display: block;
    }

    .tablahorario .col-23 h5 {
        display: none;
    }

    .tablahorario .col-23 div {
        color: #333;
        font-size: 1.25rem;
    }

    .producto .la {
        display: block;
    }

    .tablahorario .row .col-6 {
        padding: 0px 5px;
    }
}

/*/* ------------------------- 
 POPUP 
 ------------------------- 

.overlay {
	background: rgba(0,0,0,.3);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	align-items: center;
	justify-content: center;
	display: flex;
	visibility: hidden;
}

	.overlay.active {
		visibility: visible;
	}

.popup {
	background: #FFF;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	border-radius: 3px;
	font-family: 'Montserrat', sans-serif;
	padding: 20px;
	text-align: left;
	width: 900px;
	transition: .3s ease all;
	transform: scale(0.7);
	opacity: 0;
}

	.popup .btn-cerrar-popup {
		font-size: 16px;
		line-height: 16px;
		display: block;
		text-align: right;
		transition: .3s ease all;
		color: #BBBBBB;
	}

		.popup .btn-cerrar-popup:hover {
			color: #000;
		}

	.popup h3 {
		font-size: 36px;
		font-weight: 600;
		margin-bottom: 10px;
		opacity: 0;
	}

	.popup h4 {
		font-size: 26px;
		font-weight: 300;
		margin-bottom: 40px;
		opacity: 0;
	}

	.popup form .contenedor-inputs {
		opacity: 0;
	}

		.popup form .contenedor-inputs input {
			background: #f7f7f7 url("xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
		}


.popup form .btn-submit {
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	border: none;
	color: #fff;
	background: #5E7DE3;
	border-radius: 3px;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	cursor: pointer;
	transition: .3s ease all;
}

		.popup form .btn-submit:hover {
			background: rgba(94,125,227, .9);
		}

	 ------------------------- 
	 ANIMACIONES 
	 ------------------------- 
	.popup.active {
		transform: scale(1);
		opacity: 1;
	}

		.popup.active h3 {
			animation: entradaTitulo .8s ease .5s forwards;
		}

		.popup.active h4 {
			animation: entradaSubtitulo .8s ease .5s forwards;
		}

		.popup.active .contenedor-inputs {
			animation: entradaInputs 1s linear 1s forwards;
		}

@keyframes entradaTitulo {
	from {
		opacity: 0;
		transform: translateY(-25px);
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes entradaSubtitulo {
	from {
		opacity: 0;
		transform: translateY(25px);
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes entradaInputs {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}*/
