:root {
    --primary-color: #1f3E77;
    --secondary-color: #106b71;
    --third-color: #6bc0c7;
    --fourth-color: #de6315;
    --gray-light-color: #EDEDED;
    --gray-dark-color: #575756; 
}
/* @font-face {
    font-family: "Monserrat";
    src: url("/fonts/Montserrat-Thin.ttf");
    font-weight: 100;
}
@font-face {
    font-family: "Monserrat";
    src: url("/fonts/Montserrat-ExtraLight.ttf");
    font-weight: 200;
}
@font-face {
    font-family: "Monserrat";
    src: url("/fonts/Montserrat-Light.ttf");
    font-weight: 300;
}
@font-face {
    font-family: "Monserrat";
    src: url("/fonts/Montserrat-Regular.ttf");
}
@font-face {
    font-family: "Monserrat";
    src: url("/fonts/Montserrat-Medium.ttf");
    font-weight: 500;
}
@font-face {
    font-family: "Monserrat";
    src: url("/fonts/Montserrat-SemiBold.ttf");
    font-weight: 600;
}
@font-face {
    font-family: "Monserrat";
    src: url("/fonts/Montserrat-Bold.ttf");
    font-weight: 700;
}
@font-face {
    font-family: "Monserrat";
    src: url("/fonts/Montserrat-ExtraBold.ttf");
    font-weight: 800;
}
@font-face {
    font-family: "Monserrat";
    src: url("/fonts/Montserrat-Black.ttf");
    font-weight: 900;
}
 */
body{
    font-family: 'Roboto', sans-serif;
}
main {
    background-image: url(../images/fondos/Head-Usados.jpg);
    padding-top: 350px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-y: -280px;
}
main#main-sucursales {
    background-image: url(../IMG_Blue/Encuentra_tu_sucursal.jpg);
    padding-top: 550px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-y: -280px;
}
main#main-financiamento {
    background-image: url(../IMG_Blue/Haz_tus_sueños.jpg);
    padding-top: 550px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-y: -280px;
}
main#main-vender-auto {
    background-image: url(../IMG_Blue/Vende_tu_auto.jpg);
    padding-top: 220px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-y: 0px;
}
main#main-vender-auto #title{
    color: #FFF;
    font-size: 59px;
    font-weight: bold;
    margin-bottom: 150px;
    margin-top: 260px;
}

.btn-primary-blue{
    background-color: var(--primary-color);
    border: 0px;
    color: #FFF;
}
.btn-primary-blue:hover{
    background-color: var(--gray-dark-color);
    border: 0px;
    color: #FFF;
}

.btn-primary-orange{
    background-color: #1B2543;
    border: 0px;
    color: #FFF;
}
.btn-primary-orange:hover{
    background-color: #d4963f;
    border: 0px;
    color: #FFF;
}
.btn-primary-red{
    background-color: var(--secondary-color);
    border: 0px;
    color: #FFF;
}
.btn-primary-red:hover{
    background-color: var(--gray-dark-color);
    border: 0px;
    color: #FFF;
}
.btn-secondary-red{
    background-color: var(--fourth-color);
    border: 0px;
    color: #FFF;
}
.btn-secondary-red:hover{
    background-color: var(--gray-dark-color);
    border: 0px;
    color: #FFF;
}
.btn-secondary-blue{
    background-color: var(--third-color);
    border: 0px;
    color: #FFF;
}
.btn-secondary-blue:hover{
    background-color: var(--gray-dark-color);
    border: 0px;
    color: #FFF;
}
.border-radius{
    border-radius: 15px !important;
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
}
.box-shadow{
    box-shadow: 7px 7px 17px -2px rgba(66,66,66,0.3) !important;
    -webkit-box-shadow: 7px 7px 17px -2px rgba(66,66,66,0.3) !important;
    -moz-box-shadow: 7px 7px 17px -2px rgba(66,66,66,0.3) !important;
}
header {
    z-index: 999;
    background-color: rgba(0,0,0,0);
    height: 120px;
    position: fixed;
    top: 0px;
    width: 100%;
}

header .top-header ul:not(#redes) {
    width: 298px;
    height: 23px;
    position: absolute;
    left: 49%;
    top: 9px;
    margin-bottom: 0px;
}
header .top-header ul li{
    float: left;
    list-style: none;
    
}
header .top-header h5 {
    position: absolute;
    right: 12%;
    color: #FFF;
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    top: 26px;
}
header .top-header ul li a {
    color: #FFF;
    text-decoration: none;
    font-size: 11px;
}

