/**** Custom Fonts ****/


@font-face {
	font-family: 'NowAlt';
	font-style: normal;
	font-weight: 100;
	src: local('NowAlt Thin'), url('../fonts/NowAlt-Light.woff') format('woff');
}

@font-face {
	font-family: 'NowAlt';
	font-style: italic;
	font-weight: 200;
	src: local('NowAlt-Light'), url('../fonts/NowAlt-Light.woff') format('woff');
}

@font-face {
	font-family: 'NowAlt';
	font-style: normal;
	font-weight: 300;
	src: local('NowAlt-Regular'), url('../fonts/NowAlt-Regular.woff') format('woff');
}

@font-face {
	font-family: 'NowAlt';
	font-style: normal;
	font-weight: 400;
	src: local('NowAlt-Medium'), url('../fonts/NowAlt-Medium.woff') format('woff');
}


@font-face {
	font-family: 'NowAlt';
	font-style: normal;
	font-weight: 700;
	src: local('NowAlt-Bold'), url('../fonts/NowAlt-Bold.woff') format('woff');
}

@font-face {
	font-family: 'NowAlt';
	font-style: normal;
	font-weight: 800;
	src: local('NowAlt-Black'), url('../fonts/NowAlt-Black.woff') format('woff');
}



@font-face {
	font-family: 'Now';
	font-style: normal;
	font-weight: 100;
	src: local('Now-Thin'), url('../fonts/Now-Thin.woff') format('woff');
}


@font-face {
	font-family: 'Now';
	font-style: normal;
	font-weight: 400;
	src: local('Now-Regular'), url('../fonts/Now-Regular.woff') format('woff');
}

@font-face {
	font-family: 'Now';
	font-style: normal;
	font-weight: 500;
	src: local('Now-Mediuem'), url('../fonts/Now-Medium.woff') format('woff');
}


@font-face {
	font-family: 'Now';
	font-style: normal;
	font-weight: 700;
	src: local('Now-Bold'), url('../fonts/Now-Bold.woff') format('woff');
}

@font-face {
	font-family: 'Now';
	font-style: normal;
	font-weight: 800;
	src: local('Now-Black'), url('../fonts/Now-Black.woff') format('woff');
}



html {
	scroll-behavior: smooth;
}

.center img {
	width: 100%;
}

#main-banner {
	height: auto;
	background-color: var(--claro);
}

#carouselOne:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background-color: var(--oscuro);
}

.align-items-left {
	align-items: flex-start;
}

section.section.section-overlay-opacity.section-overlay-opacity-scale-7:before,
section.section.section-overlay-opacity:before {
	background: transparent;
}

/* html:not(.sticky-header-active) #header.header-transparent:not(.header-semi-transparent) .header-body {
    background: linear-gradient(to right, transparent 50%, #11096aba 70%);
} */

.main-logo {
	position: relative;
	top: 10px;
	left: 70px;
}

.title-main {
	font-family: var(--font-main);
	font-weight: 400;
	font-size: 26px;
	line-height: 1.1em !important;
	text-transform: uppercase;
	letter-spacing: 0.2px;
}

.title-main.dark {
	color: var(--title-color);
}

.title-main.blue-text {
	color: var(--title-color);
}

.title-main.light {
	color: white !important;
}

.paragraphs {
	font-size: 20px;
	line-height: 1.45em !important;
	font-weight: 300 !important;
	font-family: var(--font-main);
	letter-spacing: 0.15px;
	color: var(--title-color);
}

.justify {
	text-align: justify;
}

.center {
	text-align: center;
}

.paragraphs.dark {
	color: var(--text-body);
}

.paragraphs.dark-2 {
	color: var(--title-color);
}


.paragraphs.p-gray {
	color: var(--text-body);
}

.paragraphs.light {
	color: white !important;
}

.w-800 {
	font-weight: 800 !important;
}


.text-slider {
	position: relative;
	top: 285px;
	padding-left: 160px;
}

.need-text {
	position: relative;
	padding-left: 140px;
	padding-right: 110px;
}

.space-top {
	margin-top: 20px;
}

.left {
	text-align: left;
}

.btn-yellow {
	background-color: var(--main-color);
	color: var(--title-color);
	border-radius: 50px;
	font-weight: 300 !important;
	padding: 17px 25px;
	font-size: 16px;
	line-height: 1;
	font-family: var(--font-main);
	text-transform: uppercase;
	text-decoration: none !important;
	border: none;
	min-width: 220px;
	max-height: 50px;
	text-align: center;
}

.btn-2.btn-light {
	background-color: var(--main-color);
	color: var(--title-color);
	border-radius: 50px;
	font-weight: 600 !important;
	padding: 17px 20px;
	font-size: 16px;
	line-height: 1;
	font-family: var(--font-main);
	text-transform: uppercase;
	text-decoration: none !important;
	border: none;
	min-width: 220px;
	text-align: center;
}

.btn-2.btn-light:hover {
	background-color: white;
	color: var(--title-color);
}

.btn-yellow:hover {
	background-color: var(--title-color);
	color: white !important;
}

.btn-yellow-border {
	background-color: white;
	border: 1px solid #FCCA09;
	color: black !important;
	border-radius: 50px;
	font-weight: 600 !important;
	padding: 17px 20px;
	font-size: 16px;
	line-height: 1;
	font-family: 'NowAlt';
	text-transform: uppercase;
	text-decoration: none !important;
}

.btn-yellow-border:hover {
	background-color: #009EC5;
	color: white !important;
	border: none;
}

.p-big-btn {
	padding: 15px 70px;
}

html .scroll-to-top {
	background: var(--main-color);
	color: var(--title-color);
}

.mb-50 {
	margin-bottom: 50px !important;
}

