/*====================================================
DEFAULT VALUES:

Font Family			: Roboto Condensed
                
Greenish Blue 		: #2196f3	(Buttons, Icons, Links, Lines & Backgrounds)
Steel Gray       	: #41464b	(Headings)
light Gray        	: #61666b	(Heading Second)
Gray              	: #717171	(Paragraphs)
Gray extra light  	: #f5f5f5	(Content Background)
White             	: #fff		(Text With Black Backgrounds)
Black             	: #000 
Azul				: #2196f3
Vermelho Header		: #C10000

======================================================*/

@import url('https://fonts.googleapis.com/css?family=Hind:400,600');

/* General CSS */

html,
body {
    height: 100%;
}

body {
    font-family: 'Hind', sans-serif;
}  

h1, h2, h3, h4, h5 {
    font-family: 'Roboto', sans-serif;
    color:#41464b;
    text-transform: uppercase;
} 

a {
    font-family: 'Hind', sans-serif;
    color: #2196f3;
}

p {
    font-family: 'Hind', sans-serif;
    color: #64707b;
    font-size: 15px;
    font-weight: 300;
}

@media (min-width: 1600px) {
p {
	font-family: 'Hind', sans-serif;
	color: #64707b;
	font-size: 16px;
	font-weight: 300;
	}    
}

/* Margin Top */
.mt-5 { margin-top: 5px !important; }
.mt-10 { margin-top: 10px !important; }
.mt-15 { margin-top: 15px !important; }
.mt-20 { margin-top: 20px !important; }
.mt-30 { margin-top: 30px !important; }
.mt-40 { margin-top: 40px !important; }
.mt-50 { margin-top: 50px !important; }
.mt-60 { margin-top: 60px !important; }

/* Margin Bottom */
.mb-5 { margin-bottom: 5px !important; }
.mb-10 { margin-bottom: 10px !important; }
.mb-15 { margin-bottom: 15px !important; }
.mb-20 { margin-bottom: 20px !important; }
.mb-30 { margin-bottom: 30px !important; }
.mb-40 { margin-bottom: 40px !important; }
.mb-50 { margin-bottom: 50px !important; }
.mb-60 { margin-bottom: 60px !important; }

/* Margin Left */
.ml-10 { margin-left: 10px !important; }
.ml-20 { margin-left: 20px !important; }
.ml-30 { margin-left: 30px !important; }

/* Margin Right */
.mr-10 { margin-right: 10px !important; }
.mr-20 { margin-right: 20px !important; }
.mr-30 { margin-right: 30px !important; }

/* ----------------------------------------------------
   PADDINGS
-----------------------------------------------------*/
.pt-10 { padding-top: 10px; }
.pt-20 { padding-top: 20px; }
.pt-30 { padding-top: 30px; }
.pt-40 { padding-top: 40px; }
.pt-50 { padding-top: 50px; }
.pt-60 { padding-top: 60px; }

.pb-10 { padding-bottom: 10px; }
.pb-20 { padding-bottom: 20px; }
.pb-30 { padding-bottom: 30px; }
.pb-40 { padding-bottom: 40px; }
.pb-50 { padding-bottom: 50px; }
.pb-60 { padding-bottom: 60px; }

