.banner-cachorro-header, 
.itens-banner{
    display: flex;
    width: 100%;
    justify-content: center;
}

.itens-banner img{
    display: inline-block;
    max-width: 100%;
}

.linha-ventradent{
    display: flex;
    padding-top: 60px;
    background: #fff;
}

.itens-horizontal{
    display: flex;
    flex: 50%;
    flex-direction: row;
    justify-content: space-between;
}

.texto-produto sup{
    font-size: 25px;
    top: -25px;
    left: 4px;
    position: relative;
}

.texto-produto .imagem{
    text-align: left;
    margin-top: -15px;
}

.texto-produto{
    width: 46%;
    position: relative;
    color: #621766;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.texto-produto .cinza{
    color: #808080;
    font-size: 21px;
    max-width: 310px;
    line-height: 27px;
    display: inline-block;
    margin-top: 15px;
}

.texto-produto,
.imagem-produto{
    margin: 0px 43px;
    text-align: center;
}

.imagem-produto{
    width: 53%;
    margin-top: -110px;
    display: inline-block;
}

.texto-produto h1{
    display: flex;
    float: left;
    font-weight: bold;
}

.texto-produto p{
    font-weight: 300;
    color: #621766;
    text-align: left;
    z-index: 3;
}

.texto-produto p strong{
    font-size: 45px;
    line-height: 45px;
}

.cinza .clear-both{
    display: block;
}

.linha-ventradent a{
    position: relative;
    color: #fff;
    background: #621766;
    font-size: 18px;
    line-height: 22px;
    border-radius: 20px;
    padding: 10px 20px;
    margin-top: 0px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    bottom: -50px;
}

