@font-face {
    font-family: "RobotoMono";
    src: url("../font/RobotoMono-SemiBold.ttf");
  }


.cap{
    color: #009FEE;
    font-weight: bold;
    margin-top: 5%;
    text-align: left !important;
    margin-right: 60%;
}

.cap1{
    margin-right: 52% !important;
}
.tituloCap{
    color: #2C3E50 !important;
    font-family: 'montserrat';
    font-weight: bold;
    width: 70%;
    margin-bottom: 5%;
}

.Conteudo{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;

}
.TextConteudo{
    width: 100% !important;
    font-family: Georgia;
    font-size: 1.3em;
    line-height: 1.63em;
    padding-bottom: 1em;
    text-align: left;
    max-width: 800px;
    width: 100%;
    letter-spacing: .006em;

}
.subtitle{
    margin-top: -7px;
}

.TI1{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
align-content: center;
}

.tiText{
    margin-left: 17%;
    width: 40%;
    margin-right: 2%;
}
.tiImage{
    width: 30%;

}

.TA1{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
align-content: center;
}
.taTexto{
    margin-left: 12.5%;
    width: 40%;
    margin-right: 2%;
}
.taAudio{
   width: 30%;
   margin-left: 3%;
   margin-top: -3%;
}


.TA2{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    }
    .taTexto2{
        margin-left: 12.5%;
        width: 40%;
        margin-right: 2%;
    }
    .taAudio2{
       width: 30%;
       margin-left: 3%;
       margin-top: -3%;
    }

    .TA3{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        align-content: center;
        }
        .taTexto3{
            margin-left: 12.5%;
            width: 40%;
            margin-right: 2%;
        }
        .taAudio3{
           width: 30%;
           margin-left: 3%;
           margin-top: -3%;
        }

        .TA4{
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            align-items: center;
            align-content: center;
            }
            .taTexto4{
                margin-left: 12.5%;
                width: 40%;
                margin-right: 2%;
            }
            .taAudio4{
               width: 30%;
               margin-left: 3%;
               margin-top: -3%;
            }


            .rodape{
                background-color: #292a2c;
                height: 180px;
                color: #fff;
                width: 100%;
                display: flex;
                padding: 1%;
                
            }
            .footerContent{
                margin: 0 auto;
                justify-content: center;
                align-items: center;
                justify-content: center;
                align-content: center;
                text-align: center;
            }
            .rodape h2{
                font-size: 22px;
                margin-bottom: 3%;
            }
            .rodape p{
                font-size: 16px;
                margin-bottom: 3%;
            }
            .sub{
                font-size: 12px;
                margin-bottom: 2%;
            }
img{
    margin-bottom: 3%;
    border-radius: 5px;
}
video{
    margin-bottom: 3%;
}

.img1{
    width: 800px;
    height: 600px;
}

.imagem{
    width: 740px;
    height: 450px;
    margin-bottom:3%;
}

.imagemCarro{
    width: 100%;
    height: 570px;
}

.imagemVerti{
    width: 700px;
    height: auto;
}
.mapa{
    height: 540px;
    width: auto;
}

.imagemAyrton{
    width: 420px;
    height: 550px;
}

.audio-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; /* Adicionado para centralizar verticalmente */
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 14px;
    width: 250px; /* Ajuste conforme necessário */
    height: 130px; /* Altura igual à altura da viewport, ajuste conforme necessário */
    margin-bottom: 3%;
}

audio {
    width: 100%;
}
@media only screen and (max-width: 869px)  {
    .TextConteudo{
        width: 100% !important;
        text-align: left;
        overflow-x:hidden
    }
    body{
        overflow-x:hidden
    }
    .tituloCap{
        color: #2C3E50 !important;
        font-family: "RobotoMono";
        font-weight: bold;
        font-size: 1.6em;
        width: 100%;
        margin-bottom: 8%;
        overflow: hidden;
    }

    .TI1{
        display: flex;
        flex-direction: column;
        
       
        }
        
        .tiText{
            width: 100%;
            text-align: left !important;
            margin-left: 0;


        
        }
        .tiImage{
            width: 100%;
            
        }
        .imagemAyrton{
            width: 100%;
            margin-left: 5%;
            margin-right: 5%;
        }

        
.TA1{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;

    }
    .taTexto{
        width: 100%;
        margin-left: 0;

    }
    .taAudio{
        width: 100% !important;
        margin: 0 auto;
        margin-bottom: 2%;

    }

    .TA2{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
        align-content: center;
        }
        .taTexto2{
            width: 100%;
            margin-left: 0;
        }
        .taAudio2{
           width: 100%;
           margin: 0 auto;
           margin-bottom: 2%;

        }

        .TA3{
            display: flex;
            flex-direction: column;
            flex-wrap: wrap;
            align-items: center;
            align-content: center;
            }
            .taTexto3{
                width: 100%;
                margin-left: 0;

            }
            .taAudio3{
               width: 100%;
               margin: 0 auto;
               margin-bottom: 2%;

            }

            .TA4{
                display: flex;
                flex-direction: column;
                flex-wrap: wrap;
                align-items: center;
                align-content: center;
                }
                .taTexto4{
                    width: 100%;
                    margin-left: 0;

                }
                .taAudio4{
                   width: 100%;
                   margin: 0 auto;
                   margin-bottom: 2%;
                }

    video{
        width: 400px;
    }
    
.img1{
    width: auto;
    height: auto;
}

.imagem{
    width:400px;
    height: 250px;
    margin-bottom:3%;
}

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

.imagemVerti{
    width: 100%;
    height: auto;
}
.imagemProst{
    width: 100%;
    height: auto;
}

.mapa{
    width: 380px;
    height: auto;
}

.imagemAyrton{
    width: auto;
    height: 350px;
}
}