* {
    margin: 0;
    padding: 0;
    
}

img {
    width: 100%;
    display: block;
}

body{
    font-family: "Figtree";
}



#centrado_cabecalho {
    width: 100%;
    margin-left: auto;
    margin-right: auto;

    height: 120px;

    display: flex;
    align-items: center;
    justify-content: center;


}

header {
    background-color: rgba(253, 80, 0, 1);
}

a:hover {
    color: black;
}

iframe{
    border-radius: 10px;
    border: 0;
    width: 100%;
    height: 300px;

}



#map1 {
    grid-column-start: 1;
    grid-column-end: 6;
    
    h4{
        padding-bottom: 30px;
    }

    h1{
        font-size: 60px;
    }
    
}

#map2 {
    grid-column-start: 7;
    grid-column-end: 13;
}

#logoH {
    width: 20%;
    margin-left: auto;
    margin-right: auto;


}

nav a {
    
    color: white;
    font-weight: 700;
    font-size: 20px;
    text-decoration: none;
    margin-left: 20px;
    margin-right: 20px;

}

#Cabecalho_button {
    background-color: white;
    border: 0;
    border-radius: 40px;

    
    font-weight: 900;
    font-size: 22px;
    color: rgba(253, 80, 0, 1);

    margin-left: auto;
    margin-right: auto;

    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
    padding-left: 15px;

    margin-top: 0;


}

#Cabecalho_button:hover {
    background-color: rgba(253, 80, 0, 1);
    color: white;
    border: 1px solid white;
}

#intro {
    height: auto;
    padding-bottom: 60px;
    background-color: rgba(254, 241, 131, 1);
    text-align: center;

}

.All1 {
    height: auto;
    padding-bottom: 30px;
    background-color: rgba(254, 241, 131, 1);
    text-align: center;

}


.All2 {
    height: auto;
    padding-bottom: 40px;
    text-align: center;

}

.All3 {
    height: auto;
    padding-bottom: 30px;
    text-align: center;
    .grid_geral{
        padding-top: 55px;
    }

}

#Entrada {
    height: auto;
    background-color: black;

    h4 {
        color: white;
        padding-top: 25px;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        font-weight: 500;
       
    }
}


.conteudo_centrado {
    width: 100%;

    display: flex;

    align-items: center;

}

#elementos2 {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;

}



h1 {
    color: rgba(253, 80, 0, 1);
    
    font-weight: 800;
    font-size: 44px;
    
}

.titulo_w{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

h4 {
    color: black;
    
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    
}

li{
    color: black;
    
    font-weight: 600;
    font-size: 20px;

}

button {
    background-color: rgba(253, 80, 0, 0.904);
    border: 0;
    border-radius: 20px;
    color: white;

    
    font-size: 25px;
    font-weight: 600;

    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
    padding-left: 15px;

    margin-top: 60px;

    display: block;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    

}


button:hover {
    background-color: rgba(253, 80, 0, 1);
    color: white;
}



.grid_geral {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;

    margin-top: auto;
    margin-bottom: auto;
    align-items: center;
    text-align: left;

    padding-top: 80px;


}

.quatro_colunas {
    grid-column: span 3;
    border: 1px solid rgba(177, 166, 166, 1);
    border-radius: 10px;
    box-shadow: 0px 3px rgba(177, 166, 166, 0.8);
    padding-bottom: 15px;
    background-color: rgba(254, 241, 131, 1);
   
    h5{
        background-color: rgba(253, 80, 0, 1);
        color: white;
        border-radius: 0px 0px 20px 20px;
        margin: 0;
        padding-bottom: 5px;
        padding-top: 5px;
    }

    p{
        padding-top: 20px;
        padding-bottom: 20px;
        margin-right: 10px;
        margin-left: 10px;
        
    }

    text-align: center;
}


.tres_colunasH{
    grid-column: span 4;
    text-align: center;
    border: 1px solid rgba(177, 166, 166, 1);
    border-radius: 10px;
    box-shadow: 0px 3px rgba(177, 166, 166, 0.8);
    padding-bottom: 15px;
    padding-top: 15px;
    padding-right: 10px;
    padding-left: 10px;

    span {
        font-weight: 500;
    }
    
    p{
        margin-bottom: 15px;
    }

    h4{
        margin-bottom: 15px;
        margin-top: 15px;
    }

}




#duas_colunas1 {
    grid-column-start: 1;
    grid-column-end: 6;

    h4{
        padding-top: 20px;
        font-weight: 400;
    }

}

