/*

Theme Name: Website Express
Description: O Express é um website projetado especificamente para atender às necessidades de negócios que ainda não têm presença na internet. Ele oferece uma solução completa de prospecção de clientes, ajudando empresas a expandir seu alcance online e alcançar novos clientes em potencial.
Tags: website, agency, marketing digital
Version: 1.0

*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;700;800&display=swap');

:root {
  --color-main: #FFCC29;
  --color-black: #232425;
  --color-hover: #ffcd29ab;
  --color-gray: #707370;
  --color-gray-light: #f1f1f0;
  --color-white: #fff;
}

@import '/assets/css/responsive.css';
@import '/assets/css/contact.css';
@import '/assets/css/blog.css';
@import '/assets/css/about.css';

/* =================================
CONFIG GERAL
===================================*/

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

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 400;
}

#form-full-name,
#form-email,
#form-fone,
#form-city,
#form-contact-select,
#form-message {
  color: var(--color-gray);
  font-size: 15px;
  font-weight: 500;
}

#form-full-name:focus,
#form-email:focus,
#form-fone:focus,
#form-city:focus,
#form-contact-select:focus,
#form-message:focus {
  box-shadow: none;
}

.form-control {
  box-shadow: none;
  border-radius: 0;
}

a {
  text-decoration: none;
}

ul li {
  list-style: none;
}

ul {
  padding-left: 0;
}

a:hover {
  color: #C0C0C0;
}

/* =================================
SECTION DEFAULT
===================================*/

.section_bg_light {
  background-color: var(--color-gray-light);
}

._section_express {
  padding: 80px 0;
}

._page_title {
  padding: 150px 0px 20px 0px;
  margin: 115px 0 0 0;
  position: relative;
  /*position: relative;*/
  background: url("https://agenciasilver.com.br/projetos/projeto-plenus/wp-content/uploads/2024/10/serv-1.webp") 50% 0% no-repeat;
  /*background: url("assets/imgs/blue-background.jpg") 50% 50% no-repeat;*/
  background-size: cover;
}

._page_title_h2 {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-white);
}

._page_title_span {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-white);
}

._breadcumb_nav {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

._breadcumb_nav_item {
    color: var(--color-white);
    padding: 5px;
    margin: 5px;
    line-height: 2em;
}

._active {
  color: var(--color-main);
}

._active:hover,
._breadcumb_nav_item:hover {
  transition: all 0.35s ease;
  color: var(--color-gray);
}

button.btn.btn-danger.btn_tag {
    display: flex;
    margin-bottom: -38px;
    margin-left: -8px;
    position: absolute;
}

img.img-fluid._img_service {
    margin-top: 7px;
}

/* =================================
CONTENT DEFAULT
===================================*/

._title_express {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--color-black);
}

._title_medium {
  font-size: 30px;
  font-weight: 700;
}

._p_express {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
  color: var(--color-gray);
}

._text_color {
  font-size: 18px;
  font-weight: 700;
  color: var(--color-main);
}


/* =================================
BTN DEFAULT
===================================*/

._btn_default {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: var(--color-white);
  padding: 10px 35px;
  background-color: var(--color-main);
  box-shadow: var(--color-white) 4px 4px 0 0, var(--color-main) 4px 4px 0 1px;
  border-radius: 4px;
  cursor: pointer;
}

._btn_default:hover {
  transition: all 0.35s ease;
  opacity: 0.8;
}

/* =================================
MENU NAV 
===================================*/
 .navbar-toggler {
    width: 48px;
    height: 48px;
  }
	  
	  
	  
	  
	  
	  .navigation {
  background-color: var(--color-white);
  position: absolute;
  margin-top: 65px;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 8888;
}

#navbar-express .nav-link {
  font-size: 15px;
  padding-left: 20px;
  font-weight: 300;
  color: var(--color-black);
  text-transform: capitalize;
}

#navbar-express .nav-link:hover {
  transition: all 0.25s ease;
  color: #ffcd29ab;
}

.navigation .navbar-nav .nav-item:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.45s ease 0s, visibility 0s linear 0s, transform 0.2s linear;
}

/* Estilização base do dropdown */
.navigation .navbar-nav .nav-item .dropdown-menu {
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s;
}

/* Quando o dropdown está ativo, controlado pelo jQuery */
.navigation .navbar-nav .nav-item .dropdown-menu.show {
    display: block;
    opacity: 1;
    visibility: visible;
}


.dropdown-item {
  font-size: 15px;
  font-weight: 300;
  padding: 13px 23px;
}

.dropdown-item:hover {
  background: var(--color-hover);
  color: var(--color-white);
}




/* =================================
BANNER PRINCIPAL
===================================*/

._carousel_section {
  margin-top: 128px;
}

.carousel-caption {
  bottom: 30%;
}

.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.banner {
  -webkit-background-size: cover;
  background-size: cover;
  position: center center;
  background-repeat: no-repeat;
}

.carousel-item img {
  max-height: 607px;
}

.bg-overlay {
  position: relative;
}

.bg-overlay::before {
  width: 100%;
  content: '';
  position: absolute;
  background: #21201eb5;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 700px;
}

