/* area de destaques */

.section.especial-featured-area {
    padding: 0;
}

.especial-featured-area .site-card {
    margin-bottom: 0;
    padding-bottom: 0;
}

.especial-featured-area .site-card.card-format-video .card-image .card-image-src {
    background-size: cover;
}

.especial-featured-area .site-card .card-title .title .title-text {
    font-size: 22px;
    line-height: 1.1;
    font-weight: 900;
    margin-bottom: 30px;
}

.especial-featured-area .swiper-button-prev,
.especial-featured-area .swiper-button-next {
    background: transparent;
    color: #fff;
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    border-radius: 50%;
    line-height: 60px;
    vertical-align: middle;
    font-size: 30px;
    text-align: center;
}

.especial-featured-area .swiper-button-prev {
    left: 30px;
}

.especial-featured-area .swiper-button-next {
    right: 30px;
}

.especial-featured-area .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background-color: #fff;
}
/* imagem de destaque */

.especiais-featured-image {
    padding: 0;
}

.especiais-featured-image img {
    width: 100%;
    height: auto;
}
/* topo com logo */

.especiais-featured-image-logo {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.especiais-featured-image-logo:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.single-projeto_especial .loop-section {
    margin-bottom: 30px;
}

.single-projeto_especial .playlist-section {
    background: #e1e1e1;
    padding: 40px 0;
}
/* CTA Especiais */

.projeto-cobertura-cta-form {
    padding: 30px 0;
    color: #fff;
    text-align: center;
}

.projeto-cobertura-cta-form .title {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.1;
    margin-bottom: 20px;
    padding: 0;
}

.projeto-cobertura-cta-form .description {
    font-size: 20px;
    line-height: 1.2;
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.projeto-cobertura-cta-form .cta-btn {
    color: #fff;
    text-transform: uppercase;
}

#cta-modal .modal-body {
    padding: 15px;
}
/*------------------------------------*\
    Widget Contorno Viário
\*------------------------------------*/

.section-projeto-especial {
    padding: 15px;
    margin-bottom: 30px;
    position: relative;
    display: block;
}

.section-text-projeto {
    position: relative;
    display: block;
    float: none;
    top: 326px;
    margin-top: 46px;
    padding-top: 0px;
}

.section-image-projeto {
    width: 100%;
    top: -276px;
    display: block;
    position: relative;
}

.section-button-projeto {
    padding-top: 15px;
}

.title-projeto {
    font-weight: 900;
    text-align: left;
    line-height: 1.2;
    font-size: 22px;
}

.description-projeto {
    font-size: 18px;
    text-align: left;
    line-height: 1.2;
    padding-top: 15px;
    padding-bottom: 10px;
}

.image-projeto {
    margin: 0px;
    position: relative;
    display: block;
}

.button-projeto {
    border: none;
    text-align: center;
    width: 100%;
    font-size: 15px;
    padding: 15px 20px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
}

/* Section ND TA COM VC*/
#section-ndtacomvc{
    background-color:#000B4D;
    padding:60px 0;
    background-image: url('../../img/ndtacomvc/fundo-ndtacomvc.jpg');
    background-repeat: repeat-x;
    position: relative;
}

#section-ndtacomvc::after{
    content:" ";
    display: block;
    width: 100%;
    height: 10px;
    background-image: url('../../img/ndtacomvc/border-ndtacomvc.jpg');
    background-repeat: repeat-y;
    background-size: 100%;
    position: absolute;
    bottom:-10px;
}

#section-ndtacomvc .title,
#section-ndtacomvc .description{
    color:#ffff;
} 

#section-ndtacomvc .title{
    font-weight: 900;
    font-size:45px;
    margin-bottom: 30px;
}

#section-ndtacomvc .description{
    margin-bottom: 40px;
}

#section-ndtacomvc .link-parceiro{
    display: inline-block;
    margin-bottom:15px;
}

#section-ndtacomvc .link-parceiro a{
    color:#fff;
    font-size:22px;
    padding: 15px 0;
    border:1px dashed #fff;
    border-radius:5px;
    display: block;
    background-color: #001F6A;
}
/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */

@media only screen and (max-width:320px) {
    .section-image-projeto {
        width: 100%;
        display: block;
        position: relative;
        margin-top: 20px;
        top: -282px;
    }
    .section-projeto-especial {
        padding: 10px;
        margin-bottom: 20px;
        position: relative;
        display: block;
    }
    .section-text-projeto {
        position: relative;
        display: block;
        float: none;
        top: 279px;
        margin-top: 10px;
        padding-top: 10px;
    }
    .image-projeto {
        margin: 0px;
        position: relative;
        display: block;
    }
    .section-button-projeto {
        padding-top: 15px;
        padding-bottom: 0px;
    }
    .button-projeto {
        font-size: 13px;
        padding: 15px 20px;
        display: block;
        margin: 0px;
    }
    
    /*ndtacomvc*/
     #section-ndtacomvc .title{
        font-size:45px;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width:998px) {
    .section-projeto-especial {
        padding: 20px;
        margin-bottom: 30px;
    }
    .section-text-projeto {
        position: relative;
        float: left;
        top: 0;
        margin: 0px;
    }
    .section-image-projeto {
        width: 100%;
        position: relative;
        top: 0;
        float: right;
    }
    .section-botao-projeto {
        padding-top: 30px;
    }
    .title-projeto {
        font-size: 25px;
    }
    .description-projeto {
        font-size: 20px;
    }
    .image-projeto {
        margin: 0px;
        top: 20px;
    }
    .button-projeto {
        font-size: 16px;
        padding: 15px 15px;
    }

}

@media only screen and (min-width:1200px) {
    .image-projeto {
        top: 6px;
    }
    .button-projeto {
        font-size: 18px;
        padding: 15px 25px;
    }
    .description-projeto {
        font-size: 25px;
    }
    .title-projeto {
        font-size: 28px;
    }
}
/*------------------------------------*\
    Formulário Contorno Viário
\*------------------------------------*/

.formulario {
    background: rgb(214, 207, 207);
    line-height: 1.1;
    margin-bottom: 20px;
}

.peticao-logo {
    margin: 20px;
}

.topo {
    font-weight: bold;
    color: black;
    padding-top: 3px;
}

.topo .title {
    font-weight: bold;
    text-align: center;
    font-size: 1.50rem;
}

.topo .description {
    font-weight: normal;
    text-align: center;
    font-size: 0.85rem;
    padding-bottom: 20px;
}

.contador {
    color: black;
    margin: 0px;
}

.contador #label-title {
    font-weight: normal;
    font-size: 0.85rem;
}

.contador #label-email {
    font-weight: normal;
    font-size: 0.85rem;
}

#check {
    padding: 0px;
    margin: 0px;
    font-weight: normal;
    font-size: 0.85rem;
}

.somando {
    text-align: center;
}

.contador .share-button .share-link {
    text-align: center;
    font-size: 1rem;
    font-style: normal;
    width: 35px;
    height: 35px;
    line-height: 35px;
}

.contador .share-button.url {
    display: none;
}

.contador .share-button {
    margin-top: 20px;
    margin-left: 2px;
    text-align: center;
}

.contador .share-buttons {
    width: 210px;
    margin: 0 auto;
    display: block;
    padding-top: 30px;
}

.texto-contador {
    font-weight: normal;
}

.somando .variavel {
    padding-top: 10px;
    font-size: 3rem;
    font-weight: normal;
}

.paragrafo {
    padding-top: 5px;
    font-size: 1.50rem;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
}

#botao {
    margin-left: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
}

.botao {
    text-align: center;
}
/*------------------------------------*\
ATIVANDO CAPCHA
\*------------------------------------*/

.contorno-viario-ja .grecaptcha-badge {
    visibility: visible;
}

@media only screen and (max-width:767px) {
    .contorno-viario-ja .section {
        margin: 0 0 0 0px;
    }
    .contorno-viario-ja .especiais-featured-image {
        display: none;
    }
}
/*------------------------------------*\
    Formulário Contorno Viário Tablet
\*------------------------------------*/

