body {
  padding: 60px 0px;
}
.navbar-collapse {
  position: relative;
  padding-top: 2px !important;
  max-height: 440px;
}
.search-form .form-group {
  float: right !important;
  transition: all 0.35s, border-radius 0s;
  width: 32px;
  height: 32px;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  border-radius: 25px;
  border: 1px solid #ccc;
}
.search-form .form-group input.form-control {
  padding-right: 20px;
  border: 0 none;
  background: transparent;
  box-shadow: none;
  display: block;
}
.search-form .form-group input.form-control::-webkit-input-placeholder {
  display: none;
}
.search-form .form-group input.form-control:-moz-placeholder {
  /* Firefox 18- */
  display: none;
}
.search-form .form-group input.form-control::-moz-placeholder {
  /* Firefox 19+ */
  display: none;
}
.search-form .form-group input.form-control:-ms-input-placeholder {
  display: none;
}
.search-form .form-group:hover,
.search-form .form-group.hover {
  width: 100%;
  border-radius: 4px 25px 25px 4px;
}
.search-form .form-group i.form-control-feedback {
  color: #4cbfdc;
  left: initial;
  font-size: 14px;
}
/* enable absolute positioning */
.inner-addon {
  position: relative;
}

/* style icon */
.inner-addon .glyphicon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}

/* align icon */
.left-addon .glyphicon {
  left: 0px;
}
.right-addon .glyphicon {
  right: 0px;
}

/* add padding  */
.left-addon input {
  padding-left: 30px;
}
.right-addon input {
  padding-right: 30px;
}
/*imagen*/
img {
  width: 100%;
}
#img-principal {
  width: 100%;
  max-width: 100%;
}

.centered {
  position: absolute;
  top: 95%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: auto;
  background-color: rgba(100, 191, 255, 1);
  color: white;
  width: 100%;
}
/*zoom imagen principal*/
/* The Image container */
.img-hover-zoom {
  overflow: hidden; /* Removing this will break the effects */
}
/* Slow-motion Zoom Container */
.img-hover-zoom--slowmo img {
  transform-origin: 50% 65%;
  transition: transform 5s, filter 3s ease-in-out;
  filter: brightness(150%);
}

/* The Transformation */
.img-hover-zoom--slowmo:hover img {
  filter: brightness(100%);
  transform: scale(3);
}
/*row 2 centro top*/
#row1 {
  position: relative;
  text-align: center;
  z-index: 1;
}
#row2 {
  position: relative;
  text-align: center;
  z-index: 2;
}
.top-centered {
  position: absolute;
  display: inline-block;
  text-align: center;
}
hr {
  height: 4px;
  color: #4cbfdc;
  background-color: #4cbfdc;
  border: none;
}
/*carousel*/
.carousel-caption {
  opacity: 0;
  transition: 500ms ease-in-out;
}
.carousel-item:hover .carousel-caption {
  opacity: 1;
  background-color: #4cbfdc;
}
/*imagenes noticias*/
.zoom {
  transition: transform 0.2s; /* Animation */
  margin: 0 auto;
}

.zoom:hover {
  transform: scale(
    1.1
  ); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
/*counter*/
.counter {
  background-color: #4cbfdc;
  padding: 20px 0;
}

.count-title {
  font-size: 50px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
  color: white;
}

.count-text {
  font-size: 16px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
  color: white;
}
/*gallery*/
#hovi {
  display: none;
  /*opacity: 0;
  transform: translateY(-100%);*/
}

a:hover + #hovi {
  display: block;
  /*opacity: 1;*/
  transform: translateY(-100%);
  width: 100%;
  text-align: center;
  margin: 0%;
  padding: 0%;
  position: absolute;
  background-color: rgba(76, 191, 220);
}
/*footer*/
.table {
  border: 1px solid none !important;
}
.table tr {
  border: 0 !important;
}
.table tr td,
.table tr th {
  border-left: 1px solid none !important;
}
.table tr td:nth-child(1),
.table tr th:nth-child(1) {
  border-left: 0 !important;
}
.center-block {
  display: block;
  position: relative;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
}
.img-hover-zoom1 {
  overflow: hidden; /* Removing this will break the effects */
}
/* Slow-motion Zoom Container */
.img-hover-zoom--slowmo1 img {
  transform-origin: 50% 65%;
  transition: transform 1s, filter 3s ease-in-out;
  filter: brightness(110%);
}