/* BANNER WITH TEXT */

#main-content .title {
	color: white;
	font-size: 3.5vw;
	font-family: var(--font-main);
	font-weight: 500;
	line-height: 1;
	margin-bottom: 5px;
	letter-spacing: -2px;
}

#main-content {
	display: flex;
	justify-content: center;
	height: 100%;
	width: 100%;
	padding-bottom: 3%;
	padding-left: 6.4%;
	position: relative;
	align-items: center;
}

#main-content span.color-main {
	color: var(--main-color);
}

#main-content .title .txt-2-title {
	display: block;
	font-size: 5.5vw;
	letter-spacing: 0px;
	margin-top: 65px;
	font-weight: 500;
}

#main-content .title .txt-3-title {
	font-size: 7.5vw;
	font-weight: 600;
}

#main-content .sub-title {
	color: white;
	font-size: 1.65vw;
	font-family: var(--font-main);
	font-weight: 500;
	line-height: 1.3;
	margin-top: 20%;
	letter-spacing: -0.5px;
	margin-right: 13%;
	margin-left: 10%;
}

/* old styles */

#banner-main-title {
	display: flex;
	justify-content: flex-end;
	height: 100%;
	width: 100%;
	padding-bottom: 2%;
	position: relative;
	align-items: center;
}

#banner-main-title .sub-title {
	color: white;
	font-size: 60px;
	font-family: var(--font-main);
	font-weight: 500;
	letter-spacing: 0px;
	line-height: 1;
	margin-bottom: 5px;
}

#banner-main-title .sub-title {
	color: white;
	font-size: 50px;
	font-family: var(--font-main);
	font-weight: 200;
	letter-spacing: 0px;
	line-height: 1;
}

#banner-main-title .title span.color-main {
	color: var(--main-color);
}

/* PLANILLA SAAS OUTSOURCE TABLES */
.bg_blue {
	background-color: var(--title-color);
}

.table-box {
	outline: 1px solid white;
	background-color: transparent;
	border-radius: 5px;
}

.title-box {
	display: flex;
	justify-content: center;
	padding: 1.3rem 4rem;
	align-items: center;
	background-color: var(--title-color);
	min-height: 110px;
}

h4.title-table {
	font-size: 30px;
	font-weight: 500;
	line-height: 1.2em;
	margin: 0px;
	text-align: center;
	letter-spacing: 0px;
}

h4.title-table.dark {
	color: var(--title-color);
}

h4.title-table.light {
	color: white;
}

h4.title-table.dark-2 {
	color: var(--title-color);
}

h4.title-table span.txt-color {
	color: var(--tittle-color);
}

.table-box-info li.table-item {
	padding: 10px 15px 10px 70px !important;
	border-bottom: 1px solid;
	margin-bottom: 0px;
}

.table-box-info ul.list-icons {
	margin-bottom: 0px;
}

.table-box-info ul.list-icons li {
	margin-bottom: 0px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	min-height: 100px;
	color: var(--medio);
}

li.table-item .inner-text {
	font-size: 20px;
	font-weight: 300;
	line-height: 1.2em;
	letter-spacing: -0.2px;
}

img.icon-check-img {
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.table-box-info li.table-item:last-child {
	border-bottom: 1px solid white;
}

/* END PLANILLA SAAS OUTSOURCE TABLES */

#tabs_content .blue_content {
	border-radius: 0;
	box-shadow: none;
	background-color: initial;
	border: none;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
}


/*  CAROUSEL WHY TECNASA */
#carousel-why-tecnasa .owl-nav.with-icon-style button {
	background-color: transparent;
	border: none;
	color: initial;
	top: 30px !important;
}

#carousel-why-tecnasa .owl-nav.with-icon-style button:before {
	content: " ";
	display: none;
}

#carousel-why-tecnasa .owl-nav.with-icon-style button.owl-prev img,
#carousel-why-tecnasa button.carousel-control-prev img {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

#carousel-why-tecnasa .owl-nav.with-icon-style button img {
	width: 100% !important;
	height: auto;
}

#carousel-why-tecnasa .owl-nav.with-icon-style button.owl-next {
	right: 60px;
}

.item-why-tecnasa .content-slider {
	padding: 40px 90px;
	background: white;
	border: 1px solid var(--title-color);
	width: 100%;
}


#carousel-why-tecnasa button[data-bs-slide] {
	z-index: 99;
	width: 10%;
	top: 15%;
}

#carousel-why-tecnasa button[data-bs-slide] img {
	width: 40px;

}


#carousel-why-tecnasa {
	height: 560px;
	align-items: center;
	display: flex;
}

.item-why-tecnasa .icon-size-point {
	width: 12px !important;
	height: 12px !important;
	left: 0;
	position: absolute;
	top: 10px;
}

.item-why-tecnasa .content-slider p {
	padding-left: 25px;
}

/* CAROUSEL BANNER */

#carousel-banner .owl-nav.with-icon-style button {
	background-color: transparent;
	border: none;
	color: initial;
	top: 30px !important;
}

#carousel-banner .owl-nav.with-icon-style button:before {
	content: " ";
	display: none;
}

#carousel-banner .owl-nav.with-icon-style button.owl-prev img,
#carousel-banner button.carousel-control-prev img {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

#carousel-banner .owl-nav.with-icon-style button img {
	width: 100% !important;
	height: auto;
}

#carousel-banner .owl-nav.with-icon-style button.owl-next {
	right: 60px;
}

.item-banner .content-slider {
	padding: 40px 90px;
	background: white;
	border: 1px solid var(--title-color);
	width: 100%;
}


#carousel-banner button[data-bs-slide] {
	z-index: 99;
	width: 10%;
	top: 15%;
}

