/*
Theme Name: Services UNIGUAÇU Theme 
Text Domain: servicesuni
Version: 2.0
Tested up to: 6.0
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-patterns, block-styles, wide-blocks, accessibility-ready
Author: the WordPress team
Author URI: https://wordpress.org/
Theme URI: https://wordpress.org/themes/twentytwenty/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/





/*---------------------------------------------------FONTES------------------------------------------------*/
* {
    box-sizing: border-box;
}

@font-face {
    font-family: 'MADE BLACK';
    src: url('./assets/fonts/woff2/MADEOuterSansBlack.woff2') format('woff2'),
        url('./assets/fonts/eot/MADEOuterSansBlack.eot') format('eot'),
        url('./assets/fonts/ttf/MADEOuterSansBlack.ttf') format('truetype');

}

@font-face {
    font-family: 'MADE BOLD';
    src: url('./assets/fonts/woff2/MADEOuterSansBold.woff2') format('woff2'),
        url('./assets/fonts/eot/MADEOuterSansBold.eot') format('eot'),
        url('./assets/fonts/ttf/MADEOuterSansBold.ttf') format('truetype');
}

@font-face {
    font-family: 'MADE LIGHT';
    src: url('./assets/fonts/woff2/MADEOuterSansLight.woff2') format('woff2'),
        url('./assets/fonts/eot/MADEOuterSansLight.eot') format('eot'),
        url('./assets/fonts/ttf/MADEOuterSansLight.ttf') format('truetype');
}

@font-face {
    font-family: 'MADE MEDIUM';
    src: url('./assets/fonts/woff2/MADEOuterSansMedium.woff2') format('woff2'),
        url('./assets/fonts/eot/MADEOuterSansMedium.eot') format('eot'),
        url('./assets/fonts/ttf/MADEOuterSansMedium.ttf') format('truetype');
}

@font-face {
    font-family: 'MADE REGULAR';
    src: url('./assets/fonts/woff2/MADEOuterSansRegular.woff2') format('woff2'),
        url('./assets/fonts/eot/MADEOuterSansRegular.eot') format('eot'),
        url('./assets/fonts/ttf/MADEOuterSansRegular.ttf') format('truetype');
}

@font-face {
    font-family: 'MADE THIN';
    src: url('./assets/fonts/woff2/MADEOuterSansThin.woff2') format('woff2'),
        url('./assets/fonts/eot/MADEOuterSansThin.eot') format('eot'),
        url('./assets/fonts/ttf/MADEOuterSansThin.ttf') format('truetype');
}

:root {
    --madeBlack: "MADE BLACK";
    --madeBold: "MADE BOLD";
    --madeLight: "MADE LIGHT";
    --madeMedium: "MADE MEDIUM";
    --madeRegular: "MADE REGULAR";
    --madeThin: "MADE THIN";
    --blue-geral: #004a98;
    --dark-blue-geral: #001b3f;
    --gray: #44474e;
}


/*---------------------------------------------------FIM FONTES------------------------------------------------*/


/*---------------------------------------------------CONTAINER GERAL------------------------------------------------*/
body {
    background-color: #f7f7f7;
    margin: 0;
}

.sv-container-pg {
    font-family: var(--madeBlack);
    color: var(--blue-geral);
    margin: 0;
    padding: 1rem  1rem 2.5rem 2.5rem;
    display: flex;
    justify-content: flex-end;
}

.sv-section-pg {
    width: 100%;

    border: 1px solid #A9A9A9;
    border-radius: 2rem;
    background-color: white;

    padding: 2rem;
    margin: 1rem 0 0 0;
}

.sv-section-two-pg {
    display: flex;
    gap: 1.5rem;
}


