/* TODO */

#content
{
    padding-top: 16rem;
    padding-bottom: 19.2rem;
    font-size: 1.6rem;
}

header
{
    background-color: #000;
}

#content .text
{
    padding: 3.2rem;
    width: 80%;
    margin: 0 auto;

    font-family: Poppins;
    line-height: 1.25;
    text-align: justify;
}

#content .text p
{
    margin-bottom: 1.6rem;
    line-height: 1.4;
}

#content .text h1
{
    display: block;
    text-align: center;
    margin-bottom: 6.4rem;
    font-size: 4rem;
    font-weight: 600;

    text-transform: uppercase;
}

.breadcrumb ul
{
    justify-content: center;
    align-items: center;
    width: unset;
    height: 3.2rem;
    margin-bottom: 3.2rem;

    font-family: Poppins;
    font-weight: 500;
}

.breadcrumb ul li a
{
    color: #000;
    font-size: 1.4rem;
}

#contact_form
{
    display: flex;
    flex-direction: column;

    width: 55%;
    margin: 0 auto;
}

#contact_form input[type="text"], #contact_form textarea
{
    background-color: #F2F2F2;
    padding: 1.92rem;
    margin-bottom: 1.6rem;

    font-size: 1.6rem;
    font-family: Poppins;
}

#contact_form input[type="text"]:focus, #contact_form textarea:focus
{
    border: 1px solid #000;
    box-sizing: border-box;
    outline: none;
}

#contact_form textarea
{
    height: 12.8rem;
}

#contact_form button.send
{
    width: 16rem;
    padding: 1.6rem;
    margin-top: 1.6rem;

    cursor: pointer;
    background-color: #87C73A;

    color: #FFF;
    font-family: Poppins;
    font-weight: 700;

    transition: 0.3s ease;
}

#contact_form button.send:hover
{
    background-color: #65A717;
}

#contact_form input.error
{
    border: 1px solid red;
}

#contact_form textarea.error
{
    border: 1px solid red;
}

#news
{
    display: flex;
    flex-wrap: wrap;

    max-width: 100%;
}

#news .news
{
    width: 35.2rem;
    height: 48.96rem;

    cursor: pointer;
    background-color: #FFF;
    overflow-y: hidden;
}

#news a
{
    margin-bottom: 2.2rem;
}

#news .news .read_more
{
    width: 100%;
    height: 3.2rem;
    line-height: 2;
    background-color: #87C73A;
    
    color: #FFF;
    text-align: center;
    font-family: Poppins;
}

#news .news:hover .image
{
    height: 20.4rem;
    transition: 0.5s ease;
}

#news a
{
    margin-right: 2.2rem;
}

#news a:nth-child(3n)
{
    margin-right: 0;
}

#news .news .content
{
    padding: 1.4rem;
    height: 25.6rem;
}

#news .news .image img
{
    width: 100%;
    
    position: absolute;
    object-fit: cover;
    object-position: center;
    height: 100%;
}

#news .news .image img.logo_jerry
{
    object-fit: contain;
}

#news .news .image
{
    height: 23.6rem;
    width: 100%;
    position: relative;
    overflow: hidden;
    transition: 0.5s ease;
}

#news .news .content p
{
    font-family: Poppins;
    font-size: 1.5rem;
    line-height: 1.2;
}

#news .news .content p.title
{
    color: #87C73A;
    margin-bottom: 1.92rem;
    font-weight: 600;
    font-size: 2rem;
}

.text h2
{
    text-align: center;
    font-size: 1.92rem;
    margin-top: -3.2rem;
    margin-bottom: 6.4rem;
}

.images
{
    display: flex;
    flex-wrap: wrap;

    margin-top: 3.2rem;
}

#news .images img
{
    max-width: 19.2rem;
    margin-right: 1.2rem;
    cursor: pointer;
    object-fit: contain;
}

#new .image
{
    max-width: 19.2rem;
    height: 13rem;

    margin-right: 1.2rem;
    margin-bottom: 1.2rem;

    cursor: pointer;
    overflow: hidden;
}

#new .images img
{
    object-fit: cover;
    object-position: center;

    max-height: 100%;
}

#pop_up
{
    position: fixed;
    top: 0;
    left: 0;

    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    cursor: pointer;

    display: none;
    align-items: center;
    justify-content: center;
}

#pop_up img
{
    max-width: 90%;
}

.proposition
{
    text-align: unset;
    cursor: pointer;
    margin-bottom: 1.6rem;
    min-width: 100%;
}

.proposition .link_box
{
    height: 5.44rem;
    border: 3px solid #87C73A;
    border-radius: 5px;
    padding: 1.6rem;
    font-size: 1.6rem;

    transition: 0.5s ease;
    
    background-color: #87C73A;
    color: #FFF;
}

#content .text .proposition .link_box p
{
    margin-bottom: 0;
}

.proposition .link_box a
{
    color: #FFF;
    font-weight: 600;

    display: block;
    margin-top: 1.6rem;
}

