a:hover {
    color: #c9c9c9  !important;
}
select {
    display: block !important;
    border: 1px solid #fff!important;
    color: #6f6f6f;
    font-style: italic;
    font-weight: 400;
    font-size: 13px!important;
    font-family: inherit;
}
.select::after {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    content: '';
    background: #20d34a;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.checkbox {
    color:#6f6f6f;
    font-style: italic;
    font-weight: 400;
    font-size: 13px!important;
    font-family: inherit;
}
.checkbox label {
    font-size: 13px;
    padding-left: 23px;
    padding-right: 18px;
    margin-top: -3px;
}
.file label {
    color:#6f6f6f;
    font-style: italic;
    font-weight: 400;
    font-size: 13px!important;
    font-family: inherit;
}
.file input {
    color:#6f6f6f;
    font-style: italic;
    font-weight: 400;
    font-size: 13px!important;
    font-family: inherit;
    padding-left: 0;
    margin-bottom: 30px;
    height: auto;
}
[type="checkbox"]:checked + label:before {
    border-color: transparent #20d34a #20d34a transparent;
}
p {font-family: 'Montserrat', sans-serif;font-weight: 500;line-height: 23px;}
.c-center {display: flex;flex-wrap: wrap;justify-content: center;flex-direction: column;text-align: center;}
.c-center2 {display: flex;flex-wrap: wrap;justify-content: center;flex-direction: column;text-align: left;}
.mza-1 {margin: 0 auto!important;}
@media (max-width: 576px) {
  .row.reverse {
    display: flex;
    flex-direction: column-reverse;
}
}
.header_container {
    height: 105px;
}
.header_container {
    background: rgb(29,155,85);
    background: linear-gradient(90deg, rgb(255 255 255) 0%, rgb(239 239 239) 100%);
    -webkit-box-shadow: 0 20px 5px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 20px 5px rgba(0,0,0,0.1);
    box-shadow: 0 2px 20px rgb(0 0 0 / 10%);
}
.top_bar_item a {
    font-size: 20px;
}
.top_bar_item {
    margin-left: 20px;
}
.top_bar .icon-phone {
    width: 17px;
    height: auto;
}
.top_bar .icon-whatsapp {
    width: 17px;
    height: auto;
}
.logo-topo {width: 68%;height: auto!important;}
.logo_container {width: 270px;}
.logo_content {padding-right: 10px;padding-left: 10px;}
.top_bar_content {padding-left: 260px;}
.top_bar {background:#26b949;}
.top_bar a {color:#FFF;}
.button {background: #26b949;}
.navbar-dark .navbar-brand {
    width: 335px;
}
.navbar.navbar-dark .navbar-toggler .collapsed {
    color: #158741;
    margin-top: 0;
}
.navbar.navbar-dark .navbar-toggler {
    color: #158741;
    margin-top: -82px;
    position: relative;
    left: 293px;
}
.collapse.show {
    display: block;
    background-color: #fff;
}
.navbar-collapse {
    background-color: transparent;
}
.navbar {
    padding-right: 1rem !important;
    font-weight: 300;
    height: 103px;
}
.navbar.navbar-dark .breadcrumb .nav-item .nav-link, .navbar.navbar-dark .navbar-nav .nav-item .nav-link {
    font-size: 17px;
    font-weight: 500;
    color: #272727;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -1px;
}
.navbar {box-shadow: none;}
.dropdown .dropdown-menu .dropdown-item {
    font-size: 15px;
    font-weight: 500;
    color: #272727;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -1px;
}
.dropdown .dropdown-menu.dropdown-primary .dropdown-item:hover, .dropdown .dropdown-menu.dropdown-primary .dropdown-item:active {
    background-color: #00b952 !important;
}
.barra-verde {background-color: #1A9841;padding:30px;}
.barra-verde h2 {font-weight: 600!important;color:#fff!important;}
@media (max-width: 576px) {
    .navbar-collapse {
        background-color: #fff;
    }
    .logo-topo {height: auto!important;}
}

.main_nav ul li a {
    font-size: 17px;
    font-weight: 500;
    color: #272727;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -1px;
}

.main_nav ul li a:hover {
    color:#00b851!important;
}
.main_nav ul li ul li:not(:first-child) {
    margin-left: 0!important;
}
.home_content_inner {
    width: 620px;
}
.home_text p {
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
}
.main_nav li {
    position:relative;
    float:left;
}
.main_nav{
    list-style:none;
    float:left;
}
.main_nav li a{display:block;}

.main_nav li a:hover{
}

.main_nav li  ul{
    position:absolute;
    top:25px;
    left:0;
    background-color:#fff;
    display:none;
    border-radius: 5px;
    box-shadow: 0px 4px 7px #00000036;
    padding: 14px;
}
.main_nav li:hover ul, .main_nav li.over ul{display:block;}
.main_nav li ul li{display:block;width:150px;}
.main_nav li ul li a {
    font-size: 15px;
    font-weight: 500;
    color: #272727;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -1px;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.125em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.menu_item a {font-family: 'Bebas Neue', cursive; text-transform: inherit;}
.menu_item li a{display:block;}

.menu_item li a:hover{
}

.main_nav li {
    position:relative;
    float:left;
}
.menu{
    list-style:none;
    float:left;
}
.menu li a{display:block;}

.menu li a:hover{
}
.menu li  ul{
    position:absolute;
    top:25px;
    left:0;
    background-color:#fff;
    display:none;
    border-radius: 5px;
    box-shadow: 0px 4px 7px #00000036;
    padding: 14px;
}
.menu li:hover ul, .menu li.over ul{display:block;}
.menu li ul li{display:block;width:150px;}
.menu li ul li a {
    font-size: 15px;
    font-weight: 500;menu
    color: #272727;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -1px;
}
.menu_extra {bottom: 105px;}
@media only screen and (max-width: 575px) {
    .menu_item a {font-size: 25px;}
}
.box {background: #468741;}
.box_title {
    font-size: 25px;
    font-weight: 500;
    font-family: 'Bebas Neue', cursive;
}
.emergencies {height: 100%;background: #272727;}
.box_phone {
    font-weight: 600;
    font-family: 'Bebas Neue', cursive;
    color: #fff;
}
.box_emergency_text {
    font-family: 'Raleway', sans-serif;
}
.working_hours_list ul li {
    font-family: 'Raleway', sans-serif;
    border-bottom: 1px dotted #ffffff69;
    padding: 5px 0;
}
.working_hours_list ul li:not(:last-child) {
    margin-bottom: 0;
}
.box_text {
    font-family: 'Raleway', sans-serif;
}

@media (max-width: 767px) {
    .box {top: -80px;}
    .boxes {padding-top: 0px;}
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
}
.monitore .button a {
    font-size: 13px;
    font-weight: 500;
    /* font-family: 'Bebas Neue', cursive; */
    font-family: 'Montserrat', sans-serif;
}
.section_title h2 {
    font-size: 23px;
    font-weight: 700;
    color: #232323;
    letter-spacing: -1px;
}
.button a {
    font-size: 14px;
    font-weight: 500;
    /* font-family: 'Bebas Neue', cursive; */
    font-family: 'Montserrat', sans-serif;
}

/* SLIDE */
.home_title h1 {
    color: #ffffff;
}
.home_title h1 {
    font-weight: 500;
    line-height: 67px;
    font-style: italic;
}
.home_text p {
    color: #ffffff;
}

.about {
    padding-top: 65px;
}
.about .icon {padding-left: 0;padding-right: 0;}
.about .icon h4 {
    font-size: 23px;
    color: #606060;
    text-transform: none;
    font-weight: 800;
    letter-spacing: -1px;
    text-align: center;
}
.about .content p {line-height: 22px;}
.about ul {margin-top: 20px;display: block;}
.about ul li {display: inline-block;margin-right: 21px; margin-bottom: 5px;}
.about ul li img {width: 20px; height: auto;margin-left: -2px;}
.about ul li img svg {fill:#26b949;}

@media (max-width: 576px) {
    .about {padding-top: 30px;padding-bottom: 0;}
    .about .icon h4 {font-size: 16px;}
    .about ul {margin-top: 20px;display: grid;}
}

@media (min-width: 992px) {
    .about .about_content {
        padding-right: 85px;
    }
}

.services {
    background: #f0f0f0;
}
.service:hover {
    background: #272727;
}
.service {
    height: 380px;
}

.cta_content h2 {
    letter-spacing: -2px;
}
.cta_content p {
    font-size: 39px;
    font-weight: 400;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -1px;
}

@media (max-width:  576px){
    .cta_content p {font-size: 34px;margin-top: -25px;}
}
@media (min-width: 992px) {
    .carousel .carousel-control-next-icon, .carousel .carousel-control-prev-icon {
        width: 70px;
        height: 70px;
    }
}


.monitore {padding: 60px 0;background-color: #f0f0f0;}

@media (max-width: 576px) {
    .monitore .button {width: 100%;}
}

.orcamento-home {padding: 60px 0;}
.orcamento-home .section_title::before {left: 527px;}
.orcamento-home .contact {padding-top: 40px;}
.orcamento-home .contact {
    background-color: transparent;
}

.contact iframe {height: 303px;}
.rotas {
    margin-top: 18px;
}
.contact .rotas a {color:#000;}
.contact .rotas img {
    width: 7%;
    opacity: 1;
    padding-top: 0;
}
.contact .rotas img:hover {
    transition: all .3s;
    opacity: 0.7;
}

.carousel {border-bottom: 15px solid #25b648;}
.carousel-caption {
    width: 100%;
    top: 45px;
}
.carousel-caption {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 10;
    padding-top: 65px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
.carousel img {width: 100%;height: 378px;object-fit: cover;}
/*.carousel img {width: 100%;height: 540px;object-fit: cover;}*/
.carousel-arrows, .carousel-dots {display: none;}
.rgba-black-light {
    background-color: rgb(0 0 0 / 0%);
}
.triangulo-escaleno {
    /* width: 69px; */
    height: 1px;
    background-color: transparent !IMPORTANT;
    border: solid 35px transparent;
    border-bottom: solid 35px #00b949 !IMPORTANT;
    border-right-width: 0px !IMPORTANT;
    border-top: none !IMPORTANT;
}
.square3 {
    width: 65%;
    height: 50px;
    margin-top: 0;
    margin-bottom: 0;
    background-color: #00b949;
    left: 0;
}
.sp-1 {
    padding-right: 0!important;
    padding-left: 0!important;
}
.fr-1 {
    float: right;
}

.text-content {
    width: 1140px;
    margin: 0 auto;
}
.texto-carousel {margin-top: -99px;}
.texto-carousel h1 {font-family: 'Bebas Neue'; font-size: 95px; font-weight: normal; font-style: italic; text-transform: uppercase; text-align: center; color: #dadada;}
.texto-carousel p {font-family: 'Bebas Neue'; font-size: 70px; font-weight: 300; font-style: italic; text-align: center; color: #FFF;}
.texto-carousel h2 {font-family: 'Bebas Neue'; font-size: 60px; font-weight: normal; font-style: italic; text-transform: uppercase; text-align: center; color: #dadada;}

@media (max-width: 576px) {

    .carousel img {height: 65vh!important;}
    .texto-carousel h1 {font-size: 45px;}
    .texto-carousel p {font-size: 38px;}
    .texto-carousel h2 {font-size: 38px;}
    /*.texto-carousel {margin-top: -155px;}*/
}


.text-content h3 {
    top: 448px;
    left: 0px;
    transform-origin: 50% 50%;
    margin: 0px;
    padding: 0px;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    color: #BADA55;
}
.text-content h3 {
    font-weight: 500;
    letter-spacing: 0px;
}
.text-content h3 {
    top: 13px;
    left: 0px;
    transform-origin: 50% 50%;
    margin: 0px;
    padding: 0px;
    font-size: 23px;
    line-height: normal;
    color: #26b949;
    letter-spacing: 0px;
    position: relative;
}
.text-content span {
    top: 3px;
    left: 0px;
    transform-origin: 50% 50%;
    margin: 0 auto;
    padding: 0px;
    font-size: 15px;
    line-height: normal;
    color: #26b949;
    letter-spacing: 8px;
    position: relative;
    text-transform: uppercase;
    background-color: rgb(39 39 39 / 68%);
    padding: 6px 13px 6px 22px;
    border-radius: 31px;
    text-align: center;
}
.text-content .button {
    margin-top: 15px;
}

@media (max-width: 320px) {
    .carousel-caption {top: 125px!important;}
}

@media only screen and (min-device-width: 360px) and (max-device-width: 640px) {
    .carousel-caption {top: 125px!important;}
}

@media (max-width: 576px) {
    .carousel-caption {top: 190px;}
    .text-content {width: 89%;margin-right: 0;padding-right: 15px;padding-left: 15px;}
    .view img, .view video {height: 100vh;object-fit: cover;}
    .text-content {margin: -75px auto;}
    .text-content h3 {font-size: 51px;line-height: 55px;color: #ffffff;}
}

.home {
    height: 350px;
}
.home_background {
    height: 29%;
}
.parallax-window {
    min-height: 400px;
}
.home_content {
    top: -70px;
}
.home_title span {
    color: #00b85a;
}

@media (max-width: 576px) {
    .home {height: 210px;}
    .home_content {top: -70px;padding-left: 15px;}
    .parallax-window {min-height: 190px;}
}

.about h4 {font-size: 32px;}
.about h5 {font-size: 16px;letter-spacing: 2px;}
.about i {color: #00b85a;}
.about_button {
    margin-top: 20px;
}

.servicos h4 {font-size: 32px;}
.servicos h5 {font-size: 16px;letter-spacing: 2px;}
.servicos i {color: #00b85a;}
.servicos_button {
    margin-top: 20px;
}

/* SERVIÇOS HOME */
.servicosHome {background-color: #E9E9E9;padding: 90px 0;}
.servicosHome h1 {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 29px;
    text-transform: uppercase;
    color: #232323;
    font-weight: 700;
    letter-spacing: -1px;
}
.servicosHome p {font-size: 1.2rem; color: #00b949; font-weight: bold;}
.servicosHome h4 {text-align: left; font-size: 1.3rem; font-weight: 700;  color: #797979;     margin-bottom: 0;}
.servicosHome h5 {color: #111111; font-size: 1rem;}
.mdb-lightbox figure img {cursor: initial;margin: 0px;}
.mdb-lightbox.no-margin [class*="col-"] {padding: 11px;}
.orcamento-int {padding-top: 125px;}

.banner-servicos {background-image: url(../images/servicos/banner-servicos.jpg);background-position: 50% 50%; background-size: cover;height: 280px;}
.banner-servicos .icons img {margin-bottom: 8px;}
.banner-servicos .icons p {
    color: #000;
    font-weight: 800;
    font-size: 15px;
    letter-spacing: -0.7px;
}
.banner-servicos .icons img {
    margin-bottom: 8px;
    width: 99px;
}
.icon-carga-de-bateria img {width: 113px!important;}
.icon-clube-de-beneficios img {width: 132px!important;}
@media (max-width: 576px){
    .banner-servicos .col-md-2 {
        width: 50%;
        margin-bottom: 17px;
    }
}
@media (min-width: 768px){
    .banner-servicos .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 185px;
        flex: 185px;
        max-width: 185px;
    }
}

@media (min-width: 1241px) {
    .banner-servicos .container {
        max-width: 1300px;
    }
}
@media (min-width: 992px) and (max-width: 1240px){
    .banner-servicos .container {
        max-width: 940px;
    }
    .banner-servicos .col-md-2 {margin-bottom: 10px;}
}

.pag-servicos .carousel img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}
.pag-servicos .carousel-caption {
    position: absolute;
    right: 0;
    bottom: 20px;
    left: 0;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #fff;
    text-align: center;
    margin-top: -25px;
}
@media (max-width: 576px) {
    .img-desk {display: none;}
    .img-mob {display: block;margin-bottom: 15px;}
}
@media (min-width: 992px) {
    .img-desk {display: block;margin-top: 6px;}
    .img-mob {display: none;}
    .cb img {margin-top: 99px;}
    .cb-malta img {margin-top: 169px;}
    .cb-gr img {margin-top: 99px;}
    .cb-jur img {margin-top: 147px;}
    .cb-hel img {margin-top: 94px;}
    .cb-dekra img {margin-top: 85px;}
}

.text-content h1 {
    top: 326px;
    left: 0px;
    transform-origin: 50% 50%;
    margin: 0px;
    padding: 0px;
    font-weight: 500;
    font-size: 66px;
    line-height: normal;
    color: #ffffff;
    letter-spacing: -3px;
}

@media(max-width:576px) {
    .banner-servicos {height: 605px;}
    .pag-servicos .carousel img {height: 20vh!important;}
    .text-content h1 {font-size: 39px;}
}

.club-beneficios {
    padding-top: 65px;
}
.club-beneficios h4 {
    color: #000!important;
}
.club-beneficios p {
    color: #000!important;
}
.club-beneficios {
    width: 100%;
    background: #FFFFFF;
    padding-top: 96px;
    padding-bottom: 94px;
}
.club-beneficios h4 {
    font-size: 20px;
}
.club-beneficios .ml-4 {
    margin-left: 1rem !important;
}
.club-beneficios .mr-4 {
    margin-right: 1rem !important;
}
.club-beneficios .mx-4 {
    margin-right: 0.1rem !important;
    margin-left: 0.5rem !important;
}
.club-beneficios .bene-list .sinditac {
    width: 414px;
}
.club-beneficios .bene-list .cruz-de-malta {
    width: 160px;
}
.club-beneficios .bene-list .gr-placas {
    width: 394px;
}
.club-beneficios .bene-list a {
    font-weight: 800;
    color: #000!important;
}
.club-beneficios .bene-list a:hover {
    font-weight: 800;
    color: #00b851!important;
}
.club-beneficios .bene-list .juridico {
    width: 570px;
    padding: 0px 0px 0px 21px;
}
.club-beneficios .bene-list .dekra {
    width: 570px;
}
.logo-dekra {
    width: 200px;
}
.about .dekra-list ul li {
    display: block;
    margin-right: 21px;
    margin-bottom: 5px;
}
.club-beneficios .bene-list .heliar {
    width: 570px;
}

@media (max-width: 576px) {
    .club-beneficios h4 {text-align: left;}
    .club-beneficios p {text-align: left;}
}

.noticias-share {
    /*position: fixed;*/
    /*bottom: 320px;*/
    /*bottom: 45%;*/
    /*left: 0px;*/
    z-index: 4;
    display: block;
    visibility: visible!important;
    background-color: rgb(0 0 0 / 62%);
    height: auto;
    padding: 10px 3px 4px 7px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
}
.noticias-share ul li {
    display: block;
}
.noticias-share li a {
    width: 25px;
    margin: 0px 5px 0px 0px;
    height: 35px;
}


.noticias {
    width: 100%;
    padding-top: 95px;
    padding-bottom: 95px;
}
.noticias .dept {
    background-color: #fff;
    box-shadow: 0px 0px 9px rgb(0 0 0 / 12%);
    border-radius: 5px;
    padding: 10px;
}
.noticias .dept_image img {
    border-radius: 5px;
}
.noticias .dept_content {
    padding-top: 10px;
    padding-bottom: 55px;
}
.noticias .dept_date {
    text-align: left;
    padding-bottom: 6px;
    font-size: 13px;
    font-weight: 400;
    color: #8b8b8b;
}
.noticias .dept_title {
    font-size: 15px;
    font-weight: 700;
    text-transform: none;
    color: #232323;
    text-align: left;
    line-height: 18px;
}
.noticias .dept_subtitle {
    text-align: left;
}
.noticias .dept_btn {
    text-align: left;
    padding-bottom: 6px;
    font-size: 13px;
    font-weight: 400;
    color: #000000;
    float: left;
    padding-top: 15px;
    text-transform: uppercase;
    text-decoration: underline;
}
.noticias .news_posts h1 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000;
}
.noticias .news_posts_date {
    text-align: left;
    padding-bottom: 6px;
    font-size: 13px;
    font-weight: 400;
    color: #8b8b8b;
}
.noticias .news_posts img {width: 755px;height: 435px;object-fit: cover;margin-bottom: 20px;border-radius: 5px;}
.post_share li {display: inline-block;}
.post_share li a {
    width: 35px;
    margin: 0px 5px 0px 0px;
    border-radius: 3px;
}
.form_col {
    border: 1px solid #ebebeb;
    padding: 30px;
}
.contact_input {
    border: 1px solid #cfcfcf!important;
}
@media (max-width: 576px) {
    .noticias {padding-top: 30px;}
    .noticias .news_posts img {width: 755px;height: 230px;}
    /*.noticias-share {bottom: 185px;}*/
    .contact {padding-top: 30px;}
    .form_col {margin-top: 0;}
}


/* ENVIAR.PHP - NOTIFICAÇÕES DE ENVIO DE E-MAIL */
.navbar-brand-enviar {margin: 0 auto;}
.emailSucess h2 {color: #272727;}
.emailSucess h3 {font-size: 1.3rem; color: #272727;}
.emailSucess {padding: 0;}
.emailSucess i {color: #20d34a;}
.btn-Sucess {color: #fff; background-color: 26b949!important;}
.btn-Sucess:hover {color: #fff;}

.logo-enviar {
    width: 268px;
    height: 94px;
    background-image: url(../images/logo.svg);
    background-repeat: no-repeat;
    transition: all 0.3s ease;
    background-size: cover;
}

.emailError h2 {color: #272727;}
.emailError h3 {font-size: 1.3rem; color: #272727;}
.emailError {padding: 100px;}
.emailError i {color: #db3a3a;}
.btn-Error {color: #fff; background-color: #20d34a!important;}
.btn-Error:hover {color: #fff;}

.footer_container {
    padding-bottom: 50px;
    padding-top: 5px;
}
.footer_container {
    background: #1d1d1d;
}
.footer_logo_container::after {
    display: none!important;
}
.footer p {color:#fff;margin-bottom: 5px;}
.footer a {color:#fff;}
.footer_social ul li:not(:last-child) {
    margin-right: 5px;
}
.footer .icon-phone {
    width: 17px;
    height: auto;
}
.footer .icon-map {
    width: 12px;
    height: auto;
    margin-left: 2px;
}
.footer .icon-email {
    width: 19px;
    height: auto;
}
.footer .icon-clock {
    width: 15px;
    height: auto;
}
.footer_news ul li:not(:last-child) {
    margin-bottom: 8px;
}
.footer_social ul li a i {color: #ffffff;font-size: 23px;}
.footer_logo_container {
    background: transparent;
}
.logo-footer {width: 100%;height: auto;}
.btn-apps img {
    display: inline-block;
    padding: 3px;
    margin-top: -7px;
}
.btn-apps p {
    color: #fff;
    font-size: 11px;
    text-align: center;
    margin-bottom: 10px;
}
.footer .cr p {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}
.cr {
    top: 10px;
}
.copyright_content {
    height: 40px;
}

@media (max-width: 576px) {
    .logo-footer {
        margin-bottom: 20px;
        width: 80%;
        padding-top: 34px;
        padding-bottom: 20px;
        margin-top: 15px;
    }
    .btn-apps p {text-align: left;margin-top: 15px;}
}
@media (min-width: 992px){
    .footer .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 21%;
        flex: 0 0 21%;
        max-width: 21%;
    }
}

@media (min-width: 1024px) and (max-width: 1440px) {
    .btn-apps p {
        margin-bottom: -10px;  
    }
    .footer .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20.666667%;
        flex: 0 0 20.666667%;
        max-width: 20.666667%;
        margin-right: 50px;
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 35.5%;
        flex: 0 0 35.5%;
        max-width: 35.5%;
    }
}

@media (min-width: 1600px) and (max-width: 1920px) {
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 20.666667%;
        max-width: 20.666667%;
    }
    .logo-footer {
        width: 70%;
        height: auto;
    }
}