.nav{
    display: flex;
    justify-content: space-between;
}
.nameNav{
    display: flex;
    justify-content: start;
    padding: 20px 0px 20px 20px;
    line-height: 28px;
}

/*.nameNav img{
    width: 120px;
    height: 100%;
    margin-top: -40px;
}*/
.nameNav .span1{
    font-size: 32px;
    text-transform: uppercase;
    color: rgba(34, 37, 45, 1.0);
    font-weight: 700;
    width: 100%;
    height: 100%;
    letter-spacing: 5px;
}
.nameNav .span2{
    font-size: 32px;
    text-transform: uppercase;
    color: rgba(16, 107, 73, 1.0);
    font-weight: 700;
}
.nameNav .span3{
    font-size: 22px;
    text-transform: uppercase;
    color: rgba(249, 161, 12, 1.0);
    font-weight: 700;
}

.nav ul{
    display: flex;
    background-color: white;
    list-style-type: none;
    column-gap: 30px;
    padding: 20px 20px 0px 0px;
    align-items: center;
    vertical-align: middle;
    font-size: 17px;
}
.nav ul li:nth-child(1) a, .nav ul li:nth-child(2) a, .nav ul li:nth-child(3) a{
    color: black;
    text-decoration: none;
}
.nav ul li:nth-child(6) a{
    color: white;
    text-decoration: none;
}
.nav ul li:last-child{
    background-color: rgba(20, 107, 75, 1.0);
    background-color: #736f3d;
    background-color: rgba(56, 76, 14, 1.0);
    padding: 5px 20px 5px 20px;
    border-radius: 5px;
    color: white !important;
}

.nav ul li:nth-child(1) a, .nav ul li:nth-child(2) a, .nav ul li:nth-child(3) a, .nav ul li:nth-child(4) a, .nav ul li:nth-child(5) a{
    position: relative;
    cursor: pointer;
    padding-bottom: 7px;
    text-decoration: none;
    color: black;
}
.nav ul li:nth-child(1) a::before, .nav ul li:nth-child(2) a::before, .nav ul li:nth-child(3) a::before, .nav ul li:nth-child(4) a::before, .nav ul li:nth-child(5) a::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 0%;
    border-bottom: 2px solid rgba(249, 161, 12, 1.0);
    transition: 0.5s;
}
.nav ul li:nth-child(1) a:hover::before, .nav ul li:nth-child(2) a:hover::before, .nav ul li:nth-child(3) a:hover::before, .nav ul li:nth-child(4) a:hover::before, .nav ul li:nth-child(5) a:hover::before{
    content: "";
    width: 100%;
}

 .offcanvas-header{
    padding: 0px 10px 0px 10px;
}
.offcanvas-body{
    padding-top: 0px;
}
.offcanvas-title img{
    width: 80px;
}


/* ====== RESPONSIVE ====== */
@media screen and (max-width: 640px){
    .navResponsive .offcanvas{
        width: 65%;
    }
    .offcanvas-header{
        padding-bottom: 0px;
    }
    .offcanvas-body{
        padding-top: 0px;
    }
    .offcanvas-title img{
        width: 70px;
    }
    .navResponsive .offcanvas-body ul{
        list-style-type: none;
        display: grid;
        row-gap: 30px;
        padding: 20px 80px 0px 10px;
    }
    .navResponsive .offcanvas-body ul li{
        padding: 10px 0px 10px 20px;
        display: flex;
        border-bottom: 1px solid lightgray;
        column-gap: 15px;
    }
    .navResponsive .offcanvas-body ul li svg{
        color: rgba(249, 161, 12, 1.0);
    }
    .navResponsive .offcanvas-body ul li a{
        color: rgba(16, 107, 73, 1.0);
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 600;
        vertical-align: middle;
    }

    .bottomNavResponsive{
        position: absolute;
        bottom: 20px;
        right: 20px;
        display: grid;
        justify-content: end;
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 600;
    }
    .bottomNavResponsive p:last-child{
        color: rgba(252, 219, 91, 1.0);
    }
    .bottomNavResponsive p:first-child span:last-child{
        color: rgba(16, 107, 73, 1.0);
    }
    .navResponsive .offcanvas-body ul li a{
        color: rgba(16, 107, 73, 1.0);
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 15px;
    }
    .navResponsive .offcanvas-body ul li{
        padding: 10px 0px 10px 20px;
        display: flex;
        border-bottom: 1px solid lightgray;
        column-gap: 15px;
    }
}


@media screen and (min-width: 640px) and (max-width: 1000px){
    .leftResponsive1{
        position: absolute;
        right: 10px;
    }
    .nav{
        display: flex;
        align-items: center;
    }
     .leftResponsive1{
        display: flex;
        align-items: center;
    }
    .leftResponsive1 .offcanvas{
        width: 40%;
    }
   
    .leftResponsive1 .offcanvas-body ul{
        list-style-type: none;
        display: grid;
        row-gap: 30px;
        padding: 20px 80px 0px 10px;
    }
    .leftResponsive1 .offcanvas-body ul li{
        padding: 10px 0px 10px 20px;
        display: flex;
        border-bottom: 1px solid lightgray;
        column-gap: 15px;
    }
    .leftResponsive1 .offcanvas-body ul li svg{
        color: rgba(249, 161, 12, 1.0);
    }
    .leftResponsive1 .offcanvas-body ul li a{
        color: rgba(16, 107, 73, 1.0);
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 600;
        vertical-align: middle;
    }

    .bottomNavResponsive{
        position: absolute;
        bottom: 20px;
        right: 20px;
        display: grid;
        justify-content: end;
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 600;
    }
    .bottomNavResponsive p:last-child{
        color: rgba(252, 219, 91, 1.0);
    }
    .bottomNavResponsive p:first-child span:last-child{
        color: rgba(16, 107, 73, 1.0);
    }

    .nameNavUl{
        display: none !important;
    }
    .nameNav{
        padding: 20px 0px 20px 40px;
    }
    /*.nameNav img{
        width: 100px;
        height: 100%;
        margin-top: -40px;
    }*/
    .nav ul li:last-child{
        background-color: transparent;
        padding: 0px;
        border-radius: 5px;
        color: white !important;
    }
    .navResponsive .offcanvas-body ul li a, .leftResponsive1 .offcanvas-body ul li a{
        color: rgba(16, 107, 73, 1.0);
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 15px;
    }
    .navResponsive .offcanvas-body ul li, .leftResponsive1 .offcanvas-body ul li{
        padding: 10px 0px 10px 20px;
        display: flex;
        border-bottom: 1px solid lightgray;
        column-gap: 15px;
    }
}

@media screen and (min-width: 1000px){
    .leftResponsive1{
        display: none !important;
    }
}

/* ====== FIN RESPONSIVE ======= */