header .top-header {
    height: 80px;
    position: relative;   
    /*background-color: #1B2543; */
}
ul{
    padding-left: 0px;
}
header #redes {
    position: absolute;
    right: 10px;
    top: 18px;
}
header .bottom-header {
    position: relative;
    height: 110px; 
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    padding: 20px;
   /* background-color: #1B2543; */
}
header .bottom-header img {
    width: 308px;
    position: absolute;
    top: 3px;
    left: 0px;
}
header .bottom-header ul {
    position: absolute;
    right: 0px;
    top: -20px;
    height: 108px;
    padding-top: 0px;
}
header .bottom-header ul li {
    float: left;
    list-style: none;
    height: 120px;
    padding-top: 40px;
    border-top: 5px solid rgba(0,0,0,0);
    padding-left: 20px;
    padding-right: 20px;
}
header .bottom-header ul li a {
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
    color: #FFF;
}
header .bottom-header ul li:hover {
    border-top: 5px solid rgba(0,0,0,0);
    cursor: pointer;
}

header .bottom-header ul li:hover a{
    color: var(--fourth-color);
}

header li {
    margin-left: 13px;
    margin-right: 13px;
}

header li.divider {
    width: 2px;
    height: 2px;
    background-color: rgb(61 61 61);
    margin-top: 11px;
}

section {
    min-height: 500px;
    padding-bottom: 50px;
}
.box-nuevo{
    height: 275px;
    background-position: center;
    background-size: 105%;
    position: relative;
    margin-top: 60px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.box-nuevo img.logo {
    width: 121px;
    box-shadow: -10px 20px 40px #08142033 !important;
    border-style: solid;
    border-color: #CCC;
    border-radius: 100% 100% 100% 100%;
    overflow: hidden;
    position: absolute;
    top: -47px;
    left: 62px;
}

.box-nuevo h4{
    position: absolute;
    bottom: 57px;
    color: #FFF;
    font-weight: 700;
    font-size: 18px;
    left: 60px;
}

.box-nuevo h5{
    color: #FFFFFFBF !important;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5em;
    position: absolute;
    left: 60px;
    bottom: 29px;
}

h2.title{
    text-align: center;
    margin-top: 40px;
    font-weight: 700;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2em;
    color: #444444;
    text-shadow: 0px 0px 0px rgb(0 0 0 / 30%);
    line-height: 26px;
}
h2.title small{
    font-weight: 500;
    font-size: 22px;
    margin-left: -1px;
}
h2.title::after {
    content: "";
    height: 2px;
    width: 130px;
    background-color: #e80129;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}

.box-soluciones{
    height: 240px;
    border-radius: 25px 25px 25px 25px;
    background-position: center;
    background-size: cover;
    position: relative;
    margin-top: 60px;
}
.box-soluciones h3 {
    font-size: 35px;
    font-weight: 800;
    text-transform: capitalize;
    line-height: 1.1em;
    letter-spacing: 0px;
    color: #FFF;
    margin: 0px 0px 0px 0px;
    left: 52%;
    position: absolute;
    top: 99px;
}
.box-soluciones h4 {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: -0.6px;
    color: #FFF;
    margin: 0px 0px 20px 0px;
    position: absolute;
    top: 65px;
    left: 52%;
}
.btn {
    padding: 10px 20px;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: -0.48px;
    border-radius: 8px 8px 8px 8px;
}
.box-servicios{
    position: relative;
    margin-top: 60px;
}
.box-servicios img{
    width: 350px;
    border-radius: 25px 25px 25px 25px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.box-servicios img:hover{
    transform: scale(1.1);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.box-servicios h3 {
    color: #444;
    font-size: 35px;
    font-weight: bold;
    position: absolute;
    top: 100px;
    left: 380px;
}
.box-servicios svg{
    position: absolute;
    top: 10px;
    left: 380px;
}
.box-servicios .btn{
    position: absolute;
    left: 380px;
}

footer {
    background: linear-gradient(-90deg, rgb(44 59 109) 0%, rgba(27,37,67,0.8827906162464986) 100%);
    min-height: auto;
    padding: 50px 0px 30px 0px;
}

footer ul li{
    float: left;
    list-style: none;
}
footer ul li img {
    width: 90%;
    max-width: 188px;
}
footer ul li:nth-child(1){
    width: 20%;
}
footer ul li:nth-child(2){
    width: 17%;
}
footer ul li:nth-child(3){
    width: 15%;
}
footer ul li:nth-child(4){
    width: 18%;
}
footer ul li:nth-child(5){
    width: 15%;
}
footer ul li:nth-child(6){
    width: 15%;
}

footer ul li a {
    text-decoration: underline;
    display: block;
    text-decoration: none;
    color: #FFF;
    margin-bottom: 3px;
    font-size: 20px;
}
footer ul li a:hover {
    color: rgb(212, 212, 212);
}

footer ul li h6 {
    font-size: 22px;
    color: #FFF;
    margin-bottom: 20px;
}

.btn-fixed {
    position: fixed;
    right: 0px;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    width: 40px;
    /* height: 50px; */
    z-index: 800;
    background: red;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    color: #FFF;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.btn-fixed:hover {
    width: 160px;
    cursor: pointer;
}
.btn-fixed p{
    display: none;
    position: absolute;
    top: 14px;
    left: 40px;
}
.btn-fixed:hover p{
    display: block;
}


#btn-whatsapp {
    top: 250px;
    background-color: #25b515;
}
#btn-cotiza{
    display: none;
}
#btn-agenda{
    top:215px;
    background-color: #7a7a7a;
    cursor: auto;
    z-index: 999;
}
#btn-agenda:hover h6 {
    display: block;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: -1px;
    padding-left: 27px;
    cursor: pointer;
}

