@import url("https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jura:wght@300;400;500;600;700&family=Play:wght@400;700&display=swap");

body {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

:root {
  --inputnavmenusize: 22px;
  --inputnavmenusizemobile: 22px;
}

.navbar {
  display: flex;
    height: calc(50px + 2.604vw);
    width: 100%;
    background: #232323;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 700;
}

.logo {
  height: 40px;
  width: 192px;
  margin: 34px 0px 26px 24px;
}
.logo img {
  height: calc(20px + 1.042vw );
}

.mobile {
  display: none;
}

.selectors {
  color: white;
  display: flex;
  position: fixed;
  top: calc(55px - (7.5px + 0.39vw));
  right: calc(10px + 1.563vw);
  z-index: 40;
  font-family: "Play", sans-serif;
}

/*listado*/
.menu_derecha {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-family: Play;
  font-style: normal;
  font-weight: normal;
  font-size: 1.146vw !important;
  line-height: 320% !important;
  margin: auto;
  align-items: center;
}

.menu-items a {
  text-decoration: none;
  color: white;
}
/*Gallery NavBar*/

.navBarSections {
  height: 20px;
  width: auto;
  color: white;
  transition: 0.5s;
  margin-right: 43px;
  font-size: calc(7.5px + 0.39vw);
}
input {
  display: none;
}
input[type="radio"]:checked + div.navBarSections {
  color: #e94e1b;
}

/*Navbar derecha*/
.navbar_derecha {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 30%;
  min-width: 375px;
  z-index: 0;
}

.navbar-container {
  display: flex;
  justify-content: center;
  position: relative;
  height: 90px;
  width: 70%;
  color: white;
  font-family: "Play", sans-serif;
  font-size: 1vw;
  left:30%;
}
.navbar-container form {
  width: 100%;
}
.navbar-container input {
  display: inherit;
  background: none;
  border: none;
  border-bottom: solid 1px white;
  width: 100%;
  padding-top: 2%;
  padding-bottom: 4%;
  margin-bottom: 6%;
  color: #e94e1b;
  font-size: 1vw;
  font-family: "Play", sans-serif;
}

.navbar-container input::placeholder {
  color: #f8f8f8;
  font-weight: 300;
}
.navbar-container input:focus {
  outline: none;
}

.navbar-container label {
  width: 80%;
  margin-left: 10%;
  margin-bottom: 50px;
  font-size: 1.8vw;
}

.insta_nav svg{
  margin: 0.521vw 0 0.521vw 0;
  height: 1.2vw !important;
}
.contacto{
  display: inherit;
  background: #e94e1b;
  border: none;
  padding: 2.5% 10%;
  width: auto;
  border-radius: 50px;
  color: white;
  font-size: 1.2vw;
  box-shadow: inset 0 0 0 0 #ff5d29;
  transition: ease-out 0.4s;
  margin: 0;
  margin-bottom: 3%;
}
.navbar-container input[type="submit"]:hover {
  box-shadow: inset 0 0 200px 200px #ff5d29;
}
.navbar-container input[type="checkbox"] {
  position: absolute;
  display: block;
  height: var(--inputnavmenusize);
  width: var(--inputnavmenusize);
  top: 40px;
  right: 1vw;
  z-index: 1;
  opacity: 0;
}
.navbar-container .hamburger-lines {
  height: var(--inputnavmenusize);
  width: var(--inputnavmenusize);
  position: absolute;
  top: 40px;
  right: 1vw;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navbar_derecha svg {
  height: var(--inputnavmenusize);
  width: var(--inputnavmenusize);
}
.navbar-container .equis {
  height: var(--inputnavmenusize);
  width: var(--inputnavmenusize);
  position: absolute;
  top: 40px;
  right: 1vw;
  z-index: 0;
  display: none;
}
.navbar_derecha .menu-items {
  background: #232323;
  height: CALC(100vh - 50px - 2.604vw);
  width: 100%;
  transform: translate(150%);
  display: flex;
  flex-direction: column;
  transition: transform 0.5s ease-in-out;
  justify-content: flex-start;
  align-items: center;
  margin-top: calc(50px + 2.604vw);
}
.navbar-container input[type="checkbox"]:checked ~ .menu-items {
  transform: translateX(0);
}
.navbar-container input[type="checkbox"]:checked ~ .hamburger-lines {
  display: NONE;
}
.equis path {
  fill: white;
}
.navbar-container input[type="checkbox"]:checked ~ .equis {
  display: flex;
  align-items: center;
  justify-content: center;
}

/*Formulario de Contacto en Navbar*/
.formulario_contacto {
  height: 60vh;
  width: 20vw;
  background: #232323;
  display: flex;
  flex-direction: column;
}
.formulario_contacto form p {
  font-family: "Jura", sans-serif;
  font-size: 2.2vw;
  font-weight: 800;
  text-align: center;
}
.formulario_contacto form p:nth-child(2) {
  font-size: 0.8vw;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 10%;
  margin-bottom: 10%;
  font-family: "Play", sans-serif;
}
.formulario_contacto form p:nth-child(7) {
  font-size: 0.8vw;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 5%;
  margin-bottom: 5%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.formulario_contacto form a {
  font-size: 0.8vw;
  font-weight: 500;
  text-transform: uppercase;
  color: #e94e1b;
}
#icomment {
  height: 12vh;
}

@media (max-width: 414px) {
  .contacto{
    font-size: 5vw;
  }

  .insta_nav svg{
    margin: 0.2vw 0 0.521vw 0;
    height: 15vw !important;
  }

  .navbar {
    border-bottom: solid gray 1px;
  }

  .desktop {
    display: none;
  }
  .mobile {
    display: block;
    z-index: 60;
    width: 45px;
    height: 38.96px;
    position: fixed;
    left: 7px;
    top: 21px;
    margin: 0;
  }
  .mobile img {
    width: calc(20px + 2vw);
    height: calc(20px + 2vw);
  }

  .selectors {
    top: calc(50px + 2.604vw);
    left: 0;
    color: red;
    background: #232323;
    width: 100%;
    height: 40px;
    justify-content: space-around;
    align-items: center;
    border-top: solid 1px #2c2c2c;
    z-index: 0;
  }

  .navbar-container{
    width: 100%;
    left:0;
  }
  .navbar_derecha .menu-items {
    background: #232323;
    height: calc(100vh - 100px);
    width: 100%;
    transform: translate(150%);
    display: flex;
    flex-direction: column;
    transition: transform 0.5s ease-in-out;
    justify-content: flex-start;
    align-items: center;
    margin-top: 105px;
  }
  .navBarSections {
    margin-right: 0;
    font-size: 2.933vw;
  }

  .navbar_derecha {
    width: 100%;
    z-index: 9;
    min-width: inherit;
  }
  .formulario_contacto {
    height: 100vh;
    width: 80%;
  }
  .formulario_contacto form p {
    font-size: 8vw;
    text-align: center;
  }
  .formulario_contacto form p:nth-child(2) {
    font-size: 3vw;
  }
  .formulario_contacto form a {
    font-size: 3vw;
  }
  .navbar-container {
    height: 18vw;
    z-index: 100;
  }
  .navbar-container input {
    font-size: 5vw;
  }
  .navbar-container input[type="submit"] {
    font-size: 5vw;
    margin-bottom: 5vw;
  }
  ul {
    padding-inline-start: 0px;
  }
  
  .formulario_contacto form p:nth-child(7) {
    font-size: 5vw;
  }
  .nav_gallery {
    height: 18vw;
    width: 50%;
    z-index: 10;
  }
  .navbar_derecha svg {
    height: var(--inputnavmenusizemobile);
    width: var(--inputnavmenusizemobile);
  }
  .navbar-container .hamburger-lines {
    height: var(--inputnavmenusizemobile);
    width: var(--inputnavmenusizemobile);
    top: 23px;
    right: 9px;
    margin: 0;
  }
  .navbar-container p {
    font-size: 4vw;
    margin-bottom: 2.667vw;
  }
  .navbar-container input[type="checkbox"] {
    height: var(--inputnavmenusizemobile);
    width: var(--inputnavmenusizemobile);
    top: 23px;
    right: 9px;
    margin: 0;
  }
  .navbar-container .equis {
    height: var(--inputnavmenusizemobile);
    width: var(--inputnavmenusizemobile);
    top: 23px;
    right: 9px;
    margin: 0;
  }

  .menu_derecha {
    font-size: 5.867vw !important;
    line-height: 320% !important;
    align-items: center;
  }
}
