* {
    font-size: 14px;
    font-family: "Lexend Deca", sans-serif;
    font-optical-sizing: auto;
    scroll-padding-top: 200px;
}

body {
    padding: 0 !important;
}

/* colors */

:root {
    --primary: #ED6E00;
    --secondary: #060403;
    /* --background: #D3EADF; */
    --blue: #003484;
    --orange: #ED6E00;
    --black: #000000;
    --shadow: #25252568;
    --outline: white;

    --btn-primary-text: white;
    --btn-secondary-bg: white;
}

/* text */

h1{ 
    font-size: 18px; 
    margin: 10px 0;
    font-weight: 400;
    text-transform: uppercase;
}

h1 span {
    color: var(--orange);
    font-size: inherit;
}
hr {
    width: 20px;
    opacity: 1;
    height: 2px!important;
    color: var(--orange);
    margin: 0 5px;
    border: none;
}

h2 { 
    font-size: 33px; 
    color: var(--blue); 
    margin: 10px 0;
    font-weight: 700;
}

h3 {
    margin: 10px 0;
    font-size: 16px; 
    font-weight: 700;
    color: var(--blue); 
}

h4 {
    font-size: 24px;
    font-weight: 500;
}

p { 
    font-weight: 300;
    line-height: 20px;
    font-style: normal;
    margin: 5px 0;
    color: var(--black);
}

a { 
    color: var(--orange);
    text-decoration: none!important; 
    transform: all 0.5s;
}

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

a i {
    margin-left: 5px;
}

a:hover i{
    margin-left: 8px;
}


.fs-title { font-size: 60px }
.fs-subtitle { font-size: 35px }
.fs-16 { font-size: 16px; }
.fs-18 { font-size: 18px;}
@media (min-width:990px) {
    .text-right-md { text-align: right;}
}
.row {margin:0!important}

@media (max-width: 767px) {
    p { font-size: 12px;}
    h2 { font-size: 18px; }
    .fs-title { font-size: 40px }
    .fs-subtitle { font-size: 25px }
    .fs-16 { font-size: 13px; }
    .fs-18 { font-size: 15px;}
    .hero-title {
        font-size: 20px;
    }
}
@media (min-width: 768px)  and (max-width: 991px) {
    h2 { font-size: 22px; }
    .fs-title { font-size: 48px }
    .fs-subtitle { font-size: 30px }
    .fs-16 { font-size: 15px; }
    .fs-18 { font-size: 17px;}
}


@media (max-width:768px) {
    .hero-title {
        font-size: 35px!important;
    }

    header .container-fluid {
        padding: 0;
    }
}

/* helpers */
.nowrap { white-space: nowrap; }

/* backgrounds */

.orange-bg { background-color: var(--orange);}
.blue-bg {background-color: var(--blue);}
.watermark {
    background: url('/assets/website/img/watermark.svg');
    background-position: center;
}
.hero-overlay {
    background: #002c6dde;
    height: 100%;
    width: 100%;
}
.hero-banner {
    background: url('/assets/website/img/roliberica-transportes-banner.png');
    background-size: cover;
    height: 80vh;
    min-height: 700px;
    background-position: center;
}
.hero-title {
    font-size: 50px;
}

.hero-banner-page {
    background: url('/assets/website/img/roliberica-transportes-banner.png');
    background-size: cover;
    height: 20vh;
    min-height: 300px;
    background-position: center;
}
/* container */

.container {
    padding: 40px 0;
}

@media (max-width:991px) {
    .container {
        padding: 20px 0;
    }

}

/* buttons */

button {
    border-radius: 0.2rem !important;
    border: none;
    padding: 8px 25px;
    font-weight: 600;
    color: var(--primary);
    text-transform: uppercase;
    margin: 10px 0;
}

.btn-primary {
    background-color: var(--orange);
    border: 1px solid var(--orange);
}

.btn-primary a {
    color: white;
    font-size: 15px;
    font-weight: 500;
}

