.titulo-footer {
    font-size: 1.5em;
    color: #ffffff;
}

.sub-inbal {
    background: #000000;
    margin-top: 49px;
    width: 100%;
    z-index: 1029;
}

.redes {
	font-weight: 800;
	font-size: 20px;

}

.bold {
	font-weight: 800;
}

.bg-gris {
	background-color: #67686C;
}

.bg-cnt {
	background-color: #02aaad;
}

.bg-pink {
  background-color: #e83e8c}


.gray-light {
	color: #999;
}
.bold-400 {
	font-weight: 600;
}
.bold-800 {
	font-weight: 800;
}

.font-x3 {
	font-size: 1.8rem;
}
.font-x2 {
	font-size: 1.3rem;
}
.font-x1 {
	font-size: .8rem;
}

.ftco-section.ftco-section-3 {
    padding: 5.5em 0 0 0; 
}

.color_1 {
	color: #7b14b0;
}

@media (max-width: 768px) {
  
  #logo img {
    max-height: 30px;
  }
	
	
}

#footer-inbal {
    width: 100%;
    text-align: left;
    background-color: #2b2b2b;
    padding-bottom: 50px;
    padding-top: 50px;
    font-size: 14px;
  }

  
  #footer-inbal a,
  #footer-inbal a:link{
        color: #FFF;
        text-decoration: none;
  }
  
  #footer-inbal p{
        color:#FFF;
  }
  
  #footer-inbal ul.social-icons{
        overflow: auto;
  }
  
  #footer-inbal ul{
        margin: 0;
        padding: 0;
  }


