
@font-face {
    font-family: 'cera_problack';
    src: url('../fonts/cera-pro-black-webfont.woff2') format('woff2'),
         url('../fonts/cera-pro-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ceraprobold';
    src: url('../fonts/cera-pro-bold-webfont.woff2') format('woff2'),
         url('../fonts/cera-pro-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'cera_promedium_italic';
    src: url('../fonts/cera-pro-medium-italic-webfont.woff2') format('woff2'),
         url('../fonts/cera-pro-medium-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'cera_promedium';
    src: url('../fonts/cera-pro-medium-webfont.woff2') format('woff2'),
         url('../fonts/cera-pro-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'ceraproregular';
    src: url('../fonts/cera-pro-webfont.woff2') format('woff2'),
         url('../fonts/cera-pro-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/*-------------------------------------------------BYTALK------------------------------------------------------------------*/

/*-----------5 Column------------------------------*/

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}
/*-----------------------------------------*/
@keyframes bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-15px);
  }
}

body {
    color: #4F4F4F;
    font-family: 'ceraproregular';
    background-color: white !important;
}

h4{
    line-height: 24px;
}

a:focus {
    color: initial;
    text-decoration: none;
}

.no-pad{
    padding: 0;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
}

.navbar{
    margin-bottom: 0;
    height: 134px;
}

.navbar-brand{
    float: none;
    position: absolute;
    z-index: 1;
    left: 100px;
}

.navbar-nav{
    margin-left: 20%;
}

.navbar-nav .itens-mobile a{
    display: none;
}

.logo {
    position: absolute;
    z-index: 1;
    left: 10%;
    margin-top: 25px;
}

/* .logo img {
    width: 180px;
    }*/

.navbar-toggle{
    background-color: #F1F1F1;
    border-radius: 200px;
    padding: 14px 10px;
}

.navbar-toggle .icon-bar{
    background-color: #515151;
}

.navbar-nav>li a{
    font-family: 'ceraproregular';
    font-size: 13px;
    color:#4F4F4E;
    margin: 0 10px;
    letter-spacing: 2px;
}

.navbar-nav>li a:hover{
    background-color: transparent;
    color:#f04a32;
    transition: color 0.2s ease;
    cursor: pointer;
    border-bottom: 5px solid #f04a32;
    padding-bottom: 10px;
    z-index: 9;
}

.navbar-nav>li a:active, .navbar-nav>li a:focus{
    background-color: transparent;
}

.nav>li:after{
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    border-bottom: 1px solid #bcbcbc;
    bottom: 4%;
}


.wrap-menu{
    padding-top: 55px;
}

.btn {
    font-family: 'Montserrat', sans-serif;
}

.btn-orange{
    background-color: #f04a32;
    color:#fff;
    border-radius: 0;
    font-size: 18px;
    padding: 2px 9px;
    border:2px solid #f04a32;
}

.btn-orange:hover, .btn-orange:focus{
    color:#f04a32;
    transition: background-color 0.2s ease;
    border:2px solid #f04a32;
    background-color: #fff;
    }

/*.btn-white{
    background-color: #fff;
    color:#4F4F4E;
    font-family: 'ceraproregular';
    border-radius: 0;
    font-size: 18px;
    padding: 2px 9px;
    border:2px solid #f04a32;
}

.btn-white a{
color:#4F4F4E;
}

.btn-white a:hover, .btn-white a:focus{
color:#f04a32;
transition: color 0.2s ease;
text-decoration: none;

}*/

.search{
     background-color: #d2d3d4;
    display: inline-block;
    border-radius: 50px;
    width: 33px;
    height: 33px;
    vertical-align: middle;
    text-align: center;
    margin-left: 20px;
}

.search .fa-search{
     color:#222329;
     line-height: 33px;
}

.lang-select{
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    margin-right: 30px;
}

.lang-select a{
    color: #4F4F4E;
    font-size:13px;
}

.lang-select a:hover {
    text-decoration: none;
    color:#f84717;
}


.btn-login{
    background-color: #f84717;
    border-radius: 20px;
    color:#fff;
    padding: 6px 17px;
}

.btn-login:hover,.btn-login:focus{
    text-decoration: none;
    color:#fff;

}

.btn-login span {
    padding-right: 5px;x
}

/*.btn-login a{
   color: #fff;
    text-decoration: none;
    padding: 0 10px;
}*/



p {
    font-size: 16px;
    font-family: 'ceraproregular';
}

h3 {
    font-family: 'ceraprobold';
    font-size: 28px;
}


h2 {
    font-family: 'ceraprobold';
    font-size: 42px;
}


.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.btn-grey{
    background-color: #282828;
    color: #fff;
    border-radius: 0;
    padding: 11px 60px 11px 60px;
    font-family: 'cera_promedium';
}

.btn-grey:hover, .btn-grey:focus{
    color:#fff;
    background-color: #353535;
    transition: background-color 0.2s ease;
    }


.no-pad{
    padding:0 !important;
}

#block-one .col-img-bg {
    margin-right: -15px;
    margin-left: -15px;
    /*padding-bottom: 62.5%;*/
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/orange-arrow-bg.jpg);
    padding-bottom: 12.5%;
    text-align: center;
}




