html, body {
    overflow-x: hidden;
}

body{
    padding-top: 56px;
}


h1 {
  font-size: 34px;
  line-height: normal;
  padding-bottom: 7px;
}

h2 {
font-size: 22px;
}

.wrap {
    width: 94%;
    max-width: 94%;
    padding: 20px 0px;
    overflow: hidden;
     font-size: 19px;
}

header{
    position: fixed;
}

header, .menu, header .wrap, .menu .wrap ul{
    height: 56px;
}

a#menuMobile, #menuOverlay{
	display:block;
}

#menu, .menu .wrap ul li{
	display:none;
}

.menu .wrap ul li:first-child{
    display: block;
}

.top{
    height: 56px;
    line-height: normal;
    background-color: #fff;
    background-image: url("../img/traductor.png");
    background-repeat: no-repeat;
    background-position: 2.5% 9px;
    background-size: auto 40px;
}

.top .wrap ul{
    display: none;
}

a.logo{
    display: none;
}

header .bottom{
    display: none;
}

#langs, #sublangs{
	display:none;
}

.mainImage .wrap{
    height: 260px;
}

.mainImage strong {
  font-size: 28px;
  margin-bottom: 22px;
}

.homeBanner ul li{
    width: 100% !important;
    padding: 18px 35px;
}

.homeBanner ul li:first-child{
    margin-bottom: 10px;
    font-size: 28px;
}

.homeBanner ul li:last-child{
    font-size: 19px;
}

.listServices .wrap ul li{
    width: 50%;
    padding: 0px 15px;
    padding-bottom: 25px;
    border: 0px;
}

.blockInfo ul li{
    width: 100% !important;
}

.blockInfo ul li:last-child{
    padding-top: 25px;
}

.blockInfo .wrap ul.blockImage li:first-child img {
    max-height: 275px;
    object-fit: cover;
}

.parallax .wrap ul li{
    width: 100%;
    padding: 25px 0px;
}

.blockList ul li{
    width: 100%;
    padding: 0px 15px;
    padding-bottom: 15px;
        border: 0px;
    border-bottom: 1px solid #b2c0c7 !important;
    margin-bottom: 25px;

}

.contact form {
  width: 100%;
}

.contact .wrap ul{
    background-image: none;
    width: 95%;
}

.contact .wrap ul li {
  width: 100%;
}

.contact .wrap ul li:first-child{
    padding-bottom: 35px;
}

.contact .customInput#captcha{
    width: 56% !important;
}

contact form .button {
  padding: 0px 25px;
}

.banner .wrap ul li{
    width: 100% !important;
}

.banner .wrap ul li strong{
    font-size: 30px;
}

footer .wrap ul li{
    width: 100%;
    padding-bottom:15px;
}

footer .wrap ul li:last-child{
    text-align: center;
}

footer .wrap ul li:last-child img{
    margin:6px 12px;
}

footer .bottom div {
    width: 95%;
    margin: 0px auto;
}

.customInput{
    width: 100% !important;
    box-sizing: border-box !important;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 12px;
}

.button {
  font-size: 19px;
}

.kitDigital img {
  max-width:95%;
}