/**** 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');
}

html {
	scroll-behavior: smooth;
}

.center img{ width: 100%; }
/* 
#main-banner {
	height: 56vw;
} */

.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: 700;
    font-size: 25px ;
    line-height: 1.3em !important;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}

.title-main.dark {
	color: var(--main-color);
}
.title-main.blue-text {
	color: var(--title-color);
}
.title-main.light {
	color: white!important;
}

.paragraphs {
    font-size: 22px;
	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);
}

.t-size-x2 { font-size: 32px; }
.p-size-x2 { font-size: 26px; }
.p-size-x1 { font-size: 22px; }
.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: 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;
	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(--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 {
    border: 1px solid white;
	background-color: white;
}
.title-box {
    display: flex;
    justify-content: center;
    padding: 1.3rem 4rem;
    align-items: center;
    background-color: var(--title-color);
    min-height: 130px;
}
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 span.txt-color { color: var(--main-color); }

.table-box-info li.table-item {
    padding: 10px 15px 10px 90px !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: 120px;
}
li.table-item .inner-text {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.2em;
}
img.icon-check-img {
    position: absolute;
    left: 2rem;
    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: 0;
    background-color: initial;
    border: none;
    padding: 0px;
}


/*  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: 500px;
    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;
}


/*  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;
}

.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;
}
h4.title-form {
    padding-right: 30%;
    font-size: 28px;
    line-height: 1.4;
    font-weight: 400;
}
.contact-form-planilla .form-group label{
	font-weight: 100!important;
    font-family: 'NowAlt';
	color: white;
	float: left;
	width: 85%;
	font-size: 18px!important;
	line-height: 1.3em !important;
	position: relative;
	left: 18px;
	top: -8px;
}

#onboarding-footer-form  label > a:hover {
	color: white;
}

.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: 700px;
}
.about-h-sec::before{
	content: url(../images/svg/brain-icon.svg);
    position: absolute;
    width: 200px;
    top: -40px;
    height: auto;
    right: 30px;
}

#contacto {
	/* background-image: url(../images/form-bg.jpg); 
	background-size: 1000px; 
	background-position: right bottom; 
	background-color: #161267; 
	background-repeat: no-repeat; */
}

.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: #1512670f; }
.box-partners {
	padding: 35px 10px;
    background: white;
    border: 1px solid var(--title-color);
    min-height: 22vh;
}
.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: none;
} 
.sticky-header-active.sticky-header-enabled #header .header-logo img {
	display: flex !important;
}

/* SERVICES CAPITAL HUMANO */

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

#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 #444;
	border-radius: 50%;
}
#services-capital-humano .circle-border-blue::after {
    content: "";
    display: block;
    width: 400px;
    margin: 40px 5px;
    height: 400px;
    border: 10px solid #fff;
    background: #16136814;
    border-radius: 50%;
    position: absolute;
    top: 0px;
}

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

#services-capital-humano .content-link-nav {
    position: absolute;
    display: flex;
    align-items: center;
	/* border: 1px solid; */
}

#services-capital-humano .content-link-nav .text-link-nav {
    width: 150px;
	padding: 2px 5px;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.3;
}
#services-capital-humano .content-link-nav .nav-link {
	width: 75px;
    height: 75px;
    padding: 5px;
    border-radius: 50%;
    border: 1px solid var(--font-main);
	background-color: white;
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: center;
}
#services-capital-humano .content-link-nav .nav-link.active {
	border: 1px solid var(--main-color);
	background-color: #f3e2d2;
}

/* #services-capital-humano .content-link-nav .nav-link img {
    width: 50px;
	height: 50px;
} */

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

#services-capital-humano .content-link-nav:nth-child(3) {
    top: 50%;
    transform: translate(-50%, -50%);
    left: calc(100% + 40px);
    right: auto;
}

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

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

#services-capital-humano .content-link-nav:nth-child(6) {
	bottom: 12%;
    transform: translateX(-50%);
    left: calc(20% - 80px);
    right: auto;
}

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

#services-capital-humano .content-link-nav:nth-child(8) {
    top: 12%;
    transform: translateX(-50%);
    left: calc(20% - 80px);
    right: auto;
}

h1, h2, h3, h4, h5, h6 {
    color: var(--title-color);
    font-weight: 300;
    letter-spacing: 0px;
}
/* END SERVICES CAPITAL HUMANO */


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

@media only screen and (max-width: 1480px) {
	.about-h-sec { min-height: 600px; }
	.pb-4-rem { padding-bottom: 2rem!important; }
	.about-h-sec:before { width: 160px; }
	.main-logo { height: 130px; left: 50px; }
}

@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; }
	.about-h-sec { min-height: 500px; }

	/* 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;
	}
	#contact-map .column-left { padding-left: 2rem !important; }
	img.main-logo-resp { width: 180px; }
	.float-button { right: 30px; bottom: 30px; }
}

@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%; }
	#main-banner { height: 56vw; }
	.right-align-resp {
		align-items: center;
		justify-content: right;
		display: flex;
	}
	img.main-logo-resp { width: 160px; }
}

@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: 10%; }

	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%; }
	
}

@media only screen and (max-width: 1024px) {
	#Planilla {
		background-size: 52vw !important;
		background-position: left bottom !important;
	}
	#Planilla > .container { max-width: 100%;}
	.about-h-sec { min-height: 460px; }
	.custom-left-padding {  padding-left: calc(var(--bs-gutter-x) * .5); }
}

@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; }
	.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: 700px;
	}
	.about-h-sec:before {
		top: 0px;
		width: 190px;
		right: 50px;
	}
	#Planilla {
		background-size: 500px !important;
		background-position: left top !important;
	}
	#contacto { background-size: contain; }
	.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%; }
}
@media only screen and (max-width: 767px) {

	
	/* banner content */
	/* #main-banner {
		height: 150vw;
		background-image: url(/assets/images/banner_mobile.jpg) !important;
		background-repeat: no-repeat;
	} */

	.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; }

	
	.about-h-sec:before {
		top: 0px;
		width: 120px;
		right: 30px;
	}
	.about-h-sec { min-height: 650px; }
	
	#Planilla {
		background-size: 400px !important;
		background-position: left top !important;
	}
	#Planilla .pb-custom-sec { padding-bottom: 0rem; }

	.table-box-info ul.list-icons li { min-height: 100px; }
	.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;
	}
	img.main-logo-resp { width: 140px; }
}

@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%; }
}
@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; }
	.title-banner {
		font-size: 45px;
		line-height: 1.2em;
	}

}
@media only screen and (max-width: 480px) {	
	
	#contacto h4.title-table { font-size: 22px; }
	.main-logo {
		top: -30px;
		left: 0;
		height: 90px;
	}
	.about-h-sec:before {
		top: -20px;
		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: 600px; }
	#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%; }
	img.main-logo-resp { width: 120px; }
	.title-banner { font-size: 45px; }
}

@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; }
}

@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 {
		top: -20px;
		width: 80px;
		right: 10px;
	}
	
	.paragraphs { font-size: 16px; }
	
	.about-h-sec { min-height: 500px; }
	#Planilla { background-size: 250px !important; }
	#partners .gap-4 { gap: 1rem !important; }
	#partners .btn-yellow { font-size: 14px; }
}
