body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #ffffff;
}

header {
  background-color: white;
  width: 100%;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  position: fixed;
  z-index: 2;
}

.icon-whatsapp{
  width: 64px;
  height: 64px;
  border-radius: 50%;
}

.btn-wsp{
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9;
  box-shadow:  rgba(0,0,0,0.3);
}

.header-div__top-mailfono {
  background-color: #2c4393;
}

.header-div__top-mailfono p {
  color: white;
  font-weight: 700;
  font-size: 14px;
  padding: 0.3em;
  text-align: right;
  margin: 0;
}

.top-parrafo {
  padding-right: 3%;
}

nav {
  height: 70px;
  width: 90%;
  margin: auto;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

nav #logo {
  height: 70px;
  width: 248px;
  vertical-align: top;
}

nav a {
  text-decoration: none;
  font-weight: 300;
  color: #2c4393;
  margin-right: 10px;
}

.hamburguesa {
  height: 100%;
  width: 70px;
  text-align: center;
  display: none;
}

.hamburguesa img {
  vertical-align: 0px;
  padding: 23px 0;
  height: 24px;
  width: 24px;
}

.contenido {
  background-color: #e8e9ed;
}

h2 {
  margin: 40px;
  color: #2c4393;
}

h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
}

.slide-contenedor {
  /* padding-top: 100px; */
  max-width: 100%;
  max-height: 80vh;
  width: 100%;
  height: auto;
  margin-top: 60px;

  /*   position: relative;*/
  /* overflow: hidden;   */
  /* margin: auto; */
}

.miSlider img {
  width: 100%;
  max-height: 80vh; /*hv*/
  height: inherit;
  object-fit: cover;
  vertical-align: top;
  transition: 4s;
}

.direcciones {
  width: 100%;
  height: 10%;
  position: absolute;
  top: 270px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  /* background-color: royalblue; */
}

.direcciones a {
  color: #fff;
  display: inline-block;
  padding: 20px;
  text-decoration: none;
}

.direcciones a:hover {
  background: rgba(0, 0, 0, 0.5);
  transition: 0.5s;
}

.circuloServicios {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 2, auto;
  row-gap: 35px;
  place-items: center;
}

.circuloServicios div {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(3, auto);
  place-items: center;
}

.circuloServicios img {
  border-radius: 150px;
  border: 5px solid white;
  height: 237px;
  width: 237px;
}

.circuloServicios #obrasCiviles {
  height: 237px;
  width: 237px;
}

.button {
  font: bold 13px Arial;
  text-decoration: none;
  /* background-color: #009ED8; */
  background-color: #003293;
  color: white;
  padding: 10px;
  border-radius: 9px;
}

.divClientes {
  /* position: relative; */
  position: static;
}

.parrafoCDE {
  margin-top: 25px;
}

ul > li {
  width: 25%;
  list-style-type: none;
  position: absolute;
  /* top: 0;  */
  padding: 20px;
  height: 200px;
  opacity: 0;
  padding-top: 40px;
  text-align: center;
  transition: 1s opacity;
  background-color: white;
  z-index: 1;
}

.active {
  opacity: 1;
}

.contenido .divClientes {
  background-color: white;
  width: 100%;
}

.contenido .divClientes ul li img {
  width: 124px;
  height: 124px;
}

.sobreNosotros {
  padding-top: 265px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: (1, 1fr);
}

.wrapper-imgNosotros {
  width: 100%;
  text-align: center;
}

.wrapper-imgNosotros img {
  border: solid white 5px;
  text-align: center;
  height: 252px;
  width: 448px;
}

.sobreNosotros__parrafo {
  margin-left: 7%;
  margin-right: 7%;
  margin-top: 17%;
  align-self: center;
  font-size: 14px;
}

.wrapper-imgSelloMujer {
  text-align: center;
  padding-right: 25px;
}

.wrapper-imgSelloMujer img {
  width: 150px;
  height: 150px;
}

.contacto {
  padding-top: 1%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, auto);
  padding-bottom: 10px;
  text-align: center;
}

.wrapper-image-contacto {
  width: 100%;
}

.wrapper-image-contacto img {
  border: 5px white solid;
  margin-left: 10px;
  width: 500px;
  height: 234px;
}

