.clear {
    clear: both;
    width: 100%;
}

h3 {
    display: inline-block;
}

.menu-icon {
    width: 30px;
    height: 30px;
}


.video-gallery {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.video-item {
    margin: 0;
    padding: 5px;
    display: inline-block;
    width: 40%;
}

.video-item video {
    width: 100%;
    height: auto;
}

.info {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.info-item {
    width: 45%;
    height: auto;
    display: inline-block;
}

.info-item img{
    width: 75%;
    height: auto;
    padding: 5px;
}

.info-item p {
    font-size: 14pt;
}

.gallery-marcas {
    margin: 0px;
    padding: 0px;
    text-align: center;
    display: block;
    width: 100%;
    height: auto;
}

.gallery-marcas img {
    width: auto;
    height: auto;
    max-width: 35%;
    max-height: 35%;
    padding: 50px;
    display: inline-block;
}

.column {
    margin: 0px;
    padding: 10px;
    text-align: center;
}

.column-item img{
    width: 100%;
    height: auto;
    padding: 5px;
}

.column-item .logo{
    width: 100%;
    height: 100px;
}

.column-item .logo img{
    width: auto;
    height: auto;
    max-width: 75%;
    max-height: 75%;
    padding: 10px;
}

.tec {
    margin: 0px;
    padding: 10px;
    text-align: left;
}

.tec-item .tec-logo-r {
    width: 100%;
    height: 50px;
    text-align: right;
}

.tec-item .tec-logo-r img {
    height: auto;
    max-height: 100%;
    width: auto;
    max-width: 50%;
}

.tec-item .tec-logo-l {
    width: 100%;
    height: 50px;
    text-align: left;
}

.tec-item .tec-logo-l img {
    height: auto;
    max-height: 100%;
    width: auto;
    max-width: 50%;
}

.tec-item .tec-img-r {
    width: 50%;
    height: auto;
    float: right;
}

.tec-item .tec-img-l {
    width: 50%;
    height: auto;
    float: left;
}

.tec-item p {
    margin: 10px;
}

.gallery {
    text-align: center;
}

.gallery .gallery-item{
    width: 25%;
    height: auto;
    float: left;
}