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;
}

#goParceiros-div{
  float: left;
}

#goParceiros{
  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;
  margin-block-start: 0px;
  margin-block-end: 0px;
  display: inline-block;
}

#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/telopay/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: 20px;
}

.text{
  margin-bottom: 0px;
  font-weight: normal;
}

.sub-title{
  margin-top: 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: 20px;
}

.div-txtImg{
  margin: 15px 30px 30px 30px;
}

.content-img{
  width: 100px;
  padding-bottom: 20px;
}

.contact-img{
    padding-bottom: 20px;
}

#quem-somos, #contactos{
  background-color: #f8f8f8;
}

.apresentacion-text{
  width: 650px;
  margin: auto;
  padding-bottom: 20px;
}

#servicos{
  background-color: #444444;
  color: #fff;
}

.servicos-img{
  width: 100px;
  padding-bottom: 20px;
}

.contactText{
  float:none;
  text-align: left;
  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, #formulario{
  background: #f8ba0d;
  color: #4c4843;
}

.trabalhaPadding{
  padding-top: 250px;
}

#trabalha-connosco h3{
  color: black;
}

.btnFormulario{
  background-color: #4c4843 !important;
  color: #ffffff !important;
  font-weight: bold !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
  margin-top: 15px !important;
  margin-bottom: 25px !important;
}

#send-formulario{
  padding-top: 25px;
  width: 50%;
  display: inline-block;
}

.select-div, .upload-div{
  float:none;
  text-align: left;
  padding-bottom: 15px;
}

#cancel{
  display: inline-block;
  float: none;
  width: 50%;
  text-align: right;
}

#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;
}

.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: 200px;
    background-position: center center;
  }

  .apresentacion-text{
    width: auto;
    margin: auto;
    padding-bottom: 20px;
  }

  #home-text{
    float: none;
    text-align: center;
    width: auto;
    margin: 0px 30px;
    padding: 40px 0px 250px 0px;
  }

  .content-img{
    width: 150px;
  }

  .contactText{
    float: none;
    text-align: center;
    margin: 0px;
    padding: 20px 0px;
  }

  #send-formulario{
    padding-top: 15px;
    width: 95%;
    display: inline-block;
  }

  .imgDesktop, #enviar-mensagem-desktop{
    display: none;
  }

  .imgMobile{
    display: inline;
  }

 .trabalhaPadding{
   padding: 20px 0px 0px 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 (width: 768px) {
  .content-img{
    width: 100px;
  }
}
