.titulo-catalogo-produtos{width: 100%;float: left;font: 36px robotoregular;color: #3b3b3e;line-height: 41.28px;text-align: center;margin: 50px 0 0 0;}
.titulo-catalogo-produtos span{font-family: robotobold;color: #70cbea;}

.engloba-catalogo{width: 100%;float: left;margin: 75px 0 58px 0;}

.catalogo{width: 33%;height: 460px;float: left;box-shadow: 0 0 0 1px #c6c6c6;display: flex; align-items: center;justify-content: flex-start;flex-flow: column;padding: 30px 0 0 0;}

.icon-catalogo-1{width: 100%;height: 270px;float: left;background: url(../img/catalogo-produtos/1.png)no-repeat center top;}
.icon-catalogo-2{width: 100%;height: 270px;float: left;background: url(../img/catalogo-produtos/2.png)no-repeat center top;}
.icon-catalogo-3{width: 100%;height: 270px;float: left;background: url(../img/catalogo-produtos/3.png)no-repeat center top;}

.engloba-link-catalogo{width: 100%;float: left;margin: 55px 0 0 0;display: flex;justify-content: center;flex-flow: wrap;}
.engloba-link-catalogo a{width: 35%;height: 38px;float: left;display: flex;align-items: center;background: #eaeaea;margin: 10px 2%}
.engloba-link-catalogo a:hover{background: #70cbea;}
.engloba-link-catalogo a:hover p{color: #fff;}
.engloba-link-catalogo p{float: left;font: 10px montserrat-medium;color: #44454d;margin: 0 0 0 11px;}
.engloba-link-catalogo span{font-family: montserrat-bold;}

.icon-1{width: 30px;height: 38px;float: left;background: url(../img/catalogo-produtos/catalogo-online.png)no-repeat center #70cbea;}
.icon-2{width: 30px;height: 38px;float: left;background: url(../img/catalogo-produtos/catalogo-instalavel.png)no-repeat center #70cbea;}
.icon-3{width: 30px;height: 38px;float: left;background: url(../img/catalogo-produtos/pdf.png)no-repeat center #70cbea;}

.mobi-flex{display: none !important;}

.contatos-footer{width: 50%;}

.sub-titulo-catalogo-produtos{width: 100%;float: left;font: 16px montserrat-medium;color: #87888f;line-height: 25px;text-align: center;margin: 20px 0 0 0;}

.engloba-apps{width: 100%;float: left;display: flex;align-items: center;justify-content: center;margin: 0 0 95px 0;}
.app-cel{display: block !important;}
.icon-4{width: 44px;height: 43px;float: left;background: url(../img/catalogo-produtos/android.png)no-repeat center #70cbea;}
.icon-5{width: 44px;height: 43px;float: left;background: url(../img/catalogo-produtos/ios.png)no-repeat center #70cbea;}

.link-app{width: 153px;height: 43px;float: left;display: flex;align-items: center;background: #eaeaea;margin: 0 7.5px;}
.link-app:hover{background: #70cbea;} 
.link-app:hover p{color: #ffffff;} 
.link-app p{float: left;font: 12px montserrat-regular;color: #35353b;margin: 0 0 0 15px;}
.link-app span{font-family: montserrat-extrabold;}

@media(max-width:1220px){
    .contatos-footer{width: 45%;}
}

@media(max-width:1180px){
    .seta-catalogo{height: 60px;}
}

@media(max-width: 1120px){
    .icon-catalogo-1{width: 95%;background-size: contain;}
    .icon-catalogo-2{width: 95%;background-size: contain;}
    .icon-catalogo-3{width: 95%;background-size: contain;}

    .engloba-link-catalogo{display: flex;align-items: center;justify-content: center;flex-flow: wrap;}
    .engloba-link-catalogo a{width: 46%;margin: 2% 2%;}
}

@media(max-width:1105px){
    .engloba-catalogo{display: flex;align-items: center;justify-content: center;}
    .catalogo{width: 30%;margin: 0 2%;}
    .seta-catalogo{height: 60px;}
}

@media(max-width: 990px){
    .titulo-catalogo-produtos{margin: 20px 0 0 0;font-size: 20px;line-height: 25px;}
    .engloba-catalogo{width: 100%;margin: 0;flex-flow: column;margin: 0 0 20px 0;}
    .catalogo{width: 100%;margin: 20px 0 0 0;padding: 0;}



    .mobi-flex{display: flex !important;}

    .icon-catalogo-1{margin: 20px 0 0 0;}
    .icon-catalogo-2{margin: 20px 0 0 0;}
    .icon-catalogo-3{margin: 20px 0 0 0;}

    .contatos-footer{width: 104%;}

    .titulo-contatos-footer{width: 104%;}

    .link-app{width: 48%;}
    .engloba-apps{margin: 0 0 20px 0;}
}