* {
  box-sizing: border-box;
  font-family: 'Outfit Regular';
  overflow-x: hidden;
}

.mauto {
  margin: 0 auto;
}

header {
  background-image: url(../images/background-header.webp);
  background-size: cover;
  min-height:800px;
  background-position: top center;
}
header .container-fluid {
  padding-left: 200px;
  padding-right: 200px;
}
header .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 90px;
  margin-top: 2em;
}
header ul {
  display: inline-block; list-style: none;padding:0;
  margin-top: 0;
  margin-bottom: 0;
}
header ul li {
  display: inline-block;
}
header ul li a {
  color: white;
  font-size: 1.6rem;
  color: #D6AC84;
  font-family: 'Outfit Black';
}
header ul li a:hover {
  text-decoration: none;
  color: #78583a;
  text-decoration: underline;
}
header .content2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 600px;
  margin-top: 2em;
}
header h1 {
  font-family: 'Outfit Black';
  color: #D6AC84;
  font-size: 3.8rem;
  line-height: 1.1;
  overflow: hidden;
  margin-bottom: 0;
}
header h3 {
  font-family: 'Outfit Regular';
  font-size: 2rem;
  font-weight: 400;
  padding-top: 0;
  margin-top: 0.5em;
}
header .conv {
  margin-left: -6em;
}
header button {
  background-color: #893d64;
  font-family: 'Outfit Black';
  color: white;
  font-size: 2rem;
  border: none;
  border-radius: 30px;
  padding: 0.5em 1em;
}
header button:hover {
  background-color: #57233e;
  transition: 0.2s;
}

.about {
  background-image: url(../images/background-sec-01.webp);
  background-position: center;
  background-size: cover;
  padding-bottom: 2em;
}
.about .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 600px;
  margin-top: 2em;
}
.about h1 {
  text-align: center;
  color: #893d64;
  font-family: 'Outfit Black';
  font-size: 3rem;
}
.about p {
  font-family: 'Outfit Regular';
  font-size: 1.8rem;
  font-weight: 400;
  padding-top: 0;
  margin-top: 0.5em;
}
.about p strong {
  color: #893d64;
  font-family: 'Outfit Black';
  font-size: 2rem;
}

.consult {
  background-image: url(../images/background-sec-02.webp);
  background-position: center;
  background-size: cover;
  padding-bottom: 2em;
}
.consult .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 900px;
  margin-top: 2em;
}
.consult h1 {
  text-align: center;
  color: #893d64;
  font-family: 'Outfit Black';
  font-size: 3rem;
}
.consult h3 {
  color: #893d64;
  font-family: 'Outfit Black';
  font-size: 2rem;
}
.consult p {
  font-family: 'Outfit Regular';
  font-size: 1.8rem;
  font-weight: 400;
  padding-top: 0;
  margin-top: 0.5em;
}
.consult p strong {
  color: #893d64;
  font-family: 'Outfit Black';
  font-size: 2rem;
}

.dep {
  background-image: url(../images/background-sec-03.webp);
  background-position: center;
  background-size: cover;
  padding-bottom: 2em;
}
.dep .content {

  margin-top: 2em;
}
.dep h1 {
  text-align: center;
  color: #893d64;
  font-family: 'Outfit Black';
  font-size: 3rem;
}

.faq {
  background-image: url(../images/background-sec-05.webp);
  background-position: center;
  background-size: cover;
  padding-bottom: 2em;
}
.faq .content {

  margin-top: 2em;
}
.faq h1 {
  text-align: center;
  color: #893d64;
  font-family: 'Outfit Black';
  font-size: 3rem;
}
.faq h2 {
  background-color: white;
  font-family: 'Outfit Black';
  padding: 0.5em;
  cursor: pointer;
  margin-bottom: 0;
}
.faq p {
  background-color: white;
  margin-top: 0;
  padding-left: 1.8em;
  font-size: 1.6rem;
  padding-bottom: 0.5em;
  padding-right: 1em;
}

.faq button {
  background-color: #893d64;
  font-family: 'Outfit Black';
  color: white;
  font-size: 2rem;
  border: none;
  border-radius: 30px;
  padding: 0.5em 1em;
  margin-top: 2em;
}
.faq button:hover {
  background-color: #57233e;
  transition: 0.2s;
}

