body {
  background: #ffff;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.principal {
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}

nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem;
  flex: 1;
}

li {
  color: black;
  list-style: none;
  display: inline-block;
  font-size: 25px;
  margin-right: 30px;
  margin-top: 50px;
  padding-top: 50px;
  cursor: pointer;
}

.link-menu {
  padding-top: 50px;
  text-decoration: none;
  color: black;
  display: block;
}

.menu-icon {
  display: none;
}

.options {
  list-style: none;
  display: flex;
  gap: 20px;
}

.menu-toggle {
  display: none;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
}

.logo {
  width: 30px;
  height: 50px;
  max-width: 100%;
}

.title1 {
  align-items: center;
  text-align: center;
  font-size: 1.5rem;
  padding-top: 0.5rem;
}

.title1 span {
  align-content: center;
  align-items: center;
  color: rgb(156, 34, 34);
}

.services {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-size: 30px;
  ;
}

.services h1 span {
  color: rgb(156, 34, 34);
}

.services p span {
  color: rgb(156, 34, 34);
}

.works {
  font-size: 1.5rem;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
  padding-top: 3rem;
  margin-bottom: 3rem;
}

.works span {
  color: rgb(156, 34, 34);
  text-transform: uppercase;
}

.images {
  max-width: 100%;
  max-height: 70%;
  padding-top: 10px;
  align-items: center;
  cursor: pointer;
}

.description {
  padding-top: 30px;
  font-size: 1.5rem;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 600;
}

.di1 {
  color: #000000;
}

.di2 {
  padding-top: 30px;
  color: #000000;
}

.di3 {
  padding-top: 30px;
}

.di4 {
  padding-top: 30px;
}

.address {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.address h2 {
  font-size: 50px;
  color: #000000;
}

.address h2 span {
  font-size: 50px;
  color: rgb(156, 34, 34);
}


button {
  padding: 10px 20px;
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 16px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  position: relative;
  left: 50px;
  color: #ffff;
  background-color: #000000;
  cursor: pointer;
}

button:hover {
  background-color: #3d3c3c;
}

.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: white;
}

.modal-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px;
}

.modal-content .image {
  margin: 5px;
  max-width: 50%;
  max-height: 50%;
}

.modal-content img {
  max-width: 50%;
  max-height: 50%;
  border: 2px solid rgb(0, 0, 0);
}

.image .img41 img {
  max-width: 50%;
  max-height: 50%;
  border: 2px solid rgb(0, 0, 0);
}

.image .img59 img {
  max-width: 50%;
  max-height: 50%;
  border: 2px solid rgb(0, 0, 0);
}

.image .img68 img {
  max-width: 50%;
  max-height: 50%;
  border: 2px solid rgb(0, 0, 0);
}

.image .img85 img {
  max-width: 50%;
  max-height: 50%;
  border: 2px solid rgb(0, 0, 0);
}

.close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #000000;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

.social img {
  height: 60px;
  width: 55px;
  display: flex;
}

.img-whatsapp {
  display: none;
}

.image {
  flex: 1 1 200px;
  cursor: pointer;
  overflow: hidden;
}

.image img {
  height: 50%;
  transition: transform 0.5s;
}

.img32 {
  width: 50%;
  height: 50%;
}

.img33 {
  max-width: 50%;
  max-height: 50%;
}