._title_banner {
  font-size: 50px;
  line-height: 66px;
  font-weight: 700;
  color: var(--color-white);
}


._content_banner {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  color: var(--color-white);
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 48px;
    height: 48px;
}

.navbar-toggler {
	width:48px;
	height: 48px;
}

@media (max-width: 766px) {
  .carousel-indicators button {
    pointer-events: none;
  }
}

/* =================================
PRE FOOTER
===================================*/

._section_pre_footer {
  margin-top: -58px;
  margin-bottom: -58px;
}

._item_pre_footer {
  display: flex;
  align-items: center;
  padding: 30px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  background-color: #f8f8f8;
  z-index: 2;
}

._service_icon i {
  color: var(--color-white);
  padding: 15px;
  border-radius: 50px;
  background-color: var(--color-gray);
  font-size: 20px;
  margin-right: 20px;
}

._title_pre_footer {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--color-black);
}
    @media (max-width: 1399px) {
        ._title_pre_footer {
            font-size: 16px;
        }

        p ._p_express ._title_copy_footer {
            font-size: 11px;
        }
    }

    @media (max-width: 1199px) {
        body ._p_express {
            font-size: 13px;
        }

        ._title_pre_footer {
            font-size: 12px;
        }
    }

/* =================================
FOOTER
===================================*/

._footer_express {
  padding: 80px 0 0 0;
  background-image: linear-gradient(to bottom, #182535, #122630);
}

._title_footer {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

._description_footer {
  color: var(--color-white);
  max-width: 90%;
}

._title_footer,
._title_ul_footer,
._title_copy_footer {
  color: var(--color-white);
}

._logo_footer img {
  padding: 0 0 20px 0;
  max-width: 230px;
}

._list_footer {
  padding-left: 0rem;
}

._list_footer li {
  padding: 3px 0;
}

._list_footer li a {
  color: var(--color-white);
}

._list_footer li a:hover,
._list_copy li a:hover {
  transition: all 0.35s ease;
  color: var(--color-main);
}

._list_footer li {
  margin-bottom: 5px;
}

._list_footer li a i {
  font-size: 17px;
  margin-right: 5px;
}

._social_icons {
  list-style: none;
  margin: 0;
  padding: 0;
}

._social_icons li {
  padding: 8px 12px;
  border: 1px solid var(--color-gray);
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  height: 40px;
}

._social_icons li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

._social_icons li a i {
  font-size: 20px;
  color: var(--color-main);
}

._social_icons li a i:hover {
  transition: all 0.45s ease 0s;
  color: var(--color-black);
}

/* =================================
COPYRIGHT
===================================*/

._copyright_footer {
  padding: 30px 0 10px 0;
  margin: 30px 0 0 0;
  border-top: 1px solid rgba(94, 91, 91, 0.774);

}

._list_copy li {
  display: inline-block;
  margin: 0 5px;
}

._copy_img img {
  width: 90px;
  margin: -10px 0px 0 5px;
  height: 40px;
}

/* =================================
PAGE: 404
===================================*/

._page_404_section {
  height: 100vh;
}

._page_404_section h1 {
  font-size: 200px;
}

/* =================================
CTA ONE
===================================*/

._call_to_action_section {
  background-image: url(assets/imgs/banner-service-cta.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 100px;
}

._btn_cta {
  margin: 10px 0 0 0;
  background-color: var(--color-main);
  box-shadow: none;
}

/* =================================
CTA TWO
===================================*/

._subtitle_cta {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--color-white);
  text-transform: uppercase;
  letter-spacing: 1.3px;
}

._row_after_cta::after {
  content: '';
  width: 13%;
  height: 3px;
  margin: auto;
  display: block;
  margin-top: 10px;
  border: 3px solid var(--color-main);
}

/* =================================
CTA - HEADER
===================================*/

._message_div {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  background-color: #ebebeb;
  color: rgb(169, 169, 169);
  height: 65px;
  padding: 35px;
  z-index: 9999;
}

._message_h2 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  text-align: center;
  margin-right: 20px;
}

._message_btn {
  cursor: pointer;
  color: #fff;
  background: #0A853D;
  min-height: 35px;
  border-radius: 5px;
  border: none;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  animation: view 5s infinite;
  padding: 15px 20px;
}

._message_btn:hover {
  transition: all ease-in-out 0.3s;
  background: #18a558;
}

.fa-whatsapp {
  margin-left: 6px;
}

@keyframes view {
  2% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  4% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  6% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  8% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  10% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  12% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  14% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  16% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  18% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  20% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

/* =================================
RESPONSIVE
===================================*/



@media (min-width:767px){
	._title_banner{
		 padding: 0px 100px;
	}
}

@media (max-width: 992px) {

  #navbar.nav-text-white .nav-link {
    color: var(--color-black);
  }

  #navbar.nav-text-white .mobile-logo {
    display: block;
  }

  #navbar.nav-text-white .hidden-logo {
    display: none;
  }

  .navbar-toggler {
    color: var(--color-black);
  }


  .dropdown-menu {
    opacity: 1;
    text-align: center;
  }

  ._btn_header_phone {
    display: none;
  }

  /* =================================
  BANNER PRINCIPAL
  ===================================*/

  ._carousel_section {
    margin-top: 114px;
  }

  .carousel-item img {
    height: 55vh;
  }

  ._title_banner {
    font-size: 45px;
    line-height: 60px;
  }

  ._content_banner {
    font-size: 16px;
    line-height: 23px;
  }

  .bg-overlay::before {
    height: 750px;
  }

  /* =================================
  SECTION DEFAULT
  ===================================*/

  ._section_express {
    padding: 50px 0;
  }

  ._page_title {
    padding: 100px 0px 20px 0px;
    margin: 115px 0 0 0;
  }

  ._page_title_h2 {
    font-size: 35px;
    line-height: 1.4;
  }

  ._page_title_span {
    font-size: 16px;
  }

  /* =================================
    CONTENT DEFAULT
  ===================================*/

  ._title_express {
    font-size: 18px;
    line-height: 1.4;
  }

  ._title_medium {
    font-size: 25px;
    line-height: 1.3;
  }

  ._p_express {
    font-size: 15px;
    line-height: 1.6;
  }

  ._text_color {
    font-size: 16px;
  }

  /* =================================
    CTA DEFAULT
  ===================================*/

  ._call_to_action_section {
    margin-bottom: 0;
  }

  /* =================================
    PRE FOOTER MOBILE
  ===================================*/

  ._section_pre_footer {
    display: none;
  }

  /* =================================
    COPYRIGHT
  ===================================*/

  ._copy_img img {
    width: 80px;
    margin: 0px 0px 0 5px;
    height: 35px;
  }

}