/* The Transformation */
.img-hover-zoom--slowmo1:hover img {
  filter: brightness(100%);
  transform: scale(0.8);
}
/*subrayado*/
#subrayado:hover {
  color: #4cbfdc !important;
}

.vinculo:hover {
  color: #c02e14 !important;
}

.vl {
  border-left: 2px solid rgba(172, 171, 171, 0.507);
  height: 200px;
  max-height: 50%;
  padding: 0%;
  margin: 0%;
}
/*Tabla 2*/
.table2 {
  border: 1px solid #4cbfdc !important;
  color: black;
}
.table2 tr,
.table2 td,
.table2 th {
  border: 0 !important;
}
.table2 tr td,
.table2 tr th {
  border-left: 1px solid #4cbfdc !important;
}
.table2 tr td:nth-child(1),
.table2 tr th:nth-child(1) {
  border-left: 0 !important;
}
.center-block {
  display: block;
  position: relative;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
}
/*Titulos Slide In*/
@keyframes slideInFromTop {
  0% {
    opacity: 0%;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1%;
    transform: translateY(0);
  }
}
.expandable {
  animation: 1s ease-out 0s 1 slideInFromTop;
}

.text-black {
  color: #40424e !important;
  font-weight: bold !important;
}

.bg-plomo {
  color: #fff !important;
  background-color: #40424e;
  opacity: 0.9;
  font-weight: 300;
  font-size: 21px;
  margin-bottom: -1.3vh;
}

.bg-gris {
  background-color: #fbfbfb !important;
}

