@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");
nav {
  z-index: 10000;
}
body{
  background:#000;
}
p {
  display: block;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.autoretrato {
  background: url(../img/03_contact/Autorretrato_GMT-FINAL.jpg);
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center 3vw;
  width: 50vw;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
/*Formulario de Contacto en Navbar*/
.formulario_contacto-c {
  height: CALC(100vh - 50px - 2.604vw);
  width: 50vw;
  background: #191919;
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 0;
  top: calc(50px + 2.604vw);
}
.formulario_contacto-c form p {
  text-align: center;
  color: white;
  font-family: Jura;
  font-style: normal;
  font-weight: bold;
  font-size: 3.125vw;
  line-height: 140%;
  margin-top: calc(1vw);
}
.formulario_contacto-c form p:nth-child(4) {
  text-transform: uppercase;
  margin-top: 0.625vw;
  margin-bottom: 1.5vw;
  font-family: Play;
  font-style: normal;
  font-weight: normal;
  font-size: 1.146vw;
  line-height: 140%;
}
.formulario_contacto-c form p:nth-child(9) {
  text-transform: uppercase;
  margin-top: 0.938vw;
  margin-bottom: 0.469vw;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Play;
  font-style: normal;
  font-weight: normal;
  font-size: 0.729vw;
  line-height: 140%;
}
.insta {
  display: flex;
  justify-content: center;
  align-items: center;
}
.formulario_contacto-c form a {
  font-size: 1.146vw;
  font-weight: 500;
  text-transform: uppercase;
  color: #e94e1b;
}
#icomment {
  height: 12vh;
}

.menu-items-c input, #asunto{
  display: inherit;
  background: none;
  border: none;
  border-bottom: solid 1px white;
  width: 95%;
  padding-top: 2%;
  padding-bottom: 4%;
  margin: auto;
  margin-bottom: 6%;
  color: #e94e1b;
  font-size: 0.729vw;
  font-family: "Play", sans-serif;
}

#imessage {
  margin-bottom: 1vw;
}
.follow{
  font-size: 0.729vw !important;
  margin: 0 0 1vw 0 !important;
}
select#asunto {
  -webkit-appearance: button;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-padding-end: 20px;
  -webkit-padding-start: 2px;
  -webkit-user-select: none;
  background-image: url(../images/select-arrow.png), 
    -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
  background-position: center right;
  background-repeat: no-repeat;
  border: 0px solid #AAA;
  color: #555;
  font-size: inherit;
  margin: 0;
  overflow: hidden;
  padding-top: 2px;
  padding-bottom: 2px;
  text-overflow: ellipsis;
  white-space: nowrap;
  background:#191919;
  display: inherit;
  background: none;
  border: none;
  border-bottom: solid 1px white;
  width: 95%;
  padding-top: 2%;
  padding-bottom: 4%;
  margin: auto;
  margin-bottom: 6%;
  
  font-size: 0.729vw;
  font-family: "Play", sans-serif;
}

.menu-items-c input[type="submit"] {
  display: inherit;
  background: #e94e1b;
  border: none;
  padding: 0.417vw 1.935vw 0.365vw 1.867vw;
  width: auto;
  border-radius: 50px;
  margin: 0 auto 0.938vw auto !important;
  color: white;
  box-shadow: inset 0 0 0 0 #ff5d29;
  transition: ease-out 0.4s;
  font-family: Play;
  font-style: normal;
  font-weight: normal;
  font-size: 0.938vw;
  line-height: 140%;
}
.menu-items-c form {
  width: 60%;
  margin: auto;
}

.insta svg {
  width: 1.26vw;
  height: 1.302vw;
}

.navbar {
  border-bottom: solid 1px #2c2c2c;
}
.mobile {
  display: none;
}
input:focus {
  outline: none;
}

@media (max-width: 414px) {
  body {
    height: 150vh;
    background-color: black;
  }
  .menu-items-c form {
    width: 80%;
    margin: auto;
  }
  .desktop {
    display: none;
  }
  .navbar {
    border-bottom: solid #2c2c2c 1px !important;
  }

  .formulario_contacto-c form p:nth-child(2) {
    font-size: 10.667vw;
    line-height: 140%;
    width: 90%;
    margin: 0 auto 0 auto;
    position: relative;
    top: 40px;
  }
  .formulario_contacto-c form p:nth-child(3) {
    text-transform: uppercase;
    margin-top: 9.333vw;
    margin-bottom: 10%;
    font-family: Play;
    font-style: normal;
    font-weight: normal;
    font-size: 3.733vw;
    line-height: 5.6vw;
    width: 100%;

    position: relative;
    top: 40px;
  }
  .formulario_contacto-c form a {
    font-size: 3.733vw;
    font-weight: 500;
    text-transform: uppercase;
    color: #e94e1b;
  }

  .formulario_contacto-c {
    width: 100%;
    height: CALC(100vh - 50px + 17.4vw);
    top: calc(50px - 17.4vw);
  }




  .autoretrato {
    top: 100vh;
    width: 100%;
    height: 60vh;
    background-size: cover;
    background-position: center;
  }
  .menu-items-c input:nth-child(5) {
    display: inherit;
    background: none;
    border: none;
    border-bottom: solid 1px white;
    width: 95%;
    padding-top: 30%;
    padding-bottom: 4%;
    margin: auto;
    margin-bottom: 6%;
    color: #e94e1b;
    font-size: 3.733vw;
    font-family: "Play", sans-serif;
  }
  .menu-items-c input {
    display: inherit;
    background: none;
    border: none;
    border-bottom: solid 1px white;
    width: 95%;
    padding-top: 2%;
    padding-bottom: 4%;
    margin: auto;
    margin-bottom: 6%;
    color: #e94e1b;
    font-size: 3.733vw;
    font-family: "Play", sans-serif;
  }
  .menu-items-c input[type="submit"] {
    display: inherit;
    background: #e94e1b;
    border: none;
    padding: 1.65vw 8.6vw 1.65vw 8.6vw;
    width: auto;
    border-radius: 50px;
    margin: auto;
    color: white;
    margin-top: 12.933vw !important;
    box-shadow: inset 0 0 0 0 #ff5d29;
    transition: ease-out 0.4s;
    font-family: Play;
    font-style: normal;
    font-weight: normal;
    font-size: 5.333vw;
    line-height: 140%;
  }
  select#asunto{
    font-size: 3.773vw;
  }
  .formulario_contacto-c form p:nth-child(9) {
    text-transform: uppercase;
    margin-top: 0.938vw;
    margin-bottom: 0.469vw;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Play;
    font-style: normal;
    font-weight: normal;
    font-size: 4vw;
    line-height: 300%;
  }
  .insta svg {
    width: 5.549vw;
    height: 5.549vw;
  }
  .navbar_derecha .menu-items{
    height: calc(100vh - (50px + 2.604vw)) !important;
    margin-top: calc(50px + 2.604vw) !important;
  }
}
