@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;     
  }
    
body {
    font-size: 100%;
    margin: 0 auto;
    font-family: 'Lato';
    max-width: 1920px;
    background-color: #FFFFFF;
    }

@media (max-width: 960px) {
    .body {
    font-size: 100%;
    margin: 0 auto;
    font-family: 'Lato';
    max-width: 960px;
    background-color: #FFFFFF;
    }
}



h1 {
font-family: 'Lato';
font-style: normal;
font-weight: 700;
font-size: clamp(1.5em, 1em + 1vw, 3vw); 
line-height: 96%;
letter-spacing: -0.02em;
color: #FFFFFF;

    }

.h1_especial {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: clamp(1.5em, 1em + 1.3vw, 3vw); 
    line-height: 140%;
    letter-spacing: -0.02em;   
    color: #FFFFFF;
}

h2 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: clamp(2em, 1em + 0.8vw, 4vw); 
    line-height: 110%;
    /* or 117% */
    letter-spacing: -0.02em;
    text-align: left;
    color: #F05CA7;


}

h3 {

    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    font-size: clamp(2em, 1em + 2vw, 5vw); 
    line-height: 140%;
    color: #66BDD5;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);

}

p {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    font-size: clamp(1em, 1em + 0.4vw, 4vw); 
    line-height: 140%;
    color: #000000;
}

.p_especial {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    font-size: clamp(1em, 1em + 0.1vw, 4vw); 
    line-height: 140%;
    color: #FFFFFF;
}



li {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    font-size: clamp(1em, 1em + 0.4vw, 4vw); 
    line-height: 160%;
    color: #000000;
}

.cont1920 {
    max-width: 1920px;
    margin: auto;
    align-items: center;
    justify-items: center;
    align-content: center;
    justify-content: center;
    border: none;
}

.cont960 {
    max-width: 960px;
    margin: auto;
    align-items: center;
    justify-items: center;
    align-content: center;
    justify-content: center;
    border: none;
}

@media (max-width: 700px) {
    .cont960 {
    max-width: 960px;
    margin: auto;
    align-items: center;
    justify-items: center;
    align-content: center;
    justify-content: center;
    border: none;
}
}

.container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    gap: 5%;
}

/*------------ Bloco Header ---------------*/

.cabeca_1 {
    grid-area: cab1;
    margin: auto;
    height: auto;
    width: auto;
}

@media (max-width: 700px) {
    .cabeca_1 {
    grid-area: cab1;
    margin: auto;
    height: auto;
    width: 60%;
}
}

.cabeca_2 {
    grid-area: cab2;
    margin: auto;
    height: auto;
    width: auto;
}

.cabeca_3 {
    grid-area: cab3;
    margin: auto;
    height: auto;
    width: auto;
}

.cabeca {
    max-width: 100%;
    display: grid;
    margin: 0 2% 0 2%;
    justify-content: space-around;
    display: grid;
    grid-template-columns: 20% 30% 50%;
    grid-template-rows: auto;
    grid-template-areas: 
    'cab1 cab2 cab3';
}

@media (max-width: 700px) {
    .cabeca {
        max-width: 100%;
        display: grid;
        margin: 0 5% 0 5%;
        justify-content: space-around;
        row-gap: 20px;
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: auto;
        grid-template-areas: 
        'cab1' 
        'cab3' 
        'cab2';
    }
}
/*------------ Fim Bloco Header ---------------*/


/*------------ Bloco 2 colunas ------------*/
.g1{
    grid-area: g1;
    margin: auto;
    height: 100%;
    width: auto;

}
.g2{
    grid-area: g2;
    margin: auto;
    height: auto;
    width: auto;
    text-align: right;
}
@media (max-width: 700px) {
    .g2 {
        grid-area: g2;
        margin: auto;
        height: auto;
        width: auto;
        text-align: center;

        }
}

     .colunas_b2 {
        max-width: 960px;
        margin: auto;
        justify-content: space-around;
        display: grid;
        grid-template-columns: 60% 40%;
        grid-template-rows: auto;
        grid-template-areas: 
        'g1 g2';
        }

    @media (max-width: 700px) {
        .colunas_b2 {
            max-width: 100%;
            margin: auto;
            align-items: center;
            align-content: center;
            justify-content: center;
            justify-items: center;
            display: grid;
            grid-template-columns: 100%;
            grid-template-rows: auto;
            grid-template-areas: 
            'g1'
            'g2';
            }
        }
   
