#call-action-one {
  background-color: #f9e400;
  border: 6px solid white;
  margin-top: 35px;
  padding-bottom: 10em;
}

#question {
  background-color: black;
  padding: 10px;
  margin-top: -30px;
  border-radius: 10px;
}

#question p {
  color: #f9e400;
  text-align: center;
  font-size: 1.5em;
}

#logo {
  padding: 1em;
}
#logo p {
  text-align: center;
  padding-top: 1em;
  font-size: 1.7em;
  font-weight: 500;
}
.carousel-item {
  display: flex;
  justify-content: center;
}
.carousel-item img {
  max-width: 100px; /* Ajusta el tamaño de las imágenes según necesites */
  margin: 0 10px;
}


#mainform {
  background-color: rgb(221, 221, 221);
  padding: 2em;
  border-radius: 30px;
}

#mainform p {
  text-align: justify;
  font-weight: 900;
  font-size: 2.1em;
  line-height: 1em;
}

#call-action-two {
  margin-top: -9em;
  border-radius: 30px;
  background-color: rgb(221, 221, 221);
}

#call-action-three {
  margin-top: 4em;
}

.container-icon {
  padding: 1em;
}
.icon-oikos {
  width: 120px;
  margin-right: 1em;
}

#guarda {
  text-align: center;
}

#guarda p {
  font-size: 1.5em;
}

#contianer-icons {
  margin-top: 30px;
}
#guarda h2 {
  font-weight: 900;
  text-align: center;
  font-size: 2.5em;
}
.title-icon {
  background-color: rgb(219, 219, 219);
  text-align: center;
  padding-right: 10px;
  font-weight: 700;
  font-size: 1.5em;
}

.text-icon {
  text-align: justify;
  padding: 6px 50px;
  margin-top: 15px;
  font-weight: 600;
}

.icon-client {
  text-align: center;
  max-width: 120px;
  margin: 0 auto;
  border-radius: 50%;
  -webkit-box-shadow: 4px 3px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 4px 3px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 4px 3px 5px 0px rgba(0, 0, 0, 0.75);
}

.beneficio {
  background-color: black;
  text-align: center;
  font-size: 2em;
  font-weight: 800;
  color: #f9e400;
  margin-top: 1em;
  padding: 6px;
}

#map {
  background-color: rgb(235, 235, 235);
  margin-top: 3em;
}

#intro-map {
  background-color: white;
  border-radius: 0 0 30px 30px;
  text-align: center;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.1em;
  padding: 0.5em;
}
#call-four-1 h3 {
  font-size: 2.5em;
}
#call-four-1 p {
  font-size: 1.3em;
  color: black;
  font-weight: 600;
}
#img-port {
  border-radius: 0 30px 30px 0;
}
#btn-send {
  background-color: #f9e400;
  font-weight: 900;
}
#call-four-2 h3 {
  font-size: 1.6em;
  background-color: #f9e400;
  color: black;
  padding: 3px;
}
#call-four-2 h4 {
  font-size: 1.6em;
  color: black;
  font-weight: 900;
}
.resalt-1 {
  background-color: black;
  color: #f9e400;
  font-size: 1.3em;
  padding: 6px;
}
#tel-text {
  font-size: 1.7em;
  font-weight: 900;
  text-align: left;
}
#data-footer {
  background-color: rgb(182, 182, 182);
}
#copy-footer {
  background-color: black;
  color: white;
}

#logo-footer {
  margin-bottom: -30px;
}

#copy {
  text-align: right;
}
#text-dir {
  padding-top: 2em;
  text-align: center;
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1.2em;
}

#text-inic {
  padding: 2.3em 0 0 5em;
}

#text-inic h1 {
  font-size: 3em;
  font-weight: 900;
  color: black;
}
#mapa {
  border: #f9e400 6px solid;
  border-radius: 30px;
}
#text-inic p {
  font-size: 1.5em;
  font-weight: 500;
  color: black;
  line-height: 1.2em;
}

@media only screen and (max-width: 420px) {
  #question p {
    color: #f9e400;
    text-align: center;
    font-size: 0.9rem;
  }
  #logo {
    width: 300px;
  }
  #logo p {
    font-size: 1.8em;
  }
  #simple-form {
    padding: 0;
  }
  #form-container {
    padding: 0em;
  }
}
