* {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
}

html {
  scroll-behavior: smooth;
}

.loader {
  width: 48px;
  height: 48px;
  display: inline-block;
  position: relative;
}
.loader::after,
.loader::before {
  content: '';  
  box-sizing: border-box;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #FFF;
  position: absolute;
  left: 0;
  top: 0;
  animation: animloader 2s linear infinite;
}

.loader::after {
  animation-delay: 1s;
}

@keyframes animloader {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

.fijado{
  position: sticky;
  top: 0px;
  z-index: 10;
  width: 75%;
  border-bottom-right-radius: 15px;
  background-color: #6AC52B;
  display: flex;
}

.fijado p{
  font-size: 20px;
  padding: 5px;
  color: #fff;
  margin-left: 40px;
}

.fijado p a{
  text-decoration: none;
  color: #fff;
}

.fijado p a:hover{
  color: #555;
  transition: color .5s;
}

#whatsapp-chat {
	position: fixed;
	background: #fff;
	width: 25%;
	border-top-left-radius:  15px;
	box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
	bottom: 0px;
	right: 0px;
	overflow: hidden;
	z-index: 99;
	animation-name: showchat;
	animation-duration: 1s;
	transform: scale(1);
}

.hide {
	display: none;
	animation-name: showhide;
	animation-duration: 1.5s;
	transform: scale(.1);
}

.title{
  display: flex;
  color: #fff;
  background-color: #6AC52B;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  padding-left: 10px;
  padding-top: 20px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.title .fa-xmark{
  cursor: pointer;
  animation-name: showhide;
	animation-duration: 1s;
  padding-left: 80px;
}

.fa-xmark{
  
  padding-left: 20PX;
  font-size: 25px;
  
}


.header-chat {
	background: #ffffff;
	color: #6ac52b;
	padding: 0px;
	z-index: 120;
}

.header-chat h3 {
	margin: 0 0 10px 0;
}

.header-chat p {
	font-size: 14px;
	line-height: 1.7;
	margin: 0;
}

.info-avatar {
	position: relative;
}

.info-avatar img {
	border-radius: 100%;
	width: 70px;
	float: left;
	margin: 0 0px 0px 10px;
}

.info-avatar:before {
	content: "\f232";
	z-index: 1;
	font-family: "Font Awesome 5 Brands";
	background: #6ac52b;
	color: #fff;
	padding: 4px 10px;
	border-radius: 100%;
	position: absolute;
	top: 50px;
	left: 50px;
}

.info-chat span {
	display: block;
}

#get-label,
span.chat-label {
	font-size: 20px;
	color: #6ac52b;
}

#get-nama,
span.chat-nama {
	margin: 5px 0 0;
	font-size: 18px;
	font-weight: 700;
	color: #222;
}

#get-label {
	color: #6ac52b;
  margin-right: 10px;
}

#get-nama {
	color: rgb(133, 145, 136);
  margin-right: 10px;
}

#get-nama a{
  text-decoration: none;
  color: #000;
}

a#send-it {
	color: #555;
	width: 40px;
	margin: -5px 0 0 5px;
	font-weight: 700;
	padding: 8px;
	background: #eee;
	border-radius: 10px;
}

#get-nama a:hover {
  transition: color .5s;
	color: #6ac52b;
}

a.close-chat {
	position: absolute;
	top: 0px;
	right: 15px;
	color: #6ac52b;
	font-size: 50px;
}

.get-new{
  margin-bottom: 20px;
}

.whastapp{
  font-size: 60px;
  color: #6AC52B;
  border-radius: 5px;
  cursor: pointer;
  position: fixed;
  right: 0;
  bottom: 0px;
}

.ir-arriba {
  display: none;
  padding: 15px 20px;
  background: #6AC52B;
  border-radius: 5px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  position: fixed;
  bottom: 90px;
  right: 0;
}

.licence {
  width: 85%;
  margin: auto;
}

.titulo-licencia {
  margin-top: 50px;
  margin-bottom: 50px;
}

.titulo-licencia h1 {
  font-family: 'Montserrat';
  font-size: 30px;
  font-weight: 600;
  color: #6AC52B;
}

.titulo-licencia img {
  float: left;
  margin-right: 20px;
  margin-left: 20px;
}

.Nit {
  margin-bottom: 50px;
}

.POST-name {
  margin-left: 25px;
  padding: 10px 0px 10px 50px;
  width: 70%;
  border-radius: 10px;
}

.button {
  background-color: #6AC52B;
  border-radius: 10px;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  padding: 10px 80px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #89c65e;
  color: #fff;
  transition: background-color .2s;
}

.information {
  margin-left: 20px;
  border-spacing: 5px 5px;
  margin-bottom: 50px;
}

.data {
  background-color: #6AC52B;
  color: #fff;
  font-weight: bold;
}

.data td {
  font-family: 'Montserrat';
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 5px;
  text-align: center;
  padding: 5px 40px;
}

.db td {
  background-color: rgb(231, 228, 228);
  border-radius: 5px;
  text-align: center;
  padding: 5px 50px;
}

.functions {
  border-top: 3px solid #6AC52B;
  width: 90%;
  margin: auto;
}

.modal-container{
  z-index: 20;
  text-align: center;
  display: flex;
  position: fixed;
  top: 30%;
  left: 25%;
  height:50vh;
  box-shadow: 0px 3px 11px 2px #e6e6e6;
}

.modal{
  background-color: #fffefe;
  padding: 50px;
}

.fa-regular{
  color:#6AC52B;
  font-size: 50px;
}

.modal h1{
  color: #6AC52B;
  margin-bottom: 5%;
  font-size: 40px;
}

.modal p{
  margin-bottom: 10%;
}

.modal a{
  cursor: pointer;
  text-decoration: none;
  background-color: #6ac52b;
  box-shadow: 2px 3px 7px 1px #d5d5d5;
  font-weight: 600;
  border-radius: 20px;
  padding: 10px 50px;
  color: #ffffff;
  font-size: 25px;
  margin-right: 20px;
  border: none;
}

.closed{
  cursor: pointer;
  text-decoration: none;
  background-color: #6ac52b;
  box-shadow: 2px 3px 7px 1px #d5d5d5;
  font-weight: 600;
  border-radius: 20px;
  padding: 10px 50px;
  color: #ffffff;
  font-size: 25px;
  margin-right: 20px;
  border: none;
}

.functions h1 {
  font-family: 'Montserrat';
  font-weight: 600;
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
  text-transform: uppercase;
  color: #6AC52B;
  font-size: 30px;
}

.grade {
  font-size: 25px;
  display: flex;
  flex-direction: row;
  margin-left: 60px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.grade #p1 {
  font-family: 'Montserrat';
  font-weight: 500;
  color: rgb(128, 126, 126);
  margin-right: 205px;
}

.grade #p2 {
  font-family: 'Montserrat';
  font-weight: 500;
  color: #6AC52B;
  margin-right: 140px;
}

.grade #p3 {
  font-family: 'Montserrat';
  font-weight: 500;
  color: #6AC52B;
  margin-right: 160px;
}

.grade #p4 {
  font-family: 'Montserrat';
  font-weight: 500;
  color: #6AC52B;
}

.table {
  margin-left: 20px;
}

.table table {
  width: 100%;
  border-spacing: 35px 15px;
}

.table i {
  margin-right: 5px;
  font-size: 20px;
}

.table #uno {
  font-family: 'OpenSauceOneLight';
  font-size: 13px;
  color: rgb(102, 100, 100);
  width: 35%;
  text-align: right;
  border-radius: 25px;
  background-color: #c3c1c1;
  padding-right: 30px;
}

.table #dos {
  font-family: 'OpenSauceOneLight';
  font-size: 13px;
  color: rgb(102, 100, 100);
  width: 35%;
  font-size: 14px;
  text-align: right;
  border-radius: 25px;
  background-color: #edebeb;
  padding-right: 30px;
}

.table #tres {
  font-family: 'OpenSauceOneLight';
  font-size: 13px;
  color: rgb(102, 100, 100);
  width: 35%;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: right;
  border-radius: 25px;
  background-color: #c3c1c1;
  padding-right: 30px;
}

.table #cuatro {
  font-family: 'OpenSauceOneLight';
  font-size: 13px;
  color: rgb(102, 100, 100);
  width: 35%;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: right;
  border-radius: 25px;
  background-color: #edebeb;
  padding-right: 30px;
}

.table #cinco {
  font-family: 'OpenSauceOneLight';
  font-size: 13px;
  color: rgb(102, 100, 100);
  width: 35%;
  font-size: 14px;
  text-align: right;
  border-radius: 25px;
  background-color: #c3c1c1;
  padding-right: 30px;
}

.table #seis {
  font-family: 'OpenSauceOneLight';
  font-size: 13px;
  color: rgb(102, 100, 100);
  width: 35%;
  font-size: 14px;
  text-align: right;
  border-radius: 25px;
  background-color: #edebeb;
  padding-right: 30px;
}

.table #siete {
  font-family: 'OpenSauceOneLight';
  font-size: 13px;
  color: rgb(102, 100, 100);
  width: 35%;
  font-size: 14px;
  text-align: right;
  border-radius: 25px;
  background-color: #c3c1c1;
  padding-right: 30px;
}

.table #ocho {
  font-family: 'OpenSauceOneLight';
  font-size: 13px;
  color: rgb(102, 100, 100);
  width: 35%;
  font-size: 14px;
  text-align: right;
  border-radius: 25px;
  background-color: #edebeb;
  padding-right: 30px;
}

.table #nueve {
  font-family: 'OpenSauceOneLight';
  font-size: 13px;
  color: rgb(102, 100, 100);
  width: 35%;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: right;
  border-radius: 25px;
  background-color: #c3c1c1;
  padding-right: 30px;
}

.table #diez {
  font-family: 'OpenSauceOneLight';
  font-size: 13px;
  color: rgb(102, 100, 100);
  width: 35%;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: right;
  border-radius: 25px;
  background-color: #edebeb;
  padding-right: 30px;
  padding-left: 15px;
}

.table #once {
  font-family: 'OpenSauceOneLight';
  font-size: 13px;
  color: rgb(102, 100, 100);
  width: 35%;
  font-size: 14px;
  text-align: right;
  border-radius: 25px;
  background-color: #c3c1c1;
  padding-right: 30px;
}

.table #doce {
  font-family: 'OpenSauceOneLight';
  font-size: 13px;
  color: rgb(102, 100, 100);
  width: 35%;
  font-size: 14px;
  text-align: right;
  border-radius: 25px;
  background-color: #edebeb;
  padding-right: 30px;
}

.table #trece {
  font-family: 'OpenSauceOneLight';
  font-size: 13px;
  color: rgb(102, 100, 100);
  width: 35%;
  font-size: 14px;
  text-align: right;
  border-radius: 25px;
  background-color: #c3c1c1;
  padding-right: 30px;
}

.table #catorce {
  font-family: 'OpenSauceOneLight';
  font-size: 13px;
  color: rgb(102, 100, 100);
  width: 35%;
  font-size: 14px;
  text-align: right;
  border-radius: 25px;
  background-color: #edebeb;
  padding-right: 30px;
}

.table #quince {
  font-family: 'OpenSauceOneLight';
  font-size: 13px;
  color: rgb(102, 100, 100);
  width: 35%;
  font-size: 14px;
  text-align: right;
  border-radius: 25px;
  background-color: #c3c1c1;
  padding-right: 30px;
}

.table #dieciseis {
  font-family: 'OpenSauceOneLight';
  font-size: 13px;
  color: rgb(102, 100, 100);
  width: 35%;
  font-size: 14px;
  text-align: right;
  border-radius: 25px;
  background-color: #edebeb;
  padding-right: 30px;
}

.table #diecisiete {
  font-family: 'OpenSauceOneLight';
  font-size: 13px;
  color: rgb(102, 100, 100);
  width: 35%;
  font-size: 14px;
  text-align: right;
  border-radius: 25px;
  background-color: #c3c1c1;
  padding-right: 30px;
}

.table #dieciocho {
  font-family: 'OpenSauceOneLight';
  font-size: 13px;
  color: rgb(102, 100, 100);
  width: 35%;
  font-size: 14px;
  text-align: right;
  border-radius: 25px;
  background-color: #edebeb;
  padding-right: 30px;
}

.table #diecinueve {
  font-family: 'OpenSauceOneLight';
  font-size: 13px;
  color: rgb(102, 100, 100);
  width: 35%;
  font-size: 14px;
  text-align: right;
  border-radius: 25px;
  background-color: #c3c1c1;
  padding-right: 30px;
}

