html {
  font-family: "Open Sans", sans serif;
  /*height: 100%;*/
}

body {
  /*height: 100%;*/
}
.container-fluid{
	margin-left:0px;
	margin-right:0px;
}
.alop-bg-img-main {
  background-image: url(imgs/cover.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  /*width: 100%;*/
  /*height: 100%;*/
  /*display: block;*/
}

.alop-texto {
  margin: 0 auto;
}

.alop-header {
  margin-top: 5px;
  /* height: 150px; */
}

.alop-texto-footer
{
  max-width: 500px;
  font-size: 0.8em;
  color: #999;
  margin: 0 auto;
}

.alop-texto-footer a,
.alop-texto-footer a:active
{
  max-width: 500px;
  /*font-size: 0.8em;*/
  color: #eee;
  margin: 0 auto;
  text-decoration: none;
}

.alop-texto-footer a:hover
{
  text-decoration: underline;
}

.alop-top {

}

.alop-font-2x {
  font-size: 1.3em !important;
}

.alop-top-container {
  /*width: 100%;*/
  padding-bottom: 33%

}

.alop-txt-fff {
  color: #fff;
}

.alop-txt-000 {
  color: #000;
}

.txt-center {
  text-align: center;
}

.alop-azul-1 {
  background-color: #181d30;
}

.alop-azul-2 {
  background-color: #1f253a;
}

.alop-azul-3 {
  background-color: #0d1019;
}

.alop-box-icons {
  /*width: 500px;*/
  margin: 0 auto;
}

.alop-icon {
  margin: 0 auto;
  text-align: center;
  color: #94BEE8;
  display: block;
  margin-top: 30px;
  width: 135px;
}

.alop-testimonio-globo
{
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #E1E1E1;
  padding: 15px 30px;


}

h2 {
  font-size: 3em;
  display: block;
  text-align: center;
  margin: 0 auto 50px;

}

h2 span {
  display:inline-block;
  padding: 0.2em;
  font-weight: lighter;
}


h2.light span{
  border-top: 1px solid #202C42;
  /*border-bottom: 1px solid #313D53;*/
}

h2.dark span{
  border-top: 1px solid #000;
}


span.line {
  background: url(../imgs/line-1.png);
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 50px;
  display: block;
}



.alop-aux {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 2px 0;
  padding: 2px 0;
}

.alop-test-cargo {
  margin-top:5px;
  margin-bottom:5px;
  color: #555;
}

.alop-test-pais {

}

ol.alop-ol {
  display: block;
  padding: 0 0 0 26px;
  list-style: none;
  background: transparent;
  overflow: hidden;
  margin: 0;
}

ol.alop-ol-1 {
  counter-reset: numList 0;
}

ol.alop-ol-2 {
  counter-reset: numList 3;
}


ol.alop-ol li {
  /*width: 176px;*/
  /* margin-right: 44px;*/
  /*float: left;*/
  position: relative;
  margin-bottom: 10px;
}

ol.alop-ol li:before {
  counter-increment: numList;
  content: counter(numList);

  float: left;
  position: absolute;
  left: -26px;

  font: bold 12px sans-serif;
  text-align: center;
  color: #000;
  line-height: 18px;

  width: 18px; height: 18px;
  background: #fff;

  -moz-border-radius: 999px;
  border-radius: 999px
}

.txt-centro {
  text-align: center;
}

.txt-izq {
  text-align: left;
}

.txt-small {
  font-size: 0.8em;
}

.txt-bold {
  font-weight: bold;
}

.txt-bold-600 {
  font-weight: 600;
}

.txt-color-555 {
  color: #555;
}

.div-center-m {
  margin-left: auto;
  margin-right: auto;
}


