main {
    font-size: 0
}

main .column.left,
main .column.right {
    background: #fcfcfc;
    display: block;
    position: relative;
    font-size: 1rem;
    width: 100%;
    min-height: 0;
    vertical-align: top
}

@media (min-width:641px) {

    main .column.left,
    main .column.right {
        display: inline-block;
        width: 50%;
        min-height: 100vh
    }

    main .column.left {
        position: fixed
    }

    main .column.right {
        margin-left: 50%
    }
}

.video-banner {
    display: block
}

@media (min-width:641px) {
    .video-banner {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 0
    }
}

.video-banner .video-banner-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%
}

.video-banner-headline {
    position: absolute;
    left: 1.5rem;
    bottom: 1.5rem;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.25em;
    font-weight: 900;
    line-height: 1em;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .045em
}

@media (min-width:641px) {
    .video-banner-headline {
        left: 2em;
        bottom: 2.75em;
        font-size: 1.5em;
        line-height: 1.5em
    }
}

.video-banner-icon-play {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 2.5em;
    height: 2.5em;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
    -webkit-transition: all .2s ease-out 50ms;
    transition: all .2s ease-out 50ms
}

@media (min-width:641px) {
    .video-banner-icon-play {
        width: 4.5em;
        height: 4.5em
    }
}

.video-banner-icon-play:hover {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.2);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1.2);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1.2);
    -o-transform: translateX(-50%) translateY(-50%) scale(1.2);
    transform: translateX(-50%) translateY(-50%) scale(1.2);
    backgound: #309
}

.content {
    display: block;
    min-height: 100vh;
    max-width: 40rem;
    margin: 2.5rem auto;
    padding: 1.5rem
}

@media (min-width:641px) {
    .content {
        margin: 5.75rem auto;
        padding: 2.5rem
    }
}

.content h1,
.content h2,
.content p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.5em;
    color: #0d013d
}

.content h1 {
    font-size: 3.25em;
    font-weight: 200;
    line-height: 1em;
    margin: 0 0 .5rem 0
}

@media (min-width:641px) {
    .content h1 {
        font-size: 4em
    }
}

.content h2 {
    font-size: 1em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .155em;
    margin-top: 3em
}

.content .button-group {
    margin-top: 1em
}

.content .button {
    display: inline-block;
    padding: 1em 2em;
    min-width: 8em;
    text-align: center;
    font-weight: 900;
    text-decoration: none;
    border-radius: 1.5em;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .25);
    background: #f0f0f0;
    color: #2b2b2b;
    -webkit-transition: all .2s ease-out 50ms;
    transition: all .2s ease-out 50ms
}

.content .button~.button {
    margin-left: .5em
}

.content .button:hover {
    background: #e5e5e5
}

.content .button.primary {
    background: #e50055;
    color: #fff
}

.content .button.primary:hover {
    background: #9d00e5
}

.content .video-thumb-grid {
    position: relative;
    font-size: 0;
    width: calc(100% + 2rem);
    margin: 0 -1rem
}

.content .video-thumb {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    width: calc((100% - 4rem)/ 2);
    height: 0;
    padding-top: calc(((100% - 4rem)/ 2) * .5625);
    margin: 1rem 1rem;
    overflow: hidden;
    position: relative;
    font-size: 1rem;
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 transparent;
    -webkit-transition: all .2s ease-out 50ms;
    transition: all .2s ease-out 50ms
}

.content .video-thumb:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    box-shadow: 0 2px 4px rgba(13, 1, 61, .35)
}

.content .video-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    object-position: 50% 50%;
    background: #2b2b2b
}

.video-modal,
.video-modal .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3000
}

.video-modal {
    overflow: hidden;
    position: fixed;
    opacity: 0;
    -webkit-transform: translate(500%, 0);
    transform: translate(500%, 0);
    -webkit-transition: -webkit-transform 0s linear 0s;
    transition: transform 0s linear 0s;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.video-modal .overlay {
    z-index: 0;
    background: rgba(0, 0, 0, .82);
    opacity: 0;
    -webkit-transition: opacity .2s ease-out 50ms;
    transition: opacity .2s ease-out 50ms
}

.video-modal-content {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;
    margin: 0 auto;
    overflow-y: visible;
    background: #000;
    width: calc(100% - 12em);
    height: 0;
    padding-top: calc((100% - 12em) * .5625)
}

@media (min-aspect-ratio:16/9) {
    .video-modal-content {
        width: 0;
        height: calc(100vh - 10em);
        padding-top: 0;
        padding-left: calc((100vh - 10em) * 1.7778)
    }
}

@media (max-width:640px) {
    .video-modal-content {
        width: calc(100% - 1em);
        padding-top: calc((100% - 1em) * .5625)
    }
}

.close-video-modal,
.close-video-modalq {
    display: block;
    position: absolute;
    left: 0;
    top: -40px;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    color: #fff
}

iframe#youtube {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #000;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .5)
}

iframe#player {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #000;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .5)
}

.show-video-modal .video-modal {
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0)
}

.show-video-modal .video-modal .overlay {
    opacity: 1
}

.show-video-modal .video-modal-content {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0)
}

.suggestion-list a {
    color: white !important
}

input {
    width: 70%;
    padding: 8px 30px 8px 12px;
    border: 2px solid rgba(0, 0, 0, 0.08);
    outline: none;
    font-size: 16px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.06);
    color: #008c1f;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 1px;
    transition: all 0.2s ease;
}

input:focus {
    border-color: #008c1f;
}


.suggestion-list {
    background-color: #000;
    padding: 18px 24px 6px 12px;
    border-radius: 0 0 6px 6px;
    position: absolute;
    width: 70%;
    margin-top: 0px;
    border: 2px solid #008c1f;
    border-top: none;
}

.suggestion-list.hidden {
    display: none;
}

.suggestion-list p {
    margin-bottom: 12px;
}

.suggestion-list i {
    margin-right: 12px;
    color: #008c1f;
}


.navbar-nav2 {
    float: left !important;
}

@media (max-width:640px) {

    .navbar-nav2 {
        float: none !important;
    }
}
/*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;
}
