@charset "UTF-8";
@import url("../noctua7.css");

/* ********************************** INÍCIO - SITE_BASE ******************************* */

/* ****************** SITE_BASE */
.site_base {
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
}

/* ********************************** INÍCIO - SITE_PAGE ******************************* */

/* ****************** SITE_PAGE */
.site_page {
    width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ********************************** INÍCIO - SITE_PAGE_HEADER ************************ */

/* ****************** SITE_PAGE_HEADER */
.site_page_header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: var(--color-n7-transparent);
    z-index: 50;
    transition: all 0.15s ease-in-out;
}

/* ****************** SITE_PAGE_HEADER / SCROLLING (ROLAGEM) */
.site_page_header.scrolling {
    background-color: var(--color-n7-black);
}

/* ********************************** INÍCIO - SITE_PAGE_HEADER_A ********************** */

/* ****************** SITE-PAGE-HEADER-A */
.site_page_header_A {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-image: var(--bg-system);
}

/* ****************** SITE-PAGE-HEADER-A-CONTENT */
.site_page_header_A_content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: var(--height_60);
    margin: 0 auto;
    padding: 0 10px;
}

/* ********************************** INÍCIO: CONTAINER_LOGO_SITE ********************** */

/* ****************** CONTAINER_LOGO_SITE */
.container_logo_site {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    margin: 0 auto;
    padding: 0;
    background-color: var(--color-n7-transparent);
}

/* ****************** CONTAINER_LOGO_SITE::BEFORE */
.container_logo_site::before {
    content: "";
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-image: url('../../img/proprietario/favicon.png');
    background-size: contain;
    background-repeat: no-repeat;
}

/* ********************************** FIM: CONTAINER_LOGO_SITE ************************* */

