@charset "utf-8";
:root {
 --azul: #204089;
}
body, td, th, input, select, textarea{
	font-family: 'Raleway', sans-serif;
	font-size:16px;
	color:#5B5B5F;
}
body{
	margin:0px;
	padding: 0px;
}
h1{color:var(--azul);}
h2{color:var(--azul)}
h3{color:#5B5B5F;}
h4{color:#000;}
h5{color:#000;}
h6{color:#5B5B5F;}



/* Estilos para las zebras */
.zebra { margin-top:15px; margin-bottom:20px;}
.zebra td { border-bottom: 1px solid #f1f1f1;}
.zebra tr.alt td {		background: #f7f7f7;}
.zebra tr.over td {	background: #E2E2E2;}
.zebra tr.title td { background-color: #D6D6D6; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #999; }

/* Retoques al jQuery UI*/
.ui-state-default, .ui-widget-content .ui-state-default { background: #302010; color:#FFF; border:none; }
.ui-state-active, .ui-widget-content .ui-state-active { color:#FFF; border:none; background-color: #A7CF3A; background-image:none; }
.ui-state-default, .ui-widget-content .ui-state-default * { color:#FFF; border:none; }
.ui-state-active, .ui-widget-content .ui-state-active * { color:#FFF; border:none; }
.ui-widget-header, .ui-widget-content { border:none; background:#FFF; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color:#FFF; }
.ui-tabs-nav { border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #626262; padding-bottom:5px; border:none; }
.ui-tabs .ui-tabs-nav li a{ padding:5px;}

.margin{margin: 5px;}
.clear{clear: both;}

#MenuVertical{padding: 0; margin: 0; width: 172px; float: left;  margin-right: 27px;}
#MenuVertical li { list-style-position: inside; list-style-type: none; padding: 0px; margin-top: 3px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; list-style-image: url(vineta.gif); }
#MenuVertical li a { color: #3e545f; display: inline; list-style-position: inside; list-style-type: none; padding: 0px; font-size: 13px; font-weight: normal; text-decoration: none; margin: 0px; }

/* Tags */

p {
    font-weight: 300;
    line-height: 1.5;
    text-align: justify;
}
a {
	transition: all 0.3s ease-in-out;
}
a:hover{
	text-decoration: none;
}
a:visited,a:active,a:focus{
	text-decoration: none !important;
}
*:focus{
	outline: none !important;
}
/* Paddings */
.pad-0{
    padding: 0;
}
.mar-0{
    margin: 0!important;
}
.pad-1{
    padding: 1em;
}
.pad-3{
    padding: 3em;
}
.pad-0-intro .col-xs-12{
    padding: 0;
}

.pt-2{
    padding-top: 2em!important;
}
.pb-2{
    padding-bottom: 2em;
}

.p-0{padding-right: 0px!important; padding-left: 0px!important}

/* Displays */
.dis-blo{
    display: block;
}
.dis-inl{
    display: inline-block;
}
.dis-flex{
    display: flex;
}
.cursor{
    cursor: pointer;
}

section.home-section,.site-content-inside,.page {
    padding-top: 0px;
}

.site-content, .my-container{
	max-width: 1200px;
	margin: 0 auto;
}

.site-content{
    margin: 120px auto!important;
}

.img-zoom-in,.img-zoom-out {
    overflow: hidden;
}
.img-zoom-in img,.img-zoom-out img{
    transition: all 0.3s ease-in-out;
}
.img-zoom-in:hover img{
    transform: scale(1.15);
}
.img-zoom-out img{
    transform: scale(1.15);
}
.img-zoom-out:hover img{
    transform: scale(1);
}

/* Fonts */
.text-upper{
	text-transform: uppercase;
}

/* HEADER */
header .ct-header{
    /*position: fixed;*/
    width: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    transition: all .4s ease;
}
.header-content {
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px;
    box-shadow: 1px 1px 10px;
    background: #fff;
}
.nav-brand {
    max-width: 70px;
}
.nav-brand img{
    transition: all .2s ease;
}
a.toogle-menu {
    color: #000000;
    font-size: 30px;
    padding: 0 5px;
    line-height: 1;
}
.mm-menu {
    background:var(--azul);
    border-color: rgba(0,0,0,.1);
    color: rgb(255, 255, 255);
}
ul.mm-listview {
    display: block !important;
}
.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: rgb(255, 255, 255);
    top: 30px;
}
.mm-menu .mm-listview .mm-btn_next::after {
    border-color: rgb(255, 255, 255);
}
.mm-menu .mm-btn::after, .mm-menu .mm-btn::before {
    border-color: rgb(255, 255, 255);
}

.navbar-header{
    display: none;
}

#menu-vehiculos{
    background: #fff;
    margin: auto;
}   
.fa.fa-bars, .fa.fa-search{
    font-size: 35px;
    color: var(--azul);
}

#buscar{
    border-radius: 30px;
    border: 1px solid var(--azul);
    text-align: center;
    color: #777;
}

.mm-navbars_top{
    margin: 20px 20px 40px 20px;
}

.mm-panels > div.mm-panel.mm-panel_has-navbar{
    padding-top: 100px;
}

#menu-main .mm-navbar, .mm-panels .mm-navbar{
    height: 80px!important;
    padding-top: 30px;
}

/* Slider Home */
.slick-arrow {
	position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 50;
    color: #fff;
    text-shadow: 0px 0px 7px #000000;
    font-size: 40px;
    padding-top: 0px;
    line-height: 0;
    cursor: pointer;
    transition: all .3s ease-in-out;
    text-align: center;
    margin: 0 25px;
}
span.arrow-right.slick-arrow {
    right: 0;
    left: auto;
}
.slick-arrow:hover{
	color: #243B76;
}
ul.slick-dots {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.slick-dots li {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: none;
    margin: 5px;
    border-radius: 50%;
    border: 2px solid rgba(36, 59, 118, 0.4);
    cursor: pointer;
}
ul.slick-dots li.slick-active {
    background: var(--azul);
}
ul.slick-dots li button {
    display: none;
}

/*TITULO SLIDER*/

.texto_slider{
    position: absolute;
    width: 100%;
    top: 37%;
    left: 14%;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;  
}
.texto_slider>span {
    color: #fff;
    font-size: 1.4em;
}
.colorBlue{
    color: #061F61 !important;
}

/*SLIDER CATEGORIAS*/

.titulo-img{
    font-size: 11px;
    height: 38px;
    text-align: center;
    color: #777;
}

.slick-slide .image-circle{
    position: relative;
    width: 100%!important;
}


#menu-main li ul{
    display: none;
}

@media(max-width: 992px) and (min-width: 320px)  {
    .slick-slide .text-circle   {
        position: absolute;
        display: block;
        bottom: 0;
        left: 0;
        background: rgba(0,0,0,0.3);
        color: #fff;
        height: 100%;
        width: 100%!important;
        text-align: center;
        padding-top: 8vw;
        font-size: 14px;
        z-index: 10;
    }
}

/*BLOQUE MARCAS*/

.marcas h2{
    display: flex;
    justify-content: center;
}
.marcas h2 div{
    text-align: center;
    position: relative;
    line-height: 1.7;
}
.marcas h2 div a{
    color: var(--azul);
}
.marcas > h2 > div:before{
    content: ' ';
    display: block;
    width: 53%;
    height: 3px;
    background: #F58220;
    position: absolute;
}



/*BLOQUE CONTACTANOS*/

.contenedor{position: relative;}
.contenedor div img{display: none;}
.cover-blue{
    background: #061f61d4;
    color: #fff;
    font-size: 13px;
    padding: 20px;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 59.188px;
}
.cover-blue h2{
    color: #fff!important;
    font-weight: bold;
}
.cover-blue div a{
    border: 2px solid #fff;
    border-radius: 50px;
    color: #fff;
    font-size: 17px;
    padding: 10px 50px;
    transition: all .4s ease;
}

.cover-blue div a:hover{
    background: #F58220;
    color: #fff;
}


/*FOOTER*/

footer > div div{
    font-size: 12px;
}   

footer > div div h2, footer .cbp-block.row > div p, footer .cbp-block.row > div{
    text-align: center!important;   
}   

.social-bar > a >span{
    height: 40px;
    width: 40px;
    font-size: 40px;
    text-align: center;
    border-radius: 3px;
    margin-left: 10px;
    cursor: pointer;
}

.social-bar  a:nth-child(1) span{color:#42C6FA; background: #fff}
.social-bar  a:nth-child(3) span{color:#395196; background: #fff}
.social-bar  a:nth-child(2) span{background: linear-gradient(#FFBB54, #D62574, #B32BAC, #5F3ED1);color: #fff;font-size: 35px;height: 34px;width: 35px;}

.social-bar > a > span:nth-child(1):hover, .social-bar > span:nth-child(2):hover, .social-bar > span:nth-child(3):hover{
    transform: scale(1.1);
}


.buscarMain{
    width: 100%;
    margin-left: 20px;
    border: 2px solid var(--azul);
    border-radius: 50px;
    font-size: 14px
}

.search-content form{
    display: flex;
}
.icons-header{display: flex;}
.btn-search{
    margin: 0px 2px 0px 5px;
    background: #fff;
}

.slick-slide > div, #slider-Categorias-uno .slick-slide > a {
        margin: 5vw 10vw;
}

/*titulos internas*/

.content-box .content-box-title{
   margin: 0;
   padding-bottom: 60px;
   margin-right: 25px;
   border-bottom: 3px solid var(--azul);
   margin-bottom: 15px;
}

.content-box .content-box-title:before{
    content: ' ';
    display: block;
    width: 7.5%;
    height: 3px;
    background: #F58220;
    position: absolute;
}

/* Media Queries */
@media (min-width: 500px) {
	.slick-slide > div, #slider-Categorias-uno .slick-slide > a {
        margin: 5vw 13vw;
    }
}

@media (min-width: 768px){
    .slick-slide > div, #slider-Categorias-uno .slick-slide > a {
        margin: 5vw 7vw;
    }
    .texto_slider>span{
        font-size: 2em;
    }
}

@media (min-width: 992px){
    .texto_slider>span{
        font-size: 3em;
    }
    .slick-slide > div, #slider-Categorias-uno .slick-slide > a {
        margin: 0px;
    }
	
    #slider-Categorias-uno .slide {
        position: relative;
        border-radius: 50%;
        overflow: hidden;
        transition: background .4s ease;
        margin: 15px;
    }
    .slide__caption{display: none;}
    .slide:hover .slide__caption{
        transition: all .4s ease;
        bottom: 0;
        height: 14vw;
        left: 0;
        position: absolute;
        width: 14vw;
        z-index: 2;
        background: rgba(0,0,0,0.5);
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 33px;
        font-size: 17px;
        font-weight: bold;
        color: #fff;
        text-align: center;
    }

    .image-circle{
        border-radius: 50%;
    }

    #slider-Categorias-uno > .arrow-left.slick-arrow{
        left: 40%;
    }
    #slider-Categorias-uno > span.arrow-right.slick-arrow{
        right: 40%;
    }

    #slider-Categorias-uno > .slick-arrow {top: 94%;}

    .contenedor div img{display: block;}
    .cover-blue{
        height: 100%;
        position: absolute;
    }

    footer > div div h2{
        font-size: 14px;
    }

    /*MENU ESCRITORIO*/
    #menu-mobile{
        display: none;
    }
    
    li a:before{
        position: absolute;
        left: 0;
        top: 11px;
        width: 45px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    li.menuplus_n1_0 a[target=_blank]:before {
        content: url(1.png);
    }   
    li.menuplus_n1_1 a[target=_blank]:before {
        content: url(2.png);
    }
    li.menuplus_n1_2 a[target=_blank]:before {
        content: url(3.png);
    }
    li.menuplus_n1_3 a[target=_blank]:before {
        content: url(4.png);
    }
    li.menuplus_n1_4 a[target=_blank]:before {
        content: url(5.png);
    }

    .icons-header{display: none;}
    .navbar-header{display: block;}
    .header-content{padding:0px;position: relative;background: transparent;box-shadow: none;}
    .content-info-header{width: 100%; z-index:10;}
    .menu-top-contain{width: 100%}
    .navbar-header.menu-bot{width:  100%}
    .main-nav ul{padding: 0px; list-style:none; font-size: 14px}
    .social-bar{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .social-bar a span{
        transition: all .4s ease;
    }
    .buscarMain{
        width: 256px;
        margin-left: 30px;    
    }

    .nav-brand{
        position: absolute;
        z-index: 30;
        top: 15px;
    }
    .nav-brand div img{
        max-width: 169px;
        margin: initial;
    }
    #menu-main{
        padding: 0px 0px 0 210px;
        display: flex;
        justify-content: space-between;
    }
    
    .ct-header{
        background: linear-gradient(#fff 59.7%, #061F61 42%);
        height: 158px;        
    }
    
    #menu-main li{
        padding: 10px 10px 10px 45px;
        height: 64px;
        text-align: center;
        line-height: 3;
        position: relative;
        transition: all .4s ease;
    }
    #menu-main > li:hover{
        border-bottom: 4px solid #fff;
        cursor: pointer;
    }
    #menu-main li a{
        color: #fff;
    }
    
    .submenu{
        position: absolute;
        left: 0;
        top: 64px;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
    }

    .submenu li{
        padding: 4px!important;
        height: auto!important;
        line-height: 2!important;
        border-bottom: 2px solid #fff;
        background: var(--azul);
    }
    .submenu li:hover{
        background: #061F61;
        border-color: #fff;   
    }

    .subsubmenu{
        position: absolute;
        top: 0px;
        right: -101%;
        width: 100%;
    }

    .menu-top > div{
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding-top: 29px;
    }
    .menu-top > div p{
        margin-bottom: 0px;
        font-size: 11px;
    }
    .btn-search{display: none;}
    
}

@media(min-width: 1200px){
    .texto_slider>span{
        font-size: 5em;
    }

    .slide__caption{
        height: 170px!important;
        width: 168px!important;
        padding: 33px!important;
    }
    .linea{
        display: block;
        height: 3px;
        width: 100%;
        background: var(--azul);
        margin-top: 15px;
        margin-bottom: 30px;
    }
    
    .cover-blue span{
        font-size: 24px;
        font-weight: lighter;
    }
    .pt-2 {
        padding-top: 5em!important;
    }
    .pb-2 {
        padding-bottom: 5em!important;
    }
    .menu-top > div p{
        margin-bottom: 0px;
        font-size: 14px;
    }
    .social-bar{
        margin-left: 20px;
    }
}

@media(min-width: 1400px){
    #slider-Categorias-uno > .arrow-left.slick-arrow{
        left: -100px;
    }
    #slider-Categorias-uno > span.arrow-right.slick-arrow{
        right: -100px;
    }
    #slider-Categorias-uno > .slick-arrow{
        top: 50%;
    }
}