.table #veinte {
  font-family: 'OpenSauceOneLight';
  font-size: 13px;
  color: rgb(102, 100, 100);
  width: 35%;
  font-size: 14px;
  text-align: right;
  border-radius: 25px;
  background-color: #edebeb;
  padding-right: 30px;
}

.table #veintiuno {
  font-family: 'OpenSauceOneLight';
  font-size: 13px;
  color: rgb(102, 100, 100);
  width: 35%;
  font-size: 14px;
  text-align: right;
  border-radius: 25px;
  background-color: #c3c1c1;
  padding-right: 30px;
}

.table #veintidos {
  font-family: 'OpenSauceOneLight';
  font-size: 13px;
  color: rgb(102, 100, 100);
  width: 35%;
  font-size: 14px;
  text-align: right;
  border-radius: 25px;
  background-color: #edebeb;
  padding-right: 30px;
}

.table #veintitres {
  font-family: 'OpenSauceOneLight';
  font-size: 13px;
  color: rgb(102, 100, 100);
  width: 35%;
  font-size: 14px;
  text-align: right;
  border-radius: 25px;
  background-color: #c3c1c1;
  padding-right: 30px;
}

.table #veinticuatro {
  font-family: 'OpenSauceOneLight';
  font-size: 13px;
  color: rgb(102, 100, 100);
  width: 35%;
  font-size: 14px;
  text-align: right;
  border-radius: 25px;
  background-color: #edebeb;
  padding-right: 30px;
}

.table #veinticinco {
  font-family: 'OpenSauceOneLight';
  font-size: 13px;
  color: rgb(102, 100, 100);
  width: 35%;
  font-size: 14px;
  text-align: right;
  border-radius: 25px;
  background-color: #c3c1c1;
  padding-right: 30px;
}

.table #veintiseis {
  font-family: 'OpenSauceOneLight';
  font-size: 13px;
  color: rgb(102, 100, 100);
  width: 35%;
  font-size: 14px;
  text-align: right;
  border-radius: 25px;
  background-color: #edebeb;
  padding-right: 30px;
}

.table #veintisiete {
  font-family: 'OpenSauceOneLight';
  font-size: 13px;
  color: rgb(102, 100, 100);
  width: 35%;
  font-size: 14px;
  text-align: right;
  border-radius: 25px;
  background-color: #c3c1c1;
  padding-right: 30px;
}

.table #veintiocho {
  font-family: 'OpenSauceOneLight';
  font-size: 13px;
  color: rgb(102, 100, 100);
  width: 35%;
  font-size: 14px;
  text-align: right;
  border-radius: 25px;
  background-color: #edebeb;
  padding-right: 30px;
}

.table #veintinueve {
  font-family: 'OpenSauceOneLight';
  font-size: 13px;
  color: rgb(102, 100, 100);
  width: 35%;
  font-size: 14px;
  text-align: right;
  border-radius: 25px;
  background-color: #c3c1c1;
  padding-right: 30px;
}

.table #treinta {
  font-family: 'OpenSauceOneLight';
  font-size: 13px;
  color: rgb(102, 100, 100);
  width: 35%;
  font-size: 14px;
  text-align: right;
  border-radius: 25px;
  background-color: #edebeb;
  padding-right: 30px;
}

.table #treintauno {
  font-family: 'OpenSauceOneLight';
  font-size: 13px;
  color: rgb(102, 100, 100);
  width: 35%;
  font-size: 14px;
  text-align: right;
  border-radius: 25px;
  background-color: #c3c1c1;
  padding-right: 30px;
}

.table #treintados {
  font-family: 'OpenSauceOneLight';
  font-size: 13px;
  color: rgb(102, 100, 100);
  width: 35%;
  font-size: 14px;
  text-align: right;
  border-radius: 25px;
  background-color: #edebeb;
  padding-right: 30px;
}

.table #treintatres {
  font-family: 'OpenSauceOneLight';
  font-size: 13px;
  color: rgb(102, 100, 100);
  width: 35%;
  font-size: 14px;
  text-align: right;
  border-radius: 25px;
  background-color: #c3c1c1;
  padding-right: 30px;
}

.table #treintacuatro {
  font-family: 'OpenSauceOneLight';
  font-size: 13px;
  color: rgb(102, 100, 100);
  width: 35%;
  font-size: 14px;
  text-align: right;
  border-radius: 25px;
  background-color: #edebeb;
  padding-right: 30px;
}

.table #treintacinco {
  font-family: 'OpenSauceOneLight';
  font-size: 13px;
  color: rgb(102, 100, 100);
  width: 35%;
  font-size: 14px;
  text-align: right;
  border-radius: 25px;
  background-color: #c3c1c1;
  padding-right: 30px;
}

.table #treintaseis {
  font-family: 'OpenSauceOneLight';
  font-size: 13px;
  color: rgb(102, 100, 100);
  width: 35%;
  font-size: 14px;
  text-align: right;
  border-radius: 25px;
  background-color: #edebeb;
  padding-right: 30px;
}

.table #treintasiete {
  font-family: 'OpenSauceOneLight';
  font-size: 13px;
  color: rgb(102, 100, 100);
  width: 35%;
  font-size: 14px;
  text-align: right;
  border-radius: 25px;
  background-color: #c3c1c1;
  padding-right: 30px;
}

.table #treintaocho {
  font-family: 'OpenSauceOneLight';
  font-size: 13px;
  color: rgb(102, 100, 100);
  width: 35%;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: right;
  border-radius: 25px;
  background-color: #edebeb;
  padding-right: 30px;
}

#uno-si {
  font-family: 'OpenSauceOneLight';
  font-size: 13px;
  width: 50px;
  border: 5px solid rgb(241, 239, 239);
  padding-right: 15px;
  padding-left: 15px;
  color: #fff;
  border-radius: 25px;
  text-align: center;
  font-size: 12px;
  background-color: rgb(139 191 71);
  -webkit-transition: 1s ease;
}

#uno-si:hover{
  -webkit-transform : scale(1.3);
}

#dos-si {
  font-family: 'OpenSauceOneLight';
  font-size: 13px;
  padding: 5px;
  width: 120px;
  border: 5px solid rgb(241, 239, 239);
  color: #fff;
  border-radius: 25px;
  text-align: center;
  font-weight: lighter;
  font-size: 12px;
  background-color: rgb(139 191 71);
  -webkit-transition: 1s ease;
}

#dos-si:hover{
  -webkit-transform : scale(1.2);
}

#tres-si {
  font-family: 'OpenSauceOneLight';
  font-size: 13px;
  padding: 5px;
  width: 120px;
  border: 5px solid rgb(241, 239, 239);
  color: #fff;
  text-align: center;
  font-size: 12px;
  border-radius: 25px;
  background-color: rgb(139 191 71);
  -webkit-transition: 1s ease;
}

#tres-si:hover{
  -webkit-transform : scale(1.2);
}

#uno-no {
  font-family: 'OpenSauceOneLight';
  font-size: 13px;
  padding: 5px;
  width: 20px;
  border: 5px solid rgb(241, 239, 239);
  color: #fff;
  text-align: center;
  font-size: 12px;
  border-radius: 25px;
  background-color: rgb(217 53 21);
  -webkit-transition: 1s ease;
}

#uno-no:hover{
  -webkit-transform : scale(1.3);
}

#dos-no {
  font-family: 'OpenSauceOneLight';
  font-size: 13px;
  padding: 5px;
  width: 30px;
  border: 5px solid rgb(222, 220, 220);
  color: #fff;
  text-align: center;
  font-size: 12px;
  border-radius: 25px;
  background-color: rgb(217 53 21);
  -webkit-transition: 1s ease;
}

#dos-no:hover{
  -webkit-transform : scale(1.3);
}

.section_price {
  border-top: 3px solid #6AC52B;
  padding-top: 50px;
  border-bottom: 3px solid #6AC52B;
  width: 85%;
  margin: auto;
}

.info_price {
  padding-right: 150px;
  border-right: 4px solid #6AC52B;
}
/*------------------------------*-----------------------------------*/
.facturation{
  display: flex;
  padding: 20px;
}

.fa-dollar-sign{
  font-size: 100px;
  margin-right: 10%;
  color: #6ac52b;
}

.factures-pack{
  text-align: center;
}

.factures-pack h2{
  font-size: 30px;
  margin-bottom: 0px;
  color: #83af42;
}

.factures-pack p{
  font-size: 20px;
  color: rgb(128, 126, 126);
  text-transform: uppercase;
}

.amount-prices{
  display: flex;
}

.amount-prices h2{
  font-size: 30px;
  text-transform: uppercase;
}

.amount{
  margin-right: 5%;
  padding-right: 5%;
  border-right: 2px solid #83af42;
}

.amount-prices h2{
border-bottom: 2px solid #83af42;
}

.amount-prices p{
  border-bottom: 2px solid #83af42;
}
/*-----------------------------------------------*-----------------------------------------------*/
.info_conditions {
  margin-left: 120px;
  width: 45%;
  text-align: right;
}

.info_conditions h2 {
  font-family: 'Montserrat';
  color: #6AC52B;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 500;
  text-transform: uppercase;
}

.info_conditions p {
  font-family: 'OpenSauceOneLight';
  font-size: 20px;
  color: rgb(128, 126, 126);
  font-weight: 500;
  margin-bottom: 20px;
}

.info_conditions .proceso {
  color: #2c4a17;
  font-size: 20px;
  margin-bottom: 20px;
  text-align: left;
  margin-left: 80px;
}

.info_conditions ul li {
  list-style: none;
  font-size: 60px;
  color: rgb(139 191 71);
  margin-top: 0px;
  list-style-type: disc;

}

.info_conditions ul li p {

  font-family: 'OpenSauceOneLight';
  font-size: 20px;
  color: rgb(128, 126, 126);
  margin-top: -30px;
}


.info_conditions .condiciones {
  color: #6AC52B;
  font-size: 20px;
  margin-bottom: 20px;
  text-align: left;
  margin-left: 80px;
}

.section_price h1 {
  font-family: 'Montserrat';
  font-size: 25px;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #6ac52b;
  font-weight: 600;
}

.section_infoPrice {
  margin-bottom: 50px;
  display: flex;
  flex-direction: row;
}


.info_conditions h1 {
  color: #6ac52b;
  font-size: 25px;
  font-weight: 200;
  margin-bottom: 10px;
}

.section_license{
  width: 85%;
  margin: auto;
  border-bottom: 4px solid #6AC52B;
}

.license_price {
  text-transform: uppercase;
  color: #6AC52B;
  font-size: 20px;
}

.license_price h1 {
  font-family: 'Montserrat';
  font-size: 35px;
  margin-top: 20px;
  font-weight: 700;
}

.license_price p {
  font-family: 'Montserrat';
  font-size: 35px;
}

/*<---------------------------------------*---------------------------------------------------------------->*/