.btn-primary:hover {
    background-color: #d26200;
    border-color: #d26200;
}

.btn-secondary {
    background-color: white;
    border: 1px solid white;
}

.btn-secondary a {
    color: var(--primary);
    font-size: 15px;
    font-weight: 500;
}

.btn-secondary:hover {
    background-color: var(--grey);
    border: 1px solid var(--grey);
}

.btn-outline {
    background-color: transparent;
    border: 1px solid var(--outline);
}

.btn-outline a {
    color: var(--btn-primary-text);
    font-size: 15px;
    font-weight: 500;
}

.btn-outline:hover {
    background-color: white;
}

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


.btn-outline-blue {
    background-color: transparent;
    border: 1px solid var(--blue);
}

.btn-outline-blue a {
    color: var(--blue);
    font-size: 15px;
    font-weight: 500;
}

.btn-outline-blue:hover {
    background-color: var(--blue);
}

.btn-outline-blue:hover a {
    color: white;
}

/* inputs */

.form-control {
    background-color: #F3F3F3;
    box-shadow: unset;
    border: none;
}
.form-label {
    color: var(--blue);
    font-weight: 600;
}

/* header */

li.active a{
    color: #ED6E00;
}

@media (max-width:991px) {

.header-group {
    justify-content: space-between;
    display: flex;
    width: 100%;
    align-items: center;
}

}
.navbar-toggler-icon {
        background-image: url('/assets/website/img/icons/menu.svg');
}

button:focus:not(:focus-visible), button:focus:not(:focus) {
    box-shadow: none;    
}

@media (min-width: 991px) {
    .scroll {
        background: white;
    }

    .scroll .nav-link {
        color: var(--blue);
    }

    li.active a {
            color: #ED6E00!important;
    }


    .nav-link {
        font-size: 15px;
        font-weight: 500;
        color: white;
        text-transform: uppercase;
    }

    #navbarContent{
        justify-content: right;
        display: flex !important;
    }
    
}

@media (max-width:990px) {
    #header {
        background: white;
    }
    .nav-link {
        color: var(--blue);
    }

    .navbar-nav {
        margin: auto;
        width: 100%;
    }
    .navbar-brand>img {
        max-height: 45px;
    }
}

.logo {
    height: 45px;
    display: block;
}

.nav-link:hover {
    color: var(--primary)!important;
}

.navbar {
    margin: 10px;
    align-items: center;
}

/* header media */

@media (max-width:768px) 
{
    .nav-link {
        font-size: 14px;
    }

}

@media (min-width:768px) {
    .collapse:not(.show) {
        display: none!important;
    }
}

/* track-trace */

.track-trace {
    margin-top: -75px;
}

/* card */

.card {
    border-radius: 0.5rem;
    border: none;
}

.hole {
    position: relative;
    top: 20px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    width: 70px;
    height: 70px;
    box-shadow: inset 0 0 0 999px var(--grey);
}


/* footer */

footer {
    background-color: var(--blue);
}

footer a {
    color: white;
}

footer a:hover {
    color: #ED6E00;
}

.small-footer a:hover {
    color: #003484;
}

/* topics */

.arrow {
        clip-path: polygon(93% 0%, 100% 50%, 93% 100%, 0% 100%, 7% 50%, 0% 0%);
}

.link-arrow {
    color: var(--primary);
}

/* values */

#values .circle{
    background-color: #ED6E00;
    border-radius: 50%;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px !important;
}

/* solutions */

#values {
    background: linear-gradient(to top, var(--blue),var(--blue) 50%,
    white 50%,
    white
  );
}

/* services */

#services {
    overflow: hidden;
}

.equal-height {
    display: flex; 
}

.equal-height > [class^="col-"] {
    display: flex;
}

.image-wrapper {
    width: 100%;
    height: 100%;    
    overflow: hidden;
}

#services .orange-bg {
    height: 200px;
    z-index: -1;
    right: 0;
    width: 25%;
}

