
#anuncie .numeros {
    position: relative;
    padding: 100px 0;
    background: #8a50a5; 
    color: #fff;
    text-align: center;
}

#anuncie .numeros::after {
    content: "";
    background: url('../img/estrutura/icons.png');
    opacity: 0.4;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 2;   
}

#anuncie .numeros .titulo h2 {
    font-family: 'Panton';
    font-size: 32px;
    margin-bottom: 20px;
}

#anuncie .numeros .titulo h2 b {
    font-family: 'Panton Black Caps';
}

#anuncie .numeros .titulo p {
    font-family: 'Panton';
    font-size: 16px;
    margin-bottom: 40px;
}

#anuncie .numeros .round-numeros {
    position: relative;
    width: 140px;
    height: 140px;
    margin: 0 auto;
    font-family: 'Panton';
    background: transparent;
    border: 2px solid #7b3e96;
    border-radius: 50%;
    margin-bottom: 15px;
}

#anuncie .numeros .round-numeros > div {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
}

#anuncie .numeros .round-numeros > div p {
    font-size: 28px;
    color: #fff;
}

#anuncie .numeros .round-numeros > div span {
    display: block;
    font-size: 14px;
    color: #b684b9;
    margin-top: 5px;
}

#anuncie .numeros .item-numero > p {
    font-family: 'Panton Black Caps';
    font-size: 16px;
    text-transform: uppercase;
    margin-right: 4px;
}

#anuncie .numeros .item-numero > p i {
    font-size: 16px;
    color: #509e84;
}



#anuncie .oferta {
    padding: 90px 0;
    font-family: 'Panton';
}

#anuncie .oferta h2 {
    font-size: 32px;
    color: #8a50a5;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 60px;
}

#anuncie .oferta h2 b {
    font-family: 'Panton Black Caps';
}

#anuncie .oferta .item-oferta.text-right {
    text-align: left!important;
}

#anuncie .oferta .item-oferta .titulo {
    margin-bottom: 20px;
}

#anuncie .oferta .item-oferta .titulo i {
    display: inline-block;
    font-size: 30px;
    color: #5a4284;
    vertical-align: middle;
    margin-right: 15px;
}

#anuncie .oferta .item-oferta .titulo h3 {
    display: inline-block;
    font-size: 22px;
    color: #4d4d4d;
    vertical-align: middle;
}

#anuncie .oferta .item-oferta p {
    font-size: 16px;
    color: #868686;
}


#anuncie .oferta .item-oferta .texto {
    width: 100%;
    background: #8a50a5;
    margin-top: 45px;
    padding: 15px 10px;
    color: #fff;
}

#anuncie .oferta .item-oferta .texto i {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
}


#anuncie .oferta .item-oferta .texto p {
    display: inline-block;
    vertical-align: middle;
    max-width: 87%;
    font-family: 'Panton Black Caps';
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    font-weight: bold;
}



#anuncie .abrangencia {
    padding: 90px 0;
    background: #f4f4f4;
    font-family: 'Panton';
}

#anuncie .abrangencia h2 {
    padding-top: 35px;
    font-size: 32px;
    color: #8a50a5;
}

#anuncie .abrangencia h2 span {
    display: block;
    font-family: 'Panton Black Caps';
}

#anuncie .abrangencia p {
    font-size: 16px;
    color: #868686;
    margin: 25px 0;
}

#anuncie .abrangencia div {
    font-size: 42px;
    color: #9f9f9f;
}

#anuncie .abrangencia div span {
    display: block;
    font-size: 32px;
    padding-top: 5px;
}


/* ANIMAÇÃO CIRCULO MAPA */
.sonar-wrapper {
    position: absolute;
    z-index: 0;
    width: 160px;
    height: 160px;
    overflow: hidden;
    top: 0px;
    left: 40px;
}

.sonar-emitter {
    position: relative;
    margin: 65px 70px;
    width: 30px;
    height: 30px;
    border-radius: 9999px;
    background: url('../img/estrutura/indicador-mapa.png') center no-repeat;
    z-index: 999;
}

.sonar-wave {
    position: absolute;
    top: -9px;
    left: -9px;
    width: 160%;
    height: 160%;
    border-radius: 9999px;
    background-color: HSL(45,100%,50%);
    opacity: 0;
    z-index: -1;
    pointer-events: none;
}

