.buscador_contenedor_inputs {
    display: flex;
    align-items: center;
    justify-content: flex-start !important;
    background-color: transparent;
    height: 60px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 15px;
    border:1px solid #DBDBDB;
}



#buscador select:not(.time_select) {
    width: 80%;
    border: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("../../images/icon/flecha_abajo_gris_select.png");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 48%;
    border-radius: 2px;
    margin-right: 0;
    padding: 1rem;
    padding-right: 2rem;
}

#buscador.home2 {
    /* margin-top: -15vh; */
    margin-top: -10vh;
    position: relative;
    z-index: 10;
    background-color: #FFFFFF;
    min-height: 220px;
}
#btn_disponibilidad_pc {
    position: absolute;
    bottom: -58px;
    left: 50%;
    transform: translateX(-50%);
   width: 100%;
   max-width: 560px;
    font-size: 17px!important;
}

#contenedorCiudadImg {
    width: 95%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

#contenedorCiudadImg > div:first-child {
    -webkit-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.1);
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

#contenedorTextoCiudad {
    background-color: #023A5F;
    border-bottom: 10px solid #E93651;
    padding-top: 10px;
    display: flex;
    justify-content: center;
}

#contenedorTextoCiudad > p {
    width: 70%;
}

.pDistancias {
    display: inline-block;
    max-width: 80%;
}


#contenedorLugaresCercanos {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}



.bgBannerLugarCercano {
    background-size: cover;
    background-repeat: no-repeat;
    height: 280px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.pNombreLugarCercano {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #E93651;
    margin-bottom: 0;
}
.padrePtextoLugarCercano {
    -webkit-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.1);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    height: 310px;
    position: relative;
}

.subrayadoRojo {
    width: 95%;
    height: 4px;
    background-color: #E93651;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.pTextoLugarCercano {
    width: 93%;
    margin-left: auto;
    margin-right: auto;

    padding-bottom: 30px;
    padding-top: 20px;
}
.triangulo {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.lugarPc {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.lugarMobile {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}


@media(max-width:1899px)  {
    #contenedorLugaresCercanos {

        gap: 15px;
        width: 100%;

    }
}


@media(max-width:1699px)  {
    #contenedorTextoCiudad > p {
        font-size:22px;
    }
}


@media(max-width:1499px)  {
    .pDistancias {
        max-width: 95%;
    }

    .pTextoLugarCercano {
        font-size: 16px;
    }

    #contenedorTextoCiudad > p {
        font-size: 20px;
    }

    .pNombreComuna {
        font-size: 25px;
    }

    .pNombreComuna > img {
        transform: scale(0.8);
    }

    #btn_disponibilidad_pc {

        width: 90%;

    }

    .pClima {
        font-size:22px;
    }
}


@media(max-width:1399px)  {
    #btn_disponibilidad_pc {
        width: 80%;
    }

    #contenedorTextoCiudad > p {
        font-size: 18px;
    }

    .pClima {
        font-size:20px;
    }
}


@media(max-width:1280px)  {
    .bannerXl {
        display: none;
    }
    .bannerLarge {
        display: block!important;
    }

    .padreFilasBuscador {
        flex: 0 0 85%;
        max-width: 85%;
    }

    #btn_disponibilidad_pc {
        width: 70%;
    }

    .pDistancias {
        font-size: 16px;
    }

    #contenedorPadreLugaresCercanos {
        -ms-flex: 0 0 48.666667%;
        flex: 0 0 48.666667%;
        max-width: 48.666667%;
    }
}

@media(max-width:1199px)  {
    .padrePtextoLugarCercano {

        height: 340px;

    }

    .pDistancias {
        max-width: 100%;
        font-size: 14px;
    }


}


@media(max-width:1099px)  {
    .padrePtextoLugarCercano {
        height: 380px;
    }
}