.sucursal{
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 5%;
  }
  
  .text-info{
    display: flex;
    padding: 20px;
    text-align: center;
  }
  
  .empty{
    width: 10%;
  }
  
  .alquiler{
    width: 59%;
  }
  
  .alquiler h2{
    color: #616161;
    text-transform: uppercase;
  }
  
  .compra{
    width: 10%;
  }
  
  .compra h2{
    color: #616161;
    text-transform: uppercase;
  }
  
  .icon-basic{
    margin-left: 2%;
    width: 5%;
    padding-top: .4%;
  }
  
  .fa-star{
    color: #6ac52b;
    padding-top: 30px;
    margin-right: 0px;
    font-size: 12px;
  }
  
  .type-license-basic{
    width: 20%;  
    position: relative;
  }
  
  .type-license-basic::after{
    content: "";
    height: 73px;
    background: #83af42;
    width: 250px;
    position: absolute;
    top: 8px;
    left: 3px;
    border-radius: 87px 28px 60px 85px;
    z-index: -1;
  }
  
  .type-license-basic h2{
    font-size: 30px;
    margin: 5px;
    margin-right: 5px;
    padding: 20px;
    border-top-left-radius: 45px;
    border-bottom-left-radius: 45px;
    background: #e0e0e0;
    color: #83af42;
    text-transform: uppercase;
  }
  
  .basic-alquiler{
    padding: 15px;
    width: 45%;
  }
  
  .basic-license{
    display: flex;
  }
  
  .basic-price1{
    display: flex;
    padding-left: 10px;
  }
  
  .basic-price1 p{
    font-size: 20px;
    margin-bottom: 2%;
  }
  
  .basic-price1 b{
    margin-left: 100px;
  }
  
  .basic-price2{
    display: flex;
    background: #eae9e9;
    padding-top: 5px;
    padding-left: 10px;
    border-radius: 15px;
  }
  
  .basic-price2 p{
    font-size: 20px;
  }
  
  .basic-price2 b{
    margin-left: 230px;
  }
  
  .fa-square{
    color: #6ac52b;
    margin-right: 5%;
    font-size: 20px;
  }
  
  .compra-basic{
    padding-top: 25px;
    padding-right: 10px;
    padding-left: 10px;
    border-left: 3px solid #616161;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    border-right: 3px solid #616161;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
  }
  
  .compra-basic h3{
    font-size: 25px;
    color: #6ac52b;
    padding-right: 20px;
    padding-left: 20px;
    border: 2px solid #83af42;
    border-radius: 15px;
  }
  
  .icon-mid{
    width: 5%;
    margin-left: 2%;
    padding-top: .4%;
  }
  
  .mid-alquiler{
    padding: 15px;
    width: 45%;
  }
  
  .mid-license{
    display: flex;
  }
  
  .mid-price1{
    display: flex;
    padding-left: 10px;
  }
  
  .mid-price1 p{
    font-size: 20px;
    margin-bottom: 2%;
  }
  
  .mid-price1 b{
    margin-left: 100px;
  }
  
  .mid-price2{
    display: flex;
    background: #eae9e9;
    padding-top: 5px;
    padding-left: 10px;
    border-radius: 15px;
  }
  
  .mid-price2 p{
    font-size: 20px;
  }
  
  .mid-price2 b{
    margin-left: 230px;
  }
  
  .type-license-mid{
    width: 20%; 
    position: relative;
  }
  
  .type-license-mid::after{
    content: "";
    height: 73px;
    background: #83af42;
    width: 249px;
    position: absolute;
    top: 10px;
    left: 4px;
    border-radius: 40px 20px 5px 45px;
    z-index: -1;
  }
  
  .type-license-mid h2{
    font-size: 30px;
    margin: 5px;
    margin-right: 5px;
    padding: 20px;
    border-top-left-radius: 45px;
    border-bottom-left-radius: 45px;
    background: #e0e0e0;
    color: #83af42;
    text-transform: uppercase;
  }
  
  .compra-mid{
    padding-top: 25px;
    padding-right: 10px;
    padding-left: 10px;
    border-left: 3px solid #616161;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    border-right: 3px solid #616161;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
  }
  
  .compra-mid h3{
    font-size: 25px;
    color: #6ac52b;
    padding-right: 20px;
    padding-left: 20px;
    border: 2px solid #83af42;
    border-radius: 15px;
  }
  
  .icon-full{
    width: 5%;
    margin-left: 2%;
    padding-top: .4%;
  }
  
  .full-alquiler{
    padding: 15px;
    width: 45%;
  }
  
  .full-license{
    display: flex;
  }
  
  .full-price1{
    display: flex;
    padding-left: 10px;
  }
  
  .full-price1 p{
    font-size: 20px;
    margin-bottom: 2%;
  }
  
  .full-price1 b{
    margin-left: 100px;
  }
  
  .full-price2{
    display: flex;
    background: #eae9e9;
    padding-top: 5px;
    padding-left: 10px;
    border-radius: 15px;
  }
  
  .full-price2 p{
    font-size: 20px;
  }
  
  .full-price2 b{
    margin-left: 230px;
  }
  
  .type-license-full{
    width: 20%;
    position: relative;
  }
  
  .type-license-full::after{
    content: "";
    height: 82px;
    background: #83af42;
    width: 255px;
    position: absolute;
    top: 2px;
    left: 2px;
    border-radius: 40px 0px 0px 40px;
    z-index: -1;
  }
  
  .type-license-full h2{
    font-size: 30px;
    margin: 5px;
    margin-right: 5px;
    padding: 20px;
    border-top-left-radius: 45px;
    border-bottom-left-radius: 45px;
    background: #e0e0e0;
    color: #83af42;
    text-transform: uppercase;
  }
  
  .compra-full{
    padding-top: 25px;
    padding-right: 10px;
    padding-left: 10px;
    border-left: 3px solid #616161;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    border-right: 3px solid #616161;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
  }
  
  .compra-full h3{
    font-size: 25px;
    color: #6ac52b;
    padding-right: 20px;
    padding-left: 20px;
    border: 2px solid #83af42;
    border-radius: 15px;
  }

  /*<------------------------------------------------------*---------------------------------------------------------->*/
.limitations {
  width: 85%;
  margin: auto;
  margin-bottom: 5%;
}

.limitations h1 {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #6AC52B;
  font-family: 'Montserrat';
  font-size: 25px;
  font-weight: 500;
}

.container {
  text-align: justify;
}

.container b {
  font-family: 'OpenSauceOneBoldItalic';
  font-size: 16px;
  color: rgb(85, 84, 84);
}

.container p {
  font-family: 'OpenSauceOneLight';
  font-size: 20px;
  color: rgb(128, 126, 126);
}

/*<!----------------------------------------------------------------------------------------------------------->*/
@media screen and (min-width: 320px) and (max-width: 480px){
.fijado{
  width: 80%;
}
  
.fijado p{
  font-size: 10px;
  margin-left: 0%;
}
    
#whatsapp-chat {
  width: 80%;
  bottom: 80px;
  right: 35px;
}
  
.title{
  font-size: 12px;
  display: flex;
  color: #fff;
  background-color: #6AC52B;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding-left: 10px;
  padding-top: 20px;
  padding-right: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
  
.title .fa-xmark{
  cursor: pointer;
  padding-left: 10PX;
  font-size: 15px;
}
  
.boddy{
  border-right:2px solid rgb(183, 179, 179);
  border-bottom: 2px solid rgb(183, 179, 179);
  border-bottom-right-radius: 10px;
}
  
.header-chat {
  background: #ffffff;
  color: #6ac52b;
  padding: 20px;
  z-index: 120;
}
  
.header-chat h3 {
  margin: 0 0 10px 0;
}
  
.header-chat p {
  font-size: 6px;
  line-height: 1.7;
  margin: 0;
}
  
.info-avatar img {
  border-radius: 100%;
  width: 30px;
  float: left;
  margin: 0 0px 0px 10px;
}
  
.info-avatar:before {
  content: "\f232";
  z-index: 1;
  font-family: "Font Awesome 5 Brands";
  background: #6ac52b;
  color: #fff;
  padding: 2px;
  border-radius: 100%;
  position: absolute;
  top: 15px;
  left: 30px;
}
  
#get-label,
span.chat-label {
  margin-right: 10px;
  font-size: 10px;
  color: #6ac52b;
}
  
#get-nama,
span.chat-nama {
  margin: 5px 10px 0 0;
  font-size: 10px;
  font-weight: 700;
  color: #222;
}
  
#get-label {
  color: #6ac52b;
}
  
#get-nama {
  color: rgb(133, 145, 136);
}
  
#get-nama a{
  text-decoration: none;
  color: #000;
}
  
a#send-it {
  color: #555;
  width: 40px;
  margin: -5px 0 0 5px;
  font-weight: 700;
  padding: 8px;
  background: #eee;
  border-radius: 10px;
}
  
#get-nama a:hover {
  transition: color .5s;
  color: #6ac52b;
}
  
  /*a.close-chat {
    position: absolute;
    top: 10px;
    right: 25px;
    color: #fff;
    font-size: 50px;
  }*/
  
.get-new{
  margin-bottom: 20px;
}
  
.ir-arriba{
  padding: 10px 10px;
  font-size: 15px;
}
  
.whastapp{
  font-size: 40px;
}
  
.licence {
  width: 85%;
  margin: auto;
}

.titulo-licencia {
  margin-top: 50px;
  margin-bottom: 5%;
}

.titulo-licencia h1 {
  font-size: 15px;
  width:90%;
}

.titulo-licencia img {
  width: 50px;
  margin-left: 10%;
}

.Nit {
  margin-bottom: 5%;
}

.POST-name {
  padding: 10px 0px 10px 10px;
  width: 40%;
  border-radius: 10px;
}

.button {
  background-color: #6AC52B;
  border-radius: 10px;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  text-align: center;
  padding: 10px 10px;
  text-transform: uppercase;
}

.information {
  width: 78%;
  display: block;
  overflow-x: auto;
}

.data {
  background-color: #6AC52B;
  color: #fff;
  font-weight: bold;
}

.data td {
  font-size: 10px;
  text-align: center;
  padding: 5px 5px;
}

.db td {
  background-color: rgb(231, 228, 228);
  border-radius: 5px;
  text-align: center;
  padding: 5px 5px;
}

.functions {
  display: block;
  overflow-x: auto;
  border-top: 3px solid #6AC52B;
  width: 100%;
  margin: auto;
}

.functions h1 {
  margin-top: 50px;
  margin-bottom: 50px;
  color: #6AC52B;
  font-size: 15px;
}

.grade {
  font-size: 10px;
  margin-left: 60px;
  margin-bottom: 20px;
}

.grade #p1 {
  margin-right: 100px;
}

.grade #p2 {
  margin-right: 60px;
}

.grade #p3 {
  margin-right: 65px;
}

.table {
  margin-left: 20px;
}

.table table {
  width: 90%;
  border-spacing: 35px 15px;
}

.table i {
  margin-right: 5px;
  font-size: 20px;
}

.info_price img {
  width: 280px;
}

.info_price{
  padding-right: 0px;
  border-right: none;
}

/*------------------------------ Paquetes de facturas -----------------------------------*/
.facturation{
  display: flex;
  padding: 0px;
  margin-bottom: 10%;
}

.fa-dollar-sign{
  font-size: 40px;
  margin-right: 5%;
  color: #6ac52b;
}

.factures-pack{
  text-align: center;
}

.factures-pack h2{
  font-size: 20px;
  margin-bottom: 0px;
  color: #83af42;
}

.factures-pack p{
  font-size: 15px;
  color: rgb(128, 126, 126);
  text-transform: uppercase;
}

.amount-prices{
  display: flex;
}

.amount-prices h2{
  font-size: 20px;
  text-transform: uppercase;
}

.amount{
  margin-right: 5%;
  padding-right: 5%;
  border-right: 2px solid #83af42;
}

.amount-prices h2{
border-bottom: 2px solid #83af42;
}

.amount-prices p{
  border-bottom: 2px solid #83af42;
}
/*<--------------------------*------------------------------------>*/
.info_conditions {
  width: 100%;
  text-align: left;
  margin-left: 0%;
}

.info_conditions h2 {
  margin-bottom: 20px;
  font-size: 20px;
}

.info_conditions p {
  font-family: 'OpenSauceOneLight';
  font-size: 15px;
  color: rgb(128, 126, 126);
  font-weight: 500;
  margin-bottom: 20px;
}

.info_conditions .proceso {
  color: #2c4a17;
  font-size: 20px;
  margin-bottom: 20px;
  text-align: left;
}

.info_conditions ul li {
  list-style: none;
  font-size: 40px;
  color: rgb(139 191 71);
  margin-top: 0px;
  list-style-type: disc;

}

.info_conditions ul li p {

  font-family: 'OpenSauceOneLight';
  font-size: 15px;
  color: rgb(128, 126, 126);
  margin-top: -30px;
}


.info_conditions .condiciones {
  color: #6AC52B;
  font-size: 20px;
  margin-bottom: 20px;
  text-align: left;
}

.section_price h1 {
  font-family: 'Montserrat';
  font-size: 15px;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #6ac52b;
  font-weight: 600;
}

.section_infoPrice {
  margin-bottom: 50px;
  flex-direction: column;
}




.info_conditions h1 {
  color: #6ac52b;
  font-size: 25px;
  font-weight: 200;
  margin-bottom: 10px;
}

.section_license {
  width: 85%;
  margin: auto;
  text-transform: uppercase;
  color: #6AC52B;
  font-size: 20px;
  border-bottom: 4px solid #6AC52B;
}

.section_license h1 {
  font-family: 'Montserrat';
  font-size: 20px;
  margin-top: 20px;
  font-weight: 700;
}

.section_license p {
  font-family: 'Montserrat';
  font-size: 15px;
  margin-bottom: 10%;
}

/*<---------------------------------------*---------------------------------------------------------------->*/