.imagen-inicio-1 {
  height: 425px;
  width: 100%;
  background: url('../imagenes/investigacion.jpg');
  /*mask-image: linear-gradient(to right, white, transparent);*/
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.imagen-inicio-2 {
  height: 425px;
  width: 100%;
  background:
      /* linear-gradient(45deg, hsla(231, 9%, 28%, 1) 0%, hsla(187, 100%, 55%, 0.6) 100%), */ url('../imagenes/home/centros3.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.imagen-inicio-3 {
  height: 425px;
  width: 100%;
  background:
      /* linear-gradient(45deg, hsla(231, 9%, 28%, 1) 0%, hsla(219, 43%, 32%, 0.6) 100%), */ url('../imagenes/home/laboratorios5.jpg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.imagen-inicio-4 {
  height: 425px;
  width: 100%;
  background:
      /* linear-gradient(45deg, hsla(231, 9%, 28%, 1) 0%, hsla(219, 81%, 36%, 0.6) 100%), */ url('../imagenes/home/proyectos5.jpg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.imagen-inicio-5 {
  height: 425px;
  width: 100%;
  background:
      /* linear-gradient(45deg, hsla(231, 9%, 28%, 1) 0%, hsla(203, 90%, 49%, 0.6) 100%), */ url('../imagenes/home/proyectos.jpg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.imagen-inicio-6 {
  height: 425px;
  width: 100%;
  background:
      /* linear-gradient(45deg, hsla(231, 9%, 28%, 1) 0%, hsla(187, 100%, 33%, 0.6) 100%), */ url(https://images.pexels.com/photos/2774556/pexels-photo-2774556.jpeg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.imagen-inicio-7 {
  height: 425px;
  width: 100%;
  background:
      /* linear-gradient(180deg, hsla(231, 75%, 40%, 0.8) 0%, hsla(219, 81%, 36%, 0.6) 100%), */ url(https://images.pexels.com/photos/3970328/pexels-photo-3970328.jpeg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.titulo-inicio {
  position: absolute;
  top: 15%;
  left: 9%;
  color: #fff;
  font-size: 75px;
  font-weight: 700;
  -webkit-text-stroke: 0.5px #666;
}

.leer-mas {
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 7px;
}

.boton-login {
  background-color: #44c3da;
  text-align: center;
  color: white;
  border: none;
  display: inline-block;
  font-size: 18px;
  border-radius: 8px;
}

.navbar-dark .navbar-brand a,
.enlace-white {
  color: #fff;
}

.navbar-dark .navbar-brand a:hover,
.enlace-white:hover {
  color: #44c3da;
}

.navbar-sec .nav-item .nav-link {
  color: #40424e;
  font-weight: bold;
}

.navbar-sec .nav-item .nav-link:hover {
  color: #44c3da;
}

::-webkit-scrollbar {
  width: 11px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  -webkit-border-radius: 8px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(100, 100, 100, 0.8);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.capitalize-l {
  text-transform: lowercase;
}

.capitalize-u {
  text-transform: uppercase;
}

.publicaciones {
  height: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.investigaciones {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.font-bold {
  font-weight: bold;
}

a {
  color: rgb(22, 66, 132) !important;
}

/* GRid */
.parent {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  width: 100%;
}

.div1 {
  grid-area: 1 / 1 / 3 / 2;
}
.div2 {
  grid-area: 1 / 2 / 2 / 3;
  height: 16rem;
}
.div3 {
  grid-area: 1 / 3 / 2 / 4;
  height: 16rem;
}
.div4 {
  grid-area: 2 / 2 / 3 / 3;
  height: 16rem;
}
.div5 {
  grid-area: 2 / 3 / 3 / 4;
  height: 16rem;
}

/* GRid */
.conatiner {
  width: 100%;
  min-height: 48rem;
  padding: 1.5rem 7rem;
}

.kaii-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.box {
  margin: 11px;
  height: 300px;
  text-align: center;
  border-radius: 3px;
  -webkit-transition: 200ms ease-in-out;
  -o-transition: 200ms ease-in-out;
  transition: 200ms ease-in-out;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.box:hover {
  margin-bottom: -10px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}

.box h1 {
  color: #fff;
  padding: 30px;
  margin-top: 100px;
  text-align: center;
  font-weight: 100;
  font-size: 25px;
  background: rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
}

.one {
  background: url('https://source.unsplash.com/420x420');
}
.two {
  background: url('https://source.unsplash.com/900x900');
}
.three {
  background: url('https://source.unsplash.com/900x880');
}
.four {
  background: url('https://source.unsplash.com/900x860');
}
.five {
  background: url('https://source.unsplash.com/900x840');
}
.six {
  background: url('https://source.unsplash.com/900x820');
}

.navbar-brand a {
  color: white !important;
  font-weight: 500;
}

.u-layout-col,
.u-layout-row {
  display: flex;
  flex: 1 1 auto;
}
.u-layout-row {
  flex-direction: row;
  flex-wrap: wrap;
  min-height: -webkit-fit-content;
  min-height: fit-content;
  max-width: 100%;
  margin-bottom: 40px;
}
.u-layout-row > .u-size-13 {
  flex: 0 0 21.66666667%;
  max-width: 21.66666667%;
  min-width: 21.66666667%;
}
.u-layout-row > .u-size-47 {
  flex: 0 0 78.33333333%;
  max-width: 78.33333333%;
  min-width: 78.33333333%;
}

.u-grey-5 {
  color: #111111;
  background-color: #f2f2f2;
  min-height: 212px;
  background-image: none;
  padding: 30px;
}

.u-gutter-20,
.u-layout,
.u-layout-cell {
  border: 10px solid transparent;
}

.u-section-2,
.u-text-2 {
  font-weight: 700;
  margin: 20px 0 0;
}

.u-section-2,
.u-image-1 {
  object-position: 50% 0%;
  width: 145px;
  height: 145px;
  background-image: url('https://pectusup.com/wp-content/uploads/2021/12/avatar-user-200x200.jpg');
  background-position: 50% 50%;
  margin: 0 auto;
}
.u-image-circle.u-image {
  border-radius: 50% !important;
}

.alphabet-filter {
  display: flex;
  flex-direction: column;
  margin-right: 20px;
}

.alphabet-filter a {
  display: block;
  padding: 11px;
  font-size: 16px;
  color: #555;
  text-decoration: none;
}

.alphabet-filter a:hover {
  color: #333;
  background-color: #f5f5f5;
}

.fb-ic,
.tw-ic,
.ins-ic,
.yt-ic,
.li-ic {
  color: #fff !important;
  font-size: 10px;
}

.imagen-centrada {
  display: block;
  margin: 0 auto;
  height: 20rem;
  width: auto;
}
.imagen-centrada2 {
  display: block;
  margin: 0 auto;
  height: 47rem;
  width: auto;
}
