* {
  font-family: 'Avenir', Helvetica;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 67px;
  /* scroll-margin-top: 67px; */
}

/* Colors */
.bg-color-gray {
  background-color: #F2F5F7;
}
.bg-color-green {
  background-color: #F4FEDF;
}
.bg-color-blue {
  background-color: #005A8F;
}
.text-green {
  color: #6B931B;
}

/* General styles */
h1, h2, .navbar a {
  color: #005A8F;
  font-weight: bolder;
}
h1 {
  text-transform: uppercase;
}
p {
  color: #5F6169;
}
p, a {
  font-size: 17px;
}
.fademodal {
  transition: opacity .15s linear;
}
.btn-secondary, .btn-primary {
  border-radius: 30px;
  font-weight: bold;
  width: 170px;
  text-align: center;
  padding-bottom: 10px;
  padding-top: 10px;
}
.btn-primary:hover, .btn-modal:hover {
  background-color: #72a70a;
  border-color: #72a70a;
}
.btn-secondary:hover {
  color: #83BB13;
  background-color: #e5f5c7;
  border-color: #83BB13;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
  background-color: #72a70a;
  border-color: #72a70a;
}
.btn-secondary {
  border: solid 2px #83BB13;
  background-color: white;
  color: #83BB13;
  display: flex;
  justify-content: center;
  margin-right: 13px;
}
.btn-secondary img {
  width: 23px;
  padding-right: 8px;
}
.btn-primary  {
  color: white;
  background-color: #83BB13;
  border-color: #83BB13;
}
.border-35 {
  border-radius: 35px;
}

/* Navbar */
.logo {
  width: 80px;
}
.navbar .btn-primary {
  color: white;
}

/* Header */
#header {
  margin-top: 67px;
}
.img-header img{
  width: 90%;
}

/* Why us */
.card-img-top {
  border-radius: 35px 35px 0 0;
}

/*Services*/
#btnDeep, #btnRegular, #btnMove, #btnPost{
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-modal {
  border-radius: 50px;
  background-color: #83BB13;
  width: 45px;
  height: 45px;
}
.arrow-button {
  width: 16px;
}
.services-icon {
  width: 45px;
  margin-bottom: 17px;
}
.div-service {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/*To book*/
.book-step {
  background-color: #367DA6;
  color: white;
  padding: 13px 20px;
  font-weight: bold;
  margin: 0;
}
.border-step-35 {
  border-radius: 0 0 35px 35px;
}
.book-img {
  width: 100%;
}

/* Benefits */
#benefits img {
  width: 45px;
}
#benefits img:nth-child(4) {
  width: 55px;
}

/* Map */
.map-places {
  font-weight: bold;
  display: grid;
  grid-template-columns: auto auto;
  gap: 10px;
}
.map-places p {
  margin: 0;
}

#divMap {
  height: 450px;
  width: 100%;
  border-radius: 35px;
}
.info-window {
    max-width: 200px;
}
.info-window h3 {
    margin-top: 0;
    color: #4285F4;
}

/* Form */
.form-section{
  background-image: url("../img/img-6.jpg");
  background-position-x: left;
  background-position-y: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.form-section .bg-white {
  background-color: rgb(255 255 255 / 90%) !important;
}
.invalid-value {
  border-color: #ea868f;
}
.invalidfeedback {
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: #dc3545;
}

/* Footer */
footer a, footer p, footer h5 {
  color: white;
}
footer a {
  text-decoration: none;
}
.footer-buttons-ca {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-buttons-ca a {
  margin-right: 0;
  margin-bottom: 15px;
}

/* Querys */
@media only screen and (max-width: 350px) {
  .buttons-ca{
    flex-direction: column;
    align-items: center;
  }
  .buttons-ca a {
    margin-bottom: 13px;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .img-header img{
    width: 75%;
  }
  .div-service {
    height: 310px;
  }
  .book-img {
    width: 70%;
  }
  .map-places {
    grid-template-columns: auto auto auto;
  }
  .footer-buttons-ca {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .img-header img{
    width: 100%;
  }
  .div-service {
    height: 386px;
  }
  .book-img {
    width: 30%;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  .book-step {
    width: 135px; 
  }
  .border-step-35 {
    border-radius: 0 35px 35px;
  }
  .map-places {
    grid-template-columns: auto auto auto auto;
  }
  .footer-buttons-ca {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 1100px) {
  .book-img {
    top: 53%;
  }
}
@media only screen and (min-width: 1200px) {
  .div-service {
    height: 361px;
  }
  .book-img {
    width: 32%;
    top: 55%;
  }
}
@media only screen and (min-width: 1400px) {
  .div-service {
    height: 310px;
  }
  .book-img {
    width: 28%;
    top: 55%
  }
}