h3 {
    color: #fff;
    text-align: center;
    margin-left: 20vw;
    margin-right: 20vw;
    font-family: sfheavy;
    font-size: 30px
}

@media only screen and (max-width:600px) {
    h3 {
        font-size: 20px;
        margin-left: 5vw !important;
        margin-right: 5vw !important
    }
}

.band {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 20px
}

h1 {
    line-height: 1 !important;
}

@media (min-width:30em) {
    .band {
        grid-template-columns: 1fr 1fr
    }
    h1 {
        line-height: 1 !important;
    }
    
}

@media (min-width:60em) {
    .band {
        grid-template-columns: repeat(5, 1fr)
    }
}

.card {
    background: 0 0;
    text-decoration: none;
    color: #fff;
    border-radius: 100px;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    position: relative;
    top: 0;
    transition: all .1s ease-in
}

.card article {
    padding-top: 10px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.card h1 {
    font-size: 20px;
    margin: 0;
    color: #fff;
    text-align: left;
    font-family: 'sflight';
    font-size: 16px
}

.card p {
    flex: 1;
    line-height: 1.4
}

.card span {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .05em
}

.card .thumb {
    padding-bottom: 60%;
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    background-size: 100% 100%
}

.thumb:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    cursor: pointer
}

.ch {
    height: 90px
}

@media only screen and (max-width:1024px) {
    h1 {
        line-height: 1
    }

    .ch {
        height: 100px
    }
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none;
    color: #fff
}

.laptop {
    display: block;
}

.mobile {
    display: none;
}

@media only screen and (max-width:600px) {
    .laptop {
        display: none;
    }

    .mobile {
        display: block;
    }
}

/*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;
}