#btn-agenda h6:hover {
    text-decoration: underline;
}
#btn-agenda h6{
    display: none;
}
#btn-pagar{
    top:280px;
}
/* 
#btn-cotiza{
    top:215px;
    background-color: #1f9ef8;
}
#btn-agenda{
    top:280px;
    background-color: #7a7a7a;
}
#btn-pagar{
    top:345px;
} */


#redes li a i{
    font-size: 13px;
}

#redes li{
    margin-left: 2px;
    margin-right: 2px;
}

.btn-fixed a{
    color: #FFF;
    text-decoration: none;
}

.btn-fixed a i{
    margin-right: 5px;
}

#icon-menu-mobile{
    display: none;
}

header.fixed {
    height: auto;
    background-color: #242424eb;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}
header.fixed .top-header {
    height: 80px;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}
header.fixed .top-header ul:not(#redes) {
    top: 25px;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}
header.fixed .top-header h5 {
    /* top: 25px; */
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}
header.fixed #redes {
    /* top: 25px; */
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}
#camiones .animate__animated.animate__fadeInRight{
    display: none;
}
.animate__animated.animate__fadeIn{
    display: none;
}
#carouselMobile{
    display: none;
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    opacity: .8;
    background: #000;
}
.carousel-control-prev {
    left: 0;
    background: #000;
    width: 50px;
    height: 110px;

    opacity: 0.6;
    left: 0px;
    top: 40%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.carousel-control-next{
    background: #000;
    width: 50px;
    height: 110px;

    opacity: 0.6;
    right: 0px;
    top: 40%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.zoom-in{
    background-size: cover;
    filter: grayscale(0.5);
}
.zoom-in:hover {
   /*  animation: shrink 3s infinite alternate; */
    cursor: pointer;
    filter: grayscale(0);
}

@keyframes shrink {
    0% {
      background-size: auto 100%;
    }
    100% {
      background-size: auto 120%;
    }
  }


#compra-auto {
    color: var(--secondary-color);
    background: #FFF;
    padding: 40px 60px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 19px -4px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 19px -4px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 19px -4px rgba(0,0,0,0.3);
    margin-bottom: 80px;
}
#compra-auto h3{
    font-weight: bold;
    font-size: 40px;
}
#compra-auto h4{
    font-weight: 600;
    font-size: 30px;
}
#compra-auto .item-auto {
    background: #2ea1aa;
    padding: 20px;
    color: #FFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    min-height: 160px;
    margin-bottom: 10px;
    position: relative;
}
#compra-auto .item-auto h4{
    font-weight: 600;
    font-size: 19px;
}
#compra-auto .item-auto img {
    float: right;
    width: 64%;
    /* margin-top: -40px; */
    position: absolute;
    bottom: 10px;
    right: 10px;
}
#compra-auto ul#tipos-autos {
    height: 130px;
    margin-top: 30px;
}
#compra-auto ul#tipos-autos li {
    list-style: none;
    float: left;
    width: 16.6%;
    border-left: 1px solid #CCC;
    /* border-right: 1px solid #CCC; */
    height: 120px;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    text-align: center;
    font-weight: bold;
    color: #7e7e7e;
    padding-top: 17px;
}
#compra-auto ul#tipos-autos li:hover {
    background: rgb(75,200,210);
    background: linear-gradient(-90deg, rgb(74 195 205) 0%, rgba(16,104,111,0.8827906162464986) 100%);
    color: #FFF;
    cursor: pointer;
}
#compra-auto ul#tipos-autos li:nth-child(1)  {
    background: var(--fourth-color);
    color: #FFF;
}
#compra-auto ul#tipos-autos li:nth-child(1) h6 {
    margin-top: 31px;
}
#compra-auto ul#tipos-autos li:nth-child(6) {
    border-right: 1px solid #CCC;
}
#compra-auto ul#tipos-autos li h6 {
    font-weight: bold;
}
#compra-auto ul#tipos-autos li img {
    margin-bottom: 10px;
    width: 100px;
    min-height: 60px;
}
#compra-auto ul#tipos-autos li:nth-child(6) img {
    width: 90px;
}
#title{
    color: #FFF;
    font-size: 79px;
    font-weight: bold;
    margin-bottom: 150px;
}

section#financiamiento {
    background-image: url(../images/fondos/shutterstock_1175088697.jpg);
    background-size: 100%;
    min-height: 600px;
    padding-bottom: 0px;
    background-position-y: -90px;
}

