@font-face {
  font-family: Lora-Bold;
  src: url(fonts/Lora-Bold.ttf);
}

@font-face {
  font-family: Lora-Regular;
  src: url(fonts/Lora-Regular.ttf);
}


* {
	padding: 0;
	margin: 0;
	transition: all 0.2s ease-in-out;
}

body {
	padding: 0;
	margin: 0;
	font-family: Lora-Regular;
  
}

h1,h2,h3,h4,h5,h6 {
	font-family: Lora-Bold;
}

a {
	font-family: Lora-Bold;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
}

.container {
  max-width: 1770px;
}

.container-nav {
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
}

.nav {
    position: fixed;
    z-index: 100;
    background-color: #6FC1D4;
    width: 100%;
    text-align: right;
    padding: 8px 0px;
}

.nav p, .nav a {
    font-size: 12px;
    color: #3F3E3E;
    display: inline;
}

.nav a:hover {
  color: #FFE7AF;
}


/*banner-area*/

.banner-area .col-md-4 {
	width: 34.667%;
}

.banner-area .col-md-8 {
	width: 65.333%;
}

.bnr-left {
	background: #48a6bc;
}

.bnr-txt {
	width: 819px;
	padding: 80px 65px;
	background: #fff;
	position: relative;
	margin: 90px 0 0 90px;
}

.bnr-left h2 {
	font-size: 67px;
	color: #3F3E3E;
	margin: 0;
	line-height: 1.2;
}

.bnr-left p {
	font-size: 30px;
	color: #3F3E3E;
	margin: 50px 0 73px;
	line-height: 1.2;
}

.bnr-left a {
	font-size: 32px;
	color: #3f3e3e;
	border-radius: 7px;
	background-color: #ffba34;
	padding: 15px 35px;
	display: inline-block;
}

.bnr-left a:hover {
	color: #ffba34;
	background-color: #3f3e3e;
}

.banner-area {
	position: relative;
}

.bnr-right img {
	width: 100%;
}

.bnr-right img.logo1 {
	max-width: 305px;
	position: absolute;
	right: 55px;
	bottom: 50px;
}



/*plan-area*/

.plan-area {
	background-color: #ececec;
	padding: 65px 0 45px;
}

.plan-area .container {
	max-width: 980px;
}

.plan-area h2 {
	font-size: 46px;
	color: #3f3e3e;
	margin-bottom: 72px;
}

.plan-area h3 {
	font-size: 28px;
	color: #222221;
	margin-bottom: 12px;
	margin-top: 65px;
	font-family: Lora-Regular;
}

.plan-area p {
	font-size: 18px;
	color: #222221;
	margin: 0;
}

.plan1 {
	border-radius: 29px;
	background-color: #ffffff;
	box-shadow: 10px 10px 5px rgba(0,0,0,0.25);
	transform: scale(0.89);
}

.plan1 h4 {
	font-size: 25px;
	color: #ffffff;
	text-align: center;
	padding: 24px 0;
	border-radius: 24px 24px 0 0;
	background-color: #fd3439;
}

.plan1 h5 {
	font-size: 23px;
	color: #3f3e3e;
	padding: 25px 0;
	font-family: Lora-Regular;
}

.plan1 ul {
	padding: 0 16px;
	list-style-type: none;
}

.plan1 ul li {
	display: flex;
	column-gap: 10px;
	align-items: center;
	padding: 10px 10px;	
	background: #F1F1F1;
}

.plan1 ul li:nth-child(even) {
	background: #fff;
}

.plan1 ul li span {
	
}

.plan1 ul li span img {
	
}

.plan1 ul li small {
	font-size: 13px;
	line-height: 1.5;
	color: #3f3e3e;
	text-align: left;
}

.plan1 a {
	font-size: 15px;
	color: #ffffff;
	text-align: center;
	padding: 14px 35px;
	margin: 30px 0 40px;
	display: inline-block;
	background-color: #fd3439;
	border-radius: 9px;
}

.plan1 a:hover {
	color: #ffffff;
	background-color: #3f3e3e;
}

.plan1.active a:hover {
	color: #ffffff;
	background-color: #3f3e3e;
}


.gold h4, .gold a {
	background-color: #ffba34;
}

.plan1.active h4, .plan1.active a {
	background-color: #48a6bc;
}

.plan1.active {
	transform: scale(1.04);
}

