/*
Theme Name: Netcenter
Theme URI: https://webteria.com.br/themes/netcenter/
Author: Webteria
Author URI: https://webteria.com.br
Description: Tema personalizado para atender as necessidades da NetCenter.
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 8.2
Version: 1.0
Text Domain: netcenter
*/

@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Sora:wght@100..800&display=swap');

:root {
	--bs-body-font-family: 'Barlow', Arial, sans-serif ;

	--bs-primary: #ff8200;
	--bs-primary-rgb: 255, 130, 0 ;

	--bs-secondary: #3c3c3b ;
	--bs-secondary-rgb: 60, 60, 60 ;

	--bs-danger: #760B20;
	--bs-danger-rgb: 118, 11, 32;

	--bs-warning: #ffa95c;
	--bs-warning-rgb: 255, 169, 92;

	--bs-info: #878787 ;
	--bs-info-rgb: 135, 135, 135 ;

	--bs-light: #ededed ;
	--bs-light-rgb: 237, 237, 237 ;

	--bs-dark: #202020 ;
	--bs-dark-rgb: 32, 32, 32 ;
}

.vertical-orange {

	--bs-primary: #ff8200 ;
	--bs-primary-rgb: 255, 130, 0 ;

	--bs-secondary: #3c3c3b ;
	--bs-secondary-rgb: 60, 60, 60 ;
}

.vertical-blue {
	--bs-primary: #00B5EB;
	--bs-primary-rgb: 0, 181, 235 ;

	--bs-secondary: #003A5C;
	--bs-secondary-rgb: 0, 58, 92 ;

	--bs-dark: #000000 ;
	--bs-dark-rgb: 0, 0, 0 ;
}


h1, h2,
.h1, .h2 {
	font-weight: 400;
	font-family: "Sora", sans-serif;
}

a {
	color: var(--bs-secondary);
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: .2s All;
}
a:hover {
	color: var(--bs-secondary);
	text-decoration: none;
	border-bottom-color: var(--bs-primary);
}

b, strong {
    font-weight: 700;
}

.nav-item-primary .nav-link,
.nav-item-outline-primary .nav-link {
    padding: 8px 18px !important;
    display: inline-block !important;
    margin-bottom: 0 !important;
}

.nav-item-primary .nav-link,
.btn-primary {
	border: 0px ;
	border-radius: 8px ;
	background-color: var(--bs-primary) ;
	background-image: linear-gradient(to right, var(--bs-warning), var(--bs-primary)) ;
	color: white ;
}
.btn-primary:hover,
.btn-primary.active,
.nav-item-primary .nav-link:hover,
.nav-item-primary .nav-link.active {
	border: 0px ;
	background-image: none ;
	background-color: var(--bs-secondary) !important;
	color: var(--bs-primary) !important;
}

.vertical-blue .nav-item-primary .nav-link, 
.vertical-blue .btn-primary {
    background-color: var(--bs-primary);
    background-image: linear-gradient(to right, var(--bs-primary), var(--bs-secondary));
}

.nav-item-outline-primary .nav-link,
.btn-outline-primary {
	position: relative ;
	border: 1px solid var(--bs-primary) ;
	border-radius: 8px ;
	background-color: transparent ;
	color: white ;
}
.btn-outline-primary.btn-lg {
	padding: 12px 36px ;
}

.nav-item-outline-primary .nav-link::before,
.btn-outline-primary::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 6px;
    right: 6px;
    height: 1px;
    background-image: linear-gradient(to right, var(--bs-primary), #DFFAFF 60%, #975730, var(--bs-primary));
}
.nav-item-outline-primary .nav-link::after,
.btn-outline-primary::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 6px;
    right: 6px;
    height: 1px;
    background-image: linear-gradient(to right, var(--bs-primary), #DFFAFF 65%, #975730, var(--bs-primary));
}

.nav-item-outline-primary .nav-link:hover,
.btn-outline-primary:hover {
	background-color: White !important;
	border: 1px solid var(--bs-primary) !important;
	color: var(--bs-primary) !important;
}
.nav-item-outline-primary .nav-link:hover::before,
.btn-outline-primary:hover::before {
	background-image: none ;
	color: white ;
}
.nav-item-outline-primary .nav-link:hover::after,
.btn-outline-primary:hover::after {
	background-image: none ;
	color: white ;
}