/* ****************** DATA-FUNDACAO */
.data_fundacao {
    right: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

/* ****************** DATA-FUNDACAO / SPAN */
.data_fundacao span {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

/* ****************** DATA-FUNDACAO / SPAN / SMALL */
.data_fundacao span small {
    color: var(--color-n7-white);
    font-family: var(--fonte-dancing);
    font-weight: normal;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

/* ********************************** FIM - SITE_PAGE_HEADER_A ************************* */

/* ********************************** INÍCIO - SITE_PAGE_HEADER_B ********************** */

/* ****************** SITE_PAGE_HEADER_B */
.site_page_header_B {
    width: 100%;
    height: var(--height_60);
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--color-n7-light);
    background-color: rgba(0, 0, 0, 0.2);
}

/* ****************** NAV-SELECTED */
.nav-selected {
    color: var(--color-n7-light) !important;
}

/* ********************************** FIM: SITE_PAGE_HEADER_B ************************** */

/* ********************************** FIM: SITE_PAGE_HEADER **************************** */

/* ********************************** INÍCIO: SITE_PAGE_MAIN *************************** */

/* ****************** SITE_PAGE_MAIN */
.site_page_main {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: var(--color-n7-white);
    box-sizing: border-box;
    /* overflow: hidden; */
}

/* ****************** SITE_PAGE_MAIN_TOP_SEPARATOR */
.site_page_main_top_separator {
    width: 100%;
    height: var(--height_120);
    margin: 0;
    padding: 0;
    background-color: var(--color-n7-black);
}

/* ****************** SITE_PAGE_MAIN_TOP_CONTROLS */
.site_page_main_top_controls {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
    min-height: var(--height_42);
    margin: 0;
    padding: 5px 10px;
    column-gap: 5px;
    row-gap: 5px;
    border-bottom: 0.5px solid var(--color-n7-gray-dark);
}

/* ****************** BOX_BREADCRUMB */
.box_breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

/* ****************** BREADCRUMB */
.breadcrumb {
    margin: 0 !important;
}

/* ****************** BREADCRUMB-ITEM */
.breadcrumb-item {
    color: var(--color-n7-middle);
}

/* ****************** BREADCRUMB-ITEM > A */
.breadcrumb-item>a {
    color: var(--color-n7-font-dark);
    text-decoration: none;
}

/* ****************** BREADCRUMB-ITEM > A:HOVER */
.breadcrumb-item>a:hover {
    color: var(--color-n7-middle);
}

/* ****************** BOX_PESQUISA_PAINEL_SITE */
.box_pesquisa_painel_site {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 350px;
    margin: 0;
    padding: 0;
    background-color: var(--color-n7-white);
}

/* ****************** SITE_PAGE_MAIN_DESCRIPTION */
.site_page_main_description {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: var(--height_120);
    margin: 0;
    padding: 0;
    background-image: var(--bg-system);
    row-gap: 5px;
}

/* ****************** SITE_PAGE_MAIN_DESCRIPTION > H1 */
.site_page_main_description>h1 {
    display: flex;
    align-items: first baseline;
    justify-content: center;
    width: 220px;
    font-family: var(--fonte-dancing);
    font-size: 40px;
    font-weight: normal;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    color: var(--color-n7-gray-light);
}

/* ****************** SITE_PAGE_MAIN_DESCRIPTION > A & DROPDOWN>BUTTON*/
.site_page_main_description>a,
.site_page_main_description>.dropdown>button {
    width: 220px;
    margin: 0 auto;
}

/* ****************** SITE_PAGE_MAIN_CONTENT */
.site_page_main_content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    min-height: calc(100vh - (var(--height_120) + var(--height_42) + var(--height_120) + var(--height_30)));
    margin: 0;
    padding: 0;
    background-color: var(--color-n7-white);
}

/* ****************** BOX_YOUTUBE */
.box_youtube {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    background-color: var(--color-n7-gray-light);
    border-bottom: 0.5px solid var(--color-n7-gray-dark);
}

/* ****************** BOX_CONTENT_LIMITER */
.box_content_limiter {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 15px 0;
    row-gap: 15px;
    background-color: var(--color-n7-white);
}

/* ****************** BOX_NO_CONTENT_INFORMATION */
.box_no_content_information {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: inherit;
    margin: 0;
    padding: 0;
}

/* ****************** BOX_NO_CONTENT_INFORMATION / H1 */
.box_no_content_information h1 {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    color: var(--color-n7-dark);
    padding: 0;
}

/* ********************************** FIM - SITE_PAGE_MAIN ***************************** */

/* ********************************** INÍCIO - SITE_PAGE_FOOTER ************************ */

/* ****************** SITE_PAGE_FOOTER */
.site_page_footer {
    height: var(--height_30);
    margin: 0;
    padding: 0;
    background-image: var(--bg-system);
}

/* ****************** SITE_PAGE_FOOTER_CONTENT */
.site_page_footer_content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 5px;
    column-gap: 5px;
}

/* ****************** SITE_PAGE_FOOTER_CONTENT / SMALL */
.site_page_footer_content>small {
    display: inline-block;
    text-align: center;
    margin: 0;
    padding: 0;
    color: var(--color-n7-gray-light);
    column-gap: 5px;
}

/* ********************************** FIM - SITE_PAGE_FOOTER *************************** */

/* ********************************** FIM - SITE_PAGE ********************************** */

/* ****************** DIV / SEPARATOR-FLORAL */
div.separator-floral {
    background-image: url('../../img/proprietario/ramo-floral.png');
    background-repeat: repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 5px;
    margin: 5px 0;
    padding: 10px 0;
}

/* ********************************** SITE-HOME ********************************** */

/* ****************** HOME-TOP */
#home-top {
    display: flex;
    align-items: end;
    justify-content: center;
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    background-image: url('../../img/proprietario/ceu.jpg');
    background-repeat: no-repeat;
    background-position: center, top;
    background-size: cover;
    background-attachment: fixed;
    box-sizing: border-box;
}

/* ****************** INDICADOR-SETA-PARA-BAIXO */
#indicador_seta_para_baixo {
    display: block;
    position: absolute;
    top: 130px;
    right: 20px;
    transition: all 0.3s;
}

