/* --------------------------------------
    1. CUSTOM THEME FOR MONTEMORENSE
-------------------------------------- */


:root {
  --montemorense-blue: #003b7f;
  --montemorense-orange: #ff7101;
  --montemorense-white: #fff;

  /* Variações com transparência */
  --montemorense-blue-light: rgba(0, 59, 127, 0.1);
  --montemorense-orange-light: rgba(255, 113, 1, 0.1);

  /* Para textos */
  --montemorense-text-blue: #003b7f;
  --montemorense-text-orange: #ff7101;

  /* Para fundos e destaques */
  --montemorense-bg-blue: #003b7f;
  --montemorense-bg-orange: #ff7101;

  /* Para hover e bordas */
  --montemorense-hover-blue: #002c5e;
  --montemorense-hover-orange: #cc5b00;

  --montemorense-blue: #003b7f;
  --montemorense-orange: #ff7101;

  /* Cores utilitárias e layout */
  --title-color: #141D38;
  --body-color: #737887;
  --smoke-color2: #1c1c1c;
  --black-color2: #080E1C;
  --light-color: #72849B;
  --success-color: #28a745;
  --error-color: #dc3545;
  --th-border-color: #E0E0E0;

  --title-font: 'Barlow', sans-serif;
  --body-font: 'Roboto', sans-serif;
  --icon-font: "Font Awesome 6 Pro";
  --main-container: 1220px;
  --container-gutters: 24px;
  --section-space: 120px;
  --section-space-mobile: 80px;
  --section-title-space: 60px;
  --ripple-ani-duration: 5s;
}

.NONE {
  display: none !important;

}

.terms-conditions .title span {
    color: var(--montemorense-orange);
    font-weight: bold;
    font-size: 25px;
}

.card-testimonial .card-body {
    padding: 50px ;
}

body {
    color: #626262;
}

p {
    font-size: 18px;
    font-weight: bold;
}


.choose-us-content .single-choose-us-box.bg-color-1 {
    background-color: var(--montemorense-blue);
}


/***** botoes flutuantes *****/
.floating-button.recursos-humanos i {
  color: #fff;
}

.floating-button.recursos-humanos:hover i {
    transform: translateX(-75px); /* Movimento mais suave do ícone */
    width: 30px;
}

.floating-button.gestao-agregados {
  background: #34495e;
}

.floating-button.recursos-humanos {
  background: #8e44ad;
}

.floating-button.comercial {
  background: #e67e22;
}

.floating-button.whatsapp {
  background: #2a935b;
}

.floating-button.video {
  background: #f51a13;
}



.floating-button.whatsapp i, .floating-button.video i {
  color: #fff;
}


.floating-button.gestao-agregados i {
  color: #fff;
}

.floating-button.comercial:hover i, .floating-button.recursos-humanos:hover i, .floating-button.gestao-agregados:hover i {
  color: #fff;
}


.floating-button.gestao-agregados:hover i {
    transform: translateX(-85px); /* Movimento mais suave do ícone */
    width: 10px;
}

.floating-button:hover {
    width: 230px; /* Ajuste menor da largura */
    border-radius: 4px; /* Mantém o border-radius pequeno */
}

.floating-button:hover i {
    transform: translateX(-80px); /* Movimento mais suave do ícone */
}

.floating-button:hover span {
    opacity: 1;
}


.floating-buttons {
    position: fixed;
    top: 73%; /* Centraliza no eixo Y */
    right: 0px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    transform: translateY(-50%); /* Ajusta o contêiner para ficar no centro */
}

.floating-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    color: white;
    text-decoration: none;
    border-radius: 4px; /* Pequeno border-radius */
    position: relative;
    overflow: hidden;
    transition: width 0.4s ease-in-out, border-radius 0.4s ease-in-out;
    padding: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.floating-button i {
    font-size: 24px;
    transition: transform 0.4s ease-in-out;
}

.floating-button span {
    position: absolute;
    left: 70px;
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    color: white;
    font-size: 16px;
}
/**** fim botoes flutuantes *****/



.filial-box a.default-btn {
    margin-top: 20px;
}

.filial-box.even {
    background-color: #e6e6e6;
}

.filial-box.odd {
    background-color: #ffffff;
}

.filiais-section {
    padding: 60px 0;
    background-color: #f9f9f9;
}