#block-one .test-wrap {
    background-color: #fff;
    display: inline-block;
    padding: 52px 70px;
        border-radius: 20px;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.25);
    text-align: center;
    margin-top: 110px;
}

#block-one .test-wrap br {
    display: block;
}

#block-one .test-wrap h5{
        font-size: 12px;
 }


#block-one .text-wrap {
    padding: 10% 17%;
}

.text-wrap:after {
    content: '';
    position: absolute;
    width: 8%;
    left: 18%;
    border-bottom: 2px solid #4F4F4F;
    bottom: 10%;
}

#block-two {
    /*padding:40px 0;*/
    position: relative;
}

#block-two:before{
    background-image: linear-gradient(#d1d1d1, #fff);
    content: "";
    height: 221px;
    left: 0;
    opacity: .2;
    position: absolute;
    top: 0;
    width: 100%;
}

#block-two h3{
    padding: 25px 0px;
}

.carousel-mobile {
    text-align: center;
}

.carousel-indicators{
    bottom: 0;
}

.carousel-indicators li {
    border: 1px solid #7F7F7F;
}

.carousel-indicators .active{
    background-color: #7F7F7F;
}

.carousel-mobile .block-wrap-01, .carousel-mobile .block-wrap-02, .carousel-mobile .block-wrap-03 {
        margin: 40px 35px;
}

.carousel-mobile .block-wrap-02 .rocket{
    position: relative;
    bottom: initial;
    right: initial;
}

.carousel-mobile .block-wrap-03 .graphic{
    position: relative;
}

.block-wrap-01 img, .block-wrap-02 img, .block-wrap-03 img {
    width: 70%;
    margin: 0 auto;
}

.block-wrap-01 {
      margin: 3% 12% 2% 27%;
}

.block-wrap-02 {
    margin: 5% 17% 7% 11%;

}

.lets-talk-ballon{
    animation: bounce 4s infinite alternate;
  -webkit-animation: bounce 4s infinite alternate;
}

.block-wrap-02 .rocket {
    position: absolute;
    bottom: 90%;
    right: 12%;
    animation: bounce 2.5s infinite alternate;
    -webkit-animation: bounce 2.5s infinite alternate;
}

.block-wrap-03 .graphic {
    position: absolute;
    bottom: 95%;
    animation: bounce 6s infinite alternate;
    -webkit-animation: bounce 6s infinite alternate;
}

.lines {
    position: absolute;
    bottom: 22%;
    left: 11%;
    /*animation: bounce 8s infinite alternate;
    -webkit-animation: bounce 8s infinite alternate;*/
}

.lines img {
    width: 72%;
}

.block-wrap-03 {
    margin: 2% 16% 24% 34%;
}