/* ****************** HOME-TOP / HOME-TOP-IMG */
#home-top #home-top-img {
    animation: aparecer_descendo 3s ease-out;
    margin: 0 0 100px 0;
    height: 300px;
}

@keyframes aparecer_descendo {
    0% {
        opacity: 0;
        translate: 0 -50vh;
    }

    100% {
        opacity: 1;
        translate: 0 0;
    }
}

/* ****************** HOME-TOP / HOME-TOP-IMG / SCROLLING */
#home-top #home-top-img.movieY {
    animation: desaparecer_subindo 3s ease-out both;
}

@keyframes desaparecer_subindo {
    0% {
        opacity: 1;
        translate: 0 0;
    }

    100% {
        opacity: 0;
        translate: 0 -50vh;
    }
}

/* ****************** HOME-TEXT-MOVIE-CONTENT */
#home-text-movie-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: var(--color-n7-gray-light);
}

/* ****************** HOME-TEXT-MOVIE-TITLE / H1 */
#home-text-movie-content-link {
    color: var(--color-n7-dark);
    font-family: var(--fonte-dancing);
    font-weight: normal;
    font-size: 35px;
    text-align: center;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

/* ****************** HOME-TEXT-MOVIE-TEXT-LINK & HOME-TEXT-MOVIE-TEXT-PROPRIETARIO / REVEAL */
#home-text-movie-content-link.reveal_element {
    animation: reveal_element_left 2s ease-out forwards;
}

@keyframes reveal_element_left {
    0% {
        opacity: 0;
        translate: 10vw 0;
    }

    100% {
        opacity: 1;
        translate: 0 0;
    }
}

/* ****************** HOME-CONTAINER-SLIDERS */
.home-container-sliders {
    width: 100vw;
    margin: 0;
    padding: 0;
    background-color: var(--color-n7-white);
}

/* ****************** HOME-CONTAINER-SLIDERS-TOP */
.home-container-sliders-top {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 5px 0;
    color: var(--color-n7-dark);
    background-color: var(--color-n7-gray-light);
}

/* ****************** OBSERVED-ELEMENT */
.observed_element {
    opacity: 0;
}

/* ****************** OBSERVED-ELEMENT / REVEAL-ELEMENT */
.observed_element.reveal_element {
    animation: reveal_element_left 2s ease-out forwards;
}

/* ****************** HOME-CONTAINER-SLIDERS-BOTTOM */
.home-container-sliders-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 10px 0;
    background-color: var(--color-n7-gray-light);
}

/* ****************** HOME-CONTAINER-SLIDERS-BOTTOM > A */
.home-container-sliders-bottom>a {
    width: 220px;
}

/* ****************** IMG-SVG **************************************************** */
.img-svg {
    width: 100px;
    height: 100px;
    margin: 10px 0;
}

/* ****************** IMG-SVG / PATH */
.img-svg path {
    fill: var(--color-n7-middle);
}

/* ****************** FIM - HOME */

/* ********************************** INÍCIO - CAROUSEL ******************************** */

/* ****************** CAROUSEL */
.carousel {
    width: 100%;
    height: 280px;
    margin: 0;
    padding: 10px;
    background-color: var(--color-n7-gray-dark);
}

/* ****************** CAROUSEL-INDICATORS */
.carousel-indicators {
    height: 20px;
    max-width: 350px;
    margin: 0 auto 5px;
    padding: 0;
}

/* ****************** CAROUSEL-INNER */
.carousel-inner {
    height: 224px;
    width: 336px;
    margin: 0 auto;
    padding: 0;
    border-radius: 8px;
}

/* ****************** CAROUSEL-ITEM */
.carousel-item {
    height: 100%;
    width: 100%;
    margin: auto;
}

/* ****************** SLIDE-CAROUSEL */
#slide-carousel {
    display: block;
    height: 100%;
    width: 100%;
    margin: auto;
    padding: 0;
    border-radius: 8px;
}

