@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&display=swap');

@font-face {
    font-family: 'Made';
    src: url('../fonts/MADE.otf');
}

body, html {
    --azulClaro: #1898CC;
    --azulMedio: #0F6BA6;
    --azulEscuro: #084279;
    --cinzaClaro: #C6D1D5;
    --cinzaEscuro: #A3A3A3;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.logo{
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 1;
    width: 10rem;
}
.redes{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    position: fixed;
    top: 10px;
    z-index: 1;
    right: 10px;
}
.redes a{
    text-decoration: none;
    color: var(--azulEscuro);
    color: #fff;
    font-size: 30px;
}
.redesSociais:hover{
    color: var(--azulClaro);
}
.infos{
    height: 800px;
    background-color: #fff;
}
.banner{
    height: 600px;
    display: flex;
}
.banner video, img{
    object-fit: cover;
    width: 100%;
}
.banner .contB{
    position: absolute;
    top: 30%;
    left: 10%;
    color: #fff;
}
.banner h1{
    font-size: 35px;
    max-width: 350px;
}
.banner p{
    font-size: 20px;
}
.cont1{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding: 10rem;
    /* padding-top: 10rem; */
}
#carouselExampleAutoplaying {
    min-width: 400px;
    min-height: 400px;
    max-width: 500px;
    max-height: 500px;
}
.carousel-item img{
    border-radius: 20px;
}
.contText{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contText p{
    font-size: 20px;
    width: 400px;
}
.cont2{
    width: 100%;
    background: var(--azulEscuro);
    /* background-image: url('../src/img/4quattro/semfundo.png'); */
    /* background-size: 100%; */
    /* background-position: bottom; */
    /* background-repeat: no-repeat; */
    height: 900px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.cont2 p{
    font-size: 25px;
    color: #fff;
    max-width: 550px;
    font-family: "Mukta", sans-serif;
    padding: 20px;
    text-align: justify
}
.btn1{
    background: var(--azulMedio);
    color: #fff;
}
.btn1:hover, .btn2:hover{
    background: #fff;
    color: #000;
}
.btn2{
    background: var(--azulClaro);
    color: #fff;
}
.bgroup{
    display: flex;
}
.txtTM{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: justify;
}
.txtTM p{
    padding-left: 20px;
    padding-right: 20px;
}
.imgtoast{
    height: 20px;
    width: 20px;
}
.rdp {
    background: #fff;
    padding: 2rem;
    color: #000;
    text-align: center;
}