@import "./bootstrap.min.css";
@import "./animate.css";
@import "./magnific-popup.css";
@import "./owl.carousel.min.css";
@import "./slick.css";
@import "./font-awesome.min.css";

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;500&display=swap');

/* width */
::-webkit-scrollbar {
    width: 5px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: red; 
    border-radius: 10px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #000; 
  }


  #myBtnUp {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #c20013;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 100px;
    }

#myBtnUp:hover {
    background-color: #fff;
    border: 2px solid #f10018;
    color: #f10018 !important;
    -webkit-animation-duration:2s;animation-duration:2s
}




@font-face {
    font-family: neo sans std;
    src: url(fonts/NeoSansStd-Regular.eot);
    src: url(fonts/NeoSansStd-Regular.eot?#iefix) format("embedded-opentype"), url(fonts/NeoSansStd-Regular.woff2) format("woff2"), url(fonts/NeoSansStd-Regular.woff) format("woff"), url(fonts/NeoSansStd-Regular.ttf) format("truetype"),
        url(fonts/NeoSansStd-Regular.svg#NeoSansStd-Regular) format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: aglet sans;
    src: url(fonts/AgletSans-Bold.eot);
    src: url(fonts/AgletSans-Bold.eot?#iefix) format("embedded-opentype"), url(fonts/AgletSans-Bold.woff2) format("woff2"), url(fonts/AgletSans-Bold.woff) format("woff"), url(fonts/AgletSans-Bold.ttf) format("truetype"),
        url(fonts/AgletSans-Bold.svg#AgletSans-Bold) format("svg");
    font-weight: 700;
    font-style: normal;
}
* {
    margin: 0;
    padding: 0;
}
body,
html {
    font-family: neo sans std;
    font-weight: 400;
    font-style: normal;
    background-color: #fff;
    overflow-x: hidden;
}

h2{
    font-family: Poppins;
    font-weight: 300;
}

h1,
h3,
h4,
h5,
h6 {
    font-family: aglet sans;
    font-weight: 700;
    font-style: normal;
    color: #000;
    line-height: 1.2;
}
.centralizar {
    justify-content: center;
}
.section_padding_100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.section_padding_100_50 {
    padding-top: 100px;
    padding-bottom: 50px;
}
.section_padding_100_70 {
    padding-top: 100px;
    padding-bottom: 70px;
}
.section_padding_50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.section_padding_50_20 {
    padding-top: 50px;
    padding-bottom: 20px;
}
.section_padding_150 {
    padding-top: 150px;
    padding-bottom: 150px;
}
.section_padding_200 {
    padding-top: 200px;
    padding-bottom: 200px;
}
.section_padding_0_200 {
    padding-top: 0;
    padding-bottom: 200px;
}
.section_padding_0_100 {
    padding-top: 0;
    padding-bottom: 100px;
}
.section_padding_100_0 {
    padding-top: 100px;
    padding-bottom: 0;
}
.section_padding_150_0 {
    padding-top: 150px;
    padding-bottom: 0;
}
.section_padding_70 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.section_padding_0_50 {
    padding-top: 0;
    padding-bottom: 50px;
}
.section_padding_50_0 {
    padding-top: 50px;
    padding-bottom: 0;
}
img {
    max-width: 100%;
    max-height: 100%;
}
.mt-15 {
    margin-top: 15px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-100 {
    margin-top: 100px;
}
.mt-150 {
    margin-top: 150px;
}
.mt-300 {
    margin-top: 300px;
}
.mr-10 {
    margin-right: 10px;
}
.mr-15 {
    margin-right: 15px;
}
.mr-30 {
    margin-right: 30px;
}
.mr-50 {
    margin-right: 50px;
}
.mr-100 {
    margin-right: 100px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-100 {
    margin-bottom: 100px;
}
.ml-15 {
    margin-left: 15px;
}
.ml-30 {
    margin-left: 30px;
}
.ml-50 {
    margin-left: 50px;
}
.ml-100 {
    margin-left: 100px;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
#scrollUp {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #c20013;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 100px;
}
a,
a:active,
a:focus,
a:hover {
    text-decoration: none;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
li {
    list-style: none;
}
p {
    color: #726a84;
    font-size: 18px;
    font-weight: 300;
    margin-top: 0;
}
.heading-text > p {
    font-size: 16px;
}
.section-heading > h1,
h2 {
    margin: 0;
}
.img-icon {
    width: 50px;
    float: left;
    margin-right: 20px;
    padding: 10px 0;
}
.section-heading > h1 {
    font-weight: 600;
    color: #fff;
    font-size: 65px;
}
.section-heading > h2 {
    font-weight: 300;
    color: #f10018;
    font-size: 48px;
}
.section-heading > h2 > span {
    font-weight: 700;
    color: #e0457b;
    font-size: 48px;
    margin: 0;
}
.section-heading {
    margin-bottom: 60px;
}
.line-shape,
.line-shape-white {
    width: 80px;
    height: 2px;
    background-color: #f10018;
    margin-top: 15px;
}
.line-shape {
    margin-left: calc(50% - 40px);
}
.linha-div {
    width: 100%;
    height: 2px;
    background-color: #e0457b;
    margin: 15px 0;
}
.table {
    display: table;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 2;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
}
@-webkit-keyframes colorlib-load {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes colorlib-load {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.header_area {
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 99;
    top: 0;
    padding: 0 4%;
}
.menu_area .navbar-brand {
    font-size: 72px;
    font-weight: 700;
    color: #f10018;
    margin: 0;
    line-height: 1;
    padding: 0;
    width: 200px;
}
.menu_area {
    position: relative;
    z-index: 2;
}
.menu_area ul li a:hover {
    background-color: #ffffff;
    color:#f10018!important;
    font-weight: 600;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.menu_area #nav .nav-link {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 300;
    border-radius: 30px;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    padding: 15px 25px;
    margin: 15px 0;
}
.menu_area .nav-link.active {
    border: 2px solid #ffffff;
    color: #ffffff !important;
}
.menu_area .nav-link.active:hover {
    background-color: #ffffff;
    color: #f10018 !important;
    font-size: 16px;
    font-weight: 300;
}
.sing-up-button {
    text-align: right;
    text-transform: none;
    
}
.sing-up-button > a {
    color: #F10018;
    font-weight: 500;
    background: #FFF;
    height: 60px;
    min-width: 200px;
    line-height: 46px;
    text-align: center;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sing-up-button > a:hover {
    color: #f10018;
    background: #ffffff;
    border-color: #43a047;
    border-radius: 3px;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.rede-social {
    text-align: left;
    text-transform: lowercase;
    margin: 20px 0;
}
.rede-social > a {
    color: #fff;
    font-weight: 500;
    background: #FFF;
    height: 75px;
    width: 75px;
    text-align: center;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
}
.rede-social > a:hover {
    color: #f7ea48;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.header_area.sticky {
    background: #f10018;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    z-index: 99;
}
.header_area.sticky .menu_area .navbar-brand {
    font-size: 50px;
}
.header_area.sticky .menu_area #nav .nav-link {
    padding: 15px 25px;
}
.header_area.sticky .navbar {
    padding: 0;
}
.header_area.sticky .menu_area #nav .nav-link.active {
    border: 2px solid #ffffff;
    color: #FFF !important;
}
.header_area.sticky .menu_area #nav .nav-link.active:hover {
    background-color: #ffffff;
    color: #f10018 !important;
}
.wellcome_area {
    background-image: url("https://site.entregapp.com.br/img_empresa/top/bg-top.png");
    background-color: #fff;
    height: 900px;
    position: relative;
    z-index: 1;
    background-position: bottom center;
    background-size: cover;
}
.area-top {
    background-image: url('https://site.entregapp.com.br/img_empresa/top/bg-top.png');
    background-color: #fff;
    position: relative;
    z-index: 1;
    background-position: bottom center;
    background-size: cover;
    padding-bottom: 100px;
}
.parceiro-img {
    width: 30%;
    position: absolute;
    bottom: 200px;
    right: 300px;
    z-index: 9;
}
.welcome-thumb {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.welcome-thumb .parceiro-img img {
    height: auto;
    width: 100%;
}
.wellcome-heading > h1 {
    font-size: 85px;
    margin-bottom: 50px;
    color: #fff;
    font-weight: 700;
    position: relative;
    z-index: 3;
}
.wellcome-heading > h1 > span {
    color: #f10018;
}
.wellcome-heading > h2 {
    font-size: 80px;
    margin-bottom: 50px;
    color: #fff;
    font-weight: 700;
    position: relative;
    z-index: 3;
}
.get-start-area .email {
    background: #9572e8;
    height: 50px;
    max-width: 260px;
    border: none;
    border-radius: 24px;
    padding: 0 15px;
}
.form-control::-webkit-input-placeholder {
    color: #cec1f4;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #cec1f4;
    opacity: 1;
}
.form-control::-ms-input-placeholder {
    color: #cec1f4;
    opacity: 1;
}
.form-control::placeholder {
    color: #cec1f4;
    opacity: 1;
}
.get-start-area .email:focus {
    border: none;
    outline-offset: transparent !important;
    border-radius: 30px;
}
.get-start-area .submit {
    background-color: #e0457b;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    border: none;
    height: 50px;
    min-width: 167px;
    line-height: 46px;
    text-align: center;
    border-radius: 24px 24px 24px 0;
    margin-left: 10px;
}
.get-start-area .submit:hover {
    background: #6f52e5;
    color: #fff;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.wellcome-heading > p {
    color: #fff;
}
.wellcome-heading > h3 {
    font-size: 332px;
    position: absolute;
    top: -134px;
    font-weight: 900;
    left: -12px;
    z-index: -1;
    color: #fff;
    opacity: 0.1;
}
.wellcome-heading {
    margin-bottom: 50px;
}
.single-icon > i {
    font-size: 36px;
    color: #e0457b;
}
.single-icon {
    margin-bottom: 25px;
}
.single-img {
    margin-bottom: 25px;
    width: 150px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.single-img-200 {
    margin-bottom: 25px;
    width: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.single-img-100 {
    margin-bottom: 25px;
    width: 100px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.single-special > h4 {
    font-size: 22px;
    color: #f10018;
    margin-bottom: 15px;
    font-weight: 400;
}
.single-special > h4 span {
    color: #e0457b;
    font-weight: 700;
}
.single-special {
    border: 2px solid #f10018;
    padding: 40px;
    border-radius: 40px 0px 40px 0;  
    -webkit-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    margin-bottom: 30px;
}
.special_description_content > h3 {
    color: #f10018;
    font-size: 40px;
    margin-bottom: 30px;
}
.special_description_area.mt-150 {
    margin-top: 70px;
}
.passos p {
    margin: 0;
    font-size: 20px;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}
.passos p span {
    font-weight: 300;
}
.special_description_area.rodape {
    margin-top: 30px;
}
.single-special:hover {
    background: #ffb5bc;
    -webkit-box-shadow: 0 10px 90px rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 90px rgba(0, 0, 0, 0.08);
}
.single-special.active {
    background: #ffb5bc;
}
.single-special p {
    margin-bottom: 0;
}
.app-download-area {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 1;
    flex-basis: 1;
    margin-top: 50px;
    margin-bottom: 100px;
}
.app-download-btn a {
    background: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.app-download-btn a:hover,
.app-download-btn.active a {
    border-color: transparent;
    background-color: #f10018;
    color: #fff;

}
.app-download-btn a i {
    color: #f10018;
    font-size: 24px;
    margin-right: 15px;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.app-download-btn a p {
    color: #f10018;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.app-download-btn a p span {
    font-size: 12px;
    display: block;
}
.app-download-btn:first-child {
    margin-right: 20px;
}
.app-download-btn a:hover i,
.app-download-btn a:hover p,
.app-download-btn.active a i,
.app-download-btn.active a p,
.app-download-btn.active a p span {
    color: #fff;
}
.botao-parceiro {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 1;
    flex-basis: 1;
    align-items: center;
}
.botao-parceiro a {
    background: #f7ea48;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.botao-parceiro.active a,
.botao-parceiro a:hover {
    border-color: transparent;
    background-color: #f10018;
}
.botao-parceiro a i {
    color: #f10018;
    font-size: 24px;
    margin-right: 15px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}
.botao-parceiro a p {
    color: #f10018;
    font-size: 18px;
    line-height: 1;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}
.botao-parceiro a p span {
    font-size: 16px;
    font-weight: 500;
    display: block;
}
.botao-parceiro a:hover i,
.botao-parceiro.active a i,
.botao-parceiro.active a p,
.botao-parceiro a:hover p {
    color: #fff;
}
.single-feature {
    margin-bottom: 50px;
}
.single-feature > p {
    margin-bottom: 0;
}
.single-feature > i {
    color: #e0457b;
    font-size: 35px;
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.single-feature > h5 {
    font-size: 26px;
    color: #f10018;
}
.single-feature > p {
    margin-top: 15px;
}
.video-area {
    position: relative;
    z-index: 1;
    background-position: center center;
    background-size: cover;
    border: 20px solid #fff;
    border-radius: 20px;
    height: 650px;
    -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.08);
}
.video-area:after {
    position: absolute;
    content: "";
    top: -20px;
    left: -20px;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    border: 1px solid #f1f4f8;
    z-index: 2;
    border-radius: 20px;
}
.video-area .video-play-btn a {
    width: 80px;
    height: 80px;
    background-color: #e0457b;
    color: #fff;
    text-align: center;
    display: block;
    font-size: 36px;
    line-height: 80px;
    padding-left: 5px;
    border-radius: 50%;
    top: 50%;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
}
.video-area .video-play-btn a:hover {
    background-color: #a865e1;
    color: #fff;
}
.video-depoimentos {
    position: relative;
    z-index: 1;
    background-position: center center;
    background-size: cover;
    border: 10px solid #fff;
    border-radius: 20px;
    height: 225px;
    -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.08);
}
.video-depoimentos:after {
    position: absolute;
    content: "";
    top: -20px;
    left: -20px;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    z-index: 2;
    border-radius: 20px;
}
.video-depoimentos .video-play-btn a {
    width: 80px;
    height: 80px;
    background-color: #e0457b;
    color: #fff;
    text-align: center;
    display: block;
    font-size: 36px;
    line-height: 80px;
    padding-left: 5px;
    border-radius: 50%;
    top: 50%;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
}
.video-depoimentos .video-play-btn a:hover {
    background-color: #f10018;
    color: #fff;
}
.cool_facts_area {
    position: relative;
    z-index: auto;
    background: #f10018;
}
.special-area .descricao p {
    color: #726a84;
}
.special_description_img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.erro p {
    color: #726a84;
    text-align: center;
}
.descricao p {
    color: #fff;
}
.descricao span {
    font-weight: 700;
}
.cool-facts-content > i {
    color: #e0457b;
    font-size: 46px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.counter-area {
    min-width: 100px;
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.counter-area > h3 {
    color: #fff;
    font-size: 60px;
    margin-bottom: 0;
    line-height: 1;
}
.cool-facts-content > p {
    font-size: 18px;
    color: #fff;
    text-align: center;
}
.app_screenshots_slides {
    padding: 0 6%;
}
.app_screenshots_slides .single-shot {
    opacity: 0.7;
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
}
.app_screenshots_slides .center .single-shot {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.app-screenshots-area .owl-dot {
    height: 11px;
    width: 11px;
    border: 2px solid #a49fba;
    border-radius: 50%;
    display: inline-block;
    margin: 0 6px;
    margin-top: 50px;
}
.app-screenshots-area .owl-dot.active {
    background-color: #e0457b;
    border: transparent;
}
.app-screenshots-area .owl-dots {
    height: 100%;
    width: 100%;
    text-align: center;
}
.pricing-plane-area {
    background: #f5f9fc;
}
.single-price-plan {
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 30px 30px 30px 0;
    margin-bottom: 30px;
}
.single-price-plan .package-plan {
    padding: 40px 0;
    border-radius: 30px 30px 0 0;
}
.single-price-plan .package-plan > h5 {
    color: #f10018;
    font-size: 18px;
}
.single-price-plan .package-plan .ca-price h4 {
    color: #e0457b;
    font-size: 48px;
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    line-height: 1;
}
.single-price-plan .package-plan .ca-price span {
    font-size: 18px;
    color: #f10018;
}
.single-price-plan .plan-button > a {
    background: #726a84;
    padding: 10px 0;
    border-bottom-right-radius: 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    display: block;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.single-price-plan .package-description > p {
    margin-bottom: 0;
    line-height: 1;
    padding: 15px 0;
    border-bottom: 1px solid #ebebeb;
}
.single-price-plan .package-description > p:first-child {
    border-top: 1px solid #ebebeb;
}
.single-price-plan.active .package-plan,
.single-price-plan.active .plan-button > a,
.single-price-plan:hover .plan-button > a {
    background-color: #a865e1;
}
.single-price-plan.active .package-plan .ca-price > h4,
.single-price-plan.active .package-plan .ca-price > span,
.single-price-plan.active .package-plan > h5,
.single-price-plan.active .plan-button > a {
    color: #fff;
}
.clients-feedback-area .client-name > h5 {
    color: #f10018;
    font-size: 22px;
    margin-top: 5px;
}
.clients-feedback-area .star-icon > i {
    font-size: 18px;
    color: #f1b922;
}
.clients-feedback-area .client-description > p {
    max-width: 1010px;
    margin: auto;
    margin-bottom: 15px;
    font-size: 22px;
    outline: none;
}
.clients-feedback-area .client > i {
    font-size: 48px;
    color: #e0457b;
    margin-bottom: 30px;
}
.clients-feedback-area .client-name > p {
    color: #b5aec4;
}
.clients-feedback-area .slick-dots {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.clients-feedback-area .slick-dots li button {
    width: 12px;
    height: 12px;
    text-indent: -999999999999999999999999px;
    border: 3px solid #a49fba;
    background-color: #fff;
    border-radius: 50%;
    margin: 5.5px;
    outline: 0;
}
.clients-feedback-area .slick-dots li.slick-active button {
    background-color: #e0457b;
    border-color: #e0457b;
}
.clients-feedback-area .slick-slide.client-thumbnail {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 129px;
    outline: none;
}
.copyright-text > p {
    margin-bottom: 0;
}
.clients-feedback-area .slick-slide img {
    display: block;
    width: 80px !important;
    height: 80px !important;
    border-radius: 50%;
    border: 5px solid #fff;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.clients-feedback-area .slick-slide.slick-current img {
    width: 100px !important;
    height: 100px !important;
}
.clients-feedback-area .slick-arrow {
    position: absolute;
    width: 30px;
    background-color: #faf6fb;
    height: 100%;
    text-align: center;
    font-size: 24px;
    color: #b5aec4;
    display: block;
    line-height: 550%;
    left: 0;
    z-index: 90;
    cursor: pointer;
}
.clients-feedback-area .slick-arrow.fa-angle-right {
    left: auto;
    right: 0;
    top: 0;
}
.our-monthly-membership {
    background-image: url("https://site.entregapp.com.br/img_empresa/footer/footer-bg.png");
    padding-bottom: 15%;
    height: 430px;
}
.membership-description > h2 {
    color: #fff;
    font-size: 36px;
}
.membership-description > p {
    color: #fff;
    margin-bottom: 0;
}
.get-started-button > a {
    background: #fff;
    height: 45px;
    min-width: 155px;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    color: #e0457b;
    font-weight: 500;
    border-radius: 23px 23px 23px 0;
}
.get-started-button > a:hover {
    background: #f10018;
    color: #fff;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.get-started-button {
    text-align: right;
}
.botao-1 > a {
    background: #f7ea48;
    height: 45px;
    min-width: 155px;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    color: #f10018;
    font-weight: 500;
    border-radius: 30px;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.botao-1 > a:hover {
    background: #e0457b;
    color: #fff;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.botao-1 {
    text-align: left;
}
.member-image {
    margin-bottom: 30px;
    border-radius: 30px 30px 30px 0;
    position: relative;
    z-index: 1;
}
.member-image img {
    border-radius: 30px 30px 30px 0;
}
.member-text > h4 {
    font-size: 22px;
    color: #f10018;
    margin-top: 20px;
    text-align: center;
}
.member-text > p {
    color: #b5aec4;
    margin-bottom: 0;
    text-align: center;
}
.team-hover-effects {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(105, 75, 228, 0.8);
    border-radius: 30px 30px 30px 0;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.single-team-member:hover .team-hover-effects {
    opacity: 1;
}
.team-social-icon {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.team-social-icon > a {
    font-size: 14px;
    color: #fff;
    background: #9a81d7;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 10px 10px 10px 0;
    display: block;
    margin: 2.5px;
}
.single-team-member {
    margin-bottom: 50px;
}
.address-text > p,
.email-text > p,
.phone-text > p {
    font-size: 18px;
    margin-bottom: 10px;
}
.address-text > p > span,
.email-text > p > span,
.phone-text > p > span {
    color: #f10018;
}
footer.footer {
    position: relative;
    margin-top: -120px;
}
.footer-bg {
    background-image: url('https://site.entregapp.com.br/img_empresa/top/footer.svg');
    background-repeat: repeat-x;
    width: 100%;
    height: 40px;
    margin-bottom: -1px;
}
.footer-bg-top {
    background-image: url('https://site.entregapp.com.br/img_empresa/top/footer.png');
    background-repeat: repeat-x;
    width: 100%;
    height: 18px;
    margin-bottom: -2px;
}
footer.footer p {
    text-transform: none;
}
footer.footer a {
    text-transform: none;
}
.footerbg {
    position: absolute;
    margin-top: -75px;
}
.footerbg {
    width: 100%;
    background-color: none;
}
.footerbg img {
    width: 100%;
}
.address-list li:hover span i,
.widget-body .extra-link .link-right ul li a:hover,
.widget-body .extra-link .link-left ul li a:hover {
    color: #f10018;
}
.address-list li span i,
.widget-body .extra-link .link-right ul li a,
.widget-body .extra-link .link-left ul li a {
    color: #f10018;
}
.footer-widget .footer-logo {
    margin-top: 17px;
    margin-bottom: 20px;
    width: 150px;
}
.footer-widget span {
    font-weight: 700;
    font-size: 25px;
}
.widget-header h5 {
    font-weight: 600;
    margin-bottom: 35px;
    color: #f10018;
}
.widget-header {
    margin-top: 11px;
}
.address-list ul li span i {
    font-size: 14px;
}
.address-list li span {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    left: 0;
    position: absolute;
}
.address-list li {
    padding-left: 30px;
    position: relative;
}
.widget-body .extra-link .link-left {
    float: left;
}
.widget-body .extra-link .link-right {
    float: right;
}
.widget-body .extra-link .link-right ul li a,
.widget-body .extra-link .link-left ul li a {
    color: #6f6c7f;
    line-height: 1.4;
    display: block;
}
.widget-body .extra-link .link-right ul li,
.widget-body .extra-link .link-left ul li {
    padding-bottom: 18px;
}
.social-icons li a {
    color: #f10018;
    font-size: 20px;
    margin-right: 10px;
}
.social-icons li a:hover {
    color: #e0457b;
}
.widget-body .extra-link .social-icons {
    float: left;
}
.footer-post-details:after {
    height: 31px;
    width: 69px;
    background: #fff;
    content: "";
    position: absolute;
    bottom: -3px;
    left: 38px;
    -webkit-transform: rotate(-34deg);
    transform: rotate(-34deg);
}
.footer-post-details:before {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    bottom: -20px;
    background: #f7f6f9;
    z-index: 1;
    left: 33px;
}
.twetter-post {
    padding-left: 20px;
}
.twetter-post span {
    margin-right: 7px;
    color: #f77ade;
    font-size: 20px;
}
.footer-post-details {
    padding: 32px 20px 36px 40px;
    position: relative;
    background: #fff;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 20px;
    border-radius: 10px;
}
.footer-bottom {
    background: #ebdbfc;
    padding: 33px 0 49px;
    position: relative;
}
.footer-top {
    background: #ebdbfc;
    padding-top: 50px;
}
.footer-bottom p {
    margin-bottom: 0;
    line-height: 1;
    color: #6f6c7f;
    font-size: 16px;
}
#name {
    font-size: 18px;
    padding: 15px;
    border-radius: 30px;
}
#email {
    font-size: 18px;
    padding: 15px;
    border-radius: 30px;
}
#telefone {
    font-size: 18px;
    padding: 15px;
    border-radius: 30px;
}
#message {
    font-size: 18px;
    padding: 15px;
    border-radius: 30px;
}
.btn.submit-btn {
    background: #e0457b;
    height: 48px;
    min-width: 185px;
    color: #fff;
    font-weight: 500;
    border-radius: 30px;
}
.btn.submit-btn:hover {
    background: #f10018;
    color: #fff;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.panel-wrapper {
    margin-bottom: 25px;
}
.panel-icon {
    margin-right: 5px;
    font-size: 20px;
    vertical-align: middle;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    color: #f10018;
}
.panel-title > i {
    color: #e0457b;
    font-size: 30px;
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.panel-title a i {
    color: #e0457b;
    float: right;
    margin-right: 15px;
}
.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
    color: #726a84;
}
.panel-title > .small,
.panel-title > .small > a:focus,
a:hover,
.panel-title > a:focus,
a:hover,
.panel-title > small,
.panel-title > small > a:focus,
a:hover {
    color: #f10018;
}
.panel-title > span {
    font-size: 14px;
    color: #959595;
    font-weight: 300;
}
.panel-group {
    margin: 10px 0;
}
.panel-group .panel {
    margin-bottom: 0;
    background: 0 0;
}
.panel-body {
    padding: 20px 10px 10px;
}
.panel-body a {
    color: #f10018;
}
.panel-body a:hover {
    color: #e0457b;
}
.panel-heading {
    padding: 20px 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.panel-default {
    border-color: transparent;
}
.panel-default > .panel-heading {
    color: #959595;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #e0457b;
}
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 3px solid #e0457b;
}
.nav-menu {
    padding: 1rem 0;
    transition: all 0.3s ease;
}
.nav-menu.is-scrolling,
.nav-menu.menu-is-open {
    background-color: #4a0d8f;
    background: -moz-linear-gradient(135deg, #4a0d8f 0, #fa2a8f 100%);
    background: -webkit-linear-gradient(135deg, #4a0d8f 0, #fa2a8f 100%);
    background: linear-gradient(135deg, #4a0d8f 0, #fa2a8f 100%);
    -webkit-box-shadow: 0 5px 23px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 23px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 23px 0 rgba(0, 0, 0, 0.1);
}
.nav-menu.is-scrolling {
    padding: 0;
}
.navbar-nav .nav-link {
    position: relative;
    text-transform: none;
}
.tab-content {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #fff;
    box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.04);
    padding: 3rem;
}
@media (max-width: 992px) {
    .tab-content {
        padding: 1.5rem;
    }
}
.tab-content p {
    line-height: 1.8;
}
.tab-content h2 {
    margin-bottom: 0.5rem;
}
.nav-tabs {
    border-bottom: 0;
}
.nav-tabs .nav-item .nav-link,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    padding: 1rem;
    border-color: #faf6fb #faf6fb #fff;
    font-size: 19px;
    color: #b5a4c8;
    background: #f5eff7;
}
.nav-tabs .nav-link.active {
    background: #fff;
    border-top-width: 3px;
    border-color: #f10018 #faf6fb #fff;
    color: #633991;
}
.link-guia-marca {
    font-size: 15px;
    padding: 10px 30px 10px 25px;
    border-radius: 42px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #43a047;
    color: #fff !important;
    cursor: pointer;
    text-decoration: none;
}
.link-guia-marca:hover {
    text-decoration: none;
    background-color: #e0457b;
}
.box-container-geral {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.box-container {
    margin-bottom: 40px;
}
.box-imagens {
    -webkit-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    margin-bottom: 30px;
    width: 201px;
    height: 159px;
    border-radius: 28px;
    background-color: #ebdbfc;
    margin-bottom: 10px;
    text-align: center;
}
.box-imagens-branca {
    -webkit-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    margin-bottom: 30px;
    width: 201px;
    height: 159px;
    border-radius: 28px;
    background-color: #f10018;
    margin-bottom: 10px;
    text-align: center;
}
.top-box {
    width: 201px;
    height: 30px;
    background-color: #5d2e8f;
    border-radius: 10px 10px 0 0;
    text-align: center;
}
.text-box {
    font-size: 12px;
    color: #fff;
}
.box-container a,
.box-container a:visited,
.box-container a:active {
    margin: 13px;
    font-size: 12px;
    padding: 10px 25px;
    border-radius: 42px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #43a047;
    color: #fff !important;
    cursor: pointer;
    text-decoration: none;
}
.box-container a:hover {
    text-decoration: none;
    background-color: #e0457b;
}
.btn-baixar-tudo {
    font-size: 15px;
    padding: 10px 50px;
    margin-top: 100px;
    border-radius: 42px;
    box-shadow: 0 8px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #f10018;
    color: #fff !important;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
}
.btn-baixar-tudo:hover {
    text-decoration: none;
    background-color: #e0457b;
}
.img-simb-grafico {
    width: 35%;
    margin-top: 15px;
}
.img-logotipo {
    height: 35%;
    margin-top: 35px;
}
.img-horizontal {
    height: 35%;
    margin-top: 30px;
}
.img-vertical {
    height: 60%;
    margin-top: 15px;
}
