/* Custom Stylesheet */


/**

 * Use this file to override Materialize files so you can update

 * the core Materialize files in the future

 *

 * Made By MaterializeCSS.com

 */

.icon-block {
  padding: 0 15px;
}

.icon-block .material-icons {
  font-size: inherit;
}

.brand-logo img {
  padding-top: 10px;
}

.light-blue.lighten-1 {
  background-color: #000000 !important;
}

.insta img {
  padding-top: 15px;
  max-width: 35px;
}

.line-green img {
  max-width: 130px;
}

.famili {
  padding-top: 33px;
}

.famili img {
  width: 100%;
}

.image-hz {
  text-align: center;
}

.image-hz img {
  width: 40%;
}

.carousel.carousel-slider {
  top: -14px !important;
}

.title-big {
  font-size: 2.5rem;
  color: #7AC441;
  font-weight: bold !important;
}

@media (min-width: 2px) and (max-width: 600px) {
  .title-big {
    font-size: 1.5rem !important;
    color: #7AC441;
    font-weight: bold;
  }
}

.form-wrapper {
  width: 400px;
  max-width: 100%;
  border: 3px solid black;
  border-radius: 10px;
  padding: 20px;
  background-color: #394247;
  color: #fff;
}

.form-btn {
  border: 2px solid #fff;
  border-radius: 3px;
  background: #6FC121;
  font-size: 18px;
  color: #fff;
  font-weight: 600px;
  margin-top: 10px;
}

.form-control {
  width: 100% !important;
  background: #6FC121 !important;
  border: 1px solid #fff !important;
  margin: 3px 0 10px 0 !important;
  border-radius: 3px !important;
  color: #fff !important;
  padding: 5px 3px !important;
  height: 1rem !important;
}

.vin {
  text-align: center;
  font-size: 20px;
  color: #7AC441;
}

.vin h3 {
  font-size: 22px !important;
}

.vin img {
  width: 80%;
  border: 2px solid rgba(75, 255, 0, 0.57);
}

.carousel .indicators .indicator-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 8px;
  width: 8px;
  margin: 24px 4px;
  background-color: rgba(75, 255, 0, 0.57) !important;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  border-radius: 50%;
}

.carousel .indicators .indicator-item:active {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 8px;
  width: 8px;
  margin: 24px 4px;
  background-color: rgba(202, 255, 37, 0.57) !important;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  border-radius: 50%;
}

ul:not(.browser-default)>li {
  list-style-type: none;
}

.modal-trigger img {
  width: 22px;
  height: 36px;
}

@media only screen and (max-width: 783px) {
  .modal-trigger img {
    width: 100%;
  }
}

@media (min-width: 560px) {
  .br {
    display: none;
  }
}

@media only screen and (min-width: 993px) {
  .container {
    width: 90% !important;
  }
  .collapsible {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    margin: 0.5rem 0px 0rem 60px;
  }
}

.owl-nav {
  position: absolute;
  top: 25%;
  width: 100vw;
  display: flex;
  justify-content: space-between;
  padding-left: 40px;
  padding-right: 40px;
}

.owl-prev {
  font-size: 100px !important;
  color: greenyellow !important;
}

.owl-next {
  font-size: 100px !important;
  color: greenyellow !important;
}

.modal-trigger img {
  width: 80% !important;
  height: auto !important;
}

@media only screen and (max-width: 783px) {
  .modal-content img {
    width: 100%;
  }
}

div.services_border {
  font-size: 1.5rem !important;
  border: 2px solid black;
  padding: 0px 5px;
  min-height: 182px;
  height: 100%;
  /* display: flex; */
  /* align-items: center; */
}