/*carrousel*/
.container {
  width: 100%;
  height: auto;

}

.carousel-inner {
  height: 60vh;
  margin: auto;
}
.item{
  height: 100%;
  margin: auto;
}
.phone {
  height: 90%;
  margin: auto;
}
.sec-7 {
    height: 51vh;
    margin: auto;
}
.plates {
  width: 100%;
  height: 51vh;
}

.sec-1-text, .sec-3-text, .sec-6-text, .sec-8-text {
  float: left;
  margin-top: 5%;
  margin-left: 5%;
  width: 40%;
  height: auto;
}
#sec-4 {
  height: 60vh;
}
#sec-8 {
  height: 10vh;
}
.sec-1-image, .sec-3-image, .sec-6-image{
  float: right;
  margin-left:-10%;
  height: 100%;
  width: auto;
  margin-right: -5%;
}
.sec-2-text{
  margin-top: 5%;
}
.sec-2-text{
  float: right;
  margin-right: 10%;
  float: right;
  width: 40%;
  height: auto;
}
.sec-5-text {
  float: right;
  margin-top: 5%;
  margin-right: 10%;
  float: right;
  width: 40%;
  height: auto;
}
.sec-7-text  {
  float: right;
  margin-top: 6vh;
  margin-right: 10%;
  float: right;
  width: 40%;
  height: auto;
}
.sec-2-image, .sec-5-image, .sec-7-image {
  float: left;
  margin-right:-5%;
  height: 100%;
  width: auto;
}

.custom-navbar {
  width: 100%;
  height: 21vh;
}
.navbar-logo {
    margin-top: 1%;
    margin-left: 1%;
    float: left;
    }


.navbar-links {
  margin-top: 12vh;
  float: right;
}


.navbar-li {
    margin-left: 2em;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 1em;
    font-size: 1.0vw;
}

.link {
  padding: 2%;
  font-size: 0.75vw;
}

.radio-selector {
  font-size: 3vh;
  color: #FFF;
}

#icon {
  width: 20%;
  hight: auto;
}


input.input1 {
  height: 6vh;
  border-radius: 25px;
  padding: 0 30px;
}

.input1 {
  display: block;
  width: 100%;
  background: #e6e6e6;
  font-family: "carlito";
  font-size: 1vw;
  line-height: 1.5;
  color: #666666;
}

.wrap-input1 {
  position: relative;
  width: 100%;
  z-index: 1;
  margin-bottom: 1vw;
}



.container-contact1-form-btn {
  padding:4%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}


.contact1-form-btn {
  min-width: 3vh;
  height: 3vw;
  border-radius: 2vw;
  background: #2099d4;
  font-family: "carlito";
  font-size: 2vh;
  line-height: 1.5;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2vh 2vw;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