/* ****************** CAROUSEL-CAPTION */
.carousel-caption {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 0;
    margin: 0;
    backdrop-filter: blur(30px);
}

/* ****************** CAROUSEL-CAPTION / H4 */
.carousel-caption h4 {
    color: var(--color-n7-yellow);
    padding: 0;
    margin: 0;
}

/* ****************** CAROUSEL-CAPTION / A */
.carousel-caption a {
    padding: 0;
    margin: 0;
}

/* ****************** CAROUSEL-CONTROL-PREV / CAROUSEL-CONTROL-NEXT */
.carousel-control-prev,
.carousel-control-next {
    height: 40px;
    width: 40px;
}

/* ****************** CAROUSEL-CONTROL-PREV */
.carousel-control-prev {
    border-radius: 0 8px 8px 0;
    margin: 110px 0 110px 10px;
}

/* ****************** CAROUSEL-CONTROL-NEXT */
.carousel-control-next {
    border-radius: 8px 0 0 8px;
    margin: 110px 10px 110px 0;
}

/* ****************** FIM - CAROUSEL */

/* ****************** FIM - HOME */

/* ****************** BOOTSTRAP (SITE) - COMPONENTS */

/* ****************** DROPDOWN (Bootstrap) */
.dropdown {
    position: relative;
    padding: 0;
}

/* ****************** DROPDOWN / A / IMG */
.dropdown a img {
    background-color: var(--color-n7-gray-light);
    padding: 2px;
}

/* ****************** DROPDOWN-MENU */
.dropdown-menu {
    background-color: var(--color-n7-white);
}

/* ****************** DROPEND */
.dropend {
    padding: 0 5px;
}

/* ****************** DROPEND:HOVER / DROPDOWN-MENU */
.dropend:hover>.dropdown-menu {
    display: block;
    padding-left: 5px;
}

/* ****************** DROPDOWN-MENU / DROPDOWN-ITEM */
.dropdown-menu .dropdown-item {
    color: var(--color-n7-dark);
    transition: 0.2s background-color ease-in-out;
}

/* ****************** DROPDOWN-MENU / DROPDOWN-ITEM:HOVER */
.dropdown-menu .dropdown-item:hover {
    background-color: var(--color-n7-dark);
    color: var(--color-n7-white);
}

/* ****************** DROPDOWN-MENU / DROPDOWN-ITEM / I */
.dropdown-menu .dropdown-item i {
    margin: 0 8px 0 0;
}

/* ********************************** INÍCIO: PDF ************************************** */

/* ****************** PDF-BODY */
.pdf-body {
    position: relative;
    font-family: var(--fonte-padrao);
    margin: 0;
    padding: 415px 0 60px 0;
}

/* ****************** PDF-HEADER */
.pdf-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 390px;
    margin: 0 20px;
    padding: 0;
    border-bottom: 0.5px solid black;
}

/* ****************** PDF-HEADER-PROPRIETARIO */
.pdf-header-proprietario {
    position: relative;
    height: 65px;
    margin: 0;
    padding: 0;
    border-bottom: 0.5px solid black;
}

/* ****************** PDF-HEADER-PROPRIETARIO-LOGO */
.pdf-header-proprietario-logo {
    position: absolute;
    top: 5px;
    right: 0;
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 2px;
}