/*------------ Fim Bloco 2 colunas ------------*/

/*------------ Bloco 4 colunas ------------*/
.s1{
    grid-area: s1;
    margin: auto;
    height: auto;
    width: auto;

}
.s2{
    grid-area: s2;
    margin: auto;
    height: auto;
    width: auto;
    text-align: left;
}
@media (max-width: 700px) {
    .s2 {
        grid-area: s2;
        margin: auto;
        height: auto;
        width: auto;
        text-align: left;
        margin-bottom: 5%;
        }
}

     .colunas_b3 {
        max-width: 960px;
        margin: auto;
        display: grid;
        grid-template-columns: 50% 50%;
        grid-template-rows: auto;
        grid-template-areas: 
        's2 s1';
        }

    @media (max-width: 700px) {
        .colunas_b3 {
            max-width: 100%;
            margin: auto;
            align-items: center;
            align-content: center;
            justify-content: center;
            justify-items: center;
            display: grid;
            grid-template-columns: 100%;
            grid-template-rows: auto;
            grid-template-areas: 
            's2'
            's1';
            }
        }
   
/*------------ Fim Bloco 4 colunas ------------*/

/*------------- Organização em Linhas ----------------*/

.B1{
    grid-area: B1;
    height: auto;
    width: auto;
}

.B2{
    grid-area: B2;
    height:auto;
    max-width: 100%;
    margin-bottom: 10%;
}

@media (max-width: 600px) {
    .B2{
    grid-area: B2;
    margin: 0%;
    height:auto;
    max-width: 100%;
}
}
.linhas {
        max-width: 100%;
        max-height: 100%;
        padding: 0 3% 0 3%;
        align-items: start;
        display: grid;
        grid-template-columns: auto;
        grid-template-rows: auto;
        grid-template-areas: 
        'B1'
        'B2';
        }

@media (max-width: 600px) {
.linhas {
    max-width: 100%;
    max-height: 100%;
    padding: 0 5% 0 5%;
    grid-row-gap: 5%;
    align-items: start;
    justify-items: center;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
    grid-template-areas: 
    'B1' 
    'B2';
    }
}

/*--------------FIM da Organização de Linhas ------------*/

/*--------------início do Bloco 3 ------------*/

.carcat_1{
    grid-area: c1;
}

.carcat_2{
    grid-area: c2;
}

.carcat_3{
    grid-area: c3;
}

.carcat_4{
    grid-area: c4;
}

.carcat_5{
    grid-area: c5;
}

.carcat_6{
    grid-area: c6;
}

.carcat_7{
    grid-area: c7;
}

.carcat_8{
    grid-area: c8;
}

.carcat_9{
    grid-area: c9;
}

.carcat_10{
    grid-area: c10;
}
.caracte {
    max-width: 960px;
    height: auto;
    display: grid;
    row-gap: 45px;
    margin: auto;
    justify-content: center;
    align-items: center;
    justify-items: center;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: 
    '. . c1 c1 c2 c2 c3 c3 . .'
    '. c4 c4 c5 c5 c6 c6 c7 c7 .'
    '. . c8 c8 c9 c9 c10 c10 . .';
}

@media (max-width: 700px) {
    .caracte {
    max-width: 100%;
    height: auto;
    display: grid;
    margin: auto;
    align-items: center;
    justify-items: center;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: 
    'c1 c2'
    'c3 c4'
    'c5 c6'
    'c7 c8'
    'c9 c10'
    ;
}
}

/*--------------início do Bloco 3 ------------*/
/*------------ Bloco 6 colunas ------------*/
.d1{
    grid-area: d1;
    margin: auto;
    height: auto;
    width: auto;

}
.d2{
    grid-area: d2;
    margin: auto;
    height: auto;
    width: auto;
    text-align: right;
}
@media (max-width: 700px) {
    .d2 {
        grid-area: d2;
        margin: auto;
        height: auto;
        width: auto;
        text-align: center;
        margin: 0;
        }
}

     .colunas_d6 {
        max-width: 960px;
        margin: auto;
        justify-content: space-around;
        display: grid;
        grid-template-columns: 60% 40%;
        grid-template-rows: auto;
        grid-template-areas: 
        'd1 d2';
        }

    @media (max-width: 700px) {
        .colunas_d6 {
            max-width: 100%;
            margin: auto;
            align-items: center;
            align-content: center;
            justify-content: center;
            justify-items: center;
            display: grid;
            grid-template-columns: 100%;
            grid-template-rows: auto;
            grid-template-areas: 
            'd1'
            'd2';
            }
        }
   
