@font-face {
  font-family: "menu";
  src: url("../fonts/CocoGothic-Light_trial.ttf");
}

@font-face {
  font-family: "frase";
  src: url("../fonts/RoyalWedding-Regular.ttf");
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  color: #48494a;
  background-image: url("../img/body-bg.jpg");
  background-size: cover;
}

.nav-container {
  position: fixed;
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  z-index: 9;
  height: 200px;
  align-items: center;
  align-self: center;
  align-content: center;
  transition: all 0.5s;
}

.nav-container::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 30vw;
  height: 40vh;
  background-image: url("../img/hero-bgV.png");
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;
  z-index: -1;
}

#menuP {
  font-family: "menu";
  font-weight: 700;
  font-size: 15px;
}

.menu-title {
  font-size: 22px;
  color: #fff;
}

.title {
  font-size: 35px;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.titleB {
  font-size: 35px;
  color: #000;
  font-weight: 600;
  text-align: center;
}

.titleY {
  font-size: 35px;
  color: #000;
  font-weight: 600;
  text-align: center;
}

.titleM {
  font-size: 35px;
  color: #FB7775;
  font-weight: 600;
  text-align: center;
}

.titleG {
  font-size: 35px;
  color: #000;
  font-weight: 600;
  text-align: center;
}

.subtitle {
  font-size: 25px;
  color: #fff;
}

.resalta {
  font-weight: 700;
  color: #0c0a0a;
}

.texto {
  font-size: 20px;
  text-align: justify;
}

.frase {
  font-family: "menu";
  font-size: 45px;
  line-height: normal;
  text-align: center;
  font-weight: 100;
}

.myBtn {
  background-color: #FB7775;
  color: #fff;
  transition: all 0.5s;
}

.myBtn:hover {
  background-color: #FB7775;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0, 0.1);
  color: #fff;
  transition: all 0.5s;
}

.separador {
  width: 400px;
  max-width: 300px;
  height: 5px;
  border-radius: 10px;
  background-color: #FB7775;
  margin: auto;
  margin-bottom: 25px;
}

/* footer section*/

.footer_section {
  background-color: #FB7775;
  padding: 20px 0;
  font-family: "Roboto", sans-serif;
}

.footer_section p {
  color: #fdfdfe;
  margin: 0;
  text-align: center;
}

.footer_section a {
  color: #fdfdfe;
}

/* end footer section*/

@media (max-width: 500px) {
  .logo-box img {
    position: initial;
  }
  .nav-container::before {
    width: 100vw;
    height: 25vh;
  }
  .cont-slogan {
    display: none;
  }

  .nav-container {
    position: relative;
    height: auto !important;
    overflow: initial;
    background-color: initial;
  }


  .frase {
    font-size: 38px;
  }

  .part1 {
    order: 1;
  }

  .part2 {
    order: 2;
  }
}
