/* REVISAR SI YA NO SE USA





.slidersecesp
{
position: absolute; 
top: 65px; 
left: 0px; 
width: 100%; 
height: 30px; 
font-size: 20px; 
line-height: 30px; 
text-align: center; 
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); 
clip: rect(0px 750px 30px 0px); 
background-color: rgba(0, 0, 0, 0.498039);
color: #FFF;
}

.carousel-caption h1
{
top: 90px; 
left: 0px; 
width: 100%; 
text-align: center; 
clip: rect(0px 750px 30px 0px); 
background-color: rgba(0, 50, 100, 0.498039);
color: #FFF;
}
*/


div.c-wrapper{
	width: 96%; 
	margin: auto;
}

.h3secesp {
  text-align:center;
  color:#900;
}

.h4secesp {
  text-align:center;
}


.menusecesp > a {
  background-color: #ddd;
  border-color: #fff;
  font-size:13px;
}

.menusecesp > a.active,
.menusecesp > a.active:hover,
.menusecesp > a.active:focus {
  background-color: #900;
  border-color: #900;
}

.menusecesp > .list-group-item {
  padding: 6px 10px;;
}

.galeryContainer
{
	width: 100%;
	margin: 0px auto;
	text-align:center;
}

.galeryContainer a
{
	text-decoration:none;
}

.galerydocs
{
	width:120px;
	height: 180px;
	margin-right: 2%;
	background:url(../../imagenes/contenido/documento-gris.jpg);
	background-size: 100% 100%;
	cursor: pointer;
	display: inline-block;
}

.galeryContainer .galerydocs span
{	
	color: #900;
	display: inline-block;
	vertical-align: middle;
	margin-top: 30%;
}

.galeryContainer .galerydocs:hover span
{
	color:#000;
	text-decoration:none;
}

.galerydocs:hover
{
	background:url(../../imagenes/contenido/documento.jpg);
	background-size: 100% 100%;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100%;
  height: auto;
}

.carousel-inner {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.carousel-caption {
  background-color: rgba(0,0,0,.5);
  position: absolute;  
  left: 15%;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding: 0 0 10px 0px;
  color: #fff;
  text-align: center;
  width: 70%;
}

.carousel-caption h1 {
  font-size: 0.5em;
}

.carousel-caption h1 a {
  text-decoration:underline;
  color: #FFF;
}
.carousel-indicators {
  position: absolute;
  bottom: 45px;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 15;
  margin: 0;
  padding: 0 0px 0px 0;
  text-align: center;
}

.carousel-control.left,
.carousel-control.right {
  background-image: none;
}

.section-white {
   padding: 10px 0;
}

.section-white {
  background-color: #fff;
  color: #555;
}

.img-secesp {
  width: 80%;
}

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.boton-secesp {
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #9D2626;
  border-color: #8C0404;
}

.boton-secesp:hover {
  background-color: #9D0606;
  border-color: #8C0404;
}

.boton-secesp:active,
.boton-secesp:focus,
.boton-secesp:active:hover {
  background-color: #5D0606;
}

.img-escudo {
  margin-left:auto;
  margin-right:auto;
  display:block;
}



/******** ZOOM FOTOS SECESP **********/
/**gallery margins**/  
ul.gallery{    
margin-left: 0px;     
margin-right: 0px;  
}    

.zoom {      
-webkit-transition: all 0.35s ease-in-out;    
-moz-transition: all 0.35s ease-in-out;    
transition: all 0.35s ease-in-out;     
cursor: -webkit-zoom-in;      
cursor: -moz-zoom-in;      
cursor: zoom-in;  
/*width: 100%;*/
}     

.zoom:hover,  
.zoom:active,   
.zoom:focus {
/**adjust scale to desired size, 
add browser prefixes**/
-ms-transform: scale(5);    
-moz-transform: scale(5);  
-webkit-transform: scale(5);  
-o-transform: scale(5);  
transform: scale(5);    
position:relative;      
z-index:100;  
}

/**To keep upscaled images visible on mobile, 
increase left & right margins a bit**/  
@media only screen and (max-width: 768px) {   
ul.gallery {      
margin-left: 0px;       
margin-right: 0px;
}

/**TIP: Easy escape for touch screens,
give gallery's parent container a cursor: pointer.**/
.DivName {cursor: pointer}
}

/******** FIN ZOOM FOTOS SECESP **********/


@media screen and (min-width: 768px) {

  .section-white {
     padding: 1.5em 0;
  }
}

@media screen and (min-width: 480px) {

  .carousel-caption h1 {
  font-size: 0.9em;
}

  .img-secesp {
    width: 40%;
  }
}

@media screen and (min-width: 992px) {

  .container {
    max-width: 930px;
  }

}



/**/


/*INICIO PARA ACORDEON DE SECESP - PLATAFORMA MÉXICO*/
.accordion {
  width: 100%;
  max-width: 1080px;
  height: 350px;
  overflow: hidden;
  margin: 20px auto;
}

.accordion ul {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}

.accordion ul li {
  display: table-cell;
  vertical-align: bottom;
  position: relative;
  width: 16.666%;
  height: 350px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 500ms ease;
}

.accordion ul li div {
  display: block;
  overflow: hidden;
  width: 100%;
}

.accordion ul li div a {
  display: block;
  height: 350px;
  width: 100%;
  position: relative;
  z-index: 3;
  vertical-align: bottom;
  padding: 15px 20px;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  transition: all 200ms ease;
}

.accordion ul li div a * {
  opacity: 0;
  margin: 0;
  width: 100%;
  text-overflow: ellipsis;
  position: relative;
  z-index: 5;
  /*white-space: nowrap;*/
  overflow: hidden;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.accordion ul li div a h2 {
  font-family: TheSans-4-SemiLightCaps;
  text-overflow: clip;
  font-size: 24px;
  margin-bottom: 2px;
  top: 160px;
  color: #fff;
}

.accordion ul li div a p {
  top: 160px;
  font-size: 13.5px;
  color: #fff;
}

.accordion ul li div a .btn-masinfo {
  top: 180px;
  font-size: 13.5px;
  color: #fff;
  background-color:#900;
  padding:10px;
  border:double 2px #fff;
  bo
}

.accordion ul li:nth-child(1) { background-image: url("../../imagenes/contenido/secesp-afis.jpg"); }

.accordion ul li:nth-child(2) { background-image: url("../../imagenes/contenido/secesp-avis.jpg"); }

.accordion ul li:nth-child(3) { background-image: url("../../imagenes/contenido/secesp-adn.jpg"); }

.accordion ul:hover li { width: 8%; }

.accordion ul:hover li:hover { width: 60%; }

.accordion ul:hover li:hover a { background: rgba(0, 0, 0, 0.4); }

.accordion ul:hover li:hover a * {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@media screen and (max-width: 600px) {
  body { margin: 0; }
  
  .accordion { height: auto; }
  
  .accordion ul li,
  .accordion ul li:hover,
  .accordion ul:hover li,
  .accordion ul:hover li:hover {
	position: relative;
	display: table;
	table-layout: fixed;
	width: 100%;
	-webkit-transition: none;
	transition: none;
  }
}

/*FIN PARA ACORDEON DE SECESP - PLATAFORMA MÉXICO*/

.img-plataforma {
  position: relative;
  width: 100%;
  height: 130px;
  overflow: hidden;
}

.img-plataforma img {
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
  margin: auto;
  height: auto;
  width: 100%;
}

.contenido-secesp {
  min-height: 460px;
}

#acordeon-pm h4{
  text-align:center;
}

#acordeon-pm a{
  text-decoration:none;
}