* {
  box-sizing: border-box;
}

h1,h2.h3{
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
}

h4{
  font-family: 'Prompt', sans-serif;
  font-weight: 300;
  font-size: 1.1rem;
  z-index: 1;
  opacity: .90;
}


.bg-contacto{
  background-color:rgba(42, 44, 51, 0.6);
  padding-top: .5rem;
  padding-bottom: .3rem;
}

body {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #333;
  overflow-x: hidden;
}

.header {
  height: 100vh;
  display: flex;
  align-items: center;
  color: #fff;
}

.content {
  max-width: 40rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin: auto;
  text-align: center;
}

.header-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.header-video video {
  min-width: 100%;
  min-height: 100%;
}

.header-overlay {
  height: 100vh;
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  background: #393b42;
  z-index: 1;
  opacity: .60;
}

.header-content {
  z-index: 2;
}

@media (max-width: 960px) {
  .content {
    padding: 0 3rem 0 3rem;
  }
}
