.contenedor-SearchText{
    display: flex;
    align-items: center;
    justify-content:flex-end;
    padding: 32px 5.5%;
}
.cont-size-text{
    display: flex;
    justify-self: flex-end;
    align-items: end;
}

form.form-search{
    display: flex;
    align-items: center;
    width: 420px;
    height: 100%;
    border: 1px solid var(--color-light-grey);
    padding: 0;
    margin:0;
    border-radius: 8px;
}

input.input-search {
    border: none;
}

.input-group-append span{
    background-color: var(--bg-body);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 46px;
    height: 100%;
}
.sizeText{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
   border: 1px solid var(--color-primary);
    margin-left: 16px;
    font-weight: var(--text-medium);
}

button#basic-addon2 {
    background: transparent;
    border: none;
}
.sizeTextActive{
    background-color:var(--color-primary);
    color:var(--bg-body);
}
.min{
    width: 32px;
    height: 32px;
}

.normal{
    width: 40px;
    height: 40px;
}

.large{
    width: 48px;
    height: 48px;
}

/*content search*/
.modBlog a{
    text-decoration: none;
    color: var(--color-title);
    
}

.opc{
    width: 100%;
    height: 100%;
    margin: 24px 0;
    padding:8px;
    display: flex;
    border-radius: 4px;
    border:1px solid var(--color-light-grey);
}
.opc h3{
    color:var(--color-primary)
}

.imgBusqueda{
    width:180px;
    min-width:180px;
    height:180px;
    max-height: 100%;
}
.opc .textinf{
    margin:24px 16px;
}
.opc .doc{
    width: 100%;
    height: 80px;
}

/*404*/
.noEncontrado{
    background-color: var(--color-secundary);
    padding:32px 5.5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}
.texts404 p{
    font-size: var(--h3-desktop);
    line-height:18px;
}
.parr404-2{
    margin-bottom: 42px;
}
.title404{
    font-size: 94px;
    font-weight: 900;
    color: #1C4205;
}
.textsbusqIncorrecta{
    margin-top: 24px;
}
.titlebusqIncorrecta{
    font-size: 32px;
    color: #1C4205;
    font-weight: 900;
    text-align: center;
    margin-bottom: 24px;
}
.imgbusqIncorrecta{
    width: 250px;
    height: 250px;
}
.parrbusqIncorrecta{
    font-size: 16px;
    text-align: center;
}
.img404{
    width: 50%;
    height: 500px;
}

.busqIncorrecta{
    padding:32px 32%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media screen and (max-width: 700px){
    .contenedor-SearchText{
        display: flex;
        flex-direction: column-reverse;
        gap:16px;
        justify-content:center;
        align-items:center;
    }
    .cont-size-text{
        justify-content: end;
    }

    section.noEncontrado{
        padding:24px 32px;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
    .img404{
    width:95%;
    height: auto;
    }
    .img404 img{
        width: 100%;
        height:auto;
    }
    .title404{
    font-size:70px;
    }
    .texts404 p{
    font-size: var(--h4);
    font-weight: 700;
    line-height:15px;
}
 
}