﻿footer {
    background-color: #c5e5f2;
    position: relative;
}

footer > img.arrow {
    position: absolute;
    top: 0;
    right: 362px;
}

footer .summary-footer {
    background-color: #f6f4f4;
    padding: 48px;
    color: #6e6e6e;
}

footer .summary-footer hr {
    border-color: #c0bebe;
}

footer .newsletter-footer {
    background-color: #c5e5f2;
}

    footer .newsletter-footer img {
        width: 100%;
    }

    footer .newsletter-footer .text-center a {
        margin: 35px 0px;
    }

footer .social-networkings a {
    padding-right: 5px; 
}

footer .social-networkings img{
    height: 35px;
}

footer .summary-nav {
    /*padding-top: 35px;*/
    /*max-width: 580px;*/
    padding-right: 0;
    padding-left: 50px;
}

footer .summary-nav ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    /*display: inline-block;*/
}

/*footer .summary-nav ul:not(:last-child) {
    margin-right: 39px;
}*/

footer .summary-nav ul a,
footer .summary-nav .summary-table a {
    font-weight: bold;
    color: #6e6e6e;
    font-size: 19px;
    font-weight: 500;
    line-height: 35px;
}

footer .summary-nav .summary-table {
    width: 100%;
}

footer .summary-nav .summary-table.md {
    display: none;
}

footer .lower {
    color: #9d9b9b;
    font-size: 11px;
}

footer .nearest-unit {
    color: white;
    background-color: #6cf;
}

footer .nearest-unit .unit-name {
    font-size: 24px;
    display: block;
    font-weight: 500;
}

footer .nearest-unit .unit-address {
    font-size: 24px;
    display: block;
    font-weight: 500;
}

footer .nearest-unit .unit-phone {
    font-size: 24px;
    display: block;
    font-weight: 500;
}

footer .nearest-unit .unit-phone:not(.show) .hidden-phone {
    display: none;
}

footer .nearest-unit .unit-phone.show #showphone {
    display: none;
}

footer .nearest-unit .unit-phone img {
    margin-right: 10px;
}

footer .nearest-unit .unit-phone a {
    color: #03435b;
    font-size: 15px;
}

footer .nearest-unit .text-icon {
    color: #03435b;
    margin-right: 24px;
    display: inline-block;
    text-align: left;
}

footer .nearest-unit .text-icon:last-child {
    margin-right: 0;
}

footer .nearest-unit .text-icon img {
    float: left;
    margin-right: 10px;
    /*margin-top: 10px;*/
}

footer .nearest-unit .text-cont {
    display: inline-block;
    line-height: 16px;
    font-size: 15px;
    font-weight: 500;
}

#faleConoscoFooter {
    padding: 15px 56px;
    border-radius: 30px;
    margin-bottom: 20px;
}

#assinarFooter {
    font-size: 23px;
    padding: 2px 24px;
}

#encontreUmaUnidade {
    padding: 8px 57px;
    border-radius: 30px;
    line-height: 25px;
    font-weight: 500;
    color: white;
    border-width: 2px !important;
    border-color: white !important;
}

#encontreUmaUnidade:hover{
    text-decoration: underline;
}

.newsletter-footer input[type=text],
.newsletter-footer input[type=email] {
    border-color: #53c2ec;
    font-size: 12px;
    font-weight: 500;
    padding: 5px 10px;
}

.newsletter-footer .custom-checkbox label, .newsletter-footer .aceito-receber > span {
    color: #03435b;
    font-size: 12px;
    font-weight: bold;
}

.newsletter-footer .custom-checkbox label::before, .newsletter-footer .aceito-receber .custom-control-label::before {
    border: 1px solid #53c2ec;
    background-color: white;
    top: 0;
}

.newsletter-footer .aceito-receber .custom-control-label {
    color: #03435b;
}

.newsletter-footer .aceito-receber .custom-control-label::before,
.newsletter-footer .aceito-receber .custom-control-label::after {
    top: 2px;
}

.newsletter-footer .custom-checkbox label::after {
    top: 0;
}

.summary-footer .kumon-img {
    margin-bottom: 19px;
}

