.zoom {
	overflow: hidden;
}

.zoom img {
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;

}

.zoom:hover img {
	-moz-transform: scale(1.4);
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
}

.pointer{
    cursor: pointer;
}

.erro{
    border: 2px solid red !important;
}

.sumir-botao {
    display: none !important;
}

.peso{
    font-weight: 600 !important;
}

.cor-vermelho{
    color: red !important;
}

.btn-verde{
    background-color: #088e2d;
    color: #fff;
    letter-spacing: 1.2px;
    border-radius: 15px;
}

.btn-verde:hover{
    background-color: #065C1E;
    color: #fff;
}

.c-loader {
    animation: is-rotating 1s infinite;
    border: 3px solid #e5e5e5;
    border-radius: 50%;
    border-top-color: #000;
    height: 35px;
    width: 35px;
}

@keyframes is-rotating {
    to {
        transform: rotate(1turn);
    }
}

#red_info {
    /* border: 1px solid #f1f0f0; */
    padding: 10px 0;
    border-radius: 3px;
    /* background-color: #fcfcfc; */
}
.info_box .image {
    width: 35%;
    float: left;
}
.info_box .info_desc {
    display: inline-block;
    width: 65%;
}
.info_desc h4 {
    font-size: 12px;
    color: #555;
    margin-bottom: 5px;
    margin-top: 15px; 
    font-weight: 700; 
    text-transform: uppercase;
}
.info_desc p {
    margin-bottom: 0;
    line-height: 1.2;
    font-size: 13px;
}
.padding-infos{
    padding: 0;
}
@media (max-width: 767px) {
    #red_info {
        padding-top: 20px;
        background-color: #fcfcfc;
        border-color: #fcfcfc;
    }
    .info_box {
        text-align: center;
    }
    .info_box .image {
        width: 100%;
        float: none;
    }
    .info_box .image img {
        max-width: 100px;
        margin: 0 auto;
    }
    .info_box .info_desc {
        display: block;
        width: 100%;
        height: 70px;
        overflow: hidden;
    }
    .padding-infos{
        padding: 30px 0;
    }
}

@media (max-width: 425px) {
    .img-responsive{
        width: 35%;
    }
    .colMenor{
        margin-bottom: 30px !important;
    }
}

.card-depoimento{
    width: 98%; 
    margin-left: 1% !important; 
    border-radius: 15px; 
    padding: 0 !important;
    /* background-color: #555; */
}

.input-new{
    border: 0;
    background-color: #f9f9f9 !important;
    box-shadow: -3px 3px 6px rgba(25, 25, 25, 0.3) !important;
    font-weight: 600 !important;
}

@media (min-width: 768px) {
    .tam-card{
        min-height: 280px;
    }
}

.img-form{
    border-radius: 15px;
    box-shadow: -3px 3px 6px rgba(25, 25, 25, 0.3) !important;
}