#services .blue-bg {
    height:200px; 
    z-index:-1; 
    left:0; 
    width:25%;
}

@media (max-width:767px)
{
    .image-wrapper img {
        width: 100%;
        height: 230px;
        object-fit: cover;
    }

    #services .orange-bg {
        height: 200px;
        z-index: -1;
        bottom: 0;
        width: 100%;
    }
    #services .blue-bg {
        height: 200px;
        z-index: -1;
        top: 0;
        width: 100%;
    }

    .carousel {
        background: inherit!important;
    }
}

@media (min-width:768px) and (max-width:990px)
{
    .image-wrapper img {
        width: 100%;
        height: 430px;
        object-fit: cover;
    }
}

@media (min-width:991px)
{
    .image-wrapper img {
        width: 100%;
        height: 330px;
        object-fit: cover;
    }
}


/* legal */

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background-color: #023484;
    border-color: #023484;
}

.slide .carousel-control-next {
    justify-content: end;
    transform: translate(50px, 0);
}
.slide .carousel-control-prev {
    justify-content: start;
    transform: translate(-50px, 0);
}




.slider-nav {
  display: flex;
  justify-content: space-between;
  margin:12px 0;
}

.slider-nav span {
  width: 44px;
  height: 44px;
  border-radius: 50%;
background: rgb(237 110 2 / 61%);
  cursor: pointer;
  position: relative;
  transition: background .2s, transform .2s;
}

.slider-nav span:hover {
      background: rgb(237, 112, 2);
  transform: scale(1.1);
}

.slider-nav .slide-left::before,
.slider-nav .slide-right::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform-origin: center;
}

.slider-nav .slide-left::before {
  transform: translate(-50%, -50%) rotate(-135deg);
}

.slider-nav .slide-right::before {
  transform: translate(-50%, -50%) rotate(45deg);
}



/* slider */

#galleries-list .content {
  width: 100%;
  overflow: hidden;
    height: 100%;
    max-height: 400px;
  text-align: center;
      display: flex;
    justify-content: center;
      padding: 10px 0;
  margin: auto;
  box-sizing: border-box;
  font-size: 40px;
}

#galleries-list {
	padding: 0px;
	margin: 0px;
	overflow:hidden;
  width:100%;
}

#galleries-list ul {
	width: 100%;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#galleries-list ul li {
    position: relative;
    left: 0px;
    float: left;
    width: 25%;
    text-align: center;
    margin: 0px;
    padding: 0px;
    transition: left .75s ease-out;
}

#galleries-list ul li a{
	color: white;
}

#galleries-list ul li p{
	padding: 0px 15px 0px 15px;
	font-size: 15px;
	color: #758a9f !important;
}

#galleries-list ul li h2{
	font-size: 25px;
	color: white;
}

#galleries-list .slider-nav {
	position: relative;
	float: left;
	left: calc(50% - 45px);
}

#galleries-list .slide-left {
	margin-right: 10px;
}

#galleries-list .slide-left, #galleries-list .slide-right {
	cursor: pointer;
-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
     -khtml-user-select: none; /* Konqueror */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  not supported by any browser */
}

#galleries-list .slide-left:hover, #galleries-list .slide-right:hover {
	font-weight: 700;
}

#galleries-list img{
    object-fit: cover;
    min-width: 100%;
}

#galleries-list .img-container {
        overflow: hidden;
    display: flex;
    justify-content: center;
        margin: 2%;
}


/* animacoes */

/* estado inicial */
.reveal {
  opacity: 0;
  transform: translateX(60px); /* ou -60px para esquerda */
  transition: opacity 1.2s ease, transform 1.2s ease; /* mais lenta */
  transition-delay: 0.4s; /* delay padrão */

}

/* entra da esquerda */
.reveal-left {
  transform: translateX(-60px);
}

/* quando visível */
.reveal-visible {
  opacity: 1;
  transform: translateX(0);
}
