html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

body {
    font-family: 'Montserrat' !important;
}

.image-color {
    background-color: #ffffff !important;
}

    .image-color:hover {
        /*background-color: #ECECED !important;*/
        cursor: pointer !important;
        font-weight: bold !important;
        border-bottom: solid 3px !important;
        border-bottom-color: green !important;
    }

.image-color-selected {
    /*background-color: #ECECED !important;*/
    font-weight: bold !important;
    border-bottom: solid 3px !important;
    border-bottom-color: green !important;
}

    .image-color-selected:hover {
        /*background-color: #ECECED !important;*/
        cursor: pointer !important;
        font-weight: bold !important;
        border-bottom: solid 3px !important;
        border-bottom-color: green !important;
    }

.image-color-no-visible {
    display: none !important;
}

.model-color-selected {
    background-color: #ECECED !important;
    font-weight: bold !important;
}

    .model-color-selected:hover {
        background-color: #ECECED !important;
        font-weight: bold !important;
    }


.font-27 {
    font-size: 27pt !important;
}
.font-23-b {
    font-weight: bold !important;
    font-size: 23pt !important;
}

.font-18 {
    font-size: 18pt !important;
}

.font-15 {
    font-size: 15.5pt !important;
}

.font-12 {
    font-size: 12pt !important;
}

.font-12-m {
    font-weight: 500 !important;
    font-size: 12pt !important;
}

.font-10-5 {
    font-size: 10.5pt !important;
}

.font-9 {
    font-size: 9pt !important;
}

.font-8 {
    font-size: 8.5pt !important;
}

.border-dark {
    border-right: 1px solid black;
}

.text-left {
    text-align: left !important;
}

.text-justified {
    text-align: justify;
    text-justify: inter-word;
}

.text-right {
    text-align: right !important;
}

.float-left {
    float: left !important;
}

.back-gris {
    /*background: #e9ecef !important;*/
    background: #E7E3E1 !important;
}
.back-marro {
    background: #928077 !important;
}

.lletra-blanca {
    color: white !important;
}
.input-group {
    width: auto !important;
}

.modal-margin {
    margin: 15px 35px 0px 35px;
}
