.footer {
    width: 100%;
    min-height: 136px;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 5px 15px 3px rgba(0, 0, 0, 0.2);
    background-color: rgb(0, 0, 0, 0.8);
    box-shadow:
        0 0 5px #fff,
        0 0 5px #fff,
        0 0 5px #fff,
        0 0 5px var(--default),
        0 0 32px var(--default),
        0 0 32px var(--default),
        0 0 12px var(--default),
        0 0 15px var(--default);
}

.footer section {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.footer hr {
    width: calc(100% - 2px);
    margin: 0;
    opacity: 0.1;
    box-shadow: none;
}

.footer p {
    float: left;
    text-align: center;
    width: 100%;
    margin: 20px;
    font-size: 1rem;
    list-style-type: none;
    color: #fff;
}

.footerTop {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footerTop img {
    margin: 40px 0 35px 0;
}

.footerTop ul {
    display: flex;
    flex-direction: row;
    padding: 0 !important;
}

.footerTop a,
.footerTop a:focus,
.socialMedia:focus,
.socialMedia {
    outline: 0 !important;
    outline: none;
}

.socialMedia {
    width: 20px;
    height: 20px;
}

.footerTop li {
    color: #ffffff;
    margin: 5px;
}


.socialMedia:hover {
    cursor: pointer;
    outline: none;
    outline: 0 !important;
    outline: none;
    transform: scale(1.2);
}

.footerBotton {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.footerBotton p {
    font-size: 0.8em;
    margin-left: 0;
    margin-right: 0;
    width: auto;
    font-family: sans-serif;
}

.footerBotton ul {
    margin: 0;
    display: flex;
    flex-direction: row;
}

.footerBotton li {
    margin-right: 0;
    margin-left: 15px;
    font-family: sans-serif;

}

.footerBotton a {
    color: #ffffff;
    text-decoration: none;
    font-size: 0.8em;
    margin-right: 0;
}

.whats {
    font-size: 3.5rem;
    color: #ffffff;
    position: fixed;
    z-index: 1;
    bottom: 80px;
    right: 20px;
    transition: 0.5s ease-in-out;
    /*animation-name: whats;
    animation: whats .7s ease-in-out infinite alternate;*/
    text-shadow:
        0 0 2px #fff,
        0 0 2px #fff,
        0 0 2px #fff,
        0 0 5px var(--default),
        0 0 25px var(--default),
        0 0 25px var(--default),
        0 0 10px var(--default),
        0 0 12px var(--default);
}

.whats:hover {
    cursor: pointer;
    transform: scale(1.3);
    text-shadow:
        0 0 2px #fff,
        0 0 2px #fff,
        0 0 2px #fff,
        0 0 5px var(--default),
        0 0 32px var(--default),
        0 0 32px var(--default),
        0 0 12px var(--default),
        0 0 15px var(--default);
}

.icone2 {
    font-size: 17px;
    background-color: #fff;
    color: black;
    border-radius: 50%;
    padding: 2px;
    transition: 0.5s;
}

.icone {
    font-size: 23px;
    color: #ffffff;
}

.tes,
.tes2 {
    transition: 0.5s;
}

.tes2 {
    transition: 0.5s;
    padding: 3px 2px;
}

.tes2:hover {
    cursor: pointer;
    transform: scale(1.3);
}

.icone2:hover {
    cursor: pointer;
    transform: scale(1.3);
    box-shadow:
        0 0 10px var(--default),
        0 0 15px var(--default),
        0 0 20px var(--default);
}

.tes:hover {
    cursor: pointer;
    transform: scale(1.3);
    text-shadow:
        0 0 10px var(--default),
        0 0 15px var(--default),
        0 0 20px var(--default);
}

.footerCont {
    display: flex;
    align-items: center !important;
    justify-content: center;
    flex-direction: column;
}

.footerCont a {
    text-decoration: none;
    color: #ffffff !important;
    font-family: sans-serif;
    font-size: 0.8rem;
    line-height: 2;
    transition: .5s;
}

.footerCont a:hover {
    transform: scale(1.1);
    text-shadow:
        0 0 1px #fff,
        0 0 1px #fff,
        0 0 1px #fff,
        0 0 5px var(--default),
        0 0 15px var(--default),
        0 0 15px var(--default),
        0 0 8px var(--default),
        0 0 8px var(--default);
}

.contlat{
    position: fixed;
    left: 25px;
    top: calc(100vh / 2 - 200px);
    background-color: #000000cc;
    border-radius: 30px;
    box-shadow: 0px 0px 1px 0px #fff,
    0px 8px 10px 1px var(--default);
    transition: 0.5s ease-in-out;
    z-index: 1;
}

.contlat ul{
    display: flex;
    flex-direction: column;
    padding: 0;
}

.contlat li{
    margin: 12px 15px;
}

.top{
    z-index: 1;
    position: fixed;
    bottom: 15px;
    right: 25px;
    transition: 0.5s ease-in-out;
}

.topi{
    color: #fff;
    font-size: 3rem !important;    
    text-shadow:
        0 0 2px #fff,
        0 0 2px #fff,
        0 0 2px #fff,
        0 0 5px var(--default),
        0 0 25px var(--default),
        0 0 25px var(--default),
        0 0 10px var(--default),
        0 0 12px var(--default);
}


.top:hover {
    cursor: pointer;
    transform: scale(1.3);
    text-shadow:
        0 0 2px #fff,
        0 0 2px #fff,
        0 0 2px #fff,
        0 0 5px var(--default),
        0 0 32px var(--default),
        0 0 32px var(--default),
        0 0 12px var(--default),
        0 0 15px var(--default);
}

@media screen and (max-width: 1100px) {

    .top{
        right: 17px;
    }

    .contlat{
        display: none;
    }

    .whats {
        font-size: 3rem;
        right: 15px;
    }

    .footerTop {
        flex-direction: column;
    }

    .footerBotton {
        flex-direction: column-reverse;
        padding-top: 15px;
    }

    .footerTop img {
        margin-bottom: 5px;
        height: 30px;
        width: 74.39px;
        margin-top: 30px;
    }

    .footerTop ul {
        margin: 0;
        padding: 0;
        margin-bottom: 15px;
    }

    .footerBotton ul {
        margin: 0;
        display: flex;
        flex-direction: row;
        padding: 0;

    }

    .footerBotton li {
        margin-right: 0;
        margin: 5px;
        margin-bottom: 0px;
        line-height: 0px;
        font-size: 0.9rem;
    }

    .footer p {
        font-size: 0.7rem;
    }

    .footerCont {
        margin-bottom: 10px !important;
    }
}