.bwc_bg_fill{
        background-image: url(../images/bg-objetivos-v3.png);
        width: 100%;
        height: 100%;
        background-position: top;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        background-size: contain;
        -o-background-size: contain;
        background-repeat: no-repeat;
}



.bottom-circle {
 position: absolute;
 bottom: 0;
 right: 0;

}

.bottom-circle img {
    width: 80%;
    float: right;
}

#block-three{
    padding: 0 8%;
}

#block-three .col-img-bg {
    margin-right: -15px;
    margin-left: -15px;
    /* padding-bottom: 62.5%; */
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/duvidas-bg.jpg);
    height: auto;
}
#block-three .simular {
    background-image: url(../images/desde999-bg.jpg);
    color:#fff;
}

#block-three .text-wrap{
    padding: 7% 10%;
}

#block-three .text-wrap:after{
    display: none;
}

#block-three .text-wrap p {
    margin-bottom: 17px;
}

.btn-home{
    padding: 10px 30px;
    width: auto;
    position: relative;
    background-color: #f84717;
    border-radius: 30px;
}

.btn-home a{
    color:#fff;
    text-decoration: none;
    font-size:14px;
}

.btn-geral {
    background-color: #f84717;
    /*padding: 10px 77px;*/
    border-radius: 30px;
    width: 100%;
    position: relative;

}

.btn-geral:after{
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid white;
    right: 17px;
    position: absolute;
    top: 11px;
}

.btn-geral a{
    color:#fff;
    text-decoration: none;
    font-size:14px;
}

.btn-black {
    background-color: #000;
}

.btn-white {
    background-color: #fff;
}

.btn-white a{
    color:#222329;
}



.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

col-xs-15 {
    width: 20%;
    float: left;
}

#fill-out-form .container {
    padding:41px 0;
}

#fill-out-form p{
    text-align: center;

}

#fill-out-form .small-line{
    margin: 0 auto;
    width: 25px;
    height: 2px;
    margin-top: 25px;
    border: 1px solid #f04a32;
    margin-bottom: 25px;
}

#fill-out-form .big-line{
    margin: 0 auto;
    width: 150px;
    height: 2px;
    margin-top: 40px;
    border: 1px solid #f04a32;
    margin-bottom: 15px;
}

#block-four{
    padding: 0 8%;
}

#block-four .person-wrap{
    padding: 11% 6%;
}

#block-four .person-pic{
    display: inline-block;
    margin-right: 16px;
}

#block-four .person-pic img {
    width: 160px;
}

#block-four .person-data-wrap {
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
}

#block-four .person-name {
    font-family: 'ceraprobold';
    font-size:20px;
}

#block-four .person-title {
    color:#E5433F;
    margin-bottom: 16px;
    position: relative;
}

#block-four .person-title:after {
    content: '';
    position: absolute;
    width: 10%;
    left: 0;
    border-bottom: 2px solid #E5433F;
    bottom: -8px;
 }

#block-four .quote {
    display: inline-block;
    max-width: 280px;
    font-size:13px;
    line-height: 21px;
}

#newsletter{
    background-color: #f9f9f9;
    padding: 2% 0;
}

#newsletter h4{
    font-size: 19px;
    font-family: 'ceraprobold';
    line-height: 23px;
}

.widget-newsletter {
    margin-top: 30px;
}

footer {
    background-color: #222226;
    color:#fff;
    padding: 4% 0 1% 0;
}

footer .lang-info{
    display: inline-block;
    background-color: #7F7F7F;
    padding: 10px 40px;
    border-radius: 30px;
}

footer  .lang-info-wrap{
    padding: 13% 0;
}

footer ul li {
    list-style-type: none;
    padding: 4px 0;
}

footer ul li a{
    color:#C4C4C4;
}

footer ul li a:hover {
    text-decoration: none;
    color:#C4C4C4;
}

.footer-title {
    color:#fff;

}

.footer-title a{
    color:#fff;
}