#carousel-banner button[data-bs-slide] img {
	width: 40px;

}

#carousel-banner {
	height: 900px;
	align-items: center;
	display: flex;
	margin-bottom: 100px;
	background: linear-gradient(180deg, #1B1865 0%, #1B1865 52.60%, #1A1964 63.13%, #141454 76.15%, #030325 89.36%);
}

.banner-title{
	font-size: 3.5rem;
	font-weight: 400;
	font-family: Now;
	text-align: center;
	color: var(--title-color);
	line-height: 1.3;
}

.items-title ul{
	display: flex;
	justify-content: space-evenly;
	align-items: center;

}
.items-title ul li{
	color: var(--title-color);
	font-size: 1.5rem;
	font-family: Now;
	font-weight: 400;
	line-height: 1.2;
	list-style: none;
	text-align: center;
}

.separador{
	width: 10px;
	height: 10px;
	background-color: var(--main-color);
	border-radius: 50%;
}

.items-title-bottom {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    height: 40vw;
}

.items-title-bottom ul{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 15px;

}
.items-title-bottom ul li{
	color: #fff;
	font-size: 1rem;
	font-family: Now;
	font-weight: 400;
	line-height: 1.3;
	list-style: none;
	text-align: center;
}

.items-title-bottom ul li:not(:last-child){
	margin-right: 20px;
	margin-left: 20px;
}
.items-title-bottom ul li:last-child{
	margin-left: 20px;
}

.items-title-bottom .separador{
	width: 10px;
	height: 10px;
	background-color: #fff;
	border-radius: 50%;
}

/* .items-title ul li:first-child::after{
	content: "";
	width: 15px;
	height: 15px;
	background-color: var(--main-color);
	border-radius: 50%;
	position: absolute;
	left: 20%;
} */


/*  END CAROUSEL WHY TECNASA */

div#call-to-action {
	height: 38vh;
}

#contacto h4.title-table {
	letter-spacing: 1.2px;
	font-size: 32px;
}

.feature-box-info {
	position: relative;
	top: 30px;
}

.space-icon {
	clear: both;
	margin-top: 295px;
}

.call-height {
	line-height: 60px !important;
}

.box-sect {
	padding-bottom: 70px;
	padding-top: 50px;
}

.yellow {
	font-size: 32px;
	color: #FCCC08;
}

.feature-box-info h4 {
	font-family: 'NowAlt', "Roboto" !important;
	font-weight: 800 !important;
	font-size: 34px !important;
	color: #282828 !important;
	line-height: 40px !important;
	text-transform: uppercase;
	letter-spacing: 0.2px;
	padding-left: 0 !important;
}

.feature-box-info p {
	color: black !important;
	line-height: 36px !important;
	font-size: 24.6px !important;
	font-weight: 100 !important;
	font-family: 'NowAlt';
	padding-left: 0 !important;
}


h4.title-form {
    padding-right: 30%;
    font-size: 28px;
    line-height: 1.4;
    font-weight: 400;
}
.contact-form-planilla .form-group input,
.contact-form-planilla .form-group select {
	border: 1px solid var(--title-color);
	border-radius: 5px;
	background-color: white;
	font-size: 18px !important;
	font-weight: 300 !important;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 50px;
	width: 100%;
	color: var(--title-color) !important;
}

.contact-form-planilla .form-group input[type=checkbox] {
	height: 25px;
	width: 25px;
	float: left;
}

.contact-form-planilla .form-group input[type=submit] {
	background-color: #FCCC08;
	color: black !important;
	border: none !important;
	padding: 12px;
	border-radius: 50px;
	font-weight: 400 !important;
	font-size: 16.5px;
	font-family: 'NowAlt';
	text-transform: uppercase;
	text-decoration: none !important;
}

.contact-form-planilla .form-group input[type=submit]:hover {
	background-color: #009EC5;
	color: white !important;
	border: none;
}

.contact-form-planilla .form-group label, .contact-form-planilla .form-group span {
	font-weight: 100 !important;
	font-family: 'NowAlt';
	color: white;
	float: left;
	width: 85%;
	font-size: 18px !important;
	line-height: 1.3em !important;
	position: relative;
	display: flex;
	align-items: center;
	margin-left: 20px;
}

.form-group .error {
	color: red !important;
}

#great {
	font-weight: 100 !important;
	font-family: 'NowAlt';
	color: green;
	float: left;
	width: 100%;
	font-size: 20px !important;
	line-height: 28px !important;
	position: relative;
	background-color: white;
	border: 1px solid white;
	border-radius: 5px;
	text-align: center;
	padding: 10px;
}

.hide-effect,
.thanks {
	display: none !important;
}

input[type="email"],
input[type="tel"] {
	padding-left: 15px;
}

.contact-form-planilla .form-group textarea {
	border: 1px solid var(--title-color) !important;
	border-radius: 5px;
	background-color: white;
	font-size: 18px !important;
	font-weight: 300 !important;
	margin-bottom: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 120px;
	padding-left: 15px;
	width: 100%;
	color: var(--text-body) !important;
}

.contact-form-planilla .form-group select {
	padding-left: 16px;
}

.about-h-sec {
	justify-content: flex-end;
	min-height: 750px;
}

.about-h-sec::before {
    content: "";
    position: absolute;
    background-image: url(../images/icon-circle.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 250px;
    top: 8%;
    height: 250px;
    right: -10%;
}

#contacto {
	background-image: url(../images/planilla-bg-form-v2.jpg);
	background-size: contain;
	background-position: right top;
	background-repeat: no-repeat;
	background-color: var(--oscuro);
}

.lh-1-2 {
	line-height: 1.2 !important;
}

#services .custom-h-w {
	height: 20vw;
}

