.container-principal {
  background-color: #fff;
  border: 1px solid #d2d6de;
  padding: 30px 40px;
  border-radius: 4px;
  box-shadow: 0px 3px 4px 2px rgba(0, 0, 0, 0.1);
}

.contactenos-page h3,
.contactenos-page h4,
.contactenos-page strong,
.contactenos-page .font-montserrat {
  font-family: Montserrat-Medium !important;
}

.contactenos-page h4 {
  margin-bottom: 0.5em;
  color: #003c62;
  font-size: 0.9em;
}

.contactenos-page h4 strong {
  border-bottom: 2px solid #003c62;
  padding-bottom: 0.6em;
}

/*h4 strong:before{
    content : "";
    position: absolute;
    left    : 0;
    bottom  : 0;
    height  : 1px;
    width   : 50%;  !* or 100px *!
    border-bottom:2px solid #003c62;
}*/

.location {
  font-size: 0.9em;
  font-weight: bold;
}

.location p {
  margin-top: 0;
  margin-bottom: 0;
}

.location img {
  width: 90px;
}

.container-form input,
.container-form textarea {
  padding: 20px !important;
}

.container-form select {
  height: calc(2.5rem + 2px);
}

.contactenos-page input::placeholder,
.contactenos-page textarea::placeholder {
  font-size: 0.9em;
}

.btn_enviar1,
.btn_enviar2 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  width: 100%;
}

#div-enviar1 {
  display: block;
}

#div-enviar2 {
  display: none;
}

@media (max-width: 575px) {
  #div-enviar1 {
    display: none;
  }

  #div-enviar2 {
    display: block;
  }
}

.btn-bosch-light-contactenos {
  background-color: #fff;
  padding-left: 2.6rem;
  padding-right: 2.6rem;
  border-color: #0f2e71;
  border-width: 2px;
  border-radius: 0;
  font-weight: bold;
  color: #0f2e71;
}

@media (max-width: 320px) {
  div.location div.col-8 {
    padding-left: 16px !important;
  }

  .location {
    font-size: 0.75em;
  }

  .location img {
    width: 70px;
  }
}

@media (max-width: 400px) {
  div.location div.col-8 {
    padding-left: 20px !important;
  }

  .location {
    font-size: 0.8em;
  }

  .location img {
    width: 80px;
  }
}

@media (max-width: 1160px) and (min-width: 576px) {
  div.location div.col-8 {
    padding-left: 8% !important;
  }

  .location {
    font-size: 0.78em;
  }

  .location img {
    width: 80px;
  }
}

/* LOADING */
.lds-ring {
  display: inline-block;
  position: relative;
  width: 25px;
  height: 25px;
  margin: 0 auto;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  margin: 0px;
  border: 4px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring-blue div {
  box-sizing: border-box;
  display: block;
  position: initial;
  width: 15rem;
  height: 15rem;
  margin: 0px;
  border: 10px solid #00205b;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #00205b transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.contenedor-ubicaciones {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.contenedor-ubicaciones a {
    color:#006098;
}

.texto-ubicaciones {
  font-size: 13px !important;
}