.sucursal{
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 5%;
  }
  
  .text-info{
    display: flex;
    padding: 0px;
    text-align: center;
  }
  
  .empty{
    display: none;
    width: 10%;
  }
  
  .alquiler{
    display:none;
    width: 59%;
  }
  
  .alquiler h2{
    color: #616161;
    text-transform: uppercase;
  }
  
  .compra{
    display: none;
    width: 10%;
  }
  
  .compra h2{
    color: #616161;
    text-transform: uppercase;
  }

  .basic-license{
    flex-direction: column;
    width: 100%;
  }
  
  .icon-basic{
    margin-left: 0%;
    width: 85%;
    padding-top: 0%;
    text-align: center;
  }
  
  .fa-star{
    color: #6ac52b;
    padding-top: 30px;
    margin-right: 0px;
    font-size: 12px;
  }
  
  .type-license-basic{
    text-align: center;
    width: 85%;
    position: relative;
  }
  
  .type-license-basic::after{
    content: "";
    height: 69px;
    background: #83af42;
    width: 85%;
    position: absolute;
    top: 6px;
    left: 0px;
    border-radius: 87px 28px 60px 85px;
    z-index: -1;
  }
  
  .type-license-basic h2{
    font-size: 25px;
    margin: 5px;
    margin-right: 5px;
    padding: 20px;
    border-top-left-radius: 45px;
    border-bottom-left-radius: 45px;
    background: #e0e0e0;
    color: #83af42;
    text-transform: uppercase;
  }
  
  .basic-alquiler{
    padding: 0px;
    width: 85%;
    margin-top: 5%;
    margin-bottom: 5%;
  }
  
  .basic-price1{
    display: flex;
    padding-left: 10px;
  }
  
  .basic-price1 p{
    font-size: 15px;
    width: 60%;
    margin-bottom: 2%;
  }
  
  .basic-price1 b{
    margin-left: 0px;
  }
  
  .basic-price2{
    width: 50%;
    display: flex;
    background: #eae9e9;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 45%;
    border-radius: 15px;
  }
  
  .basic-price2 p{
    font-size: 15px;
  }
  
  .basic-price2 b{
    margin-left: 0px;
  }
  
  .fa-square{
    color: #6ac52b;
    margin-right: 5%;
    font-size: 20px;
  }
  
  .compra-basic{
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
    border-left: 3px solid #616161;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    border-right: 3px solid #616161;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    width: 75%;
  }
  
  .compra-basic h3{
    font-size: 25px;
    color: #6ac52b;
    padding-right: 20px;
    padding-left: 20px;
    border: 2px solid #83af42;
    border-radius: 15px;
  }

  .mid-license{
    flex-direction: column;
    width: 100%;
  }
  
  .icon-mid{
    margin-left: 0%;
    width: 85%;
    padding-top: 0%;
    text-align: center;
  }
  
  .fa-star{
    color: #6ac52b;
    padding-top: 30px;
    margin-right: 0px;
    font-size: 12px;
  }
  
  .type-license-mid{
    text-align: center;
    width: 85%;
    position: relative;
  }
  
  .type-license-mid::after{
    content: "";
    height: 73px;
    background: #83af42;
    width: 95%;
    position: absolute;
    top: 6px;
    left: 6px;
    border-radius: 87px 0px 0px 85px;
    z-index: -1;
  }
  
  .type-license-mid h2{
    font-size: 25px;
    margin: 5px;
    margin-right: 5px;
    padding: 20px;
    border-top-left-radius: 45px;
    border-bottom-left-radius: 45px;
    background: #e0e0e0;
    color: #83af42;
    text-transform: uppercase;
  }
  
  .mid-alquiler{
    padding: 0px;
    width: 85%;
    margin-top: 5%;
    margin-bottom: 5%;
  }
  
  .mid-price1{
    display: flex;
    padding-left: 10px;
  }
  
  .mid-price1 p{
    font-size: 15px;
    width: 60%;
    margin-bottom: 2%;
  }
  
  .mid-price1 b{
    margin-left: 0px;
  }
  
  .mid-price2{
    width: 50%;
    display: flex;
    background: #eae9e9;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 45%;
    border-radius: 15px;
  }
  
  .mid-price2 p{
    font-size: 15px;
  }
  
  .mid-price2 b{
    margin-left: 0px;
  }
  
  .fa-square{
    color: #6ac52b;
    margin-right: 5%;
    font-size: 20px;
  }
  
  .compra-mid{
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
    border-left: 3px solid #616161;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    border-right: 3px solid #616161;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    width: 75%;
  }
  
  .compra-mid h3{
    font-size: 25px;
    color: #6ac52b;
    padding-right: 20px;
    padding-left: 20px;
    border: 2px solid #83af42;
    border-radius: 15px;
  }
  
  .full-license{
    flex-direction: column;
    width: 100%;
  }
  
  .icon-full{
    margin-left: 0%;
    width: 85%;
    padding-top: 0%;
    text-align: center;
  }
  
  .fa-star{
    color: #6ac52b;
    padding-top: 30px;
    margin-right: 0px;
    font-size: 12px;
  }
  
  .type-license-full{
    text-align: center;
    width: 85%;
    position: relative;
  }
  
  .type-license-full::after{
    content: "";
    height: 80px;
    background: #83af42;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 87px 0px 0px 85px;
    z-index: -1;
  }
  
  .type-license-full h2{
    font-size: 25px;
    margin: 5px;
    margin-right: 5px;
    padding: 20px;
    border-top-left-radius: 45px;
    border-bottom-left-radius: 45px;
    background: #e0e0e0;
    color: #83af42;
    text-transform: uppercase;
  }
  
  .full-alquiler{
    padding: 0px;
    width: 85%;
    margin-top: 5%;
    margin-bottom: 5%;
  }
  
  .full-price1{
    display: flex;
    padding-left: 10px;
  }
  
  .full-price1 p{
    font-size: 15px;
    width: 60%;
    margin-bottom: 2%;
  }
  
  .full-price1 b{
    margin-left: 0px;
  }
  
  .full-price2{
    width: 50%;
    display: flex;
    background: #eae9e9;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 45%;
    border-radius: 15px;
  }
  
  .full-price2 p{
    font-size: 15px;
  }
  
  .full-price2 b{
    margin-left: 0px;
  }
  
  .fa-square{
    color: #6ac52b;
    margin-right: 5%;
    font-size: 20px;
  }
  
  .compra-full{
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
    border-left: 3px solid #616161;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    border-right: 3px solid #616161;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    width: 75%;
  }
  
  .compra-full h3{
    font-size: 25px;
    color: #6ac52b;
    padding-right: 20px;
    padding-left: 20px;
    border: 2px solid #83af42;
    border-radius: 15px;
  }

  /*<------------------------------------------------------*---------------------------------------------------------->*/

.alquiler img {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}

.limitations h1 {
  font-size: 20px;
}

.container p {
  font-family: 'OpenSauceOneLight';
  font-size: 15px;
  color: rgb(128, 126, 126);
}
}

