.home-header .wrapper-text-title {
  text-align: center; }
  .home-header .wrapper-text-title p {
    font-size: 32px;
    color: #636363;
    padding: 20px 20px;
    font-weight: 700; }
.home-header .wrapper-text {
  text-align: center; }
  .home-header .wrapper-text p {
    text-align: left;
    font-weight: 700;
    color: #636363;
    font-size: 18px;
    padding: 20px 20px; }
.home-header .wrapper-image {
  padding: 50px; }

.footer {
  background-color: #cccaca; }
  .footer .wrapper-image {
    padding: 40px 0; }
    .footer .wrapper-image img {
      border-radius: 10px; }
  .footer .wrapper-text {
    padding: 40px 0;
    text-align: center; }
    .footer .wrapper-text h6 {
      color: #636363; }
    .footer .wrapper-text p {
      color: #636363;
      align-items: center; }
    .footer .wrapper-text .box-inputs input {
      display: block;
      height: 50px;
      width: 100%;
      padding: 5px 0 !important;
      margin: 15px 0 10px;
      line-height: 50px;
      font-family: inherit;
      font-size: 20px;
      font-weight: 400;
      font-style: normal;
      text-align: center;
      color: #777;
      border: 1px solid #cacaca;
      border-radius: 5px;
      outline: 0; }
    .footer .wrapper-text .default-button {
      width: 200px;
      height: auto;
      padding: 19px 20px 17px;
      background: black;
      color: white;
      border: none;
      border-radius: 3px;
      font: 700 12px/1 'Circe', Arial, Helvetica, sans-serif;
      display: inline-block;
      text-transform: uppercase;
      text-align: center;
      letter-spacing: 1.2px;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      position: relative;
      outline: 0; }
      .footer .wrapper-text .default-button:hover {
        background-color: white;
        color: #1a1a1a;
        border-radius: 3px;
        border: 1px solid black; }

.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out; }

.owl-nav button.owl-prev {
  left: 0; }

.owl-nav button.owl-next {
  right: 0; }

.owl-dots {
  text-align: center;
  padding-top: 15px; }

.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px; }

.owl-dots button.owl-dot.active {
  background-color: #000; }

.owl-dots button.owl-dot:focus {
  outline: none; }

.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.38) !important; }

span {
  position: relative; }

.owl-nav button:focus {
  outline: none; }

.owl-text-overlay {
  position: absolute;
  background-color: #ffffff45;
  text-align: left;
  width: 30%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 40%;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  padding: 30px 20px;
  font-family: "Open Sans", sans-serif;
  border-radius: 15px 50px 30px 5px; }

h2.owl-title {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 20px; }

/*# sourceMappingURL=style.css.map */
