.text-icon {
    font-size: 1.5em !important;
    color:#2e58ab;
  }

.contactenos {
  width: 70vw;
  margin-left: 25vw;
}
.contactenos__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contactenos .titulo__contactenos {
  text-align: center;
}
.contactenos__container--imagen img {
  width: 600px;
}
.contactenos__container--enlaces {
  display: flex;
  flex-direction: column;
}
.contactenos__container--enlaces div {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 20vw;
}
.contactenos__container--enlaces div  p {
  text-align: center;
}
.total {
  position: absolute;
  top: 10vh !important;
  right: 5vw;
  color: orange;!important;
  font-size: 20px;
}
.titulo-icon {
    width: 85% !important;
  }
@media only screen and (max-width: 600px) {
  .contactenos {
  width: 100vw;
  margin-left: 0;
}
.titulo-icon {
    width: 80% !important;
  }
.titulo-icon p {
  text-align: left;
}
.total {
  position: absolute;
  left: 40vw;
  top: 10vh;
}
  .contactenos__container--imagen img {
     width: 40vw;
  }
  .contactenos__container--enlaces div {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  width: 55vw;
}
  .text-icon {
    font-size: 1em !important;
    color:#2e58ab;
  }
  .contactenos__container--imagen {
    width: 45%;
  }
  .contenedorubicacion {
    width: 75vw !important;
    z-index: 10000;
  }
}

@media only screen and (max-width: 600px) {
  .total{
    top: 3vh !important;
    left: 50vw;
  }
}