@media screen and (min-width: 480px) and (max-width: 768px){
  .fijado{
    width: 80%;
  }
    
  .fijado p{
    font-size: 10px;
    margin-left: 3%;
  }
      
  #whatsapp-chat {
    width: 60%;
    bottom: 80px;
    right: 35px;
  }
    
  .title{
    font-size: 12px;
    display: flex;
    color: #fff;
    background-color: #6AC52B;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding-left: 10px;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
    
  .title .fa-xmark{
    cursor: pointer;
    padding-left: 70PX;
    font-size: 15px;
  }
    
  .boddy{
    border-right:2px solid rgb(183, 179, 179);
    border-bottom: 2px solid rgb(183, 179, 179);
    border-bottom-right-radius: 10px;
  }
    
  .header-chat {
    background: #ffffff;
    color: #6ac52b;
    padding: 20px;
    z-index: 120;
  }
    
  .header-chat h3 {
    margin: 0 0 10px 0;
  }
    
  .header-chat p {
    font-size: 6px;
    line-height: 1.7;
    margin: 0;
  }
    
  .info-avatar img {
    border-radius: 100%;
    width: 50px;
    float: left;
    margin: 0 0px 0px 10px;
  }
    
  .info-avatar:before {
    content: "\f232";
    z-index: 1;
    font-family: "Font Awesome 5 Brands";
    background: #6ac52b;
    color: #fff;
    padding: 5px;
    border-radius: 100%;
    position: absolute;
    top: 25px;
    left: 45px;
  }
    
  #get-label,
  span.chat-label {
    margin-right: 10px;
    font-size: 12px;
    color: #6ac52b;
  }
    
  #get-nama,
  span.chat-nama {
    margin: 5px 10px 0 0;
    font-size: 12px;
    font-weight: 700;
    color: #222;
  }
    
  #get-label {
    color: #6ac52b;
  }
    
  #get-nama {
    color: rgb(133, 145, 136);
  }
    
  #get-nama a{
    text-decoration: none;
    color: #000;
  }
    
  a#send-it {
    color: #555;
    width: 40px;
    margin: -5px 0 0 5px;
    font-weight: 700;
    padding: 8px;
    background: #eee;
    border-radius: 10px;
  }
    
  #get-nama a:hover {
    transition: color .5s;
    color: #6ac52b;
  }
    
    /*a.close-chat {
      position: absolute;
      top: 10px;
      right: 25px;
      color: #fff;
      font-size: 50px;
    }*/
    
  .get-new{
    margin-bottom: 20px;
  }
    
  .ir-arriba{
    padding: 10px 10px;
    font-size: 15px;
  }
    
  .whastapp{
    font-size: 40px;
  }
    
  .licence {
    width: 85%;
    margin: auto;
  }
  
  .titulo-licencia {
    margin-top: 50px;
    margin-bottom: 5%;
  }
  
  .titulo-licencia h1 {
    font-size: 20px;
    width:100%;
  }
  
  .titulo-licencia img {
    width: 50px;
    margin-left: 10%;
  }
  
  .Nit {
    margin-bottom: 5%;
  }
  
  .POST-name {
    padding: 10px 0px 10px 10px;
    width: 40%;
    border-radius: 10px;
  }
  
  .button {
    background-color: #6AC52B;
    border-radius: 10px;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    text-align: center;
    padding: 10px 20px;
    text-transform: uppercase;
  }
  
  .information {
    width: 67%;
    display: block;
    overflow-x: auto;
  }
  
  .data {
    background-color: #6AC52B;
    color: #fff;
    font-weight: bold;
  }
  
  .data td {
    font-size: 10px;
    text-align: center;
    padding: 5px 5px;
  }
  
  .db td {
    background-color: rgb(231, 228, 228);
    border-radius: 5px;
    text-align: center;
    padding: 5px 5px;
  }
  
  .functions {
    display: block;
    overflow-x: auto;
    border-top: 3px solid #6AC52B;
    width: 65%;
    margin: auto;
  }
  
  .functions h1 {
    margin-top: 50px;
    margin-bottom: 50px;
    color: #6AC52B;
    font-size: 15px;
  }
  
  .grade {
    font-size: 12px;
    margin-left: 60px;
    margin-bottom: 20px;
  }
  
  .grade #p1 {
    margin-right: 80px;
  }
  
  .grade #p2 {
    margin-right: 50px;
  }
  
  .grade #p3 {
    margin-right: 50px;
  }
  
  .table {
    margin-left: 20px;
  }
  
  .table table {
    width: 90%;
    border-spacing: 35px 15px;
  }
  
  .table i {
    margin-right: 5px;
    font-size: 20px;
  }
  
  .info_price img {
    width: 280px;
  }

  .info_price{
    padding-right: 0px;
    border-right: none;
  }
  
  .info_conditions {
    width: 100%;
    text-align: left;
    margin-left: 0%;
  }
  
  .info_conditions h2 {
    margin-bottom: 20px;
    font-size: 20px;
  }
  
  .info_conditions p {
    font-family: 'OpenSauceOneLight';
    font-size: 15px;
    color: rgb(128, 126, 126);
    font-weight: 500;
    margin-bottom: 20px;
  }
  
  .info_conditions .proceso {
    color: #2c4a17;
    font-size: 20px;
    margin-bottom: 20px;
    text-align: left;
  }
  
  .info_conditions ul li {
    list-style: none;
    font-size: 40px;
    color: rgb(139 191 71);
    margin-top: 0px;
    list-style-type: disc;
  
  }
  
  .info_conditions ul li p {
    font-size: 15px;
    width: 85%;
    text-align: justify;
  }
  
  
  .info_conditions .condiciones {
    color: #6AC52B;
    font-size: 20px;
    margin-bottom: 20px;
    text-align: left;
  }
  
  .section_price h1 {
    font-family: 'Montserrat';
    font-size: 15px;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #6ac52b;
    font-weight: 600;
  }

  .facturation{
    display: flex;
    padding: 0px;
    margin-bottom: 10%;
  }
  
  .fa-dollar-sign{
    font-size: 40px;
    margin-right: 5%;
    color: #6ac52b;
  }
  
  .factures-pack{
    text-align: center;
  }
  
  .factures-pack h2{
    font-size: 20px;
    margin-bottom: 0px;
    color: #83af42;
  }
  
  .factures-pack p{
    font-size: 15px;
    color: rgb(128, 126, 126);
    text-transform: uppercase;
  }
  
  .amount-prices{
    display: flex;
  }
  
  .amount-prices h2{
    font-size: 20px;
    text-transform: uppercase;
  }
  
  .amount{
    margin-right: 5%;
    padding-right: 5%;
    border-right: 2px solid #83af42;
  }
  
  .amount-prices h2{
  border-bottom: 2px solid #83af42;
  }
  
  .amount-prices p{
    border-bottom: 2px solid #83af42;
  }
  
  .section_infoPrice {
    margin-bottom: 50px;
    flex-direction: column;
  }
  
  
  .info_conditions h1 {
    color: #6ac52b;
    font-size: 25px;
    font-weight: 200;
    margin-bottom: 10px;
  }
  
  .section_license {
    width: 85%;
    margin: auto;
    text-transform: uppercase;
    color: #6AC52B;
    font-size: 20px;
    border-bottom: 4px solid #6AC52B;
  }
  
  .section_license h1 {
    font-family: 'Montserrat';
    font-size: 20px;
    margin-top: 20px;
    font-weight: 700;
  }
  
  .section_license p {
    font-family: 'Montserrat';
    font-size: 15px;
    margin-bottom: 10%;
  }
  
  .sucursal{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 5%;
    }
    
    .text-info{
      display: flex;
      padding: 0px;
      text-align: center;
    }
    
    .empty{
      display: none;
      width: 10%;
    }
    
    .alquiler{
      display:none;
      width: 59%;
    }
    
    .alquiler h2{
      color: #616161;
      text-transform: uppercase;
    }
    
    .compra{
      display: none;
      width: 10%;
    }
    
    .compra h2{
      color: #616161;
      text-transform: uppercase;
    }
  
    .basic-license{
      flex-direction: column;
      width: 100%;
    }
    
    .icon-basic{
      margin-left: 0%;
      width: 85%;
      padding-top: 0%;
      text-align: center;
    }
    
    .fa-star{
      color: #6ac52b;
      padding-top: 30px;
      margin-right: 0px;
      font-size: 12px;
    }
    
    .type-license-basic{
      text-align: center;
      width: 85%;
      position: relative;
    }
    
    .type-license-basic::after{
      content: "";
      height: 69px;
      background: #83af42;
      width: 85%;
      position: absolute;
      top: 6px;
      left: 0px;
      border-radius: 87px 28px 60px 85px;
      z-index: -1;
    }
    
    .type-license-basic h2{
      font-size: 25px;
      margin: 5px;
      margin-right: 5px;
      padding: 20px;
      border-top-left-radius: 45px;
      border-bottom-left-radius: 45px;
      background: #e0e0e0;
      color: #83af42;
      text-transform: uppercase;
    }
    
    .basic-alquiler{
      padding: 0px;
      width: 85%;
      margin-top: 5%;
      margin-bottom: 5%;
    }
    
    .basic-price1{
      display: flex;
      padding-left: 10px;
    }
    
    .basic-price1 p{
      font-size: 15px;
      margin-bottom: 2%;
    }
    
    .basic-price1 b{
      margin-left: 0px;
    }
    
    .basic-price2{
      width: 100%;
      display: flex;
      background: #eae9e9;
      padding-top: 10px;
      padding-left: 10px;
      padding-right: 0%;
      border-radius: 15px;
    }
    
    .basic-price2 p{
      font-size: 15px;
    }
    
    .basic-price2 b{
      margin-left: 0px;
    }
    
    .fa-square{
      color: #6ac52b;
      margin-right: 5%;
      font-size: 20px;
    }
    
    .compra-basic{
      padding-top: 0px;
      padding-right: 10px;
      padding-left: 10px;
      border-left: 3px solid #616161;
      border-bottom-left-radius: 20px;
      border-top-left-radius: 20px;
      border-right: 3px solid #616161;
      border-bottom-right-radius: 20px;
      border-top-right-radius: 20px;
      width: 80%;
    }
    
    .compra-basic h3{
      font-size: 25px;
      color: #6ac52b;
      padding-right: 20px;
      padding-left: 20px;
      border: 2px solid #83af42;
      border-radius: 15px;
    }
  
    .mid-license{
      flex-direction: column;
      width: 100%;
    }
    
    .icon-mid{
      margin-left: 0%;
      width: 85%;
      padding-top: 0%;
      text-align: center;
    }
    
    .fa-star{
      color: #6ac52b;
      padding-top: 30px;
      margin-right: 0px;
      font-size: 12px;
    }
    
    .type-license-mid{
      text-align: center;
      width: 85%;
      position: relative;
    }
    
    .type-license-mid::after{
      content: "";
      height: 73px;
      background: #83af42;
      width: 95%;
      position: absolute;
      top: 6px;
      left: 6px;
      border-radius: 87px 0px 0px 85px;
      z-index: -1;
    }
    
    .type-license-mid h2{
      font-size: 25px;
      margin: 5px;
      margin-right: 5px;
      padding: 20px;
      border-top-left-radius: 45px;
      border-bottom-left-radius: 45px;
      background: #e0e0e0;
      color: #83af42;
      text-transform: uppercase;
    }
    
    .mid-alquiler{
      padding: 0px;
      width: 85%;
      margin-top: 5%;
      margin-bottom: 5%;
    }
    
    .mid-price1{
      display: flex;
      padding-left: 10px;
    }
    
    .mid-price1 p{
      font-size: 15px;
      width: 60%;
      margin-bottom: 2%;
    }
    
    .mid-price1 b{
      margin-left: 0px;
    }
    
    .mid-price2{
      width: 100%;
      display: flex;
      background: #eae9e9;
      padding-top: 10px;
      padding-left: 10px;
      padding-right: 0%;
      border-radius: 15px;
    }
    
    .mid-price2 p{
      font-size: 15px;
    }
    
    .mid-price2 b{
      margin-left: 0px;
    }
    
    .fa-square{
      color: #6ac52b;
      margin-right: 5%;
      font-size: 20px;
    }
    
    .compra-mid{
      padding-top: 0px;
      padding-right: 10px;
      padding-left: 10px;
      border-left: 3px solid #616161;
      border-bottom-left-radius: 20px;
      border-top-left-radius: 20px;
      border-right: 3px solid #616161;
      border-bottom-right-radius: 20px;
      border-top-right-radius: 20px;
      width: 80%;
    }
    
    .compra-mid h3{
      font-size: 25px;
      color: #6ac52b;
      padding-right: 20px;
      padding-left: 20px;
      border: 2px solid #83af42;
      border-radius: 15px;
    }
    
    .full-license{
      flex-direction: column;
      width: 100%;
    }
    
    .icon-full{
      margin-left: 0%;
      width: 85%;
      padding-top: 0%;
      text-align: center;
    }
    
    .fa-star{
      color: #6ac52b;
      padding-top: 30px;
      margin-right: 0px;
      font-size: 12px;
    }
    
    .type-license-full{
      text-align: center;
      width: 85%;
      position: relative;
    }
    
    .type-license-full::after{
      content: "";
      height: 80px;
      background: #83af42;
      width: 100%;
      position: absolute;
      top: 0px;
      left: 0px;
      border-radius: 87px 0px 0px 85px;
      z-index: -1;
    }
    
    .type-license-full h2{
      font-size: 25px;
      margin: 5px;
      margin-right: 5px;
      padding: 20px;
      border-top-left-radius: 45px;
      border-bottom-left-radius: 45px;
      background: #e0e0e0;
      color: #83af42;
      text-transform: uppercase;
    }
    
    .full-alquiler{
      padding: 0px;
      width: 85%;
      margin-top: 5%;
      margin-bottom: 5%;
    }
    
    .full-price1{
      display: flex;
      padding-left: 10px;
    }
    
    .full-price1 p{
      font-size: 15px;
      width: 60%;
      margin-bottom: 2%;
    }
    
    .full-price1 b{
      margin-left: 0px;
    }
    
    .full-price2{
      width: 100%;
      display: flex;
      background: #eae9e9;
      padding-top: 10px;
      padding-left: 10px;
      padding-right: 0%;
      border-radius: 15px;
    }
    
    .full-price2 p{
      font-size: 15px;
    }
    
    .full-price2 b{
      margin-left: 0px;
    }
    
    .fa-square{
      color: #6ac52b;
      margin-right: 5%;
      font-size: 20px;
    }
    
    .compra-full{
      padding-top: 0px;
      padding-right: 10px;
      padding-left: 10px;
      border-left: 3px solid #616161;
      border-bottom-left-radius: 20px;
      border-top-left-radius: 20px;
      border-right: 3px solid #616161;
      border-bottom-right-radius: 20px;
      border-top-right-radius: 20px;
      width: 80%;
    }
    
    .compra-full h3{
      font-size: 25px;
      color: #6ac52b;
      padding-right: 20px;
      padding-left: 20px;
      border: 2px solid #83af42;
      border-radius: 15px;
    }

  .alquiler img {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
  }
  
  .limitations h1 {
    font-size: 20px;
  }
  
  .container p {
    font-size: 15px;
  }

  .container p b{
    font-size: 12px;
  }
  
}