@media(max-width:992px)  {
    .padreFilasBuscador {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #btn_disponibilidad_pc {
        width: 95%;
    }

    #padreBannerTurismo {
        margin-top: 65px!important;
    }

    .pNombreComuna  {
        margin-bottom: 0;

    }

    .pNombreComuna > img {
        transform: scale(0.6);

    }

    #contenedorPadreLugaresCercanos {
        -ms-flex: 0 0 83.3333%;
        flex: 0 0 83.3333%;
        max-width: 83.3333%;
    }

    #contenedorLugaresCercanos {

        grid-template-columns: 1fr;
        row-gap: 25px;
        width: 65%;
        margin-left: auto;
        margin-right: auto;
    }
}


@media(max-width:480px)  {
    .bannerLarge  {
        display: none!important;
    }

    .bannerMobile  {
        display: block!important;
    }

    #padreBannerTurismo {
        margin-top: 45px!important;
    }

    .pTituloBuscador {
        font-size: 25px;
    }

    .padreFilasBuscador {
        flex: 0 0 85%;
        max-width: 85%;
    }

    .pCiudadMobile {
        display: block!important;
    }

    #btn_disponibilidad_pc {
        width: 90%;
        border-radius: 10px;
        height: 50px;
        bottom: -45px;
    }

    #buscador .size17 {
        font-size: 12px !important;
    }

    .pRegionPc {
        display: none;
    }


    .pRegionMobile {
        display: block!important;
    }

    .rojoPregion {
        transform: scale(0.7);
    }

    #contenedorPadreRegion {
        margin-top: 80px;
    }

    .pNombreComuna {
        margin-bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px!important;
    }

    .pNombreComuna > img.pc {
        display: none;
    }

    .pNombreComuna > img.mobile {
        display: block!important;
    }

    .lugarPc {
        display: none;
    }

    .lugarMobile {
        display: block!important;
    }

    #contenedorTextoCiudad {
        background-color: #023A5F;
        border-bottom: 10px solid #E93651;
        padding-top: 40px;
        display: flex;
        justify-content: center;
        margin-top: -13px;
        z-index: -1;
    }

    #contenedorCiudadImg > div:first-child {
        background-color: white;
    }

    #contenedorCiudadImg {
        width: 99%;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    #contenedorPadreRegion > div:nth-child(2) {
        margin-top: 25px;
    }

    #contenedorTextoCiudad > p {
        width: 95%;
    }

    .pDistancias {
        max-width: 100%;
        font-size: 16px;
        display: block;
    }

    .pLugaresPc {
        display: none;
    }

    .pLugareMobile {
        display: block!important;

    }

    #contenedorPadreLugaresCercanos {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    #contenedorLugaresCercanos {
        grid-template-columns: 1fr;
        row-gap: 25px;
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    .bgBannerLugarCercano {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom;
        height: 280px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    .mtmenos15mobile {
      margin-top: -25px!important;
    }

    .triangulo {
        position: absolute;
        bottom: -13px;
        left: 50%;
        transform: translateX(-50%) scale(0.5);
    }

    .pTeRepresentamos_home2 {
        line-height: 15px!important;
        font-size: 13px!important;
        margin-left: -10px!important;
    }

    .locationsMobileFlota {
        transform: scale(0.5);
    }

    .contenedorTeRepresentamos_home2 {
        margin-right: 20% !important;
    }

    .bgTeRepresentamos_home2 {
        background-image: url('images/turismo/flotaMobile.jpg');
    }

    .bgTeRepresentamos_home2 {
        height: 13vh!important;
        border-top-right-radius: 25px!important;
        border-bottom-right-radius: 25px!important;
    }
    .contenedorVecinoTeRepresentamos_home2 {
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
        height: 13vh!important;
    }

    #btn_disponibilidad_pc_teRepresentamos_home2 {
        position: absolute;
        top: -53%;
        transform: translateY(-50%);
        max-width: 300px;
        right: -43% !important;
        font-size:8px!important;
        text-align: center;
        height: 30px;
        border-radius: 12px;
        border: 0;
        width: 54%;
        line-height: 9px;
    }

    #contenedorLugaresCercanos {
        grid-template-columns: 1fr;
        row-gap: 15px;
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }
}