.btn-cnt {
  color: #fff;
  background-color: #02aaad;
  border-color: #02aaad; }
  .btn-cnt:hover {
    color: #fff;
    background-color: #00bcbf;
    border-color: #02aaad; }
  .btn-cnt:focus, .btn-cnt.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(246, 95, 84, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(246, 95, 84, 0.5); }
  .btn-cnt.disabled, .btn-cnt:disabled {
    color: #fff;
    background-color: #00bcbf;
    border-color: #00bcbf; }
  .btn-cnt:not(:disabled):not(.disabled):active, .btn-cnt:not(:disabled):not(.disabled).active,
  .show > .btn-cnt.dropdown-toggle {
    color: #fff;
    background-color: #02aaad;
    border-color: #00bcbf; }
    .btn-cnt:not(:disabled):not(.disabled):active:focus, .btn-cnt:not(:disabled):not(.disabled).active:focus,
    .show > .btn-cnt.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(246, 95, 84, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(246, 95, 84, 0.5); }

  .btn.btn-cnt {
    background: #02aaad;
    border: 1px solid #02aaad;
    color: #fff; }
    .btn.btn-cnt.btn-link {
      background: transparent;
      color: #00bcbf;
      border: none;
      -webkit-box-shadow: none;
      box-shadow: none; }


.btn-outline-cnt {
  color: #02aaad;
  border-color: #02aaad; }
  .btn-outline-cnt:hover {
    color: #fff;
    background-color: #02aaad;
    border-color: #02aaad; }
  .btn-outline-cnt:focus, .btn-outline-cnt.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(244, 67, 54, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(244, 67, 54, 0.5); }
  .btn-outline-cnt.disabled, .btn-outline-cnt:disabled {
    color: #02aaad;
    background-color: transparent; }
  .btn-outline-cnt:not(:disabled):not(.disabled):active, .btn-outline-cnt:not(:disabled):not(.disabled).active,
  .show > .btn-outline-cnt.dropdown-toggle {
    color: #fff;
    background-color: #02aaad;
    border-color: #02aaad; }
    .btn-outline-cnt:not(:disabled):not(.disabled):active:focus, .btn-outline-cnt:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-cnt.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(244, 67, 54, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(244, 67, 54, 0.5); }

.btn.btn-outline-cnt {
    color: #02aaad;
    border: 2px solid #02aaad; }
    .btn.btn-outline-cnt:hover, .btn.btn-outline-cnt:focus {
      color: #fff;
      background: #02aaad; }


.pleca-2 {
  background: linear-gradient(to bottom right, #280d66, #7b14b0,#8519d8, #9f00cd);
  padding: 20px;
  margin-bottom: auto;
}

.pleca {
	padding: 25px;
	margin-bottom: auto;
	background-image: url("../images/cenefa.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	text-shadow: 2px 2px 2px #325E6F;
}

/* Fotos zoom*/
.zoom .thumb {
  overflow: hidden;
}

.zoom .thumb img {
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.zoom:hover img {
  transform: scale(1.1);
}


.zoom:hover h6 {
  color: #888;
}

.zoom h6 {
  margin-bottom: 12px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.zoom a {
  color: #000;
}


/* Lightbox  */
.box2 {
	position: relative;
	overflow: hidden;
	align-items: center;
	max-width: 1100px;
	margin: auto;
	-webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.box2, img{
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.capa {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(1,172,174,0.8);
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration-color: #fff;
	transform: scale(0);
	-webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.box:hover .capa{
	transform: scale(1);
	-webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}




.trans
{
	transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	-webkit-transition: all 1s ease;
}
.top
{
	width: 90%;
	margin: auto;
	list-style: none;
	padding: 20px;
	box-sizing: border-box;
	
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.top ul
{
	list-style: none;
	width: 100%;
	height: 100%;
	z-index: 1;
	box-sizing: border-box;
}

.top ul li
{
	position: relative;
	float: left;
	width: 25%;
	height: 25%;
	overflow: hidden;
}

.top ul li::before
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	content: '';
	color: white;
	opacity: 0.4;
	text-align: center;
	box-sizing: border-box;
	pointer-events: none;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.top ul li:hover::before
{
	opacity: 0;
	background-color: rgba(0,0,0,0.90);
}
.top ul li img
{
	width: 100%;
	height: auto;
	overflow: auto;
}


.lightbox
{
	position: fixed;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.75);
	z-index: 999;
	opacity: 0;
	pointer-events: none;
}
.lightbox img
{
	max-width: 90%;
	max-height: 80%;
	position: relative;
	top: -100%;
	/* Transition */
	transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	-webkit-transition: all 1s ease;
}
.lightbox:target
{
	outline: none;
	top: 0;
	opacity: 1;
	pointer-events: auto;
	transition: all 1.2s ease;
	-moz-transition: all 1.2s ease;
	-ms-transition: all 1.2s ease;
	-o-transition: all 1.2s ease;
	-webkit-transition: all 1.2s ease;
}
.lightbox:target img
{
	top: 0;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

/* Galeria 2 */

.ftco-gallery {
  padding: 0; }

.gallery {
  display: block;
  height: 350px;
  position: relative; }
  .gallery .icon {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    z-index: 0;
    opacity: 0;
    position: relative;
    background: #fd5f00;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .gallery .icon span {
      color: #fff; }
  .gallery:hover .icon, .gallery:focus .icon {
    opacity: 1; }

.ftco-animate {
  opacity: 0;
  visibility: hidden; 
}

.loading-spinner {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-top: rpx solid #0d0d0d;
  animation: spin 4s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
  
}

/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: white;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* micontenedor around content */
.micontenedor {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.micontenedor::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -17px;
  background-color: white;
  border: 4px solid #FF9F55;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the micontenedor to the left */
.left {
  left: 0;
}

/* Place the micontenedor to the right */
.right {
  left: 50%;
}

/* Add arrows to the left micontenedor (pointing right) */
.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

/* Add arrows to the right micontenedor (pointing left) */
.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

/* Fix the circle for micontenedors on the right side */
.right::after {
  left: -16px;
}

/* The actual content */
.content {
  padding: 20px 30px;
  background-color: white;
  position: relative;
  border-radius: 6px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
/* Place the timelime to the left */
  .timeline::after {
    left: 31px;
  }

/* Full-width micontenedors */
  .micontenedor {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

/* Make sure that all arrows are pointing leftwards */
  .micontenedor::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

/* Make sure all circles are at the same spot */
  .left::after, .right::after {
    left: 15px;
  }

/* Make all right micontenedors behave like the left ones */
  .right {
    left: 0%;
  }
}

p.directorio {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}

/* Galeria fotos CND */



.galeria-cnd div img{
  width: 100%;
  height: 10em;
  object-fit: cover;
  border-radius: 3px;
}

.galeria-cnd {
  display: grid;
  padding: 0px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
}


@media(max-width: 768px){
  .galeria-cnd {
      grid-template-columns: 1fr 1fr;
  }
  
  
}