<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.lista {
	float: left;
	width: 100%;
}

.lista .item {
	float: left;
	width: calc((100% / 3) - 30px);
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 60px;
	border-color: #f4f4f4;
	border-style: dashed;
	border-width: 1px;
	padding: 15px;
	border-top-color: #ff8c00;
	border-top-color: #ffc000;
	border-top-color: #ff8c00;
	border-top-style: solid;
	border-top-width: 3px;
	padding-top: 25px;
	box-shadow: 0px 7px 23px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 7px 23px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 7px 23px 0px rgba(0,0,0,0.1);
	border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
}

.lista .item .logo {
	float: left;
	width: 100%;
	height: 300px;
	overflow-y: hidden;	
	
}

.lista .item .logo .imagen {
	float: left;
	width: 100%;
	height: 300px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.lista .item .info {
	float: left;
	width: 100%;
	height: 230px;
}

.lista .item .desc {
	float: left;
	width: 100%;
	height: 110px;
	overflow-y: hidden;
	margin-top: 15px;
}

.lista .item .info .logo {
	float: right;
	width: 100px;
	height: 100px;
	border-radius: 2px;
	margin-bottom: 30px;
}

.lista .item .info .logo img {
	float: right;
	width: 100px;
	height: 100px;

}

.lista .item .info .nombre {
	float: left;
	width: calc(100%);
	color: #ff8c00;
	font-size: 17px;
	margin-bottom: 20px;
	margin-right: 20px;
	margin-top: 20px;
}

.lista .item .info .ubicacion {
	float: left;
	width: calc(100% - 120px);
	margin-right: 20px;

}

.lista .item .ubicacion h3 {
	float: left;
	width: auto;
	font-size: 11px;
	text-transform: uppercase;
	padding: 0px;
	background-color: #ff8c00;
	color: #fff;
	padding-left: 15px;
	padding-right: 15px;
}

.lista .item .pago {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 30px;
}


.lista .item .pago .debito {
	float: left;
	margin-right: 30px;
	background-image: url(imagenes/debito.png);
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 500;
}

.lista .item .pago .credito {
	float: left;
	margin-right: 30px;
	background-image: url(imagenes/credito.png);
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 500;
	
}

.lista .item .contacto {
	float: left;
	width: 100%;
	text-align: center;
	border-top-color: #f4f4f4;
	border-top-style: solid;
	border-top-width: 1px;
	padding-top: 20px;
	height: 60px;
		
}

.lista .item .contacto a:link {
	float: left;

	padding-top: 2px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	height: 30px;
	margin-right: 5px;
}

.lista .item .contacto a:hover {
	color: #1fa8ab;
}

.lista .item .contacto a.web {
	background-image: url(imagenes/web-iddle.png);
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	width: 30px;	
	height: 30px;
}

.lista .item .contacto a.web:hover {
	background-image: url(imagenes/web.png);
}

.lista .item .contacto a.fb {
	background-image: url(imagenes/fb-iddle.png);
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	width: 30px;	
	height: 30px;	
}

.lista .item .contacto a.fb:hover {
	background-image: url(imagenes/fb.png);
}

.lista .item .contacto a.wsp {
	background-image: url(imagenes/wsp-iddle.png);
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	width: 30px;	
	height: 30px;	

	
}

.lista .item .contacto a.wsp:hover {
	background-image: url(imagenes/wsp.png);
	
}

.lista .item .contacto a.mail {
	background-image: url(imagenes/mail-iddle.png);
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	width: 30px;	
	height: 30px;	
	
}

.lista .item .contacto a.mail:hover {
	background-image: url(imagenes/mail.png);
	
}

.lista .item .contacto a.inst {
	background-image: url(imagenes/inst-iddle.png);
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	width: 30px;	
	height: 30px;	
	
}

.lista .item .contacto a.inst:hover {
	background-image: url(imagenes/inst.png);
}

.lista .item .contacto a.yt {
	background-image: url(imagenes/yt-iddle.png);
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	width: 30px;	
	height: 30px;	
	
}

.lista .item .contacto a.yt:hover {
	background-image: url(imagenes/yt.png);
	
}


.accordion .titulo {
	padding-bottom: 40px;
	padding-top: 20px;
}

.accordion .titulo .logo {
	position: relative;
	float: left;
	width: 50px;
	height: 50px;
	background-color: black;
}

.accordion .titulo h2 {
	position: relative;
	float: left;
	width: 40px;
	font-size: 12px !important;
	font-weight: 600 !important;
	margin: 0px !important;
	overflow: hidden;
	padding: 0px !important;
	text-transform: uppercase;

}

.accordion .titulo h2 .mas {
	float: left;
	width: 20px;
	height: 20px;
	background-image: url(imagenes/mas-iddle.png);
	background-size: cover;
	cursor: pointer;
	margin-top: 3px;
}

.accordion .titulo h2 .mas:hover {
	float: left;
	width: 20px;
	height: 20px;
	background-image: url(imagenes/mas-over.png);
	background-size: cover;
	cursor: pointer;
}
	
.accordion .titulo h3 {
	position: relative;
	float: left;
	width: 60%;
	font-size: 15px !important;
	font-weight: 400 !important;
	margin: 0px !important;
	overflow: hidden;
	color: #ff8c00;
	cursor: hand;	
}

.accordion .titulo h4 {
	position: relative;	
	float: left;	
	width: 25%;
	text-align: left;
	font-size: 11px !important;
	font-weight: 500 !important;
	margin: 0px !important;
	overflow: hidden;	
	padding-top: 3px;
	text-transform: uppercase;
}

.accordion .titulo h5 {
	position: relative;	
	float: right;	
	width: 10%;
	text-align: right;
	font-size: 12px !important;
	text-transform: uppercase;
	font-weight: 600 !important;
	margin: 0px !important;
	padding-top: 4px;
	overflow: hidden;
	color: #ff8c00;
	
}

.accordion .titulo h5.produccion {
	color: #448beb !important;
}

.accordion .titulo h5.pendiente {
	color: #f5a100 !important;
}

.accordion .titulo h5.terminado {
	color: #77b329 !important;
}

.accordion .titulo h5.cancelado {
	color: #e70c0c !important;
}



.accordion .contenido .col-i {
	position: relative;	
	float: left;
	width: 60%;
	margin: 0px !important;
	padding-top: 20px;
	padding-bottom: 40px;

}


.accordion .contenido .col-i .col h6 {
	font-size: 10px !important;
	text-transform: uppercase;
	font-weight: 600 !important;
	margin: 0px !important;
	margin-top: 20px !important;
	margin-bottom: 20px !important;
	color: #9da8a8;
	letter-spacing: 1px;
}

.accordion .contenido .col-i .col {
	float: left;
	width: 100%;
}







.accordion .contenido .col-d {
	position: relative;	
	float: right;
	width: 40%;
	margin: 0px !important;	
	padding-top: 20px;
	padding-bottom: 40px;
}

.accordion .contenido .col-d .imagen {
	float: right;
	width: 150px;
	height: 150px;
	border-radius: 3px;	
}

.accordion .contenido .col-d .imagen img {
	border-radius: 3px;
	float: left;
	width: 150px;
	height: 150px;
}



@media only screen and (max-width: 1000px) { 
	
	
	.lista .item {
		float: left;
		width: calc((100% / 2) - 30px);
		padding: 30px;
		margin-left: 15px;
		margin-right: 15px;
		margin-bottom: 50px;
	}
	
	.lista .item .logo {
		float: left;
		width: 100px;
		height: 100px;
		overflow: hidden;
		border-radius: 5px;
		margin-bottom: 40px;
	}
	
	.lista .item .logo img {
		float: left;
		width: 100px;
		height: 100px;
	
	}


	
}

@media only screen and (max-width: 600px) { 
	
	
	.lista .item {
		float: left;
		width: 100%;
		padding: 30px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 50px;
	}
	
	.lista .item .logo {
		float: left;
		width: 100%;
		height: 300px;
		overflow: hidden;
		border-radius: 5px;
		margin-bottom: 20px;
	}
	
	.lista .item .logo img {
		float: left;
		width: 100px;
		height: 100px;
	
	}


	
}

h1 {
	float: left;
	width: 100%;
	color: #2ecbca;
	font-weight: 500;
	font-size: 20px;
	margin: 0px;
	padding: 0px;	
	margin-top: 30px;
	margin-bottom: 30px;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #dedede;
	padding-bottom: 20px;
	
}


.actividad-previa {
	float: left;
	width: calc(50% - 30px);
	margin-right: 30px;
	height: auto;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.10);
	border-radius: 15px 15px 15px 15px;
	padding: 15px;
	margin-bottom: 30px;
//	border-top-color: #2ecbca;
//	border-top-style: solid;
//	border-top-width: 3px;

}