#privacy-bar {
    background-color: #171719;
    color: #848484;
    padding: 25px 0;
}

#privacy-bar p {
    font-size: 11px;
}

#privacy-bar ul li{
    display: inline-block;
    font-size: 11px;
    padding: 0 10px;
}

#privacy-bar li a{
    color: #848484;
}

#privacy-bar li a:hover{
    text-decoration: none;
}

.slick-initialized .slick-slide{
    outline: none;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev {
    left: -25px;
}


.slick-next {
    right: -25px;
    transform: rotate(180deg);
}

.slick-prev {
    background: transparent url("../images/carousel-arrow.png") no-repeat center center !important;
    font-size:35px;
}

.slick-next {
    background: transparent url("../images/carousel-arrow.png") no-repeat center center !important;
    font-size:35px;
}



/*--------MEDIA QUERIES-------*/


/*-----5 grid-------*/
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }

}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
/*-----end-------*/


@media (max-width: 2100px){
    .col-img-bg{
        padding-bottom: 44.5%;
    }
    #block-one .col-img-bg{
        padding-bottom: 12.5%;
        text-align: center;
    }
    #block-three .col-img-bg{
        height: 200px;
    }
}

@media (max-width: 1430px){
    .col-img-bg{
    padding-bottom: 64.5%;
    }
}

@media (max-width: 1414px){
    .navbar-nav>li a {
        font-size: 11px;
        margin: 0;
    }
}


@media (max-width: 1200px) {

    .navbar {
        height: auto;
        border: none;
    }

    .navbar-header{
        float: right;
    }
    .logo {
    left: 3%;
    margin-top: 0px;
    }
   .logo img {
    width: 75px;
    }

    footer .lang-info-wrap{
        padding: 0 0 15px 40px;
        text-align: left;
    }

    #privacy-bar{
        text-align: center;
    }

    .block-wrap-01 img, .block-wrap-02 img, .block-wrap-03 img{
        width: 30%;
    }
    #block-one .text-wrap{
        text-align: center;
    }
    .text-wrap:after{
        display: none;
    }

    .navbar-nav>li a {
        font-size: 13px;
        margin: 0 10px;
    }



  /**********menu collapse Tablet*********************/

  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    margin-left: 0;
  }
  .nav>li:after{
    display: none;
  }
  .navbar-nav>li {
    float: none;
  }
  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 36px;
  }
  .navbar-nav>li>a:hover  {
    border: none;
  }
  /* since 3.1.0 */
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .collapsing {
    overflow: hidden !important;
  }
  .navbar-brand {
    line-height: 0;
  }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    float: none;
    margin: 0 -15px;
  }

  .container {
    width: 100%
  }

  .top-bar {
    display: block;
  }

  .navbar-nav .open .dropdown-menu{
    position: static;
    float: none;
    overflow: hidden;
    padding: 5px 0 10px;
  }

  .navbar-collapse.in {
    overflow-y: auto !important;
  }

  .navbar-nav .open .dropdown-menu {
    padding: 0;
  }

  .dropdown-menu {
    border: none;
    webkit-box-shadow: none;
    box-shadow: none;
    background: #f6f6f6;
  }

  .navbar-nav .open .dropdown-menu {
    background: #f6f6f6;
  }
  .navbar-inverse .navbar-nav>li>a:focus,
  .navbar-inverse .navbar-nav>li>a:hover
  .navbar-inverse .navbar-nav>.open>a,
  .navbar-inverse .navbar-nav>.open>a:focus {
    background: #ffffff;
    color: #2e2e3b;
  }
/*-----END collapse tablet----*/
}




