﻿.bg-gold {
    background: #ba8c49;
}

.line-height-normal {
    line-height: normal;
}

.float-right {
    float: right;
}

.lp-btnWhatsapp {
    background: rgba(37, 211, 102, 0.9);
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    padding: 10px 20px;
    margin: 40px auto 20px auto;
    border-radius: 5px;
    transition: opacity ease-in-out .50s;
}

    .lp-btnWhatsapp:hover {
        background: rgba(37, 211, 102, 1);
        color: #ffffff !important;
    }

/*--START--*/
.lp-start h3 {
    font-size: 25px;
    line-height: 1.2;
    color: #460000;
}

.lp-start h5 {
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: normal;
    color: #000000;
    margin: 20px 0;
}

/*--DIREITO--*/
.lp-direito h2 {
    font-style: normal;
    margin: 0;
}

.lp-direito h4 {
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-size: 22px;
    margin-bottom: 10px;
}

.lp-direito h5 {
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-size: 24px;
}

.lp-direito .lp-square {
    background: #460000;
    max-width: 850px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-around;
    padding: 20px;
    margin: 0 auto;
}

    .lp-direito .lp-square ul {
        width: 100%;
        max-width: 350px;
        text-align: left;
        margin: 20px;
    }

        .lp-direito .lp-square ul li {
            font-size: 20px;
            color: #ffffff;
            margin: 15px 0;
        }

            .lp-direito .lp-square ul li i {
                font-size: 30px;
                color: #ffffff;
                margin-right: 14px;
            }

/*--ATENDIMENTO--*/
.lp-atendimento h3 {
    font-size: 42px;
    line-height: 1.2;
    color: #ffffff;
}

    .lp-atendimento h3 span {
        color: #460000;
        padding: 0;
        margin: 0;
    }

.lp-atendimento h5 {
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-size: 40px;
    font-weight: normal;
    color: #ffffff;
}

/*--PORQUE--*/
.lp-porque h2 {
    font-style: normal;
    margin: 0;
}

.lp-porque .lp-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 70px auto;
}

    .lp-porque .lp-item i {
        font-size: 60px;
        color: #ffffff;
        margin-right: 50px;
    }

    .lp-porque .lp-item div {
        max-width: 500px;
    }

        .lp-porque .lp-item div h4 {
            font-size: 30px;
            text-align: left;
            margin-bottom: 8px;
        }

        .lp-porque .lp-item div h5 {
            font-family: "Lato", Helvetica, Arial, sans-serif;
            font-size: 28px;
            font-weight: normal;
            text-align: left;
            line-height: normal;
            color: #ffffff;
            margin: 0;
        }

/*--WhatsApp--*/
.btnWhatsApp2 {
    background: #25d366;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 100px;
    right: 40px;
    border-radius: 50px;
    text-align: center;
    z-index: 2;
}

    .btnWhatsApp2 i {
        font-size: 22px;
        color: #ffffff;
        padding-left: 1px;
        margin-top: 9px;
    }

    .btnWhatsApp2::after {
        z-index: -1;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 40px;
        height: 40px;
        -webkit-animation: ripple 1.6s ease-out infinite;
        -moz-animation: ripple 1.6s ease-out infinite;
        -o-animation: ripple 1.6s ease-out infinite;
        animation: ripple 1.6s ease-out infinite;
        opacity: 0;
        background-image: -moz-linear-gradient(0deg, #25d366 0%, #25d366 100%);
        background-image: -webkit-linear-gradient(0deg, #25d366 0%, #25d366 100%);
        background-image: -ms-linear-gradient(0deg, #25d366 0%, #25d366 100%);
        border-radius: 100%;
    }

@keyframes ripple {
    0%, 35% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
    }
}

@media screen and (max-width: 991px) {
    .lp-start {
        text-align: center;
    }

    .lp-direito .lp-square .lp-square1 {
        margin-bottom: -5px;
    }

    .lp-direito .lp-square .lp-square2 {
        margin-top: -5px;
    }

    .lp-atendimento h3, .lp-atendimento h5 {
        font-size: 30px;
    }

    .lp-porque .lp-item div h4 {
        font-size: 24px;
    }

    .lp-porque .lp-item div h5 {
        font-size: 18px;
    }

    footer img {
        width: 310px !important;
    }

    footer p {
        font-size: 15px !important;
    }

    footer address {
        float: none !important;
    }
}

@media screen and (max-width: 575px) {
    .btnWhatsApp2 {
        right: 15px;
        bottom: 78px;
    }
}