@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

/********** Template CSS **********/
:root {
    --primary: #ea7114;
    --secondary: #fda53b;
    --light: #ffffff;
    --dark: #29417f;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.fw-medium {
    font-weight: 500;
}

   

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
    color: #ea7114;
   
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
    color:#ea7114;
}


/*** Button ***/

.btn {
    transition: .5s;
    font-weight: 500;
    color:#fff;
    background:#0f3e81 !important;
    border: var(--light);
}

.btn:hover{
    color:#0f3e81 !important;
    background: #ea7114 !important;

}
.btn-whats {
    transition: .5s;
    font-weight: 500;
    color: #fff !important;
    background:#ea7114 !important;
    border: var(--light);

   
}

.btn-whats:hover{
    color: #fff !important;
    background-color: rgba(3, 203, 13, 0.614) !important;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--primary);
}

.btn-secondary,
.btn-outline-secondary:hover {
    color: var(--dark) !important;
}

.btn-square {
    width: 38px;
    height: 38px;
    color: var(--primary);
    justify-content: center;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
    color: var(--primary);
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    color:var(--primary) ;
}


.btn-contact{
        border: 1px solid;
        width: 80%;
        margin: auto;
        display: flex;
        margin-bottom: 90px;
        margin-top: 20px;
        justify-content: center;
        height: 50px;
        align-items: center;
        color: white;
        text-transform: uppercase;
        font-weight: 500;
    }



/**cabeçalho**/


.line-top{
    border-bottom: 18px solid var(--dark);
    width: 100%;
    
}

.line{
    border-bottom: 18px solid var(--primary);
    width: 100%;
    
}

.container-fluid{
    background-color:white;

    

}
img {
    max-width: 100%;
    width: auto\9;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic
}

.logo-header{
    
    max-width: 80%;
    width: auto\9;
    margin-right: 120px;
    margin-top: -8;
    max-height: 80px;
   align-items: center;
  
    

}

a:link , a:visited{
    color: inherit;
}

a:hover{
    color:var(--primary);
}


.one{
    margin-right: 20px;
    align-items: center;
    text-decoration: none;
    color: #ea7114!important;
    
}
.icon{
    color: var(--light);   
    width: 3%;
    font-size: 28px;
    
   
}


  

.btn-back{
    color: #ea7114;
}
.btn-head{

width: 38px;
height: 38px;
color: var(--light);
border-radius: 20px;
transition: .5s;
font-weight: 500;
display: flex;
justify-content: center;
align-items: center;
background-color:var(--primary);

}


.text{
    padding-right: 100px;
    text-align:right;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    display: flex;
    align-items: center;
    letter-spacing: 0.15px;
   
}

.ms-auto{
    
    width: 90%;
    padding-left: 290px;
    align-items: center;
}





/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .1);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 3.5rem;
    background-color: rgba(15, 62, 129, 0.5);
    border: 15px solid rgba(15, 62, 129, 0.7);
    
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}

.text-car{
    font-size: 20px;
    font-weight: bold;
}

/*** Features ***/

.coisa{
    display: flex;
    justify-content: center;
    width: 100% !important;
    margin-bottom: 20px;
}


.feature-row {
    box-shadow: 0 0 50px rgba(78, 76, 145, 0.45);
    background-color:var(--light);
    margin-top: 2%;
    margin-bottom: 0%;
    
    
}

.feature-item {
    border-color: rgba(246, 24, 24, 0) !important;
    width: 325px;   
    float:none;
    justify-content: center;
    align-items: center;
}

.mb-3 {
    text-align: center;
}

.mb-0{
    text-align: center;
}


.strong{
    text-transform: uppercase;
}

/*** Service ***/




.h1{
    color: var(--dark);
    text-transform: uppercase;
    margin-top: 60px;
    margin-bottom: 150px;
    font-weight: 900;
}

.service-item .service-text {
    position:relative;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    image-rendering: auto;
    background: #FFFFFF;
    box-shadow: 0 0 15px #ffffff;
    transition: .5s;
    z-index: 2;
    display: flex;
    
}

