@charset "UTF-8";
/*=================================
    CUSTOM THEME FOR VTA
==================================*/

:root {
  --theme-color: #d41920;
  --theme-color2: #939598;
  --sub-title-color: #9ac852;
  --title-color: #d41920;
  --body-color: #737887;
  --smoke-color: #F5F5F5;
  --smoke-color2: #4B4B4B;
  --black-color: #000000;
  --black-color2: #080E1C;
  --gray-color: #bdbdbd;
  --white-color: #ffffff;
  --light-color: #72849B;
  --yellow-color: #FFC300;
  --success-color: #28a745;
  --error-color: #dc3545;
  --th-border-color: #E0E0E0;
}

/*.home-services {
    position: relative;
    overflow: hidden; 
    background-color: #fff; 
}

.home-services::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%; 
    height: 100%;
    background-color: var(--theme-color); 
    clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
    z-index: 1; 
}

.services {
    position: relative;
    z-index: 2; 
}
*/

/* Form  Validation
==================================== */

.parsley-errors-list {
  font-size: 10px !important;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid red;
  background-color: red;
  color: white;
  padding: 2px 0 0 3px !important;
  margin: 10px 0 10px 0 !important;
  list-style-type: none;
  opacity: 0;
}

.parsley-errors-list.filled {
  opacity: 1;
}

.parsley-errors-list:before {
  content: '';
  display: block;
  margin-top: -9px;
  pointer-events: none;
  position: absolute;
  border-bottom: solid 6px red;
  border-left: solid 6px transparent;
  border-right: solid 6px transparent;
}



section.home-news {
  background: none;
}

.services-title-one {
  height: 85px;
}

.single-post a {
  color: var(--black-color);
}

h3.sidebar-title {
  color: var(--title-color);
}

.sidebar-fact h3 {
  color: var(--title-color);
}


.sidebar-fact a.btn {
  background: #25d366;
  color: #fff;
}

.breadcrumbs a:hover {
  color: var(--title-color);
}


button.btn.btn-warning {
  background: var(--black-color);
}

section.contact-form {
  padding: 80px 0 80px;
}

.stats-info h4.counter {
  color: var(--title-color);
}


.culture h2.culture-title {
  color: var(--title-color);
}

.about-culture {
  padding: 0;
}

.cta {  padding: 40px 45px;
  background: var(--theme-color);
}

.cta h2 {
  color: var(--smoke-color);

  font-family: inherit;
}

.page-title {
  padding: 30px 0 10px 0;
}


body {
  color: #f5f5f5;
}


section.home-slider {
  overflow: hidden;
  position: relative;
}


.home-slider::before {
    content: '';
    position: absolute;
    bottom: 0; 
    left: 0; 
    width: 30%; 
    height: 30%; 
    background-color: var(--theme-color); 
    clip-path: polygon(0 100%, 100% 100%, 0 0); 
    z-index: 3; 
}


.home-company {
  background: #f5f5f5;
}

.home-services {
    position: relative;
    overflow: hidden; /* Para garantir que o triângulo não ultrapasse os limites da seção */
    background-color: #fff; /* Cor de fundo da seção */
}


.home-services::before {
  content: '';
  position: absolute;
  top: 0;
  left: -50%;
  width: 140%;
  height: 100%;
  background-color: var(--theme-color);
  clip-path: polygon(0 0, 50% 100%, 0px 100%);
  z-index: 1;
}


.home-services::after {
  content: '';
  position: absolute;
  top: 0;
  right: -50%;
  width: 150%;
  height: 100%;
  background-color: var(--theme-color);
  clip-path: polygon(70% 0px, 50% 0%, 80% 104%);
  z-index: 1;
}

.services {
    position: relative;
    z-index: 2; /* O conteúdo da seção permanece na frente */
}







.company-image .img-right {
    width: 85%;
    right: 0;
    clip-path: polygon(50% 0%, 75% 25%, 100% 50%, 75% 75%, 50% 100%, 25% 75%, 0% 50%, 25% 25%);
    border-radius: 20px; /* Ajuste o valor para controlar o arredondamento */
}



.cd-top:hover {
  background-color: var(--smoke-color2);
}

.btn-primary:hover {
  background: var(--theme-color);
}

h4.client-name {
  color: var(--theme-color);
}

.news .blog-date {
  background: var(--smoke-color2);
}

.about-txt p {
  color: var(--smoke-color);
}

.quick-links ul li a, .our-services ul li a {
  color: var(--smoke-color);
}

.blog-img-box img {
  max-height: 240px;
}

.copyright-bar p {
  color: var(--smoke-color);
}

footer .copyright {
  background: var(--smoke-color2);
}

.cd-top {
  background-color: var(--yellow-color);
}

/*botao whatsapp flutuante*/

.whatsapp-button {
    position: fixed;
    bottom: 100px;
    right: 20px;
    z-index: 1000;
    display: flex;
    align-items: center;
    background-color: #25D366;
    padding: 10px 15px;
    border-radius: 50px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.whatsapp-icon {
    font-size: 30px;
    color: #fff;
    margin-right: 10px;
}

.whatsapp-text {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.whatsapp-button a {
    text-decoration: none;
    color: inherit;
    display: flex;
    align-items: center;
}

.whatsapp-button:hover {
    background-color: #1eb559;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}


/*end botao whatsapp flutuante*/




.owl-carousel .owl-item img {
  width: auto;
  display: inline-block;
  max-height: 100px;
}

.blog-content a {
  color: var(--theme-color);
}

.blog-content h3 a:hover {
  color: var(--theme-color);
}

.blog-content h3 {
  color: var(--smoke-color2);
  height: 85px;
}

h2.title-2 {
  color: var(--theme-color);
  text-transform: uppercase;
}

.pre-footer > div:nth-child(2n) .contact-box {
  background: var(--yellow-color);
}

footer .footer {
  background: var(--theme-color);
}

p {
  color: var(--smoke-color2);
}

.btn-primary {
  background: var(--smoke-color2);
  color: var(--yellow-color);
}

h2.color-title {
  background: var(--yellow-color);
  color: var(--white-color);
  text-transform: uppercase;
}
.slider-content .primary-btn {
  background: var(--yellow-color);
  color: var(--smoke-color2);
}


.slider-content h2, .slider-content p {
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7); /* Efeito de sombra */
}

ul.main-menu li a {
  padding: 20px 55px;
}

.social ul.social-icons li a:hover {
  background: var(--theme-color);
}

ul.main-menu li a:hover, ul.main-menu li.active > a {
  color: var(--theme-color);
}

ul.main-menu li a {
  color: var(--smoke-color2);
}

h4.subtitle {
  color: var(--title-color);
  text-transform: uppercase;
}

.main-menu {
  background: var(--smoke-color);
}

.social ul.social-icons li a {
  background: var(--smoke-color2);
}

.top-info h3 {
  color: var(--theme-color);
  text-transform: uppercase;
}

.logo a img {
  max-height: 85px;
}

.sk-cube-grid .sk-cube {
  background-color: var(--theme-color);
}


