:root {
--rosa: #FF7276;
--violeta: #9C27B0;
--celeste: #0bb9cb;
//--celeste: #535353;
}

.submenu {
	width: 100%;
	display: flex;
	gap: 15px;
	margin-bottom: 100px;
	margin-top: 40px;
	justify-content: space-between;
	flex-direction: row;	
}

.buscador {
	width: auto;
}

.submenu .filtros {
	width: auto;
	display: flex;
	gap: 15px;
	align-items: flex-start;
	flex-direction: row;
}
	
.submenu .filtros .tecnica {
	width: auto;
}

.submenu .filtros .tecnica select {
	appearance: none;
	border-radius: 15px;
	color: var(--violeta);
	font-size: 13px;
	padding-top: 14px;
	padding-bottom: 20px;
	background-color: #ffffff;
	padding-left: 15px;
	padding-right: 15px;
	background-size: 14px;
	background-position: calc(100% - 10px) 17px;
}

.submenu .filtros .botones-dias {
	width: auto;
	display: flex;
	gap: 10px;
}

.submenu .filtros .botones-dias .boton-dia {
	border-radius: 15px;
	font-size: 13px;
	font-weight: 500;
	padding-top: 15px;
	padding-bottom: 18px;
	padding-left: 15px;
	padding-right: 15px;
	text-transform: capitalize;
}


.buscador input[type="text"] {
	appearance: none;
	background-color: #ffffff;
	border-radius: 15px;
	padding: 15px;
	padding-bottom: 19px;
	font-size: 13px;
	color: var(--violeta);
}

.buscador input[type="text"]::placeholder {
	appearance: none;
	font-size: 13px;
	color: var(--rosa);
}


.lista-stands {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: auto;
	grid-column-gap: 15px;
	grid-row-gap: 15px;
	margin-top: 120px;
}

.lista-stands .item {
	background-color: rgba(255, 255, 255, 0.5);
	padding: 15px;
	border-radius: 15px;
	border-color: #ffffff;
	border-width: 1px;
	border-style: dashed;
//	display: flex;
	flex-direction: column;
	align-items: left;
	justify-content: space-between;
}

.lista-stands .item .top {
	display: flex;
	flex-direction: row;
	width: 100%;	
	justify-content: space-between;
}

.lista-stands .item .top .logo {
	width: 100px;
	display: flex;
	justify-content: center;
}

.lista-stands .item .top .logo .imagen {
	width: 100px;
	height: 100px;
	background-size: cover;
	background-position: center center;
	border-radius: 15px;
}

.lista-stands .item .top .info {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.lista-stands .item .info .nombre {
	text-align: left;
	width: 100%;
	color: var(--violeta);
	font-size: 16px;
	font-weight: 500;
	padding-top: 15px;
	padding-bottom: 15px;
}

.lista-stands .item .info .ubicacion {
	width: auto;
	display: flex;
}

.lista-stands .item .info .ubicacion h3 {
	background-color: var(--rosa);
	font-size: 10px;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	padding: 8px;
	padding-bottom: 11px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 30px;
	letter-spacing: 0px;
	line-height: 11px;
	margin-left: -2px;
}

.lista-stands .item .desc {
	width: 100%;
}

.lista-stands .item .desc p {
	font-size: 12px;
	color: var(--violeta);
	letter-spacing: 0px;
	line-height: 20px;
	font-weight: 500;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 11px;
	padding-bottom: 15px;
	border-top-color: #ffffff;
	border-top-style: dashed;
	border-top-width: 1px;	
	border-bottom-color: #ffffff;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	overflow: hidden;
}


.lista-stands .item .contacto {
	width: 100%;
	display: flex;
	gap: 5px;
}

.lista-stands .item .contacto a:link {
	width: 24px;
	height: 24px;
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: center center;
}

.lista-stands .item .contacto a.web {
	background-image: url('images/web-icon.svg');
}

.lista-stands .item .contacto a.web:hover {
	background-image: url('images/web-icon-over.svg');
}

.lista-stands .item .contacto a.wsp {
	background-image: url('images/wsp-icon.svg');
}

.lista-stands .item .contacto a.wsp:hover {
	background-image: url('images/wsp-icon-over.svg');
}

.lista-stands .item .contacto a.mail {
	background-image: url('images/mail-icon.svg');
}

.lista-stands .item .contacto a.mail:hover {
	background-image: url('images/mail-icon-over.svg');
}

.lista-stands .item .contacto a.fb {
	background-image: url('images/fb-icon.svg');
}

.lista-stands .item .contacto a.fb:hover {
	background-image: url('images/fb-icon-over.svg');
}

.lista-stands .item .contacto a.inst {
	background-image: url('images/ig-icon.svg');
}

.lista-stands .item .contacto a.inst:hover {
	background-image: url('images/ig-icon-over.svg');
}

.lista-stands .item .contacto a.yt {
	background-image: url('images/yt-icon.svg');
}

.lista-stands .item .contacto a.yt:hover {
	background-image: url('images/yt-icon-over.svg');
}



.lista-actividades {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 15px;	
	justify-content: center;
}

.lista-actividades .item {
	background-color: rgba(255, 255, 255, 0.5);
	padding: 15px;
	border-radius: 15px;
	border-color: #ffffff;
	border-width: 1px;
	border-style: dashed;
//	display: flex;
	flex-direction: column;
	align-items: left;
	justify-content: space-between;
	width: 420px;
	height: 780px;
//	height: auto;
	overflow: hidden;
	justify-content: flex-start;
	cursor: pointer;
}

.lista-actividades .item:hover {
	background-color: rgba(255, 255, 255, 1);
}

.lista-actividades .item .top {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;	
	margin-bottom: 15px;
	height: 40px;
}

.lista-actividades .item .top h3 {
	font-weight: 600;
	margin: 0px;
	font-size: 20px;
	color: var(--violeta);
	letter-spacing: 0px;
	line-height: 28px;
	text-align: left;
	height: 40px;
}

.lista-actividades .item .foto {
	display: flex;
	margin-bottom: 15px;
	position: relative;
	border-top-color: #ffffff;
	border-top-width: 1px;
	border-top-style: dashed;
	border-bottom-color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
//	margin-left: -15px;
	width: 390px;
	height: 390px;	
}

.lista-actividades .item .foto .imagen {
	position: relative;
	width: 390px;
	height: 390px;
	overflow: hidden;
}

.lista-actividades .item .foto .imagen img {
	width: 390px;
	height: 390px;
	position: relative;
	border-radius: 15px;
}

.lista-actividades .item .foto .vacantes {
	position: absolute;
	top: calc(50% - 10px);
	left: 0px;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.863);
	color: var(--violeta);
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	padding: 10px;
	padding-bottom: 14px;
	
}