.sv-colunm-pg {
    width: 94%;
}
.sv-container {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.sv-pg-30 {
    width: 30%;
}

.sv-pg-50 {
    width: 50%;
}

.sv-pg-70 {
    width: 70%;
}




.sv-capa-power-bi {
    width: 100%;
}



img.sv-pg-logo {
    width: 10%;
}


.sv-value-ft-category{
    display: none;
}

.is-layout-desktop-mobile{
    display: flex;
    gap: 5rem;
}


/*--------------------------------------------------- FIM CONTAINER GERAL------------------------------------------------*/


/*--------------------------------------------------- Controle de exibição - Dispplay -----------------------------------------------*/

.img-mobile {
    display: none;
}

.part-mobile {
    display: none;
    justify-content: space-between;
}
/*--------------------------------------------------- FIM Controle de exibição - Dispplay-----------------------------------------------*/

/*--------------------------------------------------- Página Power Bi -----------------------------------------------*/
.sv-text-format-content-power-bi {
    color: black;
    font-family: var(--madeLight);
    font-weight: 300;
}

.sv-buttons-power-bi {
    display: flex;
    flex-direction: column;
    padding: 1rem 0;
}

.sv-buttons-power-bi a {
    color: white;
    font-family: var(--madeLight);
    font-weight: 600;
    text-decoration: none;
    width: 100%;
    background-color: var(--blue-geral);
    padding: 1rem;
    border-radius: 1rem;

    display: flex;
    align-items: center;
    gap: 1rem;
}

.sv-buttons-power-bi a + a {
    margin-top: 1rem;
}

.menu-item:hover {
    background-color: transparent!important;
}

/*--------------------------------------------------- Final Página Power Bi -----------------------------------------------*/
/*--------------------------------------------------- MEDIA QUERIE-----------------------------------------------*/




@media (max-width: 1250px) {
    .part-mobile {
        display: flex;
        align-items: center;
    }

    .sv-colunm-pg {
        width: 100%;
    }

    .sv-container-pg {
        padding: 1rem;
    }


    img.sv-pg-logo-desktop {
        display: none;
    }

    .img-desktop {
        display: none !important;
    }

    .img-mobile {
        display: block;
    }


    .is-layout-flex {
        flex-direction: column;
    }

    .is-layout-desktop-mobile{
        flex-direction: column;
        gap: 1rem;
    }

    .wp-block-image {
        text-align: center;
    }

    .menu-mobile {
        padding: 0 2rem;
    }

    .sv-section-two-pg {
        flex-direction: column;
        align-items: end;
    }

    .sv-value-ft-category{
        display: block;
    }
}


@media (max-width: 500px) {
    .sv-section-pg {
        padding: 1rem;
    }
    .sv-container {
        flex-direction: column-reverse;
    }

    .sv-pg-30,
    .sv-pg-5,
    .sv-pg-70 {
        width: 100%;
    }
}

/*--------------------------------------------------- PADRAO-----------------------------------------------*/
.sv-content-style-standard{
        background-color: white;
        border: 2px solid #A9A9A9;
        border-radius: 2rem;   
}
.sv-btn-padrao{
    padding: 1rem 1.5rem;
    border-radius: 1.7rem;
    color: white;
    font-family: var(--madeRegular);
    background-color: var(--blue-geral);
}
.sv-global-error{
    color: red;
    display: none;
    font-weight: 300;
}

.sv-section-pg h2{
    font-size: 2.3rem;
    margin: 0;
    margin-bottom: 1rem;
    font-family: var(--madeLight);
    font-weight: 500;
}

.sv-container-pg .pagination{
    display: flex;
    gap: 0.5rem;
    justify-content: flex-end;
    margin-top: 1rem;
}

.sv-container-pg .pagination a,
.sv-container-pg .pagination span{
    border: 1px solid #74777f;
    color: #74777f;
    padding: 0.5rem;
   border-radius: 8px;
   text-decoration: none;
}

.sv-container-pg .pagination a.sv-next,
.sv-container-pg .pagination a.sv-previous{
    color: white;
    background-color: #004a98;
    font-family: var(--madeRegular);
    font-size: 0.9rem;
}

.sv-container-pg .pagination span.current{
    color: #004a98;
  

}
/*--------------------------------------------------- FIM PADRAO-----------------------------------------------*/


body{
    overflow-x: hidden;
}