* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  bottom: 40px;
  right: 40px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  z-index: 999;
}
.fa-whatsapp {
  font-size: 55px;
}
.float:hover {
  background-color: #25d366;
}

body {
  display: flex;
  flex-direction: column;
  height: 100vh;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-style: normal;
  background-color: black; /* Opción 1: Usando el nombre del color */
  /* background-color: #000000;  Opción 2: Usando hexadecimal */
}
@media (max-width: 768px) {
  body {
    flex-direction: column;
    align-items: center;
  }
}

.menu-list li a {
  color: rgb(37, 37, 231);
}

.menu ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  box-shadow: 6px 7px 7px rgba(81, 3, 207, 0.3);
}
.menu li {
  margin-right: 1.5rem;
}
.menu a:hover {
  color: #ffffff;
}
.menu li:last-child {
  background-color: #ffffff;
  border: 2px solid#ffffff;
  padding: .25rem .75rem;
  border-radius: .2rem;
}
.menu li:last-child:hover {
  background: transparent;
  border: 2px solid #ffffff;
}

@media (max-width: 768px) {
  .menu-list {
    flex-direction: column;
    align-items: center; 
  }

  .menu-list li {
    margin: 10px 0; 
  }
}

main {
  flex: 1;
}

footer {
  position: relative;
  width: 100%;
  background-color: rgb(39, 39, 39);
  min-height: 100px;
  padding: 20px 50px;
  display: flex;
  justify-content: space-between;
  align-items:center
}

@media (max-width: 768px) {
  footer {
    flex-direction: column;
    align-items: center;
  }
}

.social-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 10px 5px;
  flex-wrap: wrap;
}

.icon-elem {
  list-style: none;
}

.icon {
  color: white;
  font-size: 28px;
  display: inline-block;
  margin: 0 10px;
  transition: 0.5s;
}

.icon:hover {
  transform: translateY(-10px);
}

.footermenu {
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
  margin: 10px 0;
  flex-wrap: wrap;
}

.menu-elem {
  list-style: none;
}

.menu-icon {
  color: white;
  font-size: 20px;
  display: inline-block;
  text-decoration: none;
  margin: 5px 10px;
  opacity: 0.75;
  transition: 0.3s;
}

.textfooter {
  color: white;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 20px;
}


a{
  text-decoration: none;
}

h1, h2, h3, h4 {
  color: white;
  font-size: 30px;
}

h1 {
  text-align: left;
}

p {
  color: white;
  font-size: 20px;
  margin: 30px;
}   

@media (max-width: 768px) {
  p {
    text-align: center;
  }
}

@media (max-width: 768px) {
  h2 {
    text-align: center;
    align-items: center;
  }
}
        
.contenedor {
  text-align: center;
}

.navegadoresinternos{
  margin: 5% auto;
}

ul {
  font-size: 25px;
display: flex;
gap: 1rem;
list-style: none;
}

ul li {
  color: #fff;
  display: grid;
  place-content: center;
  margin: 0;
}

.logodenosotros{
display: flex;
justify-content: center;
}

.logo-2{
  margin: 60px;
}


@media (max-width: 768px) {
  h2{
    text-align: center;
}
}

@media (max-width: 768px) {
  .mapa {
    max-width: 80%;
    padding-top: 75%; 
  }
}

label {
  color: #050505;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

input, textarea {
  padding: 17px 25px;
  border-radius: 25px;
  margin-bottom: 20px;
  background-color: #050505;
border: 2px solid #1b1d1b;
color: #283629;
outline: none;
}

input::placeholder, textarea::placeholder {
  color: #000000;
}

.form-txt {
  margin-bottom: 30px;
  display: flex;

  text-align: center;
}

.form-txt a {
  color: #070606;
  font-weight: 14px;
  text-decoration: none;
}

.btn {
  font-size: 25px;
  color: #141414;
  border: 0;
  border-radius: 25px;
  background-color: #51D94C;
  box-shadow: 0 0 20px rgba(25, 254, 0, 0.4);
  cursor: pointer;
}


.about {
  margin: 80px auto;
  width: 90%;
  height: 800px;
  max-width: 1300px;
  outline: 4px solid;
  border: 5px solid #fff;


  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(6, 1fr);
}


.about__img {
  width: 100%;
  height: 100%;
  object-fit: cover;

grid-column: 1/5;
grid-row: 1/3;
}

.about__img2 {
  width: 100%;
  height: 100%;
  object-fit: cover;

  grid-column: 1/5;
  grid-row: 3/5;
}

.about__img3 {
  width: 100%;
  height: 100%;
  object-fit: cover;

  grid-column: 1/5;
  grid-row: 5/7;
}

.about__img5 {
  width: 100%;
  height: 100%;
  object-fit: cover;

  grid-column: 5/7;
  grid-row: 1/7;
}
.nuestrosmodelos {
  font-size: 40px;
  text-align: center;
  margin-top: 60px;
}

.nuestrosmodelos2 {
  font-size: 40px;
  text-align: center;
  margin-top: 60px;
}


.gridarea {
  background-color: white;
  align-items: center;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 200px);
  grid-template-areas: 
  "imagengrid1 imagengrid1 imagengrid2 imagengrid3"
  "imagengrid4 imagengrid5 imagengrid2 imagengrid6"
  "imagengrid4 imagengrid5 imagengrid2 imagengrid6";

gap: 10px;
margin: 80px auto;
width: 80vw;
height: 64vh;
margin: 0 auto;

}

.gridarea img {
  width: 90% ;
  height: 90% ;
  min-height: 0;
  object-fit: cover;
}


.imagengrid1 { 
  grid-area: imagengrid1; 
}

.imagengrid2 { 
  grid-area: imagengrid2;
}

.imagengrid3 { 
  grid-area: imagengrid3;
}

.imagengrid4 { 
  grid-area: imagengrid4;
}

.imagengrid5 { 
  grid-area: imagengrid5;
}

.imagengrid6 { 
  grid-area: imagengrid6;
}

.gallery-img {
      width: 100%;
      height: 200px;      
      object-fit: cover;   
      cursor: pointer;
      transition: transform 0.3s;
}
.gallery-img:hover {
      transform: scale(1.05);
}