#services .video-content-resp img {
	width: 600px;
	position: relative;
	z-index: 99;
}

#services .video-content-resp:before {
	content: "";
	background-image: url(../images/element-video-small.svg);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	width: 400px;
	height: 400px;
	top: -46%;
	right: -28%;
}

#services .video-content-resp:after {
	content: "";
	background-image: url(../images/element-video-small.svg);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	width: 200px;
	height: 200px;
	bottom: -22%;
	left: -12%;
}

/* SEC: Partners */
.bg-partners {
	background-color: white;
}

.box-partners {
	padding: 25px 10px;
	background: #fffffffd;
	border: 1px solid var(--main-color);
	min-height: 22vh;
	border-radius: 8px;
}

/* .logo-partners img { padding: 20px; } */

.pt-5-rem {
	padding-top: 5rem !important;
}

.pt-3-rem {
	padding-top: 3rem !important;
}

.pt-2-rem {
	padding-top: 2rem !important;
}

.pb-5-rem {
	padding-bottom: 5rem !important;
}

.pb-4-rem {
	padding-bottom: 4rem !important;
}

.pb-2-rem {
	padding-bottom: 2rem !important;
}

.pt-custom-sec {
	padding-top: 20rem;
}

.pb-custom-sec {
	padding-bottom: 2rem;
}

.pyr-6 {
	padding: 6rem 0 !important;
}

.pyr-5 {
	padding: 5rem 0 !important;
}

.pyr-4 {
	padding: 4rem 0 !important;
}

.pyr-3 {
	padding: 3rem 0 !important;
}

/* margins rem */
.mtr-5 {
	margin-top: 5rem !important;
}

.mtr-4 {
	margin-top: 4rem !important;
}

.mtr-3 {
	margin-top: 3rem !important;
}

.mtr-2 {
	margin-top: 2rem !important;
}

.mbr-5 {
	margin-bottom: 5rem !important;
}

.mbr-4 {
	margin-bottom: 4rem !important;
}

.mbr-3 {
	margin-bottom: 3rem !important;
}

.sticky-header-enabled #header .header-logo img {
	display: flex;
}

.sticky-header-active.sticky-header-enabled #header .header-logo img {
	display: flex !important;
}

/* ENFOQUESE EN SUS COLABORADORES */
#tabs_content #pills-tabContent {
	height: 800px;
	overflow-y: scroll;
	overflow-x: hidden;
}

#tabs_content #v-pills-tab button {
	min-height: 80px;
	border: 1px solid var(--main-color);
	margin: 5px 0px;
}
#tabs_services #v-pills-tab button {
	min-height: 80px;
	border: 1px solid var(--title-color);
	margin: 5px 0px;
	color: var(--title-color);
}

#tabs_content #v-pills-tab button {
	margin: 5px;
	min-width: 200px;
	min-height: 50px;
	max-width: 250px;
	padding: 10px;
}

#tabs_services #pills-tab-services {
	background-color: transparent;
	border: none;
	box-shadow: none;
	padding: 0px;
}

#tabs_services button:hover {
	color: var(--title-color);
}

#tabs_services button.active:hover {
	color: var(--title-color);
}



/* SERVICES CAPITAL HUMANO */

#services-capital-humano {
	--w-administracion-personal: url('/assets/images/i-services/w-administracion-personal.svg');
	--b-administracion-personal: url('/assets/images/i-services/b-administracion-personal.svg');
	--w-seleccion-reclutamiento: url('/assets/images/i-services/w-seleccion-reclutamiento.svg');
	--b-seleccion-reclutamiento: url('/assets/images/i-services/b-seleccion-reclutamiento.svg');
	--w-administracion-competencias: url('/assets/images/i-services/w-administracion-competencias.svg');
	--b-administracion-competencias: url('/assets/images/i-services/b-administracion-competencias.svg');
	--w-evaluacion-desempenio: url('/assets/images/i-services/w-evaluacion-desempenio.svg');
	--b-evaluacion-desempenio: url('/assets/images/i-services/b-evaluacion-desempenio.svg');
	--w-sucesion-planes-carreras: url('/assets/images/i-services/w-sucesion-planes-carreras.svg');
	--b-sucesion-planes-carreras: url('/assets/images/i-services/b-sucesion-planes-carreras.svg');
	--w-analisis-reportes: url('/assets/images/i-services/w-analisis-reportes.svg');
	--b-analisis-reportes: url('/assets/images/i-services/b-analisis-reportes.svg');
	--w-autoservicio: url('/assets/images/i-services/w-autoservicio.svg');
	--b-autoservicio: url('/assets/images/i-services/b-autoservicio.svg');
	--w-formacion-e-learning: url('/assets/images/i-services/w-formacion-e-learning.svg');
	--b-formacion-e-learning: url('/assets/images/i-services/b-formacion-e-learning.svg');
}

#box-tabs-links {
	height: 500px;
	width: 500px;
}

#services-capital-humano .circle-border-blue {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 35px;
}

#services-capital-humano .circle-border-blue::before {
	content: " ";
	display: block;
	width: 100%;
	height: 100%;
	border: 2px solid #eee;
	border-radius: 50%;
}

#services-capital-humano .circle-border-blue-2 {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 45px;
}

#services-capital-humano .circle-border-blue-2::before {
	content: " ";
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #eeeeee21;
}

#services-capital-humano .circle-border-content {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#services-capital-humano .content-link-nav .nav-link {
	display: inline-block;
}

#services-capital-humano .content-link-nav {
	position: absolute;
	display: flex;
	align-items: center;
}

#services-capital-humano .content-link-nav .text-link-nav {
	width: 200px;
	padding: 5px 10px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
	color: #eee;
}