footer {
  padding: 30px;
  padding-top: 50px;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social {
  display: flex;
  gap: 20px;
  position: relative;
  bottom: 0;
  padding-top: 30px;
  margin-top: 30px;
}

.social img {
  width: 80px;
  height: 50px;
  border-radius: 20%;
  position: relative;
  transition: transform 0.5s;
}

.social img:hover {
  transform: scale(1.5);
}

@media (min-width: 1024px) {
  body {
    background-image: none;
  }

  .img-whatsapp {
    display: none;
  }

  .social .img-whats {
    display: block;
  }
}

@media (max-width: 430px) {


  nav {
    display: inline;
    padding-top: 0;
  }

  .title1 {
    padding-top: 30px;
    padding: 30px;
    font-size: 1rem;
  }

  .title1 span {
    padding-top: 30px;
    font-size: 1rem;
  }

  ul {
    justify-content: center;
    align-content: center;
    text-align: center;
  }

  .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    top: 0;
    background-color: #f8f8f8;
  }

  .services img {
    max-width: 50%;
    max-height: 50%;
  }

  .services h1 {
    text-transform: uppercase;
  }

  .works {
    padding-top: 1rem;
  }

  .di1 {
    color: #000;
  }

  .di2 {
    color: #000000;
  }

  .images img {
    max-width: 50%;
    max-height: 30%;
  }

  .address h2 {
    font-size: 40px;
    color: #000000;
  }

  .address h2 span {
    font-size: 40px;
    color: rgb(156, 34, 34);
  }

  .description {
    font-size: 0.6rem;
    font-weight: 500;
  }

  .link-menu {
    font-size: 2rem;
    display: inline;
  }

  .social img:hover {
    transform: scale(1.5);
    transition: 0.5s;
  }
}

.social img {
  width: 60px;
  height: 60px;
}

.social .img-whats {
  display: block;
}

.modal-content img {
  max-width: 50%;
  max-height: 50%;
  border: 2px solid rgb(0, 0, 0);
}

nav.menu {
  width: 100%;
  height: 50%;
  background-color: #fff;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #ccc;
}

nav.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

nav.menu li {
  border-bottom: none;
  padding: 15px;
}

nav.menu li a {
  display: block;
  padding: 10px;
  color: #000000;
  text-decoration: none;
}

.img-whatsapp {
  width: 30px;
  height: 30px;
  margin-left: 300px;
}


#menu-toggle:checked+.menu-icon+nav.menu {
  display: block;
}


.address {
  padding-top: 15px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(255, 255, 255, 0.8);
}

.modal-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px;

  .image {
    margin: 10px;
  }
}

.menu-icon {
  cursor: pointer;
  font-size: 24px;

}

.img-whatsapp {
  display: block;
  width: 30px;
  height: 30px;
  margin-left: 300px;
}

.img-whats {
  display: none;
}

.menu {
  display: none;
  position: relative;
  background-color: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}



@media (max-width: 430px) {

  .options {
    display: block;
    flex-direction: column;
    gap: 10px;
    position: absolute;
    top: 70px;
    right: 10px;
    background: #fff;
    padding: 10px;
    border: 1px solid #ccc;
  }

  .options.open {
    display: flex;
  }

  .menu-toggle {
    display: none;
  }

  .modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(255, 255, 255, 0.8);
  }

  .modal-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px;
  }

  .image {
    margin: 10px;
  }

  .image img {
    max-width: 100%;
    height: auto;
  }

  .img-whatsapp {
    display: none;
    width: 60px;
    height: 60px;
  }

  .social .img-whats {
    display: block;
  }

  .services img {
    max-width: 50%;
    max-height: 50%;
  }

  .services h1 {
    margin-top: 260px;
  }
}

@media (max-width: 360px) {
  .address h2 {
    font-size: 30px;
  }

  .address h2 span {
    font-size: 30px;
  }

  .title1 h1 {
    font-size: 30px;
  }

  .title1 h1 span {
    font-size: 30px;
  }

  .di2 {
    color: #000;
  }
}

@media (max-width: 344px) {

  .options {
    margin-top: 40px;
    left: 15px;
  }

  .title1 {
    font-size: 0.8rem; 
  }

  .title1 h1 {
    font-size: 40px;
  }

  .title1 h1 span {
    font-size: 40px;
  }

  .services h1 {
    font-size: 30px;
  }

  .services h1 span {
    font-size: 30px;
  }

  .services p {
    margin-top: 60px;
  }

  .eda  {
    font-size: 25px;
  }

  .address h2 {
    font-size: 35px;
  }

  .address h2 span {
    font-size: 35px;
  }

  .address iframe {
    width: 350px;
    height: 300px;
  }

  .img-whatsapp {
    width: 30px;
    height: 30px;
  }

  .di2 {
    color: #000;
  }
}

@media (max-width: 1024px) {
  .image .img68 img {
    max-width: 50%;
    max-height: 50%;
    border: 2px solid rgb(2, 0, 0);
  }
}