@import url("https://fonts.googleapis.com/css?family=Lato:400|Josefin+Sans:700");
html {
  overflow-x: hidden;
}
body {
  background: #fff;
  font-size: 15px;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #212121;
  line-height: 25px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow-x: hidden;
}
h1, h2, h3, h4 {
  font-size: 36px;
  font-weight: 700;
  font-family: 'Josefin Sans', sans-serif;
}
a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
a:hover {
  text-decoration: none;
}
a a:focus {
  outline: none;
}
p {
  font-weight: 400;
  font-family: 'Lato', sans-serif;
  margin: 0px;
  font-size: 14px;
}
ul, ol {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
ul li, ol li {
  list-style: none;
}
.mb-30 {
  margin-bottom: 30px;
}
.mt-30 {
  margin-top: 30px;
}
.section-title {
  font-size: 36px;
  line-height: 52px;
  text-transform: uppercase;
  position: relative;
  color: #0a8345;
}
.btn {
  font-size: 14px;
  padding: 12px 20px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
}
.btn i {
  margin-right: 5px;
}
.btn:focus,
.btn:active {
  box-shadow: none;
  outline: none;
  color: #fff;
}
.btn-common2 {
  background-color: #233B35;
  position: relative;
  z-index: 1;
}
.btn-common2:hover {
  color: #fff;
  background: #2D7B70;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}
.btn-border {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
}
.btn-border:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
}
.btn-lg {
  padding: 12px 34px;
  text-transform: uppercase;
  font-size: 14px;
}
button:focus {
  outline: none !important;
}
.no-padding {
  padding: 0 !important;
}
.padding-left-none {
  padding-left: 0;
}
.padding-right-none {
  padding-right: 0;
}
.padding-none {
  padding: 0;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.padding-none:nth-child(1) {
  border-left: none;
}
.padding-none:nth-child(4) {
  border-bottom: none;
  border-left: none;
}
.padding-none:nth-child(5) {
  border-bottom: none;
}
.padding-none:nth-child(6) {
  border-bottom: none;
}
/*main slide*/
#main-slide{
  height: 100vh;
  background: url(../img/background.png);
}
#main-slide .carousel-item{
  width: 60%;
}
#main-slide .carousel-item img {
  position: relative;
  width: 300px;
}
#main-slide .carousel-inner{
  display: flex;
  flex-direction: row-reverse;
  height: 100vh;
}
#main-slide .carousel-inner .contact{
  display: flex;
  align-items: flex-end;
  width: 40%;
}
#main-slide .carousel-inner .carousel-item::after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
#main-slide .carousel-item .carousel-caption {
  opacity: 0;
  transition: opacity 100ms ease 0s;
  z-index: 0;
  margin-right: auto;
  margin-left: auto;
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  justify-content: flex-start;
  padding-top: 144px;
  position: relative;
}
#main-slide .carousel-item .carousel-caption .content-div{
  display: flex;
  flex-direction: column;
}
#main-slide .carousel-item .carousel-caption .personagem{
  right: 0;
}
#main-slide .carousel-item .carousel-caption .heading {
  font-size: 88px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  margin-bottom: 20px;
}
#main-slide .carousel-item .carousel-caption p {
  font-size: 20px;
}
#main-slide .carousel-item.active .carousel-caption {
  opacity: 1;
  transition: opacity 100ms ease 0s;
  z-index: 1;
}
#main-slide .carousel-caption .btn {
  margin: 10px 25px 0px;
}
#main-slide .carousel-caption .btn:nth-of-type(1) {
  background: #1e1655;
  border-radius: 18px;
  /*padding-left: 100px;
  padding-right: 100px;*/
  z-index: 999;
}
#main-slide .carousel-caption .btn:nth-of-type(2) {
  background: #0a8345;
  border-radius: 18px;
  /*padding-left: 100px;
  padding-right: 100px;*/
  z-index: 999;
}
#main-slide .carousel-caption .btn:nth-of-type(2):hover{
  background: #1e1655;
}
#main-slide .carousel-caption .btn:nth-of-type(1):hover{
  background: #0a8345;
}
#main-slide .carousel-caption .btn:last-of-type{
  color: #2E2C73;
  margin-top: 0;
  font-size: 12px;
}
#main-slide .carousel-caption .btn:last-of-type:hover{
  color: #056D38;
}
.container-form {
  left: 0%;
  padding: 20px 15px 40px 15px;
  margin-left: -15px;
  z-index: 99;

}
.container-form .form-wrapper {
  background-color: white;
  padding: 56px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 45px;
}
.container-form .form-wrapper p{
  text-align: center;
  color: #2E2C73;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.container-form .form-wrapper .form-control {
  display: block;
  width: 100%;
  line-height: 26px;
  font-size: 12px;
  text-transform: uppercase;
  color: #0A8345;
  font-weight: 600;
  box-shadow: none;
  background: #f7f7f7;
  border: 1px solid transparent;
  padding: 7px 19px;
  border-radius: 17px;
}
.container-form .form-wrapper .form-control:focus {
  color: #212121;
  background-color: #fff;
  border-color: #233B35;
  box-shadow: none;
  outline: 0;
}
.form-submit{
  display: flex;
  justify-content: center;
}
.form-submit button{
  background: #0A8345;
  border-radius: 16px;
}
.form-submit button:hover{
  background: #056D38;
}
.form-submit .btn-common {
  width: 100%;
}