#services-capital-humano .content-link-nav .nav-link {
	width: 120px;
	height: 120px;
	padding: 5px;
	border-radius: 50%;
	background-color: var(--main-color);
	background-repeat: no-repeat;
	background-size: 75px;
	background-position: center;
}

/* icons effect */
#services-capital-humano .content-link-nav:nth-child(1) .nav-link {
	background-image: var(--w-administracion-personal);
}

#services-capital-humano .content-link-nav:nth-child(2) .nav-link {
	background-image: var(--w-seleccion-reclutamiento);
}

#services-capital-humano .content-link-nav:nth-child(3) .nav-link {
	background-image: var(--w-administracion-competencias);
}

#services-capital-humano .content-link-nav:nth-child(4) .nav-link {
	background-image: var(--w-evaluacion-desempenio);
}

#services-capital-humano .content-link-nav:nth-child(5) .nav-link {
	background-image: var(--w-sucesion-planes-carreras);
}

/* end icons effect */

#services-capital-humano .content-link-nav:nth-child(1) {
	top: -70px;
	transform: translateX(-50%);
	left: 50%;
	right: auto;
}

#services-capital-humano .content-link-nav:nth-child(2) {
	top: 22%;
	transform: translateX(50%);
	right: calc(-50% + 200px);
	left: auto;
}

#services-capital-humano .content-link-nav:nth-child(3) {
	bottom: 8%;
	transform: translateX(50%);
	right: calc(-40% + 200px);
	left: auto;
}

#services-capital-humano .content-link-nav:nth-child(4) {
	bottom: 8%;
	transform: translateX(-50%);
	left: calc(-40% + 200px);
	right: auto;
}

#services-capital-humano .content-link-nav:nth-child(5) {
	top: 22%;
	transform: translateX(-50%);
	left: calc(-50% + 200px);
	right: auto;
}


/* END SERVICES CAPITAL HUMANO */

.t-size-x2 {
	font-size: 32px;
}

.t-size-x1,
h4.t-size-x1 {
	font-size: 24px;
}

.p-size-x2 {
	font-size: 26px;
}

.p-size-x1 {
	font-size: 20px;
}

.p-size-x05 {
	font-size: 18px;
}

#Planilla {
	background-size: contain;
	background-position: left bottom;
	background-repeat: no-repeat;
	background-color: white;
}

.v-responsive {
	position: relative;
	padding-bottom: 500px;
	padding-top: 0px;
	height: 0px;
	width: 500px;
	margin: 0 10px;
}

.v-responsive iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.row .nav {
	padding-left: calc(var(--bs-gutter-x) * .5);
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	color: var(--title-color);
}


/**************** Responsive **********************/

@media only screen and (max-width: 1680px) {
	#Planilla {
		background-size: 45vw;
	}

	.about-h-sec {
		min-height: 700px;
	}
}

@media only screen and (max-width: 1480px) {
	.pb-4-rem {
		padding-bottom: 2rem !important;
	}

	.about-h-sec:before {
		width: 160px;
	}

	.main-logo {
		height: 130px;
		left: 50px;
	}

	.about-h-sec {
		min-height: 650px;
	}

	#tabs_content #v-pills-tab {
		flex-wrap: nowrap;
		overflow-x: scroll;
	}

}

@media only screen and (max-width: 1399px) {
	.table-box-info li.table-item {
		padding: 10px 10px 10px 60px !important;
	}

	img.icon-check-img {
		left: 15px;
	}
}

@media only screen and (max-width: 1380px) {
	#banner-main-title .title {
		font-size: 50px;
	}

	#banner-main-title .sub-title {
		font-size: 40px;
		margin-bottom: 10px;
	}

	.main-logo {
		top: -20px;
	}

	.paragraphs {
		font-size: 20px;
	}

	.pb-4-rem {
		padding-bottom: 0rem !important;
	}

	/* banner content */
	#main-content {
		padding-bottom: 8%;
		padding-left: 6.4%;
	}

	#main-content .title .txt-2-title {
		margin-top: 40px;
	}

	/* #carousel-why-tecnasa { height: 550px !important; } */
	.item-why-tecnasa .content-slider p {
		margin-bottom: 12px !important;
	}

	.v-responsive {
		padding-bottom: 450px;
		width: 450px;
	}
}

@media only screen and (max-width: 1200px) {

	#header.header-effect-shrink .header-container {
		min-height: 80px;
	}

	.main-logo {
		top: -20px;
		left: 15px;
		height: 120px;
	}

	#banner-main-title .title {
		font-size: 40px;
	}

	#banner-main-title .sub-title {
		font-size: 30px;
	}

	.pyr-6 {
		padding: 5.5rem 0 !important;
	}

	.pyr-5 {
		padding: 4.5rem 0 !important;
	}

	.pyr-4 {
		padding: 3.5rem 0 !important;
	}

	.pyr-3 {
		padding: 2.5rem 0 !important;
	}

	/* banner content */
	#main-content .title {
		font-size: 3.7vw;
	}

	#main-content {
		padding-bottom: 8%;
		padding-left: 6%;
	}

	#main-content .title .txt-2-title {
		font-size: 5.7vw;
		margin-top: 40px;
	}

	#main-content .title .txt-3-title {
		font-size: 7.7vw;
	}

	#main-content .sub-title {
		font-size: 1.7vw;
		margin: 20% 12% 0% 10%;
	}


}

@media only screen and (min-width: 1200px) {

	.container.banner {
		max-width: 100% !important;
	}

	.container.max-container {
		max-width: 100% !important;
		padding-left: 120px;
		padding-right: 120px;
	}

	.mobile-only {
		display: none;
	}
}


