@font-face {
    font-family: Poppins;
    src: url(../siteFonts/Poppins-Regular.ttf);
}

@font-face {

    font-family: Poppins-bold;
    src: url(../siteFonts/Poppins-Bold.ttf);
}

html, body {
    font-size: 14px;
    max-width: 100%;
    overflow-x: hidden;
}

h1, h2, p, a, li {
    font-family: Poppins;
}

.home span:not(.fa, .fab, .fal, .far, .fas), span.boldSpan, strong, b {
    font-family: Poppins-Bold;
}

.auhappy-title {
    color: #fff;
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
}

a {
    text-decoration: none;
}

.titulo {
    padding: 175px 0;
}

.auhappy-txt {
    color: #fff;
}

.auhappy-title-2 {
    color: #4f4993;
    font-weight: 700;
}

.auhappy-txt-2 {
    color: #4f4993;
}

.auhappy-title-3 {
    color: #d9ff2a;
    font-weight: 700;
}

.auhappy-txt-3 {
    color: #d9ff2a;
}

.auhappy-bar {
    background-color: #d9ff2a;
}

#banner {
    background-image: url(../siteImg/banner-home.jpg);
    background-size: cover;
    background-position-y: -15px;
}

.banner-title {
    font-weight: 200;
    font-size: 50px;
    margin-left: 150px;
}

#sessao-1 {
    padding-top: 50px;
    background-image: url(../siteImg/cinza-min.png);
}

.sessao-1-txt {
    margin: 25px 0px;
}

.sessao-1-img {
    margin-left: -230px;
    width: 180%;
}

.sessao-1-btn {
    margin-top: 100px;
}

ul.sessao-1-list li.list-item {
    list-style-type: none;
    color: #4f4993;
    font-weight: 700;
    font-size: 22px;
    padding-top: 10px;
}

#sessao-2 {
    padding: 50px;
    background-image: url(../siteImg/roxo-min.png);
}

.sessao-2-img {
    width: 150%;
    margin-left: -150px;
}

.sessao-2-txt {
    margin-bottom: 25px;
}

#beneficios {
    background-image: url(../siteImg/cinza-min.png);
    padding: 50px;
}

.beneficio {
    background-color: #4f4993;
    padding: 20px 20px 0px 20px;
    border-radius: 22px;
    margin-bottom: 10px;
    height: 100%;
}

.beneficio-title {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 700;
}

.beneficio-txt {
    margin-top: 15px;
}

.beneficio-itens {
    margin-bottom: 10px;
}

img.beneficio-icon {
    width: 90%;
}

#sessao-2 {
    padding: 50px;
}

#sessao-3 {
    padding: 50px;
}

.sessao-3-img {
    width: 160%;
    margin-left: -200px;
}

#conheca-auhappy {
    padding: 50px;
}

.conheca-auhappy-img {
    width: 100%;
}

#sessao-4 {
    padding: 50px;
    background-color: #4f4993;
}

.sessao-4-right{
    margin-left: 20px;
}

.sessao-4-img {
    width: 130%;
    margin-left: -40px;
}

.sessao-4-title {
    margin-bottom: 60px;
}

#banner-2 {
    background-image: url(../siteImg/banner-2-min.png);
    background-size: cover;
}

.banner-2-title {
    padding: 150px 0px;
    font-size: 50px;
}

#banner-3 {
    background-image: url(../siteImg/banner-3-pets-min.jpg);
    background-size: cover;
    background-position-y: -200px;
}

.banner-3-title {
    padding: 150px 0px;
    font-size: 60px;
}

.banner-3-botao {
    margin-bottom: -20px;
}

#vamos-conversar {
    padding: 50px;
    background-color: #d9ff2a;
}

.botao-principal {
    background-color: #d9ff2a;
    color: #4f4993;
    padding: 10px 15px;
    border-radius: 5px;
    border: none;
    font-weight: 700;
}

.botao-principal:hover {
    background-color: #4f4993;
    color: #d9ff2a;
    text-decoration: none;
    transition: 0.3s;
}

.botao-secundario {
    background-color: #4f4993;
    color: #d9ff2a;
    padding: 10px 15px;
    border: 3px;
    font-weight: 700;
}

.botao-secundario:hover {
    background-color: #d9ff2a;
    color: #4f4993;
    text-decoration: none;
    transition: 0.3s;
}

#depoimentos {
    padding: 50px;
}