.section-title {
    font-size: 28px;
    margin-bottom: 10px;
}

.section-subtitle {
    font-size: 16px;
    color: #777;
    margin-bottom: 40px;
}

.row > [class*="col-"] {
    display: flex;
    flex-direction: column;
}

.row > [class*="col-"] {
    display: flex;
}

.filial-box {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    background: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.filial-box a.btn {
    margin-top: 20px;
}

.filial-box h4 {
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: bold;
}

.filial-box p {
    margin: 5px 0;
    font-size: 14px;
}



.end-filial {
    height: 90px;
}





/* Ajuste visual do checkbox */
.form-check-input {
  width: 20px;
  height: 20px;
  cursor: pointer;
  border: 2px solid #0A66C2; /* cor institucional */
  border-radius: 4px;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
}

/* Quando marcado */
.form-check-input:checked {
  background-color: #0A66C2;
  border-color: #0A66C2;
}

/* Foco acessível */
.form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(10, 102, 194, 0.25);
}

/* Label ao lado */
.form-check-label {
  margin-left: 8px;
  font-size: 0.95rem;
  color: #333;
}



.diferenciais-title {
  font-weight: 700;
  font-size: 1.5rem;
  color: #0b2e4a;
}

.diferenciais-list {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
}

.diferenciais-list li {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 8px;
  padding: 0.75rem 1rem;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: transform .18s ease, box-shadow .18s ease;
}

.diferenciais-list li:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.diferenciais-list i {
  font-size: 1.2rem;
  color: #0A66C2; /* cor institucional */
  margin-right: 0.75rem;
}




/* Card mais robusto e fino */
.cert-card {
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

/* Wrapper para centralizar a imagem e controlar altura */
.cert-media-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;        /* altura do bloco da imagem (ajuste conforme necessário) */
  padding: 12px;        /* espaço interno para "fino" */
  background: #fafafa;  /* leve contraste para destacar a imagem */
  overflow: hidden;
}

/* Garante que a imagem não distorça e fique centralizada */
.cert-media-wrapper img,
.cert-media-wrapper picture,
.cert-media-wrapper svg {
  max-height: 96px;     /* altura máxima da imagem dentro do wrapper */
  width: auto;          /* mantém proporção */
  object-fit: contain;  /* evita corte/distorsão */
  display: block;
}

