body {
  font-family: 'Open Sans', Sans-Serif;
  width: 1024px;
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
}
header {
  height: 150px;
  padding-top: 40px;
  color: #3a7800;
}
header figure {
  display: inline-block;
}
header figure img {
  margin-top: -10px;
  height: 80px;
  width: 220px;
}
header nav {
  display: inline-block;
}
header nav ul {
  font-size: 16px;
  list-style: none;
}
header nav ul li {
  display: inline-block;
  padding: 0.5em;
}
header nav ul li:hover {
  background: #3a7800;
  border-radius: 0.3em;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}
header nav ul li:hover a {
  color: #fff;
}
header a {
  color: #3a7800;
  text-decoration: none;
}
header a:hover {
  text-decoration: none;
  color: #fff;
}
footer {
  padding-top: 30px;
  text-align: center;
  padding-right: 20px;
  font-size: 12px;
}
#container {
  width: 100%;
}
#derechos {
  color: #ddd;
}
#formularioContacto {
  width: 400px;
}
#modalAsesorias {
  display: none;
}
#modalReportes {
  display: none;
}
#modalTributaria {
  display: none;
}
#modalAuditorias {
  display: none;
}
#modalInventarios {
  display: none;
}
#modalConsultoria {
  display: none;
}
#indexTextoSlider {
  border-bottom: 1px solid #3a7800;
  text-align: justify;
  padding: 0 20px 0 20px;
}
#indexServicios {
  padding: 20px 0 0 0;
}
#indexServicios #tituloIndexServicios {
  font-size: 20px;
  color: #3a7800;
}
#indexServicios .agrupacionIndexServicios {
  text-align: center;
  margin: 20px;
}
#indexServicios .itemIndexServicios {
  opacity: 0.85;
  border: 1px solid #3a7800;
  border-radius: 0 1em 0 1em;
  margin-left: 20px;
  width: 250px;
  height: 200px;
  color: #808080;
  display: inline-block;
  vertical-align: bottom;
}
#indexServicios .itemIndexServicios p {
  color: #3a7800;
}
#indexServicios .itemIndexServicios img {
  padding: 10px;
  width: 150px;
  height: 150px;
}
#indexServicios .itemIndexServicios:hover {
  opacity: 1;
  cursor: pointer;
  transition: 0.3s;
}
#indexServicios .itemIndexServicios:hover p {
  transition: 0.6s;
  background: #3a7800;
  color: #fff;
}
.integrantesEquipo {
  padding-top: 20px;
  margin-top: 20px;
}
#slider {
  text-align: center;
}
#slider img {
  width: 1024px;
}
#sobreNosotros {
  text-align: justify;
  padding: 0 100px 0 100px;
}
#sobreNosotros div {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
}
#sobreNosotros img {
  border-radius: 2em;
}
#textoInicio {
  margin-top: 30px;
  background: #fa0;
  width: 1024px;
}
#textoInicio p {
  text-align: justify;
}
.divContactos {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
}
.modalContainer {
  text-align: justify;
}
.modalContainer p {
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 20px;
}
.prop {
  margin-left: -100px;
  width: 900px;
}
.modalTitulo {
  margin-top: 30px;
  font-size: 20px;
  color: #3a7800;
}
.modal-footer button {
  background: #3a7800;
}
.modal-footer button:hover {
  background: #fff;
  color: #3a7800;
}