#duas_colunas2 {
    grid-column-start: 7;
    grid-column-end: 13;
    border-radius: 10px;
}



.img_quatro {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.img_tres{
    width: 50%;
    margin: auto;
}

h5 {
   
    margin-left: 10px;
    
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0px;
    margin-top: 15px;

}

p {
    
    
    font-size: 14px;
    font-weight: 300;

}



.saber_mais {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    
    border-radius: 40px;
    border: 1px solid rgba(253, 80, 0, 1);
    
    font-weight: 600;
    font-size: 15px;
    color: rgba(253, 80, 0, 1);

    background-color: white;

    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    padding-left: 10px;

    
    margin: 0px;

    

}


h3 {
    
    font-weight: 600;
    font-size: 40px;
}

h2 {
    
    font-weight: 700;
    font-size: 32px;
}

#scroll1 {
    grid-column-start: 1;
    grid-column-end: 6;
    li {
        padding-top: 15px;
        list-style-type: none;
        border-bottom: 1px dotted #808080;
        padding-bottom: 10px;
    }

    h2{
        padding-bottom: 13px;
    }

}

#scroll2{
    grid-column-start: 8;
    grid-column-end: 13;
    padding: 12px 4px;
    display: flex;
    gap: 20px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
}

#scroll2::-webkit-scrollbar {
    height: 8px;
}

#scroll2::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.226);
    border-radius: 4px;
}

#scroll2::-webkit-scrollbar-thumb:hover{
    background: rgba(0, 0, 0, 0.363);
}

#scroll2 .scroll_card {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

#scroll2 .scroll_card p {
    flex: 1 1 auto;
    
}

#scroll2 .scroll_card .saber_mais {
    
    margin-bottom: 12px;
}

.scroll_card {
    flex: 0 0 240px;
    scroll-snap-align: start;
    border: 1px solid rgba(177, 166, 166, 1);
    border-radius: 10px;
    box-shadow: 0px 3px rgba(177, 166, 166, 0.8);
    background-color: white;
    text-align: center;
    padding-bottom: 15px;

    h5 {
            background-color: rgba(253, 80, 0, 1);
            color: white;
            border-radius: 0px 0px 20px 20px;
            margin: 0;
            padding-bottom: 5px;
            padding-top: 5px;
        }
    
        p {
            padding-top: 20px;
            padding-bottom: 20px;
            margin-right: 10px;
            margin-left: 10px;
    
        }
}

.sep_coluna {
    grid-column: 7;
    display: flex;
    align-items: stretch;
    justify-content: center;
    
    align-self: stretch;
    pointer-events: none;
}

.sep_coluna::before {
    content: "";
    width: 1px;
    background: rgba(0, 0, 0, 0.459);
    align-self: stretch;
    margin: 12px 0;
   
}


.conteudo_centrado2{
    padding-top: 50px;
    

}

input[type="text"] {
    width: 30%;
    
    padding: 12px 15px;
    
    border: 1px solid rgba(253, 80, 0, 1);
    border-radius: 20px;
   
    font-size: 14px;
    color: black;
    
    

    
    display: block;
    margin-left: auto;
    margin-right: auto;

    background-color: white;
}


::placeholder{
    color: rgba(253, 80, 0, 1);
}

#input1{
    margin-top: 60px;
    
}

#input2 {
    margin-top: 50px;

}

#input3 {
    margin-top: 50px;

}


#star{
    width: 20%;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    
    
    margin-top: 40px;

}
 
footer {
    background-color: rgba(253, 80, 0, 1);
    color: white;

    li{
        color: white;
        font-size: 12px;
        font-weight: 300;
        margin-top: 10px;
    
    }
    padding-bottom: 50px;
}

#footer_colunas{
    grid-column-start: 2;
    grid-column-end: 5;
}

#footer_colunas1 {
    grid-column-start: 6;
    grid-column-end: 7;
    
}

