/* PAGINA NUESTRO ADN*/

.cd-distributors-container {
    max-width: 800px;
    margin: auto;
    padding: 0 40px;
    margin-bottom: 30px;
}


@media (max-width: 640px) {
    .c-adn__slider .slick-slider .slick-slide-inner>* {
        min-height: 350px;
        object-fit: cover;
    }
}

@media screen and (max-width: 992px) {
    .distributors {
        margin: auto;
    }
}


.distributors .distributor {
    /*min-height: 235px;*/
    border-bottom: solid 1px #707070;
    margin: 5px;
    margin-bottom: 25px;
    padding: 15px;
    line-height: 1;
    opacity: 0.8;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.distributor p {
    margin-bottom: 0px !important;
    display: flex;
    align-items: center;
    margin-right: 10px
}

.dist-phone svg {
    width: 20px !important;
    height: 15px !important;
}

.dist-email svg {
    width: 20px;
    margin-right: 5px;
}

.c-mapa__column {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.c-mapa__column-1 {
    display: flex;
}

.distributors .distributor:hover {
    opacity: 1;
    border: solid 2px black;
    cursor: pointer !important;
}

@media screen and (max-width: 768px) {
    .distributors .distributor {
        align-items: initial;
        flex-direction: column;
        padding: 10px 0;
        margin-bottom: 0;
    }

    .c-mapa__column-1 {
        display: flex;
        flex-direction: column;
    }

    .dist-email {
        flex-direction: column;
    }
}


.distributor a {
    /*line-height: 1.2;*/
}

.distributor h3 {
    font-size: 1.4em;
}

.distributor .dist-state {
    font-weight: 300;
    color: #515151;

}

.distributor .dist-name {}

.state-selector {
    display: none;
    margin-bottom: 30px;
    margin-top: 30px;
}

@media screen and (max-width: 586px) {
    .state-selector {
        margin: auto;
        margin-top: 15px;
    }
}

.state-selector #state,
.state-selector #zone {
    margin-left: 5px;
    /* display: none; */
    /* appearance: none;*/
    border-width: 1px;
    border-style: solid;
    border-color: black;
    background-color: transparent;
    border-radius: 0;
    height: 52px;
    padding: 0 10px;
    /*background-image: url(images/down.svg);*/
    background-repeat: no-repeat;
    background-position: 97% center;
    background-size: 1.5rem 1.5rem;
    min-width: 240px;
}

@media screen and (max-width: 586px) {

    .state-selector #state,
    .state-selector #zone {
        width: 100%;
        margin: auto;
    }
}

#show-all,
#go-to-store {
    margin-bottom: 3px;
    margin-left: 5px;
    color: black !important;
}

#show-all:hover,
#go-to-store:hover {
    color: white !important;
}

@media screen and (max-width: 586px) {

    #show-all,
    #go-to-store {
        margin-top: 10px;
        margin-left: 0px;
        display: block;
    }
}


#nacional,
#internacional {
    font-size: 24px;
    text-transform: uppercase;
    cursor: pointer;
}

.zone-tabs {
    display: none !important;
    margin-top: 30px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tabs {
    text-decoration: none !important;
}

.tabs h3 {
    margin: 0 15px;
}

/* FIN PAGINA NUESTRO ADN*/