@media only screen and (max-width: 1199px) {

	.container.banner {
		max-width: 100% !important;
	}

	.title-main {
		font-size: 22px;
		line-height: 1.2em !important;
	}

	.about-h-sec:before {
		top: -50px;
		width: 120px;
	}

	.btn-yellow,
	.btn-2.btn-light {
		padding: 15px 20px;
		font-size: 15px;
	}

	.title-box {
		padding: 1.3rem;
	}

	h4.title-table {
		font-size: 28px;
	}

	.table-box-info li.table-item {
		padding: 10px 15px 10px 80px !important;
	}

	img.icon-check-img {
		left: 1.5rem;
	}

	#header .header-nav-main.header-nav-main-font-lg-upper-2 nav>ul>li>a {
		font-size: 18px;
		text-shadow: 0px 0px 10px #333;
	}

	.custom-left-padding {
		padding-left: 8%;
	}

	li.table-item .inner-text {
		font-size: 20px;
		line-height: 1.35em;
		letter-spacing: -0.2px;
	}

	h2.title-main {
		margin-bottom: 20px;
	}

	.item-why-tecnasa .content-slider p {
		font-size: 18px !important;
	}

	#carousel-why-tecnasa {
		height: 450px !important;
	}

	#carousel-why-tecnasa button[data-bs-slide] {
		width: 12%;
	}

	.about-h-sec {
		min-height: 675px;
	}

	#Planilla {
		background-size: 50vw;
	}

	#Planilla .pb-custom-sec {
    padding: 25px 15px;
    background: white;
}

	#tabs_content #v-pills-tab button {
		font-size: 15px;
		min-height: 50px;
		font-weight: 700;
	}

	.v-responsive {
		padding-bottom: 400px;
		width: 400px;
	}
}

@media only screen and (max-width: 1024px) {
	#Planilla {
		background-size: 55vw;
	}

	#Planilla>.container {
		max-width: 100%;
	}

	.about-h-sec {
		min-height: 550px;
	}

	.custom-left-padding {
		padding-left: calc(var(--bs-gutter-x) * .5);
	}

	.paragraphs {
		font-size: 18px;
	}
	#contacto {
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		background-color: var(--oscuro);
	}
}

@media only screen and (max-width: 992px) {

	.main-logo {
		top: -30px;
		height: 100px;
	}

	#banner-main-title .title,
	#banner-main-title .sub-title {
		text-align: center !important;
	}

	.title-box {
		padding: 1rem;
	}

	h4.title-table {
		font-size: 26px;
	}

	.t-size-x1,
	h4.t-size-x1 {
		font-size: 22px;
	}

	.table-box-info li.table-item {
		padding: 10px 10px 10px 60px !important;
	}

	img.icon-check-img {
		left: 1rem;
		width: 30px;
	}

	li.table-item .inner-text {
		font-size: 18px;
		letter-spacing: -0.2px;
	}

	/* banner content */
	#main-content .title {
		font-size: 3.8vw;
	}

	#main-content {
		padding-bottom: 8%;
		padding-left: 5%;
	}

	#main-content .title .txt-2-title {
		font-size: 5.9vw;
		margin-top: 10%;
	}

	#main-content .title .txt-3-title {
		font-size: 7.9vw;
	}

	#main-content .sub-title {
		font-size: 1.85vw;
		margin: 15% 8% 0% 6%;
	}

	/* #carousel-why-tecnasa { height: 400px !important; } */
}

@media only screen and (max-width: 991px) {
	.about-h-sec {
		min-height: auto;
		margin-top: 60vw;
	}

	.about-h-sec:before {
		top: 35%;
		width: 180px;
		right: 40px;
	}

	#Planilla {
		background-size: 75vw;
		background-position: left top !important;
	}

	#contacto {
		background-size: contain;
		background-position: right top;
	}

	.contact-form-planilla .form-group label {
		font-weight: 400 !important;
		text-shadow: 0px 1px 5px black;
		line-height: 1.2 !important;
	}

	#services .custom-h-w {
		height: auto;
		margin-bottom: 3rem;
	}

	.video-content-resp {
		text-align: center;
	}

	.sticker-video {
		width: 70% !important;
	}

	#services .video-content-resp:before {
		width: 350px;
		height: 350px;
		top: -38%;
		right: -2%;
	}

	#services .video-content-resp:after {
		width: 150px;
		height: 150px;
		bottom: -17%;
		left: 8%;
	}

	.box-partners {
		margin: 0px;
	}

	/* .logo-partners img { padding: 10px; } */
	#partners .btn-yellow {
		min-width: 150px;
	}

	#header .collapse.show .appear-animation {
		-webkit-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-duration: var(--animate-duration);
		animation-duration: var(--animate-duration);
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		opacity: 1;
	}

	#contacto h4.title-table {
		letter-spacing: 0px;
		font-size: 26px;
	}

	#carousel-why-tecnasa button[data-bs-slide] {
		width: 15%;
	}

	/* .v-responsive {
		padding-bottom: 50vw;
		width: 50vw;
	} */

	#box-tabs-links {
		-moz-transform: scale(0.85);
		-webkit-transform: scale(0.85);
		transform: scale(0.85);
	}

	.with-btn-auto.btn-yellow {
		min-width: 100%;
	}

	#tabs_services #v-pills-tab {
		margin-right: 10px !important;
		padding: 0px !important;
	}

	#tabs_services #v-pills-tab button {
		min-height: 60px;
		padding: 5px;
		font-size: 14px;
	}

	#tabs_content #v-pills-tab {
		flex-wrap: wrap;
		overflow-x: hidden;
	}

	#tabs_content #v-pills-tab button {
		margin: 6px;
		min-width: 180px;
		max-width: 280px;
	}
	
	h4.title-form {
    padding-right: 0%;
    font-size: 28px;
    line-height: 1.3;
	}

}