#footer_colunas2 {
    grid-column-start: 8;
    grid-column-end: 9;

}

#footer_colunas3 {
    grid-column-start: 10;
    grid-column-end: 12;

}


.social_media{
    width: 25%;
    margin-top: 10px;
}

.SAL{
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
}

.h4_espaco{
    margin-top: 35px;
    width: 45%;
    margin-left: auto;
    margin-right: auto;
   
}


#splash {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    

    p{
        margin-top: 25px;


    }
}

.splash-inner {
    position: relative;
    background: #fff;
    padding: 24px;
    max-width: 760px;
    width: calc(100% - 48px);
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.splash-close {
    position: absolute;
    right: 12px;
    background: white;
    border: 1px solid rgba(253, 80, 0, 1);
    color: rgba(253, 80, 0, 1);
    font-size: 22px;
    cursor: pointer;
    margin: 0;
    padding-bottom: 7px;
    
}

.splash-inner .lead {
    margin-top: 8px;
}

.splash-inner .features {
    color: #333;
    margin-top: 12px;
    font-weight: 600;
    
}



.splash-actions {
    display: flex;
    justify-content: center;
    margin-top: 16px;
}

.btn {
    padding: 10px 18px;
    border-radius: 40px;
    cursor: pointer;
    border: 1px solid transparent;
}

.btn.primary {
    background: rgba(253, 80, 0, 1);
    color: #fff;
    border-color: rgba(253, 80, 0, 1);
    margin-right: 20px;
    margin-top: 20px;
}

.btn.ghost {
    background: transparent;
    border-color: rgba(253, 80, 0, 1);
    color: rgba(253, 80, 0, 1);
    margin-left: 20px;
    margin-top: 20px;
}


.fine-print {
    
    margin-top: 10px;
}

.lead {
    font-size: 16px;
}


@media (max-width:900px) {

  

    #centrado_cabecalho {
        height: auto;
        flex-wrap: wrap;
        padding: 12px 0;
       
    }
    
    #logoH {
        width: 50%;
        
    }

    .button_responsive {
        width: 40%;
    }

    .tres_colunasH{
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

   
    

    .menu-toggle {
        display: block;
        background: transparent;
        border: none;
        color: white;
        font-size: 35px;
        cursor: pointer;
        margin: 0;
        order: 3;
        padding-right: 20px;
        padding-top: 0;
        padding-bottom: 0;
        
    }
    
    .menu-toggle::after {
        content: "☰";
    }
    
    .menu-toggle.active::after {
        content: "✕";
    }

    nav {
        display: none;
        position: absolute;
        top: 73px;
        left: 0;
        right: 0;
        background:rgba(253, 80, 0, 1);
        flex-direction: column;
        width: 100%;
        z-index: 999;
        order: 3;
    }
    
        
    
    nav.active {
        display: flex;
    }
    
    nav a {
        display: block;
        padding: 12px 20px;
        text-align: left;
        margin: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        font-size: 16px;
    }
    
    #Cabecalho_button {
        order: 2;
        
        padding: 8px 12px;
        font-size: 14px;
    }

    
    #intro,
    .All1,
    .All2,
    .All3 {
        padding: 30px 0;
    }

    #intro{
        h1{
         width: 70%;
         margin-left: auto;
         margin-right: auto;
        }
        
    }
    
    
    .conteudo_centrado {
        flex-direction: column;
    }

    .conteudo_centrado2 {
        padding-top: 5px;
    }
    
    #elementos2 {

        width: 80%;
        

        h4{
            padding-top: 30px;
            width: 90%;
            padding-bottom: 20px;
        }

        h1 {
          padding-top: 40px;
          width: 100%;
          margin-left: auto;
          margin-right: auto;

         }
    }
    
    #elementos1 {
        width: 90%;
        margin-top: 10px;
    }
    
    h2 {
        font-size: 22px;
    }
    
    h3 {
        font-size: 24px;
    }
    
    h4 {
        font-size: 16px;
    }

    
            
    .grid_geral {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
        width: 90%;
        padding-top: 30px;
        
    }
    
    .quatro_colunas,
    .tres_colunas {
        grid-column: span 1 !important;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .quatro_colunas p {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    
    #map1 {
        grid-column-start: 1 !important;
        grid-column-end: 2 !important;

        margin-left: auto;
        margin-right: auto;
        
        text-align: center;
        width: 100%;
        padding-bottom: 25px;

        h4{
            padding-bottom: 20px;
        }
    }

    #map2 {
        grid-column-start: 1 !important;
        grid-column-end: 2 !important;
    }
    
    
            
    #scroll1 {
        grid-column-start: 1 !important;
        grid-column-end: 2 !important;
        text-align: center;
        li{
            font-size: 14px;
            
        }
    }
    
    .sep_coluna {
        display: none;
    }
    
    #scroll2 {
        grid-column-start: 1 !important;
        grid-column-end: 2 !important;

        padding: 18px 8px;
        
        gap: 18px;
    }
    
    #scroll2::-webkit-scrollbar {
        height: 15px;
        background-color: #3333332a;
        border-radius: 40px;
    }
    
    #scroll2::-webkit-scrollbar-thumb {
        background: rgba(253, 80, 0, 0.904);
        border-radius: 15px;
    }
    
    #scroll2::-webkit-scrollbar-thumb:hover {
        background: rgba(253, 80, 0, 1);
    }

    .scroll_card {
        flex: 0 0 200px;
        
        margin-right: 6px;
    }
    
    
    #duas_colunas1,
    #duas_colunas2 {
        grid-column-start: 1 !important;
        grid-column-end: 2 !important;
        text-align: center;
        
    }
    
    #duas_colunas1 {
        h2 {
            width: 85%;
            margin-left: auto;
            margin-right: auto;
        }
        h4 {
            width: 70%;
            margin-left: auto;
            margin-right: auto;
        }

        margin-left: auto;
        margin-right: auto;
    }
            
    input[type="text"] {
        width: 85%;
        padding: 10px 12px;
        font-size: 12px;
    }
    
    #input1 {
        margin-top: 30px;
    }
    
    #input2,
    #input3 {
        margin-top: 15px;
    }
    
    #star {
        width: 50%;
    }
    
            
    footer .grid_geral {
        grid-template-columns: repeat(1, 1fr);
    }
    
    #footer_colunas,
    #footer_colunas1,
    #footer_colunas2,
    #footer_colunas3 {
        grid-column-start: 1 !important;
        grid-column-end: 2 !important;
        text-align: center;
        margin-bottom: 20px;
        li{
            list-style-type: none;
        }
       
        
    }
    #logo_footer{
        width: 40%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .social_media {
        width: 20px;
        padding-top: 5px;
        
        margin: 10px;
        margin-left: auto;
        margin-right: auto;
    }
    
            
    #splash {
        padding: 40px;
       
    }
    
    .splash-inner {
        padding: 32px;
        max-width: 90%;
    }
    
    .splash-close {
        top: 8px;
        right: 8px;
        width: 35px;
        height: 35px;
        font-size: 20px;
        padding: 0;
       
    }
    
    .splash-actions {
        flex-direction: column;
        gap: 10px;
    }

    .features {
        margin-left: 41px;
        margin-right: 41px;

    }
    
    .btn {
        width: 100%;
        margin: 8px 0 !important;
        padding: 10px 16px;
    }
    
    .btn.primary,
    .btn.ghost {
      margin-right: 0 !important;
      margin-left: 0 !important;
      margin-top: 0 !important;
    }
    
    .lead {
     font-size: 14px;
    }
    
    .h4_espaco {
     width: 90%;
    }

    #opiniao {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
    
}


