html, body {
    height: 100%;
    margin: 0;
    cursor: default;   
    scroll-behavior: smooth;
}

body {
    position: relative;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    color: #363B4D;
    overflow-x: hidden !important;
    background: white;
}



* {
    border-radius: 0px;
}

*:focus {
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}


/* page sections config */

.container {
    /* margin-left: 5%;
    margin-right: 5%; */
    padding: 0;
    margin-right: auto;
    margin-left: auto;
}

section { height: auto; }


/* text */

/* .white-text {color: white;}
.blue-text { color: #181E4E; }
.red-text { color: #b70008; } */



/* titles */

h1 {
    color: #000000;
    font-size: 48px;
    font-weight: 700;
    line-height: 70px;
    margin: 5px 0;
    padding-left: 20px;
}

.home_slider h1{
        line-height: 75px; font-size: 75px;
    }



@media(max-width:768px) {
    .container {
        padding: 15px!important;
    }
    .home_slider h1{
        line-height: 45px!important; 
        font-size: 45px!important;
    }

    .home_slider {
        background-position: -100px center !important;
    }

    .home_slider p {

     white-space: break-spaces;
    }

    h1 {
        font-size: 40px!important; 
    line-height: 40px!important; 
    }

    .certificado {
        height: 100px!important;
    }
}

.white-h1 {
    border-left: 8px solid white!important ;
}

h2 {
    font-weight: bold;
    font-size: 25px;
    color: rgb(253,201,15);
}

h3 {
    color: #fac70e;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    margin: 5px 0;
}

h4 {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px; /* 220% */
}

h5 {
    color:  #263371;
    font-family: Poppins;
    font-size: 23px;
    font-style: italic;
    font-weight: 600;
    line-height: 44px;
}

p {
    color: #151515;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height:  25px;
    color: #252525;
    padding: 0;
}