.linha-ventradent a.ativo{
    bottom: 60px;
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.texto-produto a:hover{
    background: #832188;
}

.texto-produto{
    position: relative;
    color: #621766;
}

.placa-bacteriana{
    position: relative;
    background: #EFEFEF;
}

.itens-placa{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 90px;
    padding-bottom: 90px;
}

.placa-texto{
    display: flex;
    width: 48%;
    flex-direction: column;
}

.placa-imagem{
    display: inline-block;
    width: 48%;
}

.placa-imagem img{
    width: 100%;
    display: inline-block;
}

.placa-texto h1{
    font-size: 32px;
    color: #621766;
    line-height: 42px;
    font-weight: bold;
    margin-left: 40px;
}

.clear{
    display: flex;
}

.itens-video-inner{
    display: flex;
    flex-direction: row;
    width: 100%;
}

.placa-texto p{
    display: flex;
    font-size: 16px;
    line-height: 25px;
    color: #000;
    margin: 25px 40px;
}

.video-moldura:before {
    content: ' ';
    position: absolute;
    top: 0px;
    background: #fff;
    width: 100%;
    height: 50%;
    z-index: 0;
}

.video-moldura{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.video-moldura .wrapper-1320{
    max-width: 1140px;
}

div.wrapper-800{
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.video-moldura iframe {
    z-index: 10;
    display: inline-block;
}

.item-borda{
    position: relative;
    z-index: 10;
}

.video-moldura .item-borda {
    /* background: url(../img/moldura-video.png) no-repeat center center; */
    /* padding: 30px 80px; */
}

.passos-escolha{
    display: flex;
    background: #fff;
    padding-top: 40px;
}

.itens-passos{
    display: flex;
    flex: 44%;
    padding: 0px 3%;
}

.itens-passos .item{
    display: flex;
    flex: 50%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}

.itens-passos .item .texto-passos{
    margin: 0px 20px 0px 40px;
}


.itens-passos .item .texto-passos p{
    font-size: 17px;
    line-height: 25px;
    color: #000;
}

.itens-passos .item .texto-passos p strong{
    color: #621766;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    display: inline-block;
}

.por-que-vetradent{
    display: flex;
    margin-top: 120px;
    background: #fff;
}

.por-que-vetradent img{
    width: 100%;
    display: inline-block;
}

.por-que-vetradent h1{
    font-size: 32px;
    line-height: 54px;
    color: #621766;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}

.trio-itens,
.duo-itens{
    display: flex;
    flex: 1 1 100%;
    flex-direction: row;
}

.trio-itens .item,
.duo-itens .item{
    display: flex;
}

.trio-itens .item{
    width: 33.333333333%;
    flex-direction: column;
}

.duo-itens .item{
    width: 50%;
    flex-direction: column;
}

.trio-itens .item .cores{
    padding: 7% 14%;
    min-height: 200px;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.duo-itens .item .cores{
    padding: 0% 14%;
    min-height: 250px;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.trio-itens .item:nth-child(1) .cores{
    background: #1BABB2;
}

.trio-itens .item:nth-child(2) .cores{
    background: #621766;
}

.trio-itens .item:nth-child(3) .cores{
    background:#6BC0FA;
}

.duo-itens .item:nth-child(1) .cores{
    background: #087BC1;
}

.duo-itens .item:nth-child(2) .cores{
    background: #621766;
}

.trio-itens .item h2{
    font-size: 33px;
    line-height: 39px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 25px;
}

.duo-itens .item h2{
    font-size: 33px;
    line-height: 39px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 25px;
}

.trio-itens .item .menor{
    font-size: 26px;
}

.duo-itens .item .menor{
    font-size: 26px;
}

.trio-itens .item p{
    font-size: 17px;
    line-height: 22px;
    color: #fff;
}

.duo-itens .item p{
    font-size: 17px;
    line-height: 22px;
    color: #fff;
}

.eficacao-comprovada{
    display: flex;
    flex-direction: column;
    padding: 85px 0px;
}

.eficacao-comprovada h1{
    font-size: 32px;
    color: #621766;
    line-height: 42px;
    font-weight: bold;
    margin-left: 40px;
    text-align: center;
    margin-bottom: 60px;
}

.texto-comprovada{
    background: #621766;
    display: flex;
    width: 90%;
    padding: 5%;
    flex-direction: column;
    position: relative;
}

.texto-comprovada:before{
    content: ' ';
    position: absolute;
    width: 90%;
    top: -55px;
    height: 100px;
    background: url(/common/default/img/check-item.png) no-repeat center center;
}

.texto-comprovada p{
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 20px;
}

.texto-comprovada p:last-child{
    margin-bottom: 0px;
}

.texto-comprovada a{
    font-weight: bold;
}

.texto-exterior{
    border: 2px solid #621766;
    padding: 20px 0px;
}

.ebook-baixe{
    padding: 60px 0px;
    background: url(/common/default/img/bg-baixe-ebook.jpg) no-repeat center center #EFEFEF;
}

.bg-gato-fundo{
    display: flex;
    flex-direction: row;
}

.baixar-ebook-box{
    max-width: 360px;
    width: 100%;
    margin-left: 30px;
    margin-top: 25px;
}

.baixar-ebook-box .baixe-ebook{
    font-size: 38px;
    font-weight: bold;
    color: #000;
}

.baixar-ebook-box .baixe-ebook .bg-roxo{
    background: #621766;
    color: #fff;
    text-transform: uppercase;
    padding: 4px 15px;
    margin-top: 5px;
    position: relative;
    display: inline-block;
}

.form-enviar{
    display: flex;
    max-width: 380px;
    width: 100%;
    margin-left: 80px;
}

.form-style{
    display: flex;
    width: 100%;
    flex-direction: column;
}

.form-style span{
    font-size: 15px;
    color: #621766;
}

.form-style span a{
    font-weight: 600;
    font-style: italic;
}

.form-style .itens-form{
    width: 100%;
    position: relative;
    margin-bottom: 15px;
}

.form-style .flex-row{
    display: flex;
    flex-direction: row !important;
}

.form-style .itens-form > label{
    pointer-events: none;
    position: absolute;
	color: #000;
	font-size: .9rem;
	font-weight: 400;
	top: 0;
    left: 5%;
	font-size: 1rem;
	transition: transform .2s ease-out,color .2s ease-out;
	transition: transform .2s ease-out,color .2s ease-out,-webkit-transform .2s ease-out;
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
	-webkit-transform: translateY(12px);
	transform: translateY(12px);
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.form-style .itens-form > input:focus ~ label,
.form-style .itens-form > textarea:focus ~ label,
.form-style .itens-form > input:valid ~ label,
.form-style .itens-form > textarea:valid ~ label{
	transform: translateY(0px) scale(.8);
    left: 6px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.form-style .itens-form input[type="text"] {
    display: flex;
    width: 90%;
    padding: 18px 5% 2px 5%;
    border: 1px solid transparent;
    background: transparent;
    border-bottom: 2px solid #000;
    color: #000;
    font-weight: 400;
}

.item-aceita{
    display: flex;
    max-width: 160px;
    justify-content: center;
    align-items: center;
}

.item-aceita label{
    margin-left: 10px;
}

.form-style .spaced-between{
    justify-content: space-between;
    display: flex;
}

.form-style .itens-form button{
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    background: #621766;
    font-size: 18px;
    padding: 5px 10px;
    border-radius: 20px;
    border: 0px solid transparent;
    cursor: pointer;
}

.form-style .itens-form button:hover{
    background: #832188;
}

@media all and (max-width: 1450px){
    .trio-itens .item .cores{
        min-height: 200px;
    }
}

@media all and (max-width: 1220px){
    .trio-itens .item .cores,
    .duo-itens .item .cores{
        padding: 5% 5%;
    }
    .texto-produto,
    .imagem-produto{
        width: 50%;
        margin: 0px 0px;
    }
    .imagem-produto img{
        max-width: 100%;
    }
    .texto-produto{
        font-size: 29px;
        line-height: 42px;
    }
    .itens-banner img{
        max-width: 150%;
    }
    .banner-cachorro-header, .itens-banner{
        overflow: hidden;
    }
    .placa-texto h1{
        font-size: 26px;
        line-height: 28px;
    }
    .form-enviar{
        max-width: 360px;
        margin-left: 20px;
    }
    .baixar-ebook-box{
        margin-left: 10px;
    }
    .dados-contato{
        margin: 0px;
        width: 100%;
    }
    .form-contato,
    .contato-infos{
        max-width: 340px;
    }
    .por-que-vetradent{
        margin-top: 70px;
    }
}

@media all and (max-width: 1024px){
    .placa-texto h1{
        margin-left: 0px;
    }
    .placa-texto p{
        margin: 0px;
        line-height: 22px;
        margin-top: 16px;
    }
    .passos-escolha{
        padding-top: 50px;
    }
    .itens-passos .item{
        margin-top: 40px;
    }
    .itens-passos{
        flex-direction: column;
        max-width: 720px;
        margin: 0 auto;
    }
}

@media all and (max-width: 940px){
    .trio-itens, .duo-itens{
        flex-direction: column;
    }
    .trio-itens .item .cores,
    .duo-itens .item .cores{
        min-height: initial;
    }
    .trio-itens .item,
    .duo-itens .item{
        width: 100%;
    }
    .trio-itens, .duo-itens{
        max-width: 500px;
        margin: 0 auto;
    }
    .cores .clear{
        display: none;
    }
    .dados-contato{
        flex-direction: column;
    }
    .fale-conosco-h2{
        max-width: 310px;
        margin: 0 auto;
    }
    .fale-conosco-h2 h2{
        font-size: 37px;
        text-align: center;
        margin-bottom: 25px;
        width: 100%;
    }
    .form-contato, .contato-infos{
        max-width: 310px;
        margin: 0 auto;
    }
    .fale-conosco{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .contato-infos h2{
        text-align: center;
        margin-top: 50px;
    }
    .eficacao-comprovada{
        padding: 50px 0px;
    }
    .contato-infos p{
        font-size: 14px;
    }
    .eficacao-comprovada h1{
        margin-left: 0px;
    }
    .duo-itens .item h2,
    .trio-itens .item h2{
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .duo-itens .item p,
    .trio-itens .item p{
        font-size: 16px;
        line-height: 25px;
    }
    .por-que-vetradent h1{
        line-height: initial;
    }
    .trio-itens .item, .duo-itens .item{
        margin-bottom: 20px;
    }
    .imagem-banner-bloco .texto p{
        line-height: 24px;
    }
}

@media all and (max-width: 900px){
    .video-moldura div.wrapper-800{
        width: 70%;
    }
    .video-moldura iframe{
        width: 100%;
        height: 308px;
    }
    .video-moldura .item-borda{
        width: 90%;
        background-size: 92% 100%;
        padding: 10px 10px;
        max-width: 540px;
    }
    .video-moldura{
        flex-direction: column;
    }
    .ebook-baixe{
        background: #EFEFEF;
    }
    .img-comprar{
        display: none;
    }
    .linha-ventradent a{
        bottom: -10px;
    }
}

@media all and (max-width: 768px){
    .cinza .clear-both{
        display: initial;
    }
    .linha-ventradent .imagem-produto{
        margin-top: -60px
    }
    .imagem-produto {
        margin-top: -15%;
    }
    .linha-ventradent a.ativo{
        bottom: 0px;
    }
    .texto-produto .imagem,
    .texto-produto p{
        text-align: center;
    }
    .texto-produto .imagem{
        margin-top: 0px;
    }
    .linha-ventradent a{
        font-size: 20px;
        padding: 20px 25px;
    }
    .texto-produto, .imagem-produto{
        width: 100%;
    }
    .itens-horizontal{
        flex-direction: column;
        flex: 100%;
    }
    .itens-video-inner{
        flex-direction: column;
        align-items: center;
    }
    .video-moldura iframe{
        width: 100%;
        height: 300px;
    }
    .texto-produto {
        font-size: 25px;
        line-height: 33px;
    }
    .placa-texto h1 {
        font-size: 21px;
        line-height: 25px;
    }
    .placa-imagem {
        justify-content: center;
        align-items: center;
        display: flex;
    }
    .texto-comprovada p{
        font-size: 16px;
        line-height: 24px;
    }
}

@media all and (max-width: 767px){
    .bg-gato-fundo{
        flex-direction: column;
        max-width: 310px;
        width: 100%;
        margin: 0 auto;
    }
    .baixar-ebook-box .baixe-ebook{
        font-size: 32px;
    }
    .baixar-ebook-box{
        margin-left: 0px;
        margin-bottom: 20px;
    }
    .form-enviar{
        margin-left: 0px;
    }
}

@media all and (max-width: 730px){
    .texto-produto img{
        max-width: 100%;
    }
    .itens-placa{
        margin-top: 50px;
        padding-bottom: 50px;
    }
    .itens-placa{
        flex-direction: column;
    }
    .placa-texto,
    .placa-imagem{
        width: 96%;
        margin: 0 auto;
    }
    .placa-imagem{
        margin-top: 20px;
    }
    .placa-texto .clear{
        display: none;
    }
    .itens-banner img{
        max-width: 950px;
        margin-left: -170px;
        max-height: 250px;
    }
    .video-moldura{
        margin: 50px 0px 0px 0px;
    }
    .texto-comprovada:before{
        top: -75px;
    }
    .passos-escolha {
        padding-top: 0px;
    }
}

@media all and (max-width: 650px){
    .video-moldura iframe{
        height: 240px;
    }
    .texto-produto, .imagem-produto{
        width: 98%;
        margin: 0 auto;
    }
    .texto-produto{
        line-height: initial;
        text-align: center;
    }
    .texto-produto p{
        /* text-align: left; */
        line-height: 33px;
    }
    .itens-passos .item .texto-passos p{
        line-height: 24px;
    }
    .itens-passos .item{
        flex-direction: column;
    }
    .itens-passos .item .texto-passos {
        margin: 10px 0px 0px 0px;
    }
    .itens-passos .item .texto-passos p strong{
        width: 100%;
        text-align: center;
    }
}

@media all and (max-width: 500px){
    .video-moldura iframe{
        height: 220px;
    }
}