footer {
  background-image: url(../images/background-sec-06.webp);
  background-position: center;
  background-size: cover;
  padding-top: 3em;
  padding-bottom: 3em;
}
footer h3 {
  color: #893d64;
  font-family: 'Outfit Black';
  font-size: 2rem;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 0;
}
footer p {
  font-size: 1.8rem;
  margin-top: 0;
  border-bottom: 2px solid black;
  padding-bottom: 0.4em;
  margin-bottom: 0;
}
footer .main-card {
  margin-top: 2em;
}
/* Mobile */
@media screen and (max-width: 978px) {
  header {
    text-align: center;
    min-height: 800px;
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    background-image: url(../images/background-header-mobile.webp);
    background-color: #fbede4;
  }
  header .content {
    justify-content: center;
  }
  header h1 {
    font-size: 2.8rem;
  }
  header h3 br {
    display: none;
  }
  header h3 {
    font-size: 1.8rem;
  }
  header .conv {
    margin-left: 0;
  }
  header .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
  header .content2 {
    min-height: auto;
    margin-top: 0;
  }
  header button {
    font-size: 1.5rem;
  }
  .about {
    background-image: none;
    padding-bottom: 0;
  }
  .about .content {
    margin-top: 0;
  }
  .about p br {
    display: none;
  }
  .about p {
    text-align: center;
    font-size: 1.6rem;
  }
  .about h1 {
    line-height: 1.2;
    overflow: hidden;
  }
  .consult {
    padding-bottom: 0;
  }
  .consult img {
    max-width: 80px;
  }
  .consult h1 {
     margin-bottom: 0;
    line-height: 1.2;
    overflow: hidden;
  }
  .consult .card {
    flex-direction: column;
    text-align: center;
  }
  .consult .card div {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .dep img {
    margin-bottom: 2em;
  }
  .faq h1 {
    margin-bottom: 0;
    line-height: 1.2;
    overflow: hidden;
  }
  .faq h2 {
    font-size: 1.8rem;
  }
  .faq button {
    font-size: 1.5rem;
  }
  footer {
    padding-top: 1em;
  }
  footer .card {
    flex-direction: column;
    text-align: center;
    border-right: 0 !important;
    border-bottom: 2px solid black;
    margin-top: 1em;
  }
  footer h3 {
    font-size: 1.8rem;
  }
  footer p {
    border-bottom: 0;
    font-size: 1.6rem;
  }
  footer .main-card {
    flex-direction: column;
    margin-top: 0;
  }
  footer .card {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* Small Query */
@media only screen and (min-width: 980px) and (max-width: 1024px)  {
  header {
    background-position: center;
    min-height: 500px;
  }
  header .content2 {
    min-height: 500px;
  }
  header .container-fluid {
    padding-right: 10px;
    padding-left: 10px;
  }
  header h1 {
    font-size: 3rem;
  }
  header h3 {
    font-size: 1.5rem;
  }
  header .conv {
    margin-left: -1em;
    /* max-width: 83%; */
  }
  header button {
    font-size: 1.6rem;
  }
  .about {
    background-position: top 0px right -150px;
    background-repeat: no-repeat;
  }
  .about .content {
    min-height: 400px;
  }
  .about p {
    font-size: 1.6rem;
  }
  .consult {
    background-position: top 0px left -200px;
  }
  .consult img {
    max-width: 80px;
  }
}

/* Medium Query */
@media only screen and (min-width: 1025px) and (max-width: 1700px)  {
  header {
    background-position: left bottom;
  }
  header .container-fluid {
    padding-right: 100px;
    padding-left: 100px;
  }
  header .conv {
    margin-left: -1em;
  }
  header h1 {
    font-size: 3rem;
  }
  header h3 {
    font-size: 1.6rem;
  }
  header button {
    font-size: 1.8rem;
  }
  .about {
    background-position: right;
  }
  .consult {
    background-position: top 0px left -150px;
  }
}

/* High Query */
@media only screen and (min-width: 1710px) and (max-width: 2559px)  {

}

/* 2k Query */
@media only screen and (min-width: 2560px) and (max-width: 9000px)  {
  header {
    min-height:1100px;
    background-image: url(../images/background-header-2560.webp);
  }
  header .content2 {
    min-height: 1000px;
  }
  header .conv {
    /* margin-left: -12em; */
    max-width: 83%;
  }
  .about {
    padding-top: 2em;
    background-image: url(../images/background-sec-01-2560.webp);
  }
  .about .content {
    min-height: 750px;
  }
  .consult {
    background-image: url(../images/background-sec-02-2560.webp);
  }
  
}