body{
  color: #fff;
  background: linear-gradient(92.08deg, #12937C 0%, #14CA88 100%);           
}

.container {
  margin: 2em;
}

.header-container{
  height: 272px;
  width: 100%;
  border-radius: 5px;
  background: linear-gradient(165.62deg, #65B610 0%, #F0D412 100%);  
  position: relative;
}

.header-container > div {
  z-index: 2;
}

.header-container > img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  height: 100%;
}

.title{
  font-family: Didot;
  font-size: 61px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 70px;
  text-shadow: 0 6px 15px rgba(0,0,0,0.12);
}
.nav-item > a:hover{
  color: #fff;
  font-weight: bold;
} 

hr{
  border-color: #fff;
}

p{
  color: #fff;
  font-family: Helvetica;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 26px;
  text-shadow: 0 8px 17px 0 rgba(0,0,0,0.11);
  white-space: pre-wrap;
}
.a-button{
  border: 1px solid #fff;
  padding: 1em 5em;            
}
.a-button-primary{
  background-color: #fff;
  color: #000;    
}
a {
  color: #fff;
}
.catalogue{
  overflow-x: auto;
  white-space: nowrap;
  display: block;
}
.catalogue > .col-3 {
  display: inline-block;
  float: none;
  margin-bottom: 1em;
}

.catalogue > .col-3 > label {
  font-family: Didot;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 26px;
  display: block;
  text-align: left;
}
.catalogue > .col-3 > .start-container {
  text-align: left;
  margin-bottom: 0.5em;
}
.catalogue > .col-3 > .start-container > i {
  margin-right: 0.5em;
}
.data-contact-container{
  margin-bottom: 1em;
  border-radius: 4px;
  background-color: rgb(0, 7, 1, 0.2);
  padding: 1em;
}

.data-contact-container > label, .data-contact-container > div > label {
  color: rgb(255, 255, 255, 0.8);
  font-family: Helvetica;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 14px;
  display: block;
}

.data-contact-container > input, .data-contact-container > div > textarea {
  color: #fff;
  border-style: none;
  border-radius: 3px;
  background-color: rgb(255, 255, 255, 0.2);
  width: 100%;
  padding: 0.3em;
}

.data-contact-container > input::placeholder, .data-contact-container > div > textarea::placeholder {
  color: #C7D3E0;
  font-family: Helvetica;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 30px;
}

.data-contact-container > input:focus, .data-contact-container > div > textarea:focus {
  color: #000;
  background-color: #fff;
}


.phone-container > label {
  color: rgb(255, 255, 255, 0.8);
  font-family: Helvetica;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 14px;
  margin-left: 1em;
  margin-bottom: 0;
}

.phone-container > i {
  color: #FFFFFF;
  font-size: 25px;
}

.send-button {
  padding: 0.5em 2em; 
}

.user-link-container{
  background-color: #0F8466;
  align-self: center;
  border-radius: 5px;
}
.user-link-container > a{
  font-size: 30px;
}

.modal-content{
  background-color: #13B784;
  height: 515px;
  width: 788px;
}

.modal-title {
  color: #FFFFFF;
  font-family: Didot;
  font-size: 61px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 70px;
  text-shadow: 0 6px 15px 0 rgba(0,0,0,0.12);

}

.modal-body{
  background-image: url("../img/login-background.png");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: left;
  background-position-x: 2em;
}

.img-fixed-top-right{
  position: fixed;
  top: 0;
  right: 0;
  z-index: -1;
}