<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    min-width: 768px !important;
    max-width: 1920px !important;
    margin: 0 auto;
    font-family: 'Lato', sans-serif;
}

a {
    text-decoration: none;
    color: #fff;
}

a:hover {
    color: #cbcbcb;
}

a:visited {
    color: #fff;
}

.dropdown-menu a:visited {
    color: #212529;
}

textarea {
    resize: none;
}

h3 .fa-5x {
    padding: 15px;
}

.negro a {
    color: black;
}

.negro a:hover {
    color: red;
}

.navbar {
    border-bottom: 6px solid #cf2026;
    opacity: 0.95;
}

.navbar-light .navbar-nav .active&gt;.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show&gt;.nav-link {
    color: #831318 !important;
}

.carousel-item img {
    max-height: 600px;
}

.servicios {
    padding: 15px 20px 15px 20px;
    width: 100%;
    color: #fff;
    background-color: #cf2026;
    text-align: center;
    font-size: .9rem;
}

.servicios a {
    color: #fff;
    text-decoration: none;
}

.servicios a:hover {
    color: #cbcbcb;
}

h3 {
    font-size: 1.2rem;
}

.infoIntro {
    padding: 40px 10px;
    text-align: center;
}

.informacion {
    background-color: #f2f2f2;
    padding: 40px 10px;
    text-align: center;
}

.mapa {
    background-color: #f2f2f2;
}

.contactoFooter {
    padding: 15px 20px 15px 20px;
    width: 100%;
    color: #fff;
    background-color: #cf2026;
    text-align: center;
    font-size: .9rem;
}

.infoFooter {
    background-color: #2e2e2e;
    padding: 15px 20px 15px 20px;
    width: 100%;
    color: #cbcbcb;
    text-align: left;
    font-size: .9rem;
}

.infoFooter .col {
    padding: 30px;
}

.infoFooter ul {
    list-style: none;
}

.coberturaFinanciamiento {
    background-color: #f2f2f2;
    padding: 40px 10px;
}

.coberturaFinanciamiento ul {
    font-size: 1.1em;
    list-style: none;
}

.coberturaFinanciamiento li i {
    color: red;
}

.planesFinanciamiento {
    padding: 40px 10px;
    margin-top: 10px
}

.planesFinanciamiento ul {
    font-size: 1.1em;
    list-style: none;
}

.planesFinanciamiento li i {
    color: red;
}

planesFinanciamiento .separador {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.flotante-ckeck {
    position: fixed;
    left: 0;
    top: 35%;
    z-index: 999999;
}

.btn-check {
    -webkit-transition: all 05s linear;
    transition: all 0.5s linear;
    z-index: 999999;
}

.btn-check a {
    display: block;
    height: 110px;
    width: 110px;
    background-image: url(../img/btn-check.png);
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.social {
    position: fixed;
    right: 0;
    top: 200px;
    z-index: 999999;
}

.social ul {
    list-style: none;
}

.social ul li a {
    display: inline-block;
    color: #fff;
    background: #000;
    padding: 10px 15px;
    text-decoration: none;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.social ul li a i {
    font-size: 1.5em;
}

.social ul li .icon-facebook {
    background: #3b5998;
}

.social ul li .icon-youtube {
    color: #fff;
    background-color: #cb2027;
}

.social ul li .icon-pinterest {
    color: #fff;
    background-color: #cb2027;
}

.social ul li .icon-twitter {
    background: #00abf0;
}

.social ul li .icon-whatsapp {
    background: #47C857;
}


.social ul li .icon-instagram {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.social ul li a:hover {
    background: #000;
    padding: 10px 30px;
}

#empresa {
    margin-top: 150px;
}

#servicios {
    margin-top: 150px;
    margin-bottom: 50px;
}

#zonaContacto {
    margin-top: 150px;
}

#carouselFlotas {
    margin-top: 99px;
}

#mapaContacto {
    margin-bottom: 50px;
}

#servicios i {
    color: #2e2e2e;
    font-size: 5em;
}

.flotaContenido {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.flotaContenido ul {
    text-align: left;
    font-size: 1.4em;
    list-style-type: none;
}

.flotaContenido li {
    padding: 10px 0px;
}

.flotaContenido i {
    color: red;
}

.flotaContenido .form-group {
    text-align: left;
}

@media only screen and (max-device-width:768px) {
    .btn-check a {
        height: 130px;
        width: 130px;
    }
    .social ul li a {
        padding: 15px 15px;
    }
    .social ul li a i {
        font-size: 2em;
    }
}</pre></body></html>