.wrapper {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0px 21px 41px -13px rgb(0 0 0 / 18%);
  -moz-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 21px 41px -13px rgb(0 0 0 / 18%);
}
@media screen and (max-width: 768px) {
  .wrapper {
    width: 105%;
  }

  .info-wrap .dbox .icon {
    margin-left: -20px;
    margin-right: -20px;
}
}

#contactForm .error {
  color: #f65c78;
  font-size: 12px;
}

.contactForm .form-control {
  font-size: 16px;
  border: none;
  border-bottom: 3px solid rgb(28 84 141);
  padding: 0;
}

.form-control {
  height: 52px;
  background: transparent !important;
  color: #000 !important;
  font-size: 14px;
  border-radius: 0px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-bottom: 3px solid rgb(28 84 141);
}

#form-message-warning,
#form-message-success {
  display: none;
}

.validation {
  color: #000 !important;
}

#form-message-success {
  color: #28a745;
  font-size: 18px;
  font-weight: 500;
}

.contact-wrap {
  background: rgb(255, 255, 255);
}

.contact-wrap h3 {
  color: #000;
}

.contact-wrap input,
textarea,
datalist {
  color: #000 !important;
}

.info-wrap {
  background: #fff;
}

.info-wrap h3 {
  color: #000;
  font-size: 18px;
  position: relative;
}

.info-wrap p {
  color: #000;
}

.info-wrap .dbox {
  width: 100%;
  margin-bottom: 25px;
}

.info-wrap .dbox:last-child {
  margin-bottom: 0;
}

.info-wrap .dbox p {
  margin-bottom: 0;
}

.info-wrap .dbox p span {
  font-weight: 400;
  color: #000;
}

.info-wrap .dbox p a {
  color: #000;
}

.info-wrap .dbox .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
}

.info-wrap .dbox .icon span {
  font-size: 20px;
  color: #000;
}

.info-wrap .dbox .text {
  width: calc(100% - 50px);
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

select {
  background: #272a34;
  color: #000 !important;
}

#form-message-error-mail,
#form-message-error {
  color: #000;
}

option {
  height: 52px;
  background: #272a34;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 14px;
  border-radius: 0px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

option:hover {
  background: #272a34 !important;
  color: rgba(255, 255, 255, 1) !important;
}

option:active {
  background: #272a34 !important;
  color: rgba(255, 255, 255, 0.8) !important;
}

option:focus {
  background: #272a34 !important;
  color: rgba(255, 255, 255, 0.3) !important;
}

option selected {
  background: #272a34 !important;
  color: rgba(255, 255, 255, 0.3) !important;
}

.btn-enviar {
  color: #ffffff;
  background-color: rgb(3, 72, 167);
  border-color: rgb(3, 72, 167);
}
