*{
}
.u__container {
    max-width: 1200px;
    margin: 0 auto;
}
hr{
    height: 2px
}
.catexpositores{
    margin-bottom: 75px;
}
.catexpositores h2 {
    color: var(--main-blue);
    font-size: 30px;
    display: block;
    margin: 20px auto 0;
    padding: 20px 0;
    text-align: center;
}
.catexpositores >h4{
    margin-bottom: 3px;
}
#frmFiltro {
    align-items: center;
    background: var(--main-gray-50);
    display: flex;
    height: 90px;
    justify-content: center;
    margin: 0 auto 20px;
    max-width: 1200px;
    width: 100%;
    border-radius: 10px;
}
.filtro {
    align-items: center;
    display: flex;
    width: 60%;
}
.titulo {
    width: 30%;
}
.filtro > * {
    align-items: center;
    display: flex;
    height: 40px;
    margin: 15px;
    width: 40%;
}
.filtro input{
    background: var(--main-gray-100);
}
.filtro select,
.filtro input,
.titulo select {
    width: 40%;
    background: var(--main-gray-100);
    border: none;
    color: var(--main-blue-100);
    border-radius: 10px;
    font-family: 'poppins', sans-serif;
    padding: 0 3px;
    font-size: 0.9em;
}
.filtro input{
    width: unset;
}
 .filtro input[type=submit] {
    background: url(../img/buscar.png);
    border: 0;
    display: block;
    height: 60px;
    width: 40px;
    cursor: pointer;filter: invert(1);
    transition: 0.3s
}
 .filtro input[type=submit]:hover{
     -ms-transform: scale(0.9); /* IE 9 */
    -webkit-transform: scale(0.9); /* Safari */
    transform: scale(0.9);
}
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 p {
    margin:  2px 0 15px;
}
.popup .poppup__interna div p a{
    text-decoration: none;
    color: unset;
}
.popup .poppup__interna div h4 {
    margin:0;
}
/*.poppup__interna div:nth-child(1) h4:nth-child(9),
.poppup__interna div:nth-child(1) p:nth-child(10),
.poppup__interna div:nth-child(2) h4:nth-child(6),
.poppup__interna div:nth-child(2) p:nth-child(7) {
    display: none;
}*/
.resultados {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.resultados__caja {
    box-shadow: 0px 4px 8px #627490;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 10px;
    display: none;
    margin-bottom: 35px;
    padding: 15px;
    text-align: center;
    width: 23%;
    background: var(--main-light-background);
}
.resultados__caja p {
    margin: 12px 0;
}
.resultados__caja div:nth-child(2) p:nth-child(3) {
   /*  display: none; */
}
.resultados__caja--contimg {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    /* background: #dbdbdb; */
    width: 100%;
    max-width: 170px;
    height: 170px;
    border: 1px solid var(--main-gray-50);
    border-radius: 8px;
}
.contactar, #cargarMas {
    color: #fff;
    text-decoration: none;
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    transition: 0.4s;
    /* box-shadow: var(--header-shadow) 0px 2px 6px; */
    background-color: var(--main-blue);
    padding: 2px 15px;
    border-radius: 15px;
    line-height: 1;
    padding-top: 4px;
    font-weight: 500;
    font-size: 0.95em;
}
.contactar:hover,
#cargarMas:hover{
    color: #fff;
    background: #777;
}
#cargarMas {
    max-width: 200px;
}
.resultados__caja--contimg img {
    /* width: 90%; */
    height: unset !important;
    width: 99%;
}
.resultados__caja div hr {
    width: 10%;
    margin: 0 auto;
    background: var(--main-green);
    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:1200px){
    
}
@media(max-width:1024px){
    .resultados__caja {
        display: none;
        margin-bottom: 35px;
        max-width: unset;
        text-align: center;
        width: unset;
    }
    .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:768px){
    .filtro {
        gap: 10px;
    }
    #frmFiltro {
    justify-content: space-between;
    padding: 0 20px;
    }
    .resultados {
        gap: 20px;
    }
    .resultados__caja {
        margin-bottom: 0;
        flex: 1 45%;
    }
    .titulo {
        width: unset;
    }
    .titulo select {
        width: 123px;
    }
    .filtro select,
    .filtro input,
    .titulo select {
        width: unset;
        margin: 0;
    }
}
@media(max-width:767px){
    .popup .poppup__interna {
        flex-direction: column;
        text-align: center;
    }
    .resultados__caja {
        height: auto;
        width: 48% !important;
    }
}
@media(max-width: 600px){
    .catexpositores h2 {
        margin: 0 0 20px;
        padding: 0;
    }
    .filtro {
        justify-content: center;
        height: unset;
        align-items: center;
        /* flex-direction: column; */
        width: 100%;
        flex-wrap: wrap-reverse;
    }
    #frmFiltro {
        height: unset;
        flex-wrap: wrap;
    }
    .resultados {
        gap: 30px 20px;
    }
    .resultados__caja div:nth-child(2) p:nth-child(3) {
        font-size: 0.875em;
    }
}