@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;800&display=swap");
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Nunito', sans-serif;
  font-size: 20px; }

body {
  background-color: #fff59d;
  min-width: 400px;
  overflow-x: hidden; }

/**/
.menu {
  display: none; }

.div {
  display: grid;
  grid-template-columns: 5;
  grid-row: 5; }

h1 {
  display: flex;
  justify-content: center;
  border-bottom: 2px solid black; }

.nav {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  width: 100%; }

.header {
  background-color: #1b3039;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 85px;
  padding: 5px 10%; }

.header .logo {
  cursor: pointer;
  margin-right: auto; }

.header .logo img {
  height: 70px;
  width: auto;
  transition: all 0.3s; }

.header .logo img:hover {
  transform: scale(1.2); }

.header .nav-links {
  list-style: none; }

.header .nav-links li {
  display: inline-block;
  padding: 0 20px; }

.header .nav-links li:hover,
.overlay a:hover {
  transform: scale(1.1); }

.header .nav-links a {
  font-size: 700;
  color: #eceff1; }

.header .nav-links a:hover {
  color: #ffbc0e; }

.nav-links {
  padding: top 10px; }

.menu {
  display: none; }

.header .btn button,
.header .menu button {
  margin-left: 20px;
  font-weight: 700;
  color: #1b3039;
  padding: 9px 25px;
  background: #eceff1;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease 0s; }

.header .btn button:hover,
.header .menu button:hover {
  background-color: #e2f1f8;
  color: #ffbc0e;
  transform: scale(1.1); }

/**/
@media screen and (max-width: 800px) {
  .nav-links,
  .btn {
    display: none; }
  .menu {
    display: inherit; } }

/*Nav Mobile*/
.header a {
  text-decoration: none; }

.header .overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  background-color: rgba(33, 49, 63, 0.95);
  overflow: hidden;
  transition: all 0.3s ease 0s; }

.header .overlay .overlay-content {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.header .overlay a {
  padding: 15px;
  font-size: 36px;
  display: block;
  transition: all 0.3s ease 0s;
  font-weight: 700;
  color: #eceff1; }

.header .overlay a:hover,
.header .overlay a:focus {
  color: #ffbc0e; }

.header .overlay .close {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 65px; }

@media screen and (max-height: 450px) {
  .header .overlay a {
    font-size: 20px; }
  .header .overlay .close {
    font-size: 30px;
    top: 15px;
    right: 35px; }
  .div {
    display: grid;
    grid-template-columns: 5;
    grid-row: 5; } }

.header .btn button,
.header .menu button {
  margin-left: 20px;
  font-weight: 700;
  color: #1b3039;
  padding: 9px 25px;
  background: #eceff1;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease 0s; }

.header .btn button:hover,
.header .menu button:hover {
  background-color: #e2f1f8;
  color: #ffbc0e;
  transform: scale(1.1); }

/**/
@media screen and (max-width: 800px) {
  .nav-links,
  .btn {
    display: none; }
  .menu {
    display: inherit; } }

/*Nav Mobile*/
.header a {
  text-decoration: none; }

.header .overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  background-color: rgba(33, 49, 63, 0.95);
  overflow: hidden;
  transition: all 0.3s ease 0s; }

.header .overlay .overlay-content {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.header .overlay a {
  padding: 15px;
  font-size: 36px;
  display: block;
  transition: all 0.3s ease 0s;
  font-weight: 700;
  color: #eceff1; }

.header .overlay a:hover,
.header .overlay a:focus {
  color: #ffbc0e; }

.header .overlay .close {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 65px; }

@media screen and (max-height: 450px) {
  .header .overlay a {
    font-size: 20px; }
  .header .overlay .close {
    font-size: 30px;
    top: 15px;
    right: 35px; } }

.footer {
  background-color: #1b3039;
  padding: 20px;
  color: white;
  margin-top: 20px; }

.footerproject {
  margin-top: 0px; }

.footer div {
  text-align: center; }

/*services*/
.container-card {
  width: 100%;
  display: flex;
  max-width: 1100px;
  margin: auto; }

.title-cards {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  padding: 20px;
  margin-top: 20px;
  text-align: center;
  color: #7a7a7a; }

.card {
  width: 100%;
  margin: 20px;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
  transition: all 400ms ease-out;
  cursor: default; }

.card:hover {
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.4);
  transform: translateY(-3%); }

.card img {
  width: 100%;
  height: 210px; }

.card .contenido-card {
  padding: 15px;
  text-align: center; }

.card .contenido-card h3 {
  margin-bottom: 15px;
  color: #7a7a7a; }

.card .contenido-card p {
  line-height: 1.8;
  color: #6a6a6a;
  font-size: 14px;
  margin-bottom: 5px; }

.card .contenido-card a {
  display: inline-block;
  padding: 10px;
  margin-top: 10px;
  text-decoration: none;
  color: #2fb4cc;
  border: 1px solid #2fb4cc;
  border-radius: 4px;
  transition: all 400ms ease;
  margin-bottom: 5px; }

.card .contenido-card a:hover {
  background: #2fb4cc;
  color: #fff; }

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .container-card {
    flex-wrap: wrap; }
  .card {
    margin: 15px; } }

.gridinfo {
  display: grid;
  grid-template-columns: repeat(3, 300px);
  grid-gap: 30px;
  justify-content: center;
  align-items: center; }

.gridinfo img {
  width: 100%; }

@media screen and (max-width: 768px) {
  .gridinfo {
    grid-template-columns: 300px;
    max-width: 100%; } }

/*contacto*/
form {
  width: 400px;
  margin: 0 auto; }

label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 10px; }

textarea {
  resize: vertical; }

input[type="submit"] {
  background-color: #1b3039;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer; }

input[type="submit"]:hover {
  background-color: #0f1f26; }

.noproyectsyet {
  text-align: center; }