/* ****************** PDF-HEADER-PROPRIETARIO-LOGO / IMG */
.pdf-header-proprietario-logo img {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

/* ****************** PDF-HEADER-PROPRIETARIO-NOME */
.pdf-header-proprietario-nome {
    width: 100%;
    margin: 0;
    padding: 0;
}

/* ****************** PDF-HEADER-PROPRIETARIO-NOME / SPAN */
.pdf-header-proprietario-nome span {
    display: block;
    margin: 0;
    padding: 0;
    font-family: var(--fonte-dancing);
    font-weight: normal;
    font-size: 40px;
    text-align: center;
}

/* ****************** PDF-HEADER-CONTAINER-IMAGE */
.pdf-header-container-image {
    position: relative;
    height: 220px;
    margin: 0;
    padding: 0;
}

/* ****************** PDF-HEADER-BOX-IMAGE */
.pdf-header-box-image {
    position: absolute;
    bottom: 50%;
    right: 50%;
    transform: translate(50%, 50%);
    height: 200px;
    text-align: center;
    margin: 0;
    padding: 0;
}

/* ****************** PDF-HEADER-BOX-IMAGE / IMG */
.pdf-header-box-image img {
    height: 100%;
}

/* ****************** PDF-HEADER-CONTAINER-TITULO */
.pdf-header-container-titulo {
    position: absolute;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
}

/* ****************** PDF-HEADER-TIPO */
.pdf-header-tipo {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: var(--fonte-padrao);
    font-weight: 400;
    font-size: 26px;
    color: var(--color-n7-font-dark);
}

/* ****************** PDF-HEADER-TITULO */
.pdf-header-titulo {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: var(--fonte-dancing);
    font-weight: normal;
    font-size: 45px;
    text-align: center;
    color: var(--color-n7-dark);
}

/* ****************** PDF-FOOTER */
.pdf-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    margin: 0 20px;
    padding: 0;
    border-top: 0.5px solid black;
}

/* ****************** PDF-FOOTER-CONTENT */
.pdf-footer-content {
    font-size: 14px;
    text-align: center;
    margin: 20px 0;
}

/* ****************** PDF-FOOTER-CONTENT / PAGE */
.pdf-footer-content .page {
    position: absolute;
    right: 0;
}

/* ****************** PDF-FOOTER-CONTENT / PAGE::AFTER */
.pdf-footer-content .page::after {
    content: counter(page);
}

/* ****************** PDF-MAIN */
.pdf-main {
    margin: 0 20px;
    padding: 0;
}

/* ****************** PDF-MAIN-TEXTO */
.pdf-main-texto,
.pdf-main-texto-last {
    margin: 0;
    padding: 0 20px 20px 20px;
    color: var(--color-n7-font-dark);
    page-break-inside: auto;
}

/* ****************** PDF-MAIN-TEXTO - PDF-MAIN-TEXTO-LAST / P */
.pdf-main-texto p,
.pdf-main-texto-last p {
    font-size: 26px;
    font-weight: normal;
    text-align: start;
    margin: 10px 0 10px 50px;
    line-height: 35px;
    page-break-inside: auto;
}

/* ****************** PDF-MAIN-TEXTO-LAST / P:LAST-CHILD */
.pdf-main-texto-last p:last-child {
    text-align: center;
    margin-top: 20px;
}

/* ****************** PDF-MAIN-TEXTO / UL */
.pdf-main-texto li {
    font-size: 26px;
    font-weight: normal;
    text-align: start;
    margin: 10px 0 10px 70px;
    line-height: 35px;
    page-break-inside: auto;
}

/* ****************** PDF-MAIN-AUTOR */
.pdf-main-autor {
    margin: 0;
    padding: 0;
}

/* ****************** PDF-MAIN-AUTOR-NOME */
.pdf-main-autor-nome {
    height: 40px;
    margin: 0 0 0 70px;
    padding: 0 0 10px 0;
}

/* ****************** PDF-MAIN-AUTOR-NOME / SPAN */
.pdf-main-autor-nome span {
    font-family: var(--fonte-dancing);
    font-size: 30px;
    font-weight: normal;
}

/* ****************** PDF-MAIN-AUTOR-DESCRICAO */
.pdf-main-autor-descricao {
    height: 28px;
    margin: 5px 0 0 70px;
    padding: 0;
}

/* ****************** PDF-MAIN-AUTOR-DESCRICAO / SPAN */
.pdf-main-autor-descricao span {
    font-family: var(--fonte-padrao);
    font-size: 20px;
    font-weight: normal;
}

