<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Clean up the lists styles */

@font-face {
    font-family: 'texgyreheroscnregular';
    src: url('../font/texgyreheroscn-regular-webfont.eot');
    src: url('../font/texgyreheroscn-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/texgyreheroscn-regular-webfont.woff2') format('woff2'),
         url('../font/texgyreheroscn-regular-webfont.woff') format('woff'),
         url('../font/texgyreheroscn-regular-webfont.ttf') format('truetype'),
         url('../font/texgyreheroscn-regular-webfont.svg#texgyreheroscnregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

ul.accordion {
    list-style: none;
    margin: 0;
    padding: 0;
	width:100%;
}

/* Hide the radio buttons */
/* These are what allow us to toggle content panes */
ul.accordion label + input[type='radio'] {
    display: none;
}

/* Give each content pane some styles */
ul.accordion li {
    background-color: #CCCCCC;
    border-bottom: 1px solid #DDDDDD;
	margin-top:1%;
	height:auto;
}

ul.accordion li:nth-child(1) {
width:66.33%;
float:left;
margin-right: 1%;
margin-top:1px;
}

ul.accordion li:nth-child(2) {
width:32.66%;
float:left;
margin-top:1px;
}

ul.accordion li:nth-child(3) {
width:32.66%;
float:left;
margin-right: 1%;
}
ul.accordion li:nth-child(4) {
width:32.66%;
float:left;
margin-right: 1%;
}
ul.accordion li:nth-child(5) {
width:32.66%;
float:left;
}

ul.accordion li:nth-child(6) {
width:32.66%;
float:left;
margin-right: 1%;
}
ul.accordion li:nth-child(7) {
width:66.33%;
float:left;
}

ul.accordion li:nth-child(8) {
width:32.66%;
float:left;
margin-right:1%;
}
ul.accordion li:nth-child(9) {
width:32.66%;
float:left;
margin-right:1%;
}
ul.accordion li:nth-child(10) {
width:32.66%;
float:left;

}

ul.accordion li:nth-child(11) {
width:66.33%;
float:left;
margin-right: 1%;
}

ul.accordion li:nth-child(12) {
width:32.66%;
float:left;
}

ul.accordion li:nth-child(13) {
width:32.66%;
float:left;
margin-right:1%;
}

ul.accordion li:nth-child(14) {
width:32.66%;
float:left;
margin-right:1%;
}
ul.accordion li:nth-child(15) {
width:32.66%;
float:left;

}


ul.accordion li:nth-child(16) {
width:32.66%;
float:left;
margin-right:1%;

}

ul.accordion li:nth-child(17) {
width:66.33%;
float:left;

}

ul.accordion li:nth-child(18) {
width:32.66%;
float:left;
margin-right:1%;
}
ul.accordion li:nth-child(19) {
width:32.66%;
float:left;
margin-right:1%;
}
ul.accordion li:nth-child(20) {
width:32.66%;
float:left;
}
ul.accordion li:nth-child(21) {
width:66.33%;
float:left;
margin-right:1%;
}

ul.accordion li:nth-child(22) {
width:32.66%;
float:left;
}
ul.accordion li:nth-child(23) {
width:32.66%;
float:left;
margin-right:1%;
}

ul.accordion li:nth-child(24) {
width:32.66%;
float:left;
margin-right:1%;
}
ul.accordion li:nth-child(25) {
width:32.66%;
float:left;
}

ul.accordion li:nth-child(26) {
width:32.66%;
float:left;
margin-right:1%;
}

ul.accordion li:nth-child(27) {
width:66.33%;
float:left;
}

ul.accordion li:nth-child(28) {
width:66.33%;
float:left;
margin-right:1%;
}

ul.accordion li:nth-child(29) {
width:32.66%;
float:left;
}

ul.accordion li:nth-child(30) {
width:32.66%;
float:left;
margin-right:1%;
}

ul.accordion li:nth-child(31) {
width:66.33%;
float:left;
}


ul.accordion label {
background-color: #F1F1F1;
background-image: url(../images/bk-cintillos-2.png);
    background-position: left center;
    background-repeat: repeat-y;
    color: #000;
    display: block;
    font-family: 'texgyreheroscnregular', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 36px;
    text-indent: 20px;
    height: 36px;
}

ul.accordion label:hover {

}

/* Set up the div that will show and hide */
ul.accordion div.content {
    overflow: hidden;
    padding: 0;
    display: block;
	width:100%;
}

.cont-imagen {
	position:absolute;
	width: 100%;
}

/* Show the content boxes when the radio buttons are checked */
ul.accordion label + input[type='radio']:checked + div.content {
    display: block;
}

.box {
  cursor: pointer;
  height: auto;
  position: relative;
  overflow: hidden;
  width: 100%;
}


.box img {
width:100%;
height:auto;
}

.box .overbox {
	background-color: #304562;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	z-index: 100;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	opacity: 0;
	width: 360px;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.box:hover .overbox { opacity: 1; }

.box .overtext {
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

.box .title {
  font-size: 2.5em;
  text-transform: uppercase;
  opacity: 0;
  transition-delay: 0.1s;
  transition-duration: 0.2s;
  background-color:#000000;
}

.box:hover .title,
.box:focus .title {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

.box .tagline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	opacity: 0;
	transition-delay: 0.2s;
	transition-duration: 0.2s;
	color: #FFFFFF;
	padding: 3%;
	position: absolute;
	bottom: 0px;
	line-height: 18px;
	background-image: url(../images/bk-txt.png);
	background-repeat: repeat;
}

.box:hover .tagline,
.box:focus .tagline {
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}
.tit-1 {
	float: left;
	width: 100%;
}










@media (max-width: 1180px) {

ul.accordion label {
height:34px;
padding: 3px;
text-indent:inherit;
background-image:none;
}
}

@media (max-width: 960px) {

.box .tagline {
	font-size: 12px;
	line-height:14px;

}


}

@media (max-width: 725px) {
/* Clean up the lists styles */

.box {
  overflow:hidden;
  background-color: #CCD1DC;

}

ul.accordion {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.accordion label + input[type='radio'] {
    display: none;
}

ul.accordion li {
    background-color: #CCCCCC;
    border-bottom: 1px solid #fff;
	margin-top:inherit;
	height:inherit;

}


ul.accordion li:nth-child(-n+31) {
width:100%;
float:left;
}

/* Make the main tab look more clickable */
ul.accordion label {

    display: block;
	background-image:none;
	font-size:15px;
	line-height: 36px;
    height:36px;
	text-indent:7px;
	font-weight: bold;
}

ul.accordion label:hover {
    cursor: pointer;
}

/* Set up the div that will show and hide */
ul.accordion div.content {
    overflow: hidden;
    padding: 0;
    display: none;
}

/* Show the content boxes when the radio buttons are checked */
ul.accordion label + input[type='radio']:checked + div.content {
    display: block;
}




.box .overbox {
	background-color: #304562;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	z-index: 100;
	-webkit-transition: all 0ms ease-out;
	-moz-transition: all 0ms ease-out;
	-o-transition: all 0ms ease-out;
	-ms-transition: all 0ms ease-out;
	transition: all 0ms ease-out;
	opacity: 1;
	width: 360px;
	height: 240px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.box:hover .overbox { 
opacity: 1; }

.box .overtext {
  -webkit-transition: all 0ms ease-out;
  -moz-transition: all 0ms ease-out;
  -o-transition: all 0ms ease-out;
  -ms-transition: all 0ms ease-out;
  transition: all 0ms ease-out;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

.box .title {
  font-size: 2.5em;
  text-transform: uppercase;
  opacity: 1;
  transition-delay: 0s;
  transition-duration: 0s;
}

.box:hover .title,
.box:focus .title {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

.box .tagline {
 opacity: 1;
 position:inherit;

}

.box:hover .tagline,
.box:focus .tagline {
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}

.box .tagline {

    font-size: 15px;
    line-height: 20px;
    color: #fff;
    padding: 2%;
	font-weight:bold;

}


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