/*------------ Fim Bloco 6 colunas ------------*/

/*--------------início do Bloco 7 ------------*/

.func_1{
    grid-area: f1;
}

.func_2{
    grid-area: f2;
}
.comofunc {
    max-width: 960px;
    height: auto;
    display: grid;
    row-gap: 45px;
    margin: auto;
    justify-content: center;
    align-items: center;
    justify-items: center;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 1fr 1fr;
    grid-template-areas: 
    'f1'
    'f2';
}

@media (max-width: 700px) {
.comofunc {
    max-width: 100%;
    height: auto;
    display: grid;
    margin: auto;
    align-items: center;
    justify-items: center;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
    grid-template-areas: 
    'f1'
    'f2'
    ;
}
}

/*--------------início do Bloco 7 ------------*/


/*------------ Bloco 7 Formulário ------------*/

.form_1{
    grid-area: f1;
    margin: auto;
    height: auto;
    width: auto;
    justify-content: space-between;
    align-content: space-between;
}

@media (max-width: 700px) {
    .f1 {
        grid-area: f1;
        margin: auto;
        height: auto;
        width: 95%;
        text-align: center;
        margin-bottom: 5%;
        }
}

.form_2{
    grid-area: f2;
    margin: auto;
    height: auto;
    width: auto;
    text-align: right;
}
@media (max-width: 700px) {
    .f2 {
        grid-area: f2;
        margin: auto;
        height: auto;
        width: auto;
        text-align: center;
        margin-bottom: 5%;
        }
}

     .formula {
        max-width: 960px;
        margin: auto;
        display: grid;
        grid-template-columns: 50% 50%;
        grid-template-rows: auto;
        grid-template-areas: 
        'f1 f2';
        }

    @media (max-width: 700px) {
        .formula {
            max-width: 100%;
            margin: auto;
            align-items: center;
            align-content: center;
            justify-content: center;
            justify-items: center;
            display: grid;
            grid-template-columns: 100%;
            grid-template-rows: auto;
            grid-template-areas: 
            'f2'
            'f1';
            }
        }
   
/*------------ Fim Bloco 7 colunas ------------*/

/*------------ Início Bloco Gestor ------------*/

.foto_gestor {
    grid-area: h1;
}

.desc_gestor {
    grid-area: h2;
}

.al_txt{
    display: flex;
    flex-direction: column;
    height: 100%;
    text-align: left;
    justify-content: flex-end;
}


