﻿
/* CSS Document */

@font-face {
    font-family: 'libre_baskervilleitalic';
    src: url('../fonts/librebaskerville-italic-webfont.woff2') format('woff2'),
         url('../fonts/librebaskerville-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
#galeria.sin-galeria, .w-100.sin-imagen{display: none;}


/*body {font-family: 'Work Sans', sans-serif; font-size: 14px;}
h1 {font-family: 'Work Sans', sans-serif;}
h2 {font-family: 'Work Sans', sans-serif; font-weight: 700; font-size: 20px;}
h3 {font-family: 'Work Sans', sans-serif; font-weight: normal; font-size: 16px;}*/

body {font-family:  sans-serif; font-size: 14px;}
h1 {font-family: sans-serif;}
h2 {font-family: sans-serif; font-weight: 700; font-size: 20px;}
h3 {font-family: sans-serif; font-weight: normal; font-size: 16px;}

a:hover {text-decoration: none;}
.FondoImg {
    width: 260px;
    height: 207px;
    background-repeat: no-repeat;
    background-size: cover;
}
/* ====================
Logo XS Footer
======================= */
.bg-black .logo-xs {
    width: 100%;
    text-align: center;
    color: #FFF;
}
.bg-black .logo-xs a {
  color: #FFF;
  text-decoration: none;
}

.logoxs {
    width: 230px;
    filter: brightness(0.7);
}
.logoxs:hover {
    filter: contrast(0%) brightness(0.55);
}

/* ====================
general
======================= */
.mb-2.sin-Direccion, .distribuidor ul li.whats.sin-Whatsapp, .mb-2.sin-Whatsapp, .distribuidor ul li.tel.sin-telefono, .mb-2.sin-telefono {
    display: none !important;
}

header {/*background: #eae9e5;*/ position: fixed; z-index: 1050; width: 100%;
	-webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
header .redes a {display: inline-block; width: 35px; height: 35px; text-align: center; color: #fff; background: #999999; border-radius: 50%; padding-top: 7px;
	-webkit-transition: all .15s ease;
	transition: all .15s ease;
	}
header .redes a:hover {background: #000; color: #fff;}
header .redes a i {font-size: 20px;}
header .navbar {
	-webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.icon-bars {padding: 0px 10px;background: #fff;width: 87px;height: 87px;line-height: 70px;font-size: 30px;text-align: center;}

.logo {background: #f7f7f7;padding: 10px;width: 185px;height: 87px;}

.vMercedes01 img, .vMercedes02 img, .vMercedes03 img {    width: 100%;}
.vMercedes01 .logo-int .logo-img {padding:0;}
.vMercedes02 .logo-int .logo-img {    padding: 0;}
.vMercedes03 .logo-int .logo-img {    padding: 0;}
section.mb {
    margin-bottom: 40px;
}

h1.title {
    position: relative;
    color: #f7f7f7;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    line-height: 35px;
}

#carousel-seminuevos h1.title span {position: relative;}
h1.title span {
    position: relative;
    left: 0;
    right: 0;
    top: calc(50% - 15px);
    color: #000;
    font-size: 24px;
    font-weight: normal;
    text-transform: initial;
}
h1.title.mb {margin-bottom: 40px;}
/*h1.title.arrow::before {
    font-family: FontAwesome;
    content: "\f054";
	font-size: 15px;
	color: #000;
	height: 30px;
    position: absolute;
    bottom: 0;
    right: 10px;
    top: calc(50% - 15px);
    z-index: 1;
}*/

.shadow-header {
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
}


.f-16 {font-size: 16px;}

.small {font-size: 9px; line-height: 12px;}

.sub-nav-int {width: 100%; position: fixed; top: 87px; z-index: 1060; display: none;}
.sub-nav-int a {display: inline-block; padding: 15px 5px; text-transform: uppercase;}
.sub-nav-int a span {display: inline-block; width: 50px; height: 100%; padding: 10px; background: #ffd806;}
.sub-nav-int a span img {width: 25px;}
.progressContainer{
    /*position: fixed;*/
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: none;
}
.progress{
    height: 7px;
    background: #ffd806;
    width: 0;
    transition: width 0.5s;
}

.sub-nav-int.stickytop {position:fixed; top: 87px; bottom: auto;}
.sub-nav-int.stickytop.show-stick {display: block;}
.sub-nav-int.stickytop.hide-stick {display: none;}
/* ====================
colors
======================= */
/* fonts */
.white {color: #fff;}
.grey {color: #999;}
.black {color: #000;}
.yellow {color: #ffd806;}

/* backgrounds */
.bg-yellow {background: #ffd806;}
.bg-grey {background: #eae9e5;}
.bg-grey-light {background: #F7F7F7;}
.bg-black {background: #000;}

/* ====================
buttons
======================= */
.btn-black {background: #000; padding: 10px 30px; color: #fff; display: inline-block; width: auto;}
.btn-black:hover {color: #999;}
.btn-yellow {background: #ffd806; padding: 10px 30px; color: #000; display: inline-block; width: auto;}
.btn-yellow:hover {background: #f7f7f7; color: #000;}

a.white {color: #fff;}
a.white:hover {color: #999;}
a.grey {color: #999;}
a.grey:hover {color: #000;}

/* ====================
secciones
======================= */
/* home */
.video-head {position: relative; height: 600px; overflow: hidden;}

#background {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url() no-repeat;
    background-size: cover;
}
.caption-video {
    position: absolute;
    width: 420px;
    max-width: 960px;
    color: #fff;
    top: calc(50% - 200px);
    left: 12%;
	z-index: 1000;
}
.caption-video h2 {
    font-size: 50px;
    line-height: 50px;
    color: #fff;
    padding-bottom: 5px;
	/* text-shadow: 0 -1px 0 rgba(0,0,0,0.2); */
}
.caption-video .subtext {
    position: relative;
    display: block;
    margin: 25px 0;
    padding: 20px 20px 20px 100px;
    background: rgba(0,0,0,0.8);
    font-size: 16px;
    line-height: 20px;
}
.caption-video .subtext::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 0;
    top: 50%;
    width: 70px;
    border-top: 1px solid #ffd806;
    z-index: 1;
}
.scroll-down {
	text-align: center;
	position: absolute;
	bottom: 5%;
	width: 100%;
	margin: auto;
	left: 0;
	z-index: 1000;
	
}
.scroll-down a {color: #fff;}

.block-marca {height: 190px; text-align: center; vertical-align: middle; padding: 0 10px; border: 1px solid #E6E6E6;}
a.block-marcas {height: 190px; text-align: center; vertical-align: middle; padding: 0 10px; border: 1px solid #E6E6E6;
	-webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
a.block-marcas:hover {background: #E7E7E7 !important;}

a.block-marcas.marca {background: #F7F7F7;}
a.block-marcas.agencia {background: #fff;}

.carousel-seminuevos .item {border: 1px solid #e6e6e6;}
    .carousel-seminuevos .item .img {
        margin-bottom: 15px;
        background: #f7f7f7;
        height: 195px;
        display: flex;
        align-items:center;
    }
.carousel-seminuevos .item .name {border-bottom: 1px solid #e6e6e6; margin-bottom: 15px;}
.carousel-seminuevos .item .a {height: 41px; margin-bottom: 15px;}
.carousel-seminuevos .item a {display: none; width: 150px; margin: 0 auto;
	-webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.carousel-seminuevos .item:hover a {display: block;}
.carousel-seminuevos .owl-dot {margin: 20px 0 30px;}
.carousel-seminuevos .owl-stage-outer {cursor: url(https://maps.gstatic.com/mapfiles/openhand_8_8.cur), auto;}

.distribuidor ul {list-style: none; margin: 0 0 10px; padding: 0px;}
.distribuidor ul li {padding-left: 25px; margin-bottom: 5px; background-repeat: no-repeat; background-size: 15px; background-position: left center;}

.distribuidor ul li.tel {background-image: url(../img/svg/kasa-icon-phone.svg);}
.distribuidor ul li.whats {background-image: url(../img/svg/icon-whatsapp.svg);}
.distribuidor ul li.mail {background-image: url(../img/svg/kasa-icon-arroba.svg);}
.distribuidor ul li.pointer {background-image: url(../img/svg/kasa-icon-pointer.svg);}

.distribuidor .icon-circle {
    display: block;
    width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    padding-top: 7px;
    background: #ffd806;
    border-radius: 50%;
}
.distribuidor .icon-circle svg {width: 15px;}
.distribuidor .icon-circle svg path {fill: #fff;}
/* .distribuidor .icon-circle.facebook {
    color: #fff;
    background: #3B5CA0;
} */

.distribuidor iframe {min-height: 300px;}
.distribuidor #map {height: 100%;}
.distribuidor #mapa {width: 100%; height: 100%; min-height: 300px;}


.distribuidor .owl-stage-outer {cursor: url(https://maps.gstatic.com/mapfiles/openhand_8_8.cur), auto;}

/* interna */
.header-int {height: 320px;}
.logo-int {width: 100%; text-align: center; position: relative; bottom: 0}

.logo-int .logo-img {width: 190px; height: 190px; background: #F9F9F9; padding: 30px; margin: -40px auto 0; align-items: center;}

.logo-int .logo-img img {
    width: 100%;
    height: initial;
}

.gal-imgs .block {overflow: hidden;}
.gal-imgs .imgs {width: 100%; margin-bottom: 30px;}
.gal-imgs .imgs.h100 {height: 100%;}
/*.gal-imgs .imgs.mb {margin-bottom: 30px;}*/
.gal-imgs .imgs img {width: 100%; display: block;}

.carousel-promociones .item {width: 100% !important; position: relative;}
.carousel-promociones .item a {width: 100%; height: 100%;}
.carousel-promociones .item a::after{
	content: "";
	height: 100%; 
	left: 0; 
	top: 0; 
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	background-image: url(../img/svg/boton-promocion.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 200px;
	position: absolute;
	opacity: 0;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}
.carousel-promociones .item a:hover::after {opacity: 1;}

/* historia */
.grid-historia {
    width: 90%;
    margin: 30px auto 0;
}
.grid-historia .item {
    margin-bottom: 10px;
    padding: 20px;
    background: #fcfcfc;
    border-top: #f3f3f3 solid 1px;
    border-left: #f3f3f3 solid 1px;
    border-bottom: #f3f3f3 solid 1px;
}
.grid-historia .item.left {border-right: #ffd806 solid 3px;}
.grid-historia .item.right {border-left: #ffd806 solid 3px;}
.grid-historia h4.title {
    position: relative;
    color: #f7f7f7;/*666*/   
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    line-height: 21px;
    margin: 0;
}
.grid-historia h4.title span {
    position: relative;
    left: 0;
    right: 0;
    top: 50%;
    color: #000;
    font-size: 18px;
    font-weight: normal;
    text-transform: initial;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.grid-historia font {
    display: block;
    color: #ffd806;
    font-weight: bold;
    text-align: center;
    margin-top: 5px;
}
.grid-historia .image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 30px 0;
}
.grid-historia .image img {width: 100%;}



/* ====================
footer
======================= */
footer {padding: 40px 10px;}
footer .redes a {display: inline-block; width: 35px; height: 35px; text-align: center; color: #fff; background: #999999; border-radius: 50%; padding-top: 7px;
	transition: all .15s ease;
	}
footer .redes a:hover {background: #fff; color: #999;}
footer .redes a i {font-size: 20px;}





/* ====================
mediaqueries
======================= */

    @media (max-width: 768px) {
        

        .footer .col-6 {
            max-width: 100% !important;
            flex: 0 0 100% !important;
        }

        .footer .ml-lg-auto {
            padding: 6% 0 0 0;
        }
    }

    @media (max-width: 576px) {
        .sub-nav-int {
            top: 60px;
        }

        .header-int.mov {
            display: block !important;
        }

        section.mb {
            margin-bottom: 0;
        }

        .logo-int.historia .logo-img, .logo-int.vChrysler01 .logo-img {
            width: 98%;
        }

        .section-agencias, .section-marcas {
            max-width: 50% !important;
            flex: 0 0 50% !important;
        }
    }

    @media screen and (max-width: 480px) {
        .icon-bars {
            width: 60px;
            height: 60px;
            line-height: 40px;
            padding: 10px;
        }

        .logo {
            width: 135px;
            height: 60px;
            padding-top: 7px;
        }

        .caption-video {
            width: 280px;
            top: 90px;
            left: 15px;
        }

            .caption-video h2 {
                font-size: 40px;
                line-height: 40px;
            }

        h1.title.arrow::before {
            font-family: FontAwesome;
            content: "\f078";
        }
    }




    /* min-width */
    @media screen and (min-width: 1200px) {
        .carousel-seminuevos .item img {
            width: 100% !important;
        }
    }




    /* ====================
animations
======================= */
    /********** header interna **********/
    .header-int {
        width: 100%;
        position: relative;
        overflow: hidden;
        background-color: black;
    }

        .header-int.mov {
            position: relative;
            display: none;
            height: 250px;
            width: 100%;
            background-color: black;
            overflow: hidden;
        }


        .header-int .img {
            position: absolute;
            top: 0;
            width: 100%;
            height: 100%;
            background-position: center top;
            background-repeat: no-repeat;
            background-size: cover;
            margin: auto;
            -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
            -webkit-animation-duration: 2.75s; /* Safari 4.0 - 8.0 */
            animation-name: header-int;
            animation-duration: 2.75s;
            animation-fill-mode: forwards;
        }

            .header-int .img picture img {
                display: block;
                width: 100%;
                border-style: none;
            }


    /* Safari 4.0 - 8.0 */
    @-webkit-keyframes header-int {
        from {
            opacity: 0;
            -webkit-transform: scale(1.5);
            transform: scale(1.5);
        }

        to {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }
    }

    /* Standard syntax */
    @keyframes header-int {
        from {
            opacity: 0;
            -webkit-transform: scale(1.5);
            transform: scale(1.5);
        }

        to {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }
    }
    /********** /// header interna **********/

    @media (max-width: 1440px) {
        .header-int {
            height: auto !important;
        }

            .header-int .img {
                position: inherit !important;
            }
    }



    /********** icon scroll down **********/
    .icon-scroll {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        margin: 0 10px;
    }

    .icon-scroll {
        width: 20px;
        height: 35px;
        -webkit-box-shadow: inset 0 0 0 2px #fff;
        box-shadow: inset 0 0 0 2px #fff;
        border-radius: 30px;
    }

        .icon-scroll:before {
            content: '';
            width: 6px;
            height: 6px;
            background: #fff;
            margin-left: -3px;
            top: 8px;
            border-radius: 3px;
            -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -webkit-animation-name: scroll;
            animation-name: scroll;
        }

        .icon-scroll:before {
            position: absolute;
            left: 50%;
        }

    @keyframes scroll {
        0% {
            opacity: 1;
        }

        100% {
            opacity: 0;
            transform: translateY(15px);
        }
    }

    @media (max-width: 576px) {
        .logo {
            width: 100px;
            height: auto;
            padding-top: 7px;
        }

        .icon-bars {
            width: 50px;
            height: 50px;
            line-height: 20px;
            padding: 10px;
        }

            .icon-bars .btn--menu {
                font-size: 24px;
            }

        .sub-nav-int {
            top: 60px;
        }
    }

    /********** /// icon scroll down **********/

    @media (min-width: 350px) {
        .d-sm-block {
            display: block !important
        }
    }