@media screen and (min-width: 768px) and (max-width: 960px){
  .fijado{
    width: 80%;
  }
    
  .fijado p{
    font-size: 15px;
    margin-left: 5%;
  }
      
  #whatsapp-chat {
    width: 40%;
    bottom: 80px;
    right: 35px;
  }
    
  .title{
    font-size: 15px;
    display: flex;
    color: #fff;
    background-color: #6AC52B;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding-left: 10px;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
    
  .title .fa-xmark{
    cursor: pointer;
    padding-left: 30PX;
    font-size: 20px;
  }
    
  .boddy{
    border-right:2px solid rgb(183, 179, 179);
    border-bottom: 2px solid rgb(183, 179, 179);
    border-bottom-right-radius: 10px;
  }
    
  .header-chat {
    background: #ffffff;
    color: #6ac52b;
    padding: 20px;
    z-index: 120;
  }
    
  .header-chat h3 {
    margin: 0 0 10px 0;
  }
    
  .header-chat p {
    font-size: 6px;
    line-height: 1.7;
    margin: 0;
  }
    
  .info-avatar img {
    border-radius: 100%;
    width: 65px;
    float: left;
    margin: 0 0px 0px 2px;
  }
    
  .info-avatar:before {
    content: "\f232";
    z-index: 1;
    font-family: "Font Awesome 5 Brands";
    background: #6ac52b;
    color: #fff;
    padding: 5px;
    border-radius: 100%;
    position: absolute;
    top: 45px;
    left: 55px;
  }
    
  #get-label,
  span.chat-label {
    margin-right: 10px;
    font-size: 15px;
    color: #6ac52b;
  }
    
  #get-nama,
  span.chat-nama {
    margin: 5px 10px 0 0;
    font-size: 15px;
    font-weight: 700;
    color: #222;
  }
    
  #get-label {
    color: #6ac52b;
  }
    
  #get-nama {
    color: rgb(133, 145, 136);
  }
    
  #get-nama a{
    text-decoration: none;
    color: #000;
  }
    
  a#send-it {
    color: #555;
    width: 40px;
    margin: -5px 0 0 5px;
    font-weight: 700;
    padding: 8px;
    background: #eee;
    border-radius: 10px;
  }
    
  #get-nama a:hover {
    transition: color .5s;
    color: #6ac52b;
  }
    
    /*a.close-chat {
      position: absolute;
      top: 10px;
      right: 25px;
      color: #fff;
      font-size: 50px;
    }*/
    
  .get-new{
    margin-bottom: 20px;
  }
    
  .ir-arriba{
    padding: 15px 15px;
    font-size: 15px;
  }
    
  .whastapp{
    font-size: 50px;
  }
    
  .licence {
    width: 85%;
    margin: auto;
  }
  
  .titulo-licencia {
    margin-top: 50px;
    margin-bottom: 5%;
  }
  
  .titulo-licencia h1 {
    font-size: 20px;
    width:100%;
  }
  
  .titulo-licencia img {
    width: 70px;
    margin-left: 10%;
  }
  
  .Nit {
    margin-bottom: 5%;
  }
  
  .POST-name {
    padding: 10px 0px 10px 10px;
    width: 50%;
    border-radius: 10px;
  }
  
  .button {
    background-color: #6AC52B;
    border-radius: 10px;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    text-align: center;
    padding: 12px 40px;
    text-transform: uppercase;
  }
  
  .information {
    width: 80%;
    display: block;
    overflow-x: auto;
  }
  
  .data {
    background-color: #6AC52B;
    color: #fff;
    font-weight: bold;
  }
  
  .data td {
    font-size: 12px;
    text-align: center;
    padding: 5px 5px;
  }
  
  .db td {
    background-color: rgb(231, 228, 228);
    border-radius: 5px;
    text-align: center;
    padding: 5px 5px;
  }
  
  .functions {
    display: block;
    overflow-x: auto;
    border-top: 3px solid #6AC52B;
    width: 80%;
    margin: auto;
    margin-left: 60px;
  }
  
  .functions h1 {
    margin-top: 50px;
    margin-bottom: 50px;
    color: #6AC52B;
    font-size: 20px;
  }
  
  .grade {
    font-size: 12px;
    margin-left: 60px;
    margin-bottom: 20px;
  }
  
  .grade #p1 {
    margin-right: 80px;
  }
  
  .grade #p2 {
    margin-right: 50px;
  }
  
  .grade #p3 {
    margin-right: 40px;
  }
  
  .table {
    margin-left: 20px;
  }
  
  .table table {
    width: 90%;
    border-spacing: 35px 15px;
  }
  
  .table i {
    margin-right: 5px;
    font-size: 20px;
  }
  
  .info_price img {
    width: 450px;
  }

  .info_price{
    padding-right: 0px;
    border-right: none;
  }
  
  .info_conditions {
    width: 100%;
    text-align: left;
    margin-left: 0%;
  }

  
  
  .info_conditions h2 {
    margin-bottom: 20px;
    font-size: 20px;
  }
  
  .info_conditions p {
    font-family: 'OpenSauceOneLight';
    font-size: 15px;
    color: rgb(128, 126, 126);
    font-weight: 500;
    margin-bottom: 20px;
  }
  
  .info_conditions .proceso {
    color: #2c4a17;
    font-size: 20px;
    margin-bottom: 20px;
    text-align: left;
  }
  
  .info_conditions ul li {
    list-style: none;
    font-size: 40px;
    color: rgb(139 191 71);
    margin-top: 0px;
    list-style-type: disc;
  
  }
  
  .info_conditions ul li p {
    font-size: 15px;
    width: 100%;
    text-align: justify;
  }
  
  
  .info_conditions .condiciones {
    color: #6AC52B;
    font-size: 20px;
    margin-bottom: 20px;
    text-align: left;
  }
  
  .section_price h1 {
    font-family: 'Montserrat';
    font-size: 20px;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #6ac52b;
    font-weight: 600;
  }
  
  .section_infoPrice {
    margin-bottom: 50px;
    flex-direction: column;
  }
  
  
  .info_conditions h1 {
    color: #6ac52b;
    font-size: 25px;
    font-weight: 200;
    margin-bottom: 10px;
  }
  
  .section_license {
    width: 85%;
    margin: auto;
    text-transform: uppercase;
    color: #6AC52B;
    font-size: 20px;
    border-bottom: 4px solid #6AC52B;
  }
  
  .section_license h1 {
    font-family: 'Montserrat';
    font-size: 25px;
    margin-top: 20px;
    font-weight: 700;
  }
  
  .section_license p {
    font-family: 'Montserrat';
    font-size: 20px;
    margin-bottom: 10%;
  }

  .sucursal{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 5%;
  }
    
    .text-info{
      display: flex;
      padding: 0px;
      text-align: center;
    }
    
    .empty{
      display: none;
      width: 10%;
    }
    
    .alquiler{
      display:none;
      width: 59%;
    }
    
    .alquiler h2{
      color: #616161;
      text-transform: uppercase;
    }
    
    .compra{
      display: none;
      width: 10%;
    }
    
    .compra h2{
      color: #616161;
      text-transform: uppercase;
    }
  
    .basic-license{
      flex-direction: column;
      width: 100%;
    }
    
    .icon-basic{
      margin-left: 0%;
      width: 85%;
      padding-top: 0%;
      text-align: center;
    }
    
    .fa-star{
      color: #6ac52b;
      padding-top: 30px;
      margin-right: 0px;
      font-size: 12px;
    }
    
    .type-license-basic{
      text-align: center;
      width: 85%;
      position: relative;
    }
    
    .type-license-basic::after{
      content: "";
      height: 69px;
      background: #83af42;
      width: 85%;
      position: absolute;
      top: 6px;
      left: 0px;
      border-radius: 87px 28px 60px 85px;
      z-index: -1;
    }
    
    .type-license-basic h2{
      font-size: 25px;
      margin: 5px;
      margin-right: 5px;
      padding: 20px;
      border-top-left-radius: 45px;
      border-bottom-left-radius: 45px;
      background: #e0e0e0;
      color: #83af42;
      text-transform: uppercase;
    }
    
    .basic-alquiler{
      padding: 0px;
      width: 85%;
      margin-top: 5%;
      margin-bottom: 5%;
    }
    
    .basic-price1{
      display: flex;
      padding-left: 10px;
    }
    
    .basic-price1 p{
      font-size: 20px;
      margin-bottom: 2%;
    }
    
    .basic-price1 b{
      margin-left: 0px;
    }
    
    .basic-price2{
      width: 100%;
      display: flex;
      background: #eae9e9;
      padding-top: 10px;
      padding-left: 10px;
      padding-right: 0%;
      border-radius: 15px;
    }
    
    .basic-price2 p{
      font-size: 20px;
    }
    
    .basic-price2 b{
      margin-left: 0px;
    }
    
    .fa-square{
      color: #6ac52b;
      margin-right: 5%;
      font-size: 20px;
    }
    
    .compra-basic{
      padding-top: 0px;
      padding-right: 10px;
      padding-left: 10px;
      border-left: 3px solid #616161;
      border-bottom-left-radius: 20px;
      border-top-left-radius: 20px;
      border-right: 3px solid #616161;
      border-bottom-right-radius: 20px;
      border-top-right-radius: 20px;
      width: 80%;
    }
    
    .compra-basic h3{
      font-size: 25px;
      color: #6ac52b;
      padding-right: 20px;
      padding-left: 20px;
      border: 2px solid #83af42;
      border-radius: 15px;
    }
  
    .mid-license{
      flex-direction: column;
      width: 100%;
    }
    
    .icon-mid{
      margin-left: 0%;
      width: 85%;
      padding-top: 0%;
      text-align: center;
    }
    
    .fa-star{
      color: #6ac52b;
      padding-top: 30px;
      margin-right: 0px;
      font-size: 12px;
    }
    
    .type-license-mid{
      text-align: center;
      width: 85%;
      position: relative;
    }
    
    .type-license-mid::after{
      content: "";
      height: 73px;
      background: #83af42;
      width: 95%;
      position: absolute;
      top: 6px;
      left: 6px;
      border-radius: 87px 0px 0px 85px;
      z-index: -1;
    }
    
    .type-license-mid h2{
      font-size: 25px;
      margin: 5px;
      margin-right: 5px;
      padding: 20px;
      border-top-left-radius: 45px;
      border-bottom-left-radius: 45px;
      background: #e0e0e0;
      color: #83af42;
      text-transform: uppercase;
    }
    
    .mid-alquiler{
      padding: 0px;
      width: 85%;
      margin-top: 5%;
      margin-bottom: 5%;
    }
    
    .mid-price1{
      display: flex;
      padding-left: 10px;
    }
    
    .mid-price1 p{
      font-size: 20px;
      width: 60%;
      margin-bottom: 2%;
    }
    
    .mid-price1 b{
      margin-left: 0px;
    }
    
    .mid-price2{
      width: 100%;
      display: flex;
      background: #eae9e9;
      padding-top: 10px;
      padding-left: 10px;
      padding-right: 0%;
      border-radius: 15px;
    }
    
    .mid-price2 p{
      font-size: 20px;
    }
    
    .mid-price2 b{
      margin-left: 0px;
    }
    
    .fa-square{
      color: #6ac52b;
      margin-right: 5%;
      font-size: 20px;
    }
    
    .compra-mid{
      padding-top: 0px;
      padding-right: 10px;
      padding-left: 10px;
      border-left: 3px solid #616161;
      border-bottom-left-radius: 20px;
      border-top-left-radius: 20px;
      border-right: 3px solid #616161;
      border-bottom-right-radius: 20px;
      border-top-right-radius: 20px;
      width: 80%;
    }
    
    .compra-mid h3{
      font-size: 25px;
      color: #6ac52b;
      padding-right: 20px;
      padding-left: 20px;
      border: 2px solid #83af42;
      border-radius: 15px;
    }
    
    .full-license{
      flex-direction: column;
      width: 100%;
    }
    
    .icon-full{
      margin-left: 0%;
      width: 85%;
      padding-top: 0%;
      text-align: center;
    }
    
    .fa-star{
      color: #6ac52b;
      padding-top: 30px;
      margin-right: 0px;
      font-size: 12px;
    }
    
    .type-license-full{
      text-align: center;
      width: 85%;
      position: relative;
    }
    
    .type-license-full::after{
      content: "";
      height: 80px;
      background: #83af42;
      width: 100%;
      position: absolute;
      top: 0px;
      left: 0px;
      border-radius: 87px 0px 0px 85px;
      z-index: -1;
    }
    
    .type-license-full h2{
      font-size: 25px;
      margin: 5px;
      margin-right: 5px;
      padding: 20px;
      border-top-left-radius: 45px;
      border-bottom-left-radius: 45px;
      background: #e0e0e0;
      color: #83af42;
      text-transform: uppercase;
    }
    
    .full-alquiler{
      padding: 0px;
      width: 85%;
      margin-top: 5%;
      margin-bottom: 5%;
    }
    
    .full-price1{
      display: flex;
      padding-left: 10px;
    }
    
    .full-price1 p{
      font-size: 20px;
      width: 60%;
      margin-bottom: 2%;
    }
    
    .full-price1 b{
      margin-left: 0px;
    }
    
    .full-price2{
      width: 100%;
      display: flex;
      background: #eae9e9;
      padding-top: 10px;
      padding-left: 10px;
      padding-right: 0%;
      border-radius: 15px;
    }
    
    .full-price2 p{
      font-size: 20px;
    }
    
    .full-price2 b{
      margin-left: 0px;
    }
    
    .fa-square{
      color: #6ac52b;
      margin-right: 5%;
      font-size: 20px;
    }
    
    .compra-full{
      padding-top: 0px;
      padding-right: 10px;
      padding-left: 10px;
      border-left: 3px solid #616161;
      border-bottom-left-radius: 20px;
      border-top-left-radius: 20px;
      border-right: 3px solid #616161;
      border-bottom-right-radius: 20px;
      border-top-right-radius: 20px;
      width: 80%;
    }
    
    .compra-full h3{
      font-size: 25px;
      color: #6ac52b;
      padding-right: 20px;
      padding-left: 20px;
      border: 2px solid #83af42;
      border-radius: 15px;
    }
  
  .alquiler img {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
  }
  
  .limitations h1 {
    font-size: 25px;
  }
  
  .container p {
    font-size: 15px;
  }

  .container p b{
    font-size: 15px;
  }
  
}