@media only screen and (max-width: 767px) {

	.main-logo {
		top: -30px;
		height: 100px;
	}

	#main-content {
		padding: 35% 0 0 3%;
		justify-content: flex-start;
		align-content: flex-start;
	}

	#main-content .title {
		font-size: 5vw;
		letter-spacing: 0px;
	}

	#main-content .title .txt-2-title {
		font-size: 8.5vw;
		margin-top: 5%;
	}

	#main-content .title .txt-3-title {
		font-size: 12vw;
	}

	#main-content .sub-title {
		font-size: 3vw;
		margin: 2% 40% 0% 0%;
	}


	.mobile-only {
		display: block;
		position: relative;
		top: 0px;
	}

	#banner-main-title .title {
		font-size: 35px;
	}

	#banner-main-title .sub-title {
		font-size: 25px;
	}

	.items-title-bottom ul {
		margin-bottom: 10px;
	}


	.about-h-sec:before {
		top: 40%;
		width: 120px;
		right: 20px;
	}

	.about-h-sec {
		margin-top: 65vw;
		min-height: auto;
	}

	#Planilla {
		background-size: 85vw !important;
		background-position: left top !important;
	}

	#Planilla .pb-custom-sec {
		padding-bottom: 0rem;
	}

	.table-box-info ul.list-icons li {
		min-height: 100px;
		color: var(--medio);
	}

	.title-box {
		min-height: 110px;
	}

	#services .title-main {
		text-align: center;
	}

	.p-size-x1 {
		font-size: 18px !important;
	}

	.logo-partners img {
		padding: 0px;
	}

	/* #carousel-why-tecnasa { height: 450px !important; } */
	.item-why-tecnasa .icon-size-point {
		width: 10px !important;
		height: 10px !important;
		top: 8px;
	}

	.v-responsive {
		padding-bottom: 75vw;
		width: 75vw;
		margin: 0 auto;
	}

	#tabs_content #v-pills-tab button {
		font-size: 14px;
		min-height: 50px;
		min-width: auto;
	}

	#box-tabs-links {
		-moz-transform: scale(0.75);
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}

	#services-capital-humano .content-link-nav .text-link-nav {
		width: 180px;
	}

	#services-capital-humano .content-link-nav:nth-child(1) {
		top: -75px;
	}

	#services-capital-humano .content-link-nav:nth-child(2) {
		top: 20%;
		right: calc(-45% + 180px);
	}

	#services-capital-humano .content-link-nav:nth-child(3) {
		bottom: 7%;
		right: calc(-35% + 180px);
	}

	#services-capital-humano .content-link-nav:nth-child(4) {
		bottom: 7%;
		left: calc(-35% + 180px);
	}

	#services-capital-humano .content-link-nav:nth-child(5) {
		top: 20%;
		left: calc(-40% + 180px);
	}

	#box-tabs-links {
		height: 460px;
		width: 460px;
	}

	#contacto {
		background-image: none !important;
	}

}

@media only screen and (max-width: 676px) {

	#banner-main-title .title {
		font-size: 28px;
	}

	#banner-main-title .sub-title {
		font-size: 22px;
	}

	#services .mt-5 {
		margin-top: 1rem !important;
	}

	.item-why-tecnasa .content-slider {
		padding: 20px 65px;
	}

	.owl-carousel.nav-md .owl-nav button.owl-prev,
	.owl-carousel.nav-md .owl-nav button.owl-next {
		width: 30px;
		height: 30px;
	}

	#carousel-why-tecnasa button[data-bs-slide] img {
		width: 30px;
	}

	.item-why-tecnasa .content-slider p {
		font-size: 17px !important;
		line-height: 1.35em !important;
		margin-bottom: 10px !important;
		padding-left: 20px;
	}

	#carousel-why-tecnasa button[data-bs-slide] {
		width: 20%;
	}

	.box-partners {
		padding: 15px 0px;
		margin: 10px 0px !important;
	}

}

@media only screen and (max-width: 575px) {

	#services .video-content-resp:before {
		width: 250px;
		height: 250px;
		top: -52%;
		right: -8%;
	}

	#services .video-content-resp:after {
		width: 100px;
		height: 100px;
		bottom: -24%;
		left: 6%;
	}

	.logo-partners img {
		padding: 0px 100px 20px;
	}

	#main-content {
		padding: 25% 0 0 3%;
	}

	#main-content .sub-title {
		font-size: 3.5vw;
		margin: 2% 30% 0% 0%;
	}

	#header .header-nav-main.header-nav-main-font-lg-upper-2 nav>ul>li>a {
		font-size: 15px;
		text-shadow: 0px 0px 0px #333;
	}

	#contacto h4.title-table {
		font-size: 24px;
	}

	.about-h-sec:before {
		top: 30%;
	}

	#tabs_content #pills-tabContent {
		height: auto;
		overflow: hidden;
	}

	.pt-5-rem {
		padding-top: 2rem !important;
	}

	div#services-capital-humano {
		margin-top: -3rem !important;
	}

	#box-tabs-links {
		-moz-transform: scale(0.65);
		-webkit-transform: scale(0.65);
		transform: scale(0.65);
	}

	#tabs_services #v-pills-tab button {
		min-height: 50px;
		padding: 5px;

		font-size: 14px;
	}
	#carouselOne {
		background-size: 50rem;
	}
}

