@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");

body {
    background-color: #e5e5e5;
    font-family: "roboto", sans-serif;
    font-size: 14px;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

.plr-0 {
    padding-left: 0px;
    padding-right: 0px
}

.wp-content {
    margin-top: 55px;
    /*margin-left: 75px;*/
    padding-top: 60px;
}

.megamenu {
    width: 100%;
}


button .focus, a .focus {
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

button:focus, a:focus {
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}


[data-component='navbar'] .navbar {
    background-color: #1b7232;
    ;
}

[data-component='navbar'] .navbar-toggler {
    line-height: 2.4;
    margin-left: 0px;
    color: #fff;
}

    [data-component='navbar'] .navbar-toggler span {
        text-transform: uppercase;
        font-size: 1em;
        font-weight: 400;
        font-family: 'Lato', sans-serif;
        display: none;
    }

    [data-component='navbar'] .navbar-toggler[aria-expanded="true"] {
        color: #009fff;
    }

        [data-component='navbar'] .navbar-toggler[aria-expanded="true"] span {
            display: initial;
            color: #009fff;
        }

        [data-component='navbar'] .navbar-toggler[aria-expanded="true"] i {
            color: #009fff;
        }

[data-component='navbar'] .navbar-collapse {
    background-color: #292a2c;
    margin-left: 75px;
}

[data-component='navbar'] .navbar-nav {
    height: 100vw;
}

[data-component='navbar'] .collapsing {
    -webkit-transition: height .3s ease;
    -o-transition: height .3s ease;
    transition: height .3s ease;
}

[data-component='navbar'] .navbar-brand {
    background-color: #1b7232;
    height: 51px;
    text-align: center;
    padding-top: 0px;
}

.navbar-brand img{
    height:100%;
}

[data-component='navbar'] ::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}

[data-component='navbar'] .right-links i {
    color: #fff;
    font-size: 20px;
    line-height: 2.8;
}

[data-component='navbar'] .home {
    border-right: 1px solid #ababab;
}

[data-component='navbar'] .dropdown-toggle::after {
    display: none;
}

[data-component='navbar'] .dropdown-item {
    color: #292b2c;
    font-size: 0.75em;
}

[data-component='navbar'] .dropdown {
    position: relative;
}

    [data-component='navbar'] .dropdown span {
        color: #fff;
        position: absolute;
        width: 15px;
        height: 15px;
        top: -8px;
        right: -3px;
        background-color: red;
        border-radius: 50%;
        text-align: center;
        font-size: 0.625em;
        font-weight: 600;
    }

    [data-component='navbar'] .dropdown img {
        border-radius: 50%;
        height: 25px;
        margin-top: -16px;
    }

[data-component='navbar'] .list-group .lg {
    height: 500px;
    width: 270px;
    overflow: auto;
}

[data-component='navbar'] .list-group .list-group-item {
    border-radius: 0;
    letter-spacing: 0.5px;
}

[data-component='navbar'] .list-group h5 {
    font-size: 0.6875em;
    font-weight: 700;
    line-height: 2;
}

[data-component='navbar'] .list-group p {
    font-size: 0.5625em;
    font-weight: 400;
    line-height: 2;
}

[data-component='navbar'] .megamenu #menuOne, [data-component='navbar'] .megamenu #menuTwo, [data-component='navbar'] .megamenu #menuThree {
    position: absolute;
    width: 100%;
    z-index: 1;
}

[data-component='navbar'] .megamenu .megamenu-links {
    background-color: #EEEEEE;
    height: 100vh;
    overflow: hidden;
}

[data-component='navbar'] .megamenu .btn {
    font-size: 0.875em;
    font-weight: 400;
    letter-spacing: 0.5px;
}

    [data-component='navbar'] .megamenu .btn:hover {
        background-color: #292a2c;
        color: #fff;
    }

[data-component='navbar'] .megamenu a[aria-expanded=true] .fa-plus {
    display: none;
}

[data-component='navbar'] .megamenu a[aria-expanded=false] .fa-minus {
    display: none;
}

[data-component='navbar'] .megamenu [aria-expanded="true"] {
    background-color: #292a2c;
    color: #fff;
}

    [data-component='navbar'] .megamenu [aria-expanded="true"] i {
        color: #fff;
        font-size: 1.25em;
    }

