/*
 * Style Landing Page
 * --------------------------------------------------
 */
.row-background-primary {
    background-image: url('../imgs/background.jpg');
    background-repeat: no-repeat;
  }
.row-background-secondary {
    background-image: url('../imgs/background-secondary.jpg');
    background-repeat: no-repeat;
    background-position: center;
  }
.row-background-intermediario {
    background-image: url('../imgs/background-intermediario.jpg');
    background-repeat: no-repeat;
    background-position: center;
    height: 450px;
  }
    .row-background-speed {
    background-image: url('../imgs/background-speed.jpg');
    background-repeat: no-repeat;
    background-position: top;
    background-color: #000;
    min-height: 416px;
  }

.form-panel {
    margin-top: -7px;
    z-index: 1050;
  }
.white {
    color: #fff;
  }
.shadow-text {
    text-shadow: 0px 0px 9px rgba(0, 0, 0, 1);
 }
 .bold {
    font-weight: bold;
 }

.total-width {
  width: 100%;
}
.icon-circle {
  width: 130px;
  height: 130px;
  padding: 30px;
}
.margin-bottom {
  margin-bottom: 30px;
}
.margin-top {
  margin-top: 30px;
}
.margin-left {
  margin-left: 5px;
}
.margin-right {
  margin-right: 5px;
}
.float-left {
  float: left;
}
.phone {
  font-size: 220%;
}

.row-division {
  background-color: #eee;
}

.space-top {
  margin-top: 100px;
}

.texto-destaque { 
  background-color: #430711;
  display: inline;
  color: #fff;
  font-size: 36px;
  padding-left: 5px;
  padding-right: 5px;
}

.no-margin {
  margin: 0px;
}



@media (max-width: 767px) {
  .form-panel {
   margin-top: 20px;
   z-index: 1020;
     }

    .space-top {
  margin-top: 86px;
}


  .row-background-primary {
    background-position: 30% -28%;
  }

  .icon-circle {
  float: left;
  margin-left: 5px;
}



/*
 * Gallery
 * --------------------------------------------------
 */

 .container.gallery-container {
    background-color: #fff;
    color: #35373a;
    min-height: 100vh;
    border-radius: 20px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
}

.gallery-container h1 {
    text-align: center;
    margin-top: 70px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
}

.gallery-container p.page-description {
    text-align: center;
    max-width: 800px;
    margin: 25px auto;
    color: #888;
    font-size: 18px;
}

.tz-gallery {
    padding: 40px;
}

.tz-gallery .lightbox img {
    width: 100%;
    margin-bottom: 30px;
    transition: 0.2s ease-in-out;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}


.tz-gallery .lightbox img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 15px rgba(0,0,0,0.3);
}

.tz-gallery img {
    border-radius: 4px;
}

.baguetteBox-button {
    background-color: transparent !important;
}


@media(max-width: 768px) {
    body {
        padding: 0;
    }

    .container.gallery-container {
        border-radius: 0;
    }
}