
.ul {
    list-style-type: none;
    padding-left: 0; /* Remove o recuo padrão */
  }


#sec1 {
    padding: 0 !important;
   
    display: flex;
    justify-content: center; 
    width: 100%;
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50% !important;
    max-width: 100% !important;
}
#forr {
    border-radius: 30px;
    padding: 30px;
    background: white;
}

#imgs {
    width: 100%;
}

#letras {
    
 display: flex; 
 justify-content: center;
    
    
}

#title {
    
    font-size: 2.5rem !important;
}

#fff1 .col-6 {
    min-height: 0!important;
    padding-right: 0!important;
    padding-left: 0!important;
}

#quebra {
    display: flex; 
    margin-top: 15px; 
    
    height: 600px;
}

#bt {
    border-radius: 12px;
    color: white;
    padding: 12px;
    border: none!important;
    background: linear-gradient(90deg, rgba(1,95,169,1) 0%, rgba(1,152,169,1) 100%)!important;

}

#bt:hover {
    background: linear-gradient(200deg, rgba(1,95,169,1) 0%, rgba(1,152,169,1) 100%)!important;
    padding: 20px;
    transition: 1s;
}

#section1 {
    min-height: 0!important;
    padding-right: 0!important;
    padding-left: 0!important;
    margin-left: -10px!important;
    margin-right: -10px!important;
    display: flex; 
    flex-direction: row;
}


#sec2 {
    display: flex; justify-content: center;  width: 100%;
}

#sec3 {
    display: flex; justify-content: center;  width: 100%;
}

#sec2ele {
    display: flex;
    justify-content: center;
    flex-direction: row;
}

#sec3ele {
    display: flex;
    justify-content: center;
    flex-direction: row;
}

#titles2 {
    background: linear-gradient(90deg, rgb(22, 140, 231) 0%, rgba(1,152,169,1) 100%);
                  -webkit-background-clip: text!important;
    background-clip: text!important;
    color: transparent !important;
    display: inline; /* Isso garante que o gradiente se aplique apenas ao texto dentro do span */
                
}

#sub {
    margin-top: 12px;
}



.hr {
    height: 9px;
    background: linear-gradient(90deg, rgba(1, 95, 169, 1) 0%, rgba(1, 152, 169, 1) 100%) !important;
}

#nomes1 {
    display: flex;
    background: linear-gradient(90deg, rgb(22, 140, 231) 0%, rgba(1,152,169,1) 100%);
                  -webkit-background-clip: text!important;
    background-clip: text!important;
    color: transparent !important;
    display: inline; /* Isso garante que o gradiente se aplique apenas ao texto dentro do span */
       
}
#section3 {
    background: linear-gradient(200deg, rgba(1,95,169,1) 0%, rgba(1,152,169,1) 100%) no-repeat !important;
    
    
}

#bgp {
    background: linear-gradient(200deg, rgba(1,95,169,1) 0%, rgba(1,152,169,1) 100%) no-repeat !important;
    
    
}

.title3 {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

#ft3 {
    color: white;
    font-size: 4rem;
    
}

#cdds {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

#img3 {
    width: 60%;
}

.imagec3 {
    display: flex;
    justify-content: center;
}

/* Small devices (lan1scape phones, 576px and up) */
@media (min-width: 300px) and (max-width: 897.98px) {
    #section1 {
        flex-direction: column;
        
        margin: 0;
    }
    
    

    #cdds {
        display: flex;
        flex-direction: column;
        align-items: center;
    }


    #nomes1 {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }

    #sec1 {
        height: 810px;
    }

    .imagec {
        display: flex;
        justify-content: center;
    }

    .imagec3 {
        display: flex;
        justify-content: center;
    }

    .col-5 {
        flex: none !important;
        max-width: none !important;
    }

    #title {
        margin-top: -120px;
        text-align: center;
        font-size: 2.2rem !important;
    }

    #textquebra {
        text-align: center;
        margin-top: 10px;
    }

    #textquebra2 {
        
        margin-top: 10px;
    }


    #img2 {
        width: 40%;
    }

    #img3 {
        width: 60%;
    }
    
    
    .h2, h2 {
    font-size: 1.6rem;
}
    
    #sec2ele {
        flex-direction: column;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
        margin-top: 31px;
    }
    
    #sec3ele {
        flex-direction: row;
        display: flex;
        justify-content: space-around;
        flex-wrap: nowrap;
        align-items: center;
        
    }


    #fff1 {
        margin-top: -130px;
    }
    #ft3 {
        font-size: 2rem;
    }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 898px) and (max-width: 991.98px) {
    #section1 {
        flex-direction: column!important;
        display: flex;
        
    }

    #linha {
        margin-top: 60px;
    }

    #textquebra {
        
        margin-left: 50px !important;
        
    }

    #sec2ele {
        display: flex;
        justify-content: space-around;
    }

    #sec3ele {
        flex-direction: row;
        display: flex;
        justify-content: space-around;
        flex-wrap: nowrap;
        align-items: center;
        
    }
    
    .imagec3 {
        display: flex;
        justify-content: center;
    }
    
    #sec2 {
        margin-top: 200px;
    }

    #title {
        margin-top: -30px;
        text-align: center;
        font-size: 3.7rem !important;
    }

    #titles2 {
        font-size: 3rem;
    }

    #forr {
        margin-top: -30px;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    /* Adicione aqui os estilos específicos para dispositivos grandes */
    
    #navb {
        width: 100%;
        justify-content: space-around;
    }

    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        justify-content: center;
    }
    #titles2 {
        font-size: 4rem;
    }
    #title {
        text-align: center;
        font-size: 3.5rem !important;
    }

    .imagec3 {
        display: flex;
        justify-content: center;
    }
    
    #img2 {
        margin-top: -180px;
        
    }

    #img3 {
        width: 60%;
        
    }

    #imgs {
        width: 100%;
        height: 619px;
    }

    

    

}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    /* Adicione aqui os estilos específicos para dispositivos extra grandes */
    
    #navb {
        width: 100%;
        justify-content: space-around;
    }

    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        justify-content: center;
    }


    #title {
        text-align: center;
        font-size: 3.5rem !important;
    }

    #img2 {
        margin-top: -180px;
        
    }
    
    #img3 {
        width: 60%;
        
    }



    #titles2 {
        font-size: 4rem;
    }

    #imgs {
        width: 100%;
        height: 619px;
    }

    #vtft {
        width: 150px !important;
        margin-left: 15px !important;
        margin-top: 27px;
    }



}
