@charset "UTF-8";
body, a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-family: "Campton Book"sans-serif;
  color: #000000;
  -webkit-font-smoothing: antialiased;
}
#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 20px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #B8E7FC; /* Set a background color */
  color: #394492; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}
#myBtn:hover {
  background-color: #F2BCBC; /* Add a dark-grey background on hover */
}
body {
  background-color: #F4F4F4;
  font-family: inherit;
  font-family: "Campton Light";
  width: 100%;
}
a {
  line-height: 1.1;
  text-decoration: none;
}
a:hover {
  color: #FF1551;
}
p {
  font-family: "Campton Book";
  font-size: 1em;
  color: #402d51;
}
h1 {
  font-family: "ProtoGrotesk ExtraLight";
  font-size: 3em;
  line-height: 1.1;
  color: white;
}
h2 {
  font-family: "ProtoGrotesk ExtraLight";
  font-size: 1.7em;
  color: #402d51;
}
h3 {
  font-family: "ProtoGrotesk ExtraLight";
  font-size: 1.3em;
  color: #402d51;
}
h4 {
  font-family: "Ogg Roman";
  font-size: 2.3em;
  color: #402d51;
}
.maincontainer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}
.video2 {
  top: 0%;
  left: 0%;
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  grid-column: 1/2;
  visibility: visible;
}
header {
  grid-column: 4/5;
  margin-top: 34px;
  z-index: 99;
  background-color: black;
  height: 15px;
}
header a {
  color: white;
  line-height: 1.1;
  text-decoration: none;
}
.instagramBtn {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 99;
  cursor: pointer;
}
.whatsappBtn {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 99;
  cursor: pointer;
}
.newLogo {
  position: fixed;
  top: 26px;
  right: 120px;
  z-index: 97;
  cursor: pointer;
}
.hamburger {
  position: fixed;
  top: 38px;
  right: 50px;
  z-index: 99;
  cursor: pointer;
}
.line {
  width: 30px;
  height: 2px;
  background: #402d51;
  margin-bottom: 5px;
}
.line:hover {
  background: #402d51;
}
.menu {
  width: 320px;
  height: 100%;
  background: #402d51;
  position: fixed;
  top: 0;
  right: -320px;
  transition: right .1s;
  z-index: 98;
  padding-left: 20px;
}
.menu-item:first-child {
  margin-top: 180px;
}
.menu--open {
  right: 0;
}
.menu-item a {
  color: #fff;
  width: 100%;
  padding: 1rem;
  box-sizing: border-box;
  font-size: 2em;
  line-height: 1.6;
  text-align: right;
}
.menu-item:hover {
  border-bottom: 1px solid #FFFFFF;
  cursor: pointer;
}
footer {
  grid-column: 1/5;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-left: 50px;
  padding-right: 40px;
  padding-top: 40px;
  padding-bottom: 80px;
  background-color: #402d51;
}
footer p {
  color: white;
  font-size: .8em;
}
footer span {
  color: white;
  font-weight: 700;
}
footer h1 {
  color: white;
  font-family: "Ogg Roman";
  font-size: 3em;
}
.portafolioBtnfooter {
  grid-column: 2/4;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}





@media only screen and (max-width: 900px) {
  .maincontainer {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    height: auto;
  }
  footer {
    grid-column: 1/2;
    display: grid;
    grid-template-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #402d51;
  }
  footer p {
    color: white;
    font-size: .8em;
  }
  footer span {
    color: white;
    font-weight: 700;
  }
  footer h1 {
    color: white;
    font-family: "Ogg Roman";
    font-size: 3em;
  }
  .portafolioBtnfooter {
    grid-column: 1/2;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
  }
}