/*Definições gerais*/
    html{
        scroll-behavior: smooth;
        scroll-padding: 135px;
        min-width: 950px;
    }
   *{
        margin: 0px;
        padding: 0px;
        font-family: Arial, Helvetica, sans-serif;
    }
    a{
        color: #0b3a11;
        text-decoration: none;
    }
    a:visited{
        color: #0b3a11;
    }
    li{
        list-style: none;
    }
    body{
        background-image: url("img/img_Milho_04.jpg");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 0px -120px;
        margin: 0px;
        color: #0b3a11;
        overflow-x: hidden;
    }
    img{
        margin: 0px;
        border: 0px;
        padding: 0px;
    }
    .Logo-V1_LinkAssessoria{
        width: 200px;
        height: auto;
    }
    button{
        box-shadow: none;
        border: none;
    }
    .icon{
        color: white;
        transition: 200ms;
    }
    .icon:hover{
        color: #c6e6ab;
        cursor: pointer;
    }
/*/Definições gerais*/
/*Menu fixo*/

/*/Menu fixo*/
/*Cabeçalho*/
    #Cabecalho{
        background-color: #8fbbafde;
        backdrop-filter: blur(2px);
        width: 100%;
        height: min-content;
        max-height: 450px;
        min-width: 950px;
        position: fixed;
        top: -12%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        box-shadow: 0px 0px 5px rgb(0, 0, 0, .5);
        color: rgb(20, 20, 20);
        transition: 125ms;
        z-index: 1;
    }
        #LogoCabecalho{
            width: 100%;
            height: 100%;
            display: flex;
            align-content: center;
            justify-content: center;
        }
            .LogoCabecalhoAparecer{
                top: 0% !important;
            }
        #NavCabecalho{
            width: 100%;
            height: auto;
            display: flex;
            align-self: end;
            color: #333333;
        }
        .ListaMenus{
            width: 100%;
            display: flex;
            flex-direction: row;
            justify-content: space-around;
            align-content: center;
        }
            .ListaMenus a{
                width: 100%;
                height: 15pt;    
                margin-top: 10px;
                padding: 7px;
                border-top: 1px solid black;
                text-align: center;
                font-weight: 700;
                /*box-shadow: 0px 0px 2px rgb(0, 0, 0, .5);*/
                cursor: pointer;
                user-select: none;
                transition: 200ms;
            }
            .ListaMenus a:hover{
                background-color: #ffffffaa;
            }
        
