/* ************************************* */
/* Welcome */
/* ************************************* */
.section-welcome {
  margin-top: calc(100px * 0.83);
  background-image: url(../img/bg-comercios.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 80vh;
  position: relative; }
  .section-welcome:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); }

@media (min-width: 992px) {
  .section-welcome {
    margin-top: calc(140px * 0.83); } }

/* ************************************* */
/* Formulario */
/* ************************************* */
.content-contact {
  background-image: url(../img/bg-cielo-6.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover; }

.section-form .text-form {
  color: #b9b7bd;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1; }

.section-form .form-control {
  border: 1px solid #001689;
  border-radius: 50px;
  color: #001689; }

.section-form .form-control.textarea {
  border-radius: 25px;
  resize: none; }

.section-form .form-control:focus {
  outline: none;
  box-shadow: none; }

.section-form .form-control::-moz-placeholder {
  color: #001689;
  opacity: 1; }

.section-form .form-control::placeholder {
  color: #001689;
  opacity: 1; }

.section-form .form-control:focus::-moz-placeholder {
  opacity: 0.3; }

.section-form .form-control:focus::placeholder {
  opacity: 0.3; }

.section-form .form-control:focus:-ms-input-placeholder {
  opacity: 0.3; }

.section-form .form-control:focus::-ms-input-placeholder {
  opacity: 0.3; }

.section-form .dropdown button {
  border: 1px solid #001689;
  border-radius: 50px;
  width: 100%;
  text-align: start;
  color: #001689; }

.section-form .dropdown button:after {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  border-top: 0.3em solid #001689; }

.section-form .dropdown .dropdown-menu {
  margin: 0;
  padding: 0;
  border: 1px solid #001689;
  border-radius: 25px;
  color: #001689;
  width: 100%;
  max-height: 40vh;
  overflow-y: auto; }

.section-form .dropdown .dropdown-menu::-webkit-scrollbar {
  width: 10px; }

/* Track */
.section-form .dropdown .dropdown-menu::-webkit-scrollbar-track {
  margin-top: 20px;
  margin-bottom: 20px;
  background: #ffffff;
  border-radius: 20px; }

/* Handle */
.section-form .dropdown .dropdown-menu::-webkit-scrollbar-thumb {
  background: #001689;
  border-radius: 20px; }

.section-form .dropdown .dropdown-menu li {
  padding: 0.2rem 1rem;
  cursor: pointer;
  transition: all 0.5s; }

.section-form .dropdown .dropdown-menu li:first-child {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px; }

.section-form .dropdown .dropdown-menu li:last-child {
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px; }

.section-form .dropdown .dropdown-menu li:hover {
  padding: 0.2rem 2rem;
  background-color: #001689;
  color: #ffffff; }

.section-form #submit {
  width: 100%; }

.section-form #submit svg {
  width: 0.5rem;
  fill: #ffffff;
  margin-left: 0.25rem;
  transition: all 0.5s; }

.section-form #submit:hover svg {
  fill: #001689; }

@media (min-width: 992px) {
  .section-form .text-form {
    font-size: 1.5rem; } }