.actividad-previa .foto {
	position: relative;
	width: 100%;
	
}

.actividad-previa .foto:after {
	content: "";
	display: block;
    padding-bottom: 100%;	
}
	
.actividad-previa .foto .imagen {

	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-image: url(https://expohobby.com.ar/panel/imagenes/Imagen-fondo-am-act.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.actividad-previa .foto .imagen img {

	position: absolute;
	width: 100%;
	height: auto;
	
}

.actividad-previa .foto .nombre {
	float: left;
	margin: 0px;
	padding: 0px;	
	width: 100%;
	margin-top: 30%;
	z-index: 2000;
	top: 200px;
	left: 0px;
	text-align: left;
}
	
.actividad-previa .foto .nombre h2 {
	position: relative;
	text-align: left;
	color: #52504d;
	color: #fff;
	font-weight: 500;
	font-size: 42px;
	line-height: 48px;
	margin: 0px;
	padding: 0px;	
	padding-top: 10px;
	padding-bottom: 14px;
	padding-right: 30px;
	padding-left: 10px;
	width: 70%;
//	background-color: rgba(255, 255, 255, 0.7); 
	text-transform: lowercase;
	text-transform: capitalize;
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.10);
	
}

.actividad-previa p {
	color: #52504d;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	float: left;
	margin: 0px;
	padding: 0px;	
	padding-top: 0px;
	width: 100%;
	min-width: 100%;
	margin-bottom: 30px;
	height: 70px;
	margin-top: 30px;
}

