.u__container {
    max-width: 1200px;
    margin: 0 auto;
}
hr{
    height: 2px
}
input[type=submit] {
    background: url(../img/buscar.png);
    border: 0;
    display: block;
    height: 60px;
    width: 40px;
    cursor: pointer;
    transition: 0.3s
}
input[type=submit]:hover{
     -ms-transform: scale(0.9); /* IE 9 */
    -webkit-transform: scale(0.9); /* Safari */
    transform: scale(0.9);
}
.catexpositores {
    margin-top: 50px!important;
    margin-bottom: 50px !important;
}
.catexpositores h2{
    color: #00451e;
    font-size: 30px;
    display: block;
    margin: 20px auto 0;
    padding: 20px 0;
    text-align: center;
    text-transform: uppercase;
    display: none;
}
.filtro {
    display: flex;
    justify-content: center;
    width: 100%;
    /* max-width: 1200px; */
    margin: 0 auto;
    height: 90px;
    align-items: center;
    background: var(--main-orange);
}
.filtro > * {
    margin: 0 10px;
    height: 40px;
    display: flex;
    align-items: center;
}
.filtro select{
    width: 150px
}
form#Search {
    display: flex;
}
.popup {
    max-width: 800px !important;
}

.popup .poppup__interna {
    display: flex;
    justify-content: space-between;
    //  align-items: center;
}
.popup .poppup__interna div{
    width: 90%
}
.popup .poppup__interna div hr{
    width:10%;
    margin:0;
    background: #dbdbdb;
    border: none;
    margin: 0 0 10px;
}

.popup .poppup__interna div h4:nth-child(5), 
.popup .poppup__interna div p:nth-child(6),
.popup .poppup__interna div h4:nth-child(9), 
.popup .poppup__interna div p:nth-child(10) {
    display: none;
}

.popup .poppup__interna div p{
    margin:  2px 0 15px;
}

.popup .poppup__interna div p a{
    text-decoration: none;
    color: unset;
}
.popup .poppup__interna div h4{
    margin:0;
}
.resultados {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.resultados__caja {
    display: none;
    width: 24%;
    /* max-width: 150px; */
    text-align: center;
    margin-bottom: 35px;
}
.resultados__caja p{
    margin: 10px 0;
}
.resultados__caja--contimg{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #dbdbdb;
    width: 100%;
    max-width: 300px;
    height: 300px;
}
.resultados__caja .contactar,
#cargarMas{
    color: #464646;
    text-decoration: none;
    padding: 10px;
    display: flex;
    justify-content: center;
    width: 145px;
    margin: 0 auto;
    text-align: center;
    transition: 0.4s;
    border: 1px solid #dbdbdb;
}
.resultados__caja .contactar:hover,
#cargarMas:hover{
    color: #fff;
    background: #777;
}
.resultados__caja--contimg img{
    /*width: 90%;*/
}
.resultados__caja div hr{
    width:10%;
    margin: 0 auto;
    background: #dbdbdb;
    border: none;
}
.titulo {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 5px 0;
}
.titulo h1{
    width: 90%;
    text-align: center;
}
.titulo select{
    height: 40px
}

@media(max-width:1024px){
    .resultados__caja {
        display: none;
        width: unset;
         max-width: unset;
        text-align: center;
        margin-bottom: 35px;
    }
    .resultados__caja--contimg {
        justify-content: center;
        align-items: center;
       /* width: 90%;*/
        max-width: unset;
    }
}
@media(max-width:980px){
    .resultados {
    justify-content: space-around;
    }
}
@media(max-width:767px){
    .popup .poppup__interna {
        flex-direction: column;
        text-align: center;
    }
}
@media(max-width: 600px){
    .filtro {
        justify-content: space-between;
        height: 190px;
        align-items: center;
        flex-direction: column;
    }
}