.casos-de-exito-search .vc_gitem-zone.vc_gitem-zone-a.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-1-1.vc_gitem-is-link {
    max-height: 150px;
    background-size: auto;
    background-color: #EDEDED;
 
}
.casos-de-exito-search .vc_gitem-animated-block {
    max-height: 150px;
}

body .casos-de-exito-search h4{
    font-family: var(--thim-font_body-font-family);
    font-size: var(--thim-font_body-font-size);
    line-height: var(--thim-font_body-line-height);
    letter-spacing: var(--thim-font_body-letter-spacing);
    color: var(--thim-font_body-color) !important;
    text-transform: var(--thim-font_body-text-transform);
    font-weight: var(--thim-font_body-variant);
    -webkit-font-smoothing: antialiased;
    text-align:center !important;
    font-weight:bolder;
}

body .casos-de-exito-search p{
        font-family: var(--thim-font_body-font-family);
    font-size: var(--thim-font_body-font-size);
    line-height: var(--thim-font_body-line-height);
    letter-spacing: var(--thim-font_body-letter-spacing);
    color: #6f6f6f;
    text-transform: var(--thim-font_body-text-transform);
    font-weight: var(--thim-font_body-variant);
    -webkit-font-smoothing: antialiased;
    text-align:center !important;
}

body .casos-de-exito-search .vc_gitem_row .vc_gitem-col{
    padding:0px 15px;
    background-color: #EDEDED;
    height:100%;
}
body .casos-de-exito-search .vc_gitem_row.vc_row.vc_gitem-row-position-top{
    min-height:300px;
    background-color: #EDEDED;
}
body .casos-de-exito-search .vc_btn3.vc_btn3-color-juicy-pink,
body .casos-de-exito-search .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat
{
    background-color: #ff9b23;
    color: #ffffff;
    font-size: 14px;
    padding: 14px 20px;
    border-radius: 2em;
        background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .1));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);
    background-repeat: repeat-x;
    background-size: 200%;
    background-position: 0 -100%;
    
}

body .casos-de-exito-search .vc_btn3-container.vc_btn3-left{
    text-align:center;
}

body .sf-field-search label{
    border:1px solid;
}
.searchandfilter select.sf-input-select{
    height: 48px;
    padding: 10px 15px;
}

body .sf-field-search .sf-input-text{
    height: 48px;
    padding: 10px 15px;
    border: none;
    font-size: 16px;
    background-color: #ffffff;
    outline: none;
    border-radius: 25px 0 0 25px;
    cursor: text !important;
}
.searchandfilter ul {
    display: flex;
    margin-left:0px;
    gap: 50px;
}

.sf-field-search label {
    position:relative;
}
.sf-field-search  label i{
    position:absolute;
    right: 10px;
    top: 15px;
}
.sf-field-search  label i::before {
    font-family: Ionicons;
    content: "\f4a5";
    color: #e91e63;
    font-size: 20px;
    font-weight: bold;
    right:20px;
}
