body{
  position:relative
}

input{
    width: 300px;
    height: 40px;
    border: none;
    color: #333;
}

label{
    color: #fff;
}

p {
  color: #fff;
}

a {
  text-decoration: none;
  display: block;
}

.text_1{
    color: white;
}

.footer{
    background: rgb(30, 29, 29);
}

.logo{
    width: 60px;
}

.navbar-toggler:focus{
    box-shadow:none !important;
}

.section1{
    background: rgb(21, 20, 20);
    width: 96%;
    margin-top: 60px !important;
    height: 500px;
    position: relative;
}
.section2{
    background: rgb(210, 106, 41);
    width: 96%;
    height: 1000px;
}
.section3{
    background: rgb(21, 20, 20);
    width: 96%;
    height: 540px;
}
.section4{
    background: rgb(210, 106, 41);
    width: 96%;
    height: 700px;
}
.section5{
  background: rgb(21, 20, 20);
  width: 96%;
  height: 1100px;
}

.iframe{
  width: 98%;
  height:450px;
  overflow: hidden;
}

.logo_footer{
  width: 80px
}

.bg-c{
    background: rgb(219, 219, 219);
}

.pie{
  height: 60px
}

.whatsApp_btn{
  background: url("../img/logo/whatsapp.png");
  width: 70px;
  height: 70px;
  position: fixed;
  background-position: center;
  background-size: cover;
  bottom: 5%;
  right: 5%;
  z-index: 1;
  border: 2px solid #5ADC6C
}

.img_logo{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.z_index{
    position: relative;
    font-weight: 400;
    z-index: 2;
}

.img_1{
    width: 400px;
    height: 200px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.icons{
  width: 30px;
  height: 30px;
}

.img_container{
  width: 98%;
  height: 350px;
  overflow: hidden
}

.imgqs{
  width: 100%;
  height: 100%
}
