.partida{
    float: left;
    width: 75%;
    margin-left: 4px;
    margin-top: 4px;
}
.divcomom{
    float: left;
    width: 100%;
    margin-top: 6px;
}
.divir{
    
}
.dar{
    float: left;
    width: 50%;
    display:none;
}
.cll{
    border-style: none;
    font-size: 13px;
    font-family: "NeoSans";
    color: #FFFFFF;
    padding-left: 21px;
    padding-right: 3px;
    width: 96px;
    height: 22px;
    background-color: #05141f;
    cursor: pointer;
    float: left;
    /*margin-left: 0.5%;*/
    padding-top: 6px;
    float: left;
}
.irpartida{
    border-style: none;
    font-size: 13px;
    font-family: "NeoSans";
    color: #FFFFFF;
    padding-left: 3%;
    padding-right: 2%;
    width: 14px;
    height: 22px;
    background-color: #05141f;
    cursor: pointer;
    float: left;
    margin-left: 0.5%;
    padding-top: 5px;
    margin-top: 4px;
    float: left;
}
.contGenMapa{
    position: relative;
    overflow: hidden;
    width: 100%;
    /*padding-top: 30px;*/
   
}
.contMapa{
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 600px;
    background-color: #FFF;
}
#map{
    width: 100%;
    height: 100%;
}

.contInp2 select{
    border: 1px solid #D1D1D6;
    border-radius: 4px;
    width: 100%;
    height: 45px;
    margin-bottom: 15px;
    padding: 0 15px;
    background-image: url(/img/chevron-down.png);
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: center;
    background-size: 14px;
    font-size: 14px;
}

/*
 * Mostrar la cantidad de concesionarias disponibles por estado.
 */
#map div[role="button"] {
    position: relative;
    overflow: visible !important;
}
#map div[role="button"]::before {
    content: attr(title);

    background-color: black;
    color: white;

    width: max-content;
    padding: 5px;
    border-radius: 3px;

    position: absolute;
    top: -20px;
    left: 50%;
    translate: -50% 0;

    animation: animacionMostrar 500ms ease-in-out;
}

@keyframes animacionMostrar {
    from {
        transform: translateY(-1000px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.infoMapa{
    /*position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: "NeoSans";
}
.BuscaConces, .contResultBus{
    position: absolute;
    top: 40%;
    margin-top: -105px;
    left: 5%;
    width: 300px;
    height: 211px;
    border: 1px solid #D3D2D2;
    border-top: 3px solid #05141f;
    background-color: #FFF;
}
.BuscaConces2{
    height: 211px;
    border: 1px solid #D3D2D2;
    border-top: 3px solid #05141f;
    background-color: #FFF;
}
.contResultBus{
    display: none;
    left: auto;
    right: 8%;
}
.conCentBus{
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 15px;
}
.contInp{
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}
input, select{
    outline: 0 !important;
}
.contInp input, .contInp select{
    color: #D3D2D2;
    width: 100%;
    padding: 5px 0px;
    border: 0px;
    border-bottom: 1px solid #F1F1F1;
    text-align: center;
    margin: 5px 0px;
    font-family: "NeoSans";
    font-size: 15px;
    text-align-last: center;
}
.contInp input::-webkit-input-placeholder { color: #D3D2D2; }
.contInp input::-webkit-input-placeholder { color: #D3D2D2; }
.contInp input::-moz-placeholder { color: #D3D2D2; }
.contInp input:-ms-input-placeholder { color: #D3D2D2; }
.contBtnBus{
    width: 100%;
    text-align: right;
    overflow: hidden;
}
.btnBusCon{
    display: inline-block;
    position: relative;
    padding: 10px 0px;
    padding-right: 40px;
    color: #05141f;
    font-family: "NeoSans Medium";
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: 30px;
    background-image: url(/img/gwm-arrow-left.svg);
}
.conCentBus h3{
    color: #05141f;
    font-family: "NeoSans Medium";
    font-size: 18px;
    margin: 20px 0px;
}
.imgConces{
    overflow: hidden;
    width: 100%;
    height: 110px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.infoConcBus{
    overflow: hidden;
    width: 100%;
    height: 102px;
    background-color: #E8E8E8;
}
.infoConcBus h3{
    display: block;
    width: 100%;
    padding-left: 20px;
    color: #05141f;
    margin-top: 10px;
    font-family: "NeoSans Medium";
    font-size: 14px;
    margin-bottom: 5px;
}
.infoDetall{
    width: 60%;
    margin-left: 20px;
    float: left;
}
.infoDetall span{
    font-size: 11px;
    display: block;
    font-family: "NeoSans";
    color: #000;
}
.linkInfo{
    overflow: hidden;
    width: 30%;
    float: right;
    text-align: center;
}
.icoInfo{
    display: inline-block;
    width: 30px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
}
.icoInfoW{
    background-image: url(/img/icon-world.svg);
}
.icoInfoT{
    background-image: url(/img/icon-phone.svg);
}
.infoMapaMov{
    display: none;
    overflow: hidden;
    width: 100%;
}
.listInfo{
    width: 100%;
    background-color: #05141f;
    padding: 10px 0px;
    text-align: center;
}
.btnDown{
    display: inline-block;
    text-decoration: none;
    color: #FFF;
    font-family: "NeoSans";
    font-size: 14px;
    padding-right: 15px;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 10px;
    background-image: url(/img/white-arrow.svg);
}
.listConces{
    width: 100%;
    background-color: #E8E8E8;
}
.slideInfoBus{
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}
.slideInfo{
    position: relative;
    overflow: hidden;
    width: 100%;
}
.slideInfo ul, .slideInfo li{
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.imgInfoConceMov, .imgInfoConceMov img{
    width: 100%;
}
.imgInfoConceMov img{
    margin-top: 10px;
}
.arrowSlide{
    display: block;
    position: absolute;
    top: 60%;
    width: 72px;
    height: 72px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(187,22,43, 0.5);
}
.arrowSlide:before{
    content: '';
    position: absolute;
    top: 42%;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/img/white-arrow.svg);
    -webkit-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
}
.arrowSlideL{
    left: -36px;
}
.arrowSlideL:before{
    right: 15px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.arrowSlideR{
    right: -36px;
}
.arrowSlideR:before{
    left: 15px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.cctit{
    width: 100%;
    /* padding-left: 20px; */
    color: #05141f;
    margin-top: 10px;
    font-family: "NeoSans Medium";
    font-size: 14px;
    margin-bottom: 5px;
}
.cctit h3 {
    margin: 0;
}
.cctitdatos{
    font-size: 11px;
    font-family: "NeoSans";
    color: #000;
    float: left;
}
.cctitimg{
    /*float: left;*/
    width: 100%;
}
.cclinks{
    float: left;
    margin-left: 22px;
}
.cctitp{
    float: left;
    width: 100%;
    max-width: 300px;
}
@media all and (max-width: 920px){
    .infoMapa{
        display: none !important; 
    }
    .infoMapaMov{
        display: block;
    }
    .infoDetall span{
        font-size: 13px;
    }
    .infoConcBus{
        position: relative;
        height: auto;
    }
    .contMapa{
        min-height: 400px;
    }
}
@media all and (max-width: 420px) {
    .dar {
        width: 100%;
    }
}