:root{
  --main-orange:#f05e2d;
  --main-text:#242424;
  --main-extra-light-background:#f4f4f4;
  --main-light-background:#787e83;
  --main-dark-background:#313131;
  --main-transition:0.3s ease-out all;
}
.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;
    position: relative;
}
.catexpositores .btnexpositores2024 {
    position: absolute;
    right: 0;
    top: 38px;
}
.catexpositores> h2 {
    color: var(--main-orange);
    display: block;
    padding: 20px 0;
    font-size: 3.5em;
    font-weight: 900;
}
.catexpositores >h4{
    font-size: 1.3em;
    font-weight: 700;
}
.filtro {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 14px auto 0;
    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;
    gap:20px;
}
.resultados__caja {
    display: none;
    /* width: 24%; */
    /* max-width: 150px; */
    text-align: center;
    margin-bottom: 35px;
    flex: 1 23%;
}
.resultados__caja p {
    margin: 10px 0;
    color: black;
}
.resultados__caja>div:last-child p:first-child {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.1em;
}
.resultados__caja--contimg{
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--main-extra-light-background);
    width: 100%;
    /* max-width: 300px; */
    height: 300px;
}
.resultados__caja .contactar,
#cargarMas{
    color: white;
    background: var(--main-orange);
    padding: 2px 10px 4px;
    border-radius: 3px;
    font-weight: 600;
    display: inline-block;
    border: 1px solid var(--main-orange);
}
.resultados__caja .contactar:hover,
#cargarMas:hover{
    color: var(--main-text);
    background: white;
}
#cargarMas {
    display: block;
    margin: 0 auto;
    max-width: 112px;
    text-align: center;
}
.resultados__caja--contimg img{
    /*width: 90%;*/
}
.resultados__caja div hr{
    width:10%;
    margin: 0 auto;
    background: #dbdbdb;
    border: none;
    height: 1px;
}
.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){
    .catexpositores .btnexpositores2024 {
        position: relative;
        right: unset;
        top: unset;
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }
    .filtro {
        justify-content: space-between;
        height: 190px;
        align-items: center;
        flex-direction: column;
    }
    .resultados__caja {
        flex: 1 34%;
    }
}