/*
Animate!
NOTE: add browser prefixes where needed.
*/

.sonar-wave {
    animation: sonarWave 2s linear infinite;
    background: transparent;
    border: 1px solid #543B7F;
}

/* /ANIMAÇÃO CIRCULO MAPA */


@keyframes sonarWave {
    from {
        opacity: 0.4;
    }
    to {
        transform: scale(3);
        opacity: 0;
    }
}




/* ------ PLANOS ------ */

.planos {
    padding: 110px 0;
}

.planos .content-plano {
    position: relative;
    min-height: 100%;
    background: #eeeff3;
}

.planos .topo {
    padding: 40px 0;
    text-align: center;
    color: #8a50a5;
}

.planos .destaque .topo {
    background: #8a50a5;
    color: #fff;
}

.planos .topo p {
    font-size: 12px;
    text-transform: uppercase;
    padding-bottom: 15px;
}

.planos .topo h3 {
    font-family: 'Panton Black Caps';
}

.planos .topo h3 p {
    display: inline-block;
    font-size: 48px;
    padding-bottom: 25px;
    line-height: 38px;
    vertical-align: top;
}

.planos .topo h3 span {
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
}

.planos .topo h3 span:last-child { 
    margin-left: 4px; 
}

.planos .topo h3 span i {
    display: block;
    font-family: 'Panton';
    font-size: 14px;
    padding-top: 5px;
}

.planos .topo h2 {
    font-family: 'Panton';
    font-size: 24px;
    line-height: 28px;
}


.planos .corpo {
    font-family: 'Helvetica';
    padding: 40px 50px 140px;
    text-align: center;
}

.planos ul li {
    list-style: none;
    text-align: left;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 20px;
    color: #4d4d4d;
}

.planos button {
    position: absolute;
    bottom: 60px;
    left: 50%;
    width: 210px;
    padding: 20px 0px;
    text-align: center;
    background: #8a50a5;
    font-family: 'Panton';
    font-size: 16px;
    margin-top: 20px;
    color: #fff;
    text-transform: uppercase;

    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* ------/PLANOS ------ */


/*//////////////////////////////////////////////////*/
/*			 Desktop Atual acima de 1200px			*/
/*//////////////////////////////////////////////////*/

@media (min-width: 1200px) {

    #anuncie .oferta .item-oferta .titulo i  { font-size: 36px; }
    #anuncie .oferta .item-oferta .titulo h3 { font-size: 24px; }
    #anuncie .oferta .item-oferta .texto     { padding: 15px 20px; }
    #anuncie .oferta .item-oferta .texto p   { max-width: 89%; }

}


/*//////////////////////////////////////////////////*/
/*				Dektop Antigo 1024px				*/
/*//////////////////////////////////////////////////*/

@media (min-width: 992px) and (max-width: 1199px) {

}


/*//////////////////////////////////////////////////*/
/*			            Tablets 					*/
/*//////////////////////////////////////////////////*/

@media (min-width: 768px) and (max-width: 991px) {

    #anuncie .oferta .item-oferta {
        margin-bottom: 60px;
    }

    #anuncie .oferta .item-oferta.text-right .texto i {
        float: right;
        margin-left: 10px;
        margin-right: 0;
        padding-top: 5px;
    }

    #anuncie .oferta .item-oferta.text-right .titulo {
        display: block;
        max-width: 100%;
        margin-bottom: 20px;
        text-align: right;
    }

    #anuncie .oferta .item-oferta p {
        display: inline-block;
        width: 400px;
    }

    #anuncie .oferta .item-oferta.text-right {
        text-align: right!important;
    }

    #anuncie .oferta .item-oferta.text-right p {
        text-align: right;
    }

    #anuncie .oferta .item-oferta .texto {
        display: inline-block;
        width: 300px;
    }

    #anuncie .abrangencia h2 {
        padding-top: 15px;
        font-size: 26px;
    }

    #anuncie .abrangencia div span {
        font-size: 20px;
    }

    #anuncie .abrangencia p {
        font-size: 14px;
    }

    #anuncie .abrangencia div {
        font-size: 34px;
    }

    .sonar-emitter {
        position: relative;
        margin: 60px 50px;
    }

    .planos {
        padding: 60px 0;
    }

    .planos .topo {
        padding: 30px 0;
    }

    .planos .topo h3 p {
        padding-bottom: 20px;
    }

    .planos .corpo {
        font-family: 'Helvetica';
        padding: 30px 15px 80px;
    }

    .planos ul li {
        font-size: 14px;
    }

    .planos .topo h2 {
        font-size: 20px;
    }

    .planos button {
        bottom: 25px;
        left: 50%;
        width: 160px;
        padding: 15px 0px;
        font-size: 14px;
    }

}