div#bg-financiamiento {
    background: rgb(75,200,210);
    background: linear-gradient(180deg, rgba(75,200,210,0.8939950980392157) 0%, rgba(16,104,111,0.8827906162464986) 100%);
    min-height: 650px;
    padding: 50px;
    color: #FFF;
}

div#bg-financiamiento h4{
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 20px;
}

div#bg-financiamiento h5{
    font-weight: bold;
    font-size: 70px;
    margin-bottom: 30px;
}

.btn-block{
    width: 100%;
}

#nos-encanta{
    background: #f2f5f7;
    color: var(--secondary-color);
    padding-top: 50px;
    padding-bottom: 50px;
}
#nos-encanta h3 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 30px;
}

.item-bg-zoom {
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 10px solid #f2f5f7;
}

.child {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

/* Several different images */
.bg-one {background-image: url(../iconos/Cliente-Usados-1.jpg);}
.bg-two {background-image: url(../iconos/Cliente-Usados-2.jpg);}
.bg-three {background-image: url(../iconos/Cliente-Usados-3.jpg);}
.bg-four {background-image: url(../iconos/Cliente-Usados-4.jpg);}
.bg-five {background-image: url(http://www.travelandleisure.com/sites/default/files/styles/tnl_redesign_article_landing_page/public/1453920892/DUBAI-554088081-ABOVE0116.jpg?itok=dcoZnCrc);}
.bg-six {background-image: url(http://blog.whitepages.com/wp-content/uploads/2015/04/san-franc.jpg);}


.item-bg-zoom a {
    font-size: 35px;
    color: #ffffff !important;
    font-family: sans-serif;
    text-align: center;
    margin: auto;
    position: absolute;
    left: 0;
    bottom: 20px;
    right: 0;
    height: 50px;
    cursor: pointer;
    text-decoration: none;
    /*text-decoration: none;*/
}

.item-bg-zoom:hover .child, .item-bg-zoom:focus .child {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.item-bg-zoom:hover .child:before, .item-bg-zoom:focus .child:before {
    display: block;
}

.item-bg-zoom:hover a, .item-bg-zoom:focus a {
    display: block;
}

.child:before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(52,73,94,0.75);
}

#vendenos-tu-auto {
    min-height: 800px;
    background-image: url(../images/fondos/shutterstock_1526892146.jpg);
    background-size: 100%;
    background-position-y: -210px;
}

#vendenos-tu-auto h4 {
    margin-top: 480px;
    font-size: 61px;
    margin-right: 5%;
    font-weight: bold;
    color: #FFF;
    margin-left: 5%;
}

#content-form-vendenos{
    background-color: #FFF;
    width: 100%;
    padding:40px;
    margin-top: 50px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#division-usados {
    color: #FFF;
    position: absolute;
    left: 229px;
    width: 200px;
    font-weight: 600;
    line-height: 29px;
    top: 7px;
    color: #fff;
}
#division-usados span{
    font-size: 34px;
}
#line-logo{
    position: absolute;
    left: 205px;
    width: 1.2px;
    background: white;
    height: 58px;
    top: 6px;
}

header .bottom-header ul li.active{
    border-top-color: #D3963E;
}
header .bottom-header ul li.active a{
    color: #D3963E;
}
#menu-financiamento {
    border: 2px solid var(--third-color);
    height: 75px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#menu-financiamento li {
    list-style: none;
    float: left;
    width: 33.3%;
    text-align: center;
    padding-top: 10px;
}

#menu-financiamento li input {
    border: 0px;
    text-align: center;
    font-weight: 600;
    color: #CCC;
}
#menu-financiamento li h6{
    color: #757575;
    font-weight: 500;
}
#buscar-financiar{
    height: 75px;
    padding-top: 20px;
}

#post-footer {
    background: #D3963E;
    color: #FFF;
    padding: 30px;
    text-align: center;
}
#post-footer h2{
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 0px;
}
#content-form-vendenos ul {
    background: var(--fourth-color);
    height: 150px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#content-form-vendenos ul li {
    list-style: none;
    float: left;
    width: 33.3%;
    text-align: center;
    color: #FFF;
    margin-top: 20px;
}

#content-form-vendenos ul li p {
    font-weight: 400;
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 10px;
    margin-bottom: 5px;
}

#content-form-vendenos ul li:nth-child(1),#content-form-vendenos ul li:nth-child(2) {
    border-right: 1px solid #FFF;
}