@media only screen and (min-width:768px) {
    .formulario {
        background: rgb(214, 207, 207);
        margin-bottom: 40px;
    }
    .topo {
        font-weight: bold;
        color: black;
        margin-top: 30px;
    }
    .topo .title {
        margin: 0px;
        font-size: 1.75rem;
        font-weight: bold;
        text-align: left;
        line-height: 1;
    }
    .topo .description {
        text-align: left;
        margin-top: 15px;
        font-weight: normal;
        font-size: 1.25rem;
        line-height: 1;
    }
    .contador {
        color: black;
        margin: 0px;
        padding: 0px;
    }
    .peticao-logo {
        margin: 0px;
        margin-top: 110px;
        padding-right: 20px;
    }
    .contador #label-title {
        font-weight: normal;
    }
    .contador #label-email {
        font-weight: normal;
    }
    #check {
        margin: 0px;
        font-weight: normal;
        padding: 0px;
    }
    .somando {
        text-align: center;
        padding-right: 100px;
    }
    .contador .share-buttons {
        width: 210px;
        margin: 0 auto;
        display: block;
    }
    .contador .share-buttons .share-link {
        text-align: center;
        font-size: 1rem;
        font-style: normal;
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
    .contador .share-button.url {
        display: none;
    }
    .contador .share-button {
        margin-top: 20px;
        margin-left: 2px;
        text-align: center;
    }
    .texto-contador {
        font-weight: normal;
    }
    .somando .variavel {
        padding-top: 10px;
        font-size: 3rem;
        font-weight: normal;
    }
    .paragrafo {
        padding-top: 5px;
        font-size: 1.50rem;
        font-weight: bold;
        border-bottom: 1px solid #ddd;
    }
    #botao {
        margin-left: 0px;
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: center;
    }
    .botao {
        text-align: left;
    }
}
/*------------------------------------*\
Formulário Contorno Viário Desktop
\*------------------------------------*/

@media only screen and (min-width:992px) {
    .topo .title {
        margin: 0px;
        font-size: 2rem;
        font-weight: bold;
        text-align: left;
        line-height: 1;
    }
}
/*------------------------------------*\
    Formulário Contorno Viário Telas Grandes
\*------------------------------------*/

@media only screen and (min-width:1200px) {
    .peticao-logo {
        margin: 0px;
        margin-top: 50px;
        margin-bottom: 50px;
        padding-right: 20px;
    }
}
/*--------------------------------------------------------*\
    Section de captação de leads do projeto especial
\*---------------------------------------------------------*/

.form-leads {
    padding: 0px;
}

.titulo-leads {
    color: white;
    margin: 0px;
    padding: 0px;
    padding-bottom: 30px;
    font-weight: 700;
    font-size: 18px;
}

@media only screen and (min-width:768px) {
    .titulo-leads {
        color: white;
        padding-bottom: 30px;
        font-weight: 700;
        font-size: 25px;
    }
}
/*------------------------------------*\
        ATIVANDO CAPCHA
\*------------------------------------*/

.captacao-leads .grecaptcha-badge {
    visibility: visible;
}

@media only screen and (min-width:768px) {
    /* area de destaques */
    .especial-featured-area .site-card .card-title .title .title-text {
        font-size: 40px;
    }
    /* CTA Especiais */
    .projeto-cobertura-cta-form {
        padding: 40px 0;
        text-align: left;
    }
    .projeto-cobertura-cta-form .title {
        font-size: 35px;
    }
    .projeto-cobertura-cta-form .description {
        font-size: 24px;
    }
    .projeto-cobertura-cta-form .cta-btn {
        text-align: center;
        width: 100%;
        font-size: 30px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media only screen and (min-width:992px) {
    /* area de destaques */
    .especial-featured-area .site-card .card-text-content {
        padding: 60px 90px;
    }
    .especial-featured-area .site-card .card-title .title .title-text {
        font-size: 45px;
    }
    /* imagem de destaque */
    .especiais-featured-image {
        padding: 40px 0 0 0;
    }
}

@media only screen and (min-width:1200px) {
    /* area de destaques */
    .especial-featured-area .site-card .card-title .title .title-text {
        font-size: 60px;
    }
}