.bg-primary-degrade {
	background: linear-gradient(218.85deg, var(--bs-primary) 3.09%, #ff9536 50.88%, var(--bs-warning) 98.67%);
}
.bg-secondary-degrade {
	background: linear-gradient(180deg, var(--bs-dark) 41.83%, var(--bs-secondary) 100%);
}

.vertical-blue .bg-primary-degrade {
	background: linear-gradient(218.85deg, var(--bs-primary) 3.09%, var(--bs-secondary) 98.67%);
}
.vertical-blue .bg-secondary-degrade {
	background: linear-gradient(180deg, Black 41.83%, var(--bs-secondary) 100%);
}


.bg-numbers {
    background-image: url(assets/images/bg-numbers.png?v1);
    background-position: center bottom;
    background-size: 1440px;
    background-repeat: no-repeat;
    background-color: #222930;
    color: white;
}

.bg-values {
    background-image: url(assets/images/bg-bolinhas.png), linear-gradient(to bottom, var(--bs-secondary), var(--bs-info));
    background-position: center bottom, center;
    background-size: 938px, cover;
    background-repeat: no-repeat, no-repeat;
    color: white;
}

.bg-header {
    background-image: url(assets/images/bg-bolinhas.png), linear-gradient(to bottom, var(--bs-secondary), var(--bs-dark));
    background-position: center bottom, center;
    background-size: 938px, cover;
    background-repeat: no-repeat, no-repeat;
    color: white;
    padding-top: 7rem;
    padding-bottom: 3rem;
}

.blur-box {
	padding: 2rem;
	border-radius: 12px;
	background: #00000069;
	backdrop-filter: blur(4px) ;
}



#top_menu {
	background: white;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, .2);
    transition: .3s All;
	padding: 1rem;
}

#top_menu a.nav-link {
	color: var(--bs-dark);
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 2px 2px 2px;
    margin: 0 1rem .5rem 1rem;
	position: relative;
}
#top_menu .btn {
    font-size: 14px;
    font-weight: 700;
	padding: 8px 16px;
}

#top_menu .navbar-brand {
	background-image: url(assets/images/logo-primary.png);
	background-size: cover;
	background-position: top left;
	background-repeat: no-repeat;
	width: 170px;
	height: 40px;
	border:none;
}
.vertical-blue #top_menu .navbar-brand {
	background-image: url(assets/images/logo-tech-primary.png);
}

#top_menu .btn-outline-primary {
	color: var(--bs-dark) ;
}

#top_menu .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 130, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");;
}

#top_menu .navbar-nav > .nav-item > a.nav-link:not(.dropdown-toggle)::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    display: block;
    width: 0px;
    height: 2px;
    background-color: var(--bs-primary);
	transition: .2s All;
}
#top_menu .navbar-nav > .nav-item > a.nav-link:not(.dropdown-toggle):hover::after {
    left: 0;
    width: 100%;
    height: 2px;
}

.dropdown-item.active, 
.dropdown-item:active {
    color: var(--bs-secondary);
    text-decoration: none;
    background-color: var(--bs-primary);
}