/* Aderir_page */

#glob {
    background-color: rgba(254, 241, 131, 1);
    text-align: center;
}

#ad {
    color: rgba(253, 80, 0, 1);

    font-weight: 800;
    font-size: 50px;
    padding-top: 40px;
    padding-bottom: 20px;

}

#oteuclube {
    grid-column-start: 1;
    grid-column-end: 13;
    font-size: 30px;
    font-weight: 700;
    padding-top: 40px;
    

}

#cla {
    color: rgb(39, 39, 39);

    font-weight: 700;
    font-size: 18px;


}

#cab {
    background-color: rgba(253, 80, 0, 1);
    padding-bottom: 10px;
    padding-top: 10px;
}

#centrado_cabecalhoA {
    width: 20%;
    margin-left: auto;
    margin-right: auto;

    height: auto;

}



h6 {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0px;
    font-style: italic;

}

.grid_geralA {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 60px 20px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;

    margin-top: auto;
    margin-bottom: auto;
    align-items: center;
    text-align: center;

    padding-top: 40px;


}

.tres_colunasA {
    grid-column: span 4;
    text-align: center;
    border: 1px solid rgba(177, 166, 166, 1);
    border-radius: 10px;
    box-shadow: 0px 3px rgba(177, 166, 166, 0.8);
    background-color: white;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    h5 {
        background-color: rgba(253, 80, 0, 1);
        color: white;
        border-radius: 0px 0px 20px 20px;
        margin: 0;
        padding-bottom: 5px;
        padding-top: 5px;
    }

    height: 100%;


}