.actividad-previa .logo-eh {
	position: relative;
	z-index: 2000;
	left: calc(100% - 85px);
	top: 15px;
}

.actividad-previa .logo-eh img { 
	width: 70px !important; 
	height: 70px !important;
	
}

.actividad-previa .tec {
	float: left;
	width: 50%;
	margin-right: 20px;
	margin-bottom: 20px;
}

.actividad-previa .tec h6 {
	float: left;
	width: 100%;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0px;
	padding-bottom: 10px;
	border-bottom-color: #e4e4e4;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	margin-bottom: 12px;
	color: #2ecbca;
}

.actividad-previa .tec h5 {
	float: left;
	width: 100%;
	font-size: 13px;
	text-transform: capitalize;
	font-weight: 400;
	margin: 0px;
}

.actividad-previa .esp {
	float: left;
	width: calc(50% - 20px);
	margin-bottom: 20px;
}

.actividad-previa .esp h6 {
	float: left;
	width: 100%;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0px;
	padding-bottom: 10px;
	border-bottom-color: #e4e4e4;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	margin-bottom: 12px;
	color: #2ecbca;	
}

.actividad-previa .esp h5 {
	float: left;
	width: 100%;
	font-size: 13px;
	text-transform: capitalize;
	font-weight: 400;
	margin: 0px;
}

.actividad-previa .foto .dia {
	position: relative;
	z-index: 2000;
	top: 20px;
	left: 10px;
}

.actividad-previa .foto .dia h6 {
	float: left;
	width: 100%;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0px;
	padding-bottom: 10px;
	border-bottom-color: #e4e4e4;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	margin-bottom: 12px;
	color: #2ecbca;
}

.actividad-previa .foto .dia h5 {
	float: left;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
	margin: 0px;
	width: auto;
	color: #2ecbca;	
	background-color: #fff;
	padding: 10px;
	padding-top: 8px;
	border-radius: 0px 0px 0px 0px;
}

.actividad-previa .hora {
	position: relative;
	z-index: 2000;
	top: 20px;
	left: 10px;
	
	
}

.actividad-previa .hora h6 {
	float: left;
	width: 100%;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0px;
	padding-bottom: 10px;
	border-bottom-color: #e4e4e4;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	margin-bottom: 12px;
	color: #2ecbca;
}

.actividad-previa .foto .hora h5 {
	float: left;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
	margin: 0px;
	width: auto;
	color: #fff;	
	background-color: #2ecbca;
	padding: 10px;
	padding-top: 8px;
	border-radius: 0px 0px 10px 0px;
}

.actividad-previa .foto .ubic {
	position: relative;
	left: 10px;	
	width: 100%;
	float: left;
	top: 24px;
}

.actividad-previa .foto .ubic h6 {
	float: left;
	width: 100%;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0px;
	padding-bottom: 10px;
	border-bottom-color: #e4e4e4;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	margin-bottom: 12px;
	color: #2ecbca;
}

