:root {
  --primary-color: #194f81;
  --secondary-color: #28bbb8;
  --grey-color: #a5a3a3;
  color-scheme: light only;
}

body {
  font-family: "Roboto";
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
ul,
span,
b {
  color: var(--primary-color) !important;
}

.bg-primary {
  background-color: var(--primary-color) !important;
}

.bg-info,
.btn-info {
  background-color: var(--secondary-color) !important;
}

.text-grey {
  color: var(--grey-color) !important;
}

.text-primary {
  color: var(--primary-color) !important;
}

.text-info {
  color: var(--secondary-color) !important;
}

.text-secondary {
  color: #52396e !important;
}

.owl-stage {
  margin-bottom: 20px;
}
.carousel1 .owl-stage {
  display: flex;
  align-items: center;
}

.carousel1 .owl-item img {
  width: auto;
  height: 100%;
}

#registro-marca-container {
  height: 100vh;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.section-container {
  scroll-margin-top: 110px;
}
/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

@media (max-width: 576px) {
  #registro-marca-container {
    height: auto;
  }
  .navbar-brand {
    width: 50% !important;
    margin-right: 0 !important;
  }
  .logo {
    width: 100% !important;
  }
  .btn-info {
    width: 100% !important;
  }
  .float {
    right: -8% !important;
    top: 87% !important;
    width: 130px !important;
  }
  .service-detail-icon {
    width: 40% !important;
  }
}

.float {
  position: fixed;
  width: 150px;
  height: 150px;
  bottom: 2px;
  right: 10px;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
}

.my-float {
  margin-top: 16px;
}

.section-title {
  position: relative;
  margin-left: 6rem;
}

.section-title:before {
  content: "";
  display: block;
  width: 90px;
  height: 1px;
  background: var(--primary-color);
  left: -100px;
  top: 50%;
  position: absolute;
}

.separator {
  color: var(--primary-color) !important;
  max-width: 450px !important;
  margin: 15px auto 0px auto;
  opacity: 1 !important;
  padding-bottom: 15px;
  border-top: 2px solid !important;
}
.plus-icon {
  position: absolute;
  bottom: 5px;
  right: 10px;
  margin-top: 20px;
}
.owl-dots {
  display: none !important;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot:hover {
  background-color: #fff !important;
}
#Marcas
  > div
  > div.owl-carousel.owl-theme.owl-loaded.owl-drag
  > div.owl-nav
  > button.owl-next
  > i:hover {
  color: #adabab !important;
}
#Marcas
  > div
  > div.owl-carousel.owl-theme.owl-loaded.owl-drag
  > div.owl-nav
  > button.owl-prev
  > i:hover {
  color: #adabab !important;
}

.contact-input {
  width: 100%;
  padding: 15px;
  border: #000 2px solid;
}

.contact-input::placeholder {
  color: #000;
  text-align: left;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 15px;
}

.contact-input::-webkit-input-placeholder {
  color: #000;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 15px;
}

.contact-input:-ms-input-placeholder {
  color: #000;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 15px;
}

.contact-input:-moz-placeholder {
  color: #000;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 15px;
}

.contact-input::-moz-placeholder {
  color: #000;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 15px;
}