.contacto__wrapper-titulo-form {
  display: flex;
  flex-direction: column;
}

.contacto__wrapper-titulo-form p {
  margin-left: 15%;
  margin-right: 15%;
  align-self: center;
  font-size: 14px;
}

.contacto__wrapper-form {
  align-self: center;
  justify-self: center;
}

form {
  text-align: center;
}

input {
  margin: 3px;
  width: 97%;
  height: 25px;
}

textarea {
  margin-top: 5px;
  width: 97%;
}

#btnEnviarCotizacion {
  color: white;
  background-color: #003293;
  width: 20%;
  border: none;
  text-align: center;
}

.contacto__wrapper-info {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contacto__wrapper-info img {
  width: 500px;
  height: 234px;
}

.contacto__wrapper-info-parrafo {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  background-color: #fff;
  margin-bottom: -250px;
  position: absolute;
  border-radius: 5px;
}

.contacto__wrapper-info-parrafo p {
  margin: 14px;
  padding: 0 30px;
}

.contacto__wrapper-info img {
  position: relative;
}

footer {
  background-color: #001847;
  color: white;
  padding: 10px;
  text-align: center;
}

.footer-atiye{
  font-size: 10px;
  text-decoration: none;
  color: white;

}

@media screen and (max-width: 768px) {
  header {
    background-color: white;
    width: 100%;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    position: relative;
  }

  .header-div__top-mailfono p {
    font-size: 9px;
  }

  nav {
    height: 70px;
    width: 90%;
    margin: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .hamburguesa {
    display: block;
    height: 100%;
    width: auto;
  }

  .hamburguesa img {
    vertical-align: 0px;
  }

  .enlaces {
    position: fixed;
    background-color: #2c4393;
    left: 0;
    top: 70px;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    transform: translateX(-100%);
    z-index: 1000;
    font-size: 20px;
  }

  .enlaces2 {
    transform: translateX(0%);
  }

  .enlaces a {
    color: white;
  }

  ul > li {
    width: 40%;
    padding-top: 5px;
    font-size: 10px;
  }

  nav #logo {
    height: 50px;
    vertical-align: top;
    width: auto;
  }

  .slide-contenedor {
    max-width: 100%;
    max-height: 80vh;
    width: 100%;
    height: auto;
    margin-top: 0;
  }

  .contenido {
    background-color: #e8e9ed;
  }

  .circuloServicios {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(9, auto);
    place-items: center;
  }

  .circuloServicios img {
    border-radius: 50%;
    border: 2px solid white;
    height: 170px;
    width: 170px;
  }

  .circuloServicios div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    justify-content: center;
  }

  .circuloServicios div img {
    grid-row: 1/3;
  }

  .circuloServicios div button {
    grid-row: 2/3;
    grid-column: 2/3;
    width: 70%;
    align-self: flex-start;
    background-color: #009ed8;
    color: white;
    font-size: large;
    padding: 3%;
  }

  .circuloServicios div h3 {
    grid-row: 1/2;
    grid-column: 2/3;
    text-align: center;
  }

  #consejoEstado {
    width: 100px;
    height: 100px;
  }

  .sobreNosotros {
    display: flex;
    flex-direction: column;
  }

  #imgNosotros {
    width: 95%;
    margin-left: 0%;
  }

  .sobreNosotros .wrapper-imgNosotros img {
    border: 5px solid white;
    width: 95%;
  }

  .contacto__wrapper-titulo-form p {
    margin-left: 3%;
  }
  .contacto__wrapper-titulo-form p .LeerMas {
    color: #2c4393;
  }

  #obrasCiviles {
    height: 207px;
    width: 207px;
  }

  .direcciones {
    display: none;
  }

  .contacto {
    padding-top: 1%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(2, auto);
    padding-bottom: 10px;
    width: auto;
  }

  form {
    width: 99%;
    margin-bottom: 7px;
  }

  .contacto__wrapper-info img {
    width: 100%;
    height: 234px;
  }

  .contacto__wrapper-info img {
    width: 90%;
  }

  .contacto__wrapper-info-parrafo {
    font-size: 11px;
    margin-bottom: 0px;
  }

  .footer-atiye{
    font-size: 8px;
    text-decoration: none;
    color: white;
  }
}
