*{
    font-family: sans-serif;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
}

.navbar-brand img{
    height: 80%; 
}

.navbar-toggler{
    border-color: black;
}



.nav-item a{
    font-size: 25px;
    color: black;
    font-weight: bold;
    
}

.head-novo{
    display: flex;
    justify-content: center;
}

.head-novo img{
    width: 50%;
    height: 50%;
}

.head-seg img{
    width: 40%;
    height: 40%;
}
.navbar-toggler:focus{
    box-shadow: none;
}

.navbar-collapse{
    justify-content: center;
    align-items: center;
    
}

.navbar-nav{
    gap: 180px; 
}

.dropdown-menu a{
    font-size: 15px;
    font-weight: lighter;
}

.carousel-caption h4{
    padding-top: 30px;
    font-size: 40px
}

.card{
  border-width: 3px;
  border-color: black; 
  border-radius: 30px; 
}

.card h5{
    font-size: 18px;
    padding-bottom: 20px;
}

.card:hover{
    border-color:#0275D8;
}

.card-img-bottom{
    border-radius: 30px;
    margin-bottom: 48px;
}

#col-a a{
    text-decoration: none;
}

#col-b a{
    text-decoration: none;
}

.bg-laranja{
    background-color: #fa6129;
}


#sublinhado h3{
    text-decoration: dashed;   
}

#blueb{
    border-radius: 30px;
}

.col-4 a{
    color:white;
    text-decoration: none;
}

.col-5 p{
    font-size: 15px;
}

.col-5 h1{
    font-size: 35px;
}

form{
    display: flex;
    flex-direction: column;
    
}

.p1{
    text-indent: 50px;
}

#quemsomos p{
    
    color: black;
    text-align: justify;
    
}

#form input{
    margin-bottom: 10px;
    border-color: #0275D8;
    border-radius: 5px;
}

#form textarea{
    margin-bottom: 10px;
    border-color: #0275D8;
    border-radius: 5px;
}

#form button{
    width: 140px;
    height: 35px;
    border-radius: 5px;
    background-color: white;
    color: black;
    border-color: #0275D8;
}

.seg h2{
    font-size: 32px;
    font-weight: lighter;
    text-align: center;
}

.tel h3{
    text-decoration: dashed orange;
}


.bg-primary p{
    margin: 0;
}

.bg-primary img{
    border-radius: 10px;
}

#footerauto img{
    border-radius: 7px;
}

.tel{
    display: flex;
    align-items: flex-start;
    margin: 5px 5px;
}

.container-seg img{
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.tel a{
    text-decoration: none;
    color: black;
}

.tel p{
    margin: 0;
    margin-top: 7px;
    
}

.sobrenos{
    margin-left: 40px;
    
}


.tel img{
    margin-left: 30px;
}

.end p{
    color: black;
    padding-left: 3px;
}

.buttonzap{ 
    position: fixed; bottom: 20px; right: 20px; z-index: 1000; 
} 

.buttonzap img{ 
    width: 60px; height: 60px; border-radius: 50%; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); transition: transform 0.3s; 
} 
.whatsapp-button img:hover{ 
    transform: scale(1.1); 
}




#auto h1{
    font-size: 35px;
    font-family: "Nixie One", system-ui;
    color: black;
    font-weight:400;
}

#auto p{
    font-size: 25px;
    font-family: "Nixie One", system-ui;
    color: black;
    font-weight: lighter;
    text-align: justify;
}

#auto button{
    background-color: white;
    height: 40px;
    width: 200px;
    color: black;
    border-width: 3px;
    border-color: #0275D8;
    border-radius: 5px;
    font-family: "Nixie One", system-ui;
    color: black;
    font-weight: lighter;
}

#footerauto{
    margin-top: auto;
}

.end{
    flex-direction: column;
    justify-content: flex-start;
    
}

#cont-foot{
    display: flex;
    justify-content: space-around;
}