#content-form-vendenos .form-control,#content-form-vendenos .form-select{
    margin-bottom: 20px;
    padding:20px;
    border: 1px solid #D3963E;
    color: #1B2543;
}
#content-form-vendenos h5{
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    color: #072b5b;
}
#content-form-vendenos p#acepto-politicas{
    color: #d4963f;
    margin-top: 20px;
    text-align: center;
}
#carousel {
    padding-top: 50px;
    min-height: 400px;
}
#carousel img {
    width: 120px;
    min-height: 160px;
    margin-left: auto;
    margin-right: auto;
}
#carousel .slick-slide{
    padding:30px;
}
#carousel .slick-slide h6 {
    padding: 30px;
    text-align: center;
    padding-top: 0px;
    color: #7a7a7a;
    font-weight: 400;
    font-size: 25px;
}

.slick-next:before {
    content:url('../iconos/arrow-next.svg') !important;
}
.slick-prev:before {
    content:url('../iconos/arrow-prev.svg') !important;
}
.slick-next{
    margin-top: -50px;
    margin-right: -50px;
}
.slick-prev{
    margin-top: -50px;
    margin-left: -50px;
}

#main-sucursales #title{
    font-size: 76px;
}

#main-sucursales h3{
    text-align: center;
    max-width: 700px;
    font-size: 50px;
    margin-left: auto;
    font-weight: bold;
    margin-right: auto;
    color: #0b2549;
}

#main-sucursales .ciudad h3{
    text-align: left;
    max-width: initial;
    font-size: 40px;
    color: #0b2549;
}

#main-sucursales .ciudad p {
    font-weight: 400;
    font-size: 22px;
    color: #072b5b;
    margin-bottom: -2px;
}

#main-sucursales .ciudad p span {
    color: var(--secondary-color);
}

#main-sucursales .ciudad h5 {
    color: #D3963E;
    font-weight: 400;
    font-size: 24px;
}

#main-sucursales hr{
    margin-bottom: 30px;
}

.padding{
    padding: 20px;
}

#pago-mensual{
    min-height: 450px;
    background: rgba(7,43,91,255);
   /* background: linear-gradient(180deg, rgb(74 195 205) 0%, rgba(16,104,111,0.8827906162464986) 100%); */
    color: #FFF;
    text-align: center;
}

#calcula-financiamento{
    min-height: 450px;
    padding:40px;
    background:#FFF;
    margin-bottom: 80px;
}

.btn-outline-white{
    background-color:  #d4963f;
    color: #FFF;
    margin-top: 20px;
    margin-bottom: 20px;
}

#pago-mensual #tasa {
    text-align: left;
    font-weight: 500;
    font-size: 16px;
    color: #e0e0e0;
}

#pago-mensual h5{
    font-size: 50px;
    margin-bottom: 20px;
}

#pago-mensual p{
    font-size: 27px;
    margin-bottom: 5px;
}
#calcula-financiamento h5{
    font-size: 37px;
    margin-bottom: 50px;
    color: #072b5b;
}

#calcula-financiamento .form-group{
    margin-bottom: 30px;
}

#calcula-financiamento .form-group label{
    font-weight: 500;
    color: #072b5b;
}

#calcula-financiamento .form-group input{
    padding: 17px;
    margin-top: 14px;
    color: #022351;
    border: 1px solid #d4963f;
}

#main-financiamento #title{
    font-size: 69px;
}

#main-financiamento h3{
    text-align: center;
    max-width: initial;
    font-size: 50px;
    margin-left: auto;
    font-weight: bold;
    margin-right: auto;
    color: #072b5b;
}

#main-financiamento p.description{
    font-size: 26px;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 50px;
    margin-top: 40px;
    color: #0d47a1;
}

#main-financiamento #encuentra-tu-auto {
    min-height: 600px;
    background-image: url(../IMG_Blue/Encuentra_tu_auto.jpg);
    background-repeat: no-repeat;
    background-position-y: 32px;
    padding-top: 350px;
}

#main-financiamento #encuentra-tu-auto h4{
    text-align: center;
    font-size: 70px;
    font-weight: bold;
    color: #FFF;
}

#main-financiamento #encuentra-tu-auto .btn{
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 30px;
}

ul.no-style{
    padding: 0px;
}

ul.no-style li{
    list-style: none;
    float: left;
}
#tipos-autos-usados {
    height: 300px;
}
#tipos-autos-usados li{
    width: 18.4%;
    background: rgb(23,158,168);
    background: radial-gradient(circle, rgba(23,158,168,1) 0%, rgba(16,104,111,1) 100%);
    height: 240px;
    margin-right: 2%;
    text-align: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding:20px;
    color: #FFF;
}

#tipos-autos-usados li:nth-child(5){
    margin-right: 0%;
}

#tipos-autos-usados li a {
    color: #FFF;
    font-weight: 500;
    text-decoration: none;
    font-size: 12px;
}

#tipos-autos-usados li img {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#tipos-autos-usados .content-auto{
    height: 130px;
    margin-bottom: 15px;
    position: relative;
}

#tipos-autos-usados .content-auto img {
    position: absolute;
    bottom: 0px;
    left: 20%;
    right: auto;
    width: 60%;
}

