html,
body {
    margin: 0px !important;
    padding: 0px !important;
    width: 100%;
    height: 100%;
    overflow: visible;
    font-family: "Open Sans", sans-serif;
}

a,
button,
li,
.form-group span .fa,
.teaser aside .content,
.teaser aside .box.fb .fa,
.teaser aside .box {
    -webkit-transition: all .5s cubic-bezier(.215, .61, .355, 1);
    -moz-transition: all .5s cubic-bezier(.215, .61, .355, 1);
    -o-transition: all .5s cubic-bezier(.215, .61, .355, 1);
    transition: all .5s cubic-bezier(.215, .61, .355, 1);
}

a,
a:focus,
a:visited,
a:hover {
    text-decoration: none;
    font-style: normal;
    color: #888;
}

section {
    position: relative;
}

section h1 {
    margin: 0 0 40px 0;
    font-size: 40px;
    text-align: center;
    color: #666;
}

.form-group span {
    display: inline-block;
    width: 100%;
    position: relative;
}

.form-group span input[type="password"] {
    padding-right: 30px;
}

.form-group span .fa-eye-slash,
.form-group span .fa-eye {
    position: absolute;
    cursor: pointer;
    right: 0px;
    top: 0px;
    padding: 14px;
    font-size: 20px;
    color: #FFF;
}

.teaser {
    background-position: center;
    background-size: cover;
    background-image: url(images/bg_teaser.jpg);
    height: 100vh;
    overflow: hidden;
}

.teaser main {
    width: 100%;
    min-height: 100%;
    background-color: rgba(51, 51, 51, .65);
}

.teaser .logo {
    background-color: #333;
    color: #7FABCC;
    display: inline-block;
    padding: 15px 30px;
}

.teaser .logo h1 {
    margin: 0;
    font-family: 'roboto 500';
    font-size: 80px;
}

.teaser .logo h1 small {
    font-family: 'roboto 100';
    font-size: 16px;
    display: block;
    text-align: right;
}

.teaser .intro {
    position: relative;
    background-color: #7FABCC;
    color: #FFF;
    font-family: 'roboto 400';
    padding: 20px;
    margin-top: 30px;
}

.teaser .intro::before {
    content: '';
    background-color: inherit;
    height: 100%;
    width: 100vw;
    position: absolute;
    right: 100%;
    top: 0;
}

@media(max-width:821px) {
    .teaser .intro::before {
        content: '';
        background-color: transparent;
        height: 100%;
        width: 100vw;
        position: absolute;
        right: 100%;
        top: 0;
    }
}

.teaser .intro h2,
.teaser .intro h3 {
    margin: 0;
    line-height: 1.5;
    text-shadow: 0 0 5px rgba(0, 0, 0, .6);
}

.teaser .intro h2 {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: solid 2px #FFF;
    font-size: 32px;
}

.teaser .intro h3 {
    font-size: 22px;
}

.teaser .services {
    margin-top: 30px;
}

.teaser .services .col-md-2 {
    padding-right: 5px;
    padding-left: 5px;
}

.teaser .services a {
    display: block;
    border-radius: 4px;
    padding: 8px 3px;
}

.teaser .services a:hover {
    background-color: rgba(0, 0, 0, .6);
}

.teaser .services img {
    width: 52px;
    height: auto;
}

.teaser .services h4 {
    position: relative;
    font-family: 'roboto 400';
    font-size: 15px;
    white-space: nowrap;
    color: #FFF;
}

.teaser .services h4::after {
    content: '';
    display: table;
    width: 100px;
    margin: 15px auto;
    background-color: #FFF;
    height: 1px;
}

.teaser .services p {
    margin: 0;
    font-family: 'roboto 200';
    font-size: 14px;
    color: #FFF;
}

.teaser aside {
    position: fixed;
    top: 0;
    right: 0;
    width: calc(33.333333% - 40px);
    height: calc(100% - 40px);
    display: inline-flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-end;
}

.teaser aside .box.fb,
.teaser aside .box.contato {
    box-sizing: border-box;
    padding-left: 30px;
    margin-left: calc(100% - 30px);
    margin-right: calc(-100% + 105px);
}

@media(max-width:821px) {

    .teaser aside .box.fb,
    .teaser aside .box.contato {
        box-sizing: border-box;
        padding-left: 30px;
        margin-left: 0;
        margin-right: -18px;
    }
}

.teaser aside .box.contato {
    margin-right: -90%;
}

@media(max-width:2560px) {
    .teaser aside .box.contato {
        margin-right: -68%;
    }
}

