body,
html {
    margin: 0;
    padding: 0;
    font-family: DM Sans, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.5rem;
    color: white;
    box-sizing: border-box;
    background-color: rgb(43, 20, 63); 
}

.montecarlo-regular {
  font-family: "MonteCarlo", cursive;
  font-weight: 400;
  font-style: normal;
}

.josefin-slab uniquifier {
  font-family: "Josefin Slab", serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}

@font-face{
  font-family:  "Josefin Slab", serif;
  src:url(JosefinSlab-Thin.ttf);
}

p{
  font-family: "Josefin Slab", serif;
}

@font-face{
  font-family:  "MonteCarlo", cursive;
  src:url(MonteCarlo-Regular.ttf);
}

h1{
  font-family: "MonteCarlo", cursive;
  font-weight: 400;
  font-style: normal;
}

/* Global*/
.container {
  width: 100%;
  margin: auto;
  overflow: hidden;
}

/*Header*/
header {
  color: #fff;
  position: fixed;
  height: 3rem;
  z-index: 2;
  width: 100%;

}

header img{
  height: 2.5rem;
}

header #branding{
  display: inline;
}

header a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.7rem;
  line-height: 0.1;
  top: -1rem;
}

header ul{
  margin: 0.4rem 3rem 0 0;
}

header li{
  float: left;
  display: flex;
  padding: 0.4rem 0.5rem;
}

header nav{
  float: right;
}

header .current a{
  top: -1rem;
  color: #ac8bc9;
}

header a:hover{
  color: #cccccc;
}

.instagram img{
  height: 1.5rem;
  margin: 0.3rem 0.8rem 0 0;
  float: right;
  display: inline;
  right: 1rem;
}

.toggle-button {
  visibility: hidden;
  display: none;
}

.toggle-button .bar {
  height: 2px;
  width: 100%;
  display: none;
  background-color: #fff;
}

.contact{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; 
  top: 5rem;
  width: 80%;
  margin: 0 auto;
  z-index: 0;
  height: auto;
}

.touch-me img{
  position: absolute;
  display: block;
  visibility: visible;
  width: 6rem;
  height: 6rem;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -5rem;
  z-index: 0;
}

.touch-me{
  position: absolute;
  width: 100%;
  height: 100%;
  padding-bottom: 1rem;
}

.touch-me {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; 
  font-size: 1rem;
  top: 5rem;
  left: 0;
  right: 0;
}

.my-name{
  position: absolute;
  display: block;
  top: 0;
}

.contact-method{
  position: absolute;
  display: block;
  top: 2rem;
  line-height: 2rem;
}

.phone-number {
  position: relative;
  display: block;
  top: 3rem;
  line-height: 2rem;
}