/* ****************** PDF-MAIN-AUTOR-DATA-CAD */
.pdf-main-data {
    width: 100%;
    height: 25px;
    margin: 0 0 0 70px;
    padding: 5px 0 0 0;
}

/* ****************** PDF-MAIN-AUTOR-DATA-CAD / SMALL */
.pdf-main-data small {
    font-family: var(--fonte-padrao);
    font-size: 18px;
    font-weight: normal;
    color: var(--color-n7-font-middle);
}

/* ********************************** FIM - PDF **************************************** */

/* ********************************** INÍCIO - @MEDIA / SITE_PAGE ********************** */

@media screen and (min-width: 430px) {

    #indicador_seta_para_baixo {
        display: none;
    }

    /* ****************** SITE_PAGE_MAIN_DESCRIPTION > H1 */
    .site_page_main_description>h1 {
        font-size: 50px;
    }
}

@media screen and (min-width: 500px) {}

@media screen and (min-width: 576px) {

    /* ****************** SITE-PAGE-HEADER-A-CONTENT */
    .site_page_header_A_content {
        width: 540px;
    }

    /* ****************** SITE_FULLSCREEN_MAIN_CONTENT */
    .site_fullscreen_main_content {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* ****************** BOX_PESQUISA_PAINEL_SITE */
    .box_pesquisa_painel_site {
        padding: 0;
    }

    /* ****************** BOX_TOP_BTN */
    .box_top_btn {
        border-left: none;
    }

    /* ****************** HOME-TOP / HOME-TOP-IMG */
    #home-top #home-top-img {
        margin: 0 0 40px 0;
        height: 350px;
    }

    /* ****************** CAROUSEL-CONTROL-PREV */
    .carousel-control-prev {
        margin: 110px 0 110px 20px;
    }

    /* ****************** CAROUSEL-CONTROL-NEXT */
    .carousel-control-next {
        margin: 110px 20px 110px 0;
    }
}

@media screen and (min-width: 576px) and (max-height: 430px) {

    /* ****************** HOME-TOP / NSG-IMG */
    #home-top #home-top-img {
        margin: 0 0 5px 0;
        height: 250px;
    }
}

@media screen and (min-width: 768px) {

    /* ****************** SITE-PAGE-HEADER-A-CONTENT */
    .site_page_header_A_content {
        width: 720px;
    }

    /* ****************** SITE_PAGE_MAIN_TOP_CONTROLS */
    .site_page_main_top_controls {
        justify-content: space-between;
    }

    /* ****************** BOX_CONTENT_LIMITER */
    .box_content_limiter {
        border-right: 0.5px solid var(--color-n7-gray-middle);
        border-left: 0.5px solid var(--color-n7-gray-middle);
        width: 780px;
    }

    /* ****************** SITE_FULLSCREEN_MAIN_TOP */
    .site_fullscreen_header_controls {
        justify-content: space-between;
        padding: 5px 10px;
    }

    /* ****************** BOX-SHORT */
    .box-large {
        max-width: 720px;
    }

    /* ****************** CONTENT-AVATAR */
    .content-avatar {
        width: 100px;
    }
}

@media screen and (min-width: 992px) {

    /* ****************** SITE-PAGE-HEADER-A-CONTENT */
    .site_page_header_A_content {
        width: 960px;
    }
}

@media screen and (min-width: 1200px) {

    /* ****************** SITE-PAGE-HEADER-A-CONTENT */
    .site_page_header_A_content {
        width: 1140px;
    }

    /* ****************** BOX_CONTENT_LIMITER */
    .box_content_limiter {
        justify-content: space-evenly;
        width: 900px;
        column-count: 3;
    }
}

@media screen and (min-width: 1400px) {

    /* ****************** SITE-PAGE-HEADER-A-CONTENT */
    .site_page_header_A_content {
        width: 1320px;
    }
}

/* ********************************** FIM - @MEDIA / SITE_PAGE ************************* */