@font-face {
  font-family: 'bold';
  src: url('fonts/bold.otf');
}

@font-face {
  font-family: 'medium';
  src: url('fonts/medium.otf');
}

@font-face {
  font-family: 'ligth';
  src: url('fonts/ligth.otf');
}

@font-face {
  font-family: 'heavy';
  src: url('fonts/heavy.ttf');
}

a {
  text-decoration: none;
  font-family: heavy;
  color: white;
  margin: 0px;
  padding: 0px;
}

a:link {
  font-family: heavy;
  color: white;
  margin: 0px;
}

a:visited {
  font-family: heavy;
  color: white;
  margin: 0px;
}

a:active {
  font-family: heavy;
  color: white;
  margin: 0px;
}

body {
  background-image: url(img/background.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.base{
width: 100%;
height: 100%;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.margin {
  margin: 20px;
}

.header {
  background-color: rgba(93, 180, 223, 0.70);
  width: 100%;
  height: 18%;
  display: flex;
  align-items: flex-start;
}


.dropbtn {
  background-color: transparent;
  color: white;
  padding: 16px;
  font-size: 16px;
  font-family: heavy;
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: rgba(93, 180, 223, 0.90);
  min-width: 160px;
  box-shadow: none;
  z-index: 1;
}

.dropdown-content a {
  color: white;
  font-family: heavy;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: transparent;
  text-decoration-line: none;
  color: white;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: transparent;
}

main {
  width: 100%;
  height: 98%;
  padding-top: 10%;
}

.col-xl-4 {
  width: 100%;
  height: 60%;
}

.logo {
  width: 90%;
  margin-top: 4%;
  margin-left: 14%;
}

.text1 {
  color: white;
  font-family: Helvetica;
  text-align: justify;
  margin: 5%;
  width: 99%;
  height: 40%;
  margin-top: 19%;
  padding-top: 12%;
  margin-left: 6%;
}

h4 {
  margin-left: 8%;
}
#app-butt{
  width: 100%;
  height: 22%;
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  justify-content: space-between;
  margin-left: 5%;
  margin-top: 3%;
}

.col-xl-12 {
  width: 100%;
  height: 35%;
  padding-top: 3%;
  color: white;
}
h6{
  color: white;
  font-family: Helvetica;
  text-align: justify;
  margin: 5%;
}

.info-box{
  width: 40%;
  height: 80%;
  text-align: center;
}

.menu-dekstop {
  display: inline-block;
  width: 50%;
  height: 72%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 2.5%;
}  
.dropbtn{
  padding: 8px;
  margin-right: 20px;
}
hr{
  border-top: 1px solid rgb(255, 252, 252);
}
.text-main{
  color: white;
  font-family: Helvetica;
  text-align: justify;
  font-size: 1.4em;
}
.text-group{
  
    color: white;
    font-family: Helvetica;
    text-align: justify;
    font-size: 1.2em;
  
}
.contact{
  width: 100%;
  height: 100%;
}
.contact-column1{
  width: 50%;
  height: 100%;
  margin-top: 4%;
  margin-left: 6%;
}
.text-titul2{
  width: 80%;
  font-family: heavy;
  font-size: 1.5em;
  color: white;
}
.subtext1p{
  width: 80%;
  font-family: medium;
  font-size: 1.1em;
  text-align: justify;
  color: white;
}
.form1{
  width: 70%;
  margin-left: 2%;
  margin-top: 2%;
}
label {
  display: inline-block;
  margin-bottom: .5rem;
  color: white;
}
.button-email{
  width: 100%;
  margin-left: 65%;
}
.demo-img{
  width: 90%;
  height: 100%;
  margin: 2%;
  margin-left: 5%;

}
.main-screen{
  width: 100%;
  height: 100%;
}
.group-m1{
  width: 100%;
  height: 40%;
  margin-bottom: 8%;
  margin-top: 9%;

}
.group-long {
  width: 100%;
  height: 62%;
  margin-top: 5%;
}
.box_long{
  width: 40%;
  height: 100%;
  padding: 3%;
  margin-right: 2%
}
