#internal
{    
    background-color: #fff;
    padding: 21.0rem 0 19.0rem 0;
}

#internal h2
{
    color: #000000;
    font-size: 3.0rem;
    font-weight: bold;
    padding: 0rem 0rem 10.0rem 0rem;
    text-align: center;
    line-height: 100%;
}

#internal h3
{
    color: #373435;
    font-size: 2.0rem;
    font-weight: bold;
    padding: 0rem 0rem 2.0rem 0rem;
}

#header_internal .header_internal
{
    background-image: url('../img/outdoor/1.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 210px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
}

.bc
{    
    padding: 5.3rem 0rem 5.0rem 0rem;
    border-bottom: 2px solid #f3f3f3;
}

.list_bc
{
    display: flex;
    justify-content: center;
}

.list_bc li
{
    padding: 0rem 0.8rem 0rem 0.8rem;
    color: #cacaca;
}

.list_bc li:first-child
{

}

.list_bc li:last-child
{

}

.list_bc li a
{
    font-size: 1.4rem;
    color: #cacaca;
}

.list_bc li:last-child a
{
    font-weight: bold;
    color: #217875;
}

.internal_c
{
    padding: 9rem 0 0 0;
}

.content
{
    line-height: 3.2rem;
    padding: 0 10.0rem;
    text-align: justify;
}

.content p
{
    color: #5b5b5b;
    padding-bottom: 2.0rem;
}

.content p:last-child
{
    padding-bottom: 0.0rem;
}

.internal_c_double .left,
.internal_c_double .right
{
    width: 50%;
}

/*CONTATO**********************************************************************/

#content_contac
{
    padding: 0;
}

#content_contac .left
{
    padding-right: 2.0rem;
}

#content_contac .right
{
    padding-left: 2.0rem;
}

#form_contact
{
    width: 100%;
    margin: 0 auto;
    padding-bottom: 10.0rem;
}

.field, .field_textarea
{
    max-width: 100%;
    width: 100%;
    border: 2px solid #eaeaea;
    padding: 2.0rem;
    color: #a2a2a2;
    margin-bottom: 1.5rem;
    transition: all 0.7s ease;
}

.field:focus, .field_textarea:focus
{
    border-color: rgba(33, 120, 117, 0.6);
}

.field_textarea
{
    margin-bottom: 3.0rem;
}

.field input::placeholder, .field_textarea textarea::placeholder
{
    color: #a2a2a2;
}

#form_contact .btn_send
{    
    background-color: #000000;
    border: 2px solid transparent;
    color: #fff;
    cursor: pointer;
    display: block;
    font-weight: 600;
    margin: 0 auto;
    padding: 2.0rem;
    text-transform: uppercase;
    transition: all 0.6s ease-in-out;
    width: 40%;
}

#form_contact .btn_send:hover
{
    background-color: #217875;    
}

.grecaptcha-badge
{
    z-index: 10;
}


/*PROFISSIONAIS****************************************************************/
#contents_professional
{
    padding: 0;
}

.professional_list
{
    display: flex;
    flex-wrap: wrap;
}

.professional_list li
{
    border: 2px solid #ececec;
    float: left;
    margin-bottom: 3.0rem;
    position: relative;
    width: 32%;
}

.professional_list li a
{
    display: block;
    height: 100%;
    transition: all 0.8s ease;
}

.professional_list li:nth-child(3n+2)
{
    margin-left: 2%;
    margin-right: 2%;
}

.professional_list .pl_img
{
    display: block;
    position: relative;
}

.professional_list .pl_img img
{        
    border-bottom: 2px solid #ececec;
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.professional_list .pl_name
{
    color: #000;
    display: block;
    font-size: 1.8rem;
    font-weight: 600;
    padding: 3.0rem 0;
    text-align: center;
}

.professional_list .pl_desc
{
    display: block;
    color: #717171;
    padding: 0 4.0rem 7.5rem 4.0rem;
    text-align: center;    
}

.professional_list .pl_desc.no-padding
{
    padding-bottom: 3.0rem;
}

.professional_list .pl_socialnewtwork
{
    bottom: 3.0rem;
    display: block;
    margin-top: auto;
    padding-top: 3.0rem;
    position: absolute;
    text-align: center;   
    width: 100%;
}

.professional_list .pl_socialnewtwork img
{
    width: 25px;
}

.professional_list .pl_socialnewtwork a
{
    margin-right: 1.0rem;
    display: inline-block;    
    transition: all 0.6s ease;
    line-height: 0;
}

.professional_list .pl_socialnewtwork:hover a
{
    opacity: 0.6;
}

.professional_list .pl_socialnewtwork:hover a:hover
{
    opacity: 1;
}

.professional_list .pl_socialnewtwork a:last-child
{
    margin-right: 0;
}


/*PROFESSIONAL PROFILE*********************************************************/
@keyframes scale-up
{
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes scale-up {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.scale-up
{
    -webkit-animation: scale-up 0.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    -moz-animation: scale-up 0.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: scale-up 0.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.professional_profile
{
    margin-top: -7.0rem;
}

.professional_profile .p_profile
{
    background-color: #f5f5f5;
    padding: 10.0rem 20.0rem 5.0rem 20.0rem;
    color: #6c6c6c;    
}

.professional_profile .p_profile h2
{
    padding-bottom: 3.5rem !important;
}

.professional_profile .p_image
{
    position: relative;
    top: 70px;
}

.professional_profile .p_image img
{
    border: 2px solid #ededed;
    left: 50%;
    max-width: 350px;
    position: relative;
    transform: translateX(-50%);
    width: 80%;
}

.professional_profile .p_profile .p_socialnetwork
{
    display: block;
    width: 100%;
    text-align: center;
    padding-bottom: 3.0rem;
}

.professional_profile .p_profile .p_socialnetwork img
{
    width: 25px;
}

.professional_profile .p_profile .p_socialnetwork a
{
    display: inline-block;
    margin-right: 2.0rem;    
    transition: all 0.6s ease-in-out;
}

.professional_profile .p_profile .p_socialnetwork:hover a
{
    opacity: 0.6;
}

.professional_profile .p_profile .p_socialnetwork:hover a:hover
{
    opacity: 1;
}

.professional_profile .p_profile .p_socialnetwork a:last-child
{
    margin-right: 0;
}

.professional_profile .p_profile p
{
    padding-bottom: 5.0rem;    
}

.professional_profile_areas
{
    padding-top: 8.0rem;
}

.professional_profile_areas .list_ca
{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.professional_profile_areas .list_ca li
{
    position: relative;
    margin: 0 2.0% 8.0rem 2.0%;
    width: 32%;
    border-top: 2px solid #eaeaea;
    border-left: 2px solid #eaeaea;
    border-right: 2px solid #eaeaea;
    box-shadow: 0 5px 0 #217875;
    transform: scale(0.5);
    transition: all 0.4s linear;
}

.professional_profile_areas .list_ca li:hover
{
    border-top: 2px solid #217875;
    border-left: 2px solid #217875;
    border-right: 2px solid #217875;
}

.professional_profile_areas .list_ca li a
{
    display: block;
    padding: 5.0rem 0 3.0rem 0;
    height: 100%;
}

.professional_profile_areas .list_ca li .ca_ico
{
    width: 140px;
    position: absolute;
    top: -35px;
    background-color: #ffffff;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.0rem 4.0rem;
}

.professional_profile_areas .list_ca li .ca_title
{
    text-align: center;
    display: block;
    font-size: 1.6rem;
    color: #000;
    font-weight: 600;
    margin-bottom: 2.5rem;

}

.professional_profile_areas .list_ca li .ca_des
{    
    padding: 0.0rem 5.0rem;
    color: #727272;
    text-align: center;
    display: block;
}

/*PAGINATION***********************************************************************************************************/

.pagination_box
{
    margin-top: 10.0rem;
}

#pagination
{
    display: flex;
    justify-content: center;
}

#pagination .item_page
{
    display: inline-block;
}

#pagination .item_page:first-child .link_page
{
    border-left: 1px solid #c6c6c6;
    border-top-left-radius: 1.0rem;
    border-bottom-left-radius: 1.0rem;
}

#pagination .item_page:last-child .link_page
{
    border-top-right-radius: 1.0rem;
    border-bottom-right-radius: 1.0rem;
}

#pagination .item_page .link_page
{
    position: relative;
    display: block;
    padding: 1.0rem 2.0rem;
    border: 1px solid #c6c6c6;
    margin-left: -1px;
}

#pagination .item_page .active_page
{
}

#pagination .item_page.active_page .link_page
{
    background-color: #217875;
    border-color: #217875;
    color: #FFF;
    font-weight: 600;
    z-index: 2;
}

.link_page
{
    transition: all 0.8s 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: 1.5rem;
    color: #636c72;
}

/*AREAS************************************************************************/
.list_ca
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.list_ca li
{
    position: relative;
    margin-bottom: 8.0rem;
    width: 32%;
    border-top: 2px solid #eaeaea;
    border-left: 2px solid #eaeaea;
    border-right: 2px solid #eaeaea;
    box-shadow: 0 5px 0 #217875;
    float: left;
    transition: all 0.4s ease-in-out;
}

.list_ca li.item_open
{
    width: 100%;
}

.list_ca li:nth-child(3n+2)
{
    margin-right: 2%;
    margin-left: 2%;
}

.list_ca li:hover
{
    border-top: 2px solid #217875;
    border-left: 2px solid #217875;
    border-right: 2px solid #217875;
}
.list_ca li a
{
    display: block;
    padding: 5.0rem 0 3.0rem 0;
    height: 100%;
}

.list_ca li .ca_ico
{
    width: 140px;
    position: absolute;
    top: -35px;
    background-color: #ffffff;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.0rem 4.0rem;
}

.list_ca li .ca_title
{
    text-align: center;
    display: block;
    font-size: 1.6rem;
    color: #000;
    font-weight: 600;
    margin: 2.5rem 0;
}

.list_ca li .ca_des
{
    display: block;
    padding: 0 2.5rem;
}

.list_ca li.area_open
{
    border: 0;
    box-shadow: none;
    margin-bottom: 0;
    width: 100%;
}

.list_ca li.area_open .ca_ico
{
    width: 160px;
    top: -50px;
}

.list_ca li.area_open .ca_title
{
    font-size: 2.8rem;
}

.list_ca li.area_open:hover
{
    border-color: #eaeaea;
}

/*NEWS*************************************************************************/
.list_news
{
}

.list_news li
{
    width: 100%;
    border-bottom: 2px solid #f3f3f3;
    padding: 1.5rem 0;
}

.list_news li a
{
    display: block;
    transition: all 0.3s ease-in-out;
}

.list_news li a:hover
{
    color: #217875;
}

.list_news li a .ln_title
{
    line-height: 1;
    display: block;
    font-weight: 600;
    font-size: 1.6rem;
}

.list_news li a .ln_caption
{
    display: block;
}

.list_news li a .ln_publish_date
{
    background-image: url("../img/ico/calendar.svg");
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 2.0rem;

}

/*NEWS/BLOG IMAGES*************************************************************/
.list_images
{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2.0rem;
}

.list_images li
{
    width: 20%;
    float: left;
}

.list_images li a
{
}

.list_images li a .li_img
{
    width: 100%;
    height: 160px;
    display: block;
    overflow: hidden;
    position: relative;
}

.list_images li a .li_img .li_filter_overlay
{
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    transition: all 0.7s ease;
}

.list_images li:hover a .li_img .li_filter_overlay
{
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 1;
}

.list_images li a .li_img img
{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/*NEWS FILES*******************************************************************/
.list_files
{
    margin-bottom: -1.5rem;
}

.list_files li
{
    margin-bottom: 1.5rem;
}

.list_files li a
{
    display: block;
    padding: 1.0rem 0.0rem 1.0rem 4.0rem;
    border: 2px solid #f3f3f3;
    transition: all 0.6s ease-in-out;
    background-image: url('../img/ico/file.svg');
    background-size: 4%;
    background-repeat: no-repeat;
    background-position: center left;
}

.list_files li a:hover
{
    border-color: #217875;
    background-image: url('../img/ico/file-on.svg');
}

/*STATUS***********************************************************************/
.status
{    
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 1.5rem;
    width: 100%;
    margin: 0 auto;
}

.status_success
{
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    display: none;
    margin-bottom: 2.5rem;
}

.status_error
{    
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    display: none;
    margin-bottom: 2.5rem;
}