[data-component='navbar'] .megamenu [aria-expanded="false"] {
    background-color: #eee;
    color: #292a2c;
    border-radius: 0;
}

    [data-component='navbar'] .megamenu [aria-expanded="false"] i {
        color: #009fff;
        font-size: 1.25em;
    }

[data-component='navbar'] .megamenu .list-group {
    height: 100vw;
    background-color: #292a2c;
}

[data-component='navbar'] .megamenu .list-group-item {
    border-radius: 0;
    background-color: #292a2c;
    font-size: 0.75em;
    color: #fff;
}

    [data-component='navbar'] .megamenu .list-group-item:hover {
        background-color: #009fff;
    }

[data-component='sidebar'] .sidebar {
    position: fixed;
    z-index: 9999;
}

[data-component='sidebar'] .first-menu {
    position: fixed;
    background-color: #292a2c;
    height: 100vw;
    width: 87px;
    top: 56px;
    overflow: hidden;
    transition: width .5s;
}

    [data-component='sidebar'] .first-menu a {
        color: #fff;
    }

    [data-component='sidebar'] .first-menu i {
        font-size: 24px;
    }

    [data-component='sidebar'] .first-menu span {
        font-size: 12px;
        white-space: nowrap;
        font-family: 'Open Sans', sans-serif;
        opacity: 1;
        display: table-cell;
        line-height: 2;
        padding-top: 6px;
        transition: .5s;
    }

    [data-component='sidebar'] .first-menu:hover span {
        opacity: 1;
        visibility: visible;
        opacity: 1;
        visibility: visible;
    }

    [data-component='sidebar'] .first-menu .list-group-item {
        border-radius: 0;
    }

        [data-component='sidebar'] .first-menu .list-group-item:hover {
            background-color: #1b7232 !important;
        }

    [data-component='sidebar'] .first-menu:hover {
        width: 87px;
    }

[data-component='sidebar'] .list-group-item {
    font-size: 14px;
}

[data-component='sidebar'] .submenu {
    position: fixed;
    left: 86px;
    width: 269px;
    top: 56px;
    background-color: #10542b;
    height: 100vw;
    opacity: 0;
    visibility: hidden;
    transition: 600ms opacity 300ms, 300ms visibility 300ms;
}

    [data-component='sidebar'] .submenu .list-group-item {
        margin-top: 0px;
        text-align: left;
        border-bottom: 1px solid #377d54;
    }

[data-component='sidebar'] .first-menu .list-group-item .segundos {
    border-radius: 0;
    background-color: #084a23;
}

[data-component='sidebar'] .submenu .list-group-item i {
    margin-right: 10px;
    font-size: 17px;
}


[data-component='sidebar'] .first-menu li:hover .submenu {
    visibility: visible;
    opacity: 1;
}

[data-component='sidebar'] .sub-submenu {
    position: fixed;
    background-color: #292a2c;
    left: 350px;
    top: 57px;
    height: 100vw;
    width: 195px;
    opacity: 0;
    visibility: hidden;
    transition: 300ms opacity 300ms, 300ms visibility 300ms;
}

    [data-component='sidebar'] .sub-submenu a {
        color: #ffffff;
    }

    [data-component='sidebar'] .sub-submenu .list-group-item:hover {
        background-color: transparent;
    }

[data-component='sidebar'] .submenu li:hover .sub-submenu {
    visibility: visible;
    opacity: 1;
}

[data-component='sidebar'] .list-group-item {
    background-color: transparent;
    border: none;
    border-radius: 0;
}

[data-component='sidebar'] .arrow {
    position: fixed;
    left: 332px;
    width: 0px;
    margin-top: 6px;
    height: 0px;
    border-top: 12px solid transparent;
    border-bottom: 16px solid transparent;
    border-right: 19px solid white;
}

    [data-component='sidebar'] .arrow:nth-child(3) {
        top: 20px;
    }

li.list-group-item.pl-1.py-2.itm-icon {
    text-align: center;
    border-bottom: 1px dotted #716c6c;
    margin-bottom: 4px;
}