@media(max-width:821px) {
    .teaser aside .box.contato {
        margin-right: -19px;
    }

    .footer-texto {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

.teaser aside .box.fb:hover,
.teaser aside .box.contato:hover,
.teaser aside .box.open {
    margin-right: initial;
    margin-left: inherit;
}

.teaser aside .content {
    background-color: #333;
    padding: 10px;
    position: relative;
}

.teaser aside .box:hover .content {
    background-color: #444;
}

.teaser aside h5 {
    margin: 0;
    color: #FFF;
    font-size: 14px;
}

.teaser aside .box .content::before {
    transform: rotate(-90deg);
    white-space: nowrap;
    padding: 0 5px;
    font-family: 'roboto 400';
    font-size: 20px;
    color: #FFF;
    background-color: #7FABCC;
    line-height: 30px;
    right: 100%;
    top: 0;
    position: absolute;
}

.teaser aside .box.fb {
    display: inline-block;
    height: 98px;
}

.teaser aside .box.fb .content {
    padding: 23px 10px;
}

.teaser aside .box.fb .content::before {
    content: 'Facebook';
    transform: rotate(-90deg) translateX(-34px) translateY(33px);
}

.teaser aside .box.fb span {
    margin-right: 10px;
    font-size: 26px;
}

.teaser aside .box.fb .fa-circle {
    color: #FFF;
}

.teaser aside .box.fb:hover .fa-circle {
    color: #3b5998;
}

.teaser aside .box.fb .fa-facebook {
    color: #333;
}

.teaser aside .box.fb:hover .fa-facebook {
    color: #FFF;
}

.teaser aside .box.fb h5 {
    color: #7FABCC;
    display: inline-table;
    vertical-align: middle;
    font-size: 20px;
    font-family: 'roboto 400';
}

.teaser aside .box.contato .content::before {
    content: 'Fale Conosco';
    transform: rotate(-90deg) translateX(-50px) translateY(51px);
}

.teaser aside .box.contato .close {
    color: #CCC;
    visibility: hidden;
}

.teaser aside .box.contato.open .close {
    visibility: visible;
}

.teaser aside .box.contato h5 {
    font-size: 22px;
    font-family: 'roboto 400';
    margin: 0;
    margin-bottom: 20px;
}

.teaser aside .box.contato h5 small {
    font-size: 18px;
    color: inherit;
    display: block;
    margin-bottom: 5px;
}

.teaser aside .box.contato .form-control {
    background-color: transparent;
    font-family: 'roboto 200';
    color: #FFF;
    border-color: #7FABCC;
}

.teaser aside .box.contato .realperson-regen {
    color: #CCC;
}

.teaser aside .box.contato button {
    background-color: #7FABCC;
    color: #333;
    border-radius: 4px;
    font-family: 'roboto 300';
    font-size: 14px;
    padding: 0 10px;
    line-height: 2;
    border: none;
}

.teaser aside .box.address .content::before {
    content: 'Contato';
    transform: rotate(-90deg) translateX(-25px) translateY(25px);
}

.teaser aside .box.address ul {
    margin-bottom: 0;
}

.teaser aside .box.address li {
    padding: 3px 0;
}

.teaser aside .box.address li a {
    display: inline-block;
    padding-right: 8px;
    border-radius: 14px 2px 2px 14px;
}

.teaser aside .box.address li a:hover {
    background-color: #25d366;
}

.teaser aside .box.address span {
    font-size: 12px;
    margin-right: 10px;
}

.teaser aside .box.address .fa-circle {
    color: #7FABCC;
}

.teaser aside .box.address li a:hover .fa-circle {
    color: #FFF;
}

.teaser aside .box.address li a:hover .fa-whatsapp {
    color: #25d366;
}

.teaser aside .box.address h5 {
    display: inline-table;
    vertical-align: middle;
    font-family: 'roboto 200';
}

.teaser footer {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: #333333;
    color: #FFF;
    font-family: 'roboto 200';
    padding: 10px 0;
    font-size: 12px;
}

.teaser footer b {
    font-family: 'roboto 400';
    font-weight: normal;
}

.whatsapp-button {
    position: fixed;
    top: 10px;
    right: 20px;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.tooltip {
    background-color: #25d366;
    color: white;
    padding: 8px 12px;
    border-radius: 5px;
    position: absolute;
    right: 60px;
    opacity: 0;
    transform: translateX(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    white-space: nowrap;
    font-size: 14px;
}

.whatsapp-button:hover .tooltip {
    opacity: 1;
    transform: translateX(0);
}

.whatsapp-icon {
    width: 50px;
    height: 50px;
    background-color: #25d366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease;
}

.whatsapp-icon img {
    width: 30px;
    height: 30px;
}

.whatsapp-button:hover .whatsapp-icon {
    transform: scale(1.1);
}

@media(max-width:2560px) {
    .whatsapp-icon img {
        width: 45px;
        height: 45px;
    }

    .whatsapp-icon {
        width: 70px;
        height: 70px;
        background-color: #25d366;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
        transition: transform 0.2sease;
    }
}

@media(max-width:1920px) {

    .whatsapp-icon {
        width: 50px;
        height: 50px;
        background-color: #25d366;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
        transition: transform 0.2s ease;
    }

    .whatsapp-icon img {
        width: 30px;
        height: 30px;
    }
}

@media(max-width:1366px) {
    .whatsapp-icon {
        width: 50px;
        height: 50px;
        background-color: #25d366;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
        transition: transform 0.2s ease;
    }

    .whatsapp-icon img {
        width: 30px;
        height: 30px;
    }
}

@media(max-width:821px) {
    .whatsapp-button {
        position: fixed;
        top: 610px;
        left: 5px;
        display: flex;
        align-items: center;
        text-decoration: none;
        z-index: 100;
    }

    .whatsapp-icon {
        width: 50px;
        height: 50px;
        background-color: #25d366;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
        transition: transform 0.2s ease;
    }

    .whatsapp-icon img {
        width: 30px;
        height: 30px;
    }
}