@media only screen and (max-width: 480px) {

	.v-responsive {
		padding-bottom: 90vw;
		width: 90vw;

	}

	#contacto h4.title-table {
		font-size: 22px;
	}

	.main-logo {
		top: -30px;
		left: 0;
		height: 90px;
	}

	.about-h-sec:before {
		width: 100px;
		right: 15px;
	}

	#call-to-action .title-main {
		margin-bottom: 15px !important;
	}

	.title-main {
		font-size: 20px;
	}

	.paragraphs {
		font-size: 18px;
	}

	/* .about-h-sec { min-height: 670px; }
	#Planilla { background-size: 300px !important; } */

	.mtr-2 {
		margin-top: 1rem !important;
	}

	h4.title-table {
		font-size: 22px;
	}

	#services .video-content-resp:before {
		width: 250px;
		height: 250px;
		top: -58%;
		right: -18%;
	}

	#services .video-content-resp:after {
		width: 120px;
		height: 120px;
		bottom: -30%;
		left: -2%;
	}

	.sticker-video {
		width: 80% !important;
	}

	.logo-partners img {
		padding: 0px 50px 20px;
	}

	#partners .btn-yellow {
		min-width: auto;
	}

	.contact-form-planilla .form-group input,
	.contact-form-planilla .form-group select {
		font-size: 17px !important;
		margin-bottom: 5px;
		height: 50px;

	}

	.item-why-tecnasa {
		padding-left: 0px;
		padding-right: 0px;
	}

	.item-why-tecnasa .content-slider {
		padding: 20px 50px;
	}

	#carousel-why-tecnasa .owl-nav.with-icon-style button.owl-prev {
		left: 10px;
	}

	#carousel-why-tecnasa .owl-nav.with-icon-style button.owl-next {
		right: 35px;
	}

	.item-why-tecnasa .content-slider p {
		font-size: 16px !important;
		margin-bottom: 8px !important;
	}

	#call-to-action {
		height: auto;
	}

	#carousel-why-tecnasa button[data-bs-slide] {
		width: 16%;
	}

	.pyr-6 {
		padding: 2.5rem 0 !important;
	}

	.pyr-5 {
		padding: 2.5rem 0 !important;
	}

	/* mode responsive services cirlce */
	div#services-capital-humano {
		height: 850px;
	}

	#box-tabs-links {
		-moz-transform: scale(0.75);
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}

	#box-tabs-links {
		height: 850px;
		width: 100%;
	}

	div#services-capital-humano {
		margin-top: 0rem !important;
		margin-bottom: -5rem !important;
	}

	#services-capital-humano .content-link-nav:nth-child(1) {
		top: -20%;
		left: 30%;
	}

	#services-capital-humano .content-link-nav:nth-child(2) {
		top: -2%;
		right: 30%;
		flex-direction: column-reverse;
		text-align: center;
	}

	#services-capital-humano .content-link-nav:nth-child(5) {
		top: 15%;
		left: 30%;
		flex-direction: column;
	}

	#services-capital-humano .content-link-nav:nth-child(5) span.text-link-nav,
	#services-capital-humano .content-link-nav:nth-child(4) span.text-link-nav {
		text-align: center !important;
		padding: 5px 0px;
	}

	#services-capital-humano .content-link-nav:nth-child(3) {
		bottom: 30%;
		right: 30%;
		flex-direction: column;
		text-align: center;
	}

	#services-capital-humano .content-link-nav:nth-child(4) {
		bottom: 10%;
		left: 30%;
		flex-direction: column-reverse;
		text-align: center;
	}

	#services-capital-humano .circle-border-blue {
		position: absolute;
		width: 300px;
		height: 300px;
		padding: 20px;
		top: 25%;
		left: 50%;
		transform: translateX(-50%);
	}

	#services-capital-humano .circle-border-blue-2 {
		position: absolute;
		width: 300px;
		height: 300px;
		padding: 30px;
		top: 25%;
		left: 50%;
		transform: translateX(-50%);
	}

	#services-capital-humano .circle-border-content {
		position: absolute;
		width: 300px;
		height: 300px;
		padding: 20px;
		display: flex;
		align-items: center;
		justify-content: center;
		top: 25%;
		left: 50%;
		transform: translateX(-50%);
	}

	#services-capital-humano .circle-border-content h4 {
		margin-bottom: 0px !important;
	}

	#contacto {
		background-size: 60vw;
		background-position: bottom right;
		background-repeat: no-repeat;
	}

	#tabs_content #v-pills-tab button {
		margin: 6px;
		min-width: 100%;
		max-width: 100%;
		width: 100%;
	}
}

@media screen and (max-width: 425px) {
	#main-content {
		padding: 20% 0 0 3%;
	}

	#main-content .title {
		font-size: 5.5vw;
	}

	#main-content .title .txt-2-title {
		font-size: 9vw;
		margin-top: 3%;
	}

	#main-content .title .txt-3-title {
		font-size: 12.5vw;
	}

	#main-content .sub-title {
		font-size: 3.65vw;
		margin: 1% 20% 0% 0%;
	}

	#header .header-nav-main.header-nav-main-font-lg-upper-2 nav>ul>li>a {
		font-size: 14px;
	}

	#carousel-why-tecnasa {
		height: 500px !important;
	}

	.about-h-sec:before {
		top: 20%;
	}

	.about-h-sec {
		margin-top: 55vw;
	}
}

@media only screen and (max-width: 370px) {

	#carousel-why-tecnasa button[data-bs-slide] {
		width: 20%;
	}

	#main-content {
		padding: 15% 0 0 3%;
	}

	#main-content .sub-title {
		font-size: 3.8vw;
		margin: 1% 20% 0% 0%;
	}

	.about-h-sec:before {

		width: 80px;
		right: 10px;
	}

	.paragraphs {
		font-size: 16px;
	}

	/* .about-h-sec { min-height: 650px; }
	#Planilla { background-size: 85vw !important; } */
	#partners .gap-4 {
		gap: 1rem !important;
	}

	#partners .btn-yellow {
		font-size: 14px;
	}
}