.dropdown-menu {
    position: absolute;
    top: 180%;
    left: -3px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 13rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

label {
    display: inline-block;
    margin-bottom: 0px;
    font-weight: 600;
    margin-left: 7px;
    font-size: 12px;
}

.btn-select {
    position: relative;
    padding: 0;
    width: 100%;
    border-radius: 0;
    margin-bottom: 5px;
    font-size: 12px;
}

    .btn-select .btn-select-value {
        padding: 5px 12px;
        border-radius: 0px 7px 0px 14px;
        display: block;
        position: absolute;
        left: 0;
        right: 34px;
        text-align: left;
        text-overflow: ellipsis;
        overflow: hidden;
        border-top: none !important;
        border-bottom: none !important;
        border-left: none !important;
    }

.btn-wtd {
    width: 100% !important;
    text-align: left !important;
    padding: 0px 0px 0px 8px;
    background-color: #fff;
    border-radius: 0px 26px 9px 14px;
    font-size: 12px;
    line-height: 2;
}

.btn-select .btn-select-arrow {
    float: right;
    padding: 5.23px 13px;
    top: 0;
    color: #fff;
}

    .btn-select ul {
        display: none;
        background-color: white;
        color: black;
        clear: both;
        list-style: none;
        padding: 0;
        margin: 0;
        border-top: none !important;
        position: absolute;
        left: -1px;
        right: -1px;
        top: 33px;
        z-index: 999;
    }

        .btn-select ul li {
            padding: 3px 6px;
            text-align: left;
        }

            .btn-select ul li:hover {
                background-color: #f4f4f4;
            }

            .btn-select ul li.selected {
                color: white;
            }

    /* Default Start */
    .btn-select.btn-default:hover, .btn-select.btn-default:active, .btn-select.btn-default.active {
        border-color: #ccc;
    }

    .btn-select.btn-default ul li.selected {
        background-color: #ccc;
    }

    .btn-select.btn-default ul, .btn-select.btn-default .btn-select-value {
        background-color: white;
        border: #ccc 1px solid;
    }

    .btn-select.btn-default:hover, .btn-select.btn-default.active {
        background-color: #e6e6e6;
    }
    /* Default End */

    /* Primary Start */
    .btn-select.btn-primary:hover, .btn-select.btn-primary:active, .btn-select.btn-primary.active {
        border-color: #286090;
    }

    .btn-select.btn-primary ul li.selected {
        background-color: #2e6da4;
        color: white;
    }

    .btn-select.btn-primary ul {
        border: #2e6da4 1px solid;
    }

    .btn-select.btn-primary .btn-select-value {
        background-color: #428bca;
        border: #2e6da4 1px solid;
    }

    .btn-select.btn-primary:hover, .btn-select.btn-primary.active {
        background-color: #286090;
    }
    /* Primary End */

    /* Success Start */
    .btn-select.btn-success:hover, .btn-select.btn-success:active, .btn-select.btn-success.active {
        border-color: #4cae4c;
    }

    .btn-select.btn-success ul li.selected {
        background-color: #4cae4c;
        color: white;
    }

    .btn-select.btn-success ul {
        border: #4cae4c 1px solid;
    }

    .btn-select.btn-success .btn-select-value {
        background-color: #ffffff;
        border-color: #e5e5e5;
        color: #000;
    }

    .btn-select.btn-success:hover, .btn-select.btn-success.active {
        background-color: #449d44;
    }

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #ced4db;
    border-radius: 0px 10px 6px 17px;
 
}

.btn-group-sm > .btn, .btn-sm {
    margin-bottom: 10px;
}

/* Success End */



.cont-check {
    background-color: #28a745;
    width: 100%;
    padding: 3px 12px;
    color: #fff;
}

.form-check-label {
    margin-bottom: 0;
    font-weight: 400;
    line-height: 2;
}

.form-group {
    margin-bottom: 0.5rem;
}

.form-control {
    font-size: 12px;
}

.bg-campsocultos {
    background-color: #efefef;
    padding: 16px 0px;
}

.bg-grid-sect {
    background-color: #f5f5f5;
    margin-top: 20px;
    padding-top: 15px;
}

.dataTables_filter {
    display: none;
}

.dataTables_length {
    display: none;
}

.table td, .table th {
    padding: 3px 5px;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
    text-align: center;
    font-size: 12px;
}


.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 2px;
    background-color: #10542b;
    color: #fff;
    font-size: 12px;
    padding: 10px 2px;
    text-align-last: center;
    
}

.usuario-logue {
    display: inline-block;
    font-size: 11px;
    color: #fff;
    margin-top: 0px;
}

