*{
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	font-family: 'Niveau Grotesk', sans-serif;
	scroll-behavior: smooth;
}

:root{
	--color-1: #FFFFFF;
	--color-2: #E9DA9C;
	--color-3: #B58D40;
	--color-4: #102319;
	--color-5: #222222;

	--transition-1: all 0.25s ease-in-out;
}

@font-face{
  font-family: "Niveau Grotesk";
  src: url("../assets/fonts/NiveauGrotesk-ExtraLight.otf") format("opentype");
  font-weight: 100;
}

@font-face{
  font-family: "Niveau Grotesk";
  src: url("../assets/fonts/NiveauGrotesk-Light.otf") format("opentype");
  font-weight: 300;
}

@font-face{
  font-family: "Niveau Grotesk";
  src: url("../assets/fonts/NiveauGrotesk-Regular.otf") format("opentype");
  font-weight: 400;
}

@font-face{
  font-family: "Niveau Grotesk";
  src: url("../assets/fonts/NiveauGrotesk-Medium.otf") format("opentype");
  font-weight: 500;
}

@font-face{
  font-family: "Niveau Grotesk";
  src: url("../assets/fonts/NiveauGrotesk-Bold.otf") format("opentype");
  font-weight: 700;
}

@font-face{
  font-family: "High Summit";
  src: url("../assets/fonts/HighSummit-Regular.otf") format("opentype");
  font-weight: 400;
}

html{
	scroll-behavior: smooth;
}

body{
	background: #102319;
	color: var(--color-1);
}

ul, li{
	list-style: none;
}

a, abbr{
	text-decoration: none;
	color: #000;
}

h1{
	font-size: 30pt;
	font-weight: 300;
}

h2{
	font-size: 25pt;
	font-weight: 500;
}

h3{
	font-size: 20pt;
	font-weight: 400;
}

h4{
	font-size: 18pt;
	font-weight: 400;
}

p{
	font-size: 19pt;
	font-weight: 400;
}

img{
	object-fit: cover;
}

button{
	background: none;
	border: none;
	outline: none;

	display: flex;
	align-items: center;
	text-align: center;
}

.hero{
	width: 100%;
	min-height: 100vh;

	background: url(../assets/images/hero-image-watch.png);
	background-repeat: no-repeat;
	background-attachment: cover;
	background-position: top center;
	background-size: 100% 100vh;
	z-index: 10;
	overflow: hidden;
}

.home-page{
	width: 100%;
	max-width: 1400px;
	min-height: 100vh;

	margin: 0 auto;

	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 0.5em;
}

.home-page .home-typography{
	flex: 1;
	
	display: flex;
	justify-content: left;

	position: relative;
	z-index: 1;
}

.home-typography .home-typography__bg{
	left: 0;
	top: -32px;
	z-index: -1;
	transform: translateY(-10px);
	width: 52%;
	opacity: .8;
}

.typography-text{
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	max-width: 660px;
	padding: 15px 40px;
	padding-bottom: 50px;
}
.home-typography-container{
	position: relative;
	height: 100%;
	width: 100%;
	padding-left: 30px;
	display: flex;
	flex-direction: column;
	justify-content: end;
}

.home-typography-container-2{
	width: 48%;    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
}