.icone_cinzento {
    width: 20px;
    flex-shrink: 0;

}

.tres_colunasA .center {
    display: flex;
    align-items: center;
    gap: 6px;

    justify-content: center;
    flex-grow: 1;

}

.selecionar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    border-radius: 40px;
    border: 1px solid rgba(253, 80, 0, 1);
    cursor: pointer;

    font-weight: 600;
    font-size: 15px;
    color: rgba(253, 80, 0, 1);

    background-color: white;

    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    padding-left: 10px;

    margin-top: 0;
    margin-bottom: 15px;


}

.selecionar:hover {
    background-color: rgba(253, 80, 0, 1);
    color: white;

}

.perto {
    border-radius: 40px;
    border: 0;

    font-weight: 600;
    font-size: 15px;
    color: white;

    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-top: 30px;
    margin-bottom: 30px;
    justify-content: center;
    padding-top: 8px;
    padding-bottom: 4px;
    cursor: pointer;
    padding-left: 0;
    padding-right: 0;



    width: 100%;

    background-color: rgba(253, 80, 0, 1);
}

.perto:hover {
    background-color: rgb(190, 60, 0);

}

.center {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-top: 30px;
    margin-bottom: 30px;
    justify-content: center;
    margin-right: 30px;
    margin-left: 30px;

}



#inputA {
    width: 100%;

    padding: 12px 15px;

    border: 1px solid rgba(253, 80, 0, 1);
    border-radius: 20px;

    font-size: 14px;
    color: black;

    background-color: white;
}


::placeholder {
    color: rgba(253, 80, 0, 1);
}

#encontrar1 {
    grid-column-start: 2;
    grid-column-end: 7;
}

#encontrar2 {
    grid-column-start: 8;
    grid-column-end: 10;
    width: 75%;


}

#encontrar3 {
    grid-column-start: 10;
    grid-column-end: 12;
    width: 70%;

}

#mapa_branco {
    width: 20px;

}


.passos_row {
    width: 60%;
    position: relative;
    grid-column: 1 / -1;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 15px 0 8px;
    margin-left: auto;
    margin-right: auto;

    box-sizing: border-box;

    position: sticky;
    top: 0px;
    z-index: 80;
    background: rgba(254, 241, 131, 1);
    border-radius: 0px 0px 15px 15px;

    .selecionar {
        margin-bottom: 10px;
    }

}

.passos_row.scrolled {
    background-color: rgba(255, 255, 255, 0.822);
    width: 100%;
}

.passos_row::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 92px;
    height: 6px;
    background: rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    z-index: 0;
}

.passos_row::after {
    content: "";
    position: absolute;
    left: 0;
    top: 92px;
    height: 6px;
    width: var(--progress);
    background: rgba(253, 80, 0, 1);
    border-radius: 6px;
    z-index: 0;
    transition: width .3s ease;
}



.passos {
    flex: 1 1 calc(16.66% - 12px);

    max-width: 160px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
    box-sizing: border-box;
    text-align: center;
}


.passos img {
    width: 50px;
    height: 64px;
    object-fit: contain;
    display: block;
    padding-bottom: 20px;

}


.passos h5 {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: rgba(34, 34, 34, 0.95);
}


#footA {
    padding: 24px 0;
    background: rgba(253, 80, 0, 1);
    margin-top: 60px;
}