@media (max-width: 767px){

    .navbar {
        height: auto;
        border:none;
    }

    .logo {
        left: 3%;
        margin-top: 0px;
    }
      .wrap-menu{
        padding-top: 0;
      }

      .navbar-nav{
        margin: 0;
        padding-top: 20px;
      }

      .wrap-menu{
        background-color: #fff;
      }
      .nav>li{

      }
      .navbar-nav>li a:hover{
        border-bottom: none;
      }

    .navbar-nav .itens-mobile a{
        display: block;
    }
    .nav>li:after{
        display: none;
    }
    .plan{
        width: 90%;
    }


    #block-one .test-wrap br {
        display: none;
    }


    #block-three br {
        display: none;
    }

    #block-one .text-wrap{
        text-align: center;
    }
    .text-wrap:after{
        display: none;
    }
    #block-three{
        padding: 0;
    }
    .logo img {
        width: 75px;
    }
    footer .lang-info-wrap {
     padding: 2% 0;
     padding: 0 0 15px 40px;
    }
    #privacy-bar{
        text-align: left;
    }
    #privacy-bar ul li{
        display: block;
        padding: 5px 0;
    }

    #privacy-bar p{
        margin-left: 38px;
    }

    .footer-title{
        border-bottom: none !important;
        padding: 30px 0px 0px 20px;
    }
    .footer-menu li{
        border-bottom: 1px solid #686868;
        width: 60%;

    }
    footer ul li {
       padding: 15px 0px 15px 20px;
    }
    .footer-logo{
        margin: 35px 0px 10px 57px;
    }
    #block-four .person-wrap{
        text-align: center;
    }
    #block-four .person-title:after{
        left: 42%;
    }
    .block-wrap-01 img, .block-wrap-02 img, .block-wrap-03 img{
        width: 70%;
    }
    #block-four .person-pic{
        margin-right: 0;
    }

    #block-one .test-wrap{
        margin-left: initial;
        margin-top: 20px;
        padding: 42px 40px;
        display: inline-block;
        margin: 16px;
    }

    #block-one .test-wrap h5{
        font-size: 12px;
    }

}

/*-------------------------------------------------PRECARIO------------------------------------------------------------------*/

#planos {
    background-color: #f9f9f9;
    padding:50px 0;
}

#planos .plano{
    background-color: #fff;
}

#planos .btn-geral{
    width: 72%;
}

#planos .price-wrap:after{
    left: 165px;
}

#planos .title-wrap{
    padding: 0 0 45px 0;
}

#planos .pacote-wrap{
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.55);
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.55);
    text-align: center;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 20px;

}

#planos .pacote-wrap .price {
    color:#ea433f;
    font-size: 40px;
    padding: 20px 0px;
}

#planos .pacote-wrap .price span{
    display: block;
    text-transform: uppercase;
    font-size: 14px;
}

.type{
    color: #ea433f;
    border-radius: 20px;
    display: inline-block;
    padding: 3px 36px;
    border: 1px solid #e5e4e4;
    font-family: 'ceraprobold';
    font-size: 14px;
    background-color: #fff;
}

#planos .pacote-wrap .credits-wrap{
    background-color: #f6f6f6;
    border-top: 1px solid #e5e4e4;
    padding: 20px 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-top: -14px;
    min-height: 170px;
}

#planos .pacote-wrap .credits {
    font-size: 25px;
    line-height: 27px;
    padding: 10px 0;
}

#planos .pacote-wrap .credits span{
    font-size: 12px;
}

#planos .pacote-wrap .bonus {
    color:#B3B3B3;
    font-size: 20px;
    line-height: 20px;
}

#planos .pacote-wrap .bonus span{
    font-size: 12px;
}

#planos .pacote-wrap .btn-orange{
    padding: 1px 30px;
}

#planos .pacote-wrap .btn-orange a {
    font-size: 12px;
}
#planos .pacote-wrap .btn-orange:hover,
#planos .pacote-wrap .btn-orange:focus,
#planos .pacote-wrap .btn-orange a:hover,
#planos .pacote-wrap .btn-orange a:focus{
    background-color: #EA433F;
    color:#fff;
}

#servicos-incluidos {
    background-color: #E1E1E1;
    padding: 50px 0 100px 0px;
}

#servicos-incluidos .title-wrap{
    margin-bottom: 60px;
}

