.searchBox {
    background: white;
    padding: 6px;
    height: 2em;
    margin-bottom: 0em;
    height: 34px;
    border-radius: 35px;
    margin-right: 0.5em;
    border-style: solid;
    border-width: 1px;
    border-color: gray;
}

#icon-search {
    float: left;
    margin-left: 0.5em;
    margin-top: 0.2em;
    padding-right: 0.5em;
    color: #978888;
}

.searchInput {
    border: none;
    background: none;
    outline: none;
    padding: 0;
    color: #686363;
    font-size: 0.8em;
    font-weight: bold;
    width: 75%;
    position: absolute;
    margin-top: -1em;
    height: 47px;
}

.planning-box {
    display: grid;
    grid-template-columns: 1fr 60% 12%;
    grid-template-rows: 1fr 50px 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 20px;
    font-family: "Monserrat-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.info-side {
    grid-area: 2 / 2 / 4 / 3;
    padding-inline: 1em;
    padding-block: 10px;
    font-size: 0.9em;
    color: #423d3d;
}

.image-side {
    grid-area: 1 / 1 / 4 / 2;
    align-self: stretch;
    border-bottom-left-radius: 8em;
    border-top-left-radius: 8em;
    justify-self: stretch;
    max-height: 100%;
    max-width: 100%;
}

.link-side {
    grid-area: 1 / 3 / 4 / 4;
    color: white;
    background-color: #4672cf;
    border-radius: 0px 7em 7em 0px;
    display: grid;
}

.link-side:hover {
    color: white;
}

.link-text-side {
    place-self: center;
    padding-inline: 0.5em;
    font-weight: bolder;
    font-size: 0.8em;
    text-align: center;
    font-family: Monserrat-Bold;
    word-break: break-word;
}

.title-side {
    grid-area: 1 / 2 / 2 / 3;
    display: grid;
    background-color: #bababa;
    font-size: 1.5em;
}

.title-side:hover {
    color: 2C2E2F;
}

.title-text-side {
    padding: 10px 10px 10px 1em;
    font-size: 1em;
    color: #423b3b;
    align-self: center;
}

.title-side a {
  color: #2C2E2F;
}

#out-limit {
    position: relative;
}

#out-limit:after{
    font-weight: bold;
    content: "VER MÁS";
}

@media only screen and (min-width: 850px) {
    #out-limit {
        position: relative;
    }

    #out-limit:after{
        content: "VER PLANEACIÓN";
    }
}
