body,
html {
  height: 100%;
  margin: 0;
  font-family: "Arimo", sans-serif;
  font-weight: 400;
  font-style: normal;
  scroll-behavior: smooth;
}

.si {
  position: relative;
  /*opacity: 0.65;*/
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.si0 {
  background-image: url("si0.jpg");
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.si1 {
  background-image: url("si1.jpg");
  height: 500px;
}

.si2 {
  background-image: url("si2.jpg");
  height: 500px;
}

.si3 {
  background-image: url("si3.jpg");
  height: 500px;
}

.si4 {
  background-image: url("si4.jpg");
  height: 500px;
}

.caption {
    display: none;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  max-width: 100%;
  text-align: center;
  color: #000;
  font-size: 1.2rem;
  text-transform: uppercase;

}

.caption span.border {
  background-color: #000000;
  color: #fff;
  padding: 18px;
  border: solid 5px #31313a;
  border-left: solid 5px #ed1c24;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}

.container {
  color: #ffffff;
  background-color: #000000;
  padding: 100px 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-top: solid 10px #31313a;
  border-bottom: solid 10px #31313a;

}

.content {
  font-size: 1.1rem;
  max-width: 768px;
  width: 100%;
}

h3 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font: 20px "Lato", sans-serif;
  font-weight: 600;
  color: #ed1c24;
  
    background-color: #31313a;
  color: #fff;
  padding: 18px;
  
  border-left: solid 5px #ed1c24;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}

a {
  color: #ed1c24;
}

.logo {
  width: 100%;
}


.logoHolder {
  max-width: 960px;
  width: 100%;
}

.menu {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 40px;
  background: #000000;
  color: #ffffff;
  z-index: 99999;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.menuLogo {
  height: 30px;
}

.menu a {
  color: #ffffff;
  text-decoration: none;
}

#providers {
  text-align: center;
  max-width: 768px;
}

#providers img {
  width: 200px;
  border: solid 3px #31313a;
}

input {
  border: solid 1px #868686;
  background-color: #000;
  color: #ffffff;
}

input[type=text],
input[type=email] {
  width: 440px;
}

textarea {

  border: solid 1px #868686;
  background-color: #000;
  color: #ffffff;
  height: 160px;
  width: 440px;
}