[v-cloak] > * { opacity: 0 }
[v-cloak]::before { content: "Cargando..." }
#primary .contenedor {
	/*padding: 1.5em 0px;*/
	/*background: transparent;*/
}
#buscar h3 {
	color: #00396c;
	text-transform: uppercase;
	font-size: 1.6em;
	margin-bottom: 0.7em;
}
#buscar label {
	display: block;
	margin-bottom: 0.7em;
    font-size: 0.9em;
    letter-spacing: -0.02em;
}
#buscar input[type="text"] {
	width: 75%;
}
#buscar input[type="text"], #buscar select {
    border: 1px solid #00396c;
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
    background: white;
    color: black;
    padding: 0.5rem;
}
#buscar select {
	flex: 1;
	margin: 0 5px;
	font-size: 0.9em;
	background-image: url(/wp-content/uploads/2019/07/arrow.jpg);
    background-repeat: no-repeat;
    background-position: 94% 46%;
    padding-right: 35px;
}
#buscar select:first-child {
	margin-left: 0;
}
#buscar select:last-child {
	margin-right: 0;
}
.grupo {
    margin-bottom: 2em;
}
.selects {
    display: flex;
    width: 75%;
    justify-content: space-between;
}
#mapa {
    background: grey;
    width: 100%;
    height: 17.1em;
}
#buscar hr {
	background-color: #00396c;
	margin: 4em 0 0.7em;
}
.profesional {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    width: 50%;
	flex: 50%;
	margin-bottom: 0.2em;
	padding: 7px 4px;
	max-width: 50%;
}
#filtrados {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0.5em 1em;
}
.profesional a {
    display: flex;
    align-items: flex-start;
    /*padding-bottom: 3.2em;*/
    min-height: 11.75em;
    border-bottom: 1px solid #00396c;
    width: 99%;
}
.profesional img {
	max-width: 27%;
	margin: 0 1px;
}
#buscar .texto {
    padding: 0.3em 1.25em;
}
#buscar h4 {
    font-size: 1.2em;
    letter-spacing: -0.02em;
    margin-bottom: 0.6em;
}
#buscar h6 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1em;
}
#buscar p {
	margin: 0;
}
#buscar p.pais {
    text-transform: uppercase;
    letter-spacing: -0.045em;
}
#buscar button {
	margin: 0 4px;
	border: none;
	border-radius: 0;
	background: white;
	color: #00396c;
}
#buscar button.activo {
	background: #00396c;
	color: white;
}
#buscar .miembro + hr {
    margin: 0;
    background-color: transparent;
}
#botonera {
	padding: 1em 1.4em;
}
#buscar button[disabled] {
	opacity: 0.2;
}
#filtros, .filtros {
    display: flex;
    flex: 1;
    align-items: center;
}
#buscar .filtros p {
    margin-left: 1em;
    border-radius: 4px;
    position: relative;
	padding-right: 14px;
}
#buscar .filtros p span {
	font-size: 1.4em;
}
#buscar .filtros p span.close {
    font-size: 0.75em;
    cursor: pointer;
    position: absolute;
    top: 1px;
    right: 4px;
}
#filtros {
    margin-bottom: 0.7em;
    margin-top: -0.7em;
}
#no {
	padding: 4em 0;
}

@media(max-width: 767px) {
    #primary .contenedor {
        padding: 1.5em 15px;
        background: white;
    }
    .selects {
        width: 100%;
        flex-direction: column;
    }
    #buscar select {
        margin: 0 0 15px;
    }
    #buscar input[type="text"] {
        width: 100%;
    }
    .profesional {
        max-width: 100%;
        width: 100%;
        flex: 100%;
    }
}