.summary-footer .precisa-de-ajuda {
    margin-bottom: 13px;
}

.summary-footer .ou-ligue {
    font-weight: 500;
    font-size: 18px;
}

footer .summary-footer {
    width: 100%;
    display: inline-block;
}

footer .newsletter-footer {
    width: 395px;
    display: inline-block;
    vertical-align: top;
}

footer .newsletter-footer h4 {
    font-size: 17px;
    font-weight: 900;
}

footer .summary-nav.termos ul a {
    font-size: 14px;
    font-weight: 500;
}

footer .footer-kumon-rights {
    font-size: 14px;
    font-weight: 500;
    padding: 12px 0;
    color: #b4b4b4;
}

footer .fale-conosco-container {
    display: inline-block;
    text-align: center;
}

footer .unidade-mais-proxima-text h1 {
    font-size: 35px;
    font-weight: 900;
}

footer .unidade-mais-proxima-text unit-name {
    font-weight: 500;
    font-size: 24px;
}

footer .unidade-mais-proxima-text unit-name,
footer .unidade-mais-proxima-text unit-address,
footer .unidade-mais-proxima-text unit-phone {
    font-weight: 500;
    font-size: 24px;
}

.minh-40 {
    min-height: 40px;
}

.summary-footer .summary-footer-layout .details-div {
    display: inline-block;
    width: 290px;
    vertical-align: middle;
}

.summary-footer .summary-footer-layout .table-div {
    display: inline-block;
    width: calc(100% - 290px);
    vertical-align: middle;
}

@media (max-width: 1279px) {
    footer .summary-nav .summary-table.md {
        display: table;
    }

    footer .summary-nav .summary-table.lg {
        display: none;
    }
}

@media (max-width: 1024px) {
    .summary-footer .summary-footer-layout .table-div {
        padding-left: 0;
    }
}

@media (max-width: 991px) {
    .summary-footer .summary-footer-layout .details-div {
        width: 100%;
        text-align: center;
    }

    .summary-footer .summary-footer-layout .table-div {
        display: none;
    }
}

@media (max-width: 768px) {
    #faleConoscoFooter {
        padding: 15px 50px;
    }

    footer > img.arrow {
        right: 35px;
    }

    footer .summary-nav {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (max-width: 576px) {

    #encontreUmaUnidade {
        padding: 8px 5px;
        color: #036;
        width: 100%;
        font-size: 16px;
        height: 40px;
    }

    footer {
        text-align: center;
    }

    footer .summary-footer {
        padding: 24px;
    }

    footer .nearest-unit .unit-name {
        font-size: 30px;
    }

    footer .nearest-unit .unit-address {
        font-size: 24px;
    }

    footer .nearest-unit .text-icon {
        margin-top: 12px;
    }

    footer .buscar-unidade > .btn.btn-rounded {
        font-size: 26px;
        font-weight: 900;
        padding: 2px 40px;
        border-radius: 42px;
    }

    footer .summary-footer {
        width: 100%;
        display: block;
    }
}

footer:not(.granted) .unidade-mais-proxima-text.geo,
footer.granted .unidade-mais-proxima-text:not(.geo),
footer:not(.granted) .buscar-unidade h4 {
    display: none;
}

footer:not(.granted) .buscar-unidade button {
    margin-top: 36px !important;
}

body.franquia-layout footer .nearest-unit {
    position: relative;
    padding: 12px !important;
}

body.franquia-layout footer .nearest-unit > div {
    display: none;
}

footer .nearest-unit > .arrow {
    display: none;
}

body.franquia-layout footer .nearest-unit > .arrow {
    display: inline-block;
    position: absolute;
    bottom: -33px;
    right: 362px;
}

#whatsapp-number {
    background: #00a859;
    border-color: #00a859;
}

#whatsapp-number, #phone-call {
    font-size: 16px;
    padding: 12px 20px;
    width: 100%;
    border-radius: 10px;
    border-color: white;
    font-weight: bold;
}

    #whatsapp-number img, #phone-call img {
        width: 30px;
        height: 30px;
        display: block;
        margin-bottom: 5px;
    }