/*search*/

.result-search {
    float: left;
    width: 100%;
    padding: 30px 0 100px 0;
    background: #fff;
}

.result-search-inner {
    float: left;
    width: 100%;
    padding: 0 165px;
}

.result-search h6 {
    float: left;
    width: 100%;
    text-align: center;
    font-family: 'FoundersGrotesk-Regular';
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.result-search .srch-bx-lst {
    float: left;
    width: 100%;
    position: relative;
}

.result-search .srch-bx-lst input[type="text"] {
    float: left;
    width: 100%;
    background: #fff;
    border: 1px solid #5694BC;
    border-radius: 6px;
    padding: 8px 65px 8px 30px;
    height: 76px;
    font-size: 25px;
    line-height: 30px;
    color: #333333;
    letter-spacing: -1.4px;
    font-family: 'FoundersGrotesk-Regular';
    transition: all 0.5s ease;
}

.result-search .srch-bx-lst button.srch-btn {
    position: absolute;
    right: 30px;
    top: 19px;
    background: url(../resources/v1/images/ico-search.svg) no-repeat center center;
    cursor: pointer;
    width: 22px;
    height: 22px;
    border: none;
    float: left;
    transition: all .5s ease;
}

.arbol-list {
    float: left;
    width: 100%;
    margin-top: 45px;
}

.arbol-list ul {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.arbol-list ul li {
    flex: 0 1 auto;
    text-align: center;
    transition: all .5s ease;
    position: relative;
}

.arbol-list ul li a {
    color: #333333;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.1px;
    font-family: 'FoundersGrotesk-Bold';
    position: relative;
}

.arbol-list ul li:after {
    position: relative;
    content: "";
    top: 4px;
    display: inline-block;
    width: 2px;
    height: 18px;
    margin: 0px 25px;
    border-right: 2px solid #333333;
}

.arbol-list ul li:last-child::after {
    display: none;
}

.arbol-list ul li a:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #333333;
    opacity: 0;
    transition: all .5s ease;
}

.arbol-list ul li a.active:before,
.arbol-list ul li:hover a:before {
    opacity: 1;
}

.search-lst-sec {
    width: 100%;
    float: left;
    margin-top: 45px;
}

.search-lst-sec h3 {
    width: 100%;
    float: left;
    padding: 0 0 40px 0;
    color: #333333;
    font-family: 'FoundersGrotesk-Regular';
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.29px;
}

.search-lst-sec h3 span {
    font-family: 'FoundersGrotesk-Bold';
}

.search-lst-sec ul {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    column-gap: 0;
    row-gap: 20px;
}

.search-lst-sec ul li {
    flex: 0 1 100%;
    align-items: flex-start;
    display: flex;
    column-gap: 30px;
}

.search-lst-sec ul li .arbol-img {
    width: 300px;
    float: left;
    overflow: hidden;
}

.search-lst-sec ul li .arbol-img img {
    width: 100%;
    float: left;
    transition: all .5s ease;
}

.search-lst-sec ul li:hover .arbol-img img {
    transform: scale(1.05);
}

.search-lst-sec ul li .arbol-cnt {
    width: calc(100% - 300px);
    float: right;
    padding: 15px 0px 0px 30px;
}

.search-lst-sec ul li .arbol-cnt h6 {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    font-family: 'FoundersGrotesk-Regular';
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.47px;
    text-align: left;
}

.search-lst-sec ul li .arbol-cnt h4 {
    width: 100%;
    float: left;
    font-family: 'FoundersGrotesk-Regular';
    font-size: 25px;
    line-height: 32px;
    color: #5694BC;
    transition: all .5s ease;
}

.search-lst-sec ul li:hover .arbol-cnt h4 {
    color: #212F59;
}

/* BUSCADOR */
.result-search .arbol-list ul li:after {
    margin: 0px 10px;
}

.result-search .result-search-inner {
    padding: 0 100px;
}

.result-search .arbol-list ul li span {
    font-size: 14px;
    font-family: 'FoundersGrotesk-Regular';
}

/* OVERRIDES */

.search-lst-sec ul.result-list li .arbol-cnt {
    width: 100%;
}

.search-lst-sec ul.result-list li {
    border-bottom: 2px solid #5694BC;
    padding-bottom: 40px;
}


/* Override */
.search .search-box input {
    font-family: 'FoundersGrotesk-Medium';
    height: 72px;
    border: 3.5px solid #5694BC;
    background: #FFFFFF;
    color: #1D3E8F;
    border-radius: 50px !important;
}

.search .search-box input::placeholder {
    color: #1D3E8F;
}

.search .search-ico {
    background: #1D3E8F;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    border-radius: 100%;
}