/*****************************
SITE: JAME SOUZA
DATA: 24/10/2022
DESIGN: LEONARDO BALTAR
DESENVOLVIDO POR: JAME SOUZA
*****************************/

/*Geral*/
    html, body, div, span, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    abbr, address, cite, code,
    del, dfn, em, img, ins, kbd, q, samp,
    small, strong, sub, sup, var,
    b, i,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas, details, figcaption, figure, 
    footer, header, hgroup, menu, nav, section, summary,
    time, mark, audio, video {
        margin:0;
        padding:0;
        border:0;
        outline:0;
        font-size:100%;
        vertical-align:baseline;
        background:transparent;
    }


:root{
    --bg-body: rgb(248, 248, 248);
    --azul-principal: #055c9d;
}    
	
*{margin:0; padding:0;}
img a{border:0;}
a img{border:0;}
a {text-decoration: none !important;  cursor: pointer; outline: none;}

h1, h2, h3, h4, h5 ,h6{letter-spacing: 1px;}

h1              {font-size: 1.6em; margin: .67em 0 }
h2              {font-size: 1.5em; margin: .75em 0 }
h3              {font-size: 1.17em; margin: .83em 0 }
h4              {font-size: 1em; margin: .73em 0 }
h5              {font-size: .83em; margin: 1.5em 0 }
h6              {font-size: .75em; margin: 1.67em 0 }
h1, h2, h3, h4,
h5, h6          {font-weight: bolder }

.clear{clear: both;}

.top-bar{width: 100%; height: 35px; background-color: #3596ce; top: 0px; left: 0px; z-index: 9;}

html{
    scroll-behavior: smooth;
}

body{
    background-color: var(--bg-body);
}

:target {
    scroll-margin-top: 7vh;
}

header{
        display: none;
        width: 100vw; height: 7vh; 
        position: fixed; 
        top: 0px; left: 0px; 
        /*
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        */
        backface-visibility: hidden;

        font-family: Arial, Helvetica, sans-serif;

        background-color: var(--azul-principal);
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);         
        z-index: 9;
}

headermobile{
    width: 100vw; height: 8vh; 
    position: fixed; 
    top: 0px; left: 0px; 

    backface-visibility: hidden;

    font-family: Arial, Helvetica, sans-serif;

    background-color: transparent;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);         
    z-index: 9;
    display: none;
}

/*
header div {
    width: 100%; 
    padding-left: 7%
}
*/
header a {color: white; font-size: large;}

header li {display: inline;}


#botoes{
    padding-left: 3vh;
    padding-right: 3vh;

    display: flex;
    flex-direction: row;
    justify-content: space-between;

    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#botoesAgrupados span{
    margin-right: 1em;
}


#botoes img{
    height: 4vh;
    width: auto;    
}


#menu-button{
    display: none;
}

#menu-button svg{
    display: inline-block;
    font-size: inherit;
    height: auto;
    overflow: visible;
    vertical-align: -.125em;
}

.centraliza_honrizontal_vertical{
    background-color: white;
    flex-direction: column;
    align-items: center;
    height: 100%;
    width: 100%;
    position: relative;
    display: flex;
}

#divSVG{
    width: auto;
    height: 100%;
}


#ebHFOwKvlAC1{ /* animação svg */
    background-color: white; 
    vertical-align: middle;

    width: 100%;

    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


/*#sobrepor_b{width: 100%; height:  20%; background-color: rgb(157, 189, 142); position: fixed; bottom: 0;}*/
#sobrepor_b{width: 100%; height:  25%; background-color: rgb(255, 255, 255); position: fixed; bottom: 0;}
#sobrepor_t{width: 100%; height:  25%; background-color: rgb(187, 233, 165); position: fixed; top: 0;}
#sobrepor_e{width:  25%; height: 100%; background-color: rgb(134, 167, 118); position: fixed; left: 0;}
#sobrepor_d{width:  25%; height: 100%; background-color: rgb(109, 129, 101); position: fixed; right: 0;}

/*SLIDER*/
.slide{width: 100%; height: 100vh; min-height: 794px; margin-top:115px; position: relative; display: flex; flex-wrap: wrap; -webkit-align-items: center; align-items: center; justify-content: center; -webkit-justify-content: center; flex-direction: column; -webkit-flex-direction: column; align-content: center; background: url(../images/slider01.png)center no-repeat; background-size: cover;}

.content-home {
    
    width: 100%;
    height: calc(100vh - 7vh);

    margin: 0 auto;
    top: 7vh;

    position: relative;

    padding-left: 7%;
    padding-right: 7%;    

    font-family: Arial, Helvetica, sans-serif;
}

#sloganBaixo{
    display: none;
    position: absolute;
    right: 1em;
    text-align: right;
    margin: 1em;    
}

