body{
    padding-top: 0px !important;
}
.services-container{
    padding-top: 30px;
    /*display: table;*/
}
.box-service{
    border: #aaa 1px solid;
    margin: 0 15px 15px 0;
    border-radius: 4px;
    min-width: 230px;
}
.box-logo{
    min-height: 315px;
    text-align: center;
    margin: 1em 0;
    display: flex;
}

.service-item{
    text-align: center;
}
.name-item{
    border: #1ab7ea 1px solid;
    text-align: center;
}
.container-mini-head{

}
.container-mini{
    border: 1px solid #222;
}

.box{
    border: 1px solid #222;
    padding: 10px 10px 10px 10px;
}
.title-reg{
    font-size: 1.2em;
}

.login-box-section{
    margin-top: 0px;
}

.select-reg{
    width: 100%;
    height: 2.2em;
    display: block;
}
.img-service{
    max-width: 300px;
    margin: auto;
}
.head-seller-store{
    width: 95%;
    display: table;
    clear: both;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.store-head-image{
    max-width: 100%;
}

.short-description-store{
    margin-top: 15px;
}
.long-description-store{
    margin-top: 15px;
    margin-bottom: 25px;
}
.category-store{
    margin-top: 15px;
}
.address-store{
    margin-top: 15px;
}
.box-service a{
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}
.box-service a:hover{
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}
.name-service{
    font-size: 1.2em;
    text-align: left;
    padding: 0 5px 0 5px;
}
.location-service{
    text-align: left;
    font-weight: normal;
    font-family: Open Sans, sans-serif;
    font-size: 0.8em;
    padding: 0 5px 0 5px;
}
.category-service{
    text-align: left;
    font-weight: normal;
    font-family: Open Sans, sans-serif;
    font-size: 0.8em;
    padding: 0 5px 0 5px;
}
.tags-service{
    text-align: left;
    font-weight: normal;
    font-family: Open Sans, sans-serif;
    font-size: 0.8em;
    padding: 0 5px 0 5px;
}
.description-service{
    text-align: justify;
    font-weight: normal;
    font-family: Open Sans, sans-serif;
    font-size: 0.8em;
    margin-top: 5px;
    padding: 5px 5px 5px 5px;
    min-height: 200px;
}

.store-categories-link a{
    color:#0044ff
}

#tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

 .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #eee;
    color: #000;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    margin-left: -150px; /* Use half of the width (120/2 = 60), to center the tooltip */
}

#tooltip:hover .tooltiptext {
    visibility: visible;
}
#tooltip2 {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}
#tooltip2:hover .tooltiptext {
    visibility: visible;
}

.container-canvas{
    position: relative;
    text-align: center;
}
.text-over-canvas{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#head-image-container{
    margin-top: 50px;
}
.float-right{
    float: right;
}
.full{
    width: 100%;
}
.currency-form{
    display: block ruby;
}
.spam-divisa-unidad{
    font-size: 10px;
}
.btn-sm{
    font-family: inherit;
    font-style: initial;
}
