p{
  margin: 10px;
}

h5{
  color: cadetblue;
}
#information{
  padding-top: 20px;
}

#portafolio {
  background: #f7f7f7;
  padding: 80px 0;
}

#portafolio #portafolio-wrapper {
  padding-right: 15px;
}

#portafolio #portafolio-flters {
  padding: 0;
  margin: 0 0 45px 0;
  list-style: none;
  text-align: center;
}

#portafolio #portafolio-flters li {
  cursor: pointer;
  margin: 0 10px;
  display: inline-block;
  padding: 10px 22px;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#portafolio #portafolio-flters li:hover, #portafolio #portafolio-flters li.filter-active {
  background: #2dc997;
  color: #fff;
}

#portafolio .portafolio-item {
  position: relative;
  height: 200px;
  overflow: hidden !important;
  margin-bottom: 15px;
  transition: all 350ms ease;
  transform: scale(1);
}

#portafolio .portafolio-item a {
  display: block;
  margin-right: 15px;
}

#portafolio .portafolio-item img {
  position: relative;
  top: 0;
  transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#portafolio .portafolio-item .details {
  height: 50px;
  background: #2dc997;
  position: absolute;
  width: 100%;
  height: 50px;
  bottom: -50px;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#portafolio .portafolio-item .details h4 {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  padding: 8px 0 2px 8px;
  margin: 0;
}

#portafolio .portafolio-item .details span {
  display: block;
  color: #fff;
  font-size: 13px;
  padding-left: 8px;
}

#portafolio .portafolio-item:hover .details {
  bottom: 0;
}

#portafolio .portafolio-item:hover img {
  top: -30px;
}
.section-header .section-title {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 5px;
}

.section-header .section-description {
  text-align: center;
  padding-bottom: 40px;
  color: #999;
}

#informacion {
  background: #fff;
  padding: 80px 0;
}

#informacion .about-container .background {
  min-height: 300px;
  background: url(/img/about-img.jpg) center top no-repeat;
  margin-bottom: 10px;
}

#informacion .about-container .content {
  background: #fff;
}

#informacion .about-container .title {
  color: #333;
  font-weight: 700;
  font-size: 32px;
}

@media (max-width: 768px) {
  #informacion .about-container .title {
    padding-top: 15px;
  }
}

#informacion .about-container p {
  line-height: 26px;
}

#informacion .about-container p:last-child {
  margin-bottom: 0;
}

#informacion .about-container .icon-box {
  background: #fff;
  background-size: cover;
  padding: 0 0 30px 0;
}

#informacion .about-container .icon-box .icon {
  float: left;
  background: #fff;
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #2dc997;
}

#informacion .about-container .icon-box .icon i {
  color: #2dc997;
  font-size: 24px;
}

#informacion .about-container .icon-box .title {
  margin-left: 80px;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 18px;
  text-transform: uppercase;
}

#informacion .about-container .icon-box .title a {
  color: #111;
}

#informacion .about-container .icon-box .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
}
#Elementos {
  background: #fff;
  padding: 80px 0;
}

#Elementos .about-container .background {
  min-height: 300px;
  background: url(/img/about-img.jpg) center top no-repeat;
  margin-bottom: 10px;
}

#Elementos .about-container .content {
  background: #fff;
}

#Elementos .about-container .title {
  color: #333;
  font-weight: 700;
  font-size: 32px;
}

@media (max-width: 768px) {
  #Elementos .about-container .title {
    padding-top: 15px;
  }
}

#Elementos .about-container p {
  line-height: 26px;
}

#Elementos .about-container p:last-child {
  margin-bottom: 0;
}

#Elementos .about-container .icon-box {
  background: #fff;
  background-size: cover;
  padding: 0 0 30px 0;
}

#Elementos .about-container .icon-box .icon {
  float: left;
  background: #fff;
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #2dc997;
}

#Elementos .about-container .icon-box .icon i {
  color: #2dc997;
  font-size: 24px;
}

#Elementos .about-container .icon-box .title {
  margin-left: 80px;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 18px;
  text-transform: uppercase;
}

#Elementos .about-container .icon-box .title a {
  color: #111;
}

#Elementos .about-container .icon-box .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
}


#elementos {
  background: #ffffff;
  padding: 80px 0;
  color: #ffffff;
}