#sloganBaixo p {
    font-size: larger;
}

#sloganAlto{
    display: none;
    position: relative;
    top: 9vh;
    right: 0;
    text-align: right;
    align-self: flex-end;
    z-index: 8;
    margin-right: 0.5em;
}

#sloganAlto p{
    font-size: small;
    opacity: 0.7;
}

.slogan p{
    color: white;
    text-shadow: 1px 1px black;
    font-style: italic;
}

.content-home-in{

    background-color: white;
    padding: 5%;
   
    width: 100%;

    flex-direction: row;
    
    flex-wrap: wrap;
    display: flex;

    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);

    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1); 
    border-radius: 4px;
}

.content-home-in p{
    color: rgb(75, 75, 77);
    text-align: justify;
}

.content-home-in h1{
    
    /*margin-bottom: 1.5em;*/
}

.destaque_h1{
    
    width: auto;
    border-left: 7px solid var(--azul-principal);
    padding-left: 0.7em;
}

#imginiMobile{
    display: none;
}

.img-content-home{
    width: 100%;
    height: auto;
}

.box-content-1{

    width: 50%;
    height: auto;    
}

.box-content-2{

    flex-direction: column;
    padding-left: 5%;
    padding-right: 1%;
    
    width: 50%;
    height: auto;
}

.divQRCode{
    height: 40%;
    width: auto;
    margin-top: 0.7em;
    margin-bottom: 0.7em;
    text-align: center;    
}

.divQRCode a:link{
    color: var(--azul-principal);
    cursor: pointer;
    opacity: 1;
}

.divQRCode a:active {
    opacity: 0.25;
    transition: transform 0.6s ease-in-out;  
}

.qrcode{
    height: 100%;
    width: auto;
}

.pai-position{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;        
    display: flex;
    flex-direction: column;
}

#wrapper {
    min-height: 100%;
    position: relative;
}
#container {

    overflow: initial;
    height: 100vh;
}

#header-menu{
    
    width: fit-content;    
    height: auto;
    align-self: flex-start;
    
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);    
    
}

#header-menu 
    span{
        margin-right: 1em;
    }


@media (max-width:980px){

    header{
        height: 8vh; 
        opacity: 0.3;
    }

    headermobile{
        display: none;
    }

    :target {
        scroll-margin-top: 8vh;
    }
    
    #menu-button{
        display: flex;
        max-width: fit-content;
        height: auto;
    }

    #header-menu{
        display: none;
    }


    #menuMobile{
        /*display: none;*/
        position: relative;
        top: -5vh;
        background-color: white;
        height: auto;
        width: fit-content;
        min-width: 50vw;
        padding: 1em;
        border-radius: 4px;
        margin: 2vw;
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.7);
        flex-direction: column;
        z-index: 9;
    }

    .fullscreen-menu-container .js-menu-container{
        display: none;
    }

    .fullscreen-menu-container .js-menu-container .is-open{
        display: block;
    }

    .opcaoMenu{
        padding: 0.5em;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .opcaoMenu h1{
        width: 100%;
        color: var(--azul-principal)
    }

    .opcaoMenuIcone{
        width: 2em;
        height: auto;
        margin-right: 1.5em;
        text-align: center;
    }

    .opcaoMenuIcone img{
        height: auto;
        width: 100%;
    }

    .menu-separador{
        width: 100%;
        border: 1px rgb(230, 243, 252) solid;
    }
    
    #sloganBaixo{
        display: none;
    }
    
    #sloganAlto{
        display: none;
    }
    
    .content-home {
    
        width: 100%;
        min-height: calc(100vh - 7vh);

    
        margin: 0 auto;        
        margin-bottom: 8vh;
    
        position: relative;
    
        padding-left: 1.5%;
        padding-right: 1.5%;    

        top: 8vh;
    }
    
    .content-home-in{
    
        background-color: white;
        padding: 7%;
       
        width: 100%;
    
        flex-direction: column;
        
        /*flex-wrap: wrap;*/
        /*display: flex;*/
    
        position: relative;
        
        /*
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        */    
        top: 5%;
        -webkit-transform: translateY(-5%);
        transform: translateY(-5%);

        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1); 
        border-radius: 4px;
    }    

    .box-content-1{
        width: 100%;
    }

    .box-content-2{
        width: 100%;
        padding-left: 0;
        padding-right: 0;        
    }

    .divQRCode{        
        height: auto;
        width: 100%;
        text-align: center;
        margin-top: 0;
        margin-bottom: 0;    
    }

    .qrcode{
        height: auto;
        width: 50%;
    }

    #divSVG{
        width: 165%;
        height: auto;
    }
    
    #imgini{
        display: none;
    }

    #imginiMobile{
        display: block;
    }
    
}