/*//////////////////////////////////////////////////*/
/*	       Smartphones e Tablets Menores			*/
/*//////////////////////////////////////////////////*/

@media (min-width: 576px) and (max-width: 767px) {

    #anuncie .numeros { padding: 50px 0; }

    #anuncie .oferta .item-oferta { margin-bottom: 60px; }

    #anuncie .oferta { padding: 60px 0 0px;}

    #anuncie .numeros .round-numeros         { width: 105px; height: 105px; }
    #anuncie .numeros .round-numeros > div p { font-size: 20px; }
    #anuncie .numeros .item-numero > p       { font-family: 'Panton Black Caps'; font-size: 11px; text-transform: uppercase; margin-right: 0px; }
    #anuncie .numeros .item-numero > p i     { font-size: 12px; margin-left: 5px; }
        

    #anuncie .oferta .item-oferta .texto              { display: inline-block; width: 300px; padding: 10px 10px; line-height: 16px }
    #anuncie .oferta .item-oferta.text-right          { text-align: right!important; }
    #anuncie .oferta .item-oferta.text-right .texto i { float: right; margin-left: 10px; margin-right: 0; padding-top: 5px }

    #anuncie .abrangencia div { text-align: center; }
    #anuncie .texto div span { font-size: 18px; }

    .sonar-wrapper { width: 120px; height: 120px; }
    .sonar-emitter { margin: 54px 35px; }
    .sonar-wave    { top: 0px; left: 0px; width: 100%; height: 100%; }
}


@media (max-width: 575px) {

    #anuncie .numeros { padding: 50px 0; }
    
    #anuncie .numeros .item-numero   { margin-bottom: 30px; }
    #anuncie .numeros .round-numeros { width: 120px; height: 120px; margin-bottom: 10px; }
    #anuncie .numeros .round-numeros > div p { font-size: 22px; }
    #anuncie .numeros .round-numeros > div span { margin-top: 0; }

    #anuncie .numeros .item-numero > p { font-size: 12px; margin-right: 0; }
    #anuncie .numeros .item-numero > p i { font-size: 14px; margin-left: 5px; }
    
    #anuncie .oferta { padding: 60px 0 0px;}
    #anuncie .oferta .item-oferta { margin-bottom: 60px; }

    #anuncie .oferta .item-oferta .titulo h3 { font-size: 20px; }
    #anuncie .oferta .item-oferta .titulo i { font-size: 26px; margin-right: 5px; }
    
    #anuncie .oferta .item-oferta { text-align: center}
    #anuncie .oferta .item-oferta.text-right { text-align: center!important}
    #anuncie .oferta .item-oferta .texto { display: inline-block; text-align: left; margin-top: 20px; max-width: 270px; }

    #anuncie .oferta .item-oferta .texto p { font-size: 11px; line-height: 12px; max-width: 86%; }

    #anuncie .abrangencia { padding: 50px 0; }
    #anuncie .abrangencia div { text-align: center; }
    #anuncie .abrangencia .mapa { position: relative; width: 273px; margin: 0 auto; }
    #anuncie .abrangencia h2 { font-size: 24px; }
    #anuncie .abrangencia div span { font-size: 22px; }
    #anuncie .texto div span { font-size: 18px; }

    .sonar-wrapper { width: 120px; height: 120px; left: 0px; }
    .sonar-emitter { margin: 40px 45px; }
    .sonar-wave    { top: 0px; left: 0px; width: 100%; height: 100%; }

}



/*
	END SITE STYLE
*/


/*
	CLASSES STANDARDS
*/
.clear{ clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0  }