.service-item:hover .service-text {
    top: -1.5rem;

    box-shadow: 0 0 15px #ff730094;
}

.service-item .service-text h5 {
    transition: .5s;
}

.service-item:hover .service-text h5 {
    color: var(--primary);
}

.service-item .service-btn {
    position: absolute;
    width: 80%;
    height: 3rem;
    left: 10%;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    transition: .5s;
    z-index: 1;
}

.service-item:hover .service-btn {
    bottom: -1.5rem;
}




/***informações***/



.imgs{
    width: 30px;
    color: va;

}
.information{
    text-align: center;
    background-color: #0f3e81;
    margin-top: -2%;
    margin-bottom: -3.5%;

}

.element{
    display: inline-block;
    margin: 60px 60px 60px;
    color:var(--light);
    font-size: 19px;


}
/*** Footer ***/

.container-fluid-2{
    background: #ff6f2d56;
    overflow-x:hidden;
    margin-bottom: 10px;
    margin-top: 1px;
     
}

.h5{
    text-align: center;
    justify-content: center;
    display: flex;
}



.footer {
    color: var(--dark);
    
}

.logo-footer{
    justify-content: center;
    margin-left: 50%;
    margin-top: 30;
 
}
.teste{
   
    display: flex;
    text-align: center;
    align-items: center;
}
.infos{
    
  
    margin-left: -13%;

}

.mb-2{
    text-align: center;
}
.icon-ft{
    color: #ea7114;
    text-decoration: none;
    margin-right: 4px;
   
}


.copyright {
    color: #B0B9AE;
}

.copyright {
    background: var(--dark);

    margin-top: -1%;
}

.copyright a:hover {
    color: var(--primary) !important;
}


.btnWhatsBkg {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 70px;
    right: 62px;
    background-color: #3ee27a;
    border-radius: 50px;
    z-index: 1000;
    animation: bg 1s infinite;
}

.btnWhats {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 70px;
    right: 62px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 1px 1px 15px rgba(0,0,0,0.2);
    z-index: 1000;
    padding: 9px 0 !important;
    animation: pulse 0.5s infinite;
    
}

.chama {
    text-transform: uppercase;
    position: fixed;
    bottom: 140px;
    right: 16px;
    color: #ffffff;
    font-size: 0.9rem;
    z-index: 1000;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    font-family: arial;
    background-color: #25d366;
    padding: 10px;
    font-weight: 700;
    box-shadow: 1px 1px 15px rgba(0,0,0,0.2);
    z-index: 1000;  
    animation: pulse 0.5s infinite;
}

.icon-two{
    color: white;
    padding: 15px;
}





/* MEDIA QUERIE PARA MOBILE*/

@media screen and (max-width: 767px){
   .body{
    overflow-x: hidden;
   }

    .logo-header{
        margin-left: 30px;
    }

   .ms-auto{
    
    padding: 10px;
    align-items: center;
    justify-content: center;
 
   }

   .text{
    display: none;
   }

   .feature-item{
    
    margin-left: 8%;
    justify-content: center;
}

.feature-row{
    margin-bottom: -10%;
}


.h1{
  
    font-size: 30px;
    text-transform: uppercase;
    margin-top: 60px;
    margin-bottom: 60px;
  
    
    

}


.btn-contact{
    border: 1px solid;
    width: 80%;
    margin: auto;
    display: flex;
    margin-bottom: 60px;
    justify-content: center;
    height: 50px;
    align-items: center;
    color: white;
    text-transform: uppercase;
    font-weight: 500;
  
}

.footer{
    align-items: center;
    justify-content: center;
    margin-bottom: -5px;
    height: 700px;
    overflow: hidden;
}
.logo-footer{
    margin-left: 1px;
    margin-top: 10%;
    margin-bottom: -5%;
}   

.infos{
    
    padding-left: 10%;
    padding-top: -1%;
    align-items: center;
    justify-content: center;
    margin-left:-12px;
    margin-top: 1%;
    
   
}
.information{
    margin-bottom: -50px;
}

h4{
    margin-top: 2;
}
}