.proposition .link_box .p_title
{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.proposition .link_box .p_title::after
{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.8rem 0.8rem 0 0.8rem;
    border-color: #ffffff transparent transparent transparent;
    display: block;
}

.proposition .link_box.decollapse .p_title::after
{
    border-width: 0 0.8rem 0.8rem 0.8rem;
    border-color: transparent transparent #ffffff transparent;
}

.collapse
{
    max-height: 0;
    overflow: hidden;
    transition: none;
    margin-top: 3.2rem;
}

.collapse.decollapse
{
    padding: 1.6rem;
    transition: 0.5s ease;
}

.proposition .decollapse {
    max-height: unset;
    height: unset;
    background-color: #559600;
}

.proposition .link_box:hover
{
    background-color: #559600
}

#videos
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#videos .video
{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 2.2rem;
    width: 100%;

    background-color: #000;
}

#videos a
{
    margin-right: 2.2rem;
    width: 35.2rem;
}

#videos a:nth-child(3n)
{
    margin-right: 0;
}

#videos .video img.video_thumb
{
    height: 100%;
    width: 100%;
    opacity: 0.4;
}

#videos .video img:first-child
{
    position: absolute;
    z-index: 1;
}

#videos .video h3
{
    display: block;
    position: absolute;
    text-align: center;
    z-index: 1;
    bottom: 1.6rem;
    color: #FFF;
    font-size: 1.6rem;
    font-family: Roboto;
    max-width: 85%;
}

h3.img_title
{
    margin-top: 4.8rem;
    margin-bottom: 0;
    text-align: left;
    font-weight: 600;
    font-size: 2.88rem;
}

.fonte
{
    font-size: 1.5rem;
}

.fonte a
{
    font-size: 1.5rem;
    color: #87C73A;
}

.fonte a:hover
{
    color: #000;
}

.fonte.date
{
    margin-bottom: 3.2rem;
}

.download_news
{
    width: 100%;
    margin-top: 3.2rem;
    padding: 0.8rem;
    
    background-color: #F2F2F2;

    display: flex;
    align-items: center;
}

.download_news:hover
{
    background-color: #dfdfdf;
}

.download_news img
{
    margin-right: 1.6rem;
}

#content .download_news p
{
    font-size: 1.92rem;
    font-weight: 500;
    color: #000;
    margin-bottom: 0;
}

#content .download_news:hover p
{
    color: #87C73A;
}

audio
{
    display: block;
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
}

.central.white_central
{
    background-color: #FFF;
    padding-bottom: 3.2rem;
}

.contact_info
{
    color: #000;
    font-size: 1.6rem;
    font-family: Poppins;
    line-height: 1.5;

    width: 55%;
    height: 24rem;
    margin: 0 auto;
    margin-bottom: 4.8rem;

    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact_info span.title
{
    margin-bottom: 0.8rem;
    display: block;
    text-align: left;
    font-weight: 600;
    color: #87C73A;
}

.phone
{
    margin-bottom: 3.2rem;
}

.phone a, .email a
{
    color: #000;
}

.internal_c .content
{
    height: 80rem;
    padding-top: 32rem;
    background-color: #F2F2F2;
}

#search .text ul
{
    width: 100%;
    flex-direction: column;
}

#search .text ul li
{
    margin-bottom: 1rem;
    border-bottom: 1px solid #000;
}

#search .text ul li a
{
    display: block;
    height: 100%;
    padding-bottom: 1rem;
    color: #000;
    cursor: pointer;
}

#search .text ul li a .title_search
{
    font-size: 2rem;
    display: block;
    width: 100%;
    margin-bottom: 1rem;
}

#search .text ul li a .link
{
    font-size: 1.4rem;
}

.resultado
{
    display: block;
    margin-bottom: 6rem;

    font-size: 1.6rem;
    text-align: center;
}

.page_not_found
{
    display: block;
    margin: 0 auto;
    max-width: 25.6rem;
    text-align: center;
}

a.page_not_found
{
    margin-top: 10rem;
    font-size: 2rem;
    color: #000;
    font-weight: 600;
}

#photos
{
    display: flex;
    flex-wrap: wrap;
}

#photos .photo
{
    display: block;
    width: 32%;
    height: 23rem;
    
    overflow: hidden;
    cursor: pointer;

    margin-bottom: 2.2rem;
    margin-right: 2.2rem
}

#photos .photo:nth-child(3n)
{
    margin-right: unset;
}

#photos .photo img
{
    object-fit: cover;
    object-position: center;
}

#select_category
{
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;

    width: 100%;
    height: 10rem;
}

#select_category select#category
{
    width: 30rem;
    border: 1px solid #000;
    
    padding: 0.5rem;
}

/*PAGINATION***********************************************************************************************************/

.pagination_box
{
    margin-top: 4.8rem;

    font-family: Poppins;
}

#pagination
{
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

#pagination .item_page
{
    display: inline-block;
}

#pagination .item_page:first-child .link_page
{
    border-left: 1px solid #c6c6c6;
}

#pagination .item_page .link_page
{
    position: relative;
    display: block;
    padding: 1.6rem 3.2rem;
    border: 1px solid #c6c6c6;
    margin-left: -1px;
}

#pagination .item_page.active_page .link_page
{
    background-color: #87C73A;
    border-color: #87C73A;
    color: #FFF;
    font-weight: 600;
    z-index: 2;
}

.link_page
{
    color: #6E6E6E;
    transition: all 0.4s ease;
}


.link_page:hover
{
    background-color: #eceeef;
    border-color: #dddddd;
}

.item_page.disabled_page
{
    opacity: 0.6;
}

.item_page.disabled_page:hover
{
    cursor: not-allowed;
}

.item_page.disabled_page .link_page {
    color: #636c72;
    pointer-events: none;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination_box p
{
    text-align: center;
    margin-top: 2.4rem;
    color: #6E6E6E;
}