.internal-navbar {
    background-color: var(--bs-secondary);
    padding: 1rem 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.internal-navbar .navbar-brand {
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
}
/* Ajuste para links do Bootstrap no Walker */
.internal-navbar .nav-link {
    color: rgba(255,255,255,0.8) !important;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    transition: color 0.3s;
}
.internal-navbar .nav-link:hover,
.internal-navbar .nav-link.active,
.internal-navbar .show > .nav-link {
    color: var(--bs-primary) !important;
}

/* Dropdown Dark Mode */
.internal-navbar .dropdown-menu {
    background-color: #001830; /* Um pouco mais escuro que o header */
    border: 1px solid rgba(255,255,255,0.1);
}
.internal-navbar .dropdown-item {
    color: rgba(255,255,255,0.7);
    font-size: 0.9rem;
    padding: 8px 20px;
}
.internal-navbar .dropdown-item:hover {
    background-color: var(--bs-primary);
    color: white;
}


.sticky-anchors {
	position: sticky;
    top: 60px;
    z-index: 90;
}
.sticky-anchors .navbar {
    padding-top: 0;
    padding-bottom: 0;
}
.sticky-anchors .navbar a.nav-link {
    padding: 1rem;
}
.sticky-anchors .navbar a.nav-link:hover {
    border-bottom: 3px solid var(--bs-secondary);
    padding-bottom: calc(1rem - 3px);
}
.sticky-anchors.bg-secondary .navbar a.nav-link:hover {
    border-bottom: 3px solid var(--bs-primary);
}
.sticky-anchors.bg-secondary .navbar a.nav-link,
.sticky-anchors.bg-dark .navbar a.nav-link {
    color: White;
}


.partner-slide {
	height: 120px;
	display: flex;
	align-items: center;
}

.service-brand {
	max-width: 200px;
    filter: grayscale(1);
    opacity: .5;
	transition: .3s all;
	margin: 0 1rem 1rem 1rem;
}
.service-brand.active {
    filter: grayscale(0);
    opacity: 1;
}

.video-section {
	position: relative;
	min-height: 72vh;
	overflow: hidden;
}
.video-section video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
	filter: blur(3px) sepia(0.7);
}
.video-section-filter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: radial-gradient(rgba(var(--bs-dark-rgb), .4), rgba(0, 0, 0, 0.9));
}
.vertical-blue .video-section video {
	filter: blur(3px) grayscale(0.5);
}
.vertical-blue .video-section-filter {
    background: radial-gradient(rgba(var(--bs-secondary-rgb), .75), rgba(0, 0, 0, 0.9));
}

.video-section-overlay {
	position: relative;
	z-index: 2;
	min-height: 72vh;
}

.bg-photo {
    background-size: cover;
    background-repeat: no-repeat ;
    background-position: center;
	min-height: 55vh;
	height: 100%;
}
.bg-photo.bg-photo-01 {
    background-image: url(assets/images/photo-01.png);
}
.bg-photo.bg-photo-02 {
    background-image: url(assets/images/photo-02.png);
}
.bg-photo.bg-photo-03 {
    background-image: url(assets/images/photo-03.png);
}
.bg-photo.bg-photo-05 {
    background-image: url(assets/images/photo-05.png);
}
.bg-photo.bg-photo-06 {
    background-image: url(assets/images/photo-06.png);
}

.testimnonial-wrapper {
	margin-top: -6rem;
}
figure.testimnonial {
	background-color: var(--bs-light);
	padding: 7rem 2rem 4rem 2rem;
	margin-bottom: 4rem;
	position: relative;
}
figure.testimnonial::before {
	content: "”";
	position: absolute;
	top: 0rem;
	left: 4rem;
	font-size: 120px;
	font-weight: 700;
	color: var(--bs-primary);
}
figure.testimnonial blockquote,
figure.testimnonial figcaption {
	font-size: 22px;
	font-weight: 700;
	position: relative;
}
figure.testimnonial blockquote {
	margin-bottom: 4rem;
}
figure.testimnonial figcaption::before {
    content: "";
    position: absolute;
    top: -1rem;
    left: 0;
    height: 3px;
    width: 125px;
    background-image: linear-gradient(to right, var(--bs-warning), var(--bs-primary));
}
.vertical-blue figure.testimnonial figcaption::before {
    background-image: linear-gradient(to right, var(--bs-secondary), var(--bs-primary));
}

.bg-secondary figure.testimnonial {
	background-color: var(--bs-dark);
	color: White;
}

.bg-dark figure.testimnonial {
	background-color: var(--bs-secondary);
	color: White;
}

.partner-logo {
    filter: grayscale(1);
    opacity: .5;
	transition: .3s all;
}
.partner-logo:hover {
    filter: grayscale(0);
    opacity: 1;
}

.brands-slide {
    min-height: 100px;
    display: flex;
    align-items: center;
}

.bg-about {
    color: white;
    padding-top: 4rem;
    background-image: url(assets/images/bg-bolinhas.png), linear-gradient(180deg, var(--bs-secondary) 41.83%, var(--bs-dark) 100%);
    background-position: bottom -16rem center, center;
    background-size: 940px, cover;
    background-repeat: repeat-x, no-repeat;
    padding-bottom: 18rem;
}
.bg-about-video {
    margin-top: -24rem;
}


.leader {
	min-height:25rem;
	background-position: bottom right, center ;
	background-repeat: no-repeat, no-repeat ;
	background-size: 266px, cover;
}

