.padd-left: {
    padding-left: 36px;
}
.padd-right{
    padding-right: 100px;
}
.header-sticky {
    position: fixed;height: 
    auto;z-index: 999;
    background: rgba(0,0,0,.6);
    top:0;
    width: 100%;
}
.logo-menu-header {
    margin-top: 0px;
    /*margin-bottom: 20px;
    padding: 16px 20px 0 0;*/
}
.menu-icon-items {
    margin-right: 0px;
    margin-top: 25px;
    float: none;
    text-align: right;
    width: 100%;
}
.icons-menu {
    width: 36px;
    height: 36px;
    margin-right: 10px;
    border-radius: 50%;
    background: rgba(5,78,71,.8);
    transition: .3s;
}
.icons-menu:hover {
    background: #fff;
    transition: .3s;
}
.menu-icon {
    cursor:pointer;
    float: right;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid #025345;
    background: #005849;
    margin-top: 15px;
    border:solid 1px #fff;
}
.menu-icon:hover {
    background: #fff;
    transition: .3s;
}
.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 4;
    top: 0;
    left: 0; 
    background-color: #ffffff;
    background-color: rgba(255,255,255, 3);
    overflow-y: hidden;
    transition: 0.5s;
}
.overlay-content {
    position: relative;
    top: 5%;
}
.menu-item {
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    display: block;
    transition: 0.3s;
    padding: 10px !important;
    font-weight: 700;
}
.menu-item:hover, .menu-item:focus {
    color: #fff;
}
.overlay .closebtn {
    /*position: absolute;
    top: 15px;
    right: 25px;*/
    margin: 0 auto;
    font-size: 60px;
    opacity: 1;
}
.cont-icono {
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    margin: 0 auto;
    text-align: center;
    /*border: solid 1px #000;*/
    display: block;
}
.close {
    opacity: 1;
    transition: .2s;
    text-shadow: none;
    box-shadow: none;
    width: 36px;
    height: 36px;
}
.close:hover {
    opacity: .7;
    transition: .5s;
}
.menu-item-bg:hover {
    color: #fff;
    transition: .2s;
    text-decoration: none;
}
.mar-100 {
    margin-top: 50px;
}
.menu-item-bg a {
    color: #094a3f;
    transition: .2s;
}
.menu-item-bg a:hover {
    color: #fff;
    transition: .2s;
    text-decoration: unset;
}
.menu-item-bg {
    transition: .2s;
    font-size: 40px;
    color: rgba(255,255,255,.7);
    text-decoration: unset;
    text-align: center;
    font-weight: 700;
    line-height: 60px;
}
.menu-item-bg:hover::before {
    color: #fff;
    transition: .2s;
}
.div-menu {
    border-bottom: 2px dashed #026252;
    width: 100%;
    height: 3px;
}
.arial {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
}
.avisos {
    margin-top: 20px;
}
.close-sm {
    margin-right: 0px;
    margin-top: 0px;
    width: 30px;
    height: 30px;
}
.title-icon-modal {
    width: 50px;
    height: 50px;
    margin-left: 50px;
}
.item-menu {
    color: #81817e;
    text-transform: uppercase;
    font-weight:  bold;
    font-size: 15px;
    transition: .2s;
}
.item-menu:hover, .item-menu:focus, .item-menu:active {
    color: #40c9b9;
    transition: .2s;
}
.item-menu-top{
    text-transform: uppercase;
    top: 107px;
}
.hover_image:hover {    
    color:#17b094;
    transition: .5s;
}
.hover_image:hover img:first-child{
    display:none;
    transition: .5s;
}
.hover_image:hover img:last-child{
    display:inline-block;
    transition: .5s;
}
.hide-promos {
    display: none;
    z-index: 1;
    position: absolute;
   top: 45%;
    left: 47%;
    width: 63px;
    height: auto;
}
.pos-relative {
    position: relative;
}