#planos h3, #servicos-incluidos h3, #simulador-link h3, #extras h3 {
    color: #E7433F;
}

#servicos-incluidos ul {
    padding:0;
}

#servicos-incluidos li {
    list-style: none;
}

#servicos-incluidos .dynamic-content{
    display: block;
    background-color: #EA433F;
    height: 100%;
    padding: 72px 35px 0 35px;
    COLOR: #FFF;
    min-height: 478px;
    line-height: 23px;
    font-size: 13px;
}

#servicos-incluidos .service-info-wrap{
    display: none;
    background-color: #EA433F;
    height: 100%;
    padding: 72px 35px 0 35px;
    color: #FFF;
    /*min-height: 478px;*/
    height: 455px;
    line-height: 23px;
    font-size: 13px;
    position: absolute;
    top: 0;
    width: 100%;
}

#servicos-incluidos .close-btn{
    width: 20px;
    height: 20px;
    position: absolute;
    top: 15px;
    right: 15px;
    display: none;
    z-index: 9;
    cursor: pointer;
}

#servicos-incluidos .close-btn img{
    width: 20px;
    height: 20px;
}

.fucionalidades-wrap{
    background-color: #fff;
    padding: 25px 60px 17px 60px;
}

.fucionalidades-wrap a{
    color: #EA433F;
    font-size: 14px;
}

.fucionalidades-wrap a:hover{
    text-decoration: none;
}

.fucionalidades-wrap li{
    border-top: 1px solid #ccc;
    padding: 10px 0;
    position: relative;
}

.fucionalidades-wrap li:before {
    content: '';
  background:url('../images/check-icon.svg');
  width: 13px;
  height: 9px;
  display: inline-block;
  margin-right: 30px;
}

.fucionalidades-wrap li i{
    float: right;
}


.fucionalidades-wrap .info-btn{
   background:url('../images/info-icon.svg');
       width: 20px;
    height: 20px;
    display: block;
    cursor: pointer;

}

.fucionalidades-wrap .info-btn.selected{
    border:none;
    background:url('../images/info-icon-selected.svg');

}


/*.fucionalidades-wrap li:after {
    content: '';
    background: url(../images/info-icon.svg);
    width: 20px;
    height: 20px;
    display: inline-block;
    right: 0;
    float: right;
}*/

.creditos-wrap{
    background-color: #333333;
    padding: 25px 60px 37px 60px;
    color:#fff;
}

.creditos-wrap li{
    border-top: 1px solid #545454;
    padding: 10px 0;
}



.fucionalidades-wrap h4{
    color:#000;
    font-weight: 700;
}

.fucionalidades-wrap h4, .creditos-wrap h4{
    margin-bottom: 20px;
    font-family: 'ceraprobold';
}

#simulador-link{
    padding:40px 0;
    background-color: #f9f9f9;
}

#simulador-link h4 br{
    display: block;
}

#simulador-link .title-wrap {
    padding: 0 0 20px 0;
}

#simulador-link .btn-geral{
    width: auto;
    padding: 9px 90px;
    background-color: #333333;
    font-size: 16px;
    color:#fff;
}

#simulador-link .btn-geral:after {
    top: 16px;
}

#simulador-link .btn-geral a{
    font-size: 17px;
    font-weight: 300;
}

#extras{
    padding: 40px 0;
}

#extras .extra-block{
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.55);
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.55);
    padding: 20px 25px;
    margin-top: 60px;
    display: table;
    width: 100%;
    position: relative;
    min-height: 90px;
}

#extras .extra-block .left-content{
    display: table-cell;
    text-align: left;
    vertical-align: middle;
}

#extras  .extra-block .right-content{
    display: table-cell;
    text-align: right;
    vertical-align: middle;
 }


#extras .extra-block .title{
    font-size: 18px;
}

#extras .extra-block .credits{
    font-size: 18px;
    color: #B3B3B3;
}

#extras .extra-block i{
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.info-content{
    display: none;
}


