.header {
    padding-top: 4px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.header-top {
    background: none;
}

.supercabecera {
    background-color: #666666;
    text-align: center;
}

.supercabecera h4 {
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    text-transform: uppercase;
    padding: 5px 0;
}

.header-social a {
    width: auto;
    min-width: 40px;
    font-size: 26px;
    padding: 15px 10px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    transition: background 0.3s ease 0s;
}

.header-social a i {
    transition: background 0.3s ease 0s;
    line-height: 1em;
}

.header-logo a img {
    height: 150px;
    margin-top: -60px;
    margin-bottom: 0px;
}

@media (max-width: 767px) {
    .header-logo a img {
        margin-top: 0;
        height: 100px;
    }
}

.header-bottom {
    padding-bottom: 15px;
}

.main-menu {
    margin-top: 74px;
}

.main-menu nav>ul>li {
    display: inline-block;
    line-height: 1em;
    margin-left: 16px !important;
}

.main-menu nav>ul>li a {
    font-weight: 200;
    font-size: 18px;
}

.main-menu nav>ul>li>a:hover {
    font-weight: 200 !important;
    color: #6ab5df;
}

.plano-inicio,
.slider-inicio,
#contadores {
    margin-bottom: 40px;
}

#home-map {
    height: 800px;
}

#contadores {
    background-color: #4e4e4e;
}

#contadores h2,
#contadores h3 {
    margin: 0;
    color: #fff;
}

.button.blue {
    background-color: #4d4d4d;
}

.button.orange {
    background-color: #808080;
}

.button.event {
    background-color: #ff6d1e;
}


.footer-top {
    background-color: #4d4d4d;
}

.footer-top p,
.footer-top p a,
.sin-footer h3 {
    color: #fff;
}

.sin-footer h3 {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.2em;
    margin-bottom: 10px;
    padding-bottom: 0;
}

.sin-footer h3:before {
    width: 0;
}

.footer-top p {
    font-size: 14px;
    line-height: 1.4em;
}

.footer-top a.link {
    color: #fff !important;
    font-weight: bold;
}

.footer-top img.logo {
    max-width: 200px;
    float: left;
    margin-right: 20px;
    margin-left: 20px;
    position: relative;
    top: -5px;
}

.footer-top img.store {
    width: 150px;
    margin-left: -5px;
    margin-right: 10px;
}

h2.servicios {
    text-align: center;
    text-transform: uppercase;
    color: #4d4d4d;
}

.schedule_days_inputs label {
    font-size: 12px;
    display: block;
    font-weight: bold;
    margin-bottom: 0;
}

.schedule_days_inputs label+div {
    margin-top: -4px;
    margin-bottom: 10px;
}

ul.datos_empresa {
    margin-bottom: 20px;
}

ul.datos_empresa label {
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: -4px;
}

ul.datos_empresa li {
    font-size: 14px;
}

ul.servicios {
    padding-left: 5px;
}

ul.servicios li {
    margin: 15px 15px 0 0;
    display: inline-block;
    border: 1px solid #cacaca;
    padding: 3px 10px 7px 10px;
    border-radius: 4px;
    float: left;
}

ul.servicios li>strong {
    display: block;
    line-height: 1.8em;
    margin: 0;
}

ul.servicios li small {
    display: block;
    margin: 0;
    line-height: 1.4em;
}

.open-now {
    display: block;
    position: relative;
    top: -5px;
    margin-top: 10px;
    padding: 0;
}

.sin-added-item.gallery {
    position: relative;
}

.sin-added-item.gallery .btn-offer {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: #6ab5df;
    border-color: #579cc4;
}

.gallery-description {
    margin-top: 10px;
    font-size: 15px;
    margin-bottom: 0;
}

#calendario_turnos h2 { 
    font-size: 18px; 
    position: relative; 
    top: 8px; 
}

#calendario_turnos .fc-event-time, #calendario_turnos .fc-event-title {
    padding: 0 1px;
    white-space: nowrap;
}
    
#calendario_turnos .fc-title {
    white-space: normal;
}