#tipos-autos-usados li:nth-child(1) .content-auto img, #tipos-autos-usados li:nth-child(2) .content-auto img {
    position: absolute;
    bottom: 0px;
    left: 15%;
    right: auto;
    width: 70%;
}

.vehiculo img{ 
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    width: 100%;
}

.vehiculo{
    background-color: #FFF;
    margin-bottom: 30px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.vehiculo .text{
    padding: 20px;
}

.vehiculo h3{
    font-size: 28px;
    text-align: left;
    margin-bottom: -2px;
    color: #042454;
}

.vehiculo h4{
    font-size: 25px;
    color: #D3963E;
}

.vehiculo ul {
    min-height: 40px;
    margin-bottom: 0px;
}


.vehiculo .caracteristicas li {
    border: 1px solid #D3963E;
    width: 32%;
    font-size: 12px;
    text-align: center;
    padding: 5px;
    color: #022351;
    font-weight: 500;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.vehiculo .caracteristicas li:nth-child(2){
    margin-left: 2%;
    margin-right: 2%;
}

.vehiculo h5{
    font-weight: 900;
    font-size: 26px;
    color: #022352;
}

.vehiculo h6{
    color: #787878;
}

#list-items-vehiculos{
    height: 60px;
    margin-top: 30px;
}

#list-items-vehiculos .nice-select {
    background-color: #042454;
    width: 11.62%;
    margin-left: 0.45%;
    margin-right: 0.43%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 0px;
    color: #FFF;
    text-align: center !important;
    padding-top: 5px;
    height: 50px;
    clear: initial;
}

#list-items-vehiculos select option{
    font-size: 15px;
}

#list-items-vehiculos li:nth-child(1){
    margin-left: 0;
}

#list-items-vehiculos li:last-child{
    margin-right: 0;
}

#buscar-autos{
    padding: 20px;
    background-color: #f3f3f3;
    border: 1px solid #2d2d2d;
}

.vehiculo p {
    font-size: 10px;
    margin-bottom: 1px;
    color: #D3963E;
}
.vehiculo .tips li {
    margin-right: 12px;
    font-size: 14px;
}
.vehiculo .tips li:nth-child(1) img{
    width: 30px;
    
}
.vehiculo .tips li img{
    width: 26px;
}

#venta-sin-complicaciones{
    background-color: #f2f5f7;
    margin-top: 100px;
    padding-top: 100px;
    padding-bottom: 100px;
}

#venta-sin-complicaciones h3 {
    text-align: center;
    font-size: 50px;
    font-weight: 600;
    color: #072b5b;    ;
    margin-bottom: 80px;
}

.sin-complicaciones {
    background-color: #FFF;
    min-height: 500px;
    padding: 30px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    text-align: left;
    color: #878787;
}

.sin-complicaciones img{
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 30px;
    border: 3px solid #FFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.sin-complicaciones h4{
    margin-bottom: 30px;
}

.sin-complicaciones p{
    font-size: 21px;
}

#listo-para-vender {
    background: url(../IMG_Blue/Listo_para_vender.jpg) no-repeat;
    background-size: 100%;
    min-height: 400px;
    background-position-y: -40px;
    padding-top: 200px;
}

#listo-para-vender h4 {
    font-weight: 600;
    font-size: 80px;
    text-align: center;
    color: #FFF;
    margin-bottom: 50px;
}

.sin-complicaciones:hover{
    background: rgb(75,200,210);
    background: linear-gradient(-90deg, rgb(74 195 205) 0%, rgba(16,104,111,0.8827906162464986) 100%);
    color: #FFF;
    cursor: pointer;
}

.sin-complicaciones:hover img{
    -webkit-box-shadow: 0px 0px 15px 0px rgba(255,255,255,1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(255,255,255,1);
    box-shadow: 0px 0px 15px 0px rgba(255,255,255,1);
}

#title-vendenos-mobile{
    display: none;
}

#main-aytos-usados{
    background-image: url('../IMG_Blue/Encuentra_aqui.jpg');
    padding-top: 630px;
    background-position-y: 0px;
   /* background: rgb(17,24,40);
    background: linear-gradient(178deg, rgba(17,24,40,1) 0%, rgba(15,19,29,1) 94%, rgba(253,255,255,1) 94%, rgba(255,255,255,1) 100%); */
}

.slider-box {width: 100%; margin: 25px auto}
.slider-box label, .slider-box input {border: none; display: inline-block; margin-right: -4px; vertical-align: top; width: 30%}
.slider-box input {width: 70%}
.slider {margin: 25px 0}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
    background: #042454;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    background: #de6315;
    font-weight: normal;
    color: #555555;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 50%;
    border: 0px;
}

.ui-widget-content {
    border: 1px solid #e5e5e5;
    background: #ffffff url(../images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
    color: #222222;
}

.slider-box input {
    text-align: right;
    font-weight: 600;
    font-size: 20px;
    color: #7a7a7a;
    margin-bottom: -10px;
}

