<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?tak2rc');
  src:  url('../fonts/icomoon.eot?tak2rc#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?tak2rc') format('truetype'),
    url('../fonts/icomoon.woff?tak2rc') format('woff'),
    url('../fonts/icomoon.svg?tak2rc#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-email:before {
  content: "\e900";
}
.icon-telefono:before {
  content: "\e942";
}
.icon-ubicacion:before {
  content: "\e947";
}
.icon-horario:before {
  content: "\e94e";
}
.icon-celular:before {
  content: "\e958";
}



body{
	background: url(../images/fondo.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	background-size: cover;
	font-family: 'Open Sans', sans-serif;
}

#chat{
	position: fixed;
	top: 400px;
	right: 60px;
	z-index: 10000;
	border: 2px solid #43c22e;
	background: white;
	width: 85px;
	text-align: center;
	padding: 18px 0px 0;

	border-radius: 50%;

	box-shadow: 5px 5px 5px #43c22e;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#chat strong{
	width: 100%;
	float: left;
}

#chat img{
	width: 40px;
}


#cintillo-ayuda{
	position: relative;
	width: 100%;
	height: 44px;
}

#cintillo{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	background:black;
	width: 100%;
	float: left;
	padding: 0 10px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#cintillo-conten{
	width: 1200px;
	margin: 0 auto;
}

#cintillo span{
	color: white;
	font-size: 22px;
	float: left;
	padding: 12px 0;
	margin: 0 100px 0 0;
}

#cintillo span a{
	color: white;
}


#wrapP{
	width: 1200px;
	margin: 0 auto;
}

#pagina{
	background: white;
	width: 100%;
	float: left;
}

#cabecera{
	width: 100%;
	float: left;
	padding: 0 10px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#logotipo{
	width: 50%;
	text-align: center;
	float: left;
}

#logotipo img{
	width: 100%;
}

#leyenda{
	border: 0px solid red;
	width: 50%;
	float: left;
	margin: 20px 0 0 0;
}

#leyenda strong{
	width: 100%;
	font-size: 30px;
	line-height: 40px;
	float: left;
}

#leyenda span{
	width: 100%;
	font-size: 25px;
	font-weight: bold;
	color: blue;
	float: left;
	margin: 20px 0 0 0;
}


#menu{
	border: 0px solid red;
	width: 100%;
	text-align: center;
	float: right;
	margin-top: 20px;
}

#menu ul{
	width: 100%;
	float: left;
}

#menu ul li{
	width: 50%;
	float: left;
}

.right{
	float: right !important;
	margin: 0 !important;
}

.menu{
	background: #f7f7f7;
	width: 100%;
	text-align: center;
	font-size: 22px;
	float: left;
	padding: 12px 0;
}

.menu:hover, .activo{
	background:blue;
	color: white;
	font-weight: bold;
}

#efecto{
	width: 100%;
	float: left;
}

#contenido{
	width: 100%;
	float: left;
	padding: 20px 10px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ladoi{
	width: 60%;
	float: left;
}
.ladoi video{
	width: 100%;
}
.ladod{
	width: 50%;
	text-align: center;
	float: left;
}
.ladod .cuadro{
	width: 66.66%;
	margin: 0 15%;
}

.separacion{
	width: 100%;
	float: left;
	margin: 30px 0;
}

.titulo{
	width: 40%;
	font-size: 24px;
	line-height: 34px;
	text-align: center;
	font-weight: bold;
	color: blue;
	float: left;
	margin: 0 0 30px 0;
	padding: 0 30px;

	box-sizing: border-box;
}

.cuadro{
	width: 31.33%;
	float: left;
	margin: 0 0 30px 0;
	cursor: pointer;
}

.cuadro:hover .titulo-cuadro{
	background:rgba(0,0,0,1);
}

.enmedio{
	margin: 0 3%;
}

.titulo-cuadro{
	background: rgba(0,0,0,0.8);
	width: 100%;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 17px;
	line-height: 23px;
	float: left;
	padding: 12px 10px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.imagen-cuadro{
	background: #3a5d8a;
	width: 100%;
	text-align: center;
	float: left;
}
.imagen-cuadro img{
	height: 250px;
}


.c{
	width: 24%;
	float: left;
	margin: 0 0.5% 30px;
}

.imagen-c{
	background: #3a5d8a;
	width: 100%;
	height: 310px;
	float: left;
}
.imagen-c img{
	width: 100%;
}

.titulo-c{
	background: black;
	width: 100%;
	min-height: 220px;
	text-align: center;
	color: white;
	font-size: 19px;
	line-height: 27px;
	float: left;
	padding: 12px 10px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.texto{
	width: 65%;
	text-align: center;
	font-size: 22px;
	line-height: 40px;
	float: left;
	padding: 0 10px;
	margin: 00px 0 0 0;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.imagen{
	width: 35%;
	float: left;
}
.imagen img{
	width: 100%;
}


#footer{
	background: black;
	width: 100%;
	float: left;
}

.seccion-footer{
	color: white;
	font-size: 25px;
	line-height: 35px;
	float: left;
	padding: 20px 12px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.importante{
	width: 100%;
	text-align: center;
	font-size: 35px;
	line-height: 45px;
	font-weight: bold;
	float: left;
	margin: 0 0 30px 0;
}

.seccion-footer a{
	color: white;
}

@media screen and (max-width: 1200px){
	#cintillo-ayuda{
		height: 100px;
	}
	#cintillo{
	}
	#cintillo-conten, #wrapP{
		width: 100%;
	}
}
@media screen and (max-width: 1000px){
	.c{
		width: 31.33%;
		margin: 0 1% 30px;
	}
}
@media screen and (max-width: 900px){
	#menu{
		width: 100%;
	}
	#logotipo{
		width: 100%;
	}
	#logotipo img{
		width: 80%;
	}
	#leyenda{
		width: 100%;
	}
	.imagen-cuadro img{
		width: 100%;
		height: auto !important;
	}
}
@media screen and (max-width: 700px){
	.d700{
		display: none;
	}
	#cintillo-conten span{
		width: 50%;
		text-align: center;
		margin: 0;
	}
	.right{
		width: 100% !important;
	}
	.cuadro{
		width: 45% !important;
		margin: 0 2.5% 30px !important;
	}
	.c{
		width: 80%;
		margin: 0 10% 30px;
	}
	.titulo-c{
		height: auto;
	}
	.imagen-c{
		height: auto;
	}
	.ladoi, .titulo{
		width: 100%;
	}
}
@media screen and (max-width: 600px){
	#logotipo{
		width: 100%;
		text-align: center;
	}
	#logotipo img{
		width: 100%;
	}
	#leyenda{
		width: 100%;
	}
	#menu{
		margin: 10px 0 0 0;
	}
	.seccion-footer{
		width: 100% !important;
	}
	.texto{
		width: 100%;
	}
	.imagen{
		width: 100%;
		text-align: center;
	}
	.imagen img{
		width: 70%;
	}
}
@media screen and (max-width: 500px){
	.cuadro{
		width: 80% !important;
		margin: 0 10% 30px !important;
	}
}














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