@media (min-width: 1200px) {
  .bg-top-shape {
    padding-bottom: 26rem;
  }
}

/* md */
@media (min-width: 1200px) and (max-width: 1699px) {


}
/* sm */
@media (min-width: 992px) and (max-width: 1199px) {

  .tile-one,
  .tile-two,
  .tile-five,
  .tile-six {
    width: 47.9%;
    height: 335px;
  }
  .tile-three,
  .tile-four {
    width: 100%;
  }
  .tiles-box {
    width: 100%;
    height: auto;
  }
  .tile-three,
  .tile-four {
    margin-left: 0;
    margin-top: 20px;
  }
  .tile-five {
    padding: 50px;
  }
  .tile-one, .tile-two, .tile-five, .tile-six {
    width: 48.8%;
    height: 335px;
  }
  .tile-two {
    margin-right: 0;
  }
  section.masonry {
    column-width: 216px;
  }
  .email {
    font-size: .9rem;
  }

}
/* xs */
@media (min-width: 768px) and (max-width: 991px) {

.navbar-light .navbar-toggler {
    color: #1dcad3;
    border: none;
    position: absolute;
    top: 10px;
    right: 32px;
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(18, 125, 194, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.top-bar .info a {
  font-size: .8rem;
}
.top-bar {
  text-align: left;
  padding-left: 30px;
}
.slider-caption h1 {
  bottom: 35px;
  text-align: right;
  font-size: 1.3rem;
  width: 324px;
}
.logo img {
  width: 45%;
  display: block !important;
}
.slider-caption {
  margin-top: -200px;
}
.tile-one,
.tile-two,
.tile-five,
.tile-six {
  width: 47.9%;
  height: 335px;
}
.tile-three,
.tile-four {
  width: 100%;
}
.tiles-box {
  width: 100%;
  height: auto;
}
.tile-three,
.tile-four {
  margin-left: 0;
  margin-top: 20px;
}
.tile-five {
  padding: 50px;
}
.overlay {
  padding: 40px 20px;
  min-height: 546px;
}
section.masonry {
  column-width: 215px;
}
.email {
  font-size: .8rem;
}
.bg-one {
  padding: 3rem 1rem;
}


}

/* xs */
@media (max-width: 767px) {

.navbar-light .navbar-toggler {
    color: #1dcad3;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(18, 125, 194, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
h1 {
    font-size: 1.2rem;
}
p {
    font-size: 1.1rem;
}
.bg-one p, .bg-two p, .bg-three p {
    font-size: 1rem;
}
.logo {
  width: 100%;
  padding: 20px;
  position: static;
  background: none;
  margin: 0 auto;
  text-align: center;
  display: block !important;
}
.logo img {
    width:200px;
}
.paracita {
    display: block;
    max-height: 40px;
}
.slider-caption {
  display: none;
}
.tile-one,
.tile-two,
.tile-three,
.tile-four,
.tile-five,
.tile-six {
  width: 100%;
  height: 265px;
  padding: 50px 20px;
  margin: 0;
}
.tiles-box {
  width: 100%;
  height: auto;
}
h2.mid {
  color: #76c6f9;
  text-align: left;
  font-size: 2rem;
  width: auto;
  margin-left: auto;
}
.overlay {
  min-height: auto;
}
section.masonry {
  column-width: 125px;
}
.email {
  font-size: .8rem;
}


}
