
body {
  font-family: 'Arial', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #fefefe;
  color: #333;
}


header {
  background-color: #e97777;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1px 40px;
  flex-wrap: wrap;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo img {
  border-radius: 50%;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav li {
  display: inline-block;
  margin: 0 10px;
}

nav a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

nav a:hover, nav .activo {
  text-decoration: underline;
}


.banner {
  background: url('https://i.pinimg.com/1200x/25/a5/b4/25a5b404dbdd146de8ef9d8cabf39e57.jpg') center/cover no-repeat;
  color: white;
  text-align: center;
  padding: 100px 20px;
}

.banner h2 {
  font-size: 36px;
  margin-bottom: 10px;
}

.banner p {
  font-size: 18px;
  margin-bottom: 20px;
}

.btn {
  background-color: white;
  color: #ff4d4d;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
}

.btn:hover {
  background-color: #ff4d4d;
  color: white;
}


main {
  padding: 40px 20px;
}

h2 {
  color: #ff4d4d;
}

.sobre-nosotros p {
  max-width: 700px;
  margin: 0 auto 40px auto;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}


.grid, .grid-valores, .grid-servicios {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.card {
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 8px;
  width: 250px;
  padding: 15px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  text-align: center;
}

.card img {
  width: 100%;
  border-radius: 5px;
}


.grid-servicios div {
  background-color: #ffeaea;
  padding: 20px;
  border-radius: 8px;
  width: 300px;
  text-align: center;
}


.info-contacto {
  background-color: #ffeaea;
  max-width: 400px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 8px;
}

.info-contacto p {
  margin: 10px 0;
}

.info-extra ul, h2 {
    text-align: center;
    text-decoration-line: none;
    text-decoration: none;
    text-decoration-skip-ink: none;
}


footer {
  background-color: #222;
  color: white;
  text-align: center;
  padding: 20px 0;
  margin-top: 40px;
}



.contacto {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px;
  text-align: center;
}

.contacto h2 {
  font-size: 30px;
  margin-bottom: 10px;
  color: #333;
}

.contacto p {
  color: #555;
  margin-bottom: 30px;
  line-height: 1.6;
}


.info-contacto {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  text-align: left;
  margin-bottom: 40px;
}

.info-contacto .datos,
.info-contacto .redes {
  flex: 1 1 300px;
  margin: 10px;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.info-contacto h3 {
  color: #333;
  margin-bottom: 15px;
}

.info-contacto p {
  margin-bottom: 10px;
}

.info-contacto .btn {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  background: #ff7b00;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  transition: 0.3s;
}

.info-contacto .btn:hover {
  background: #ff9b2f;
}

.redes ul {
  list-style: none;
  padding: 0;
}

.redes li {
  margin-bottom: 8px;
}

.redes a {
  color: #007bff;
  text-decoration: none;
}

.redes a:hover {
  text-decoration: underline;
}


.formulario {
  background: #f9f9f9;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  margin-bottom: 40px;
  text-align: left;
}

.formulario h3 {
  text-align: center;
  color: #333;
  margin-bottom: 20px;
}

form {
  display: flex;
  flex-direction: column;
}

label {
  margin: 8px 0 5px;
  color: #333;
}

input, textarea {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
}

textarea {
  resize: none;
}

button.btn {
  margin-top: 15px;
  padding: 12px;
  border: none;
  background: #ff7b00;
  color: white;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
}

button.btn:hover {
  background: #ff9b2f;
}



.mapa {
  margin: 40px 0;
  text-align: center;
}

.mapa img {
  width: 100%;
  max-width: 700px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}



.soporte {
  background: #fff6eb;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  text-align: left;
}

.soporte h3 {
  text-align: center;
  margin-bottom: 15px;
  color: #333;
}

.soporte ul {
  list-style: none;
  padding: 0;
}

.soporte li {
  margin: 8px 0;
  padding-left: 25px;
  background: url('https://cdn-icons-png.flaticon.com/512/1828/1828640.png') no-repeat left center;
  background-size: 18px;
}
