/* conectse*/
.conect-se{
    padding: 40px 0;
}
.conect-se h2{
    color: #2d2e81;
    font-size: 36px;
     font-family: 'Clarika Geometric';
    font-weight: 600;
    margin-bottom: 40px
}
.box-crd-conect{
    display: flex;
    margin-bottom: 20px;
}
.box-crd-conect figure{
    width: 152px;
    margin-right: 10px;
    height: 69px;
    border-radius: 5px;
    overflow: hidden
}
.box-crd-conect .para{
    color: #3a3a3a;
    width: calc(100% - 165px);
    font-size: 18px;
    line-height: 1.2;
}
.box-crd-conect .para p{
    margin-bottom: 5px;
    height: 38px;
    font-size: 16px;
}
.box-crd-conect .para a{
   display: inline-block;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Clarika Geometric';
    font-weight: 500;
    border-radius: 5px;
    padding: 5px 1.4em;
    background-color: #2d2e81;
    font-size: 14px
}
.box-crd-conect .para a:hover,
a.show-mor{
    opacity: .9;
    color: #fff
}
.show-mor{
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Clarika Geometric';
    border-radius: 5px;
    padding: 5px 1em;
    background-color: #353535;
    font-size: 18px;
}
.class-cpy{
    text-align: center;
    color: #fff;
    background-color: #5f5f5f;
    text-transform: uppercase;
    padding: .6em
}
#new-rod{
    background-color: #f4f4f4;
    padding: 20px 0;
}
@media only screen and (max-width: 600px) {
    .conect-se h2{
        font-size: 29px;
        text-align: center;
    }
    .box-crd-conect .para p{
        height: auto;
    }
    .box-crd-conect figure{
        width: 124px;
        height: auto;
        background-color: #fff
    }
    .box-crd-conect .para{
        width: calc(100% - 135px);
    }
    .grid-parceiros a{
        padding: 5px;
    }
}