#header > .header_inner > a.logo > img.logo-small{
    display: none;
}
#header > .header_inner > a.logo, 
#header > .header_inner > a.logo > img{
    width: 205px;
    height: 130px;
}

.form_tipo_plano{
    display: flex;
    justify-content: space-between;
    padding-bottom: 1rem;
    max-width: 280px;
}
.cmsms-form-builder label{
    font-size: 1rem;
}
.form_tipo_plano > div{
    display: flex;
    align-items: center;
}
.cmsms-form-builder .form_tipo_plano input[type="radio"]{
    margin-left: 0.2rem;
}
.cmsms-form-builder .form_tipo_plano input[type="radio"]+label{
    padding-left: 0.5rem;
}

*::placeholder{
    color: #ccc;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
input[type="password"],
select{
    height: 3rem;
}

input[type=submit]{
    background: #2CBFD9;
    color: white;
    font-size: 1rem;
    padding: 1rem;
    min-width: 200px;
    cursor: pointer;
}

@media only screen and (max-width: 1024px){
    .header_html {
        display: block;
        text-align: center;
    }
    .custom_header{
        margin: 0;
        width: 100%;
    }
    .headline{
        padding: 0 0 0.5rem 0.5rem;
    }
    .headline h1{
        font-size: 2rem;
    }
    .cmsms_cc{
        margin: 0;
    }
    #navigation{
        margin: 0;
        background: white;
        border-top: 1px solid #eeeeee;
        border-bottom: 1px solid #eeeeee;
        margin-top: 1rem;
    }
    #middle{
        padding: 0 0.5rem;
    }
    #header .wrap_nav{
        padding-bottom: 0;
        background: white;
    }
    #page {
        width: auto;
        position: relative;
        margin: 0 auto 0; 
        padding-bottom: 0;
    }
    #header > .header_inner > a.logo,
    #header > .header_inner > a.logo > img.logo-small{
        width: 150px;
        height: 95px;
    }
    #header > .header_inner > a.logo > img.logo-small{
        display: initial;
    }
    #header > .header_inner > a.logo > img.logo-big{
        display: none;
    }
    #header > .header_inner > a.logo{
        margin: 1rem 0 0 1rem;
    }
    #header{
        padding: 0 0 0.5rem 0;
    }
    #header nav{
        margin: 0;
        padding: 0;
    }
    .responsive_nav {
        position: relative;
        display: block;
        float: right;
        margin: 0px 1rem 0 0;
        width: 44px;
        height: 44px;
    }
    .logo{
        float: left;
    }
    .header_inner{
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .custom_header{
        flex-basis: 100%;
    }
    .wrap_nav{
        flex-basis: 100%;
    }
    .post_type_shortcode article .service_rollover{
        min-height: 90px;
    }
    .textwidget #pb_35 {padding-bottom:35px;}
}

@media only screen and (max-width: 770px){
    .page.contato .tabs{
        display: none;
    }
    .page.contato .tab_content img{
        float: none;
        width: 100%;
    }
    .page.contato #content,
    .page.contato .content_wrap.r_sidebar{
        padding: 0;
    }
    .page.contato input[type="submit"]{
        width: 100%;
        float: none;
    }
}