.info-btn-extras{
   background:url('../images/info-icon.svg');
     width: 15px;
    height: 15px;
    display: block;
    background-size: 15px;
    cursor: pointer;

}

.extra-tlf-block .info-content, .extra-operador-block .info-content{
    color:#fff;
    font-size: 13px;
}

.extra-block .close-btn-extra{
    width: 15px;
    height: 15px;
    position: absolute;
    top: 5px;
    right: 5px;
    display: none;
    z-index: 9;
    cursor: pointer;
}

.extra-block .close-btn-extra img{
    width: 15px;
    height: 15px;
}

#trial{
    padding:40px 0;
    margin:40px 0;
    background: rgb(238,65,54);
    background: linear-gradient(90deg, rgba(238,65,54,1) 35%, rgba(240,89,41,1) 100%);
}

#trial h3, #trial h4{
    color:#fff;
    }

#trial .btn-white{
    margin-top: 20px;
    color: #E7433F;
}



@media (max-width: 767px){

    #extras .extra-block{
        display: block;
    }

    #extras .extra-block .left-content, #extras .extra-block .right-content{
        display: block !important;
        text-align: center;
    }

    #servicos-incluidos{
        padding: 50px 0 20px 0px;
    }

    .fucionalidades-wrap {
        padding: 25px 29px;
        text-align: center;
        background-color: transparent;
    }

    .fucionalidades-wrap li:before{
        position: absolute;
        left: 0;
        top: 17px;
        margin-right: 0;
    }

    .fucionalidades-wrap li span{
        font-family: 'ceraprobold';
        color:#000;
    }
    #servicos-incluidos .title-wrap{
        margin-bottom: 0;
    }
    .fucionalidades-wrap li i{
        display: none;
    }

    #simulador-link h4 br{
    display: none;
    }

}

/*-------------------------------------------------SIMULADOR------------------------------------------------------------------*/


#simulador {
    background-color: #E1E1E1;
}

#simulador h3 {
    color: #E7433F;
}

#simulador h4{
    color:#000;
}

#simulador .title-wrap{
    margin: 20px 0 60px 0;
    text-align: center;
}

#simulador .title-wrap img{
    width: 40px;
}

#simulador .service-wrap {
    background-color: #fff;
    padding: 25px 100px 100px 100px;
}

.service_block {
    border:1px solid #CBCBCB;
    padding: 41px 35px 0px 35px;
    min-height: 180px;
    margin-bottom: 30px;
}

.service_block:hover{
    border:1px solid #E7433F;
    cursor: pointer;

}

.service-icon {
    width: 50px;
    margin: 0 auto;
    min-height: 66px;
}

.service-icon .mobile-icon {
    stroke: #aaa;
    stroke-miterlimit:10;
    stroke-width:1.9px;
    fill: none;
}

.service-title {
    height: 40px;
    color: #333333;
    margin-top: 15px;
}

.service-selected{
    color:#E7433F;
}

.service_block:hover>.service-title {
    color: #E7433F;
}

.service_block:hover>.service-icon .service-svg {
    stroke: #E7433F;
}

.service-selected-svg{
    stroke: #E7433F !important;
}

.service_block .sms-size{
    width: 35px;
}

.service_block .phone-size{
    width: 40px;
}

.selected{
      border: 1px solid #E7433F;
}


.qtd-slide {
    font-size: 15px;
}

#step2 small {
    display: inline-block;
    font-family: 'ceraprobold';
    font-size: 18px;
}

.qtd-slide .qtd-title {
    padding: 15px 0;
}

.qtd-slide .qtd-title span{
    font-family: 'ceraprobold';
}

.valores-range{
    display: inline-block;
}

#step2 .creditos{
    display: inline-block;
    background-color: #E4E4E4;
    border-radius: 20px;
    padding: 4px 26px;
     margin: 15px 0 25px 0px;
}

.left-range{
    margin-top: 20px;
}