.contace-instagram{
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.contact-instagram img{
  width: 1.6rem;
  height: 1.6rem;
  position: relative;
  top: 6rem;
}

.content{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 6rem;
  text-align: left;
  top: -10rem;
}

.content p{
  position: relative;
  text-align: center;
  font-size: 0.6rem;
   font-size: 0.8rem;
  top: 15rem;
}

form{
  position: relative;
  width: 60%;
  margin: 0rem auto;
  opacity: 0.85;
  top: 15rem;
}

input {
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none;
  background-color: transparent;
  color: #fff;
  font-size: 0.7rem;
}    

input:focus {
  outline: none;
}

.mo-input {
  color: #fff;
  background-color: rgb(43, 20, 63);
  border-radius: 0.5rem;
  border: 1px solid #fff;
  box-sizing: border-box;
  display: inline-block;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 50%;
  height: 1.6rem;
  line-height: 1.8rem;
  padding: 0 0.4rem;
  display: block;
  margin-left: rem;
  margin-top: 0.2rem;
}

/* 提示文字 */
.mo-input::placeholder {
  color: #c0c4cc;
}

/* 鼠标hover */
.mo-input:hover {
  border-color: #c0c4cc;
}

/* 获得焦点 */
.mo-input:focus {
    border-color: #c40efb;
}

textarea {
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none;
  background-color: rgba(43, 20, 63); 
  font-size: 0.8rem;
  width: 99%;
  border: 1px solid #fff;
  margin-top: 0.2rem;
}

textarea:focus {
  outline: none;
}

textarea::-webkit-input-placeholder {
  color: #fff !important;
}

.mo-textarea {
  display: inline-block;
  resize: vertical;
  padding: 5px 15px;
  line-height: 1.5;
  box-sizing: border-box;
  color: #fff;
  background-color: rgb(43, 20, 63);
  border-radius: 0.5rem;
  opacity: 0.85;
  border: 1px solid #fff;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

input[type="submit"] {
  background-color: #2b143f; 
  color: #fff; 
  width: 30%;
  height: 2rem;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto; 
  border-radius: 0.5rem;
  border: 1px solid #fff;
}

.actions{
  list-style: none;
}

footer {
  width: 100%;
  height: 2rem;
  display: block;
  font-size: 0.7rem;
  text-align: center;
  color: #797979;
  margin: 0;
  padding: 0;
  position: relative;
  top: 30rem;
}

@media screen and (max-width: 580px) {
body{
  overflow-x: hidden;
}

 header img{
  visibility: hidden;
} 
  
.instagram img{
  visibility: hidden;
  display: none;
}

.toggle-button {  
  position: absolute;
  top: 0.7rem;
  right: 0.75rem;
  visibility: visible;
  display: block;
  width: 30px;
  height: 21px;
}

.toggle-button .bar {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: space-between;
  height: 2px;
  width: 100%;
  margin-bottom: 6px;
  background-color: #fff;
  visibility: visible;
}

.navegation{
  display: none;
}

.navegation.active {
  display: flex;
  flex-direction: column;
  width: 100vw;
  top: -1rem;
  left: 0;
  height: 100vh;
  position: absolute;
  padding: 12rem 0;
  margin: 0 auto;
  background-color: #2b143f;
  opacity: 0.9;
}

.navegation a {
  display: block;
  flex-direction: column;
  align-items: center;
  justify-items: center;
  margin: 0 2rem;
  width: 100%;
}

.navegation li a {
  width: 100%;  
  display: flex;
  text-align: center;
  font-size: 0.75rem;
  padding:  0.5rem 0;
}

.contact{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; 
  top: 5rem;
  width: 80%;
  margin: 0 auto;
  z-index: 0;
  height: auto;
}

.touch-me img{
  position: absolute;
  display: block;
  visibility: visible;
  width: 6rem;
  height: 6rem;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -5rem;
  z-index: 0;
}

.touch-me{
  position: absolute;
  width: 100%;
  height: 100%;
  padding-bottom: 1rem;
}

.touch-me {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; 
  font-size: 1rem;
  top: 5rem;
  left: 0;
  right: 0;
}

.my-name{
  position: absolute;
  display: block;
  top: 0;
}

.contact-method{
  position: absolute;
  display: block;
  top: 2rem;
  line-height: 2rem;
}

.phone-number {
  position: relative;
  display: block;
  top: 3rem;
  line-height: 2rem;
}

.contact-instagram{
  top: 4rem;
}

.content{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 6rem;
  text-align: left;
  top: -10rem;
}

.content p{
  position: relative;
  text-align: center;
  font-size: 0.7rem;
  top: 16rem;
}

form{
  position: relative;
  width: 100%;
  margin: 0rem auto;
  opacity: 0.85;
  top: 16rem;
}

input {
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none;
  background-color: transparent;
  color: #fff;
  font-size: 0.7rem;
}    

input:focus {
  outline: none;
}

.mo-input {
  color: #fff;
  background-color: rgb(43, 20, 63);
  border-radius: 0.5rem;
  border: 1px solid #fff;
  box-sizing: border-box;
  display: inline-block;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 70%;
  height: 1.6rem;
  line-height: 1.8rem;
  padding: 0 0.4rem;
  display: block;
  margin-left: 0rem;
  margin-top: 0.2rem;
}

/* 提示文字 */
.mo-input::placeholder {
  color: #c0c4cc;
}

/* 鼠标hover */
.mo-input:hover {
  border-color: #c0c4cc;
}

/* 获得焦点 */
.mo-input:focus {
  border-color: #c40efb;
}

textarea {
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none;
  background-color: rgba(43, 20, 63); 
  font-size: 0.8rem;
  width: 99%;
  margin-top: 0.2rem; 
  border-radius: 0.5rem;
  border: 1px solid #fff;
}

textarea:focus {
  outline: none;
}

textarea::-webkit-input-placeholder {
  color: #fff !important;
}

.mo-textarea {
  display: inline-block;
  resize: vertical;
  padding: 5px 15px;
  line-height: 1.5;
  box-sizing: border-box;
  color: #fff;
  background-color: rgba(43, 20, 63); 
  opacity: 0.85;
  border: 1px solid #fff;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

input[type="submit"] {
  background-color: #2b143f; 
  color: #fff; 
  width: 50%;
  height: 2rem;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

footer {
  width: 100%;
  height: 2rem;
  display: block;
  font-size: 0.7rem;
  text-align: center;
  color: #797979;
  margin: 0;
  padding: 0;
  position: relative;
  top: 32rem;
}
}

@media screen and (min-width: 581px) and (max-width: 909px) {

body{
  overflow-x: hidden;
}

header{
  top: -0.05rem;
}

 header img{
  visibility: visible;
} 
  
.instagram img{
  visibility: visible;
  display: block;
  margin-top: 0;
}

.toggle-button {  
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  visibility: visible;
  display: none;
  width: 30px;
  height: 21px;
}

.toggle-button .bar {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: space-between;
  height: 2px;
  width: 100%;
  margin-bottom: 6px;
  background-color: #fff;
  visibility: visible;
}

.navegation{
  display: block;
}

.navegation.active {
  display: flex;
  flex-direction: column;
  width: 100vw;
  top: 0;
  left: 0;
  height: 100vh;
  position: absolute;
  margin: 0rem auto;
  padding: 3rem 0;
  background-color: #2b143f;
  opacity: 0.9;
}

.navegation a {
  display: block;
  visibility: visible;  
}

.navegation li a {
  width: 100%;  
  text-align: center;
  font-size: 0.6rem;
  padding:  0 0.5rem;
}

.contact{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; 
  top: 5rem;
  width: 80%;
  margin: 0 auto;
  z-index: 0;
  height: auto;
}

.touch-me img{
  position: absolute;
  display: block;
  visibility: visible;
  width: 6rem;
  height: 6rem;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -5rem;
  z-index: 0;
}

.touch-me{
  position: absolute;
  width: 100%;
  height: 100%;
  padding-bottom: 1rem;
}

.touch-me {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; 
  font-size: 1rem;
  top: 5rem;
  left: 0;
  right: 0;
}

.my-name{
  position: absolute;
  display: block;
  top: 0;
}

.contact-method{
  position: absolute;
  display: block;
  top: 2rem;
  line-height: 2rem;
}

.phone-number {
  position: relative;
  display: block;
  top: 3rem;
  line-height: 2rem;
}

.contact-instagram{
  top: 4rem;
}

.content{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80%;
  height: 6rem;
  text-align: left;
  top: -10rem;
}

.content p{
  position: relative;
  text-align: center;
  font-size: 0.7rem;
  top: 16rem;
}

form{
  position: relative;
  width: 90%;
  margin: 0rem auto;
  opacity: 0.85;
  top: 16rem;
}

input {
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none;
  background-color: transparent;
  font-size: 0.7rem;
}    

input:focus {
  outline: none;
}

.mo-input {
  color: #fff;
  background-color: rgba(43, 20, 63); 
  border-radius: 0.5rem;
  border: 1px solid #fff;
  box-sizing: border-box;
  display: inline-block;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 70%;
  height: 1.6rem;
  line-height: 1.8rem;
  padding: 0 0.4rem;
  display: block;
  margin-left: 0rem;
  border: 1px solid #fff;
  margin-top: 0.2rem;
}

/* 提示文字 */
.mo-input::placeholder {
  color: #c0c4cc;
}

/* 鼠标hover */
.mo-input:hover {
  border-color: #c0c4cc;
}

/* 获得焦点 */
.mo-input:focus {
  border-color: #c40efb;
}

textarea {
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none;
  background-color: rgba(43, 20, 63); 
  font-size: 0.8rem;
  width: 99%;
  margin-top: 0.2rem;
  border-radius: 0.5rem;
  border: 1px solid #fff;
}

textarea:focus {
  outline: none;
}

textarea::-webkit-input-placeholder {
  color: #fff !important;
}

.mo-textarea {
  display: inline-block;
  resize: vertical;
  padding: 5px 15px;
  line-height: 1.5;
  box-sizing: border-box;
  color: #fff;
  background-color: rgba(43, 20, 63); 
  opacity: 0.85;
  border: 1px solid #fff;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

input[type="submit"] {
  background-color: #2b143f; 
  color: #fff; 
  width: 40%;
  height: 2rem;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 0.5rem;
  border: 1px solid #fff;
}

footer {
  width: 100%;
  height: 2rem;
  display: block;
  font-size: 0.5rem;
  text-align: center;
  color: #797979;
  margin: 0;
  padding: 0;
  position: relative;
  top: 34rem;
}

}

@media screen and (min-width: 909px) and (max-width: 1100px) {

body{
  overflow-x: hidden;
}

header{
  top: -0.05rem;
}

 header img{
  visibility: visible;
} 
  
.instagram img{
  visibility: visible;
  display: block;
  margin-top: 0;
}

.toggle-button {  
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  visibility: visible;
  display: none;
  width: 30px;
  height: 21px;
}

.toggle-button .bar {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: space-between;
  height: 2px;
  width: 100%;
  margin-bottom: 6px;
  background-color: #fff;
  visibility: visible;
}

.navegation{
  display: block;
}

.navegation.active {
  display: flex;
  flex-direction: column;
  width: 100vw;
  top: 0;
  left: 0;
  height: 100vh;
  position: absolute;
  margin: 0rem auto;
  padding: 3rem 0;
  background-color: #2b143f;
  opacity: 0.9;
}

.navegation a {
  display: block;
  visibility: visible;  
}

.navegation li a {
  width: 100%;  
  text-align: center;
  font-size: 0.6rem;
  padding:  0 1rem;
}

.contact{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; 
  top: 10rem;
  width: 80%;
  margin: 0 auto;
  z-index: 0;
  height: auto;
}

.touch-me img{
  position: absolute;
  display: block;
  visibility: visible;
  width: 6rem;
  height: 6rem;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -5rem;
  z-index: 0;
}

.touch-me{
  position: absolute;
  width: 100%;
  height: 100%;
  padding-bottom: 1rem;
}

.touch-me {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; 
  font-size: 1.2rem;
  top: 5rem;
  left: 0;
  right: 0;
}

.my-name{
  position: absolute;
  display: block;
  top: 0;
}

.contact-method{
  position: absolute;
  display: block;
  top: 2rem;
  line-height: 2rem;
}

.phone-number {
  position: relative;
  display: block;
  top: 3rem;
  line-height: 2rem;
}

.contact-instagram{
  top: 4rem;
}

.content{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 60%;
  height: 6rem;
  text-align: left;
  top: -10rem;
}

.content p{
  position: relative;
  text-align: center;
  font-size: 0.7rem;
  top: 16rem;
}

form{
  position: relative;
  width: 100%;
  margin: 0rem auto;
  opacity: 0.85;
  top: 16rem;
  height: 100%;
}

input {
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none;
  background-color: transparent;
  color: #fff;
  font-size: 0.7rem;
}    

input:focus {
  outline: none;
}

.mo-input {
  color: #606266;
  background-color: rgb(43, 20, 63);
  border-radius: 0.5rem;
  border: 1px solid #fff;
  box-sizing: border-box;
  display: inline-block;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 80%;
  height: 1.6rem;
  line-height: 1.8rem;
  padding: 0 0.4rem;
  display: block;
  margin-left: 0rem;
  margin-top: 0.2rem;
}

/* 提示文字 */
.mo-input::placeholder {
  color: #c0c4cc;
}

/* 鼠标hover */
.mo-input:hover {
  border-color: #c0c4cc;
}

/* 获得焦点 */
.mo-input:focus {
  border-color: #c40efb;
}

textarea {
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none;
  background-color: rgba(43, 20, 63); 
  font-size: 0.8rem;
  width: 100%;
  margin-top: 0.2rem;
  border-radius: 0.5rem;
  border: 1px solid #fff;
}

textarea:focus {
  outline: none;
}

textarea::-webkit-input-placeholder {
  color: #fff !important;
}

.mo-textarea {
  display: inline-block;
  resize: vertical;
  padding: 5px 15px;
  line-height: 1.5;
  box-sizing: border-box;
  color: #fff;
  background-color: rgba(43, 20, 63); 
  opacity: 0.85;
  border: 1px solid #fff;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

input[type="submit"] {
  background-color: rgba(43, 20, 63); 
  color: #fff; 
  width: 40%;
  height: 2rem;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 0.5rem;
  border: 1px solid #fff;
}

footer {
  width: 100%;
  height: 2rem;
  display: block;
  font-size: 0.7rem;
  text-align: center;
  color: #797979;
  margin: 0;
  padding: 0;
  position: relative;
  top: 42rem;
}
}

@media only screen and (min-width: 768px ) and (max-width: 1400px) and ( orientation: landscape ) {
  body{
    display: none;
  }
}