.relleno {
  height: 80vh;
}
#main {
  margin-bottom: 50px;
}
section {
  padding: 0;
}
.home-seccion-banner {
  padding-top: 25px;
  padding-bottom: 20px;
}
.hero-banner-home {
  width: 100%;
  box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 50%);
}
.home-seccion-materiales {
  margin-top: 15px;
}
.subtitulo-seccion {
  margin-left: 5%;
  font-size: 21px;
}
.slider-materiales {
  margin-top: 30px;
}
.owl-item {
  padding: 0 10px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #343434;
}
.item {
  text-align: center;
}
.icono-materiales {
  width: 150px !important;
  margin-left: calc(50% - 75px);
}
.item-recuadro {
  background: #343434;
  margin-top: -75px;
  padding-top: 75px;
  color: white;
  border-radius: 10px;
}
.subtitulo-materiales {
  margin-top: 15px;
  margin-bottom: 0;
}
.letra-amarilla {
  color: #fcd766 !important;
}
.letra-ligera {
  line-height: 20px;
  color: #6b6a6a;
}
.home-seccion-productos {
  margin-top: 30px;
}
.productos-banner-home {
  width: 100%;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  padding: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.home-seccion-webinars {
  margin-top: 30px;
}
.miniatura-webinar {
  width: 100%;
  border-radius: 10px;
  margin-top: 15px;
}
.home-seccion-contacto {
  margin-top: 30px;
}
.row-contacto {
  background: #fff;
  padding: 50px 0;
  margin: 20px auto 0 auto;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  color: #313945;
  padding-left: 4rem;
  padding-right: 4rem;
}
.form-control {
  border-radius: 10px;
  margin-bottom: 15px;
  min-height: 45px;
}
.form-control:focus {
  color: #313945 !important;
  border-color: #313945;
}
::-webkit-input-placeholder {
  color: #313945 !important;
}
:-moz-placeholder {
  color: #313945 !important;
}
::-moz-placeholder {
  color: #313945 !important;
}
:-ms-input-placeholder {
  color: #313945 !important;
}

.accept__terms {
  font-size: 1rem;
  color: #313945;
  text-align: left;
  padding-left: 1rem;
  margin-bottom: 0;
}
.accept__terms a {
  color: #c69a20;
}
.accept__terms a:hover {
  text-decoration: underline !important;
}

@media (min-width: 992px) {
  #main {
    margin-bottom: 100px;
  }
  .home-seccion-banner {
    padding-top: 60px;
  }
  .home-seccion-materiales,
  .home-seccion-productos,
  .home-seccion-webinars,
  .home-seccion-contacto {
    margin-top: 50px;
  }
  .subtitulo-seccion {
    margin-left: 13%;
    margin-bottom: 40px;
    font-size: 24px;
  }
  .icono-materiales {
    width: 240px !important;
    margin-left: calc(50% - 120px);
  }
  .item-recuadro {
    margin-top: -120px;
    padding-top: 120px;
  }
  .subtitulo-materiales {
    margin-top: 30px;
  }
  .boton-enviar {
    float: right;
  }
}

@media (max-width: 767px) {
  .row-contacto {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