#footA .grid_geralA {
    width: 80%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr auto;

    align-items: center;
    gap: 16px;
    box-sizing: border-box;
}


#footer-left {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: flex-start;
}

#footer-left img {
    width: 180px;
    height: auto;
}

#footer-left p {
    margin: 0;

    font-size: 14px;
    color: white;
}

#footer-right {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: flex-end;
}

#footer-right p {
    margin: 0;

    font-size: 14px;
    color: black;
}

#footer-right #mul {
    width: 50px;
    height: auto;
    display: inline-block;
}

#footer-right #mb {
    width: 33px;
    height: auto;
    display: inline-block;
}

#tras_frente1 {
    grid-column-start: 6;
    grid-column-end: 7;
}

#tras_frente2 {
    grid-column-start: 7;
    grid-column-end: 8;
}


@media (max-width: 900px) {
    #footA .grid_geralA {
        grid-template-columns: 1fr;
        text-align: center;
        width: 92%;
        gap: 12px;
    }

    .grid_geralA {
        grid-template-rows: auto auto 40px auto;
        
        
    }


    #footer-left {
        justify-content: center;
    }

    #footer-right {
        justify-content: center;
    }

    .passos_row.scrolled {
        width: 70%;
    }


    .passos img {
        width: 35px;
    }

    .perto{
        margin-top: 0px;
    }

    #centrado_cabecalhoA {
        width: 50%;
    }

    .tres_colunasA {
        grid-column: span 12;
    }

    #encontrar1 {
        grid-column-start: 2;
        grid-column-end: 11;

    }

    #encontrar2 {
        width: 100%;
        grid-column-start: 2;
        grid-column-end: 7;
    }

    #encontrar3 {
        width: 100%;
        grid-column-start: 7;
        grid-column-end: 12;

    }

}

/* PT-page */
.vantagens {
    grid-column: span 6;
    text-align: center;

    h4 {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }

}

#mira_laranja {
    width: 20%;
    margin-right: auto;
    margin-left: auto;
}

#icone_apoio {
    width: 8%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px;
    padding-top: 30px;
}

#icone_raio {
    width: 15%;
    margin-right: auto;
    margin-left: auto;

}

#icone_mao {
    width: 40%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
}



#centrado_cabecalhoP {
    width: 100%;
    margin-left: auto;
    margin-right: auto;

    height: 120px;

    display: flex;
    align-items: center;
    justify-content: center;


}

header {
    background-color: rgba(253, 80, 0, 1);
}

#logoP {
    width: 20%;
    margin-left: 60px;
    justify-content: left;

}


#Cabecalho_buttonP {
    background-color: white;
    border: 0;
    border-radius: 40px;


    font-weight: 900;
    font-size: 22px;
    color: rgba(253, 80, 0, 1);

    margin-right: 60px;

    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
    padding-left: 15px;

    margin-top: 0;


}

#Cabecalho_buttonP:hover {
    background-color: rgba(253, 80, 0, 1);
    color: white;
    border: 1px solid white;
}



#AllP {
    height: auto;
    padding-bottom: 40px;
    background-color: rgba(254, 241, 131, 1);
    text-align: center;

}




.All4 {
    height: auto;
    padding-bottom: 40px;
    text-align: center;

    .grid_geral {
        padding-top: 55px;
    }

}



#elementosP {
    
    margin-left: auto;
    margin-right: auto;
    text-align: center;

    h4 {
    
        padding-top: 60px;
      
    }

    h2{
        padding-bottom: 50px;
    }

    h1 {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
    }

}

#elementos1PT {
    width: 45%;
    
}

.elementos3 {

    margin-left: auto;
    margin-right: auto;
    text-align: center;
    grid-column: span 6;

}

#ic_peso {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
}

#ic_mass {
    width: 25%;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
}

#ic_tf {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
}

#ic_saude {
    width: 30%;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
}

#elementosP1 {
    width: 90%;

}


.hPT {
    color: rgba(253, 80, 0, 1);

    font-weight: 800;
    font-size: 25px;
    
    text-decoration: line-through rgba(253, 80, 0, 1);
    

}