/* Corpo do card com título alinhado e truncado se necessário */
.cert-card .card-body {
  padding: 0.75rem;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cert-card .card-title {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

/* Pequeno efeito hover para robustez visual */
.cert-card:hover {
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  transform: translateY(-3px);
  transition: all 0.18s ease;
}




.single-services-box-armazem img {
    font-size: 50px;
    background-color: rgba(0, 123, 255, 0.25);
    color: rgb(3, 131, 255);
    line-height: 80px;
    text-align: center;
    display: inline-block;
    margin-bottom: 20px;
    border-radius: 50%;
    transition: 0.5s;
}

.single-services-box-armazem img {
    background-color: rgba(101, 70, 137, 0.25);
    color: #ff7000;
}



.copy-right-area {
    background-color: #153b7f;
    border-top: none;
}


.header-area.is-sticky {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 20px 3px;
    background-color: rgb(255, 255, 255);
    animation: 500ms ease-in-out 0s 1 normal none running fadeInDown;
}


.go-top.active {
    right: 5px;
    top: 95%;
}

.single-blog-post .blog-content h3 {
    height: 70px;
}


.partner-item .fw-bold {
    height: 50px;
}

.pt-50 {
    padding-top: 50px;
}

/***** classes para usar com renderMediaResponsive *****/
.media-responsive {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 9;
  display: block;
  border-radius: 8px;
}


.media-square { aspect-ratio: 1 / 1; }
.media-landscape { aspect-ratio: 16 / 9; }
.media-portrait { aspect-ratio: 3 / 4; }
/******* Fim ******/

.text-shadow {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.navbar-brand img {
    max-width: 250px;
}


.single-counter {
    background-color: #f9fafb;
}

.single-team-member .team-content .team-social .control {
    color: #ff7000;
}

.single-team-member:hover .team-content {
    background-color: #ff7000;
    margin-left: 0;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
    text-transform: none;
}

.blog-details-content .blog-top-content .news-content .admin li {
    border-right: 1px solid #ff7000;
}

.blog-details-content .blog-top-content .news-content .admin li i {
    color: #ff7000;
}

.sidebar-widget.recent-post ul li a:hover {
    color: #ff7000;
}

.sidebar-widget h3::before {
    background-color: #ff7000;
}

.sidebar-widget.categories ul li::before {
    background-color: #ff7000;
}

.pagination-area .page-numbers:hover {
    border-color: #35311C;
    background-color: #35311C;
}

.pagination-area .page-numbers.current {
    border-color: #35311C;
    background-color: #35311C;
}


.single-contact-info i {
    color: #35311C;
    border: 2px dotted #35311C;
}

.single-contact-info:hover {
    background-color: #35311C;
}

.single-services-box-parceiros img {
    width: 100% !important;
    height: 100% !important;
}


.shipment-area::before {
    opacity: 1;

}

.shipment-content .shipment-btn .default-btn.active {
    border: 1px solid #ff7000;
    color: #ff7000;
}

.shipment-area::before {
    opacity: 1;
}

.single-services-box p {
    height: 180px;
}

.main-contact-area #contactForm {
    background-color: #f9fafb;
}


.single-contact-info {
    height: 250px;
}


.page-title-area .page-title-content ul .active {
    color: #f67003;
}

.page-title-area .page-title-content ul li a {
    color: #ffffff;
}

.page-title-area .page-title-content h2 {
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-title-area::before {
    background-color: #153b7e;
}


.shipment-area::before {
    opacity: 1;
}

.go-top::before {
    background-color: #000;
}

.go-top:hover {
    background-color: #000;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: #ff7000;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item a:hover {
    color: #ff7000;
}

.go-top {
    background-color: #ff7000;
}

.single-footer-widget .address li a:hover {
    color: #ff7000;
}

.shipment-area::before {
    opacity: 1;
}

.single-footer-widget .address li i {
    color: #ff7000;
}

.single-footer-widget .address .location i {
    color: #ff7000;
}

.single-footer-widget .import-link li:hover a {
    color: #ff7000;
}

.single-footer-widget .import-link li::before {
    background-color: #ff7000;
}

.footer-area {
    background-color: #000000;
}

.single-footer-widget .social-icon li a:hover i {
    background-color: #ff7000;
}

a:hover {
    color: #ff7000;
}

.blog-slider .owl-dots .owl-dot.active span::before {
     background: #ff7000;
}

.blog-slider .owl-dots .owl-dot span {
     border-color: #ff7000;
}

.blog-slider .owl-dots .owl-dot.active span {
    border-color: #ff7000;
}

.single-blog-post .blog-content .date {
    color: #ff7000;
}

.shipment-area::before {
    opacity: 1;
}

.single-blog-post .blog-content h3 a {
    color: #000000;
}

.testimonials-slider .owl-dots .owl-dot.active span::before {
    background: #ff7000;
}

.testimonials-slider .owl-dots .owl-dot.active span {
    border-color: #ff7000;
}

.testimonials-slider .owl-dots .owl-dot span {
    border: 1px solid #ff7000;
}

.single-testimonials span {
    color: #ff7000;
}

.shipment-area::before {
    opacity: 1;
}

.shipment-content .top-title {
    color: #ff7000;
}

.shipment-area::before {
    opacity: 1;
}

.shipment-area {
    background-image: none;
}

.section-title-form h2, .section-title-form p {
    color: #fff !important;
}


.section-title-form span {
    color: #ff7000 !important;
}

.shipment-area::before {
    opacity: 1;
}

.track-area::before {
    opacity: 0.5;
}

.single-counter p {
    color: #ff7000;
}

.single-choose-us-box span a {
    color: var(--montemorense-white);
}


.single-choose-us-box small {
	display: block;
    color: var(--montemorense-white);
}

.choose-us-content .single-choose-us-box i, .single-counter i  {
	color: #ff7000;
}

.choose-us-content .top-title {
    color: #ff7000;
}

.read-more {
    font-weight: 600;
    font-size: 15px;
    color: #ff7000;
}

/*.single-services-box img {
    margin-bottom: 20px;
    width: 80px;
    height: 80px;
}
*/
.single-services-box i, .single-counter i {
    background-color: rgba(101, 70, 137, 0.25);
    color: #ff7000;
}

.section-title span {
    color: var(--montemorense-orange);
    font-weight: bold;
    font-size: 20px;
}
.section-title h2 {
    font-size: 32px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #000000;
}

.about-img .experience {
    bottom: 130px;
    right: -130px;
}

.about-img .experience {
    background-color: #ff7000;
}

.shipment-area::before {
    opacity: 1;
}

.choose-us-content .choose-us-slider .owl-dots .owl-dot span {
    border: 1px solid #003b7f;
}

.choose-us-content .choose-us-slider .owl-dots .owl-dot.active span::before {
    background-color: #003b7f;
}

.about-content ul li i {
    background-color: #ff7000;
}

.shipment-area::before {
    opacity: 1;
}

.about-content .top-title {
    color: #ff7000;
    font-weight: bold;
    font-size: 18px;
}

.banner-area.bg-1 {
    background-image: url(../../assets/img/banner/banner-bg-1-op2.jpg);
}


.navbar-area {
    background-color: #153b7e;
}


.banner-content .banner-btn .default-btn.active {
    border: 1px solid #000000;
    color: #000000;
}

.video-btn-2 {
    position: fixed !important;
    bottom: 550px !important;
    right: 20px !important;
    z-index: 99 !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
}

.video-btn-2 i {
    width: 50px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    display: block;
    background: #ffffff;
    color: #0383ff;
    border: 5px solid #0383ff;
    font-size: 36px;
}

.video-btn-2 i {
    color: #ff7000;
    border: 5px solid #ff7000;
}

.video-btn-2 a {
	color: #ff7000;
}

.video-btn-2 span::before, .video-btn-2 span::after {
    border: 0.1px solid #ff7000;
}

@media (max-width: 768px) {
    .video-btn-2 {
        bottom: 100px !important;
        right: 15px !important;
    }
}

.banner-content .top-title {
    color: #ff7000;
}

.banner-content h1 {
    color: #fff;
}

.banner-content .top-title {
    font-size: 25px;
    font-weight: bold;
}


/* Máscara sobre a imagem */ .single-banner-item .banner-overlay { position: absolute; inset: 0; background: rgba(21,59,126,0.55); /* máscara preta translúcida */ z-index: 1; }

/* Conteúdo do banner */ .single-banner-item .banner-content { position: relative; z-index: 2; text-align: left; }

.banner-content p {
    color: #fff;
    font-size: 35px;
    font-weight: bold;
}

.budget-btn {
    padding: 15px;
    background-color: #f67003 !important;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item a {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.default-btn:hover {
    background-color: #000000;
}

.default-btn::before, .default-btn::after, .default-btn span::before, .default-btn span::after {
    background: -webkit-gradient(linear, right top, left top, from(#003b7f), to(transparent));
    background: linear-gradient(right, #003b7f, transparent);
}

.default-btn {
    background-color: #003b7f;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

/*.header-right-content .social-icon li a i {
    width: 30px;
    height: 30px;
    line-height: 28px;
    border: 1px solid #fff;
    color: #ffffff;
    text-align: center;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
*/




.social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 15%; /* círculo */
  text-decoration: none;
}

.social-btn i {
  color: #fff;
  font-size: 18px;
}

/* Cores oficiais */
.instagram-btn {
  background: radial-gradient(circle at 30% 107%, 
    #fdf497 0%, #fdf497 5%, 
    #fd5949 45%, #d6249f 60%, 
    #285AEB 90%);
}

.verde-whatsapp {
    color: #25D366 !important;
}

.facebook-btn { background-color: #1877F2; }
.whatsapp-btn { background-color: #25D366; }
.linkedin-btn { background-color: #0A66C2; }
.youtube-btn { background-color: #FF0000; }
.twitter-btn { background-color: #1DA1F2; }

/* Hover efeito */
.social-btn:hover {
  opacity: 0.85;
  transform: scale(1.05);
  transition: all 0.2s ease-in-out;
}






.header-right-content .social-icon li {
    display: inline-block;
    margin-right: 5px;
}

.header-right-content .social-icon {
    line-height: 1;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.preloader::after {
    background: #003b7f;
}

.preloader::before {
    background: #003b7f;
}

.preloader {
    background-color: #003b7f;
}

.top-header .header-left-content li i {
    color: #000000;
}

.top-header .header-left-content li a:hover {
    color: #f67003;
}

.top-header .header-left-content li a {
    color: #000000;
}

.top-header {
    background-color: #fff;
}
