.card-body {
  padding: 0%;
}

nav#menu {
    background: #343a40;
}
.hero-section-slider {
    margin-top: 66px;
    height: 100%;
    background: #1e6f94;
}

.hero-section-slider video {
    width: 100%;
}

.text-header-slider {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  color: #fff;
  margin-top: 15%;
  margin-left: 10%;
  margin-right: 10%;
}

.text-header-slider h3{
  font-size: 50px;
}
.text-header-slider p{
  padding-bottom: 40px;
  font-size: 20px;
}

@media screen and (max-width: 972px) {
  .text-header-slider h3{
    font-size: 1.75rem;
  }
  .text-header-slider p{
    font-size: 1rem;
  }
}

.contact-btn {
  display: flex;
  align-items: center;
  justify-content: space-evenly;

}

.dibujo {
  position: relative;
  background-color: #fff;
}

.btn {
  border-radius: 20px;
}

.content {
  width: 100%;
}

.row {
  margin: 0;
}
  
.filament-features {
  /* margin-top: -6px; */
  background: linear-gradient(180deg, #1e6f94, #03091e);
  color: white;
  overflow: hidden;
}

.feature-card-header {
  font-weight: 400;
  font-size: 17px;
}

.feature-card-text {
  font-weight: 200;
  font-family: Poppins;
}

.feature-card-image {
  font-size: 25px;
  text-align: center;
}

.feature-card-image i {
  max-width: 10%;
}

.filaments-type {
  padding: 30px 10%;
}


.own-services {
  background-color: #03091e;
  color: #fff;
  font-family: Poppins;
  padding-bottom: 100px;
  overflow: hidden;
}

.services-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.services-col {
  flex: 0 0 50%;
  max-width: 50%;
}

.services-col img {
  width: 113%;
}

.print {
  position: relative;
  left: 0%;
}

.dessing {
  position: relative;
  top: 80%;
  left: -6.5%;
  padding-top: 15px;
}


.filaments {
  background-image: url(../images/impresion.png);
}

.custom-background {
  background: rgba(0,0,0,0.4);
}

.filaments-image-container {
  display: flex;
  align-items: center;
}

.filaments-image img {
  width: 120%;
  margin-left: -27%;
}

.filaments-text-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.filaments-text {
  font-family: Poppins;
  color: #fff;
}

.filaments-text ul{
  font-size: 25px;
}

@media screen and (max-width: 768px) {
  .filaments-image img {
    width: 100%;
    margin-left: 0%;
  }
}

@media screen and (max-width: 670px) {
  .text-header-slider {
    margin-top: 15%;
    font-size: 10px;
    margin: 15% 0 0 0;
  }

  .text-header-slider h3{
    font-size: 15px;
  }

  .text-header-slider p{
    font-size: 10px;
    padding-bottom: 0;
  }

  .filaments-type {
    padding: 0px 10% 70px;
  }

  .services-col h5{
    font-size: 9px;
  }

  .dessing h5{
    padding-left: 45px;
  }

  .filaments-text h2{
    font-size: 25px;
  }

  .filaments-text ul{
    font-size: 20px;
  }
}

.nota {
  padding-top: 5px;
  width: 70%;
}

.nota p {
  font-size: 10px;
}

@media screen and (max-width: 537px) {
  .nota {
    width: 100%;
  }
}