.plan1.active h4 {
	font-size: 30px;
}

.plan1.active h5 {
	font-size: 27px;
}

.plan1.active ul li small {
	font-size: 14px;
}

.plan1.active a {
	font-size: 17px;
}




/*process-area*/


.process-area .col-md-4 {
	width: 30.667%;
}

.process-area .col-md-8 {
	width: 69.333%;
}

.prcs-txt {
	width: 612px;
	padding: 40px 50px;
	background: #fff;
	position: absolute;
	right: 80px;
	top: 90px;
}

.prcs-txt h2 {
    text-align: center;
    background-color: #48A6BC;
    color: #fff;
    padding: 20px;
}

.prcs-txt a {
    text-align: center;
}

.process-left {
	background: #48a6bc;
	position: relative;
}

.process-left h2 {
	font-size: 46px;
	color: #3F3E3E;
	margin: 0;
	line-height: 1.2;
	margin-bottom: 44px;
}

.process-left p {
	display: flex;
	gap: 20px;
	font-size: 24px;
	color: #3F3E3E;
	margin: 0px 0 20px;
	line-height: 1.2;
}

.process-left p span {
	font-size: 55px;
	line-height: 1;
	color: #48a6bc;
	font-family: Lora-Bold;
}

.process-left a {
	font-size: 32px;
	color: #3f3e3e;
	border-radius: 7px;
	background-color: #ffba34;
	padding: 8px 35px;
	margin-top: 50px;
	display: block;
}

.process-left a:hover {
	color: #ffba34;
	background-color: #3f3e3e;
}

/*somos-area*/

.somos-area {
	background-color: #ececec;
	overflow: hidden;
}

.somos-left {
	position: relative;
}

.somos-left img {
	width: 100%;
	height: 600px;
}

.somos-text {
	padding: 80px 120px;
	position: absolute;
	top: 0;
}

.somos-text h2 {
	font-size: 46px;
	color: #ffffff;
	line-height: 1.2;
	margin-bottom: 52px;
}

.somos-text p {
	font-size: 24px;
	color: #ffffff;
	line-height: 1.2;
	margin-bottom: 20px;
	max-width: 710px;
}

.somos-img {
	display: flex;
	align-items: center;
	/*! justify-content: center; */
	height: 100%;
}



/*clients-area*/

.clients-area {
	padding: 85px 0;
}

.clients-area h2 {
	font-size: 46px;
	color: #3f3e3e;
	font-weight: 700;
	margin-bottom: 44px;
	text-align: center;
}

.clients {
	background-color: #d9d9d9;
	padding: 50px 25px 0;
	border-radius: 0 0 25% 0;
	min-height: 490px;
	position: relative;
}

.client-details {
	display: flex;
	gap: 10px;
	align-items: center;
	position: absolute;
	bottom: 0;
	/*! right: 0; */
}

.detail {
	width: 60%;
}

.client-img {
	width: 40%;
}

.clients p {
	font-size: 21.2px;
	color: #3f3e3e;
}

.clients h4 {
	font-size: 29px;
	color: #48a6bc;
}

.clients small {
	font-size: 16px;
	color: #48a6bc;
	display: block;
	line-height: 1.2;
}

.clients img {
	width: 100%;
	/*! margin-left: 25px; */
	display: block;
}

.button-area {
	padding: 240px 15px;
    background-image: url('images/registro-de-marca.jpg');
  background-size: cover;  /* ajusta la imagen para cubrir todo el div */
  background-position: top; /* centra la imagen */
  background-repeat: no-repeat;
	background-color: #48a6bc;
	text-align: center;
}

.button-area a {
	font-size: 39px;
	color: #3f3e3e;
	font-weight: 700;
	text-align: center;
	max-width: 902px;
	padding: 28px 0;
	border-radius: 11px;
	background-color: #ffffff;
	display: block;
	margin: 0 auto;
}

.button-area a:hover {
	color: #fff;
	background-color: #3f3e3e;
}

/*footer-area*/

.footer-area {
	padding: 40px 25px;
	background-color: #3f3e3e;
}

.footer-area img {
	max-width: 265px;
}

.footer-area p,.footer-area a {
	font-size: 24px;
	line-height: 1.5;
	color: #ffffff;
	margin-bottom: 4px;
	font-family: Lora-Regular;
}





