.bg-solutions {
    background-color: var(--bs-dark);
    color: white;
    padding-top: 6rem;
    background-position: center;
    background-size: 1920px;
    background-repeat: no-repeat;
    padding-bottom: 4rem;
}

.bg-lp {
    background-color: var(--bs-dark);
    color: white;
    padding-top: 11rem;
    background-image: url(assets/images/bg-bolinhas.png), url(assets/images/bg-lp.jpg);
    background-position: bottom -500px left -800px, bottom right;
    background-size: 1400px, 1920px;
    background-repeat: no-repeat, no-repeat;
    padding-bottom: 8rem;
}

.list-primary ul {
    padding-left: 0;
    list-style: none;
}
.list-primary ul li {
    padding-left: 32px;
    padding-bottom: 24px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath d='M13.2 12L8.6 7.4L10 6L16 12L10 18L8.6 16.6L13.2 12Z' fill='rgb%28255 130 0%29'/%3e%3c/svg%3e");
	background-size: 24px;
	background-position: left top ;
	background-repeat: no-repeat ;
}
.list-primary ul li:last-child {
    padding-bottom: 0;
}

.vertical-blue .list-primary ul li {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath d='M13.2 12L8.6 7.4L10 6L16 12L10 18L8.6 16.6L13.2 12Z' fill='rgb%280 58 92%29'/%3e%3c/svg%3e");
}


.bg-primary-degrade ul,
.bg-secondary-degrade ul {
    padding-left: 0;
    list-style: none;
}

.bg-primary-degrade ul li,
.bg-secondary-degrade ul li {
    padding-left: 22px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath d='M13.2 12L8.6 7.4L10 6L16 12L10 18L8.6 16.6L13.2 12Z' fill='rgb%28255 255 255%29'/%3e%3c/svg%3e");
	background-size: 20px;
	background-position: left top 3px ;
	background-repeat: no-repeat ;
}



span.line {
    display: inline-block;
    width: 57px;
    height: 1px;
    background-color: var(--bs-primary);
    margin: 0 10px 10px 0;
}

.thumbnail {
    aspect-ratio: 7 / 4;
    display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--bs-secondary);
}

.swiper-pagination-bullet-active {
    background: var(--bs-primary);
}

/* 1. Esconde a linha inicialmente (Antes do scroll) */
.path-line {
  stroke-dasharray: 1;
  stroke-dashoffset: 1; /* O valor '1' empurra a linha inteira para fora graças ao pathLength="1" */
  filter: drop-shadow(0 0 0px rgba(0, 210, 255, 0)); /* Garante sem brilho inicial */
}

/* 2. Disparado no momento exato em que o JS adiciona a classe */
.foi-visto .path-line,
.foi-visto.path-line /* Previne erro dependendo de onde o JS injeta a classe */ {
  /* Animação de desenho (2s) seguida do glow em loop infinito (espera 2s para começar) */
  animation: 
    desenharLinha 3s ease-in-out forwards, 
    pulsarGlow 1.5s ease-in-out 2s infinite alternate;
}

/* Keyframe do Desenho */
@keyframes desenharLinha {
  to {
    stroke-dashoffset: 0; /* Traz a linha de volta à tela */
  }
}

/* Keyframe do Glow Pulsante */
@keyframes pulsarGlow {
  from {
    filter: drop-shadow(0 0 2px rgba(var(--bs-primary-rgb), 0.2));
  }
  to {
    filter: drop-shadow(0 0 15px rgba(var(--bs-primary-rgb), 1));
  }
}

/* Form */
.form-control {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid var(--bs-secondary);
    border-radius: 0;

}
.form-control:focus {
	color: White;
    background-color: #222930;
}
.form-control::placeholder {
	color: var(--bs-light);
	font-style: italic;
}

.wpcf7-not-valid-tip {
	color: var(--bs-danger);
}

.screen-reader-response {
	background-color: white;
	color: var(--bs-secondary);
}

/* BGs */

.bg-footer {
	background-image: url(assets/images/bg-bolinhas.png);
	background-position: left 0rem top 16rem;
	background-size: 920px;
	background-repeat: no-repeat;
	background-color: var(--bs-secondary);
	padding: 6rem 0;
	color: white;
}

