.aling-ul li {
    padding-left: 30px;
    position: relative;
    list-style: none;
}

.aling-ul li i {
    left: 0;
    position: absolute;
    font-size: 20px;
    color: #94c045;
}

.img-center {
    align-content: center;
}

#hero .carousel-container {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 82px;
    left: 50px;
    right: 50px;
}

#header .logo img {
    margin-top: -9px;
    max-height: 61px;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    overflow: hidden;
    position: relative;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

#hero .carousel-item {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

#hero .carousel-item::before {
    content: "";
    background-color: rgba(255, 255, 255, 0);
}

#hero .carousel-container {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 82px;
    left: 50px;
    right: 50px;
}

#hero h2 {
    color: #1a4d27;
    margin: 0;
    font-size: 40px;
    font-weight: 700;
    /* text-shadow: -1px -1px 0 #1f7633 , 1px -1px 0 #1f7633 , -1px 1px 0 #1f7633 , 1px 1px 0 #1f7633 ; */
}

#hero p {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    color: #1a4d27;
    margin-top: 10px;
    font-size: 20px;
}

@media (min-width: 1200px) {
    #hero p {
        width: 50%;
    }
}

#hero .carousel-inner .carousel-item {
    transition-property: opacity;
    background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
    opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-left,
#hero .carousel-inner .carousel-item-prev.carousel-item-right {
    opacity: 1;
    transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
    left: 0;
    transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
    width: 10%;
    top: 112px;
}

@media (max-width: 992px) {

    #hero .carousel-control-prev,
    #hero .carousel-control-next {
        top: 66px;
    }
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
    background: none;
    font-size: 36px;
    line-height: 1;
    width: auto;
    height: auto;
    background: rgba(0, 0, 0, 0.38);
    border-radius: 50px;
    padding: 10px;
    transition: 0.3s;
    color: #fff;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
    background: rgba(0, 0, 0, 0.50);
    color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
    cursor: pointer;
    background: #fff;
    overflow: hidden;
    border: 0;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    opacity: 0.6;
    transition: 0.3s;
}

#hero .carousel-indicators li.active {
    opacity: 1;
    background: #ed502e;
}

#hero .btn-get-started {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 32px;
    border-radius: 4px;
    transition: 0.5s;
    line-height: 1;
    color: #1f7633;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    background: #ecfaef;
    margin-top: 15px;
}

#hero .btn-get-started:hover {
    /* background: #1f7633; */
    background: rgb(172,208,128);
    border-color: rgb(172,208,128);
    color: #ecfaef
}

@media (max-width: 992px) {
    #hero {
        height: 100vh;
    }

    #hero .carousel-container {
        text-align: center;
        top: 74px;
    }
}

@media (max-width: 768px) {
    #hero h2 {
        font-size: 30px;
    }
}

@media (min-width: 1024px) {

    #hero .carousel-control-prev,
    #hero .carousel-control-next {
        width: 5%;
    }
}

@media (max-height: 500px) {
    #hero {
        height: 120vh;
    }
}

/*
    TABLAS
*/

.table-container {
    border: 1px solid #414546;
    border-radius: 0.2rem;
    margin-bottom: 5px;
}

.table-data {
    margin: 0px;
}

.table-data th,
.table-data td {
    padding: 0.3rem;
}

.table-data td:not(:last-child) {
    border-right: 1px solid #c8ced3;
}

.table-data>thead>tr>th:first-child,
.table-data>tbody>tr>td:first-child {
    text-align: center;
}

.table-data>tbody>tr>td.actions,
.table-data>thead>tr>th.actions {
    width: 100%;
    min-width: 150px;
}

.actions_box {
    float: right;
    display: block;
}

.table-data>tbody>tr>td.actions>.actions_box>.btn {
    float: right;
    margin-left: 2px;
    margin-right: 2px;
    opacity: 0.1;
    cursor: pointer;
}

.table-data>tbody>tr>td.actions:hover .btn {
    opacity: 100;
}

.table-data tbody tr:hover {
    background-color: rgba(32, 168, 216, 0.19);
}

.table-data tbody tr:hover td.actions>.actions_box>.btn {
    opacity: 100;
}

.table thead th {
    color: #f1f1f1;
    background-color: #414546;
    border-color: #414546;
}

.anchor {
    display: block;
    height: 70px;
    /*same height as header*/
    margin-top: -70px;
    /*same height as header*/
    visibility: hidden;
}

.custom-file-label::after {
    content: "Buscar";
}

.nav-menu .drop-down ul {
    border-top: 5px solid #b2cd3f;
    top: calc(100% - 10px);
}

.nav-menu>ul>li {
    margin-right: 2px;
}

.nav-menu>ul>li>a {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
    /* border: 1px solid #adb5bd; */
    background-color: #fff;
}

.nav-menu>ul>li>a,
.nav-menu>ul>li>a>i {
    font-weight: bold;
    color: #343a40;
}

.nav-menu>ul>li>a>i {
    font-size: 22px;
}

.nav-menu>ul>li>a {
    border: none
}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
    background-color: #2fa34c !important;
    color: #b2cd3f;
    font-weight: bold;
}

@media (min-width: 1200px) {
    .responsive-nav {
        margin-left: -10px
    }
}