.slider-box label, .slider-box input {
    font-weight: 600;
    color: #042454;
}

.nice-select:after {
    border-bottom: 2px solid #fff !important;
    border-right: 2px solid #fff !important;
}
.nice-select .option {
    color: var(--fourth-color);
    text-align: center !important;
    width: 100%;
}
.nice-select.open .list {
    width: auto;
}
.vehiculo a{
    text-decoration: none;
}
.vehiculo .tips li {
    color: #022351;
}

#main-detalle-vehiculo{
    background-image: none;
    background: #a31616;
    padding-top: 190px;
    background: rgb(75,200,210);
    background: linear-gradient(-90deg, rgb(25, 92, 98) 0%, rgba(16,104,111,0.8827906162464986) 100%);
}

#main-detalle-vehiculo #foto-principal-vehiculo{
    width: 100%;
}

#main-detalle-vehiculo > h3 {
    font-weight: bold;
    color: #878787;
    font-size: 33px;
}
#main-detalle-vehiculo > h2 {
    font-weight: bold;
    color: var(--secondary-color);
    font-size: 35px;
}

#main-detalle-vehiculo h4 {
    font-weight: 300;
    color: #d4963f;
    margin-bottom: 20px;
}

#main-detalle-vehiculo h5.precio {
    font-weight: 600;
    font-size: 30px;
    color: #0b2549;
    margin-bottom: 0px;
}

#main-detalle-vehiculo p.valor-cuota{
    font-size: 14px;
    color: #d4963f;
}

#main-detalle-vehiculo p.precio-normal {
    text-align: right;
    font-weight: 600;
    color: #0b2549;
}
#main-detalle-vehiculo p.precio-normal small{
    font-weight: 300;
}

#main-detalle-vehiculo .tips li {
    width: 100%;
    margin-bottom: 10px;
    color: #0b2549;
    font-weight: 300;
    font-size: 15px;
}

#main-detalle-vehiculo .disponible {
    border: 2px solid var(--secondary-color);
    width: 60%;
    padding: 20px;
    position: relative;
}

#main-detalle-vehiculo .disponible img {
    position: absolute;
    top: 9px;
    left: 10px;
}

#main-detalle-vehiculo .disponible h5 {
    position: absolute;
    left: 70px;
    top: 8px;
    font-size: 18px;
    color: #0b2549;
    font-weight: 500;
}

#main-detalle-vehiculo .disponible h6 {
    position: absolute;
    left: 70px;
    top: 34px;
    font-size: 17px;
    font-weight: 500;
    color: #d4963f;
}

#main-detalle-vehiculo .disponible {
    border: 2px solid #0b2549;
    width: 300px;
    padding: 0px;
    position: relative;
    height: 68px;
    margin-top: 23px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

#main-detalle-vehiculo #historias-vehiculos li {
    width: 32.5%;
    border: 2px solid #0b2549;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    text-align: center;
    height: 120px;
}
#main-detalle-vehiculo #historias-vehiculos{
    margin-bottom: 30px;
    height: 120px;
}
#main-detalle-vehiculo #historias-vehiculos li p{
    font-size: 14px;
    font-weight: 400;
    color: #072b5b;
}

#main-detalle-vehiculo #historias-vehiculos li img {
    width: 60px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#main-detalle-vehiculo #historias-vehiculos li:nth-child(2) {
    margin-left: 1%;
    margin-right: 1%;
}

#main-detalle-vehiculo .informe-historias{
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #0b2549;
}

header .top-header ul li img{
    width: 40px;
}

#main-detalle-vehiculo h3 {
    color: #d4963f;
    margin-bottom: 0px;
}

#main-detalle-vehiculo h2{
    color: #0b2549;
    margin-bottom: 5px;
}
#main-detalle-vehiculo h5.resumen{
    color: #0b2549;
}
#main-detalle-vehiculo #detalle-auto-descripcion{
    margin-top: 50px;
}
#main-detalle-vehiculo #detalle-auto-descripcion h3{
    font-size: 40px;
    text-align: center;
    color: #0b2549;
}

#main-detalle-vehiculo #detalle-auto-descripcion .title{
    font-weight: bold;
    font-size: 20px;
    color: var(--secondary-color);
}

#main-detalle-vehiculo #detalle-auto-descripcion p {
    font-weight: 300;
    color: #676767;
    font-size: 20px;
    margin-bottom: 20px;
}

#main-detalle-vehiculo #garantia{
    min-height: 500px;
    background: #2C3B6D;
    color: #FFF;
    padding-top: 50px;
    padding-bottom: 50px;
}

#main-detalle-vehiculo #garantia h3 {
    color: #FFF;
    text-align: center;
    font-size: 50px;
    margin-bottom: 50px;
}

#main-detalle-vehiculo #garantia hr {
    border-top: 2px solid;
    opacity: 1;
}

