html body {
  background: white; }

html body .navbar {
  height: auto;
  background: white;
  margin-bottom: 0px; }

@media screen and (max-width: 992px) {
  html body .navbar .container {
    margin: 0;
    width: 100%; } }

@media screen and (max-width: 770px) {
  html body .navbar .container #navbar {
    padding: 0; } }

@media screen and (max-width: 767px) {
  html body .navbar .container .navbar-header {
    height: 75px; }
  html body .navbar .container .navbar-header button:hover, html body .navbar .container .navbar-header button:focus, html body .navbar .container .navbar-header button:active {
    background-color: #FADF1D;
    border: white; }
  html body .navbar .container .navbar-header button:hover span, html body .navbar .container .navbar-header button:focus span, html body .navbar .container .navbar-header button:active span {
    background-color: white; }
  html body .navbar .container .navbar-header button {
    margin-top: 18px; } }

html body .navbar .container .navbar-brand {
  padding: 0; }

html body .navbar .container .navbar-brand .logo-horizontal {
  height: 70px;
  width: auto; }

@media screen and (max-width: 1200px) {
  html body .navbar .container .navbar-brand .logo-horizontal {
    margin-left: 0; } }

html body .navbar .container .navbar-nav {
  float: right;
  margin-right: 90px; }

@media screen and (max-width: 992px) {
  html body .navbar .container .navbar-nav {
    margin: 0;
    float: none;
    text-align: center; } }

html body .navbar .container .navbar-nav li a {
  color: #4F4F4F;
  font-family: "Merriweather",serif;
  line-height: 72px;
  height: 72px;
  padding-top: 0; }

@media screen and (max-width: 850px) {
  html body .navbar .container .navbar-nav li a {
    padding: 0 7px; } }

