@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap");
@font-face {
  font-family: "fontello";
  src: url("../font/fontello.eot?19559833");
  src:
    url("../font/fontello.eot?19559833#iefix") format("embedded-opentype"),
    url("../font/fontello.woff2?19559833") format("woff2"),
    url("../font/fontello.woff?19559833") format("woff"),
    url("../font/fontello.ttf?19559833") format("truetype"),
    url("../font/fontello.svg?19559833#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
:root {
  --bg-color: #4b4e5a;
  --ft-bg-color: #ffffff;
  --ft-color: #4b4e5a;
  --color-body: #1a1a1a;
  --bg-btn: #cf4343;
  --bg-btn-hover: #b43a3a;
}
body {
  background-color: #f0f2f5;
  color: var(--color-body);
  font-family: "Montserrat", Tahoma, Geneva, Verdana, sans-serif;
}
.main-container {
  max-width: 900px;
  margin: 2% auto;
}
/**********************************************/
.ft-montse {
  font-family: "Montserrat", sans-serif;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-ok:before {
  content: "\e800";
}
.icon-location:before {
  content: "\f031";
}
.icon-mail-alt:before {
  content: "\f0e0";
}
/**********************************************/
header img.logo {
  border-radius: 8px;
  mix-blend-mode: multiply;
  max-height: 80px;
  margin-bottom: 3%;
  padding: 5px 10px;
}
header p {
  font-size: 0.8rem;
  margin: 0;
}
header p a {
  color: var(--color-body);
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-color: rgba(26, 26, 26, 0.5);
}
header p a:hover {
  text-decoration: underline;
}

.card {
  border: none;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}
.card-header {
  background: #fff;
  border-bottom: 1px solid #eee;
  border-radius: 15px 15px 0 0 !important;
  padding: 2rem;
  text-align: center;
}
.company-logo {
  max-height: 80px;
  margin-bottom: 1rem;
}
.form-section-title {
  background-color: var(--bg-color);
  color: var(--ft-bg-color);
  font-weight: 500;
  font-size: 1.1rem;
  border-radius: 8px;
  margin: 1.8rem -14px 1.5rem;
  padding: 0.5rem 1rem;
}
.required-asterisk {
  color: #dc3545;
}
.btn-submit {
  background-color: var(--bg-btn);
  border: none;
  padding: 12px 30px;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.3s;
}
.btn-submit:hover {
  transform: translateY(-2px);
  background-color: var(--bg-btn-hover);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.btn-bg {
  background-color: var(--bg-color);
  border: none;
  padding: 12px 30px;
}
.btn-bg:hover {
  background-color: #1a1a1a;
}
.header-success {
  margin: 0 auto;
  max-width: 600px;
}
.success-card {
  border: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
}
.icon-box {
  width: 80px;
  height: 80px;
  background: #d1e7dd;
  color: #198754;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 40px;
}

/* Ajustes para Tom Select */
.ts-control {
  border-radius: 0.375rem;
  padding: 0.375rem 0.75rem;
  min-height: calc(1.5em + 0.75rem + 2px);
}

@media (max-width: 768px) {
  header img.logo {
    border-radius: 8px;
    mix-blend-mode: multiply;
    max-height: 60px;
    margin-bottom: 0;
    padding: 2px 0;
  }
}

.brd {
  border: 1px solid red;
}