#planos {
    padding: 50px;
}

.plano-card-1 {
    height: 400px;
    width: 100%;
    background-image: url(../siteImg/plano-1-min.svg);
    background-size: cover;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.plano-miau-card-1 {
    height: 400px;
    width: 100%;
    background-image: url(../siteImg/plano-miau-1.png);
    background-size: cover;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.plano-card-2 {
    height: 400px;
    width: 100%;
    background-image: url(../siteImg/plano-2-min.svg);
    background-size: cover;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 15px;
}

.plano-miau-card-2 {
    height: 400px;
    width: 100%;
    background-image: url(../siteImg/plano-miau-2.png);
    background-size: cover;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.plano-card-3 {
    height: 400px;
    width: 100%;
    background-image: url(../siteImg/plano-3-min.svg);
    background-size: cover;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}


.plano-miau-card-3 {
    height: 400px;
    width: 100%;
    background-image: url(../siteImg/plano-miau-3.png);
    background-size: cover;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 15px;
}

.plano-botao {
    margin-left: 20%;
    margin-top: -25px;
    margin-bottom: 25px;
    width: 50%;
}

#card1 {
    margin-right: 70px;
    margin-left: -70px;
}

#card3 {
    margin-right: -70px;
    margin-left: 70px;
}

#planos a.carousel-control-prev {
    border-radius: 11%;
    background-color: #d9ff2a;
    width: 46px;
    height: 46px;
    font-size: 30px;
    text-align: center;
    line-height: 40px;
    margin-top: 200px;
    opacity: 1;
    transform: translate(-50%, -60%);
    color: #4f4993;
}

#planos a.carousel-control-next {
    border-radius: 11%;
    background-color: #4f4993;
    width: 46px;
    height: 46px;
    font-size: 30px;
    text-align: center;
    line-height: 40px;
    margin-top: 200px;
    opacity: 1;
    transform: translate(50%, -60%);
    color: #d9ff2a;
}


/* Depoimentos */

#depoimentos {
    padding: 25px 0px 25px 0px;
    background-color: #d9ff2a;
}

textarea::-webkit-scrollbar {
    width: 3px;
}

textarea::-webkit-scrollbar-track {
    background-color: #868686;
}

textarea::-webkit-scrollbar-thumb {
    background-color: rgb(255, 255, 255);
    outline: 1px solid rgb(255, 255, 255);
}

.form-control {
    background-color: transparent !important;
    border: transparent !important;
    color: #ffffff;
    font-size: 0.9rem;
    margin: 0px;
    padding: 0px 5px 0px 0px;
    width: 277px;
}

textarea {
    resize: none;
}

.tag {
    text-align: center;
    font-size: 1.1rem;
}

.fa-heart {
    color: #4f4993;
    font-size: 30px;
}

.titulo {
    color: #4f4993;
}

.card-depoimento {
    background-color: #4f4993;
    height: 320px;
    padding: 10px 20px;
    border: none;
    box-shadow: -1px 3px 5px #a7a7a7;
}

.pt-1 {
    color: #d9ff2a;
}

.testimonial {
    font-size: 0.9rem;
    line-height: 1.4rem;
    font-weight: 500;
    color: #ffffff;
}

.active-star {
    color: #d9ff2a;
    font-size: 0.7rem;
    margin-bottom: 8px;
}

.active-star:hover {
    color: #9ab427;
    cursor: pointer;
}

.profile {
    padding-top: 10px;
}

.name {
    color: #ffffff;
    font-weight: 700;
}

.designation {
    color: #ffffff;
    font-size: 0.84rem;
    font-weight: 600;
}

.owl-carousel {
    margin-bottom: 15px;
}

.owl-carousel .owl-stage-outer {
    padding: 40px 10px;
    height: 380px;
}

.owl-carousel .owl-item img {
    width: 45px !important;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
}

.owl-theme .owl-nav [class*='owl-'] {
    border-radius: 50% !important;
    background: inherit !important;
    border: 3px solid #bbb;
    color: #bbb !important;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    border: 3px solid #4f4993;
    color: #4f4993 !important;
}

.pet-img {
    margin-right: 10px !important;
}

.slider-bg-mobile {
    display: none;
}

.slider-bg-1-mobile {
    display: none;
}

.vamos-btn {
    margin: 25px 0px;
}

