.header-background {
  /*background-color: rgba(0, 0, 0, 0.6) !important;*/
  background-image: url('../../assets/img/header.png') !important;
  /*background-blend-mode: overlay;*/
}

@media (min-width: 992px) {
  .button-contact {
    display: inline-block;
    background-color: transparent;
    color: #fff;
    text-decoration: none;
    border: 2px solid #B8C4D0;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
}

@media (min-width: 992px) {
  .button-contact:hover {
    color: #5D8A87;
  }
}

.text-style {
  font-size: 22px;
  font-family: 'Century Gothic', sans-serif;
  color: #333;
}

.service-div {
  background-color: white;
}

.service-card {
  box-shadow: 0px 0px 6px 5px rgb(231,231,231);
  color: rgb(145,145,146);
  border-radius: 10px;
}

/* @media (min-width: 0px) {
  .service {
    margin-left: 3%;
  }
}

@media (min-width: 768px) {
  .service {
    margin-left: 3%;
    border-radius: 10px;
  }
}

@media (min-width: 1300px) {
  .service {
    margin-left: 6%;
    border-radius: 10px;
  }
} */

.body-style {
  font-family: 'Century Gothic', sans-serif !important;
}

.button-style {
  background-color: rgba(8, 31, 54, 0) !important;
  border-radius: 10px;
  border-color: rgba(8, 31, 54, 0) !important;
  color: rgba(13,169,204) !important;
  padding: 2%;
  font-size: smaller;
  font-weight: bold;
}

.button-style:hover {
  background-color: rgba(255, 255, 255, 0.3) !important;
  color: rgb(145,145,146) !important;
  border-color: rgba(8,31,54,0) !important;
}

.button-style:active, .button-style:focus {
  background-color: rgba(8,31,54,0) !important;
  border-radius: 10px;
  border-color: rgba(8,31,54) !important;
  color: rgba(145,145,146) !important;
}

/* ****************************** */

.button-style2 {
  background-color: rgba(13,169,204) !important;
  border-radius: 10px;
  border-color: rgba(13,169,204) !important;
  color: rgb(243, 243, 243) !important;
  padding: 2%;
  font-size: smaller;
  font-weight: bold;
}

.button-style2:hover {
  background-color: rgba(243, 243, 243) !important;
  color: rgb(13,169,204) !important;
  border-color: rgba(13,169,204) !important;
}

.button-style2:active, .button-style:focus {
  background-color: rgba(230, 230, 230, 0) !important;
  border-radius: 10px;
  border-color: rgba(13,169,204) !important;
  color: rgba(13,169,204) !important;
}

/* ***************************** */

@media (max-width: 580px) {
  .button-principal {
    margin-top: 5% !important;
    margin-bottom: 40% !important;
  }
}

@media (min-width: 581px) and (max-width: 1024px) {
  .button-principal {
    margin-top: 5% !important;
    margin-bottom: 25% !important;
  }
}

@media (min-width: 1025px) {
  .button-principal {
    margin-top: 5% !important;
    margin-bottom: 18% !important;
  }
}

@media (min-width: 0px) {
  .tittle-principal {
    margin-top: 5% !important;
  }
}

@media (min-width: 768px) {
  .tittle-principal {
    margin-top: 10% !important;
  }
}

@media (min-width: 1300px) {
  .tittle-principal {
    margin-top: 15% !important;
  }
}

.footer-style {
  background-color: rgb(8, 31, 54, 0.95);
}

@media (min-width: 0px) {
  .img-contact {
    margin-left: -50px !important;
  }
}

@media (min-width: 768px) {
  .img-contact {
    margin-left: -40px !important;
  }
}

@media (min-width: 1300px) {
  .img-contact {
    margin-left: -150px !important;
  }
}

@media (min-width: 1400px) {
  .img-contact {
    margin-left: -60px !important;
  }
}

@media (min-width: 1500px) {
  .img-contact {
    margin-left: -160px !important;
  }
}

@media (min-width: 0px) {
  .img-contact-2 {
    margin-right: -50px !important;
  }
}

@media (min-width: 768px) {
  .img-contact-2 {
    margin-right: -40px !important;
  }
}

@media (min-width: 1300px) {
  .img-contact-2 {
    margin-right: -150px !important;
  }
}

@media (min-width: 1400px) {
  .img-contact-2 {
    margin-right: -90px !important;
  }
}

@media (min-width: 1500px) {
  .img-contact-2 {
    margin-right: -160px !important;
  }
}

@media (max-width: 1200px) {
  .texto-movile {
    font-size: smaller;
    margin-top: 0.2% !important;
  }
}

@media (max-width: 992px) {
  .texto-movile-contact {
    font-size: smaller;
  }
}

.navbar-fixed {
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
  transform: translate3d(0, 0, 0) !important;
}

.background-container {
  background-image: url('background.png');
  background-size: cover;
  background-position: center;
  color: white;
  padding: 20px;
  margin-bottom: 2%;
}

@media (max-width: 768px) {
  .frase-texto {
    padding: 5% !important;
    margin-top: -2% !important;
    margin-bottom: -8% !important;
    font-size: 25px !important;
  }
}

@media (max-width: 768px) {
  .frase-texto {
    padding: 5% !important;
    margin-top: -2% !important;
    margin-bottom: -8% !important;
    font-size: 25px !important;
  }
}

@media (min-width: 1400px) {
  .sub-tittle {
    margin-top: 7% !important;
  }
}

.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

@media (min-width: 1227px) {
  .text-tittle::after {
    content: " | Refaccionaria" !important;
  }
}

@media (min-width: 1227px) {
  .text-subtittle::after {
    content: " Promociones y Ofertas" !important;
  }
}

@media (max-width: 1226px) {
  .text-subtittle::before {
    content: "Promos" !important;
  }
}

@media (max-width: 572px) {
  .enfermedades-text {
    margin-top: -10px;
  }
}

.div-alineacion {
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.img-alineacion {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* beneficios */

.zoom-container:hover {
  transform: scale(1.05);
}

/* servicios */

.zoom-container-img:hover {
  transform: scale(1.02);
}

.link:hover {
  color: #B8C4D0;
}