.servico {
    background-color: rgba(253, 80, 0, 1);
    text-align: center;
    border-radius: 20px 20px 0px 0px;
    padding-bottom: 10px;
    padding-top: 10px;

    h2 {
        
        font-size: 27px;
    }
}

#estrela {

    margin-left: auto;
    margin-right: auto;
    width: 10%;
}

.precos {
    box-shadow: 0px 4px rgba(177, 166, 166, 0.8);
    border-radius: 20px;
    grid-column: span 4;
    background-color: rgba(254, 241, 131, 1);
    text-align: center;
    border: 1px solid rgba(253, 80, 0, 1);


    li {
        line-height: 60px;

        list-style-position: inside;

    }

    h1 {
        padding-bottom: 10px;
    }
}



.liste {
    padding-top: 30px;
}

.circleL {
    height: 30px;
    width: 30px;
    margin-top: 250px;
    margin-right: 5px;
    margin-bottom: 5px;

}


#precos1 {
    box-shadow: 0px 4px rgba(177, 166, 166, 0.8);
    border-radius: 20px;
    grid-column: span 4;
    background-color: rgba(254, 241, 131, 1);
    margin-bottom: 35px;
    text-align: center;
    border: 1px solid rgba(253, 80, 0, 1);

    h1 {
        padding-bottom: 10px;
    }

    li {
        line-height: 60px;

        list-style-position: inside;
    }
}

button {
    background-color: rgba(253, 80, 0, 0.904);
    border: 0;
    border-radius: 20px;
    color: white;


    font-size: 25px;
    font-weight: 600;

    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
    padding-left: 15px;

    margin-top: 60px;

    display: block;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;


}

#reserve {
    margin-top: 20px;
    
}


button:hover {
    background-color: rgba(253, 80, 0, 1);
    color: white;
}


#grid_transfo {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;

    margin-top: auto;
    margin-bottom: auto;
    align-items: center;
    text-align: left;

    padding-top: 60px;


}

#grid_img {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
    width: 55%;
    margin-left: auto;
    margin-right: auto;

    margin-top: auto;
    margin-bottom: auto;
    align-items: center;
    text-align: left;

    padding-top: 10px;
}

#treinoT {
    grid-column-start: 1;
    grid-column-end: 13;
    text-align: center;
    margin-bottom: 80px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    
}

#treinoB {
    grid-column-start: 1;
    grid-column-end: 13;

}



.img_transfini {
    width: 80%;
    border-radius: 10px;
    margin-left: auto;

}

.img_tres {
    width: 50%;
    margin: auto;
}

#esforço {



    font-size: 20px;
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;

    margin-top: 45px;
    width: 25%;

}

.pesosP {
    margin-left: 10px;

    font-size: 14px;
    font-weight: 300;

}

#scrollPT {
    grid-column-start: 1;
    grid-column-end: 13;
    padding: 12px 4px;
    display: flex;
    gap: 20px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;

}

#scrollPT::-webkit-scrollbar {
    height: 8px;
}

#scrollPT::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.226);
    border-radius: 4px;
}

#scrollPT::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.363);
}

#scrollPT .scroll_cardPT {

    box-sizing: border-box;
}

#scrollPT .scroll_cardPT p {
    flex: 1 1 auto;
    margin-left: 35px;

}

#scrollPT .scroll_cardPT .saber_mais {

    margin-bottom: 12px;
}

.transfo {
    height: 100px;
}

.scroll_cardPT {
    flex: 0 0 336px;
    scroll-snap-align: start;
    border: 1px solid rgba(177, 166, 166, 1);
    border-radius: 10px;
    box-shadow: 0px 3px rgba(177, 166, 166, 0.8);
    background-color: rgba(254, 241, 131, 1);
    text-align: center;

    display: flex;

    h5 {
        background-color: rgba(253, 80, 0, 1);
        color: white;
        border-radius: 0px 0px 20px 20px;
        margin: 0;
        padding-bottom: 5px;
        padding-top: 5px;
    }

    p {
        padding-top: 20px;
        padding-bottom: 20px;

    }
}


footer {
    background-color: rgba(253, 80, 0, 1);
    color: white;

    li {
        color: white;
        font-size: 12px;
        font-weight: 300;
        margin-top: 10px;

    }

    padding-bottom: 50px;
}