/*/Animações*/
@keyframes fadeIn {
    to {
        opacity: 1;
    }
}
@keyframes DesEsquerda {
    to{
        left: 5%;
    }
}
#Clear_01{
    width: 100%;
    height:500px;
}
/*Principal*/
main{
    background-color:#d6f8b8;
    width: 100%;
    height: auto;
    border-radius: 5px;
}
    #LogoPricipal{
        position: absolute;
        top: 20%;
        left: -75%;
        padding: 20px;
        border-radius: 20px;
        display: flex;
        flex-direction: row;
        color: black;
        animation: DesEsquerda 2s ease forwards;
    }
        #img_LogoPricipal{
            background-color: #80cf761e;
            width: 400px;
            height: auto;
            padding: 20px;
            border: 2px solid #288d4f;
            border-radius: 20px;
        }
        #LogoPricipal p{
            opacity: 0%;
            width: 500px;
            margin-left: 20px;
            align-content: center;
            text-align: justify;
            font-style: italic;
            animation: fadeIn 2s ease forwards;
            animation-delay: 2s;
        }
    .Section{
        height: auto;
        background-color: white;
        border-radius: 5px 5px 0px 0px;
        padding: 10px 0px;
        align-content: center;
        text-align: center;
        box-shadow: 0px 0px 25px rgb(0, 0, 0, .5);
        filter: drop-shadow(0px 5px 25px rgb(0, 0, 0, .5));
    }
    .Section h1{
        font-size: 30pt;
        margin: 10px 0px;
    }
    .Section h2{
        font-size: 20pt;
        margin: 10px 0px;
    }
    .ImagemFundo{
        width: 100%;
        height: auto;
    }
    .MenuSobreporImagem{
        position: absolute;
        top: 5%;
        left: calc(50% - 250px);

        width: 500px;
        height: 200px;
        
        background-color: #8fbbafde;
        backdrop-filter: blur(2px);
        
        padding: 10px;
        border: 2px solid #166534;
        border-radius: 20px;
    }
    #SectionSobre{
        width: 100%;
    }
    #DivContato{
        background-color: #ffffffbb;
        width: 100%;
        height: auto;
        min-width: 790px;
        right: calc(50% - 50% + 10px);
        margin-top: 50px;
        border-radius: 5px;
        transition: 200ms;
    }
    .Cx_Colaborador{
        display: flex;
        width: 100%;
        margin: 50px 0px;
        align-items: center;
    }
        .Foto_Perfil{
            background-color: rgb(255, 255, 255);
            width: 1000px;
            height: 100px;
        }
        .Div_CxTextoContato{
            width: 100%;
            height: 150px;
            display: flex;
            flex-direction: column;
            margin: 3px;
            border: 1px solid rgba(0, 0, 0, 0.171);
            border-radius: 5px;
            padding: 5px;
            text-align: justify;
        }
            .Contato{
                width: 100%;
                height: 100%;
                display: flex;
                align-items: center;
                justify-content: space-around;
            }
        #Cx_Colaborador_02 h1{
            text-align: right;
        }
    #DivPrincipio{
        background-color: #d6f8b8;
        background: linear-gradient(90deg, rgba(255,255,255,1) 0%, #d6f8b8b2 10%, #d6f8b8b2 90%, rgba(255,255,255,1) 100%);
        width: calc(100% - 20px);
        height: 200px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin: 20px 10px 5px 10px;
    }
    .IconePrincipio{
        display: block;
        font-size: large;
        font-weight: bold;
    }
        .IconePrincipio p{
            width: 50px;
            text-align: justify;
        }
        .Principio{
            background-color: #80cf76;
            width: 125px;
            height: 125px;
            border-radius: 20px;
            margin: 0px 10px;
            align-content: center;
            user-select: none;
            transition: 125ms;
        }
            .Principio:hover{
                cursor: pointer;
            }
            .RadialPrincipios{
                display: none;
            }
            .RadialPrincipios:checked + .Principio{
                background-color: #80cf76c3;
                padding: 10px;
                margin: 0px 0px;
            }
        #ParagrafoPrincipios{
            background-color: #d6f8b8;
            background: linear-gradient(90deg, rgba(255,255,255,1) 0%, #d6f8b8b2 10%, #d6f8b8b2 90%, rgba(255,255,255,1) 100%);
            width: 100%;
            height: 50px;
            justify-content: center;
            align-content: center;
            font-style: italic;
            text-align: center;
        }
    /* #SecaoProjetoTecnicos{
        height: 2000px;
    } */
    #TabelaCadastrosProjetos{
        width: 100%;
        margin: 40px 0px;
    }
    #div_ProjetosTecnicos{
        display: flex;
        justify-content: space-around;
    }
    .ProjetosTecnicos{
        background-color: #dbfcd6;
        margin: 10px;
        border-radius: 30px 0px 10px 0px;
        padding: 10px;
    }
    #Menu_BancosParceiros{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .Banco{
        --TamanhoXSicredi: 20px;

        padding-top: var(--TamanhoXSicredi / 2);
        padding-bottom: var(--TamanhoXSicredi / 2);
        padding-right: var(--TamanhoXSicredi);
        padding-left: var(--TamanhoXSicredi);

        margin-top: var(--TamanhoXSicredi / 2);
        margin-bottom: var(--TamanhoXSicredi / 2);
        margin-left: var(--TamanhoXSicredi);
        margin-right: var(--TamanhoXSicredi);

        align-items: center;

        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        overflow-x: hidden;
    }
        .LogoTipo{
            width: 200px;
            height: auto;
            
        }
        #img_Caixa{
            width: 125px;
        }
        #img_Sicoob{
            width: 125px;
        }
    
/*/Principal*/
/*Rodapé*/
footer{
    background-color:#000000;
    height: 300px;
    width: calc(100% - 10px);    
}
    #div_infos{
        background-color: #1f1f1fdb;
        width: 100%;
        height: 300px;
        position: absolute;
        clip-path: polygon(0 0, 45% 0, 60% 100%, 0% 100%);
        color: white;
        text-align: left;
        align-items: center;
        z-index: 1;
    }
    #endereco{
        width: 50%;
        padding: 15px 0px;
        text-align: center;
    }
    #Cx_GoogleMaps{
        width: 100%;
        height: min-content;
        align-content: center;
    }
        #Maps{
            width: 100%;
            height: 300px;
            border-radius: 5px;
            box-shadow: 0px 0px 5px rgb(0, 0, 0, .5);
        }
        #Cx_Clima{
            width:97%;
            height: min-content;
            box-shadow: 0px 0px 5px rgb(0, 0, 0, .5);
        }
    #Cx_RedesSociais{
        width: 50%;
        height: 75%;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        font-size: 25pt;
    }
    .LinkIcones{
        text-decoration: none !important;
    }
/*/Rodapé*/