.actividad-previa .foto .ubic h5 {
	float: left;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0px;
	width: auto;
	color: #2ecbca;	
	background-color: #fff;
	padding: 10px;
	padding-top: 8px;
	padding-right: 30px;
	border-radius: 0px 0px 10px 10px;
}



.actividad-previa .precio {
	float: left;
	width: auto;
	margin-right: 3%;
	margin-right: 0px;
	margin-bottom: 20px;
	
	
}

.actividad-previa .precio h6 {
	float: left;
	width: 100%;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0px;
	padding-bottom: 10px;
	border-bottom-color: #e4e4e4;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	margin-bottom: 12px;
	color: #2ecbca;
	
}

.actividad-previa .precio h5 {
	float: left;
	width: 100%;
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 500;
	margin: 0px;
	margin-top: 5px;
	color: #fff;
	background-color: #2ecbca;
	border-radius: 5px;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

.actividad-previa .compra {
	float: left;
	width: auto;
	margin-left: 30px;
	margin-top: -8px;
}

/*
.actividad-previa .compra h5 {
	float: left;
	font-size: 10px;	
	text-transform: uppercase;
	color: #2ecbca;	
	margin: 0px;
	padding-top: 14px;
}

.actividad-previa .compra h6 {
	float: left;
	font-size: 15px;	
	color: #4d4d4d;	
	margin-left: 10px;
	font-weight: 400;
	padding-top: 15px;
}
*/
.actividad-previa .compra h6 {
	float: left;
	width: 100%;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0px;
	padding-bottom: 10px;
	border-bottom-color: #e4e4e4;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	margin-bottom: 12px;
	color: #2ecbca;	
}

.actividad-previa .compra h5 {
	float: left;
	width: 100%;
	font-size: 13px;
	text-transform: capitalize;
	font-weight: 400;
	margin: 0px;
}
	
.actividad-previa .compra a:link {
	float: left;
	width: 100%;
	background-color: #2ecbca;
	padding: 15px;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 10px;
	font-size: 11px;
	color: #fff !important;
	text-transform: uppercase;
	font-weight: 600;
	text-decoration: none;
	margin-top: 10px;
	cursor: default;
}

.actividad-previa .compra a:visited {	
	color: #fff !important;	
}
	
.actividad-previa .compra a:hover {
	background-color: #23b4b4;
	
}

.actividad-previa .contacto {
	float: right;
	margin-right: 5px;
}

.actividad-previa .contacto a:link {
	float: right;
	background-color: #fff;
	padding: 14px;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 3px;
	
	font-size: 11px;
	color: #2ecbca !important;
	border-color: #2ecbca;
	border-style: solid;
	border-width: 1px;
	text-transform: uppercase;
	font-weight: 600;
	text-decoration: none;
	margin-top: 10px;
}
	
.actividad-previa .ausp {
	float: right;
	width: 100%;
	margin-right: 0px;
	margin-top: -10px;
	
}

.actividad-previa .ausp h6 {
	float: right;
	width: auto;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0px;
	padding-bottom: 0px;
//	border-bottom-color: #e4e4e4;
//	border-bottom-style: dashed;
//	border-bottom-width: 1px;
	margin-bottom: 0px;
	color: #c1c1c1;
	margin-right: 20px;
}

.actividad-previa .ausp ul {
	float: right;
	width: auto;
	list-style: none !important;
	margin-left: -40px;
	padding-left: 40px;
	margin-top: -12px;
	margin-bottom: 0px !important;
}

.actividad-previa .ausp ul li {
	float: left;
	width: auto;
	margin-right: 0px;
	list-style: none !important;
}

.actividad-previa .ausp ul li img {
	float: left;
	width: 50px;
}

.actividad-previa i {
	font-size: 16px;
	float: left;
	width: 25px;
}	
	
@media screen and (max-width: 900px) {

	.actividad-previa {

		float: left;
		width: 100%;
		margin-right: 0px;
		height: auto;
		box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.10);
		border-radius: 15px 15px 15px 15px;
		padding: 15px;
		margin-bottom: 30px;
	//	border-top-color: #2ecbca;
	//	border-top-style: solid;
	//	border-top-width: 3px;
	
	
	}
	
}


.button {
	background-color: #e4e4e4;
	border: none;
	border-radius: 5px;
	padding: 10px;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 600;
	color: #5d5d5d;
	padding-left: 20px;
	padding-right: 20px;
}


</pre></body></html>