#footer_colunas {
    grid-column-start: 2;
    grid-column-end: 5;
}

#footer_colunas1 {
    grid-column-start: 6;
    grid-column-end: 7;

}

#footer_colunas2 {
    grid-column-start: 8;
    grid-column-end: 9;

}

#footer_colunas3 {
    grid-column-start: 10;
    grid-column-end: 12;

}


.social_media {
    width: 25%;
    margin-top: 10px;
}



@media (max-width:900px) {



    #centrado_cabecalhoP {
        height: auto;
        flex-wrap: wrap;
        padding: 12px 0;

    }

    #logoP {
        width: 36%;
        margin-left: 20px;
    }

    .servico {
        h2 {
            padding-bottom: 10px;
        }
    }

    
    .hPT {
        padding-top: 10px;
    }

    #Cabecalho_buttonP {
        order: 2;
        margin-right: 20px;
        width: 41%;

        padding: 8px 12px;
        font-size: 14px;
    }


    #intro,
    #AllP,
    .All2,
    .All4 {
        
        padding: 30px 0;
    }

    #intro {
        h1 {
            width: 70%;
            margin-left: auto;
            margin-right: auto;
        }

    }

    #Entrada {
        height: auto;
        padding: 20px 0;

        

        h2 {
            padding-bottom: 10px;
            padding-top: 40px;
        }

    
    }
    #elementosP {

        h4 {
            width: 75%;
            padding-bottom: 20px;
            padding-top: 30px;
        }

        h1 {
          padding-top: 15px;
          width: 90%;
          margin-left: auto;
          margin-right: auto;

        }

    }
    
    #elementos1PT {
        width: 90%;
        margin-top: 10px;
    }

    #grid_img {
        gap: 30px;
        width: 80%;
        padding-top: 30px;
        
    }

    #precos1 {
        margin-bottom: 0px;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .precos {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    #reserve {
        margin-top: 40px;
        width: 40%;
    }

    .circleL {
        margin-top: 200px;


    }

    #scrollPT .scroll_cardPT p {

        margin-left: 45px;

    }

    .conteudo_centrado {
        flex-direction: column;
    }

    .conteudo_centrado2 {
        padding-top: 5px;
    }

   

    .img_transfini {
        margin-left: 25px;

        width: 90%;

    }

    #ic_mass {
        width: 40%;

    }

    #ic_saude {
        width: 40%;

    }

    h1 {
        font-size: 35px;

    }



    button {
        font-size: 16px;
        padding: 8px 12px;
        margin-top: 40px;
       
    }

    #esforço {
        width: 70%;

    }


    #scrollPT {
        grid-column-start: 1 !important;
        grid-column-end: 13 !important;

        padding: 18px 8px;

        gap: 18px;
    }

    #scrollPT::-webkit-scrollbar {
        height: 15px;
        background-color: #3333332a;
        border-radius: 40px;
    }

    #scrollPT::-webkit-scrollbar-thumb {
        background: rgba(253, 80, 0, 0.904);
        border-radius: 15px;
    }

    #scrollPT::-webkit-scrollbar-thumb:hover {
        background: rgba(253, 80, 0, 1);
    }

    .scroll_cardPT {
        flex: 0 0 200px;

        margin-right: 6px;


    }


    input[type="text"] {
        width: 70%;
        padding: 10px 12px;
        font-size: 12px;
    }

    #input1 {
        margin-top: 30px;
    }

    #input2,
    #input3 {
        margin-top: 15px;
    }

    #treinoB {
        margin-top: 20px;
        margin-bottom: 20px;
        width: 40%;
    }

    footer .grid_geral {
        grid-template-columns: repeat(1, 1fr);
    }

    #footer_colunas,
    #footer_colunas1,
    #footer_colunas2,
    #footer_colunas3 {
        grid-column-start: 1 !important;
        grid-column-end: 2 !important;
        text-align: center;
        margin-bottom: 20px;

        li {
            list-style-type: none;
        }


    }

    #logo_footer {
        width: 40%;
        margin-left: auto;
        margin-right: auto;
    }

    .social_media {
        width: 20px;
        padding-top: 5px;

        margin: 10px;
        margin-left: auto;
        margin-right: auto;
    }


}