.modificar-cabecera {
    height: 350px;
}

.modificar-cabecera .content-text {
    bottom: 20px;
}

.tab-pane {
    display: block !important;
}

.display-none {
    display: none !important;
}

.display-block {
    display: block !important;
}

.section-pago-cotizacion .button {
    width: 100% !important;
}

.matenimiento.active {
    background: var(--salmon);
    border: 2px solid var(--salmon);
}

.matenimiento:hover img.img-black, .matenimiento.active img.img-black {
    display: none;
}

.matenimiento:hover p, .matenimiento.active p {
    color: white;
}

.content-menos-tiempo .desinfeccion.active {
    background: var(--salmon);
    color: white;
    border: 2px solid var(--salmon);
}

.content-menos-tiempo .desinfeccion.active img {
    opacity: 1;
    width: auto;
}

.ui-state-active {
    color: white;
    background: var(--salmon);
    border-radius: 0px;
}

.highlight a {
    color: var(--salmon) !important;
}

.content-form-datos form > div > label {
    width: 100%;
}

.content-select input[type="text"], .content-select input[type="password"] {
    width: 100%;
    background: white;
    margin-top: 10px;
    border-radius: 2px;
    border: 1px solid silver;
    padding: 10px;
    color: var(--silver);
    outline: 0;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: normal;
}

.whatsapp {
    position: fixed !important;
    right: 53px !important;
    bottom: 12px !important;
    z-index: 99 !important;
    width: 50px;
    height: 50px;
    font-size: 36px;
    color: #FFF;
    background-color: #19f030;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.whatsapp .fa-whatsapp:before {
    content: "\f232";
    color: #fff;
}

@media (max-width: 575px) {
    .whatsapp {
        right: 10px !important;
        left: unset !important;
    }
}

#sntch_button {
    bottom: 90px !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.tabs-form-contactenos ul li {
    display: inline;
    margin: 0 20px 20px 0;
    float: left;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #FFF;
}

.tabs-form-contactenos ul li:hover {
    background-color: #000;
}

.tabs-form-contactenos ul li.li-active {
    background-color: #000;
}

.tabs-form-contactenos ul li a {
    color: #FFF;
}

.content-form-contactenos {
    opacity: 0;
    z-index: 1;
    position: relative;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    overflow: hidden;
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.content-form-contactenos.list-form-display {
    opacity: 1;
    height: auto;
}

.js-input-group.select, .js-input-group.upload_file {
    background: transparent;
    border: 2px solid white;
    border-radius: 5px;
    padding: 20px 0;
    color: white;
    outline: 0;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

.js-input-group.select select {
    width: 78%;
    margin: 0 12px;
    border: none;
    background-color: transparent;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    position: relative;
    z-index: 1;
}

.js-input-group.select select option {
    color: #000 !important;
}

.paginator {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.paginator ul li {
    display: inline;
    margin: 0 5px;
    padding: 2px 10px;
    border-radius: 10px;
    background-color: #f35251;
    color: #FFF;
}

.paginator ul li a {
    color: #FFF;
}

.paginator ul li.disabled {
    background-color: #c5c7ca;
    color: #000;
}

.paginator ul li.current {
    background-color: #000;
    color: #FFF;
}

.grecaptcha-badge {
    display: none !important;
}