/* formulario de busqueda*/
.search-box2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.search-box2 .epl-search-container{
    width: 70%;
    background-color: #2cccfc;
    padding: 15px;
    border-radius: 15px;
    color: #454545;
    font-weight: bold;
}
@media (max-width: 781px) {
    .search-box2 .epl-search-container {
        width: 100%;
    }
}


/* -----------   search box home -------------------------*/

.search-box{
    background-color: #2cccfc;
    padding: 15px;
    border-radius: 15px;
    color: #454545;
    font-weight: bold;
}



/*  single content*/
/*
.site-content .content-area{
    width: 75% !important;
}

 */