.service-green{
    width: 21px;
    display: inline-block;
    margin-right: 20px;
}

.range-title {
    color:#000;
    font-size: 16px;
    margin: 40px 0;
    display: inline-block;

}

#sms-range-wrap, #email-range-wrap, #chamadas-range-wrap, #visitantes-range-wrap{
    display: none;
    border-bottom: 1px solid #eee;
    padding-top: 10px;
}

.service-active {
    border:1px solid #E7433F;
}

.plano{
    text-align: center;
    background-color: #F8F8F8;
    padding: 20px 18px 55px 18px;

}

.plano h3{
    font-size: 24px;
    margin-bottom: 25px;
    font-family: 'ceraproregular';
}

.plano .euro-icon{
    width: 25px;
    margin:0 auto;

}

.price-wrap{
    margin-bottom: 35px;
}

.plano .price{
    font-size: 36px;
    line-height: 36px;
    font-family: 'ceraprobold';
    display: inline-block;
}

.plano .month {
    display: inline-block;
    font-size: 19px;
}

.plano .credits{
    font-size: 15px;
    position: relative;
}

.plano .credits span {
    font-family: 'ceraprobold';
}

.price-wrap:after{
    content: '';
    position: absolute;
    width: 13%;
    left: 105px;
    border-bottom: 2px solid #E5433F;
    margin-top: 16px;
}

.plano p {
    margin-top: 35px;
    font-size: 14px;
    line-height: 22px;
}


.aderir-wrap{
    background-color: #f84717;
    padding: 20px 10px;
    margin-left: 8px;
    display: none;
}

.aderir-wrap .btn-geral{
    border:1px solid #fff;
    border: 2px solid #fff;
    cursor: pointer;
}



.plano-wrap{
    opacity: 0.3;
}

/*.plano-wrap:hover{
    opacity: 1;
    -webkit-box-shadow: 10px 10px 0px -1px rgba(248,71,23,1);
-moz-box-shadow: 10px 10px 0px -1px rgba(248,71,23,1);
box-shadow: 10px 10px 0px -1px rgba(248,71,23,1);
}*/

.plano-wrap.active{
    opacity: 1;
    -webkit-box-shadow: 10px 10px 0px -1px rgba(248,71,23,1);
-moz-box-shadow: 10px 1px 0px -1px rgba(248,71,23,1);
box-shadow: 10px 1px 0px -1px rgba(248,71,23,1);
}

div.plano-wrap.active div.aderir-wrap    {display:block}

#step2, #step3 {
    display: none;
}

#step3 {
    margin-top: 20px;
}

#cliente-byside{
    display: none;
    text-align: center;
}

#cliente-byside .btn-geral{
    display: inline-block;
    width: auto;
    padding: 11px 49px;
}

#cliente-byside .btn-geral:after{
    top: 16px;
}

/*<style>.cls-1{fill:none;stroke:#aaa;stroke-miterlimit:10;stroke-width:1.9px;}</style>*/

/*----media queries-----*/



@media (max-width: 767px){
    #simulador .service-wrap{
        padding:0 20px;
    }

    .service_block{
        padding: 32px 20px 0px 20px;
    }

    .left-range {
        text-align: center;
    }

    .range-title {
        margin: 0;
    }

    .plano-wrap{
        margin-bottom: 40px;
    }
    #cliente-byside h3{
        font-size: 20px;
        line-height: 24px;
    }
}

/*---------------------------CONTATOS---------------------------*/

#contatos{
    background-color: #E1E1E1;
    padding: 20px 0;
}

#contatos-c2c{
    background-color: #fff;
    padding: 40px 0;
}

#contatos-c2c h3{
    margin-top: 0;
}

#contatos-form{
    background-color: #2D2D2D;
    padding: 40px 0;
}

#logo {
    background-color: #fff;
    color: #848484;
    padding: 30px 0 30px 0;
}

#logo img {
    width: auto;
}

@media (max-width: 767px){
    #logo img {
        width: 75%;
    }
}