/* MOBILE */
@media screen and (min-width: 200px) and (max-width: 470px) {
    .titulo {
        padding: 50px 0px 150px 0px !important;
    }
    h1.auhappy-title.banner-title {
        margin: 200px 1px 1px 60px !important;
        font-size: 45px;
    }
    #banner {
        background-position-x: -300px !important;
    }
    .sessao-2-img {
        margin-left: -60px !important;
    }
    #banner-3 {
        background-position-x: -150px !important;
    }

    .plano-card-1, .plano-card-2, .plano-card-3{
        border-top-left-radius: 1px;
        border-top-right-radius: 1px;
    }

    .plano-miau-card-1, .plano-miau-card-2,
    .plano-miau-card-3{
        border-top-left-radius: 1px;
        border-top-right-radius: 1px;
        background-position-x: -60px !important;
    }
}
@media screen and (min-width: 200px) and (max-width: 991px) {
    .br {
        display: none;
    }

    .owl-item {
        width: 650px;
    }

    textarea.form-control {
        width: 600px;
        font-size: 30px;
    }

    p.designation {
        font-size: 25px;
    }

    .name {
        font-size: 40px;
    }

    .vamos-btn {
        margin-bottom: 0px;
    }

    img.pet-img.rounded-circle {
        width: 50px !important;
        height: 50px;
    }

    .main.font-weight-bold.pb-2.pt-1 {
        font-size: 40px;
    }

    div#depoimentos {
        height: 850px;
    }

    .owl-carousel .owl-stage-outer {
        height: 550px;
    }

    .tag {
        text-align: center;
        font-size: 45px;
    }

    .active-star {
        font-size: 30px;
    }

    textarea.form-control {
        width: 50%;
        font-size: 14px;
    }

    .name {
        font-size: 14px;
    }

    .designation {
        font-size: 8px;
    }

    .plano-botao {
        width: 100%;
    }

    textarea.form-control {
        height: 100%;
    }

    .banner-title {
        margin-left: 25px;
    }

    .sessao-2-img {
        margin-left: -140px;
    }

    img.sessao-3-img {
        width: 110%;
        margin-left: -30px;
        padding: 50px 0px;
    }

    .sessao-4-right{
        margin-left: 0px;
    }

    .sessao-1-img {
        width: 140%;
        margin-left: -110px;
        padding: 50px 0px 0px 0px;
    }

    img.conheca-auhappy-img {
        margin: 50px 0px 0px 0px;
    }

    button.botao-principal.plano-botao {
        margin-left: 0px;
    }

    .vamos-conversar-txt {
        margin: 40px 0px;
    }

    .vamos-conversar-title {
        margin: 0px 0px 20px 0px;
    }

    .slider-bg {
        display: none;
    }

    .slider-bg-1 {
        display: none;
    }

    .slider-bg-mobile {
        display: block;
    }

    .slider-bg-1-mobile {
        display: block;
    }

    #sliderproduct a.carousel-control-next {
        transform: translate(0%, -60%) !important;
    }

    #sliderproduct a.carousel-control-prev {
        transform: translate(0%, -60%) !important;
    }

    #sliderplan a.carousel-control-next {
        transform: translate(0%, -60%) !important;
    }

    #sliderplan a.carousel-control-prev {
        transform: translate(0%, -60%) !important;
    }
    #sliderplan2 a.carousel-control-next {
        transform: translate(0%, -60%) !important;
    }

    #sliderplan2 a.carousel-control-prev {
        transform: translate(0%, -60%) !important;
    }

    #sliderplan3 a.carousel-control-next {
        transform: translate(0%, -60%) !important;
    }

    #sliderplan3 a.carousel-control-prev {
        transform: translate(0%, -60%) !important;
    }

    #card1 {
        margin-right: 0px;
        margin-left: 0px;
    }

    #card3 {
        margin-right: 0px;
        margin-left: 0px;
    }

    div#slider {
        width: 90%;
        margin-left: 15px;
    }

    #banner {
        background-image: url(../siteImg/banner-home.jpg);
        background-size: cover;
    }

    .titulo {
        padding: 50px 0px 290px 0px;
    }

    #banner-2 {
        background-image: url(../siteImg/banner-2-mobile-min.png);
        background-size: cover;
    }

    #banner-3 {
        background-image: url(../siteImg/banner-3-pets-min.jpg);
        background-size: cover;
        background-position-y: -0px;
    }

    a.nav-link {
        text-align: center;
    }
}