@font-face {
  font-family: "Montserrat";
  src: url("Montserrat-VariableFont_wght.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "MontserratBold";
  src: url("Montserrat-Italic-VariableFont_wght.ttf") format("truetype");
  font-style: bold;
  font-weight: bold;
}
@font-face {
  font-family: "Montserratblack";
  src: url("montserrat-4.otf") format("truetype");
  font-style: bold;
  font-weight: bold;
}

body {
  background-color: black;
  color: white;
  font-family: "MontserratBold";
  margin: 0%;
  padding: 0%;
}

header {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 20px;
  background: linear-gradient(to bottom, #000000, #00000000);
}

.logo {
  width: 150px;
  height: 50px;
}
.logo2 {
  display: none;
}

nav ul {
  list-style: none;
  display: flex;
}

nav li {
  margin-right: 20px;
}

nav a {
  color: white;
  text-decoration: none;
  font-size: 20px;
  padding: 10px;
  border-radius: 5px;
  font-family: "Montserrat";
  transition: background-color 0.5s ease;
}

.tamano {
  color: white;
  text-decoration: none;
  font-size: 12px;
  padding: 10px;
  border-radius: 5px;
  font-family: "Montserrat";
  transition: background-color 0.5s ease;
}
.navegador {
  color: white;
  text-decoration: none;
  font-size: 20px;
  padding: 10px;
  font-family: "Montserrat";
  border-radius: 5px;
  transition: background-color 0.5s ease;
}

nav a:hover {
  background-color: gray;
  color: white;
}

h1 {
  text-align: left;
  font-size: 2em;
  font-family: "Montserratblack";
  color: white;
}
.h1P {
  text-align: left;
  font-size: 3em;
  font-family: "Montserratblack";
  color: white;
}
.textoProyecto {
  padding: 0em 5em;
}

.hero {
  font-size: 3em;
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.hero a {
  color: white;
  display: none;
}
.hero1 {
  font-size: 2em;
  height: 30vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.hero2 {
  text-align: center;
  margin-top: 100px;
  font-size: 25px;
  font-family: Montserrat;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero3 {
  text-align: center;
  margin-top: 100px;
  font-size: 25px;
  font-family: "Montserrat";
  color: white;
  margin-left: 40em;
}

.hero4 {
  text-align: center;
  margin-top: 100px;
  font-size: 25px;
  font-family: Montserrat;
  color: white;
  margin-left: 21em;
}

.base {
  color: white;
  font-family: "Montserrat";
  text-align: center;
  padding: 20px;
  margin-top: 47em;
  border-top: 1px solid #ccc;
}

.imgProyecto1 {
  width: 19%;
  padding: 0em 6em;
}

.pText1 {
  font-size: 1.3em;
  font-family: "Montserrat";
  color: white;
  width: 50%;
  text-align: justify;
  padding: 0em 2em;
  margin: auto;
}
.pText {
  font-size: 1.3em;
  font-family: "Montserrat";
  color: white;
}
.imagenesTrabajo {
  display: flex;
  justify-content: center;
  margin-top: 2em;
}

.imgProyecto2 {
  width: 19%;
  padding: 0em 6em;
}
.pText2 {
  font-size: 20px;
  font-family: "Montserrat";
  color: white;
  width: 50%;
  text-align: justify;
  padding: 0em 2em;
  margin: auto;
}
.pText3 {
  font-size: 20px;
  font-family: "Montserrat";
  color: white;
  width: 50%;
  height: 100%;
  text-align: justify;
  margin-top: 2em;
}
.pText4 {
  font-size: 0.8em;
  font-family: "Montserrat";
  color: white;
  width: 50%;
  text-align: justify;
  padding: 0em 2em;
}

.foot {
  color: white;
  font-family: "Montserrat";
  text-align: center;
  padding: 20px;
  margin-top: 20em;
  border-top: 1px solid #ccc;
}
.linea {
  margin-top: 2em;
  margin-bottom: 100px;
  margin-left: 10em;
  margin-right: 10em;
  border: 1px solid #eee8e856;
  width: 90%;
}
.slider {
  width: 50%;
  margin-top: 1em;
  margin-left: 30em;
  margin-right: 10em;
  margin-bottom: 80px;
}

/* Path: Nexo-Holding\css\styles.css */
body {
  background-color: #f4f4f4;
  font-family: "Montserrat";
}
form {
  background-color: rgb(11 3 3 / 0%);
  border-radius: 5px;
  box-shadow: 0 0 5px hsla(0, 0%, 0%, 0.3);
  margin: 50px auto;
  max-width: 500px;
  padding: 20px;
}
label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
textarea {
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 10px;
  width: 100%;
  background-color: #ecf0f3;
}
.projectContainer {
  display: flex;
  align-items: center;
}

input[type="checkbox"] {
  margin-right: 10px;
}
.date {
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 10px;
  width: 100%;
}
input[type="submit"] {
  background-color: #7ca2af;
  border: none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  padding: 10px;
  width: 100%;
}
input[type="submit"]:hover {
  background-color: #a5d7ee;
}

.foot1 {
  color: white;
  font-family: "Montserrat";
  padding: 20px;
  margin-top: 10em;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.news-box {
  background-color: #f2f2f200;
  border: 1px solid #cccccc62;
  padding: 20px;
  margin: 20px;
}
.news-item {
  margin-bottom: 10px;
}
.news-item h2 {
  margin-top: 0;
  font-size: 1.2em;
}
.news-item p {
  margin-bottom: 0;
  font-size: 0.9em;
}
.checkbox {
  margin-left: 10em;
  margin-top: 10em;
}
.footerBotton {
  color: white;
  font-family: "Montserrat";
  text-align: center;
  padding: 20px;
}
.footerBotton2 {
  color: white;
  font-family: "Montserrat";
  text-align: center;
  padding: 20px;
  margin-left: 42em;
}
.footerBotton3 {
  color: white;
  font-family: "Montserrat";
  text-align: center;
  padding: 20px;
  margin-left: 31em;
}
.img_trab {
  width: 15%;
}

.img_trab1 {
  width: 33%;
}

.information__text {
  font-size: 20px;
  font-family: "Montserrat";
  color: white;
  margin-bottom: 100px;
  width: 50%;
  height: 100%;
  text-align: justify;
  margin-right: 25em;
  margin-top: 11em;
  margin-left: -14em;
  padding: auto;
}

.my-container {
  border: 1px solid white;
  border-radius: 10px;
  padding: 5px;
  max-width: 180vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em 2em;
}

.tarjeta1 {
  width: 100%;
  height: 100%;
  margin-left: 10em;
  margin-top: 10em;
  margin-bottom: 10em;
  border: 1px solid #cccccc62;
  padding: 20px;
  background-color: #f2f2f200;
}
.tarjeta2 {
  width: 100%;
  height: 100%;
  margin-left: 10em;
  margin-top: 10em;
  margin-bottom: 10em;
  border: 1px solid #cccccc62;
  padding: 20px;
  background-color: #f2f2f200;
}

.tarjeta3 {
  width: 100%;
  height: 100%;
  margin-left: 10em;
  margin-top: 10em;
  margin-bottom: 10em;
  border: 1px solid #cccccc62;
  padding: 20px;
  background-color: #f2f2f200;
}
.menu {
  display: flex;
  list-style: none;
  margin-right: 30px;
}

.menu li {
  margin: 0 10px;
}

.menu li a:hover {
  border-bottom: 2px solid #fff;
  color: #fff;
}
.text-primary {
  color: #ffffff !important;
}

.menu-btn {
  display: none;
}

/*Responsive para 1238px*/

@media (max-width: 1238px) {
  .logo {
    display: none;
  }
  .logo2 {
    display: block;
    width: 50px;
    height: 50px;
  }
  .menu-btn {
    display: block;
    cursor: pointer;
  }
  .menu-btn span {
    display: block;
    width: 30px;
    height: 3px;
    background-color: #ffffff;
    margin: 5px;
  }
  .menu {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    background-color: #000000c9;

    z-index: 1;
  }
  .menu.show {
    display: flex;
    flex-direction: column;
  }
  .menu li {
    margin: 10px;
  }
  .hero a {
    display: block;
  }
  .h1 {
    text-align: left;
    font-size: 1em;
    font-family: "Montserrat";
    color: white;
  }
}

/* responsive para mobile */
@media (max-width: 768px) {
  .pText3 {
    font-size: 16px;
    font-family: "Montserrat";
    color: white;
    width: 80%;
    height: 100%;
    text-align: justify;
  }
  .hero {
    font-size: 1em;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .hero2 {
    font-size: 25px;
    font-family: "Montserrat";
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .hero2 h1 {
    font-size: 1.3em;
  }
  .pText2 {
    font-size: 20px;
    text-align: justify;
    padding: 0em 1em;
    width: 80%;
  }
  .imagenesTrabajo {
    display: flex;
    justify-content: center;
    margin-top: 2em;
    width: 95%;
  }
  .img_trab {
    width: 31%;
  }
  .img_trab1 {
    width: 70%;
  }
  .pText1 {
    font-size: 17px;
    font-family: "Montserrat";
    color: white;
    width: 74%;
    text-align: justify;
    padding: 0em 2em;
  }

  .imgProyecto1 {
    width: 65%;
    height: 100%;
    padding: 0em 5em;
  }

  .projectContainer {
    flex-wrap: wrap;
  }
  .body {
    font-size: 14px;
    text-align: justify;
  }
}