/* ----------------------------------------------------
   CORES PADRÃO (UTILITÁRIOS)
-----------------------------------------------------*/
.vm { color: #C11111; }  /* vinho */
.pr { color: #444; }     /* preto suave */
.br { color: #FFF; }     /* branco */
.az { color: #06C; }     /* azul */
.lr { color: #F90; }     /* laranja */
.vd { color: #093; }     /* verde */

/* ----------------------------------------------------
   ALINHAMENTO DE TEXTO
-----------------------------------------------------*/
.left   { text-align: left; }
.center { text-align: center; }
.right  { text-align: right; }

/* ----------------------------------------------------
   ALTURAS PADRÃO
-----------------------------------------------------*/
.h-400 { height: 400px !important; }
.h-500 { height: 500px !important; }
.h-600 { height: 600px !important; }

/* ----------------------------------------------------
   HR PADRONIZADO
-----------------------------------------------------*/
hr {
    height: 1px;
    background-color: #CCC;
    border: 0;
    margin: 20px 0;
}

/* --- Button --- */
.btn {
	border-radius: 2px;
	position: relative;
	display: inline-block;
	outline: none;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;	
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 14px;
}
a.btn:focus{outline: 0;}

.btn-1 {color: #000; background-color: #fff; margin: 30px 15px 0 0; min-width: 170px; line-height: 26px;}
.btn-1:hover {color: #fff; background-color: #006;}

.btn-2 {color: #fff; background: #C11111; border: 2px solid transparent; margin:20px 0 10px 0;}
.btn-2:hover {color:#000; background:#FC3;}

.btn-3 {color:#333;margin-top:0px;margin-top:15px;font-weight:bold;color:#006;padding:6px 0;font-size: 16px;}

.btn-4 {background: #006;border: 2px solid transparent;margin:20px 0 10px 0;font-size:25px;}
.btn-4:hover {color:#333;border:2px solid #006;background:transparent;}
 
/*====================================================
                       NAVIGATION
======================================================*/
     
/* TOP NAVBAR */

.top-menubar {
    background: #C10000;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    padding: 5px 0;
}

.top-menubar .top-contacts {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 25px;
}

.top-menubar .top-contacts li {
    display: inline-block;
    margin-right: 15px;
    font-size: 14px;
    color: #fff;
}

.top-menubar .top-contacts li a {
    color: #E4E4E4;
    text-decoration: none;
}

.top-menubar .top-contacts i {
    margin-right: 3px;
    color: #fff;
}

/* Alinha os ícones do topo à direita */
header .topmenu .top-data {
    display: flex;
    justify-content: flex-end; /* empurra para direita */
    align-items: center;       /* alinha verticalmente */
    list-style: none;
    margin: 0;
    padding: 0;
}

header .topmenu .top-data li {
    display: inline-flex;      /* mantém horizontal */
    margin-left: 10px;         /* espaçamento entre ícones */
    vertical-align: middle;
}
/* responsivo topo */
@media (max-width: 991px) {
    .top-menubar .top-contacts,
    .top-menubar .top-data {
        text-align: center;
    }

    .top-menubar .top-data li {
        margin-left: 5px;
    }
}



/* =======================
   SOCIAL ICONS - GERAL
   ======================= */

.social-icons {
    margin: 0;
    padding: 0;
    list-style: none;
}

.social-icons li {
    display: inline-flex;
    margin-right: 2px;
    vertical-align: middle;
}

.social-icons li a {
    text-decoration: none;
}

.social-icons i {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    font-size: 16px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

/* cores padrão (exemplo, mantém identidade da marca) */
.social-icons i.fa-facebook { color: #4267b2; border-color: #4267b2; }
.social-icons i.fa-facebook:hover { background: #4267b2; color: #fff; }

.social-icons i.fa-instagram { color: #E1306C; border-color: #C13584; }
.social-icons i.fa-instagram:hover { background: #C13584; color: #fff; }

.social-icons i.fa-twitter { color: #1DA1F2; border-color: #1DA1F2; }
.social-icons i.fa-twitter:hover { background: #1DA1F2; color: #fff; }

.social-icons i.fa-youtube { color: #FF0000; border-color: #FF0000; }
.social-icons i.fa-youtube:hover { background: #FF0000; color: #fff; }

.social-icons i.fa-linkedin { color: #0077b5; border-color: #0077b5; }
.social-icons i.fa-linkedin:hover { background: #0077b5; color: #fff; }


/* ===============================
   REDE 1 - TOPBAR SOCIAL ICONS
   =============================== */
.rede1-social {
    text-align: right; /* Alinha à direita */
    margin: 0;
    padding: 0;
    list-style: none;
}

.rede1-social li {
    display: inline-block;
    margin-left: 6px;
}

.rede1-social li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.9); /* fundo branco suave */
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 16px;
}

/* Cores originais por rede */
.rede1-social li a.facebook { color: #3b5998; }
.rede1-social li a.instagram { color: #e4405f; }
.rede1-social li a.twitter { color: #1da1f2; }
.rede1-social li a.youtube { color: #ff0000; }
.rede1-social li a.pinterest-p { color: #bd081c; }
.rede1-social li a.google { color: #db4437; }
.rede1-social li a.linkedin { color: #0077b5; }
.rede1-social li a.bold { color: #ff5722; }
.rede1-social li a.vimeo { color: #1ab7ea; }
.rede1-social li a.flickr { color: #ff0084; }
.rede1-social li a.tumblr { color: #34526f; }
.rede1-social li a.dribbble { color: #ea4c89; }

.rede1-social li a:hover {
    background-color: rgba(255, 255, 255, 0.8);
    color: #fff;
    /* transform removido para que o ícone não se mova */
}

/* Responsividade */
@media (max-width: 991px) {
    .rede1-social {
        text-align: center;
        margin-top: 10px;
		padding: 0;
    }
}



/* Navbar geral */
.navbar {
    padding: 0;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out; /* evita tremor */
    background: #000;
}

/* Navbar fixa */
.navbar.affix {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    box-shadow: 0 0.5px 4px #c3c2c2;
}

/* Navbar items - alinhamento e estilo */
.navbar-nav {
    margin-left: auto; /* empurra os menus para a direita */
    float: none;
}

.navbar-nav>li {
    height: auto;
    border-bottom: none; /* remove borda tradicional */
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

.navbar-nav>li:hover {
    background: #c7c7c7;
    box-shadow: inset 0 -2px 0 0 #C10000;
}

/* Links */
.navbar-nav>li>a {
    color: #fff !important;
    font-size: 14.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 10px;
    transition: color 0.3s ease; /* suaviza a cor no hover */
}

.navbar-nav>li>a:hover,
.navbar-nav>li>a:active {
    color: #C10000 !important;
}

/* Link ativo */
.navbar-nav>li>a.active {
    color: #C10000 !important;
}

/* Dropdown custom */
.dropdown-cust {
    margin-top: 0;
    min-width: 220px;
    padding: 0;
    border-top: 2px solid #C10000;
    border-bottom: 2px solid #C10000;
    border-radius: 0;
}

.dropdown-cust .dropdown-item {
    display: block;
    width: 100%;
    padding: 0 1rem;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #61666b;
    text-transform: uppercase;
    border-bottom: 1px solid #000;
    transition: background-color 0.3s ease, color 0.3s ease; /* suaviza hover */
}

.dropdown-cust .dropdown-item:hover,
.dropdown-cust .dropdown-item.active {
    background-color: #b1b1b1;
    color: #C10000 !important;
}

/* Dropdown menu - comportamento */
.nav-item.dropdown {
    position: relative; /* garante que o submenu fique relativo ao pai */
}

.navbar-nav .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2000;
    display: none;
    min-width: 220px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.navbar-nav .nav-item.dropdown:hover > .dropdown-menu,
.navbar-nav .dropdown-menu:hover {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Navbar toggler custom */
.navbar-toggler-icon {
    display: none;
}

.custom-toggler {
    display: block;
    width: 30px;
    height: 2px;
    background-color: white;
    position: relative;
}

.custom-toggler::before,
.custom-toggler::after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background-color: white;
    position: absolute;
    left: 0;
}

.custom-toggler::before { top: -8px; }
.custom-toggler::after { top: 8px; }

/* Responsividade */
@media (max-width: 991px) {
.navbar-nav>li {
	line-height: 25px;
	padding: 0 20px;
	 border-bottom: 1px solid #ddd;
}

.dropdown-cust {
	margin-top: -2px;
	overflow: hidden;
    }
}


/*====================================================
                  Cobrimos Orçamento
======================================================*/

.tarja-orcamento {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background-color: #333;
  border-left: 5px solid #7bbfa1;
  border-radius: 6px;
  padding: 16px 20px;
  margin: 20px 0;
  animation: fadeIn 0.8s ease-in-out;
}

.tarja-orcamento h3 {
  margin: 0;
  font-size: 1rem; /* mobile first */
  font-weight: 500;
  color: #FC0;
  line-height: 1.4;
}

/* Ícone discreto */
.tarja-orcamento .icone {
  font-size: 1.4rem;
}

/* Ajuste para telas maiores */
@media (min-width: 768px) {
  .tarja-orcamento h3 {
    font-size: 1.15rem;
  }
}

/* Animação suave */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/*====================================================
                  BUTTON (Generic)
======================================================*/

    .btn-general {
        background-color: transparent;
        text-align: center;
        border-width: 1px;
        border-radius: 0px;
        font-size: 16px;
        padding: 10px 15px;
        font-weight: 400;
        text-transform: uppercase;
    }

    .btn-white {
        border-color: #2196f3;
        background-color: #2196f3;
        color: #fff;
    }

    .btn-white:hover,
    .btn-white:focus {
        background-color: transparent;
        color: #2196f3;
        cursor: pointer;
    }

    .btn-green {
        border-color: #2196f3;
        color: #2196f3;
    }

    .btn-green:hover,
    .btn-green:focus {
        background-color: #2196f3;
        color: #fff;
        cursor: pointer;
    }
     
/*====================================================
                       HOME
======================================================*/

    .carousel-fade {
        height: 90vh;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        background-image: url(../img/home-banner-bg.jpg);
    }

    .carousel-fade .carousel-inner .carousel-item {
        -webkit-transition-property: opacity;
        transition-property: opacity;
    }

    .carousel-fade .carousel-control {
        z-index: 2;
    }

    .carousel-fade {
        position: relative;
        height: 90vh;
    }

    .hero {
        position: absolute;
        top: 45%;
        left: 50%;
        background: rgba(0, 0, 0, 0.7);
        border: 5px solid #fff;
        padding: 40px;
        z-index: 3;
        color: #c0c0c0;
        text-align: center;
        text-transform: uppercase;
        text-shadow: 1px 1px 0 rgba(0, 0, 0, 0);
        -webkit-transform: translate3d(-50%, -50%, 0);
        -moz-transform: translate3d(-50%, -50%, 0);
        -ms-transform: translate3d(-50%, -50%, 0);
        -o-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
    }

    .hero h1 {
        font-size: 3.5em;
        color: #fff;
        font-weight: 700;
        width: 600px;
        margin: 0;
        padding: 0;
        opacity: 1;
        letter-spacing: 2px;
        margin-bottom: 30px;
    }

    .hero h1 span a {
        color: #2196f3;
        text-decoration: none;
    }

    .hero h3 {
        font-size: 1em;
        color: #fff;
        letter-spacing: 2px;
        margin-bottom: 15px;
    }

    .hero button {
        margin: 10px 0;
    }

    .carousel-fade .carousel-inner .carousel-item .hero {
        opacity: 0;
        -webkit-transition: 2s all ease-in-out .1s;
        -moz-transition: 2s all ease-in-out .1s;
        -ms-transition: 2s all ease-in-out .1s;
        -o-transition: 2s all ease-in-out .1s;
        transition: 2s all ease-in-out .1s;
    }

    .carousel-fade .carousel-inner .carousel-item.active .hero {
        opacity: 1;
        -webkit-transition: 2s all ease-in-out .1s;
        -moz-transition: 2s all ease-in-out .1s;
        -ms-transition: 2s all ease-in-out .1s;
        -o-transition: 2s all ease-in-out .1s;
        transition: 2s all ease-in-out .1s;
    }

    .overlay {
        position: absolute;
        width: 100%;
        height: 90%;
        z-index: 2;
        background: rgba(0, 0, 0, 0);
    }

    .carousel-fade .carousel-inner .carousel-item {
        height: 100vh;
    }

    @media (max-width: 767px) {
        .hero h1 {
            font-size: 2.5em;
            color: #fff;
            font-weight: 700;
            width: 400px;
            margin: 0;
            padding: 0;
            opacity: 1;
            letter-spacing: 2px;
            margin-bottom: 30px;
        }
        .hero h3 {
            font-size: 1em;
            color: #fff;
            letter-spacing: 2px;
            line-height: 25px;
            margin-bottom: 15px;
        }
    }

    @media (max-width: 575px) {
        .hero {
            position: absolute;
            top: 45%;
            padding: 20px 0px;
        }
        .hero h1 {
            font-size: 1.9em;
            color: #fff;
            font-weight: 700;
            width: 370px;
            margin: 0;
            padding: 0;
            opacity: 1;
            letter-spacing: 2px;
            margin-bottom: 30px;
        }
        .hero h3 {
            font-size: .9em;
            color: #fff;
            letter-spacing: 2px;
            line-height: 25px;
            margin-bottom: 15px;
        }
    }

    @media (max-width: 420px) {
        .hero {
            position: absolute;
            top: 45%;
            padding: 20px 0;
            border: 3px solid #fff;
        }
        .hero h1 {
            font-size: 1.7em;
            color: #fff;
            font-weight: 700;
            width: 295px;
            margin: 0;
            padding: 0;
            opacity: 1;
            letter-spacing: 2px;
            margin-bottom: 30px;
        }
        .hero h3 {
            font-size: .8em;
            color: #fff;
            letter-spacing: 2px;
            line-height: 25px;
            margin-bottom: 15px;
        }
    }

/*====================================================
               OTHER HOME PAGE
======================================================*/

      .home-p {
        z-index: 1;
        padding: 100px 0;
        position: relative;
      }

      .home-p.breadcrumbs-lg {
        padding: 200px 0;
      } 

      .home-p.pages-head1 {
        background: url(../img/img/banner-1.jpg) no-repeat;
        background-size: cover;
        background-position: center center;
      }

      .home-p.pages-head2 {
        background: url(../img/img/banner-2.jpg) no-repeat;
        background-size: cover;
        background-position: center center;
      } 

      .home-p.pages-head3 {
        background: url(../img/img/banner-3.jpg) no-repeat;
        background-size: cover;
        background-position: center center;
      }  

      .home-p.pages-head4 {
        background: url(../img/img/banner-4.jpg) no-repeat;
        background-size: cover;
        background-position: center center;
      }  

      .home-p:after {
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        content: " ";
        position: absolute;
        background: rgba(0,0,0,0.2);
      }

      .home-p h1 {
        color: #fff;
        font-size: 40px;
        line-height: 50px;
        text-transform: uppercase;
      }

      .home-p p {
        color: #fff;
        font-size: 24px;
        font-weight: 200;
        margin-bottom: 0;
        text-transform: uppercase;
      }

      @media (max-width: 992px) {
        .home-p.breadcrumbs-lg {
          padding: 100px 0;
        }
      }

      @media (max-width: 768px) {
        .home-p,
        .home-p.breadcrumbs-lg {
          padding: 50px 0;
        }

        .home-p h1 {
          font-size: 30px;
          line-height: 40px;
        }

        .home-p p {
          font-size: 18px;
        }
      }

/*====================================================
               TITLE CONTENT (Generic)
======================================================*/

    .title-bar {
        padding: 100px 0;
    }

    .title-bar h1 {
        color: #41464b;
        text-align: center;
        font-weight: 700;
        margin: 20px auto 10px auto;
    }
    .title-bar h2 {
        color: #C10000;
        text-align: center;
        font-weight: 700;
        margin: 20px auto 10px auto;
    }
	
    .title-bar h3 {
        color: #C10000;
        text-align: center;
        font-weight: 500;
        margin: 20px auto 10px auto;
    }		

    .title-bar .heading-border {
        width: 100px;
        height: 8px;
        background-color: #C10000;
        margin: 0 auto 20px auto;
    }

    .heading-border-light {
        width: 30px;
        height: 5px;
        background-color: #2196f3;
        margin: 0 0 20px 0;
    }

    .title-bar p {
        color: #717171;
    }

    .title-bar p {
        text-align: center;
        font-size: 15px;
        line-height: 1.5;
        padding-bottom: 40px;
        margin: 0 auto;
        max-width: 700px;
    }

    .title-bar .title-but {
        margin: 0;
        background-color: transparent;
        text-align: center;
    }

    @media (max-width: 575px) {

        .title-bar {
            padding: 50px 0;
        }

        .title-bar h1 {
            color: #41464b;
            font-size: 30px;
            text-align: center;
            font-weight: 700;
            margin: 20px auto 10px auto;
        }

        .title-bar p {
            text-align: center;
            font-size: 14px;
            line-height: 1.5;
            padding-bottom: 40px;
            margin: 0 auto;
            max-width: 700px;
        }
    }

    @media (min-width: 1600px) {
        .title-bar p {
            font-size: 16px;
        }
    }

/*====================================================
               COLOR (Generic)
======================================================*/

    .cl-white {
        color: #fff;
    }

    .cl-atlantis {
        color: #fff;
    }

    .bg-white {
        background: #fff;
    }

    .bg-atlantis {
        background: #2196f3;
    }

    .bg-starship {
        background: linear-gradient(145deg, #FAFAFA, #F0F0F0, #E6E6E6);
    }

    .bg-matisse {
        background: linear-gradient(145deg, #E5E5E5, #D7D7D7, #C8C8C8);
    }

    .bg-chathams {
        background: linear-gradient(145deg, #CFCFCF, #BDBDBD, #A9A9A9);
    }

    .bg-gray {
        background: #f0f0f0;
    }

    .bg-light-gray {
        background: #f9f9f9;
    }

    .bg-gradiant {
        background: -moz-linear-gradient(45deg, rgba(34, 155, 242, 1) 0%, rgba(0, 128, 129, 1) 99%, rgba(0, 128, 128, 1) 100%);
        /* ff3.6+ */
        background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(34, 155, 242, 1)), color-stop(99%, rgba(0, 128, 129, 1)), color-stop(100%, rgba(0, 128, 128, 1)));
        /* safari4+,chrome */
        background: -webkit-linear-gradient(45deg, rgba(34, 155, 242, 1) 0%, rgba(0, 128, 129, 1) 99%, rgba(0, 128, 128, 1) 100%);
        /* safari5.1+,chrome10+ */
        background: -o-linear-gradient(45deg, rgba(34, 155, 242, 1) 0%, rgba(0, 128, 129, 1) 99%, rgba(0, 128, 128, 1) 100%);
        /* opera 11.10+ */
    }

/*====================================================
                        destFrases
======================================================*/
#destFrases,
.destFrases {
  padding: 40px 40px;
}

#destFrases h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #C11111;
    text-align: center;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

#destFrases h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #C11111;
    text-align: center;
    margin-top: 10px;
    letter-spacing: 1px;
}

/* Linha decorativa abaixo do título */
#destFrases .heading-border {
    width: 50px;
    height: 6px;
    background-color: #C11111;
    margin: 10px auto 0 auto;
    border-radius: 2px;
    transition: all 0.3s ease;
}
#destFrases :hover .heading-border {
    width: 60px;
    background-color: #e67e22;
}

/* Estilo para parágrafos dentro da seção "about" */
#destFrases p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #555;
    margin: 0 auto 30px auto;
}

#destFrases .desc {
    font-size: 14px;
    line-height: 1.6;
    margin: 10px 15px 10px 15px; /* topo 10px, direita 20px, baixo 10px, esquerda 20px */
    display: block;
    clear: both;
	color: #555;
}

.img-centralizada {
    display: block;       /* transforma a imagem em bloco */
	margin-top: 20px;
    margin-left: auto;    /* margem automática à esquerda */
    margin-right: auto;   /* margem automática à direita */
    max-width: 100%;      /* garante responsividade */
    height: auto;         /* mantém proporção */
}

/* Responsividade */
@media (max-width: 992px) { /* tablets */
    #destFrases h3 {
        font-size: 28px;
    }
    #destFrases h3 {
        font-size: 20px;
    }	
    #destFrases p {
        font-size: 15px;
    }
}

@media (max-width: 576px) { /* celulares */
    #destFrases h3 {
        font-size: 24px;
    }
    #destFrases h3 {
        font-size: 16px;
    }	
    #destFrases p {
        font-size: 14px;
    }
}

/* Responsividade da barra */
@media (min-width: 576px) { #destFrases .heading-border { width: 55px; } }
@media (min-width: 768px) { #destFrases .heading-border { width: 60px; } }
@media (min-width: 992px) { #destFrases .heading-border { width: 70px; } }
@media (min-width: 1200px) { #destFrases .heading-border { width: 80px; } }

/*====================================================
                       STORY
======================================================*/

    #story {
        padding-bottom: 50px;
    }

    .story-desc {
        padding: 0 40px 40px 10px;
    }

    .story-desc>h6 {
        color: #2196f3;
        font-weight: 700;
    }

    .story-desc>p {
        font-size: 15px;
    }

    .story-descb {
        padding: 10px 10px 30px 10px;
        margin: 60px 0;
        background: #f7f7f7;
        text-align: center;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

    .story-descb:hover {
        box-shadow: 2px 2px 6px 1px rgba(158, 158, 158, 0.77);
        border-bottom: 5px solid #2196f3;
        margin-top: 55px;
        cursor: pointer;
    }

    .story-descb>i {
        font-size: 45px;
        height: 60px;
        line-height: 60px;
        color: #999;
    }

    .story-descb h6 {
        font-size: 18px;
        color: #666;
        padding: 25px 0 5px;
    }

    .story-descb p {
        color: #867f7f;
        font-size: 14px;
    }

    @media (max-width: 767px) {
        .story-descb {
            padding: 10px 10px 30px 10px;
            margin: 20px 0;
            background: #f7f7f7;
            text-align: center;
            -webkit-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
        }
    }

    @media (max-width: 585px) {
        .story-descb {
            padding: 10px 10px 30px 10px;
            margin: 20px 10%;
            background: #f7f7f7;
            text-align: center;
            -webkit-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
        }
    }

    @media (max-width: 420px) {
        .story-descb {
            padding: 10px 10px 30px 10px;
            margin: 20px 0%;
            background: #f7f7f7;
            text-align: center;
            -webkit-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
        }
    }

    @media (min-width: 1600px) {
        .story-desc>p {
            font-size: 16px;
        }

        .story-descb p {
            color: #867f7f;
            font-size: 16px;
        }
    }

/*====================================================
                       THOUGHT
======================================================*/

    .bg-parallax {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        /*background-attachment: fixed;*/
    }

    .thought-bg {
        height: 400px;
        background-image: url(../img/thought-bg.jpg);
    }

    .title-bar-thought p {
        color: #fff;
        font-size: 17px;
        padding-top: 50px;
    }

    .title-bar-thought h6 {
        text-align: center;
        font-style: italic;
        color: #fff;
    }

    .overlay-thought {
        position: absolute;
        width: 100%;
        height: 400px;
        background: rgba(33, 150, 243, 0.53);
    }

    #thought .title-bar {
        padding: 50px 0;
    }


/*====================================================
                       OFFER
======================================================*/

#comp-offer {
 	 padding: 100px 0;
}

.desc-comp-offer-cont {
    margin-bottom: 10px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    transition: all 0.4s ease-in-out;
    border-bottom: 5px solid transparent;
    background-color: #fff;
    border-radius: 5px;
}

.desc-comp-offer-cont:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
    border-bottom-color: #C11111;
    cursor: default;
}

.thumbnail-blogs {
    position: relative;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}

.thumbnail-blogs img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease, filter 0.5s ease;
}

.caption {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(193, 17, 17, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    z-index: 2;
    transition: top 0.5s ease, background 0.5s ease;
    pointer-events: none;
}

.caption i {
    color: #fff;
    font-size: 24px;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 10px;
    transition: all 0.2s ease;
}

.caption i:hover {
    transform: scale(1.2);
    border-color: #2196f3;
}

.thumbnail-blogs:hover .caption {
    top: 0;
}

.thumbnail-blogs:hover img {
    transform: scale(1.07);
    filter: brightness(0.9);
}

.desc-comp-offer-cont h3 {
    padding: 20px 10px 0 10px;
    font-size: 20px;
    text-transform: none;
}

.desc-comp-offer-cont h4 {
    padding: 20px 10px 0 10px;
    font-size: 18px;
    text-transform: none;
}

.desc-comp-offer-cont p {
    padding: 0 10px;
    font-size: 14px;
}

.desc-comp-offer-cont a.btn-2 {
    display: inline-block;
    margin: 10px;
    padding: 8px 18px;
    background: #C11111;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    transition: background 0.3s ease;
}

.desc-comp-offer-cont a.btn-2:hover {
    background: rgba(193, 17, 17, 0.8);
}

.paginacao a {
    padding: 5px 12px;
    margin: 0 3px;
    border: 1px solid #2196f3;
    text-decoration: none;
    color: #2196f3;
    border-radius: 4px;
    transition: all 0.25s ease;
}

.paginacao a:hover {
    background-color: #2196f3;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(33,150,243,0.35);
}

.paginacao .pagina-atual {
    padding: 5px 12px;
    margin: 0 3px;
    background-color: #2196f3;
    color: #fff;
    border-radius: 4px;
    font-weight: bold;
    box-shadow: 0 3px 8px rgba(33,150,243,0.35);
}

.paginacao {
    margin-top: 35px; /* espaçamento abaixo dos cards */
}

@media (max-width: 991px) {
    .col-md-4 { flex: 0 0 50%; max-width: 50%; }
}

@media (max-width: 575px) {
    .col-sm-6 { flex: 0 0 100%; max-width: 100%; }
}


/*====================================================
                      WHAT WE DO
======================================================*/
.what-we-do {
    padding: 110px 0;
}

.what-we-do h3 {
    padding-top: 20px;
    color: #fff;
    font-weight: 700;
}

.what-we-do .heading-border-light {
    background-color: #fff;
}

.what-we-do p {
    color: #fff;
}

/* ===========================
   BOX INDIVIDUAL
=========================== */
.what-we-desc {
    padding: 20px;
    color: #fff;
}

/* ÍCONE + TÍTULO EM LINHA */
.what-we-desc i,
.what-we-desc h6 {
    display: inline-flex;
    vertical-align: middle;
}

/* Espaçamento entre <i> e <h6> */
.what-we-desc h6 {
    margin-left: 12px;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 0;
}

.what-we-desc i {
    font-size: 35px;
    margin: 0;
    float: none !important;
    height: auto !important;
    line-height: normal !important;
}

.what-we-desc .desc {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 15px;
    display: block;
    clear: both;
}

/* ===========================
   BREAKPOINTS
=========================== */

@media (min-width: 992px) and (max-width: 1199px) {
    .what-we-desc i {
        font-size: 35px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .what-we-do {
        padding: 110px 50px;
    }
    .what-we-do .col-md-4 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%!important;
    }
}

@media (max-width: 575px) {
    .what-we-do .col-sm-6 {
        -ms-flex: 0 0 95%;
        flex: 0 0 95%;
        max-width: 95%!important;
        margin: auto;
    }
    .what-we-desc i {
        font-size: 32px;
    }
}

/* telas muito grandes */
@media (min-width: 1600px) {
    .what-we-desc .desc {
        font-size: 15px;
    }
}


/*====================================================
                   SERVICE-HOME
======================================================*/

    #service-h {
        padding: 120px 0 50px;
    }

    .service-h-desc {
        padding: 50px 10px 90px 60px;
    }

    .service-h-desc>h6 {
        color: #2196f3;
        font-weight: 700;
    }

    .service-himg {
        background: #F0F0F0;
        height: 475px;
        margin-top: 30px;
        width: 70%;
    }

    .service-himg iframe {
        height: 370px;
        width: 130%;
        margin: 50px -60px 70px 65px;
        box-shadow: 3px 3px 8px 1px #505050;
        border: 1px solid #2196f3;
    }

    .service-h-tab {
        position: relative;
        margin: 20px 0;
    }

    .service-h-tab .nav-tabs>a {
        border-radius: 0;
        width: 190px;
        text-align: center;
        height: 55px;
        line-height: 40px;
        border: 1px solid #ddd;
    }

    .service-h-tab .nav-tabs>a.active {
        color: #fff;
        border: 1px solid #2196f3;
        background: #2196f3;
    }

    .service-h-tab .tab-content .tab-pane {
        padding: 20px 20px 0px 10px;
    }

    @media (min-width: 768px) and (max-width: 1199px) {
        .service-himg {
            background: #fff;
            height: 475px;
            margin: auto;
        }

        #service-h .col-md-6 {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%!important;
        }

        .service-himg iframe {
            height: 370px;
            width: 100%;
            margin: 50px auto 70px auto;
            box-shadow: 3px 3px 8px 1px #505050;
            border: 1px solid #2196f3;
        }
    }

    @media (min-width: 768px) and (max-width: 991px) {

        .service-himg iframe {
            height: 370px;
            width: 100%;
            box-shadow: 3px 3px 8px 1px #505050;
            border: 1px solid #2196f3;
        }
    }

    @media (max-width: 767px) {

        #service-h {
            padding: 30px 0 0px;
        }

        .service-himg {
            background: #fff;
            height: 315px;
            width: 100%;
        }
        .service-himg iframe {
            height: 270px;
            width: 100%;
            margin: 50px auto 70px auto;
            box-shadow: 3px 3px 8px 1px #505050;
            border: 1px solid #2196f3;
        }

        .service-h-tab .nav-tabs>a {
            border-radius: 0;
            width: 100%;
            text-align: center;
            height: 55px;
            line-height: 40px;
            border: 1px solid #ddd;
        }
    }

    @media (max-width: 420px) {
        .service-himg iframe {
            height: 200px;
            width: 100%;
            margin: 50px auto 70px auto;
            box-shadow: 3px 3px 8px 1px #505050;
            border: 1px solid #2196f3;
        }

        .service-h-desc {
            padding: 50px 10px 90px 10px;
        }
    }



/*====================================================
                       CLIENT
======================================================*/

    #client {
        padding-bottom: 100px;
        background: #f0f0f0;
    }

    .client-cont {
        width: 400px;
        padding: 30px;
        background: #fff;
        margin: 0 auto;
        border-bottom: 5px solid #2196F3;
    }

    .client-cont img {
        height: 90px;
        width: 90px;
        margin-right: 35px;
        border-radius: 50%;
        float: left;
    }

    .client-cont h5 {
        padding-top: 10px;
        height: 45px;
        line-height: 45px;
    }

    .client-cont h6 {
        font-size: 14px;
        font-weight: 700;
        padding-bottom: 25px;
    }

    .client-cont i {
        font-size: 20px;
        color: #666;
    }

    .client-cont p {
        width: 400px;
        padding: 5px 30px;
    }

    @media (max-width: 991px) {
    .client-cont {
        width: 330px;
        padding: 30px;
        background: #fff;
        margin: 0 auto;
    }
        .client-cont p {
            width: 320px;
            padding: 5px 30px;
        }
    }

    @media (max-width: 767px) {
        .client-cont {
            width: 100%;
            padding: 30px;
            background: #fff;
            margin: 0 auto;
            margin-top: 20px;
        }

        .client-cont p {
            width: 100%;
            padding: 5px 30px;
        }
    }

    @media (max-width: 420px) {
        h5 {
            color: #2196f3;
            font-size: 16px;
            text-transform: uppercase;
        }
    }


/*====================================================
                   CONTACT-HOME
======================================================*/

    .contact-h-bg {
        background-image: url(../img/contact-bg.jpg);
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .contact-h-cont {
        margin: 60px 0;
        padding: 50px;
        background: rgba(33, 150, 243, 0.65);
    }

    .contact-h-cont input.form-control,
    .contact-h-cont textarea.form-control {
        border-radius: 0px;
    }

    .contact-h-cont button {
        background: #fff;
        color: #2196f3;
        margin-top: 10px;
        text-align: center;
    }

    .contact-h-cont button:hover {
        background: #2196f3;
        color: #fff;
    }



/*====================================================
                    FOOTER
======================================================*/

.footer-s1 .footer {
    padding: 70px 0;
    background: #252525;
}

.footer-s1 .footer .comp-desc-f p {
    margin-top: 10px;
    color: #ccc;
    font-size: 15px;
}

/* Heading Footer */
.footer-s1 .heading-footer {
    text-align: left;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 2px;
}

.footer-s1 .heading-footer:after {
    left: 0;
    bottom: 0;
    height: 1px;
    width: 50px;
    content: " ";
    background: #fff;
    position: absolute;
}

.footer-s1 .heading-footer h2 {
    color: #C11111;
    font-size: 18px;
    text-transform: none;
}

/* Footer Links */
.footer-s1 .footer .link-list li {
    padding: 3px 0px;
    border-bottom: solid 1px #333;
}

.footer-s1 .footer .link-list li:last-child {
    border-bottom: none;
}

.footer-s1 .footer .link-list li a {
    color: #ccc;
    font-size: 15px;
    display: inline-block;
    text-decoration: none;
}

.footer-s1 .footer .link-list li a:hover {
    color: #A0A0A0;
}

.footer-s1 .footer .link-list li small {
    color: #555;
    display: block;
}

/* Footer Address */
address.address-details-f,
address.address-details-f a {
    color: #ddd;
    font-size: 15px;
}

address.address-details-f p {
    color: #f4f4f4;
    text-decoration: none;
    position: relative;
    transition: 0.3s ease;
}

/* Footer Social Icons */
.footer-s1 .footer .social-icons li {
    display: inline-flex;
    margin-right: 10px;  /* define espaçamento entre os ícones */
    vertical-align: middle;
}

/* Footer Saiba Mais */
.saiba-mais {
    font-size: 16px;
    color: #C11111;
    text-decoration: none;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 4px;
    transition: background 0.3s ease, color 0.3s ease;
}

.saiba-mais:hover {
    background-color: #fddede;
    color: #333;
    text-decoration: none;
}

/* Footer Bottom */
#footer-bottom {
    background-color: #000;
    padding: 30px 0;
}

#footer-copyrights p {
    margin: 0 0 10px 0;
    font-size: 14px;
    color: #bbb;
    text-align: center;
}

#footer-copyrights p a {
    color: #fff;
    text-decoration: none;
    position: relative;
    transition: 0.3s ease;
}

#footer-copyrights p a:hover {
    color: #C11111;
}

#footer-copyrights p a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0%;
    height: 2px;
    background: #C11111;
    transition: width 0.3s ease;
}

#footer-copyrights p a:hover::after {
    width: 100%;
}

/* =====================
   RESPONSIVO
   ===================== */
@media (max-width: 991px) {
    header .topmenu ul {
        text-align: center !important;
    }

    header .topmenu .top-data li {
        top: 1px;
        padding: 6px 10px;
        margin-left: 5px;
        position: relative;
        border: none;
    }
}

@media (max-width: 767px) {
    .footer .container {
        width: 90%;
    }
    .footer-s1 .heading-footer h2 {
        color: #eee;
        font-size: 18px;
        margin-top: 50px;
        text-transform: none;
    }
    .footer-s1 .heading-footer {
        text-align: left;
        margin-bottom: 10px;
        padding-bottom: 2px;
    }
}

	

#back-to-top {
    position: fixed;
    bottom: 20px;
    right: 40px;
    display: none;
    z-index: 9999;
}

#back-to-top .btn.btn-primary {
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: rgba(0, 0, 0, 0.9);
    border: 2px solid #C11111;
    border-radius: 3px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    padding: 0;
    transition: background 0.3s ease, transform 0.3s ease, color 0.3s ease;
}

#back-to-top .btn.btn-primary:hover {
    background: #999;
    color: #000;
    transform: translateY(-3px);
}

