/* Custom CSS */

/*============================
    Parea el style de los botones de laravel pagination en resources/views/frontend/blog.blade.php 
============================*/
.page-item {
    background: #558bff;
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 5px;
    line-height: 50px;
    position: relative;
    z-index: 1;
    color: #141414;
}

.page-link {
    background: #f9f9f9;
    border: none;
    color: black;
}

.page-link.disabled > .page-link {
    background: #f9f9f9 !important;
    border: none;
    color: black;
}

/*============================
    SEARCH MENU START
============================*/
.fp__search_menu_form {
    padding: 20px;
    background: #faf6f3fa;
    border: 1px solid #eee;
    border-radius: 80px;
}

.fp__search_menu_form .nice-select {
    padding: 12px 20px;
}

.fp__search_menu_form button {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    border-radius: 30px;
    background-color: #ff885e;
    border: 1px solid #e7835f;
    font-size: 16px;
    font-weight: 600;
    /* padding: 14px 20px !important; */
}

.fp__search_menu_form button:hover {
    color: #f3edeb;
}

.fp__search_menu_form button::after,
.fp__search_menu_form button::before {
    display: none;
}

.fp__search_menu_form input {
    width: 100%;
    padding: 12px 20px;
    outline: none;
    resize: none;
    border: 1px solid #eee;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 300;
}

.fp__search_menu_form select {
    width: 100%;
    padding: 12px 20px;
    outline: none;
    resize: none;
    border: 1px solid #eee;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 300;
}

/* Centrar imágenes */
.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Style Entradas del Blog Ajustes */
.blog-content p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.8;
    color: #141414;
    margin-bottom: 10px;
    text-align: right;
    text-justify: inter-word;
    text-indent: 1em;
}

.blog-content p span{
    font-weight: 600;
    color: #ff885e;
}

.margentop {
    margin-top: -40px;
}

/* .portfolio-image {
    width: 700px;
    height: 500px;
    object-fit: cover;
    border-radius: 20px;
} */

/*============================    