#main-detalle-vehiculo  #garantia ul li{
    position: relative;
    padding:20px;
}

#main-detalle-vehiculo  #garantia ul li:nth-child(1){
    width: 48%;
}
#main-detalle-vehiculo  #garantia ul li:nth-child(3){
    width: 48%;
}
#main-detalle-vehiculo  #garantia ul li:nth-child(2){
    width: 4%;
}
#main-detalle-vehiculo #garantia{
    margin-bottom: 0px;
}
#main-detalle-vehiculo #garantia ul{
    margin-top: 50px;
    height: 300px;
}
#main-detalle-vehiculo #garantia ul li h4 {
    color: #FFF !important;
    position: absolute;
    top: 30px;
    left: 250px;
    font-weight: 600;
    font-size: 45px;
}
#main-detalle-vehiculo  #garantia ul li:nth-child(3) h4{
    top: 0px;
}

#main-detalle-vehiculo #garantia ul li p {
    position: absolute;
    left: 250px;
    font-size: 27px;
    line-height: 40px;
    top: 160px;
}

#main-detalle-vehiculo  #garantia ul li:nth-child(3) p{
    top: 180px;
}

#main-detalle-vehiculo  #garantia ul li:nth-child(2) .line{
    width: 2px;
    height: 300px;
    background-color: #FFF;
}
#main-detalle-vehiculo  #financiamento{
    background-color: #f2f5f7;
    padding-top: 90px;
    padding-bottom: 90px;
    margin-bottom: -50px;
}
#main-detalle-vehiculo  #financiamento .box{
    padding:50px 30px;
    background: #FFF;
}
#main-detalle-vehiculo  #financiamento .box .orange{
    background: var(--fourth-color);
    padding: 30px 40px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #FFF;
}

#main-detalle-vehiculo  #financiamento .box h6{
    font-size: 20px;
    margin-bottom: 30px;
}
#main-detalle-vehiculo #financiamento .box p {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #898989;
    letter-spacing: 2px;
}

#main-detalle-vehiculo #financiamento .box h3 {
    font-size: 50px;
    color: var(--secondary-color);
    margin-bottom: 30px;
    font-weight: bold;
}

#main-detalle-vehiculo #financiamento .box h4 {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: bold;
    color: #959595;
}

#main-detalle-vehiculo #financiamento .box h5 {
    font-size: 30px;
    color: var(--fourth-color);
    margin-bottom: 40px;
}
#main-detalle-vehiculo  #financiamento .box .orange p{
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 3px;
    color: #FFF;
}

#main-detalle-vehiculo  #financiamento .box span{
    float: right;
}

#main-detalle-vehiculo #especificaciones h3{
    color: #0b2549;
    text-align: center;
    font-size: 50px;
    margin-bottom: 50px;
    margin-top: 30px;
}
#main-detalle-vehiculo #especificaciones{
    margin-bottom: 50px;
}
#main-detalle-vehiculo #especificaciones h6{
    font-size: 26px;
    color: #666;
}

#main-detalle-vehiculo  #especificaciones p{
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #666;
}

#main-detalle-vehiculo  #especificaciones p span{
    float: right;
}

#post-footer h2{
    color: #FFF !important;
    font-size: 20px;
}

header li.home{
    display: none;
}

#carousel-vehiculo img{
    width: 95%;
    -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

#carousel-vehiculo .slick-list {
    margin-left: 80px;
    margin-right: 80px;
}

#carousel-vehiculo .slick-prev {
    left: 37px;
    background: #0b2549;
    height: 124px;
    width: 80px;
    top: 119px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#carousel-vehiculo .slick-next {
    right: 37px;
    background: #0b2549;
    height: 124px;
    width: 80px;
    top: 119px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.slick-next:before {
    content: url(../iconos/arrow-next-vehiculo.png) !important;
    zoom: .3;
    filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(47deg) brightness(102%) contrast(101%);
}

.slick-prev:before {
    content: url(../iconos/arrow-prev-vehiculo.png) !important;
    zoom: .3;
    filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(47deg) brightness(102%) contrast(101%);
}


#carousel-vehiculo .slider-vehiculo {
    margin: 10px;
}

#main-detalle-vehiculo #foto-principal-vehiculo {
    height: 576px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #CCC;
}
#carousel-vehiculo .slider-vehiculo img{
    cursor: pointer;
}

#redes-footer{
    margin-top: 50px;
}

#redes-footer img{
    width: 35px;
}

#redes-footer li{
    width: 35px;
    margin-right: 5px;
}
/**
Cambios logos **/
header .bottom-header img {
    width: 228px;
}
#content-logo {
    margin-top: 10px;
    display: block;
    position: absolute;
}
#content-logo-ssur img {
    width: 140px;
    margin-top: -4px;
}
#content-logo-ssur {
    width: 200px;
    height: 50px;
    position: absolute;
    left: 260px;
    top: 4px;
}