.gestor_sebrae {
    max-width: 100%;
    padding: 0 0 10% 2%;
    margin: auto;
    display: grid;
    grid-column-gap: 2%;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: auto;
    grid-template-areas: 
    "h1 h2 h2";
    }

    @media (max-width: 700px) {
        .gestor_sebrae {
            max-width: 100%;
            justify-items: center;
            align-items: center;
            margin: auto;
            display: grid;
            padding: 0 0 0 2%;
            grid-row-gap: 5%;
            grid-template-columns: 1fr;
            grid-template-rows: auto;
            grid-template-areas: 
            'h1' 
            'h2';
            }
        }

    .fonte_gestor{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    font-size: clamp(2.2em, 1em + 2vw, 5vw); 
    line-height: 110%;
    text-align: left;
    color: #F05CA7;

    }

    .descri_gestor{
        font-family: 'Lato';
        font-style: normal;
        font-weight: 500;
        font-size: clamp(1em, 1em + 0.8vw, 5vw); 
        line-height: 120%;
        color: #F05CA7;

        }
    

    /*------------ Fim Gestor ------------*/

    /*-------------Footer-------------*/
    .footer_1 {
        grid-area: ft1;
        text-align: left;
    }
    
    .footer_2 {
        grid-area: ft2;
        text-align: center;
    }
    
    .footer_3 {
        grid-area: ft3;
        display: flex;
        flex-direction: row;
        justify-content: right;
    }
    
    .footer {
        width: 100%;
        align-items: center;
        padding: 3% 3% 0 3%;
            display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    @media (max-width: 700px) {
        .footer {
            width: 100%;
            row-gap: 30px;
            justify-content: center;
            column-gap: 10%;
            margin-top: 5%;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
        }
    } 
    
    
    .footer_copy {    
        padding: 2% 2% 1% 2%;
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap-reverse;
        justify-content: space-between;    
    }
    
    @media (max-width: 700px) {
        .footer_copy {
            width: 100%;
            row-gap: 30px;
            justify-content: center;
            column-gap: 10%;
            margin-top: 5%; 
        }
    } 
    
/*-----------Ajuste Formulário ---------/
/* Elementos de tags <body>, <input>, <Select>, <textarea> e <button> */
input, select, textarea, button {
    font-family: 'Lato', sans-serif;
    font-size: 1em;
    height: 2em;
    color: #000000;
    padding: 1%;
    border-radius: 5px;
    width: 100%;
}

/* Elementos de classe "grupo" nos estados das pseudoclasses "before" e "after" */
.grupo:before, .grupo:after {
    display: table;
}

/* Elementos de classe "grupo" no estado da pseudoclasse "after" */
.grupo:after {
    clear: both;
}

/* Elementos de classe "campo" */
.campo {
    margin-bottom: 0.5em;
}

/* Elementos de classe "campo" de tag <label> */
.campo label {
    margin-bottom: 0.3em;
    display: block;
    text-align: left;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: clamp(0.5em, 0.7em + 0.1vw, 4vw); 
    line-height: 120%;
    font-variant: small-caps;
    color: #FFFFFF;
}

/* Elementos de classe "campo" ou "grupo" de tag <fieldset> */
fieldset .grupo .campo {
    float:left;
    margin-right: 0em;
}

/* Elementos de classe "campo" das tags <input> com atributo text e email, da tag <select> e da tag <textarea>*/
.campo input[type="text"], .campo input[type="email"], .campo input[type="Phone"], .campo input[type="date"], .campo select, .campo textarea {
    padding: 0.5em;
    border: 1px solid #fd0000;
    box-shadow: 0px 1.91734px 2.55645px rgba(0, 0, 0, 0.15);
    display: block;
    width: 100%;
}

/* Elementos de classe "campo" de tag <select> e <option>*/
.campo select option {
    padding-right: 1.5em;
}

/* Elemento de classe "campo" com tag <input>, <select> e <textarea> tocas com estado da pseudoclasse "focus"*/
.campo input:focus, .campo select:focus {
    background: #c90707;
}


.privacidade{
    font-family: 'Montserrat';
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    color: #FFFFFF;
}

a:link {
    text-decoration:none;
    font-weight: 600;
  }

  a:visited {
    text-decoration:none;
  }
  a:hover {
    text-decoration:none;
  }
  a:active {
    text-decoration:none;
  }

  .botao {
    width: 60%;
    height: 100%;
    background: linear-gradient(0deg, rgba(215, 0, 193, 0.2), rgba(215, 0, 193, 0.2)), linear-gradient(0deg, rgba(5, 0, 255, 0.2), rgba(5, 0, 255, 0.2)), #000000;
    box-shadow: inset 4px 0px 4px rgba(0, 0, 0, 0.65), inset 0px 4px 4px rgba(0, 0, 0, 0.73);
    border-radius: 15px;
    border: none;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;;
    font-size: clamp(1em, 1em + 0.5vw, 5vw); 
    line-height: 120%;
    letter-spacing: 0.04em;
    text-align: center;
    font-variant: small-caps;
    color: #FFFFFF; 
    text-transform: uppercase;
    align-items: center;
    padding: 25px 15px 25px 15px;
}

.botao, select{
    cursor: pointer;
}

.botao:hover {
    background: #040404;
    box-shadow: 4px 4px 4px rgba(255, 255, 255, 0.65), inset 4px 4px 4px rgba(255, 255, 255, 0.73);
    text-shadow: none;
}


/*---------------- Video ------------------*/
.div-video{

    max-width: 100%;
    margin: 0px 15px 0px 15px;
    padding-bottom: 45%;
    position: relative;
    }

.div-video > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