footer .input-group>.form-control {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid var(--bs-primary);
	color: white;
	border-radius: 0;
}

footer .btn {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid var(--bs-primary);
	color: white;
	border-radius: 0;
}
footer .btn:hover {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid var(--bs-primary);
	color: white;
}

.logo-footer {
	background-image: url(assets/images/logo-primary.png);
	background-position: top left;
	background-size: 212px;
	background-repeat: no-repeat;
	width: 212px;
	height: 52px;
	display: inline-block;
}
.vertical-blue .logo-footer {
	background-image: url(assets/images/logo-tech-primary.png);
}

.social-icons {
    text-align: center;
}
.social-icons a {
    display: inline-block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    text-align: center;
    background: var(--bs-primary);
    color: White;
    transition: .4s all;
    font-size: 24px;
    padding-top: 6px;
    margin: 0 3px;
}
.social-icons a:hover {
    background: var(--bs-warning);
}

.go-top {
    position: fixed;
    bottom: 24px;
    right: 24px;
    display: block;
    width: 48px;
    height: 48px;
    background-color: rgba(0, 0, 0, .3);
    border-radius: 50%;
    font-size: 32px;
    text-align: center;
    color: white;
	z-index: 10;
}
.go-top:hover {
    background-color: var(--bs-primary);
    color: white;
}


@media (min-width: 992px) {

	#top_menu {
		background: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, .5), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
        padding: 2rem 1rem;
        box-shadow: none;
		padding: 1rem .5rem;
		box-shadow: none;
	}
	#top_menu.past-header {
		background: White;
		box-shadow: 0px 0px 20px rgba(0, 0, 0, .2);
		padding: .5rem;
	}

	#top_menu .navbar-brand {
		background-image: url(assets/images/logo-white.png?v2);
		background-size: cover;
		background-position: top left;
		background-repeat: no-repeat;
		width: 263px;
        height: 62px;
		border:none;
	}
	#top_menu.past-header .navbar-brand {
		background-image: url(assets/images/logo-primary.png?v2);
		width: 194px;
        height: 46px;
	}

	.vertical-blue #top_menu .navbar-brand {
		background-image: url(assets/images/logo-tech-white.png?v2);
	}
	.vertical-blue #top_menu.past-header .navbar-brand {
		background-image: url(assets/images/logo-tech-primary.png?v2);
	}


	#top_menu .navbar-toggler-icon {
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");;
	}
	#top_menu.past-header .navbar-toggler-icon {
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28220, 20, 60, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");;
	}

	#top_menu a.nav-link {
		color: White;
	}
	#top_menu a.nav-link:hover,
	#top_menu a.nav-link.active {
		color: White;
	}

	#top_menu.past-header a.nav-link {
		color: var(--bs-dark);
	}
	#top_menu.past-header a.nav-link:hover {
		color: var(--bs-dark);
	}

	#top_menu .btn-outline-primary {
		color: White ;
	}
	#top_menu .btn-outline-primary:hover {
		color: var(--bs-primary); ;
	}

	#top_menu.past-header .btn-outline-primary {
		color: var(--bs-dark) ;
	}
	#top_menu.past-header .btn-outline-primary:hover {
		color: var(--bs-primary); ;
	}


    .internal-navbar .nav-item.dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
        animation: fadeDropdown 0.3s ease forwards;
    }
    .internal-navbar .nav-item.dropdown:hover .nav-link {
        color: var(--bs-primary) !important;
    }



	figure.testimnonial {
		padding: 8rem 4rem 5rem 4rem;
	}

	.bg-photo {
		min-height: 60vh;
	}

	.social-icons {
		text-align: right;
	}
	
	.video-section {
		min-height: 600px;
	}
	.video-section-overlay {
		min-height: 600px;
	}
	
	.bg-logo-vertical {
		background-image: url(assets/images/logo-cyber-outline.svg) ;
		background-size: 360px;
        background-position: bottom 24px right 12px;
        background-repeat: no-repeat;
	}
	.vertical-blue .bg-logo-vertical {
		background-image: url(assets/images/logo-tech-outline.svg) ;
	}
	
}

@media (min-width: 1400px) {

	.video-section {
		min-height: 700px;
	}
	.video-section-overlay {
		min-height: 700px;
	}

}