* {
  margin: 0;
  padding: 0;
}

header {
  width: 100%;
  display: flex;
  justify-content: center;
}

.superior {
  z-index: 99999;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.8);
  width: 83%;
  height: 100px;
  border-top: 20px solid #FFAA00;
  padding-top: 10px;
}

.topBar {
  /*margin-top: 0px;*/
  margin-bottom: 20px;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 20px;
  background-color: #FFAA00;
}

.text_logo1 {
  font-family: "Cormorant Garamond", serif;
  font-weight: bolder;
  font-size: 25px;
  margin-bottom: 0px;
}

.text_logo2 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bolder;
  font-size: 13px;
}

.logoM {
  margin-top: 5px;
  /*width: 8.5%;*/
  width: 95px;
  position: absolute;
}

.logoG {
  margin-top: 5px;
  /*width: 5%;*/
  width: 55px;
  position: absolute;
  opacity: 0.1;
}

.logoG {
  margin-left: 9%;
  opacity: 1;
  animation: logo 3s;
}

@keyframes logo {
  from {
    transform: translateX(-160%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.color {
  font-family: Arial Black, Helvetica, sans-serif;
  font-size: 15px;
  width: 107px;
  text-align: center;
}

.color:hover {
  background-color: rgba(255, 166, 0, 0.144);
}

.seccion1 {
  padding-top: 120px;
  padding-bottom: 120px;
  margin-top: 120px;
  background-image: url("/images/home-de-mendezgestoria.avif");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  margin-bottom: 70px;
}

.welcome {
  font-family: "Nunito Sans", sans-serif;
  text-align: center;
  font-size: 40px;
  font-weight: bolder;
}

.mendezgestoria {
  font-family: "Nunito Sans", sans-serif;
  color: #A01127;
}

.subwelcome {
  font-family: "Nunito Sans", sans-serif;
  margin-top: 50px;
  text-align: center;
  font-size: 30px;
  margin-bottom: 80px;
  font-weight: bolder;
}

.linea {
  width: 60%;
  height: 4px;
  background-color: #FFAA00;
  margin: auto;
}

.parrafoSeccion1 {
  margin-top: 70px;
  margin-left: 120px;
  margin-right: 120px;
  font-family: "Calisto MT";
  font-size: 20px;
  text-align: center;
}

.barraTituloH2 {
  margin-left: 74%;
  margin-right: 15px;
  float: left;
  width: 50px;
  height: 40px;
  background-color: #FFAA00;
}

.titulosH2 {
  text-align: right;
  font-family: "Nunito Sans", sans-serif;
  font-size: 40px;
}

.nuestraVision {
  font-family: "Calisto MT";
  font-size: 35px;
  margin-left: 10%;
}

.nuestrosClientes {
  font-family: "Calisto MT";
  font-size: 35px;
  margin-left: 55%;
  margin-top: 70px;
  margin-bottom: 80px;
}

.logosClientes {
  width: 150px;
  margin: 25px;
  padding: auto, auto;
}

.seccionClientes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.seccion2 {
  padding-top: 120px;
  padding-bottom: 120px;
  margin-top: 70px;
  background-image: url("/images/vision-de-mendezgestoria.avif");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  margin-bottom: 70px;
}

.tituloServicios {
  font-family: "Nunito Sans", sans-serif;
  font-size: 40px;
}

.barraTituloH2izq {
  margin-right: 15px;
  float: left;
  width: 50px;
  height: 40px;
  background-color: #FFAA00;
}

.asesGestion {
  font-family: "Calisto MT";
  font-size: 35px;
  margin-left: 55%;
}

.seccion3 {
  padding-top: 120px;
  padding-bottom: 120px;
  margin-top: 70px;
  background-image: url("/images/servicios-de-mendezgestoria.avif");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  margin-bottom: 70px;
}

.acordeon {
  width: 60%;
  margin: auto;
  margin-top: 100px;
  box-sizing: border-box;
}

div.acordeon section p {
  font-family: "Calisto MT";
  overflow: hidden;
  max-height: 0;
  margin: 0;
  margin-left: 50px;
  transition: all 0.5s ease-in-out;
  font-size: 15px;
}

div.acordeon section a {
  font-family: "Calisto MT";
  color: black;
  text-decoration: none;
  display: block;
  border-bottom: 2px solid #FFAA00;
  padding: 10px;
  font-size: 20px;
  font-weight: bolder;
}

div.acordeon section:hover a {
  color: gray;
  background-color: rgba(255, 166, 0, 0.144);
}

div.acordeon section:target p {
  max-height: 120px;
}

.seccion4 {
  padding-top: 120px;
  padding-bottom: 120px;
  margin-top: 70px;
  background-image: url("/images/contacto-de-mendezgestoria.avif");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  margin-bottom: 70px;
}

.form {
  width: 70%;
  margin: auto;
  align-content: center;
}

.fieldForm {
  background-color: rgba(255, 166, 0, 0);
  padding: 10px;
  border: 0px;
  color: black;
  font-family: "Calisto MT";
  font-style: italic;
  font-size: 25px;
  border-bottom: 2px solid #FFAA00;
  margin: 20px auto;
  padding: auto;
  width: 70%;
}

.boton {
  font-family: "Calisto MT";
  font-style: italic;
  font-size: 25px;
  padding: 10px;
  width: 70%;
  font-weight: bolder;
  border: 0;
  background-color: rgba(0, 0, 0, 0);
}

.boton:hover {
  color: gray;
}

footer {
  border-top: 7px solid #FFAA00;
  padding-top: 20px;
  padding-bottom: 20px;
}

footer div {
  display: flex;
  justify-content: space-between;
}

footer div div {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  padding: 10px;
}

footer div div img {
  width: 28px;
  margin-left: 8px;
}

.whatsapp {
  position: fixed;
  left: 30px;
  bottom: 30px;
  text-align: center;
  padding: 3px;
}

div.whatsapp img {
  width: 70px;
}

@media (max-width: 420px) {
  .tituloServicios, .titulosH2 {
    font-size: 30px;
    text-align: left;
  }

  .barraTituloH2 {
    margin-left: 0%;
  }

  .parrafoSeccion1 {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    font-family: "Calisto MT";
    font-size: 20px;
    text-align: center;
  }

  .asesGestion, .nuestraVision, .nuestrosClientes {
    margin-left: 0%;
    font-size: 25px;
  }

  .logoM {
    margin-top: 5px;
    /*width: 8.5%;*/
    width: 95px;
    position: relative;
    margin-left: -160px;
  }

  .logoG {
    margin-top: 5px;
    /*width: 5%;*/
    width: 55px;
    position: relative;
    opacity: 1;
    margin-left: 100px;
  }
}

/*# sourceMappingURL=styles.css.map */