.text-style{
	background: linear-gradient(to right, #b58d40, #e9da9c, #b58d49);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-transform: uppercase;
}

.text-1{
	font-size: 25px;
	font-weight: 400;
	padding-top: 1.5em;
	border-top: 2px solid var(--color-1);
	background: linear-gradient(180deg, #b58d40, #e9da9c, #b58d49);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.text-2{
	font-size: 25px;
	font-weight: 400;
	max-height: 100px;
/*	padding-top: 25px;*/
	background: linear-gradient(to left, #e9da9c, #b58d49);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.text-2 .text-decoration{
	font-size: 100px;
	font-weight: 400;
	font-family: 'High Summit';
	text-transform: lowercase;
	line-height: 120px;
	background: linear-gradient(to right, #e9da9c, #b58d49);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-left: 5px;
	margin-right: 5px;
}

.text-3{
	font-size: 45px;
	font-weight: 300;
	letter-spacing: 2px;
}

.text-4{
	font-size: 45px;
	font-weight: 500;
	padding-bottom: 0.5em;
	letter-spacing: 2px;
}

.text-5{
	border-top: 2px solid var(--color-1);
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 2px;
	color: var(--color-1);
	padding-top: 1.5em;
	padding-bottom: 1em;
}

.text-6{
	font-size: 16px;
	font-weight: 100;
	color: var(--color-1);
	padding-top: 0.5em;
	letter-spacing: 1.5px;
}

.home-logo__bg{
	width: 433px;
	height: 121px;
	object-fit: contain;

	position: absolute;
	right: 3em;
	top: 2em;
}

.home-logo__cadenz{
	width: 333px;
	height: 90px;

	position: absolute;
	right: 0em;
	top: 2em;
	overflow: hidden;
}

.home-logo__cadenz-bg{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: -1.8em;
}

.home-menu{
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	margin-bottom: 1em;
}

.menu-icons{
	width: 70%;
	height: 130px;
	margin: 0 auto;

	display: flex;
	align-items: center;
	justify-content: space-around;
}

.menu-icons-responsive-container{
	width: 70%;
	min-height: 130px;
	margin: 0 auto;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	display: none;
}

.menu-icons-responsive{
	display: flex;
	align-items: center;
	gap: 1em;
	display: none;
}

.menu-icon-box{
	width: 110px;
	height: 105px;
	position: relative;
	cursor: pointer;
	transform: scale(0.8);
}

.menu-icon-box .image{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.menu-icon-box .title{
	font-size: 18pt;
	font-weight: 100;
	text-align: center;
	position: absolute;
	left: -0.7em;
	margin-top: 0.5em;
	transform: scale(0.8);
	width: 150px;
}
.menu-icon-box:hover .title{
	background: linear-gradient(to right, #b58d40, #e9da9c, #b58d49);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 400;
}

.title.title-1{
	left: -0.9em;
}

.title.title-2{
	left: -1.2em;
}

.title.title-3{
	left: -1.0em;
}

.title.title-4{
	left: -0.7em;
}

.title.title-5{
	left: -0.8em;
}

.title.title-6{
	left: -1.2em;
}

.page-navegation{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 3em;
	flex: 1;
}

.navegation-ul{
	display: flex;
	align-items: center;
	justify-content: space-around;
	gap: 3em;
	height: 100%;
	width: 55%;
	transform: scale(0.6);
}

.navegation-a{
	color: #FFFFFF;
	font-weight: 300;
	font-size: 18pt;
	transition: var(--transition-1);
}

.navegation-a:hover{
	background: linear-gradient(to right, #b58d40, #e9da9c, #b58d49);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 300;
}

.navegation-active{
	background: linear-gradient(to right, #b58d40, #e9da9c, #b58d49);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 400;
	transition: var(--transition-1);
}

.navegation-active:hover{
	font-weight: 400;
}

.us-page{
	width: 100%;
	min-height: 50vh;
	height: 65vh;

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 8em;

	position: relative;
}

.us-container{
	width: 100%;
	max-width: 1400px;
	height: 100%;

	margin: 0 auto;

	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px;
	gap: 1em;
	margin-top: 2em;
	margin-bottom: 2em;
}

.us-side-1, .us-side-2{
	flex: 0.55;
	height: 100%;
}

.us-side-1{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	border-top: 2px solid #DDDDDD90;
	border-bottom: 2px solid #DDDDDD90;
	padding: 2em 0em;
}

.us-side-1 .h1{
	font-weight: 100;
	font-size: 30px;
}

.us-side-1 .paragraph{
	font-size: 15px;
	text-align: left;
	font-weight: 200;
	width: 100%;
	letter-spacing: 1px;
	color: #ddd;
	line-height: 24px;
}

.us-side-1 .paragraph-2{
	font-size: 19pt;
	text-align: left;
	font-weight: 300;
	transform: scale(0.6);
	width: 166%;
}

.contact-us-btn{
	width: 201px;
	min-width: 201px;
	max-height: 201px;
	height: 45px;
	min-height: 45px;
	max-height: 45px;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	position: relative;
	margin-top: .5em;
	font-size: 20pt;
	font-weight: 500;
	padding-bottom: 2px;
	background: url(../assets/images/button-background.png);
	transform: scale(0.66);
	cursor: pointer;
	transition: var(--transition-1);
	filter: drop-shadow(1px 3px 6px black);
}

.contact-us-btn:hover{
	background: url(../assets/images/button-background-hover.png);
	color: var(--color-1);
	font-weight: 300;
}

.contact-us-btn:active{
	background: url(../assets/images/button-background-active.png);
	color: var(--color-5);
	font-weight: 500;
}

.us-side-2{
	flex: 0.35;
	min-width: 310px;
}

.us-side-2 .who-we-are__banner{
	width: 100%;
	height: 100%;
	object-fit: contain;
	cursor: pointer;
	filter: drop-shadow(2px 2px 4px #101010);
}

.us-page .page-navegation{
	width: 100%;
	max-width: 1280px;
	height: 64px;
	min-height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 4em;
	margin-bottom: 0em;
	flex: 0.05;
	position: relative;
	z-index: 100;
	margin-bottom: 160px;
}

.us-page .page-navegation .navegation-ul{
	display: flex;
	align-items: center;
	justify-content: space-around;
	gap: 3em;
	height: 100%;
	width: 55%;
	transform: scale(0.6);
}

.story-page{
	width: 100%;
	min-height: 775px;
	position: relative;
	display: flex;
	flex-direction: column;
}

.story-page-container{
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	height: 775px;
	display: flex;
	align-items: center;
	align-items: flex-end;
	justify-content: right;
}

.story-page .story{
	width: 800px;
	height: 70%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.story-paragraph {
    width: 100%;
    height: 70%;
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* Change from center to flex-start */
    justify-content: center;
}

.story-paragraph .text-decoration-1{
	width: 100%;
	display: flex;
	text-align: center;
	justify-content: center;
	font-size: 20pt;
	font-weight: 300;
	transform: scale(1.3);
	filter: drop-shadow(2px 4px 6px black);
}

.story-paragraph .text-decoration-2{
	font-size: 28px;
	font-weight: 300;
	font-family: 'High Summit';
}

.story-paragraph .paragraph {
    text-align: left; /* Ensure left alignment */
    font-size: 15px;
    font-weight: 100;
    color: #ddd;
    line-height: 24px;
    letter-spacing: 1px;
}

.story-paragraph .text-decoration{
	font-weight: 400;
	font-size: 28pt;
	font-family: 'High Summit', sans-serif;
}

.paragraph .strong-1{
	font-weight: 400;
}

.paragraph .strong-2{
	font-weight: 500;
}

.story-page-banner{
	width: 55%;
	height: 975px;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: contain;
}

.story-page .page-navegation{
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 4em;
	margin-bottom: 0em;
	flex: 0.05;
}

.story-page .page-navegation .navegation-ul{
	display: flex;
	align-items: center;
	justify-content: space-around;
	gap: 3em;
	height: 100%;
	width: 55%;
	transform: scale(0.6);
}

.story-page-end{
	width: 100%;
	padding: 10px;
	max-width: 1080px;
	margin: 0 auto;
	margin-top: 3em;
	border-top: 1px solid var(--color-1);
	padding-top: 3em;
}

.story-page-end-container{
	display: flex;
	gap: 4em;
}

.end-location{
	position: relative;
	display: flex;
	gap: 0.25em;
	padding: 0.5em;
	padding-top: 0em;
}

.end-location .location-icon{
	width: 22px;
	height: 22px;
	object-fit: contain;
	margin-right: 5px;
}

.end-location .location-title{
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
}

.end-location .location-subtitle{
	font-weight: 100;
}

.end-contact{
	width: 164px;
	height: 74px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 1em;
}

.contact-info{
	display: flex;
	align-items: center;
	gap: 0.5em;
}

.contact-info .info-text{
	font-size: 12px;
	font-weight: 400;
}

.social-network{
	height: 22px;
	position: absolute;
	top: 0em;
	right: 0em;
	display: flex;
	align-items: center;
	gap: 0.5em;
}

.network-link{
	width: 22px;
	height: 22px;
}

.story-page-end .end-links{
	display: flex;
	flex-direction: column;
	font-size: 10px;
	font-weight: 100;
	bottom: .5em;
	width: fit-content;
}

.end-links a{
	color: #BDBDBD;
}

.end-links .register-trademark{
	text-align: center;
}

.services{
	width: 100%;
	height: 100vh;

	position: relative;
	display: flex;
	align-items: center;
}

.services::before{
	content: '';
	position: absolute;
	top: 0;

	width: 100%;
	height: 200px;
	background: linear-gradient(180deg, rgba(16,35,25,1) 60%, rgba(255,255,255,0) 100%);
}

.services::after{
	content: '';
	position: absolute;
	bottom: 0;
	z-index: -1;
	width: 100%;
	height: 90px;
	background: linear-gradient(0deg, rgba(16,35,25,1) 10%, rgba(255,255,255,0) 100%);
}

.services .services-background{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -10;
}

.services-container{
	width: 100vw;
	height: 100%;
	margin: 0 auto;

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 2.5em;
}

.services-title__h3{
	font-size: 25pt;
	font-weight: 200;
	line-height: 32px;
	text-align: center;
	transform: scale(0.6);
	color: var(--color-1);
}

.services-cards{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2em;
	width: 100%;
	transform: scale(0.9);
}

.services-cards-responsive{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2em;
	width: 100%;
	transform: scale(0.9);
	display: none;
}

.cards-side{
	display: flex;
	align-items: center;
	gap: 2em;
}

.cards-side-responsive{
	display: flex;
	align-items: center;
	gap: 1em;
	display: none;
}

.services-card{
	width: 180px;
	height: 180px;
	position: relative;
	transition: var(--transition-1);
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	padding-top: 1em;
	background: rgba(16, 35, 25, 0.95);
	border-radius: 6px;
	z-index: 1;
}

.services-card .outside-element{
	position: absolute;
	z-index: -1;
}

.services-card .top{
	width: 96%;
	height: 5px;
	background: rgba(16, 35, 25, 0.95);
	border-radius: 5px;
	top: -4px;
	left: 50%;
	transform: translateX(-50%);
}
.services-card .left{
	margin-right: auto;
	width: 5px;
	height: 96%;
	top: 50%;
	transform: translateY(-50%);
	left: -3px;
	background:rgba(16, 35, 25, 0.95);
	border-radius: 5px;
}
.services-card .right{
	margin-right: auto;
	width: 5px;
	height: 96%;
	top: 50%;
	transform: translateY(-50%);
	right: -3px;
	background:rgba(16, 35, 25, 0.95);
	border-radius: 5px;
}
.services-card .bottom{
	width: 96%;
	height: 5px;
	background: rgba(16, 35, 25, 0.95);
	border-radius: 5px;
	bottom: -4px;
	left: 50%;
	transform: translateX(-50%);
}

.card-image{
	display: flex;
	align-items: center;
	justify-content: center;
}

.card-image img{
	width: 74px;
	height: 74px;
	object-fit: contain;
}

.card-title{
	text-align: center;
}

.card-title p{
	font-size: 19pt;
	font-weight: 300;
	transform: scale(0.6);
}

.services-contact .contact-us-btn{
	margin: 0em;
}

.services-cadenz-logo{
	position: fixed;
	top: 2em;
	right: 2em;

	display: flex;
	align-items: center;
	justify-content: center;
	transform: scale(0.6);
}

.services-container .page-navegation{
	position: relative;
	z-index: 100;
	margin: 0em;
}

.services-sections{
	height: 100%;
	position: relative;

	display: flex;
	align-items: center;
	justify-content: center;
}

.services-sections-carrousel{
	width: 100%;
	height: 100vh;
	display: flex;

	position: relative;
	overflow-y: hidden;
}

.section-practice-management{
	min-width: 100%;
	height: 100%;
	
	position: relative;

	display: flex;
	align-items: center;
	justify-content: center;
}

.practice-management-container{
	width: 1080px;
	height: 100%;

	display: flex;
	align-items: center;
	justify-content: flex-start;

	position: absolute;
	top: 0;
	left: 0;
}

.practice-management-banner{
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.translate-container{
	position: fixed;
	top: 65%;
	transform: translateY(-50%);
	z-index: 100;

	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.5em;
}

.translate-progress{
	width: 300px;
	height: 5px;
	background: rgba(255, 255, 255, 0.1);
	box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
	position: relative;
	border-radius: 12px;
	display: flex;
	align-items: center;
}

.translate-progress::before{
	content: '';
	position: absolute;
	width: 36px;
	height: 5px;
	background: linear-gradient(to right, #b58d40, #e9da9c, #b58d49);
	z-index: 101;
	border-radius: 12px;
}

.translate-buttons{
	display: flex;
	align-items: center;
	gap: 1em;
}

.translate-buttons i{
	font-size: 32px;
	color: rgba(255, 255, 255, 0.1);
	cursor: pointer;
	transition: var(--transition-1);
}

.translate-buttons i:hover{
	color: rgba(255, 255, 255, 0.6);
}

.hero .section-cadenz-logo{
	position: absolute;
}

.section-cadenz-logo{
	position: fixed;
	top: 1.5em;
	right: 1.5em;
	display: flex;
	justify-content: end;
	z-index: 100;
}
.section-cadenz-logo a{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.section-cadenz-logo-image{
	width: 50%;
	height: 50%;
	object-fit: contain;
}

.services-sections .page-navegation{
	position: fixed;
	bottom: 2em;
	margin: 0;
	transform: scale(0.9);
}

.practice-management-content{
	width: 620px;
	height: 300px;

	display: flex;
	flex-direction: column;
	align-items: center;
}

.practice-management-content__image{
	width: 64px;
	height: 64px;

	object-fit: contain;
}

.practice-management-content__title{
	font-size: 19pt;
	font-weight: 300;
	color: var(--color-1);
	transform: scale(0.6);
	margin-top: 0.25em;
}

.practice-management-content__description{
	font-size: 16pt;
	font-weight: 100;
	width: 1080px;
	line-height: 30px;
	display: flex;
	justify-content: center;
	transform: scale(0.6);
}

.practice-management-container-2{
	width: 1080px;
	height: 100%;

	display: flex;
	align-items: center;
	justify-content: flex-end;

	position: absolute;
	top: 0;
	right: -44%;
	z-index: -5;
}

.practice-management-banner-2{
	width: 100%;
	height: 100%;

	object-fit: contain;
}

.section-billing-collections{
	min-width: 100%;
	height: 100%;
	
	position: relative;

	display: flex;
	align-items: center;
	justify-content: center;
}

.billing-collections-content{
	width: 620px;
	height: 300px;

	display: flex;
	flex-direction: column;
	align-items: center;
}

.billing-collections-content__image{
	width: 64px;
	height: 64px;
	object-fit: contain;
}

.billing-collections-content__title{
	font-size: 19pt;
	font-weight: 300;
	color: var(--color-1);
	transform: scale(0.6);
	margin-top: 0.25em;
}

.billing-collections-content__description{
	font-size: 16pt;
	font-weight: 100;
	width: 1080px;
	line-height: 30px;
	display: flex;
	justify-content: center;
	transform: scale(0.6);
}

.billing-collections-banner{
	width: 1080px;
	height: 100%;

	display: flex;
	align-items: center;
	justify-content: flex-end;

	position: absolute;
	top: 0;
	right: -32%;
	z-index: -5;
}

.billing-collections-banner-image{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.section-detailed-reporting{
	min-width: 100%;
	height: 100%;
	
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.detailed-reporting-content{
	width: 620px;
	height: 300px;

	display: flex;
	flex-direction: column;
	align-items: center;
}

.detailed-reporting-content__image{
	width: 64px;
	height: 64px;
	object-fit: contain;
}

.detailed-reporting-content__title{
	font-size: 19pt;
	font-weight: 300;
	color: var(--color-1);
	transform: scale(0.6);
	margin-top: 0.25em;
}

.detailed-reporting-content__description{
	font-size: 16pt;
	font-weight: 100;
	width: 1080px;
	line-height: 30px;
	display: flex;
	justify-content: center;
	transform: scale(0.6);
}

.menu-detailed-reporting-image{
	position: absolute;
	right: 0;
	bottom: 1.25em;
	z-index: -5;
	object-fit: contain;
	width: 400px;
	height: 20px;
}

.section-key-account{
	min-width: 100%;
	height: 100%;
	
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.key-account-container{
	width: 1080px;
	height: 100%;

	display: flex;
	align-items: center;
	justify-content: flex-start;

	position: absolute;
	top: 0;
	left: 0;
}

.key-account-banner{
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.key-account-content{
	width: 620px;
	height: 300px;

	display: flex;
	flex-direction: column;
	align-items: center;
}

.key-account-content__image{
	width: 64px;
	height: 64px;
	object-fit: contain;
}

.key-account-content__title{
	font-size: 19pt;
	font-weight: 300;
	color: var(--color-1);
	transform: scale(0.6);
	margin-top: 0.25em;
}

.key-account-content__description{
	font-size: 16pt;
	font-weight: 100;
	width: 1080px;
	line-height: 30px;
	display: flex;
	justify-content: center;
	transform: scale(0.6);
}

.key-account-banner{
	width: 100%;
	height: 100%;

	position: absolute;
	top: 0;
	left: 0;
	z-index: -5;
}

.key-account-banner-image{
	width: 100%;
	height: 100%;

	object-fit: cover;
}

.key-account-container-2{
	width: 700px;
	height: 100%;

	display: flex;
	align-items: center;
	justify-content: flex-start;

	position: absolute;
	bottom: 0;
	right: -13%;
}

.key-account-banner-2{
	width: 100%;
	height: 100%;

	object-fit: cover;
}

.section-cloudbased-software{
	min-width: 100%;
	height: 100%;
	
	position: relative;

	display: flex;
	align-items: center;
	justify-content: center;
}

.cloudbased-software-content{
	width: 620px;
	height: 300px;

	display: flex;
	flex-direction: column;
	align-items: center;
}

.cloudbased-software-content__image{
	width: 64px;
	height: 64px;

	object-fit: contain;
}

.cloudbased-software-content__title{
	font-size: 19pt;
	font-weight: 300;
	color: var(--color-1);
	transform: scale(0.6);
	margin-top: 0.25em;
}

.cloudbased-software-content__description{
	font-size: 16pt;
	font-weight: 100;
	width: 1080px;
	line-height: 30px;
	display: flex;
	justify-content: center;
	transform: scale(0.6);
}

.cloudbased-software-banner{
	width: 1670px;
	height: 100%;

	display: flex;
	align-items: center;
	justify-content: flex-end;

	position: absolute;
	bottom: 0;
	right: -47%;
	z-index: -5;
}

.cloudbased-software-banner-image{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.section-tax-consultants{
	min-width: 100%;
	height: 100%;
	
	position: relative;

	display: flex;
	align-items: center;
	justify-content: center;
}

.tax-consultants-content{
	width: 620px;
	height: 300px;

	display: flex;
	flex-direction: column;
	align-items: center;
}

.tax-consultants-content__image{
	width: 64px;
	height: 64px;

	object-fit: contain;
}

.tax-consultants-content__title{
	font-size: 19pt;
	font-weight: 300;
	color: var(--color-1);
	transform: scale(0.6);
	margin-top: 0.25em;
}

.tax-consultants-content__description{
	font-size: 16pt;
	font-weight: 100;
	width: 1080px;
	line-height: 30px;
	display: flex;
	justify-content: center;
	transform: scale(0.6);
}

.tax-consultants-banner{
	width: 80%;
	height: 100%;

	display: flex;
	align-items: center;
	justify-content: flex-end;

	position: absolute;
	bottom: 0;
	right: -85px;
	z-index: -5;
}

.tax-consultants-banner-image{
	width: 90%;
	height: 100%;

	object-fit: cover;
}

.contact-section{
	height: 100%;
	position: relative;

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.contact-section-container{
	width: 100%;
	min-height: 90vh;
	padding: 10px;
	margin: 0 auto;

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	padding-top: 10px;
}

.contact-section-image{
	width: 100%;
  height: 100%;
  object-fit: contain;
  margin-bottom: 2em;
}

.contact-section-woman{
	width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -5;
}

.contact-section-banner{
	width: 80%;
  height: 100%;
  object-fit: cover;
}

.contact-section-logo{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.contact-section-logo-image{
	width: 15%;
	min-width: 200px;
	max-width: 260px;
	margin-bottom: 20px;
	margin-top:10px;
	object-fit: cover;
}

.contact-section-form{
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding-left:40px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom:10px;
}

.contact-section-form-container{
	width: 550px;
	height: 100%;

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
	gap: .5em;
}

.contact-form-h1{
	font-size: 30px;
	font-weight: 100;
	margin-bottom: 0.5em;
}

.form-labels{
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: .5em;
}

.form-labels-container{
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 0.25em;
}

.form-labels-container label{
	font-size: 19px;
	font-weight: 100;
}

.form-labels-container input{
	width: 100%;
	padding: 7px;
	border-radius: 6px;
	outline: none;
	border: none;
}

.form-labels-container .text-textarea-input {
    width: 100%;
    min-height: 150px; /* Adjust as needed */
    border-radius: 6px;
    outline: none;
    border: none;
    padding: 10px; /* Adjust padding as needed */
    resize: vertical; /* Allow vertical resizing of the textarea */
}

.contact-section-container .contact-us-btn{
	border: none;
	outline: none;
}

.contact-section .page-navegation{
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	margin-top: 2em;
	margin-bottom: 2em;
}

.navegation-li{
	white-space: nowrap;
}

.link-image-sections{
	display: flex;
	position: relative;
	color: var(--color-1);
}

.services-sections-navegation{
	position: absolute;
	top: 60%;
	z-index: 5;

	width: 250px;
	min-height: 50px;
	
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.5em;
	overflow: hidden;
}

.services-sections-navegation .navegation-progress-container{
	width: 100%;
	max-width: 100%;
	height: 5px;
	border-radius: 12px;
	background: rgba(250, 250, 250, 0.1);
}

.services-sections-navegation .navegation-buttons-container{
	width: 100%;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1em;
}

.section-practice-management .services-sections-navegation .navegation-progress-container::before{
	transform: translateX(0px);
}

.section-billing-collections .services-sections-navegation .navegation-progress-container::before{
	transform: translateX(40px);
}

.section-detailed-reporting .services-sections-navegation .navegation-progress-container::before{
	transform: translateX(80px);
}

.section-key-account .services-sections-navegation .navegation-progress-container::before{
	transform: translateX(135px);
}

.section-cloudbased-software .services-sections-navegation .navegation-progress-container::before{
	transform: translateX(155px);
}

.section-tax-consultants .services-sections-navegation .navegation-progress-container::before{
	transform: translateX(214px);
}

.section-practice-management .page-navegation{
	position: absolute;
	bottom: 1.5em;
	margin: 0 auto;
	z-index: 100;
}

.section-billing-collections .page-navegation{
	position: absolute;
	bottom: 1.5em;
	margin: 0 auto;
	z-index: 100;
}

.section-detailed-reporting .page-navegation{
	position: absolute;
	bottom: 1.5em;
	margin: 0 auto;
	z-index: 100;
}

.section-key-account .page-navegation{
	position: absolute;
	bottom: 1.5em;
	margin: 0 auto;
	z-index: 100;
}

.section-cloudbased-software .page-navegation{
	position: absolute;
	bottom: 1.5em;
	margin: 0 auto;
	z-index: 100;
}

.section-tax-consultants .page-navegation{
	position: absolute;
	bottom: 1.5em;
	margin: 0 auto;
	z-index: 100;
}

.services-sections-navegation .navegation-progress-container::before{
	content: '';
	position: absolute;
	width: 36px;
	height: 5px;
	border-radius: 12px;
	background: linear-gradient(to right, #b58d40, #e9da9c, #b58d49);
}

.services-sections-navegation .navegation-buttons-container i{
	color: rgba(255, 255, 255, 0.1);
	font-size: 32px;
	cursor: pointer;
	transition: var(--transition-1);
}

.services-sections-navegation .navegation-buttons-container i:hover{
	color: rgba(250, 250, 250, 0.3);
}

/*  - - - -> Sección Responsive - Código Media Query <- - - */

@media (max-width:1440px){

	.form-labels-container .text-textare-input{
		height: 95px;
	}

}

@media (max-width: 1115px){

	.us-side-1 .h1{
		margin-bottom: 1em;
	}

	.us-page{
		height: auto;
		margin-top: 0;
	}

	.us-page .page-navegation{
		margin: 0;
	}

	.home-typography .home-typography__bg{
		height: 80vh;
		border-radius: 12px;
	}

	.typography-text{
		padding: 10px;
		padding-bottom: 50px;
	}

	.services-container{
		gap: 0.25em;
		justify-content: flex-end;
		padding-bottom: 2em;
	}

	.services-title__h3{
		font-size: 22pt;
	}

	.card-title p{
		letter-spacing: 1px;
		font-weight: 100;
		font-size: 18pt;
	}

	.services-container .page-navegation{
		margin-top: 1em;
	}

	.services-card{
		width: 160px;
		height: 160px;
	}

	.cards-side{
		gap: 2em;
	}

	.section-cadenz-logo-image{
		width: 45%;
		height: 45%;
	}

	.practice-management-container-2{
		width: 900px;
	}

	.menu-detailed-reporting-image{
		right: -90px;
		bottom: 1.75em;
	}

	.key-account-container-2{
		right: -28%;
	}

	.cloudbased-software-banner{
		right: -70%;
	}

}

@media(max-width: 980px){

	.sections-services-hiddens{
		overflow: hidden;
	}

	.tax-consultants-banner-image{
		width: 100%;
	}

	.billing-collections-banner{
		width: 804px;
		top: -6px;
	}

	.billing-collections-banner-image{
		object-fit: fill;
		height: 110%;
	}

	.menu-detailed-reporting-image{
		display: none;
	}

}

@media (max-width: 870px){

	.us-container{
		flex-direction: column-reverse;
		margin-top: 0;
	}

	.us-side-2{
		margin-bottom: 2em;
	}

	.menu-icons{
		display: none;
	}

	.menu-icons-responsive-container{
		display: flex;
		gap: 4em;
		padding-bottom: 1em;
	}

	.menu-icons-responsive{
		display: flex;
	}

	.home-menu{
		min-height: 50vh;
		justify-content: center;
		align-items: center;
	}

	.home-typography-container{
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		padding-top: 2em;
	}

	.home-typography-container-2{
		width: 80%;
	}

	.story-page-container{
		justify-content: flex-start;
		align-items: flex-start;
		height: auto;
	}

	.story-paragraph .paragraph{
		text-align: left;
	}

	.story-page{
		margin-top: 2em;
		height: auto;
	}

	.story-page-banner{
		display: none;
	}

	.section-cadenz-logo a{
		justify-content: center;
	}

	.section-cadenz-logo{
		left: 0;
	}

	.practice-management-banner-2{
		display: none;
	}

	.key-account-banner-2{
		display: none;
	}

	.cloudbased-software-banner{
		display: none;
	}

}

@media (max-width: 768px){

	.home-typography .home-typography__bg{
		height: 90vh;
	}

	.section-cadenz-logo{
		top: 3em;
	}

}

@media (max-width: 700px){

	.services-sections-navegation{
		top: 70%;
	}

	.descriptions-responsives{
		max-width: 700px;
		text-align: center;
		line-height: 25px;
	}

}

@media (max-width: 620px){

	.contact-section-form{
		justify-content: center;
		padding-left: 0px;
		padding: 10px;
	}

	.contact-section-banner{
		width: 130%;
	}

	.navegation-ul{
		transform: scale(1.0);
		gap: 1em;
		width: 100%;
		justify-content: center;
	}

	.navegation-a{
		font-size: 14px;
	}

	.billing-collections-banner{
		display: none;
	}

}

@media (max-width: 520px){

	.services-container{
		height: 105%;
		padding-bottom: 0;
		justify-content: center;
		align-items: center;
	}	

	.section-cadenz-logo-image{
		display: none;
	}

	.services-cards-responsive{
		display: flex;
		align-items: center;
	}

	.services-cards{
		display: none;
	}

	.cards-side{
		display: none;
	}

	.cards-side-responsive{
		display: flex;
		align-items: center;	
	}
}

@media (max-width: 500px){

	.contact-section .social-network{
		bottom: -3em;
		right: 1em;
	}

	.contact-section .story-page-end .end-links{
		right: 0;
		width: 100%;
		align-items: center;
		justify-content: center;
	}

}

@media (max-width: 480px){

	.hero{
		background-size: 100vw 100vh;
	}

	.us-side-1 .paragraph{
		text-align: center;
	}

	.story-paragraph .paragraph{
		padding: 0em 1em;
	}

	.us-page .page-navegation{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 3em;
		flex: 1;
		transform: scale(1.0);
	}

	.us-page .page-navegation .navegation-ul{
		transform: scale(1.0);
		gap: 1.2em;
		margin-bottom: 2em;
	}

	.story-page .page-navegation .navegation-ul{
		transform: scale(1.0);
		gap: 1.2em;
	}

	.us-container{
		margin-bottom: 0em;
	}

	.home-typography-container{
		width: 100% !important;
	}

	.home-typography-container-2{
		width: 100%;
		position: relative;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
	}

	.section-cadenz-logo-image{
		width: 80%;
	}

	.home-typography-container-2{
		width: 90%;
	}

	.text-5{
		padding-top: 1em;
	}

	.text-1{
		padding-top: 0;
	}

	.text-4{
		padding-bottom: 0;
	}

}

@media (max-width: 430px){

	.descriptions-responsives{
		max-width: 600px;
	}

	.navegation-ul{
		transform: scale(0.9);
	}

	.services-cards-responsive{
		transform: scale(0.8);
	}

}

@media (max-width: 390px){

	.text-1{
		padding-top: 0.5em;
	}

	.story-page .page-navegation .navegation-ul{
		gap: 0.75em;
	}

	.us-page .page-navegation .navegation-ul{
		gap: 0.75em;
	}

}

@media (max-width: 360px){

	.descriptions-responsives{
		max-width: 480px;
	}

}