.header .row p {
  width: max-content;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

#headerServ .container:first-child {
  height: max-content;
}

.header .row a {
  width: max-content;
}

.header .row a:hover {
  text-decoration: underline !important;
  text-decoration-color: white !important;
}

.header_btns {
  width: 80% !important;
  justify-content: end;
  height: 62px;
  align-items: center;
  padding-right: 0 !important;
}

.header {
  background-image: url(../assets/imgs/banner_princcipal.png);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  height: 724px;
  background-size: cover;
}

#headerServ {
  background-image: url(../assets/imgs/banner_serv.png);
}


#headerContactos {
  background-image: url(../assets/imgs/banner_contactos.png);
}

.h1RowContactos{
  padding-bottom: 20em !important;
}


.customSelectBtnHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #514a42;
  border-radius: 4px;
  margin: 0.5em 0;
  padding: 10px 10px;
  cursor: pointer;
}

#valueOfAreaAtuacaoHeader {
  margin: 0;
}

#valueOfAreaAtuacaoHeader h4 {
  margin: 0;
}

.btnDropDownHeader {
  filter: brightness(0) saturate(100%) invert(24%) sepia(15%) saturate(466%) hue-rotate(352deg)
    brightness(102%) contrast(82%);
}

.icon_img {
  width: 256px;
}

.whiteText {
  color: white;
}

a {
  cursor: pointer;
  text-decoration: none !important;
}

.hamburgerDiv {
  display: none;
}

.icon {
  width: 20% !important;
  height: 62px;
}

.h1Row h1 {
  width: 17em;
  padding-left: 1em;
}

.h1Row {
  width: 100%;
  height: 100%;
  padding-bottom: 6em;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

.termsP {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  margin: 0 0 20px 5px;
  vertical-align: middle;
}

.termAndCondDiv {
  display: flex;
  justify-content: start;
  align-items: center;
}

#termsCond {
  margin-bottom: 20px;
}

@media screen and (min-width: 1400px) and (max-width: 1650px) {
  .header_btns {
    padding-right: 4em !important;
  }

  .logo-simon {
    padding-left: 4em !important;
  }
}

/* DESKTOP */
@media screen and (min-width: 1024px) and (max-width: 1399px) {
  .logo-simon {
    padding-left: 4em !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .header_btns {
    display: none !important;
  }

  .header .row {
    justify-content: space-between;
  }
  .logo-simon {
    padding-left: 3em !important;
  }

  .h1Row {
    padding-top: 6em;
  }
}

/* BIG DESKTOP */
@media screen and (min-width: 1400px) {
  .header .container:first-child {
    max-width: 1590px !important;
  }
}

/* Mobile Styles */
@media screen and (max-width: 768px) {
  .header_btns {
    display: none !important;
  }

  .header {
    height: 500px;
  }

  .header {
    background-position: top;
  }

  .icon_img {
    width: 180px;
  }

  .hamburgerDiv {
    display: flex;
  }

  .h1Row h1 {
    padding-left: 0.6em;
  }

  button.learn-more {
    margin-bottom: 10em !important;
  }

  button.learn-more .button-text {
    font-size: 12px !important;
    padding: 0.5rem 0 0rem 0 !important;
    right: -3em !important;
  }

  .h1Row {
    padding-top: 5em;
  }

  .h1RowContactos{
    flex-direction: row !important;
    justify-content: start !important;
    padding-top: 2em !important;
    padding-bottom: 7em !important;
  }

  .h1RowContactos h6{
    display: none;
  }

  .h1RowContactos h1{
    padding-left: 0.6em !important;
  }

  .contactosFormPadding{
    padding-left: 0em;
  }
}

.contactosFormPadding{
  padding-left: 1.5em;
}



div:where(.swal2-icon).swal2-success .swal2-success-ring{
  border: 0.25em solid #9c814a !important;
}

div:where(.swal2-icon).swal2-success {
  border-color: #9c814a !important;
    color: #9c814a !important;
}

div:where(.swal2-icon).swal2-success [class^=swal2-success-line] {
  background-color: #9c814a !important;
}