.ie-body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: Roboto, sans-serif, Helvetica, Arial;
  background-color: #01c1d6;
  color: #fff;

}

#ie-wrapper {
  min-height: 100%;
  position: relative;
}

#ie-header-zone {
  height: 50px;
  background-color: #4a4f53;
}

#ie-middle-zone {
  padding-bottom: 100px;
}

#ie-footer-zone {
  padding: 0% 8%;
  height: 50px;
  background: #4a4f53;
  width: 84%;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: justify;
  font-size: 12px;
  color: #fff;
}

#ie-footer-zone a {
  text-decoration: underline;
  color: #fff;
}

#ie-footer-zone span {
  color: #fff;
}

.ie-d1,
.ie-d2 {
  width: 33%;
  float: left;
}

.ie-d1 {
  text-align: left;
}

.ie-d2 {
  text-align: center;
}

.ie-d3 {
  text-align: right;
}

.ie-center {
  text-align: center !important;
}

.ie-top-logo {
  display: block;
  margin-left: 94px;
  width: 180px;
  height: 50px;
  background-image: url("imgs/chubb-logo2.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.ie-main-logo {
  display: block;
  margin-left: 94px;
  width: 150px;
  height: 50px;
  padding-top: 37px;
  background-image: url("imgs/main-logo.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.ie-main {
  display: block;
  margin-left: -2%;

  height: 256px;
  padding-top: 38px;
  background-image: url(imgs/girl2.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.ie-t1 {
  text-align: center;
  font-size: 26px;
}

.ie-t2 {
  text-align: center;
  font-size: 16px;
}

.ie-logos {
  display: block;
  text-align: center;
  margin-top: 2%;
  height: 70px;
  width: 80px;
  font-size: 14px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;

}

.ie-logos span {
  top: 70px;
  position: relative;
}

.ie-logosContenedor {
  width: 244px;
  margin-left: auto;
  margin-right: auto;
}

.ie-chrome {
  background-image: url(imgs/logos01.png);
  margin-left: 0%;
  float: left;
}

.ie-safari {
  background-image: url(imgs/logos02.png);
  margin-left: 0%;
  float: left;
}

.ie-firefox {
  background-image: url(imgs/logos03.png);
  margin-left: 0%;
  float: left;
}