@font-face {
  font-family: 'ImpactedY';
  src: url('fonts/Impacted.ttf') format('truetype');
}
/* -- EL PTO MENÚ PRINCIPAL -- */
a {
  text-decoration: none;
}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
#generalCont {
  background-color: #000;
}
#wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#content {
  position: relative;
  float: left;
  background: #FFF;
}
#header-wrapper {
  position: relative;
  float: left;
  width: 100%;
}
header {
  position: relative;
  float: left;
  height: 4vw;
  background: #000000;
}
/* -- EL PTO MENÚ PRINCIPAL -- */

/* -- Título -- */
.titulo0 {
  background-image: url("multimedia/stockInfo2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  color: #00ff00;
  text-shadow: 0.3em 0.3em 0px #000;
  text-shadow: 0.3vw 0.3vw 0px #000;
  padding-top: 10vw;
  padding-bottom: 10vw;
  text-align: center;
  letter-spacing: 0.1vw;
  font-family:'ImpactedY', Impact, sans-serif;
}
.titulo0 h1{
   font-size: 5vw;
}
.titulo0 h2{
  font-size: 3vw;
}
/* -- Título -- */

/* -- NUEVO Div Gradiente -- */
.gradiente{
  background-color: #01d101;
  color: #000000;
  float: left;
  height: 26vw;
  width: 100%;
}
.gradiente h2{
  font-family:'ImpactedY', Impact, sans-serif;
  font-size: 2.7vw;
  font-style: italic;
  padding: 2em;
  text-align: center;
  padding-top: 4vw;
}
.gradiente h3{
  text-align: center;
  padding-right: 7em;
  padding-left: 7em;
  font-size: 1.7vw;
}
/* -- Div Gradiente -- */

/* -- NUEVO Div Oscuro -- */
.oscuro {
  background-color: #000000;
  color: #00ff00;
  float: left;
  height: 100%;
  width: 100%;
  margin-top: 4vw;
  padding-bottom:4vw;
}
.oscuro h2 {
  font-family: 'ImpactedY', Impact, sans-serif;
  font-size: 2.7vw;
  font-style: italic;
  padding-bottom: 2.5vw;
  text-align: center;
  letter-spacing: 0.1vw;
}
.oscuro .tablaOscura {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.oscuro .filaOscura {
  display: flex;
  padding: 1vw;
}
.oscuro .iconoOscuro {
  margin-left: 3.5em;
  margin-right: 3.5em;
  text-align: center;
  font-size: 2.1vw;
}
.oscuro .iconoOscuro img {
  width: 10vw;
  height: auto;
}
.oscuro .iconoOscuroServicios {
  margin-left: 6em;
  margin-right: 6em;
  text-align: center;
  font-size: 1vw;
}
.oscuro .iconoOscuroServicios img {
  width: 5em;
  height: auto;
}
.oscuro .tituloOscuro{
  text-align: center;
  font-family: 'ImpactedY', Impact, sans-serif;
  font-size: 1.7vw;
  margin-left: 5.3em;
  margin-right: 5.3em;
}
.oscuro .descripcionOscuro {
  text-align: center;
  width: 15em;
  margin-left: 3.9em;
  margin-right: 3.9em;
  font-family: 'Times New Roman', Times, serif;
  font-size: 1.3vw;
}
.oscuro .descripcionOscuroServicios {
  text-align: center;
  width: 15em;
  margin-left:  1em;
  margin-right: 1em;
  font-family: 'Times New Roman', Times, serif;
  font-size: 1vw;
}
.servicios{
  text-align: left;
  font-family: 'ImpactedY', Impact, sans-serif;
  font-size: 1.2vw;
  margin-left: 5em;
  margin-right: 2em;
  width: 50vw;
  color: #00ff00;
}
.subServicios{
  padding-top: 2em;
}
.subServicios p{
  padding-top: 2em;
  padding-left: 2em ;
  font-family: 'Times New Roman', Times, serif;
  width: 60vw;
}
.formularioPadre{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90vh;
}
.formulario{
  text-align: center;
  font-family: 'ImpactedY', Impact, sans-serif;
  font-size: 1.2vw;
  background-color: #04eb04;
  border: #00ff00;
  border-radius: 10vw;
  width: 30vw;
  color: #000000;
  padding: 1vw;
  border: 1vw solid transparent; /* Hacemos el borde transparente */
  box-shadow: 0 0 0.6vw 0.6vw rgba(4, 235, 4, 0.5);
}
input[type="text"],
input[type="email"],
textarea {
  width: 80%; /* Puedes ajustar este valor según tus necesidades */
  padding: 1vw;
  margin: 0.5vw 0;
  box-sizing: border-box; /* Incluye el padding en el ancho total */
  border-radius: 1vw;
}
    /* -- Segunda parte Div Oscuro -- */
.oscuro2 {
  background-color: #000;
  color: #00ff00;
  float: left;
  height: 60vw;
  width: 100%;
}
.oscuro2 h2 {
  font-family: 'ImpactedY', Impact, sans-serif;
  font-size: 2.7vw;
  font-style: italic;
  padding: 2em;
  text-align: center;
  letter-spacing: 0.1vw;
}
.oscuro2 .tablaOscura2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.oscuro2 .filaOscura2 {
  display: flex;
  padding: 1vw;
}
.oscuro2 .iconoOscuro2 {
  margin-left: 5em;
  margin-right: 5em;
  text-align: center;
  font-size: 2.1vw;
  width: 8vw;
}
.oscuro2 .iconoOscuro2 img {
  width: 5vw;
  height: auto;
}
.oscuro2 .tituloOscuro2{
  text-align: center;
  font-family: 'ImpactedY', Impact, sans-serif;
  font-size: 1.5vw;
  margin-left: 2em;
  margin-right: 2em;
  width: 23vw;
}
.oscuro2 .descripcionOscuro2 {
  text-align: center;
  width: 15em;
  margin-left: 4.6em;
  margin-right: 4.6em;
  font-size: 1.2vw;
}
/* -- Div Oscuro -- */

/* -- Div Contacto Simple -- */
.contactoSimple {
  text-align: center;
  font-family: 'Courier New', Courier, monospace;
  color: #00ff00;
  height: 7vw;
}
.contactoSimple h1{
  padding: 2em;
  font-size: 0.9vw;
  padding-right: 40em;
  padding-left: 40em;
}
.contactoSimple a{
  color: aquamarine;
  text-decoration: none;
}
/* -- Div Contacto Simple -- */

/* -- NUEVO Footer -- */
footer{
  background-color: white;
}
.footerDiv {
  background: linear-gradient(to bottom, black,#01af01);
  color: #00ff00;
  padding-top: 6vw;
  padding-bottom: 5vw;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
  display: flex;
  font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
  justify-content: space-between;
}
.footerDiv h2{
  font-weight: bold;
  font-size: 1vw;
  font-family:'Fira Sans', Helvetica, Arial, Lucida, sans-serif;
}
.subfooterDiv {
  width: calc(25% - 2vw);
  margin: 0 0.1vw;
  padding: 1vw;
}
.subsubfooterDiv {
  font-size: 0.9vw;
  margin-top: 1vw;
}
.subsubfooterDiv a{
  text-decoration: none;
  color: #00ff00;
}
/* -- NUEVO Footer -- */


/* -- EL PTISIMO NAV -- */
.nav-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  
  display: flex;
  align-items: center;
  background: #000000;
  padding: 0.5vw;
}
#nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}
.nav-menu {
  display: flex;
}
.nav-item {
  height: 4.7vw;
  display: inline-block;
}
.nav-item-logo {
  height: 4.7vw;
  display: inline-block;
}
.nav-item-current {
  height: 4.7vw;
  display: inline-block;
}
.nav-item a {
  display: inline-block;
  color: #e3e3e3;
  font-family: 'ImpactedY', Impact, sans-serif;
  font-weight: normal;
  cursor: pointer;
  font-size: 1.1vw;
  padding-top: 1.5vw;
  padding-bottom: 1.6vw;
  margin-right: 1.5vw;
  position: relative;
  z-index: 1;
}
.nav-item a::after {
  content: '';
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background: url("./multimedia/pin.png") no-repeat center 100%;
  background-size: 0.48vw;
  opacity: 0;
  transition: opacity 0.4s ease, top 0.4s ease;
}
.nav-item a:hover::after {
  opacity: 1;
  top: 0;
}
.nav-item a:hover {
  text-decoration: none;
  color: #00ff00;
}
.nav-item-current a {
  display: inline-block;
  color: lime;
  font-family: 'ImpactedY', Impact, sans-serif;
  cursor: pointer;
  padding-top: 1.5vw;
  padding-bottom: 1.2vw;
  font-size: 1.1vw;
  margin-right: 1.5vw;
  background: url("./multimedia/pin90.png") no-repeat center 100%;
  background-size: 1.4vw;
}

.nav-item:last-child {
  margin-right: 0;
}
.nav-item img {
  display: inline-block;
}
/* -- EL PTISIMO NAV -- */
