button:focus {
    outline: none;
}

button:hover {
    color: #fff !important;
    opacity: 0.8;
}

.banner_clinica {
    background-image: url('../images/clinicas/banner_clinicas.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 4% 3%;
}

.banner_clinica h1 {
    color: #FFC700;
    font-size: 43px;
    font-weight: 700;
}

.banner_clinica p {
    font-size: 21px;
    color: #fff;
    font-weight: 600;
}

.btn_verde_clinicas {
    background-color: #1F7732;
    color: #fff;
    font-size: 22px !important;
    font-weight: 700 !important;
    padding: 7px;
    border-radius: 15px !important;
}

.titulo_fundo_amarelo {
    display: flex;
    justify-content: center;
}

.titulo_fundo_amarelo h2 {
    color: #167DC1;
    font-weight: 700;
    font-size: 30px;
    background-color: #FFC700;
    padding: 10px;
    border-radius: 15px 15px 15px 0px;
}

.seja_lider img {
    width: 80%;
}

.seja_lider p {
    padding: 10px;
    font-size: 19px;
    font-weight: 600;
    text-align: justify;
}

.assista_video {
    background-image: url("../images/clinicas/fundo_cinza.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.assista_video p {
    font-size: 19px;
    font-weight: 600;
    text-align: center;
    color: #fff;
}

.sessao_azul {
    background-color: #106298;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 35px 10px 10px 10px;
    border-radius: 15px;
    margin: 10px;
    position: relative;
    height: 350px;
}

.sessao_azul img {
    position: absolute;
    top: -35px;
}

.sessao_azul p {
    font-size: 19px;
}

.app_oferece h2 {
    color: #167DC1;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
}

.app_oferece h2 span {
    background-color: #FFC700;
    padding: 3px;
    border-radius: 10px;
}

.card_tipo_4pets {
    margin: 0% 3%;
    padding: 3% 7%;
    background-color: #105687;
    border-radius: 29px;
}

.card_tipo_4pets h2 {
    font-size: 38px;
    margin-bottom: 5%;
    text-align: center;
    font-weight: 700;
    color: #167DC1;
}

.carousel_clinicas .card_individual {
    background-color: #EC9108;
}

.carousel_clinicas h4 {
    color: #167DC1;
}

.card_clinicas {
    background-color: #FCC104;
    display: block !important;
}

.card_individual {
    border-radius: 10px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0px 10px;
    height: 350px;
}

.card_individual h4 {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
}

.card_individual p {
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.app_business {
    padding-left: 30px !important;
    background-image: url('../images/clinicas/4petsapp_business.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.app_business h4 {
    color: #0ECF38;
    font-weight: 700;
    font-size: 23px;
}

.app_business p {
    font-size: 15px;
    color: #fff;
}

.div_planos {
    display: flex;
    justify-content: space-between;
}

.div_vantagem {
    padding: 2% 5%;
    display: flex;
    justify-content: center;
}

.conta_digital {
    padding: 0% 3%;
}

.conta_digital p {
    font-size: 21px;
    font-weight: 600;
    text-align: justify;
}

.conta_digital img {
    width: 80%;
}

.titulo_exclusividade {
    display: flex;
    justify-content: left;
}

.titulo_exclusividade h3 {
    margin: 0;
    font-weight: 700;
    font-size: 20px;
    color: #106298;
    background-color: #FFC700;
    padding: 1% 2%;
    text-align: left;
    border-radius: 26px 26px 0px 0px
}

.compre_kit {
    font-size: 25px !important;
}

.conteudo_exclusividade {
    background-color: #106298;
    padding: 2% 2%;
    border-radius: 0px 45px 45px 45px
}

.conteudo_exclusividade>h1 {
    color: #FFC700;
    font-weight: 700;
    font-size: 38px;
}

.conteudo_exclusividade>p {
    color: #fff;
    font-size: 38px;
    font-weight: 600
}

.kit_identificacao {
    border: 2px solid #FFC700;
    padding: 2% 0% 2% 2%;
    border-radius: 0px 45px 45px 45px
}

.kit_identificacao h5 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}

.kit_identificacao p {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
}

.contorno_inverso {
    background-color: #FFC700;
    color: #106298;
    padding: 1% 2%;
    font-weight: 700;
    font-size: 31px;
    border-radius: 0px 0px 0px 26px;
}

.depoimentos-card h4 {
    font-size: 23px;
    color: #FFC700;
    text-align: center;
    font-weight: 700;
}

.depoimentos-card h5 {
    font-size: 14px;
    color: #FFC700;
    text-align: center;
    font-style: italic;
    font-weight: 600;
}

.depoimentos-card p {
    font-size: 19px;
    color: #fff;
    text-align: justify;
    font-weight: 600;
}

.slick-next::before,
.slick-prev::before {
    content: none !important
}

.card_tipo_4pets .slick-prev {
    left: -49px
}

.card_tipo_4pets .slick-next {
    right: -49px
}

.slick-prev,
.slick-next {
    width: 40px !important;
}

.slick-prev img,
.slick-next img {
    width: 100%;
}

.card_tipo_4pets .slick-dots {
    margin-top: 20px;
}

.card_tipo_4pets .slick-dots li button {
    border: 2px solid #167DC1;
    border-radius: 50px;
    width: 15px !important;
    height: 15px !important;
}

.card_tipo_4pets .slick-dots .slick-active button {
    background-color: #167DC1;
    width: 20px !important;
    height: 20px !important;
}

#form_clinicas {
    background-image: url('../images/clinicas/fundo_form_clinicas.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2% 4%;
}

.div_form {
    width: 60%;
    padding: 4%;
}

.img_form {
    width: 40%;
    display: flex;
    justify-content: center;
}

.div_form label {
    color: #167DC1;
    width: 100%;
}

.div_form input {
    width: 78%;
    color: #000 !important;
    padding: 7px;
}

.input_submit {
    background-color: #1F7732;
    color: #fff;
    border-color: transparent;
    padding: 5px;
    border-radius: 10px;
    width: 78%;
    font-size: 24px;
    margin-top: 30px;
}

.cadastroPlataforma p {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.baixarApp p {
    font-size: 20px;
    font-weight: 600;
}

.baixarApp img {
    width: 100%;
}

.logoLoja {
    display: flex;
    flex-direction: column;
}

/* .banner_clinica .btn_kondui_pet {
    justify-content: center;
    margin-top: 10px;
}

.banner_clinica .btn_kondui_pet a {
    width: 40%;
} */

@media (max-width: 768px) {

    .banner_clinica .btn_kondui_pet {
        justify-content: center;
        margin-top: 10px;
    }

    #form_clinicas {
        background-color: #FCC104 !important;
        background-image: none;
    }

    .cadastroPlataforma p {
        margin-top: 10px;
        text-align: center;
    }

    .cadastroPlataforma>div {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .baixarApp p {
        text-align: center;
    }

    .baixarApp>.row>.col-md-5 {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .logoLoja {
        justify-content: center;
        align-items: center;
    }

    img {
        width: 100%;
    }

    p>img {
        width: auto;
    }

    p {
        font-size: 14px !important;
    }

    span>a>img,
    h2>img {
        width: 55px;
        margin-right: 5px;
    }

    .slick-slide {
        height: auto !important;
    }

    .card_tipo_4pets .slick-prev {
        left: -34px;
        z-index: 10;
    }

    .card_tipo_4pets .slick-next {
        right: -34px;
        z-index: 10;
    }

    .app_business img {
        width: auto !important;
    }

    .div_planos,
    .div_vantagem {
        flex-direction: column;
    }

    .btn_verde_clinicas {
        font-size: 14px !important;
    }

    .img_form {
        display: none;
    }

    .div_form {
        width: 100%;
        padding: 4%;
    }

    .div_form input,
    .input_submit {
        width: 100% !important;
    }

    .sessao_azul {
        height: auto;
    }

    .sessao_azul img {
        width: 50px;
    }

    .card_tipo_4pets button {
        margin-top: auto !important;
        width: auto !important;
    }

    .card_tipo_4pets .slick-dots {
        bottom: -30px;
    }

    form>p {
        text-align: center !important;
        margin-left: 0px;
    }

    .compre_kit {
        font-size: 23px !important;
    }

    .titulo_exclusividade h3,
    .contorno_inverso {
        border-radius: 20px 20px 0px 0px;
        text-align: justify;
        padding: 15px;
    }

    .contorno_inverso {
        border-radius: 0px 0px 0px 20px;
        font-size: 23px !important;
    }

    .kit_identificacao,
    .conteudo_exclusividade {
        border-radius: 0px 0px 45px 45px;
    }

    .conteudo_exclusividade button {
        border-radius: 20px;
        margin: 0px 10px;
    }

    .div_vantagem .slick-prev::before {
        content: "<" !important;
        font-weight: 900 !important;
        font-size: 40px !important;
        color: #167DC1 !important;
    }

    .div_vantagem .slick-next::before {
        content: ">" !important;
        font-weight: 900 !important;
        font-size: 40px !important;
        color: #167DC1 !important;
    }

    .card_individual img {
        width: 50%;
    }
}

.divcontato .inf {
    margin: 5px auto;
    padding: 0px;
}

.divcontato label {
    padding: 2px 0px;
}

@media only screen and (max-width: 760px) {
    #divBusinessMobile {
        display: block;
    }

    #divBusinessDesktop {
        display: none;
    }
}

.btn {
    white-space: pre-wrap !important;
}