.lnkfoot{
    text-decoration: none;
    color: black;
    margin-bottom: 8px;
}

#im-footerr{
    display: flex;
    align-items: center;
}


#barra_azul{
    
    background-image: linear-gradient(to bottom, white, #fa6129 );
}


#mainn{
    display: flex;
    align-items: center;
    justify-content: end;
}

.formulario label{
    margin-top: 12px;
    font-size: 20px;
}

.formulario button{
    margin-bottom: 30px;
    margin-top: 30px;
    border-radius: 10px;
    background-color: white;
    border-color: #0275D8;
    height: 50px;
}

.formulario input{
    border-color: #0275D8;
    border-radius: 10px;
    font-size:20px
}

@media( max-width: 1600px){

    .carousel-caption h4{
        padding-top: px;
        font-size: 40px;
        margin: 0;
        color: white;
    }


    #cont-auto{
        padding: 0;
        margin-bottom: 60px;
    }

    #cont-auto h1{
        font-size: 30px;
        margin-bottom: 20px;

    }

    #cont-auto p{
        font-size: 20px;
        margin-bottom: 12px;
    }

    .end p{
        font-size: 15px;
    }

    #carouselSeguros img{
        height: 400px;
    }

    .bg-primary h3{
        font-size: 20px;
    }

    .bg-primary p{
        font-size: 15px;
    }


}

@media( max-width: 440px){


    p{
        margin: 0;
    }
    .navbar-nav{
        gap: 3px; 
    }

    .nav-item a{
        font-size: 20px;
    }

    .dropdown-menu a{
        font-size: 15px;
    }

    .nav-item dropdown{
        position: absolute;
    }

    .carousel-caption{
        padding:0;
    }

    .carousel-caption p{
        font-size: 12px;
        margin-bottom: 0;
    }

    .carousel img{
        height: 300px;
    }

    .row{
        flex-direction: column;
        align-items: center;
    }

    .card-body{
        padding-left: 20px;
        padding-right: 20px;
    }

    .card-body h5{
        font-size: 16px;
    }

    .col-4{
        width: 220px;
        margin: 0;

        padding: 0;
    }

    #col-b{
        margin-right: 18px;
    }

    #col-a{
        margin-left: 12px;
    }

    #caixa-azul h3{
        font-size: 16px;
    }

    #caixa-azul p{
        font-size: 14px;
        padding-bottom: 25px;
    }

    .col-5{
        width: 300px;
    }

    .col-5 p{
        font-size: 20px;
        margin-bottom: 12px;
    }

    .col-5 h1{
        font-size: 25px;
        margin-bottom: 20px;
    }

    #img-car{
        width: 280px;
        margin-left: 10px;
        padding-top: 10px;
        
    }
    
    #cont-auto{
        padding: 0;
        margin-bottom: 60px;
    }

    #cont-auto h1{
        font-size: 35px;
        margin-bottom: 20px;

    }

    #cont-auto p{
        font-size: 20px;
        margin-bottom: 12px;
    }

    #pba p{
        font-size: 14px;
        padding-bottom: 25px;
    }

    .end{
        flex-direction: column;
        justify-content: flex-start;
        gap: 20px;
        margin-top: 10px;
    }

    .container-foot{
        display: flex;
        flex-direction: column;
    }



    .col-6 p{
        font-size: 25px;
    }

    .formulario label{
        margin-top: 12px;
        font-size: 15px;
    }
    
    .formulario button{
        margin-bottom: 30px;
        border-radius: 5px;
        background-color: white;
        border-color: #0275D8;
        height: 30px;
    }
    
    .formulario input{
        border-color: #0275D8;
        border-radius: 5px;
        font-size: 15px
    }

    .carousel-caption h4{
        padding-top: 30px;
        font-size: 12px;
        margin: 0;
    }

    .navbar-brand{
        margin: 0;
    }

    .lnkfoot{
        margin-left: 40px;
    }





}


