.lista-actividades .item .info {
	display: flex;
	flex-direction: column;
	margin-bottom: 15px;
	position: relative;
	border-bottom-color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	padding-bottom: 15px;
}

.lista-actividades .item .info .desc {
	display: flex;
	width: 100%;
	border-bottom-color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	padding-bottom: 15px;
}

.lista-actividades .item .info .desc p {
	font-weight: 500;
	margin: 0px;
	font-size: 13px;
	color: var(--violeta);
	letter-spacing: 0px;
	line-height: 19px;
	position: relative;
	width: 100%;
	height: 60px;
	overflow: hidden;
}

.lista-actividades .item .info .fecha {
	display: flex;
	width: 100%;
	margin-top: 15px;
//	margin-bottom: 15px;
//	justify-content: space-between;
	gap: 7px;
}

.lista-actividades .item .info .fecha h5 {
	background-color: var(--violeta);
	font-size: 10px;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	padding: 8px;
	padding-bottom: 11px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 30px;
	letter-spacing: 0px;
	line-height: 11px;
	margin: 0px;
	margin-left: -2px;
}

.lista-actividades .item .info .fecha h6 {
	background-color: var(--rosa);
	font-size: 10px;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	padding: 8px;
	padding-bottom: 11px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 30px;
	letter-spacing: 0px;
	line-height: 11px;
	margin: 0px;
	margin-left: -2px;
}

.lista-actividades .item .info .fecha h4 {
	background-color: var(--celeste);
	font-size: 10px;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	padding: 8px;
	padding-bottom: 11px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 30px;
	letter-spacing: 0px;
	line-height: 11px;
	margin: 0px;
	margin-left: -2px;
}

.lista-actividades .item .info .datos {
	display: flex;
	width: 100%;	
	justify-content: space-between;
	border-bottom-color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	padding-bottom: 15px;	
}

.lista-actividades .item .info .datos .esp {
	display: flex;
	margin-top: 15px;
	flex-direction: column;
}

.lista-actividades .item .info .datos .esp h6 {
	font-size: 9px;
	color: var(--rosa);
	font-weight: 600;
	margin: 0px;
	line-height: 11px;
}

.lista-actividades .item .info .datos .esp h5 {
	font-size: 13px;
	color: var(--violeta);
	font-weight: 500;
	margin: 0px;
}

.lista-actividades .item .info .datos .tec {
	display: flex;
	margin-top: 15px;
	flex-direction: column;
}

.lista-actividades .item .info .datos .tec h6 {
	font-size: 9px;
	color: var(--rosa);
	font-weight: 600;
	margin: 0px;
	line-height: 11px;	
}

.lista-actividades .item .info .datos .tec h5 {
	font-size: 13px;
	color: var(--violeta);
	font-weight: 500;
	margin: 0px;
}
	

.lista-actividades .item .footer {
	display: flex;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
	justify-content: space-between;
	gap: 10px;
	align-items: center;
}

.lista-actividades .item .footer .contacto {
	display: flex;
	width: auto;
	flex-direction: column;
}

.lista-actividades .item .footer .contacto h6 {
	font-size: 9px;
	color: var(--rosa);
	font-weight: 600;
	margin: 0px;
	line-height: 11px;	
}

.lista-actividades .item .footer .contacto h5 {
	font-size: 13px;
	color: var(--violeta);
	font-weight: 500;
	margin: 0px;
}

.lista-actividades .item .footer .ausp {
	display: flex;
	width: auto;
	gap: 5px;
	justify-content: flex-end;
	align-items: center;
}

.lista-actividades .item .footer .ausp h6 {
	font-size: 9px;
	text-transform: uppercase;
	color: var(--violeta);
	font-weight: 600;
	margin: 0px;
}

.lista-actividades .item .footer .ausp .logo {
	width: 50px;
	height: 50px;
}

.lista-actividades .item .footer .ausp .logo img {
	width: 50px;
	height: 50px;
	border-radius: 10px;
}

.lista-actividades .item .fotoold {
	display: none;
}

.ocultar {
	display: none;
}

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

	.lista-stands {
		grid-template-columns: repeat(2, 1fr);
	}

	.lista-actividades {
		grid-template-columns: repeat(2, 1fr);
	}

	
}


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

	.lista-stands {
		grid-template-columns: repeat(1, 1fr);
	}

	.lista-actividades {
		grid-template-columns: repeat(1, 1fr);
	}
	
	.submenu {
		flex-direction: column;	
	}
	
	.submenu .filtros {
		flex-direction: column;
	}

	
}
