body{
  font-family: Arial;
  text-align: center !important;
  box-sizing: content-box !important;
}

.row{
  margin: 0px !important;
}

.icl  {
  color:#7e7e7e;
  cursor: pointer;
}

.icl.active {
  color: red;
} 

.menus a{
  text-transform: uppercase;
}

#header{
  background-color: black;
  height: 34px;
}

#goindex{
  cursor: pointer;
  float: right;
  background-color: red;
  color: #ffffff;
  padding: 5px;
  border: 0px;
  /* margin-right: -15px; */
}

#language ul{
  list-style-image: none !important;
  list-style-type: none !important;
}

#language li{
  float: left;
  position: relative;
  margin: 5px;
}

#logoTelo{
  padding: 10px;
}

.links{
  margin-top: 30px;
}

.links a{
  color: black !important;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none !important;
  padding: 5px;
}

#home{
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('resources/parceiros/banner_01.png');
  padding-bottom: 200px;
  background-position: center center;
}

#home-text{
  color: black;
  text-align: left;
  width: 500px;
  padding-bottom: 20px;
  padding-left: 80px;
  padding-top: 150px;
  margin: 0px 30px
}

.title{
  font-weight: bold;
  margin: 0px;
  padding-top: 50px;
}

.text{
  margin-bottom: 0px;
  font-weight: normal;
}

.sub-title{
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: bold;
}

.border-under-title{
  border-width: 5px 80px 0px 0px;
  border-color: #f9dd24;
  border-style: solid;
  margin: 0px;
}

.div-content{
  padding-top: 15px;
  margin-left: 15px;
  margin-right: 15px;
  padding-bottom: 50px;
}

.telopay{
  margin-bottom: -50px;
}

.content-img{
  padding-bottom: 20px;
}

#TELOPay, #beneficios, #contactos {
  background-color: #f8f8f8;
}

.apresentacion-text{
  width: 650px;
  margin: auto;
  padding-bottom: 20px;
}

ul{
  text-align: left;
  list-style-image: url("resources/parceiros/bullet.png");
}

.telopayUl{
  padding-left: 120px;
  padding-top: 50px;
}

.telopayUl li{
  padding-top: 5px;
}

#plataforma, #principais-razoes{
  background-color: #444444;
  color: #ffffff;
}

#plataforma h5, #principais-razoes h5{
  color: #f6d725;
}

.alignLeft{
  float: none;
  text-align: left;
}

.yellowBolt{
  color: #f9a602;
  font-weight: bold;
}

.doubleImagem{
  width: 120%;
  padding-top: 10px;
  padding-bottom: 25px !important;
  margin-left: -15px;
}

.beneficios{
  padding-top: 2% !important;
}

.pontos-fortes{
  padding-top: 2% !important;
}

.pontos-fortes-img{
  padding-left: 50px !important;
}

.imgWidth{
  width: 100%;
}

.imgWidthCol{
  width: 80%;
}

.contactText{
  float:none;
  text-align: left;
  font-weight: normal;
  padding-top: 10px;
  margin-left: -10px;
}

.map-container{
  overflow:hidden;
  padding-bottom:56.25%;
  position:relative;
  height:0;
}

.map-container iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}

#enviar-mensagem-desktop{
  position: absolute;
  margin-top: 40%;
  margin-left: 20%;
  margin-right: 20%;
  z-index: 100;
  width: -webkit-fill-available;
  background-color: #ffffff;
}

#enviar-mensagem-desktop h3{
  padding-bottom: 20px;
}

.boxHeight{
  height: 145px !important;
}

.btnMensage{
  background-color: #f9a600 !important;
  color: #ffffff !important;
  font-weight: bold !important;
  padding-left: 35px !important;
  padding-right: 35px !important;
  margin-bottom: 25px !important;
}

#trabalha-connosco{
  background: #f8ba0d;
  color: #4c4843;
  padding-bottom: 250px;
}

.trabalhaPadding{
  padding-top: 250px;
}

#trabalha-connosco{
  display: inherit;
}

#trabalha-connosco h3{
  color: black;
}

.btnFormulario{
  background-color: #4c4843;
  color: #ffffff;
  font-weight: bold !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
  margin-top: 15px !important;
  margin-bottom: 25px !important;
}

#footer{
  color: #ffffff;
  background: #211f20;
}

#footer_logo{
  padding: 10px 10px 10px 15px;
  float: left;
}

#footer_icon_facebook{
  float: right;
  padding: 35px 15px 10px 35px ;
}

.footer-text{
  margin: 0px;
  padding-top: 35px;
  padding-bottom: 35px;
}

.imgDesktop{
  display: inline-block;
}

.imgMobile{
  display: none;
}
#totop{
  display: none;
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  #totop{
    display: block;
  }
  #language{
    box-sizing: content-box !important;
  }

  #home{
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('resources/telopay/mobile/banner_01.png');
    padding-bottom: 500px;
    background-position: center center;
  }

  #home-text{
    margin: 0px 30px;
    padding: 0px;
    float:none;
    text-align: center;
    width: auto;
  }

  .apresentacion-text{
    width: auto;
    margin: auto;
    padding-bottom: 20px;
  }

  .telopayUl{
    padding: 0px;
    margin-left: 25px;
  }

  .title{
    font-weight: bold;
    padding-top: 20px;
    margin-bottom: 10px;
  }

  #canais-venda h3, .text{
    float: none;
    text-align: center;
  }

  #canais-venda img, #beneficios img,
   #pontos-fortes img, #TELOPay img{
    width: 80%;
  }

  .imgDesktop, #enviar-mensagem-desktop,
   #trabalha-connosco{
    display: none;
  }

  .imgMobile{
    display: inline-block;
  }

  .beneficios, .pontos-fortes{
    padding: 0px !important;
  }

  .contactText{
    float: none;
    text-align: center;
    margin: 0px;
    padding: 20px 0px;
  }

  #menu-button{
    margin-top: 15px;
    padding: 10px;
    background-color: inherit;
    border: 0px;
    cursor: pointer;
  }

  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    right: -20px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }

  /* Links inside the dropdown */
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }

  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {background-color: #ddd;}

  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {display: block;}
}

@media only screen and (max-width: 768px) {
  #plataforma img, #principais-razoes img{
    width: 110px;
  }

  .doubleImagem{
    width: 150px !important;
    padding-top: 10px;
    padding-bottom: 30px;
    margin-left: -20px;
  }

  #canais-venda img{
    padding-top: 50px;
  }
}
