h1,h2,h3,h4,h5 {
    font-weight: 600
}

.bg-footer {
    background-color: #293240
}

main {
    padding-top: 75px
}

.navbar-brand img {
    max-width: 250px;
    height: auto
}

@media screen and (max-width: 768px) {
    .navbar-brand img {
        max-width:150px
    }
}

.form-control {
    border-bottom: 1px solid black
}

.full-screen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 768px) {
    .full-screen video {
        max-width:1024px
    }
}

@media screen and (max-width: 580px) {
    .full-screen video {
        max-width:700px
    }
}

.medium-screen {
    width: 100%;
    height: 80vh;
    min-height: auto !important;
    max-height: 540px;
    position: relative
}

@media screen and (min-width: 768px) {
    .col-top-header {
        margin-top:-7em
    }
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(0,0,0,0.6)
}

.content-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1200px;
    text-align: center
}

.text-model-rotated {
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

@media screen and (max-width: 1024px) {
    .text-model-rotated {
        font-size:12px
    }
}

.content-credito {
    padding: 100px 0px
}

.content-servicio-tecnico {
    padding: 100px 0px
}

.header-container {
    padding-left: 20px;
    border-left: 3px solid #D92A31
}

.bg-black {
    background-color: #1B232F
}

.bg-model-color {
    background-color: #fff
}

.credito-list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    padding: 0px
}

.credito-list .credito-item {
    padding-left: 20px;
    border-left: 3px solid #D92A31;
    margin-bottom: 20px
}

@media screen and (max-width: 768px) {
    .credito-list {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.marcas-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
}

.bg-servicio {
    height: 600px;
    background-image: url("../img/servicio-tecnico.jpg");
    background-size: cover;
    background-position: center
}

@media screen and (max-width: 1024px) {
    .bg-servicio {
        height:400px
    }
}

@media screen and (max-width: 768px) {
    .bg-servicio {
        height:auto;
        background-image: none
    }
}

.servicio-list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px;
    margin: 0px
}

.servicio-list .servicio-item {
    padding-left: 20px;
    font-size: 16px;
    margin-bottom: 20px
}

.servicio-list .servicio-item .servicio-icon {
    max-width: 25px;
    height: auto
}

@media screen and (max-width: 768px) {
    .servicio-list {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.footer-content {
    font-size: 15px
}

.footer-directions ul {
    list-style: none;
    padding: 0px
}

.footer-directions ul li {
    font-size: 13px
}

.footer-navigation ul {
    list-style: none;
    padding: 0px
}

.footer-navigation ul li {
    font-size: 18px
}

.copyright {
    font-size: 13px;
    border-top: 1px solid #6c757d
}

.table-detail-info .info-row {
    border-bottom: 1px solid white
}

.table-detail-info .info-row td {
    font-size: 14px;
    padding: 7px 0px
}

.caracteristicas-content {
    overflow: hidden;
    position: relative
}

.caracteristicas-content .caracteristicas-text {
    position: absolute;
    bottom: 10px;
    right: 0;
    padding: 5px 15px
}

.nav-link {
    font-size: 0.9em;
    font-weight: 600
}

.toolbar-container {
    position: fixed;
    z-index: 10
}

.toolbar-container .toolbar {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (min-width: 768px) {
    .toolbar-container {
        bottom:40px;
        right: 40px
    }
}

@media screen and (max-width: 767px) {
    .toolbar-container {
        bottom:20px;
        right: 20px
    }
}

.toolbar-item .toolbar-text {
    font-size: 12px
}

@media screen and (max-width: 767px) {
    .toolbar-item .toolbar-text {
        font-size:11px
    }
}

.bg-whatsapp {
    background-color: #2db742;
}

.contact-header {
    position: relative;
    padding-left: 40px
}

.contact-header::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 0.5em;
    width: 30px;
    border-top: 3px solid #D92A31
}

.contact-list {
    list-style: none;
    padding-left: 30px
}

#loader-wrapper {
    position: fixed;
    background-color: #000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px
}

#ui-datepicker-div {
    background-color: #f8f9fa
}

.img-gradient-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  pointer-events: none;
  background: linear-gradient(135deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
}