.center-snap {
  scroll-snap-align: center;
  scroll-padding-top: 8rem;
}

.center-snap span {
  margin-top: -8rem;
  padding-bottom: 8rem; 
  display: block; 
}

#elementos .about-container .background {
  min-height: 300px;
  background: url(/img/about-img.jpg) center top no-repeat;
  margin-bottom: 10px;
}

#elementos .about-container .content {
  background: #fff;
}

#elementos .about-container .title {
  color: #00c989;
  font-weight: 700;
  font-size: 32px;
}

@media (max-width: 768px) {
  #elementos .about-container .title {
    padding-top: 15px;
  }
}

#elementos .about-container p {
  line-height: 26px;
  color: #ffffff;
}

#elementos .about-container p:last-child {
  margin-bottom: 0;
}

#elementos .about-container .icon-box {
  background: #fff;
  background-size: cover;
  padding: 0 0 30px 0;
}

#elementos .about-container .icon-box .icon {
  float: left;
  background: rgb(231, 27, 27);
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #2dc997;
}

#elementos .about-container .icon-box .icon i {
  color: #00d18f;
  font-size: 24px;
}

#elementos .about-container .icon-box .title {
  margin-left: 80px;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 18px;
  text-transform: uppercase;
}

#elementos .about-container .icon-box .title a {
  color: #111;
}

#elementos .about-container .icon-box .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
}

.imagenElemento {
  width: 160px;
  height: 160px;
  animation-name: spin;
  animation-duration: 10s;
  animation-iteration-count: infinite;
}

.imagenElemento2 {
  width: 50px;
  height: 65px;
  position: relative;
  top: 150px;
  animation-name: move;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

.imagenElemento3 {
  width: 200px;
  height: 200px;
  position: relative;
  top: 50px;
  animation-name: fade2;
  animation-duration: 4s;
}

@keyframes spin {
  from {
    transform: rotateX(-20deg) rotateY(0deg);
  }
  to {
    transform: rotateX(-20deg) rotateY(360deg);
  }
}

@keyframes move {
  50% {
    top: 180px;
  }
  100% {
    top: 150px;
  }
}

@keyframes fade2 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.elemento-ficha {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    padding: 16px 0 6px 0;
}
.elemento-imgbox {
    min-width: 80px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.img-elemento {
    width: 78px;
    height: 78px;
    border-radius: 13px;
    box-shadow: 0 2px 10px rgba(60,90,130,0.07);
    object-fit: contain;
    background: #f4f8fb;
    margin-top: 2px;
}
.elemento-texto {
    flex: 1 1 auto;
    min-width: 0;
}
.elemento-header {
    display: flex;
    align-items: center;
    gap: 12px;
}
.elemento-nombre {
    color: #29b6b6;
    font-size: 1.7em;
    font-weight: 700;
    margin: 0 0 4px 0;
    letter-spacing: 0.5px;
    line-height: 1.1;
}
.play-btn {
    border: none;
    background: #e5f4fa;
    color: #29b6b6;
    border-radius: 50%;
    width: 39px;
    height: 39px;
    font-size: 1.15em;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s;
    cursor: pointer;
    margin-left: 4px;
    box-shadow: 0 1.5px 5px rgba(44,80,120,0.09);
}
.play-btn:hover {
    background: #b2ebf2;
    color: #00838f;
}
.elemento-significado-titulo {
    font-size: 1.1em;
    color: #00897b;
    font-weight: 600;
    margin: 5px 0 3px 0;
}
.elemento-significado {
    font-size: 1.06em;
    font-weight: 500;
    margin-bottom: 4px;
    color: #303030;
}
.elemento-descripcion {
    color: #444;
    margin-bottom: 7px;
    font-size: 0.98em;
}
.section-title {
    font-weight: bold;
    text-align: center;
    font-size: 2em;
    margin-top: 0.8em;
    margin-bottom: 1.2em;
}
hr {
    border: 0;
    border-top: 1.2px solid #e0e0e0;
    margin: 16px 0;
}
@media (max-width: 700px) {
    .elemento-ficha {
        flex-direction: column;
        align-items: stretch;
    }
    .elemento-imgbox {
        justify-content: flex-start;
    }
}