@media screen and (min-width: 960px) and (max-width: 1024px){
  .fijado{
    width: 80%;
  }
    
  .fijado p{
    font-size: 15px;
    margin-left: 10%;
  }
      
  #whatsapp-chat {
    width: 40%;
    bottom: 80px;
    right: 45px;
  }
    
  .title{
    font-size: 15px;
    display: flex;
    color: #fff;
    background-color: #6AC52B;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding-left: 10px;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
    
  .title .fa-xmark{
    cursor: pointer;
    padding-left: 80PX;
    font-size: 20px;
  }
    
  .boddy{
    border-right:2px solid rgb(183, 179, 179);
    border-bottom: 2px solid rgb(183, 179, 179);
    border-bottom-right-radius: 10px;
  }
    
  .header-chat {
    background: #ffffff;
    color: #6ac52b;
    padding: 20px;
    z-index: 120;
  }
    
  .header-chat h3 {
    margin: 0 0 10px 0;
  }
    
  .header-chat p {
    font-size: 6px;
    line-height: 1.7;
    margin: 0;
  }
    
  .info-avatar img {
    border-radius: 100%;
    width: 65px;
    float: left;
    margin: 0 0px 0px 2px;
  }
    
  .info-avatar:before {
    content: "\f232";
    z-index: 1;
    font-family: "Font Awesome 5 Brands";
    background: #6ac52b;
    color: #fff;
    padding: 8px;
    border-radius: 100%;
    position: absolute;
    top: 40px;
    left: 50px;
  }
    
  #get-label,
  span.chat-label {
    margin-right: 10px;
    font-size: 16px;
    color: #6ac52b;
  }
    
  #get-nama,
  span.chat-nama {
    margin: 5px 10px 0 0;
    font-size: 16px;
    font-weight: 700;
    color: #222;
  }
    
  #get-label {
    color: #6ac52b;
  }
    
  #get-nama {
    color: rgb(133, 145, 136);
  }
    
  #get-nama a{
    text-decoration: none;
    color: #000;
  }
    
  a#send-it {
    color: #555;
    width: 40px;
    margin: -5px 0 0 5px;
    font-weight: 700;
    padding: 8px;
    background: #eee;
    border-radius: 10px;
  }
    
  #get-nama a:hover {
    transition: color .5s;
    color: #6ac52b;
  }
    
    /*a.close-chat {
      position: absolute;
      top: 10px;
      right: 25px;
      color: #fff;
      font-size: 50px;
    }*/
    
  .get-new{
    margin-bottom: 20px;
  }
    
  .ir-arriba{
    padding: 15px 15px;
    font-size: 15px;
  }
    
  .whastapp{
    font-size: 50px;
  }
    
  .licence {
    width: 85%;
    margin: auto;
  }
  
  .titulo-licencia {
    margin-top: 50px;
    margin-bottom: 5%;
  }
  
  .titulo-licencia h1 {
    font-size: 25px;
    width:100%;
  }
  
  .titulo-licencia img {
    width: 70px;
  }
  
  .Nit {
    margin-bottom: 5%;
  }
  
  .POST-name {
    padding: 10px 0px 10px 20px;
    width: 60%;
    border-radius: 10px;
  }
  
  .button {
    background-color: #6AC52B;
    border-radius: 10px;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    text-align: center;
    padding: 12px 60px;
    text-transform: uppercase;
  }
  
  .information {
    width: 91%;
  }
  
  .data {
    background-color: #6AC52B;
    color: #fff;
    font-weight: bold;
  }
  
  .data td {
    font-size: 12px;
    text-align: center;
    padding: 10px 18px;
  }
  
  .db td {
    background-color: rgb(231, 228, 228);
    border-radius: 5px;
    text-align: center;
    padding: 5px 5px;
  }
  
  .functions {
    border-top: 3px solid #6AC52B;
    width: 80%;
    margin: auto;
  }
  
  .functions h1 {
    margin-top: 50px;
    margin-bottom: 50px;
    color: #6AC52B;
    font-size: 25px;
  }
  
  .grade {
    font-size: 15px;
    margin-left: 40px;
    margin-bottom: 20px;
  }
  
  .grade #p1 {
    margin-right: 140px;
  }
  
  .grade #p2 {
    margin-right: 80px;
  }
  
  .grade #p3 {
    margin-right: 100px;
  }
  
  .table {
    margin-left: 20px;
  }
  
  .table table {
    width: 100%;
    border-spacing: 10px 15px;
  }
  
  .table i {
    margin-right: 5px;
    font-size: 20px;
  }
  
  .info_price img {
    width: 350px;
  }

  .info_price{
    padding-right: 80px;
  }

  
  
  .info_conditions {
    width: 100%;
    text-align: left;
    margin-left: 5%;
  }
  
  .info_conditions h2 {
    margin-bottom: 20px;
    font-size: 20px;
  }
  
  .info_conditions p {
    font-family: 'OpenSauceOneLight';
    font-size: 15px;
    color: rgb(128, 126, 126);
    font-weight: 500;
    margin-bottom: 20px;
  }
  
  .info_conditions .proceso {
    color: #2c4a17;
    font-size: 20px;
    margin-bottom: 20px;
    text-align: left;
  }
  
  .info_conditions ul li {
    list-style: none;
    font-size: 40px;
    color: rgb(139 191 71);
    margin-top: 0px;
    list-style-type: disc;
  
  }
  
  .info_conditions ul li p {
    font-size: 15px;
    width: 100%;
    text-align: justify;
  }
  
  
  .info_conditions .condiciones {
    color: #6AC52B;
    font-size: 20px;
    margin-bottom: 20px;
    text-align: left;
  }
  
  .section_price h1 {
    font-family: 'Montserrat';
    font-size: 20px;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #6ac52b;
    font-weight: 600;
  }
  
  .section_infoPrice {
    margin-bottom: 50px;
  }  
  
  .info_conditions h1 {
    color: #6ac52b;
    font-size: 25px;
    font-weight: 200;
    margin-bottom: 10px;
  }
  
  .section_license {
    width: 85%;
    margin: auto;
    text-transform: uppercase;
    color: #6AC52B;
    font-size: 20px;
    border-bottom: 4px solid #6AC52B;
  }
  
  .section_license h1 {
    font-family: 'Montserrat';
    font-size: 25px;
    margin-top: 20px;
    font-weight: 700;
  }
  
  .section_license p {
    font-family: 'Montserrat';
    font-size: 20px;
    margin-bottom: 10%;
  }

  .sucursal{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 5%;
    }
    
    .text-info{
      display: flex;
      padding: 20px;
      text-align: center;
    }
    
    .empty{
      width: 10%;
    }
    
    .alquiler{
      width: 59%;
    }
    
    .alquiler h2{
      color: #616161;
      text-transform: uppercase;
    }
    
    .compra{
      width: 10%;
    }
    
    .compra h2{
      color: #616161;
      text-transform: uppercase;
    }
    
    .icon-basic{
      margin-left: 2%;
      width: 5%;
      padding-top: .4%;
    }
    
    .fa-star{
      color: #6ac52b;
      padding-top: 30px;
      margin-right: 0px;
      font-size: 12px;
    }
    
    .type-license-basic{
      width: 20%;  
      position: relative;
    }
    
    .type-license-basic::after{
      content: "";
      height: 60px;
      background: #83af42;
      width: 150px;
      position: absolute;
      top: 8px;
      left: 3px;
      border-radius: 87px 28px 60px 85px;
      z-index: -1;
    }
    
    .type-license-basic h2{
      font-size: 20px;
      margin: 5px;
      margin-right: 5px;
      padding: 20px;
      border-top-left-radius: 45px;
      border-bottom-left-radius: 45px;
      background: #e0e0e0;
      color: #83af42;
      text-transform: uppercase;
    }
    
    .basic-alquiler{
      padding: 0px;
      width: 45%;
      margin-top: 2%;
    }
    
    .basic-license{
      display: flex;
    }
    
    .basic-price1{
      display: flex;
      padding-left: 10px;
    }
    
    .basic-price1 p{
      font-size: 15px;
      margin-bottom: 2%;
    }
    
    .basic-price1 b{
      margin-left: 0px;
    }
    
    .basic-price2{
      display: flex;
      background: none;
      padding-top: 5px;
      padding-left: 10px;
      border-radius: 15px;
    }
    
    .basic-price2 p{
      font-size: 15px;
    }
    
    .basic-price2 b{
      margin-left: 120px;
    }
    
    .fa-square{
      color: #6ac52b;
      margin-right: 5%;
      font-size: 20px;
    }
    
    .compra-basic{
      margin-left: 5%;
      padding-top: 30px;
      padding-right: 10px;
      padding-left: 10px;
      border-left: 3px solid #616161;
      border-bottom-left-radius: 20px;
      border-top-left-radius: 20px;
      border-right: 3px solid #616161;
      border-bottom-right-radius: 20px;
      border-top-right-radius: 20px;
    }
    
    .compra-basic h3{
      font-size: 20px;
      color: #6ac52b;
      padding-right: 20px;
      padding-left: 20px;
      border: 2px solid #83af42;
      border-radius: 15px;
    }
    
    .icon-mid{
      margin-left: 2%;
      width: 5%;
      padding-top: .4%;
    }
    
    .fa-star{
      color: #6ac52b;
      padding-top: 30px;
      margin-right: 0px;
      font-size: 12px;
    }
    
    .type-license-mid{
      width: 20%;  
      position: relative;
    }
    
    .type-license-mid::after{
      content: "";
      height: 60px;
      background: #83af42;
      width: 150px;
      position: absolute;
      top: 8px;
      left: 3px;
      border-radius: 87px 28px 60px 85px;
      z-index: -1;
    }
    
    .type-license-mid h2{
      font-size: 20px;
      margin: 5px;
      margin-right: 5px;
      padding: 20px;
      border-top-left-radius: 45px;
      border-bottom-left-radius: 45px;
      background: #e0e0e0;
      color: #83af42;
      text-transform: uppercase;
    }
    
    .mid-alquiler{
      padding: 0px;
      width: 45%;
      margin-top: 2%;
    }
    
    .mid-license{
      display: flex;
    }
    
    .mid-price1{
      display: flex;
      padding-left: 10px;
    }
    
    .mid-price1 p{
      font-size: 15px;
      margin-bottom: 2%;
    }
    
    .mid-price1 b{
      margin-left: 0px;
    }
    
    .mid-price2{
      display: flex;
      background: none;
      padding-top: 5px;
      padding-left: 10px;
      border-radius: 15px;
    }
    
    .mid-price2 p{
      font-size: 15px;
    }
    
    .mid-price2 b{
      margin-left: 120px;
    }
    
    .fa-square{
      color: #6ac52b;
      margin-right: 5%;
      font-size: 20px;
    }
    
    .compra-mid{
      margin-left: 5%;
    padding-top: 35px;
    padding-right: 10px;
    padding-left: 10px;
    border-left: 3px solid #616161;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    border-right: 3px solid #616161;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    }
    
    .compra-mid h3{
      font-size: 20px;
    color: #6ac52b;
    padding-right: 20px;
    padding-left: 15px;
    border: 2px solid #83af42;
    border-radius: 15px;
    }
    
    .icon-full{
      margin-left: 2%;
      width: 5%;
      padding-top: .4%;
    }
    
    .fa-star{
      color: #6ac52b;
      padding-top: 30px;
      margin-right: 0px;
      font-size: 12px;
    }
    
    .type-license-full{
      width: 20%;  
      position: relative;
    }
    
    .type-license-full::after{
      content: "";
      height: 60px;
      background: #83af42;
      width: 150px;
      position: absolute;
      top: 8px;
      left: 3px;
      border-radius: 87px 28px 60px 85px;
      z-index: -1;
    }
    
    .type-license-full h2{
      font-size: 20px;
      margin: 5px;
      margin-right: 5px;
      padding: 20px;
      border-top-left-radius: 45px;
      border-bottom-left-radius: 45px;
      background: #e0e0e0;
      color: #83af42;
      text-transform: uppercase;
    }
    
    .full-alquiler{
      padding: 0px;
      width: 45%;
      margin-top: 2%;
    }
    
    .full-license{
      display: flex;
    }
    
    .full-price1{
      display: flex;
      padding-left: 10px;
    }
    
    .full-price1 p{
      font-size: 15px;
      margin-bottom: 2%;
    }
    
    .full-price1 b{
      margin-left: 0px;
    }
    
    .full-price2{
      display: flex;
      background: none;
      padding-top: 5px;
      padding-left: 10px;
      border-radius: 15px;
    }
    
    .full-price2 p{
      font-size: 15px;
    }
    
    .full-price2 b{
      margin-left: 120px;
    }
    
    .fa-square{
      color: #6ac52b;
      margin-right: 5%;
      font-size: 20px;
    }
    
    .compra-full{
      margin-left: 5%;
    padding-top: 35px;
    padding-right: 10px;
    padding-left: 10px;
    border-left: 3px solid #616161;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    border-right: 3px solid #616161;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    }
    
    .compra-full h3{
      font-size: 20px;
    color: #6ac52b;
    padding-right: 20px;
    padding-left: 15px;
    border: 2px solid #83af42;
    border-radius: 15px;
    }
  
  
  .alquiler img {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
  }
  
  .limitations h1 {
    font-size: 25px;
  }
  
  .container p {
    font-size: 15px;
  }

  .container p b{
    font-size: 15px;
  }
  
}

@media screen and (min-width: 1024px) and (max-width: 1328px){
  .fijado{
    width: 80%;
  }
    
  .fijado p{
    font-size: 18px;
    margin-left: 8%;
  }
      
  #whatsapp-chat {
    width: 40%;
    bottom: 80px;
    right: 45px;
  }
    
  .title{
    font-size: 15px;
    display: flex;
    color: #fff;
    background-color: #6AC52B;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding-left: 10px;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
    
  .title .fa-xmark{
    cursor: pointer;
    padding-left: 40%;
    font-size: 20px;
  }
    
  .boddy{
    border-right:2px solid rgb(183, 179, 179);
    border-bottom: 2px solid rgb(183, 179, 179);
    border-bottom-right-radius: 10px;
  }
    
  .header-chat {
    background: #ffffff;
    color: #6ac52b;
    padding: 20px;
    z-index: 120;
  }
    
  .header-chat h3 {
    margin: 0 0 10px 0;
  }
    
  .header-chat p {
    font-size: 6px;
    line-height: 1.7;
    margin: 0;
  }
    
  .info-avatar img {
    border-radius: 100%;
    width: 65px;
    float: left;
    margin: 0 0px 0px 2px;
  }
    
  .info-avatar:before {
    content: "\f232";
    z-index: 1;
    font-family: "Font Awesome 5 Brands";
    background: #6ac52b;
    color: #fff;
    padding: 8px;
    border-radius: 100%;
    position: absolute;
    top: 40px;
    left: 50px;
  }
    
  #get-label,
  span.chat-label {
    margin-right: 10px;
    font-size: 16px;
    color: #6ac52b;
  }
    
  #get-nama,
  span.chat-nama {
    margin: 5px 10px 0 0;
    font-size: 16px;
    font-weight: 700;
    color: #222;
  }
    
  #get-label {
    color: #6ac52b;
  }
    
  #get-nama {
    color: rgb(133, 145, 136);
  }
    
  #get-nama a{
    text-decoration: none;
    color: #000;
  }
    
  a#send-it {
    color: #555;
    width: 40px;
    margin: -5px 0 0 5px;
    font-weight: 700;
    padding: 8px;
    background: #eee;
    border-radius: 10px;
  }
    
  #get-nama a:hover {
    transition: color .5s;
    color: #6ac52b;
  }
    
    /*a.close-chat {
      position: absolute;
      top: 10px;
      right: 25px;
      color: #fff;
      font-size: 50px;
    }*/
    
  .get-new{
    margin-bottom: 20px;
  }
    
  .ir-arriba{
    padding: 15px 15px;
    font-size: 15px;
  }
    
  .whastapp{
    font-size: 50px;
  }
    
  .licence {
    width: 85%;
    margin: auto;
  }
  
  .titulo-licencia {
    margin-top: 50px;
    margin-bottom: 5%;
  }
  
  .titulo-licencia h1 {
    font-size: 25px;
    width:100%;
  }
  
  .titulo-licencia img {
    width: 70px;
  }
  
  .Nit {
    margin-bottom: 5%;
  }
  
  .POST-name {
    padding: 10px 0px 10px 20px;
    width: 60%;
    border-radius: 10px;
  }
  
  .button {
    background-color: #6AC52B;
    border-radius: 10px;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    text-align: center;
    padding: 12px 60px;
    text-transform: uppercase;
  }
  
  .information {
    width: 91%;
  }
  
  .data {
    background-color: #6AC52B;
    color: #fff;
    font-weight: bold;
  }
  
  .data td {
    font-size: 12px;
    text-align: center;
    padding: 10px 18px;
  }
  
  .db td {
    background-color: rgb(231, 228, 228);
    border-radius: 5px;
    text-align: center;
    padding: 5px 5px;
  }
  
  .functions {
    border-top: 3px solid #6AC52B;
    width: 80%;
    margin: auto;
  }
  
  .functions h1 {
    margin-top: 50px;
    margin-bottom: 50px;
    color: #6AC52B;
    font-size: 25px;
  }
  
  .grade {
    font-size: 15px;
    margin-left: 40px;
    margin-bottom: 20px;
  }
  
  .grade #p1 {
    font-size: 20px;
    margin-right: 15%;
  }
  
  .grade #p2 {
    font-size: 20px;
    margin-right: 10%;
  }
  
  .grade #p3 {
    font-size: 20px;
    margin-right: 11%;
  }

  .grade #p4 {
    font-size: 20px;
  }
  
  .table {
    margin-left: 20px;
  }
  
  .table table {
    width: 100%;
    border-spacing: 10px 15px;
  }
  
  .table i {
    margin-right: 5px;
    font-size: 20px;
  }
  
  .info_price img {
    width: 160%;
  }

  .info_price{
    padding-right: 85px;

  }
  
  .info_conditions {
    width: 100%;
    text-align: right;
    margin-left: 0%;
  }
  
  .info_conditions h2 {
    margin-bottom: 20px;
    font-size: 20px;
  }
  
  .info_conditions p {
    font-family: 'OpenSauceOneLight';
    font-size: 20px;
    color: rgb(128, 126, 126);
    font-weight: 500;
    margin-bottom: 20px;
  }
  
  .info_conditions .proceso {
    color: #2c4a17;
    font-size: 20px;
    margin-bottom: 20px;
    text-align: left;
  }
  
  .info_conditions ul li {
    list-style: none;
    font-size: 40px;
    color: rgb(139 191 71);
    margin-top: 0px;
    list-style-type: disc;
    margin-left: 10%;
  }
  
  .info_conditions ul li p {
    font-size: 20px;
    width: 100%;
    text-align: justify;
    text-align: right;
  }
  
  
  .info_conditions .condiciones {
    color: #6AC52B;
    font-size: 20px;
    margin-bottom: 20px;
    text-align: left;
  }
  
  .section_price h1 {
    font-family: 'Montserrat';
    font-size: 20px;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #6ac52b;
    font-weight: 600;
  }
  
  .section_infoPrice {
    margin-bottom: 50px;
  }
  
  
  .info_conditions h1 {
    color: #6ac52b;
    font-size: 25px;
    font-weight: 200;
    margin-bottom: 10px;
  }
  
  .section_license {
    width: 85%;
    margin: auto;
    text-transform: uppercase;
    color: #6AC52B;
    font-size: 25px;
    border-bottom: 4px solid #6AC52B;
  }
  
  .section_license h1 {
    font-family: 'Montserrat';
    font-size: 25px;
    margin-top: 20px;
    font-weight: 700;
  }
  
  .section_license p {
    font-family: 'Montserrat';
    font-size: 20px;
    margin-bottom: 10%;
  }

  .sucursal{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 5%;
    }
    
    .text-info{
      display: flex;
      padding: 20px;
      text-align: center;
    }
    
    .empty{
      width: 10%;
    }
    
    .alquiler{
      width: 59%;
    }
    
    .alquiler h2{
      color: #616161;
      text-transform: uppercase;
    }
    
    .compra{
      width: 10%;
    }
    
    .compra h2{
      color: #616161;
      text-transform: uppercase;
    }
    
    .icon-basic{
      margin-left: 2%;
      width: 5%;
      padding-top: .4%;
    }
    
    .fa-star{
      color: #6ac52b;
      padding-top: 30px;
      margin-right: 0px;
      font-size: 12px;
    }
    
    .type-license-basic{
      width: 20%;  
      position: relative;
    }
    
    .type-license-basic::after{
      content: "";
    height: 65px;
    background: #83af42;
    width: 150px;
    position: absolute;
    top: 8px;
    left: 3px;
    border-radius: 87px 28px 60px 85px;
    z-index: -1;
    }
    
    .type-license-basic h2{
      font-size: 25px;
      margin: 5px;
      margin-right: 5px;
      padding: 20px;
      border-top-left-radius: 45px;
      border-bottom-left-radius: 45px;
      background: #e0e0e0;
      color: #83af42;
      text-transform: uppercase;
    }
    
    .basic-alquiler{
      padding: 0px;
      width: 45%;
      margin-top: 2%;
    }
    
    .basic-license{
      display: flex;
    }
    
    .basic-price1{
      display: flex;
      padding-left: 10px;
    }
    
    .basic-price1 p{
      font-size: 20px;
      margin-bottom: 2%;
    }
    
    .basic-price1 b{
      margin-left: 0px;
    }
    
    .basic-price2{
      display: flex;
      background: none;
      padding-top: 5px;
      padding-left: 10px;
      border-radius: 15px;
    }
    
    .basic-price2 p{
      font-size: 20px;
    }
    
    .basic-price2 b{
      margin-left: 160px;
    }
    
    .fa-square{
      color: #6ac52b;
      margin-right: 1%;
      font-size: 20px;
    }
    
    .compra-basic{
      margin-left: 5%;
      padding-top: 40px;
      padding-right: 10px;
      padding-left: 10px;
      border-left: 3px solid #616161;
      border-bottom-left-radius: 20px;
      border-top-left-radius: 20px;
      border-right: 3px solid #616161;
      border-bottom-right-radius: 20px;
      border-top-right-radius: 20px;
    }
    
    .compra-basic h3{
      font-size: 20px;
      color: #6ac52b;
      padding-right: 20px;
      padding-left: 20px;
      border: 2px solid #83af42;
      border-radius: 15px;
    }
    
    .icon-mid{
      margin-left: 2%;
      width: 5%;
      padding-top: .4%;
    }
    
    .fa-star{
      color: #6ac52b;
      padding-top: 30px;
      margin-right: 0px;
      font-size: 12px;
    }
    
    .type-license-mid{
      width: 20%;  
      position: relative;
    }
    
    .type-license-mid::after{
      content: "";
    height: 70px;
    background: #83af42;
    width: 150px;
    position: absolute;
    top: 7px;
    left: 3px;
    border-radius: 87px 28px 60px 85px;
    z-index: -1;
    }
    
    .type-license-mid h2{
      font-size: 25px;
      margin: 5px;
      margin-right: 5px;
      padding: 20px;
      border-top-left-radius: 45px;
      border-bottom-left-radius: 45px;
      background: #e0e0e0;
      color: #83af42;
      text-transform: uppercase;
    }
    
    .mid-alquiler{
      padding: 0px;
      width: 45%;
      margin-top: 2%;
    }
    
    .mid-license{
      display: flex;
    }
    
    .mid-price1{
      display: flex;
      padding-left: 10px;
    }
    
    .mid-price1 p{
      font-size: 20px;
      margin-bottom: 2%;
    }
    
    .mid-price1 b{
      margin-left: 0px;
    }
    
    .mid-price2{
      display: flex;
      background: none;
      padding-top: 5px;
      padding-left: 10px;
      border-radius: 15px;
    }
    
    .mid-price2 p{
      font-size: 20px;
    }
    
    .mid-price2 b{
      margin-left: 160px;
    }
    
    .fa-square{
      color: #6ac52b;
      margin-right: 1%;
      font-size: 20px;
    }
    
    .compra-mid{
      margin-left: 5%;
    padding-top: 45px;
    padding-right: 10px;
    padding-left: 10px;
    border-left: 3px solid #616161;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    border-right: 3px solid #616161;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    }
    
    .compra-mid h3{
      font-size: 20px;
    color: #6ac52b;
    padding-right: 20px;
    padding-left: 15px;
    border: 2px solid #83af42;
    border-radius: 15px;
    }
    
    .icon-full{
      margin-left: 2%;
      width: 5%;
      padding-top: .4%;
    }
    
    .fa-star{
      color: #6ac52b;
      padding-top: 30px;
      margin-right: 0px;
      font-size: 12px;
    }
    
    .type-license-full{
      width: 20%;  
      position: relative;
    }
    
    .type-license-full::after{
      content: "";
    height: 77px;
    background: #83af42;
    width: 200px;
    position: absolute;
    top: 2px;
    left: 2px;
    border-radius: 87px 28px 60px px;
    z-index: -1;
    }
    
    .type-license-full h2{
      font-size: 25px;
      margin: 5px;
      margin-right: 5px;
      padding: 20px;
      border-top-left-radius: 45px;
      border-bottom-left-radius: 45px;
      background: #e0e0e0;
      color: #83af42;
      text-transform: uppercase;
    }
    
    .full-alquiler{
      padding: 0px;
      width: 45%;
      margin-top: 2%;
    }
    
    .full-license{
      display: flex;
    }
    
    .full-price1{
      display: flex;
      padding-left: 10px;
    }
    
    .full-price1 p{
      font-size: 20px;
      margin-bottom: 2%;
    }
    
    .full-price1 b{
      margin-left: 0px;
    }
    
    .full-price2{
      display: flex;
      background: none;
      padding-top: 5px;
      padding-left: 10px;
      border-radius: 15px;
    }
    
    .full-price2 p{
      font-size: 20px;
    }
    
    .full-price2 b{
      margin-left: 160px;
    }
    
    .fa-square{
      color: #6ac52b;
      margin-right: 1%;
      font-size: 20px;
    }
    
    .compra-full{
      margin-left: 5%;
    padding-top: 45px;
    padding-right: 10px;
    padding-left: 10px;
    border-left: 3px solid #616161;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    border-right: 3px solid #616161;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    }
    
    .compra-full h3{
      font-size: 20px;
    color: #6ac52b;
    padding-right: 20px;
    padding-left: 15px;
    border: 2px solid #83af42;
    border-radius: 15px;
    }
  

  
  .alquiler img {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
  }
  
  .limitations h1 {
    font-size: 25px;
  }
  
  .container p {
    font-size: 20px;
  }

  .container p b{
    font-size: 20px;
  }
  
}