p b {
    color: var(--thir_color, #263371);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}

.center {
    display: flex;
    justify-content: center;
}

/* links */

a {
    text-decoration: none !important;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    cursor: pointer;
}

a:hover { color: #89B4EF; }


/* lists */

ul { padding: 0; }

li {
    list-style: none;
    margin: 5px 0;
}

/* backgrounds */

.bg-darkblue { background-color: var(--darkblue);}
.bg-blue { background-color: var(--blue); }
.bg-grey { background-color: #ececec; }
.bg-lightgrey { background-color: #f7f7f7}
.bg-brown { background-color: #D3BFAF;}
.bg-red { background-color: #a50005;}


.white-bg {background-color: white;}
.dark-blue-bg {background-color: var(--darkblue);}
.light-blue-bg {background: #F3F5FA;}
/* buttons */

.btn {
    padding: 12px 20px;
    border: none;
    font-size: 16px;
}

.btn-yellow {
    background: #fbcf25;
    color: white;
    border: 1px solid #fbcf25;
}

.btn-primary,
.btn-primary:active,
.btn-primary:focus {
    background: transparent;
    color: #fbcf25;
    border: 1px solid #fbcf25;
}

.btn-primary:hover , .btn-primary:active:focus{
    background: #fdb109;
    color: white;
    border: 1px solid #fdb109;
}

.btn-primary a {
 color: #fdb109;
}
.btn-primary:active a,
.btn-primary:focus a,
.btn-primary:hover a {
    color: #fff;
}

.btn-primary-empty {
    background: transparent;
    color: #fff;
    border: 2px solid var(--red);
}

.btn-primary-empty:active,
.btn-primary-empty:hover,
.btn-primary-empty:focus {
    background: var(--red);
    color: #fff;
    border: 2px solid var(--red);
}

.btn-blue{
    background:  #263371;
    color: #fff !important;
    border: 2px solid #263371 ;
}

.btn-blue:hover {
    background: var(--darkblue);
    color: #fff;
}


.btn-white {
    background: white;
    border: 2px solid #263371 ;
}

.blue-hover a{
    color: white ;
}

.blue-hover:hover {
    background: white;
}

.blue-hover:hover a {
    color: #263371!important;
}

.white-hover:hover {
        background: #263371!important;
}

.white-hover a {
    color: #263371;
}

.white-hover:hover  {
    color: white !important;
}

.white-hover:hover a {
    color: white !important;
}


.btn-white:hover {
    background: rgba(255, 255, 255, 0.815);
}   
#frota {
    position: relative;
}
.frota-clip {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    background-color: black;
    clip-path: polygon(100% 24%, 100% 56%, 0 89%, 0 59%);

}

#contacts {
    position: relative;
}

.arrow-left {
    position: absolute;
    height: 100%;
    max-width: 80%;
    left: 0;
}

.arrow-right {
    position: absolute;
    height: 100%;
    
    max-width: 80%;
    right: 0;
}



.nav {
    background-color: #1d1d1b;
    margin: 40px 0;
}
.nav-container {
    padding: 6px 0;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background: none;
    border-bottom: 1px solid white;
}

.btn-white a {
    color: var(--darkblue)!important;
}



.text-red {
    color: var(--red);
}

.title-page {
    bottom: 18px;
    position: absolute;
    left: 5%;
}

.title-page h1 {
    font-size: 45px;
}


/* labels */

label {
    line-height: normal;
}

/* forms  */

.form-control {
    background-color: transparent;
    border-radius: 0!important;
    border:none;
    border-bottom: 2px solid var(--blue);
    padding-left: 0;
    color: var(--blue);
    box-shadow: none;
    font-size: 16px!important;
}

.form-control:focus { border-bottom: 3px solid var(--red); }

.form-control::placeholder { color: #acacac; }


/* NAVBAR */

nav {
    background: var(--white, #FFF);
    box-shadow: 5px 8px 14px 0px rgba(0, 0, 0, 0.13);
}

.navbar-nav {
    display: flex;
    align-items: center;
    float: right;
}

nav .nav-link {
    color: white;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    padding-right: 2.3rem!important;
    padding-left: 2.3rem!important;
    white-space: nowrap;
    padding-top: 0px!important;
    padding-bottom: 0px!important;
}

nav .nav-link:hover,
nav .nav-link:active,
nav .nav-link:focus {
    color: #FDC90F;
}

.nav .container {
    display: flex;
    justify-content: space-between;
}

/* on scroll */

.scroll {
    background: #fcfcfc;
    transition: 0.3s ease-in;
    box-shadow: 0px 4px 9px 2px rgba(0, 0, 0, 0.25);
}

.scroll .nav-link {color: var(--blue);}

/* btn-login */
.scroll .btn { background-color: var(--blue); }
.scroll .btn:hover { background-color: var(--darkblue);}
.scroll .btn .nav-link{ color: white !important; }

/* logo */
.logo_nav {
    height: 100px;
    transition: .5s ease-in-out;
}

.navbar-brand {
    height: 30px;
    padding: 0;
    margin-top: -100px;
}


.home_slider {
    background-size: cover!important;
    height: 800px;
    background-position: left center!important;
}


/* FOOTER */

/* footer img { width: 170px; } */

footer { font-size: 14px; }

footer .bg-darkblue { color: #ccc; }

footer a { color: #1c1c1c!important; }

footer a:hover { color: #ffd634!important; }


/* geral components */


/* cards */
.card {
    min-height: 350px;
    border: none;
    box-shadow: 4px 4px 6px rgba(138, 138, 138, 0.18);
}


/* modals */


.modal-title {
    color: var(--white, #FFF);
    font-family: Poppins;
    font-size: 22px!important;
    font-style: italic;
    font-weight: 600;
    line-height: 44px;
}

.modal-header {
    background-color: black !important;
}

/* /////////////  PAGES \\\\\\\\\\\\\\\\ */

/* HOME */


#home_services .card {
    margin-bottom: -20px;
    z-index: -1;
}

.tracking-card { background-color: #303030a2; }

.slogan {
    font-size: 28px;
    font-style: italic;
    font-weight: 500;
    line-height: 36px;
}

.slider-container {
    height: 88vh;
    position: relative;
    padding-bottom: 0;
}




.form-control-tracking {
    /* background: white; */
    /* border: none; */
    /* border-radius: 8px; */
    padding: 10px;
    padding-left: 15px;


    border-radius: 4px;
    border: 1px solid var(--white, #FFF);
    background: rgba(217, 217, 217, 0.14);
    color: white;
    margin: 0 5px;
}

.form-control-tracking option {
    color: #636363;
}
/* CONTACTOS */


.card-contacts {
    width: 150%;
}

.map {
    margin-top: -160px;
    margin-bottom: -6px;
}

.form-control-contact {
    padding: 10px;
    padding-left: 15px;
    width: 100%;
font-weight: normal;
    border-radius: 4px;
    border:none;
    box-shadow: 3px 3px 4px #10101021;
    color: black;
}

.form-control-contact:focus {
    background-color: #f2f2f2;
}

.select-form {
       padding: 10px;
    padding-left: 15px;
    width: 100%;
    border-radius: 4px;
    
    border:none;
    box-shadow: 3px 3px 4px #10101021;
    color: black;
}

.btn-black {
    background-color: black;
    color: white;
}

#contacts .container {
    padding: 40px 0;
}

/* SERVICES */

#services {
    padding: 50px 0;
}

/* ABOUT */


/* RECRUITMENT */



/* MODALS */


/* LOGIN */


/* DOCUMENTS */

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background-color: var(--red);
    border-color: var(--red);
}

a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    background-color: #e3e3e3;
}


.navbar-toggler-icon {
    width: unset;
    height: unset;
    
}

.navbar-toggler-icon svg {
        fill: white;
}


@media  (max-width: 991px) {
    .navbar-right {
        float: unset!important;
    }
    .navbar-nav {
        float: unset!important;
    }
    .navbar-brand {
        margin-top: unset;
        height: auto;
    }

    .nav .container {
        padding: 6px 10px!important;
        display: grid;
    }
    .nav-container {
        display: contents;
    }

    .logo_nav {
        height: 55px;
    }
    .nav {
        margin: 20px 0;
    }

    .modal .p-l-0 , .modal .p-r-0 {
        padding: unset;
    }
}




@media (min-width: 768px) and (max-width: 991px) {
    .collapse:not(.show){
        display: none!important;
    }
}

@media (min-width: 991px) and (max-width: 1300px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.3rem !important;
        padding-left: 1.3rem !important;
    }
}







