/* TOPBAR */
#sp-top1 .sp-contact-info li {
    font-size: 79%;
}

/*  */
.menuIzq, .menuDer{
    margin-top: 40px;
}

#offcanvas-toggler{
    position: absolute;
    right: 20px;
    margin-top: 20px;
}

#sp-menu .mod-menu li {
    padding: 0 10px;
}

#navbar133 {
    justify-content: end;
}

#sp-logo .logo-image {
    margin: 0 auto;
}

.offcanvas-menu .logo-image {
    max-width: 100%;
    height: auto;
}

.sppb-addon-content iframe{
    margin-bottom: -10px;
}

body.ltr.offcanvs-position-left.offcanvas-active .offcanvas-menu {
    left: inherit;
    right: 0;
}

.sp-contact-info{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.sp-contact-phone span, .sp-contact-email span, .sp-contact-time span{
    font-size: x-large;
    margin-right: 10px;
}

.sp-contact-time span{
    color: #e2b5b0;
}

.mb-4{
    display: none;
}

.navbar-toggler {
    display: none;
}

@media only screen and (max-width: 768px) {
    .sp-contact-info .sp-contact-email{
        display: none;
    }
    .sp-contact-info .sp-contact-time{
        display: none;
    }
    .sp-contact-info .sp-contact-phone{
        justify-content: center;
    }
    .sp-contact-info{
        display: flex;
        justify-content: center;
        font-size: 20px;
    }
    #sp-user1, #sp-user2{
        height: 10px;
    }
    .logo a img{
        height: 70px;
    }
    .burger-icon{
        margin-bottom: 25px;
    }
    
  }

  
  
  