html body .navbar .container .navbar-nav li:hover a {
  background-color: #FADF1D; }

html body .navbar .container .navbar-nav li.active a {
  background-color: #FADF1D;
  color: #555; }

html body .owl-stage-outer {
  height: 100%; }

html body .owl-stage-outer .owl-stage {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

html body .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
  width: 100%; }

html body .jumbotron {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("http://www.iempresa.cl/web/img/home3.jpg");
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 0;
  margin: 0;
  height: 600px;
  display: -ms-flexbox;
  display: flex; }

@media screen and (max-width: 500px) {
  html body .jumbotron {
    height: 350px; } }

html body .jumbotron .home {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 100%; }

html body .jumbotron .home h1, html body .jumbotron .home h2 {
  color: white;
  font-family: "Merriweather",serif;
  text-align: center; }

html body .jumbotron .home h2 {
  font-family: "Open Sans",sans-serif; }

@media screen and (max-width: 500px) {
  html body .jumbotron .home h2 {
    font-size: 20px; } }

html body .jumbotron .home h1 {
  font-weight: 600; }

@media screen and (max-width: 500px) {
  html body .jumbotron .home h1 {
    font-size: 25px; } }

html body.quienes-somos .jumbotron {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("http://www.iempresa.cl/web/img/home2.jpg");
  background-size: cover;
  height: 250px; }

@media screen and (max-width: 500px) {
  html body.quienes-somos .jumbotron {
    height: 350px; } }

html body.quienes-somos .jumbotron h1 {
  font-size: 35px; }

@media screen and (max-width: 500px) {
  html body.quienes-somos .jumbotron h1 {
    font-size: 25px; } }

html body.quienes-somos .jumbotron h2 {
  text-align: center;
  font-size: 20px;
  width: 80%;
  font-weight: 400; }

@media screen and (max-width: 500px) {
  html body.quienes-somos .jumbotron h2 {
    font-size: 20px; } }

html body.quienes-somos .container-principal {
  height: 600px;
  width: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }

@media screen and (max-width: 1100px) {
  html body.quienes-somos .container-principal {
    height: auto; } }

html body.quienes-somos .container-principal .logo-area {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 40%; }

html body.quienes-somos .container-principal .logo-area .logo-img {
  background-image: url("http://www.iempresa.cl/web/img/logo-bar.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 60%;
  width: 100%; }

html body.quienes-somos .container-principal .somos-area {
  width: 60%;
  padding-right: 100px;
  padding-left: 20px; }

@media screen and (max-width: 991px) {
  html body.quienes-somos .container-principal .somos-area {
    padding: 0 20px; } }

@media screen and (max-width: 767px) {
  html body.quienes-somos .container-principal .somos-area {
    width: 90%; } }

html body.quienes-somos .container-principal .somos-area .title {
  padding-bottom: 30px; }

html body.quienes-somos .container-principal .somos-area .content p {
  font-family: "Open Sans",sans-serif;
  font-size: 16px;
  padding: 10px 20px;
  color: #4F4F4F; }

html body.quienes-somos .container-equipo {
  height: 700px;
  width: auto; }

@media screen and (max-width: 1300px) {
  html body.quienes-somos .container-equipo {
    height: auto; } }

html body.quienes-somos .container-equipo .title {
  padding-bottom: 50px; }

html body.quienes-somos .container-equipo .container-integrantes {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-left: 170px;
  padding-right: 120px; }

@media screen and (max-width: 1100px) {
  html body.quienes-somos .container-equipo .container-integrantes {
    padding: 0 20px; } }

html body.quienes-somos .container-equipo .container-integrantes .box-integrante {
  width: 250px;
  height: 450px; }

@media screen and (max-width: 1100px) {
  html body.quienes-somos .container-equipo .container-integrantes .box-integrante {
    height: 500px; } }

@media screen and (max-width: 1100px) {
  html body.quienes-somos .container-equipo .container-integrantes .box-integrante {
    padding: 0 20px; } }

html body.quienes-somos .container-equipo .container-integrantes .box-integrante .image {
  height: 65%;
  width: auto; }

html body.quienes-somos .container-equipo .container-integrantes .box-integrante .i1 {
  background-image: url("http://www.iempresa.cl/web/img/1-gray.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom; }

html body.quienes-somos .container-equipo .container-integrantes .box-integrante .i2 {
  background-image: url("http://www.iempresa.cl/web/img/2-gray.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

html body.quienes-somos .container-equipo .container-integrantes .box-integrante .i3 {
  background-image: url("http://www.iempresa.cl/web/img/3-gray.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

html body.quienes-somos .container-equipo .container-integrantes .box-integrante .i4 {
  background-image: url("http://www.iempresa.cl/web/img/4-gray.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

html body.quienes-somos .container-equipo .container-integrantes .box-integrante .data {
  padding-top: 20px;
  text-align: center;
  height: 35%;
  width: auto; }

html body.quienes-somos .container-equipo .container-integrantes .box-integrante .data .nombre {
  font-family: "Merriweather",serif;
  font-weight: bold; }

html body.quienes-somos .container-equipo .container-integrantes .box-integrante .data .profesion, html body.quienes-somos .container-equipo .container-integrantes .box-integrante .data .estudios {
  font-family: "Open Sans",sans-serif; }

html body.quienes-somos .container-equipo .container-integrantes .box-integrante .data .profesion {
  font-size: 16px; }

html body.quienes-somos .container-equipo .container-integrantes .box-integrante .data .estudios {
  font-size: 12px; }

html body.quienes-somos .container-consultores-asociados {
  height: 500px;
  width: auto; }

@media screen and (max-width: 1100px) {
  html body.quienes-somos .container-consultores-asociados {
    height: auto; } }

html body.quienes-somos .container-consultores-asociados .title {
  padding-bottom: 50px; }

html body.quienes-somos .container-consultores-asociados .container-consultores {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-left: 170px;
  padding-right: 120px; }

@media screen and (max-width: 1100px) {
  html body.quienes-somos .container-consultores-asociados .container-consultores {
    padding: 0 20px; } }

html body.quienes-somos .container-consultores-asociados .container-consultores .box-consultor {
  width: 250px;
  height: 450px; }

@media screen and (max-width: 1100px) {
  html body.quienes-somos .container-consultores-asociados .container-consultores .box-consultor {
    height: 200px; } }

html body.quienes-somos .container-consultores-asociados .container-consultores .box-consultor .data {
  padding-top: 20px;
  text-align: center;
  height: 35%;
  width: auto; }

html body.quienes-somos .container-consultores-asociados .container-consultores .box-consultor .data .nombre {
  font-family: "Merriweather",serif;
  font-weight: bold; }

html body.quienes-somos .container-consultores-asociados .container-consultores .box-consultor .data .profesion, html body.quienes-somos .container-consultores-asociados .container-consultores .box-consultor .data .estudios {
  font-family: "Open Sans",sans-serif; }

html body.quienes-somos .container-consultores-asociados .container-consultores .box-consultor .data .profesion {
  font-size: 16px; }

html body.quienes-somos .container-consultores-asociados .container-consultores .box-consultor .data .estudios {
  font-size: 12px; }

html body.servicios .jumbotron {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("http://www.iempresa.cl/web/img/home2.jpg");
  height: 250px;
  background-size: cover; }

@media screen and (max-width: 500px) {
  html body.servicios .jumbotron {
    height: 350px; } }

html body.servicios .jumbotron h1 {
  font-size: 35px; }

@media screen and (max-width: 500px) {
  html body.servicios .jumbotron h1 {
    font-size: 25px; } }

html body.servicios .jumbotron h2 {
  text-align: center;
  font-size: 20px;
  width: 80%;
  font-weight: 400; }

@media screen and (max-width: 500px) {
  html body.servicios .jumbotron h2 {
    font-size: 20px; } }

html body.servicios .container-servicios {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 100px;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  -ms-flex-line-pack: distribute;
      align-content: space-around;
  -ms-flex-align: baseline;
      align-items: baseline; }

@media screen and (max-width: 500px) {
  html body.servicios .container-servicios {
    margin: 0; } }

html body.servicios .container-servicios .service-box {
  font-weight: bold;
  width: 350px;
  margin: 45px 25px; }

html body.servicios .container-servicios .service-box i {
  background-color: #FADF1D;
  color: white;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  font-size: 40px;
  text-align: center;
  line-height: 80px;
  margin-top: -20px; }

html body.servicios .container-servicios .service-box .title {
  text-align: center;
  color: #505152;
  font-family: "Merriweather",serif;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 55px 10px;
  margin-bottom: 0px;
  margin-right: 5px;
  margin-left: 5px; }

@media screen and (max-width: 500px) {
  html body.servicios .container-servicios .service-box .title {
    padding: 0 10px;
    margin: 20px; } }

html body.servicios .container-servicios .service-box .content {
  text-align: left;
  color: #505152;
  padding: 5px 50px;
  font-family: "Open Sans",sans-serif;
  font-size: 15px;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 0px; }

@media screen and (max-width: 500px) {
  html body.servicios .container-servicios .service-box .content {
    padding: 0 10px;
    margin-top: 20px; } }

html body.servicios .container-servicios .service-box .lista {
  list-style-type: none;
  margin: 0;
  font-size: 15px;
  padding: 0 50px;
  text-align: left;
  color: #505152;
  font-family: "Open Sans",sans-serif; }

@media screen and (max-width: 500px) {
  html body.servicios .container-servicios .service-box .lista {
    padding: 0 30px; } }

html body.proyectos .jumbotron {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("http://www.iempresa.cl/web/img/home3.jpg");
  height: 250px;
  background-position: center;
  background-size: cover; }

html body.proyectos .jumbotron h1 {
  font-size: 35px; }

@media screen and (max-width: 500px) {
  html body.proyectos .jumbotron h1 {
    font-size: 25px; } }

html body.proyectos .jumbotron h2 {
  text-align: center;
  font-size: 20px;
  width: 80%;
  font-weight: 400; }

@media screen and (max-width: 500px) {
  html body.proyectos .jumbotron h2 {
    font-size: 20px; } }

html body.proyectos .container-proyectos {
  height: auto;
  width: auto;
  padding: 60px 120px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around; }

@media screen and (max-width: 1300px) {
  html body.proyectos .container-proyectos {
    height: auto; } }

@media screen and (max-width: 1100px) {
  html body.proyectos .container-proyectos {
    padding: 0 20px; } }

html body.proyectos .container-proyectos .box-proyecto {
  width: 350px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-bottom: 30px;
  margin-left: 50px;
  margin-right: 50px; }

@media screen and (max-width: 1100px) {
  html body.proyectos .container-proyectos .box-proyecto {
    padding: 0 20px; } }

@media screen and (max-width: 500px) {
  html body.proyectos .container-proyectos .box-proyecto {
    padding: 0;
    margin: 20px; } }

html body.proyectos .container-proyectos .box-proyecto .data {
  padding-top: 20px;
  text-align: left;
  -ms-flex: 2;
      flex: 2;
  font-size: 16px; }

html body.proyectos .container-proyectos .box-proyecto .data .title {
  text-align: center;
  font-family: "Merriweather",serif;
  font-weight: bold;
  color: #FADF1D; }

html body.proyectos .container-proyectos .box-proyecto .data .content {
  font-family: "Open Sans",sans-serif; }

html body.clientes .jumbotron {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("http://www.iempresa.cl/web/img/mano.jpg");
  height: 250px;
  background-size: cover;
  background-position: center; }

@media screen and (max-width: 500px) {
  html body.clientes .jumbotron {
    height: 300px; } }

html body.clientes .jumbotron h1 {
  font-size: 35px; }

@media screen and (max-width: 500px) {
  html body.clientes .jumbotron h1 {
    font-size: 25px; } }

html body.clientes .jumbotron h2 {
  text-align: center;
  font-size: 20px;
  width: 80%;
  font-weight: 400; }

@media screen and (max-width: 500px) {
  html body.clientes .jumbotron h2 {
    font-size: 20px; } }

html body.clientes .container-clientes {
  height: auto;
  width: auto;
  padding: 60px 120px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around; }

@media screen and (max-width: 1300px) {
  html body.clientes .container-clientes {
    height: auto; } }

@media screen and (max-width: 1100px) {
  html body.clientes .container-clientes {
    padding: 0 20px; } }

html body.clientes .container-clientes .box-cliente {
  width: 350px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-bottom: 30px;
  margin-left: 50px;
  margin-right: 50px; }

@media screen and (max-width: 1100px) {
  html body.clientes .container-clientes .box-cliente {
    padding: 0 20px; } }

@media screen and (max-width: 768px) {
  html body.clientes .container-clientes .box-cliente {
    padding: 0px;
    margin: 20px 0px; } }

html body.clientes .container-clientes .box-cliente .data {
  padding-top: 20px;
  text-align: left;
  -ms-flex: 2;
      flex: 2;
  font-size: 16px; }

html body.clientes .container-clientes .box-cliente .data .title {
  text-align: center;
  font-family: "Merriweather",serif;
  font-weight: bold;
  color: #FADF1D; }

html body.clientes .container-clientes .box-cliente .data .lista {
  text-align: left;
  margin: 0;
  padding: 0 50px;
  text-align: left;
  font-family: "Open Sans",sans-serif; }

@media screen and (max-width: 768px) {
  html body.clientes .container-clientes .box-cliente .data .lista {
    padding: 0 20px; } }

html body.contacto .jumbotron {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("http://www.iempresa.cl/web/img/contacto.jpg");
  height: 250px; }

@media screen and (max-width: 500px) {
  html body.contacto .jumbotron {
    height: 300px; } }

html body.contacto .jumbotron h1 {
  font-size: 35px; }

@media screen and (max-width: 500px) {
  html body.contacto .jumbotron h1 {
    font-size: 25px; } }

html body.contacto .jumbotron h2 {
  text-align: center;
  font-size: 20px;
  width: 80%;
  font-weight: 400; }

@media screen and (max-width: 500px) {
  html body.contacto .jumbotron h2 {
    font-size: 20px; } }

html body.contacto .container-principal {
  width: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding-top: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

@media screen and (max-width: 1100px) {
  html body.contacto .container-principal {
    height: auto; } }

html body.contacto .container-principal .form-area {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 50%;
  padding-right: 20px;
  padding-left: 100px;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }

@media screen and (max-width: 1100px) {
  html body.contacto .container-principal .form-area {
    padding: 0px;
    width: 80%; } }

html body.contacto .container-principal .form-area .form-container {
  padding-bottom: 30px; }

html body.contacto .container-principal .form-area .form-container .btn {
  background-color: white; }

@media screen and (max-width: 1100px) {
  html body.contacto .container-principal .form-area .form-container .btn {
    background-color: #FFDD51;
    border: 1px solid #FFDD51;
    float: right; } }

html body.contacto .container-principal .form-area .form-container .btn:hover {
  color: white;
  background-color: #FFDD51; }

html body.contacto .container-principal .form-area .title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start; }

html body.contacto .container-principal .form-area .title .wellcome {
  padding-top: 0;
  margin-top: 0; }

html body.contacto .container-principal .map-area {
  position: relative;
  height: auto;
  overflow: hidden;
  width: 45%; }

@media screen and (max-width: 1100px) {
  html body.contacto .container-principal .map-area {
    height: 400px;
    width: 80%; } }

html body.contacto .container-principal .map-area iframe {
  position: relative;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

html body.contacto .container-contacto {
  padding-top: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 100px;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  -ms-flex-line-pack: distribute;
      align-content: space-around;
  -ms-flex-align: baseline;
      align-items: baseline; }

html body.contacto .container-contacto .box-contacto {
  font-weight: bold;
  width: 350px;
  margin: 45px 25px; }

html body.contacto .container-contacto .box-contacto i {
  background-color: #FADF1D;
  color: white;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  font-size: 40px;
  text-align: center;
  line-height: 80px;
  margin-top: -20px; }

html body.contacto .container-contacto .box-contacto .title {
  text-align: center;
  color: #505152;
  font-family: "Merriweather",serif;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 55px 10px;
  margin-bottom: 0px;
  margin-right: 5px;
  margin-left: 5px; }

html body.contacto .container-contacto .box-contacto .content {
  text-align: center;
  color: #505152;
  padding: 5px 50px;
  font-family: "Open Sans",sans-serif;
  font-size: 15px;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 0px; }

html body .servicios {
  background-color: #15191C;
  padding: 20px 60px;
  -ms-flex-line-pack: distribute;
      align-content: space-around;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex; }

@media screen and (max-width: 980px) {
  html body .servicios {
    padding: 20px 10px; } }

html body .servicios .servicios-contenido {
  -ms-flex-line-pack: distribute;
      align-content: space-around;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  margin: 0px 150px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

@media screen and (max-width: 650px) {
  html body .servicios .servicios-contenido {
    -ms-flex-direction: column;
        flex-direction: column; } }

@media screen and (max-width: 770px) {
  html body .servicios .servicios-contenido {
    margin: 0; } }

@media screen and (max-width: 980px) {
  html body .servicios .servicios-contenido {
    margin: 0 40px; } }

html body .servicios .servicios-contenido p {
  padding: 0px;
  color: #A2A7AA;
  font-weight: bold;
  -ms-flex: 10;
      flex: 10;
  font-size: 1.6em;
  font-family: "Merriweather",serif; }

@media screen and (max-width: 650px) {
  html body .servicios .servicios-contenido p {
    font-size: 1em;
    text-align: center; } }

html body .servicios .servicios-contenido .btn-servicios {
  background-color: #FFDD51;
  color: black;
  font-family: "Merriweather",serif;
  font-weight: 700;
  -ms-flex: auto;
      flex: auto;
  padding-left: 0px;
  padding-right: 0px;
  border-radius: 0%; }

@media screen and (max-width: 650px) {
  html body .servicios .servicios-contenido .btn-servicios {
    padding: 10px; } }

html body .wellcome, html body .amarillo {
  font-family: "Merriweather",serif;
  font-weight: bold;
  font-size: 26px; }

html body .amarillo {
  color: #FADF1D; }

html body .wellcome {
  padding-top: 70px;
  color: #4F4F4F;
  text-align: center; }

html body .wellcome-p {
  text-align: center;
  font-family: "Open Sans",sans-serif;
  font-size: 18px; }

html body .service-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 100px;
  -ms-flex-pack: center;
      justify-content: center; }

@media screen and (max-width: 500px) {
  html body .service-container {
    margin: 0; } }

html body .service-container .service-box {
  background-color: #f5f5f5;
  text-align: center;
  font-weight: bold;
  height: 200px;
  width: 335px;
  margin: 45px 25px; }

html body .service-container .service-box i {
  background-color: #f5f5f5;
  height: 50px;
  width: 60px;
  border-radius: 50%;
  font-size: 25px;
  text-align: center;
  line-height: 48px;
  margin-top: -20px; }

html body .service-container .service-box .title {
  color: #505152;
  font-family: "Merriweather",serif;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 55px 10px;
  margin-bottom: 0px;
  margin-right: 5px;
  margin-left: 5px; }

html body .service-container .service-box .subtitle {
  color: #505152;
  padding: 5px 50px;
  font-family: "Open Sans",sans-serif;
  font-size: 15px;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 0px; }

html body .brand-carousel {
  padding: 60px 0; }

html body .brand-carousel .item {
  padding: 15px; }

html body .brand-carousel .item img {
  max-width: 100%; }

html body .footer {
  background-color: black;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between; }

html body .footer .copyright {
  padding-left: 120px;
  font-family: "Open Sans",sans-serif;
  color: #A2A7AA;
  font-size: 16px; }

@media screen and (max-width: 770px) {
  html body .footer .copyright {
    padding: 0;
    -ms-flex: 1;
        flex: 1;
    text-align: center; } }

html body .footer .social-media {
  display: -ms-flexbox;
  display: flex;
  color: #A2A7AA;
  font-family: "Merriweather",serif;
  padding-right: 120px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  font-size: 16px; }

html body .footer .social-media p {
  padding: 0px 10px; }
