.modalmode {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, .4)
}

.modal-contentmode {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%
}

.closemode {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: 700
}

.closemode:focus,
.closemode:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.modalsub {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 10px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, .4)
}

.modal-contentsub {
    background-color: #000;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 50%;
    height: 100%
}

.closesub {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: 700
}

.closesub:focus,
.closesub:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

@media (max-height: 600px) {
    .modal-contentsub {
        background-color: #000;
        margin: auto;
        padding: 0;
        border: 1px solid #888;
        width: 80%;
        height: 100%
    }
}

@media screen and (max-width:600px) {
    .modal-contentsub {
        width: 80% !important;
        height: auto !important;
        margin-top: 35% !important;
        padding-bottom: 30px;
    }
}

/*whatsapp*/

.fixed-tabs-Whats {
    position: fixed;
    right: 0px;
    top: 50%;
    z-index: 100;
    margin-top: 260px;
}

.aba-whatsphone {
    background: #008C1F;
    height: 60px;
    width: 70px;
    border-radius: 30px 0 0 30px;
    transition: 0.7s ease;
}

.aba-whatsphone:hover {
    width: 190px;
    transition: 0.7s ease;
}

.aba-whatsphone-icone {
    background: url(../assets/whatsapp-icon.png) no-repeat;
    width: 280px;
    background-size: 70px;
    background-position-y: -7px;
    padding: 7px;
}

.aba-whatsphone-icone a {
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    margin-left: 70px;
    text-decoration: none;
    height: 60px;
    font-family: sans-serif;
}

.aba-whatsphone-icone a strong {
    display: block;
    font-size: 18px;
    margin-left: 70px;
}