@media (max-width: 768px) {

  #navbar.nav-text-white .nav-link {
    color: var(--color-black);
  }

  .navbar-toggler {
    color: var(--color-black);
  }

  .dropdown-menu {
    opacity: 1;
    text-align: center;
  }

  #navbar.nav-text-white .mobile-logo {
    display: block;
  }

  #navbar.nav-text-white .hidden-logo {
    display: none;
  }

  /* =================================
  BANNER PRINCIPAL
  ===================================*/

  .carousel-item img {
    height: 60vh;
  }

  ._title_banner {
    font-size: 32px;
    line-height: 40px;
  }

  ._content_banner {
    font-size: 15px;
    line-height: 23px;
  }

  .carousel-caption {
    bottom: 15%;
  }

  /* =================================
  SECTION DEFAULT
  ===================================*/

  ._page_title {
    padding: 80px 0px 20px 0px;
    margin: 115px 0 0 0;
  }

  ._page_title_h2 {
    font-size: 25px;
    line-height: 1.4;
  }

  ._page_title_span {
    font-size: 15px;
  }

  /*=================================
  CONTENT DEFAULT
  ===================================*/

  ._title_medium {
    font-size: 20px;
    line-height: 1.3;
  }

  ._text_color {
    font-size: 15px;
  }

  /*=================================
  CTA HEADER
  ===================================*/

  ._message_div {
    flex-direction: row;
    height: auto;
    padding: 10px 5px;
    z-index: 2;
  }

  ._message_btn {
    font-size: 13px;
    min-height: 0px;
    padding: 10px 8px;
  }

  ._message_h2 {
    font-size: 17px;
  }

}


@media (max-width: 350px) {
    .navigation {
        margin-top:83px;
    }

  #navbar.nav-text-white .nav-link {
    color: var(--color-black);
  }

  #navbar.nav-text-white .mobile-logo {
    display: block;
  }

  #navbar.nav-text-white .hidden-logo {
    display: none;
  }

  .navbar-toggler {
    color: var(--color-black);
  }

  .dropdown-menu {
    opacity: 1;
    text-align: center;
  }

  ._page_404_section h1 {
    font-size: 100px;
  }

  /* =================================
  BANNER PRINCIPAL
  ===================================*/

  .carousel-item img {
    height: 75vh;
  }

  ._title_banner {
    font-size: 25px;
    line-height: 30px;
  }

  ._content_banner {
    font-size: 14px;
    line-height: 20px;
  }

  /* =================================
    CONTENT DEFAULT
  ===================================*/

  ._title_express {
    font-size: 16px;
    line-height: 1.5;
  }

  ._title_medium {
    font-size: 18px;
    line-height: 1.4;
  }

  ._p_express {
    font-size: 14px;
    line-height: 1.5;
  }

  ._text_color {
    font-size: 14px;
  }

  /* =================================
    CTA HEADER
  ===================================*/

  ._message_div {
    flex-direction: row;
    height: auto;
    padding: 10px 5px;
    z-index: 2;
  }

  ._message_btn {
    font-size: 11px;
    min-height: 0px;
    padding: 10px 8px;
  }

  ._message_h2 {
    font-size: 16px;
  }

}






@media(min-width:350px) and (max-width:485){
    .navigation {     
        margin-top: 97px;
    }
    
    body {
        margin-top: 60px;
    }
}

@media(min-width:486px) and (max-width:767){
    .navigation {
        margin-top: 58px;
    }
    
    body {
        margin-top: 40px;
    }
}