.title-header {
    background-color: #dbdbdb;
    width: 98%;
    padding-top: 6px;
    margin-bottom: 15px;
    position: fixed;
    z-index: 999;
    right: 14px;
    /*right: -6px;*/
    top: 56px;
}

    .title-header .list-inline {
        margin-bottom: 0px;
    }


.title-view {
    font-size: 18px;
    text-transform: uppercase;
    color: #10542c;
    float: right;
    font-weight: 800;
}

.btn-accion {
    font-size: 12px;
    color: #1b7232;
    text-align: center;
    display: grid;
    cursor: pointer;
}

    .btn-accion img {
        display: block;
        margin: 0px auto;
    }

.title-generic {
    font-size: 14px;
    text-transform: uppercase;
    color: #10542c;
    font-weight: 800;
}



.servicios-ro {
    height: 100%;
    text-align: center;
    border: 1px solid #e1e1e1;
    padding-left: 15px;
    padding-right: 15px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 20px 15px;
    background-color: #fff;
}


.usp-image {
    width: 70px;
    height: 61px;
}

.title-ser {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-weight: 700;
}

.descrip-ser {
    margin-bottom: 15px;
}

.link-ser {
    color: #ff0000 !important;
}

.position-conts {
    position: absolute;
    margin: 0px auto;
    top: 55%;
    left: 90px;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    margin-bottom: 120px;
}


/****** LOGIN MODAL ******/
.loginmodal-container {
    padding: 30px;
    max-width: 350px;
    width: 100% !important;
    background-color: #F7F7F7;
    margin: 0 auto;
    border-radius: 2px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    font-family: roboto;
}

    .loginmodal-container h1 {
        text-align: center;
        font-size: 1.8em;
        font-family: roboto;
    }

    .loginmodal-container input[type=submit] {
        width: 100%;
        display: block;
        margin-bottom: 10px;
        position: relative;
    }

    .loginmodal-container input[type=text], input[type=password] {
        height: 44px;
        font-size: 16px;
        width: 100%;
        margin-bottom: 10px;
        -webkit-appearance: none;
        background: #fff;
        border: 1px solid #d9d9d9;
        border-top: 1px solid #c0c0c0;
        /* border-radius: 2px; */
        padding: 0 8px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

        .loginmodal-container input[type=text]:hover, input[type=password]:hover {
            border: 1px solid #b9b9b9;
            border-top: 1px solid #a0a0a0;
            -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
            -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
            box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
        }

.loginmodal {
    text-align: center;
    font-size: 14px;
    font-family: 'Arial', sans-serif;
    font-weight: 700;
    height: 36px;
    padding: 0 8px;
}

.loginmodal-submit {
    border: 0px;
    color: #fff;
    text-shadow: 0 1px rgba(0,0,0,0.1);
    background-color: #089241;
    padding: 17px 0px;
    font-family: roboto;
    font-size: 14px;
}

    .loginmodal-submit:hover {
        border: 0px;
        text-shadow: 0 1px rgba(0,0,0,0.3);
        background-color: #357ae8;
    }

.loginmodal-container a {
    text-decoration: none;
    color: #212529;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    opacity: 0.9;
    transition: opacity ease 0.5s;
}

.login-help {
    font-size: 12px;
}

.logo-loguin {
    margin: 0px auto;
    display: block;
    width: 100%;
}

.modal-dialog {
    margin-top: 12%;
}

.btn-wtd::after {
    float: right;
    background-color: #ffffff;
    color: #fff;
    background-repeat: no-repeat;
    width: 38px;
    background-size: 37px;
    height: 28px;
    background-image: url(../Images/select.png);
    background-position: top;
    font-size: 0px;
}


.divInformacion .form-group {
    border: 1px solid #9e9e9e;
    margin-bottom: 0px;
}


.bg-ventascamps {
    background-color: #d4d4d4;
}


.form-control:focus {

    box-shadow: 0 0 0 0px rgba(40,167,69,1) !important;
}

input[type="checkbox"]:focus {
    border-color: #28a745 !important;
    box-shadow: 0 0 0 0px rgba(40,167,69,1) !important;
}

td .btn-select .btn-select-value {
    position: relative !important;
}

fieldset {
    display: block;
    border-width: 2px;
    border-style: dotted;
    border-color: gray;
    border-image: initial;
    padding: 10px;
}

legend {
    font-size: 18px;
    font-style: normal;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #1b7232; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    left: 44%;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}