* {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
}

.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;
}

.title {
  display: flex;
  color: #fff;
  background-color: #6AC52B;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding-left: 10px;
  padding-top: 20px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.title .fa-xmark {
  cursor: pointer;
  padding-left: 80PX;
  font-size: 25px;
}

.equipos {
  width: 85%;
  margin: auto;
  margin-top: 30px;
}

.equipos h1 {
  color: #6AC52B;
  font-size: 40px;
  font-family: 'Montserrat';
  font-weight: 600;
  margin-bottom: 30px;
}

.combo1 {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 80px;
  border-bottom: 2px solid rgb(172, 169, 169);
}



.option {
  width: 35%;
  display: flex;
  flex-direction: column;
}

.option h2 {
  font-family: 'OpenSauceOneLight';
  font-size: 35px;
  font-weight: 300;
  margin-bottom: 10px;
  color: rgb(102, 100, 100);
}

.option p {
  color: #6c9e49;
  font-family: 'OpenSauceOneLight';
  font-size: 20px;
  font-weight: 600;
  margin-right: 40px;
  padding-left: 30px;
  padding-right: 10px;
}


#precio {
  position: static;
  margin-top: 15%;
  margin-left: 10%;
  color: rgb(102, 100, 100);
}

.fa-chevron-right {
  font-size: 50px;
  color: #6c9e49;
}

.fa-caret-right {
  color: #6AC52B;
  font-size: 20px;
}

.caracteristicas {
  margin-left: 30px;
  margin-right: 40px;
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 10px;
  width: 35%;
}


.caracteristicas ul li {
  list-style-type: square;
  border-radius: 50px;
  margin: 5px 0px;
  color: #6AC52B;
}

.caracteristicas p {
  color: rgb(102, 100, 100);
  font-family: 'Montserrat';
  font-size: 20px;
  margin: 0px;
}

.link_whatsapp{
  margin-top: 20px;
  width: 60%;
  padding: 5px;
  border: 3px solid #6AC52B;
  border-radius: 20px;
}

.link_whatsapp a{
  font-weight: 600;
  text-decoration: none;
  color: #6AC52B;
}

.caracteristicas img {
  margin-top: 5%;
  width: 160px;
}

.combo2 {
  display: flex;
  flex-wrap: nowrap;
  padding-top: 50px;
  padding-bottom: 80px;
  border-bottom: 2px solid rgb(172, 169, 169);
}

.option2 {
  width: 35%;
  display: flex;
  flex-direction: column;
}

.option2 h2 {
  font-family: 'OpenSauceOneLight';
  font-size: 35px;
  font-weight: 300;
  margin-bottom: 5px;
  color: rgb(102, 100, 100);

}

.option2 p {
  color: #6c9e49;
  font-family: 'OpenSauceOneLight';
  font-size: 20px;
  font-weight: 600;
  margin-right: 40px;
  padding-left: 30px;
  padding-right: 10px;
}

#precio2 {
  margin-top: 15%;
  margin-left: 10%;
  color: rgb(102, 100, 100);
}

.caracteristicas2 {
  margin-left: 30px;
  margin-right: 40px;
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 10px;
  width: 35%;
}


.caracteristicas2 ul li {
  list-style-type: square;
  border-radius: 50px;
  margin: 5px;
  color: #6AC52B;
}

.caracteristicas2 p {
  color: rgb(102, 100, 100);
  font-family: 'Montserrat';
  font-size: 20px;
  margin: 0px;
}

.caracteristicas2 img {
  margin-top: 5%;
  width: 160px;
}

.combo3 {
  display: flex;
  flex-wrap: nowrap;
  padding-top: 50px;
  padding-bottom: 80px;
  border-bottom: 2px solid rgb(172, 169, 169);
}

.option3 {
  display: flex;
  flex-direction: column;
  width: 35%;
}

.option3 h2 {
  margin-bottom: 5px;
  color: rgb(102, 100, 100);
  font-family: 'OpenSauceOneLight';
  font-size: 35px;
  font-weight: 400;
}

.option3 p {
  color: #6c9e49;
  font-family: 'OpenSauceOneLight';
  font-weight: 600;
  font-size: 20px;
  margin-right: 40px;
  padding-left: 30px;
  padding-right: 10px;
}

#precio3 {
  margin-top: 15%;
  margin-left: 10%;
  color: rgb(102, 100, 100);
}

.caracteristicas3 {
  margin-left: 30px;
  margin-right: 40px;
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 10px;
  width: 35%;
}


.caracteristicas3 ul li {
  list-style-type: square;
  border-radius: 50px;
  margin: 5px;
  color: #6AC52B;
}

.caracteristicas3 p {
  color: rgb(102, 100, 100);
  font-family: 'Montserrat';
  font-size: 20px;
  margin: 0px;
}

.caracteristicas3 img {
  margin-top: 5%;
  width: 160px;
}

.adicionales {
  width: 85%;
  margin: auto;
  margin-bottom: 5%;
}

.adicionales h1 {
  margin-top: 40px;
  margin-bottom: 30px;
  color: #6AC52B;
  font-family: 'Montserrat';
  font-weight: 600;
}

.adicionales ul li {
  margin-left: 100px;
  list-style-type: square;
  font-size: 60px;
  color: #6AC52B;
  width: 60%;
  margin-top: -30px;
}

.adicionales p {
  color: rgb(102, 100, 100);
  font-family: 'OpenSauceOneLight';
  font-size: 20px;
}

.main-carousel{
  border: 2px solid #6AC52B;
  align-self: center;
  width: 20%;
  height: auto;
  margin-bottom: 150px;
}

#uno{
  margin-right: 15px;
}

#dos{
  margin-right: 10px;
}

#seis{
  margin-right: 15px;
}

#siete{
  margin-right: 10px;
}


#nueve{
  width: 90%;
  height: auto;
}


.main-carousel .flickity-enabled .is-draggable{
width: 100%;
}

.flickity-prev-next-button.next{
  display: none;
}

.flickity-prev-next-button.previous{
  display: none;
}

.flickity-page-dots .dot.is-selected {
  background: #6AC52B;
}

.main-carousel2{
  border: 2px solid #6AC52B;
  align-self: center;
  width: 20%;
  height: auto;
  margin-bottom: 150px;
}



.main-carousel3{
  border: 2px solid #6AC52B;
  align-self: center;
  width: 20%;
  height: auto;
  margin-bottom: 150px;
}
/*<------------------------------------------------------------------------------------------------------------------>*/

@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;
  }



  .equipos {
    width: 85%;
    margin: auto;
    margin-top: 30px;
  }

  .equipos h1 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 30px;
  }

  .combo1 {
    display: flex;
    flex-wrap: none;
    flex-direction: column;
    padding-bottom: 0px;
    border-bottom: 2px solid rgb(172, 169, 169);
  }

  .option {
    width: 100%;
  }

  .option h2 {
    font-size: 25px;
    margin-bottom: 10px;
  }

  .option p {
    font-size: 15px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 10px;
  }


  #precio {
    position: static;
    margin-top: 10px;
  }

  .fa-chevron-right {
    font-size: 30px;
    color: #6c9e49;
  }

  .fa-caret-right {
    color: #6AC52B;
    font-size: 20px;
  }

  .caracteristicas {
    margin-left: 10%;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    margin-bottom: 0%;
    width: 90%;
  }


  .caracteristicas ul li {
    list-style-type: square;
    border-radius: 50px;
    margin: 5px 0px;
    color: #6AC52B;
  }

  .caracteristicas p {
    color: rgb(102, 100, 100);
    font-family: 'Montserrat';
    font-size: 15px;
    margin: 0px;
  }

  .caracteristicas img {
    position: static;
    margin-top: 5%;
    top: 0%;
    left: 0%;
    width: 150px;
  }

  .combo2 {
    display: flex;
    flex-direction: column;
    flex-wrap: none;
    padding-top: 50px;
    padding-bottom: 0px;
    border-bottom: 2px solid rgb(172, 169, 169);
  }

  .option2 {
    width: 100%;
  }

  .option2 h2 {
    font-size: 25px;
    margin-bottom: 5px;

  }

  .option2 p {
    color: #6c9e49;
    font-family: 'OpenSauceOneLight';
    font-size: 15px;
    font-weight: 600;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 10px;
  }

  #precio2 {
    position: static;
    margin-top: 5%;
    top: 0px;
    left: 0px;
    color: rgb(102, 100, 100);
  }

  .caracteristicas2 {
    margin-left: 10%;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 80px;
    padding-top: 10px;
    width: 90%;
  }


  .caracteristicas2 ul li {
    list-style-type: square;
    border-radius: 50px;
    margin: 5px;
    color: #6AC52B;
  }

  .caracteristicas2 p {
    font-size: 15px;
    margin: 0px;
  }

  .caracteristicas2 img {
    position: static;
    margin-top: 5%;
    top: 0px;
    left: 0%;
    width: 150px;
  }

  .combo3 {
    display: flex;
    flex-direction: column;
    flex-wrap: none;
    padding-top: 50px;
    padding-bottom: 30px;
    border-bottom: 2px solid rgb(172, 169, 169);
  }

  .option3 {
    width: 100%;
  }

  .option3 h2 {
    margin-bottom: 5px;
    font-size: 25px;
  }

  .option3 p {
    font-size: 15px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 10px;
  }

  #precio3 {
    position: static;
    margin-top: 5%;
    top: 0px;
    left: 0px;
  }

  .caracteristicas3 {
    margin-left: 10%;
    margin-right: 0%;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    width: 90%;
  }


  .caracteristicas3 ul li {
    list-style-type: square;
    border-radius: 50px;
    margin: 5px;
    color: #6AC52B;
  }

  .caracteristicas3 p {
    color: rgb(102, 100, 100);
    font-family: 'Montserrat';
    font-size: 15px;
    margin: 0px;
  }

  .caracteristicas3 img {
    position: static;
    margin-top: 5%;
    top: 0px;
    left: 0%;
    width: 150px;
  }

  .adicionales {
    width: 85%;
    margin: auto;
  }

  .adicionales h1 {
    font-size: 25px;
    margin-top: 40px;
    margin-bottom: 30px;
    text-align: center;
  }

  .adicionales ul li {
    margin-left: 30px;
    list-style-type: square;
    font-size: 30px;
    color: #6AC52B;
    width: 90%;
    margin-top: 0px;
  }

  .adicionales p {
    font-size: 15px;
  }

  .main-carousel{
    border: 2px solid #6AC52B;
    align-self: center;
    width: 80%;
    height: auto;
    margin-bottom: 150px;
  }

  .main-carousel2{
    border: 2px solid #6AC52B;
    align-self: center;
    width: 80%;
    height: auto;
    margin-bottom: 150px;
  }
  
  .main-carousel3{
    border: 2px solid #6AC52B;
    align-self: center;
    width: 80%;
    height: auto;
    margin-bottom: 150px;
  }

}

@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: 30PX;
    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;
  }

  .equipos {
    width: 85%;
    margin: auto;
    margin-top: 30px;
  }

  .equipos h1 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 30px;
  }

  .combo1 {
    display: flex;
    flex-wrap: none;
    flex-direction: column;
    padding-bottom: 80px;
    border-bottom: 2px solid rgb(172, 169, 169);
  }

  .option {
    width: 100%;
  }

  .option h2 {
    font-size: 25px;
    margin-bottom: 10px;
  }

  .option p {
    font-size: 15px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 10px;
  }


  #precio {
    position: static;
    margin-top: 10px;
  }

  .fa-chevron-right {
    font-size: 30px;
    color: #6c9e49;
  }

  .fa-caret-right {
    color: #6AC52B;
    font-size: 20px;
  }

  .caracteristicas {
    margin-left: 10%;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    margin-bottom: 0%;
    width: 90%;
  }


  .caracteristicas ul li {
    list-style-type: square;
    border-radius: 50px;
    margin: 5px 0px;
    color: #6AC52B;
  }

  .caracteristicas p {
    color: rgb(102, 100, 100);
    font-family: 'Montserrat';
    font-size: 15px;
    margin: 0px;
  }

  .caracteristicas img {
    position: static;
    margin-top: 5%;
    top: 0%;
    left: 0%;
    width: 150px;
  }

  .combo2 {
    display: flex;
    flex-direction: column;
    flex-wrap: none;
    padding-top: 50px;
    padding-bottom: 80px;
    border-bottom: 2px solid rgb(172, 169, 169);
  }

  .option2 {
    width: 100%;
  }

  .option2 h2 {
    font-size: 25px;
    margin-bottom: 5px;

  }

  .option2 p {
    color: #6c9e49;
    font-family: 'OpenSauceOneLight';
    font-size: 15px;
    font-weight: 600;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 10px;
  }

  #precio2 {
    position: static;
    margin-top: 5%;
    top: 0px;
    left: 0px;
    color: rgb(102, 100, 100);
  }

  .caracteristicas2 {
    margin-left: 10%;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 80px;
    padding-top: 10px;
    width: 90%;
  }


  .caracteristicas2 ul li {
    list-style-type: square;
    border-radius: 50px;
    margin: 5px;
    color: #6AC52B;
  }

  .caracteristicas2 p {
    font-size: 15px;
    margin: 0px;
  }

  .caracteristicas2 img {
    position: static;
    margin-top: 5%;
    top: 0px;
    left: 0%;
    width: 150px;
  }

  .combo3 {
    display: flex;
    flex-direction: column;
    flex-wrap: none;
    padding-top: 50px;
    padding-bottom: 80px;
    border-bottom: 2px solid rgb(172, 169, 169);
  }

  .option3 {
    width: 100%;
  }

  .option3 h2 {
    margin-bottom: 5px;
    font-size: 25px;
  }

  .option3 p {
    font-size: 15px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 10px;
  }

  #precio3 {
    position: static;
    margin-top: 5%;
    top: 0px;
    left: 0px;
  }

  .caracteristicas3 {
    margin-left: 10%;
    margin-right: 0%;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    width: 90%;
  }


  .caracteristicas3 ul li {
    list-style-type: square;
    border-radius: 50px;
    margin: 5px;
    color: #6AC52B;
  }

  .caracteristicas3 p {
    color: rgb(102, 100, 100);
    font-family: 'Montserrat';
    font-size: 15px;
    margin: 0px;
  }

  .caracteristicas3 img {
    position: static;
    margin-top: 5%;
    top: 0px;
    left: 0%;
    width: 150px;
  }

  .adicionales {
    width: 85%;
    margin: auto;
  }

  .adicionales h1 {
    font-size: 25px;
    margin-top: 40px;
    margin-bottom: 30px;
    text-align: center;
  }

  .adicionales ul li {
    margin-left: 30px;
    list-style-type: square;
    font-size: 30px;
    color: #6AC52B;
    width: 90%;
    margin-top: 0px;
  }

  .adicionales p {
    font-size: 15px;
  }

  .main-carousel{
    border: 2px solid #6AC52B;
    align-self: center;
    width: 40%;
    height: auto;
    margin-bottom: 150px;
  }

  .main-carousel2{
    border: 2px solid #6AC52B;
    align-self: center;
    width: 40%;
    height: auto;
    margin-bottom: 150px;
  }
  
  .main-carousel3{
    border: 2px solid #6AC52B;
    align-self: center;
    width: 40%;
    height: auto;
    margin-bottom: 150px;
  }


}

@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;
  }

  .equipos {
    width: 85%;
    margin: auto;
    margin-top: 30px;
  }

  .equipos h1 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 30px;
  }

  .combo1 {
    display: flex;
    flex-wrap: none;
    flex-direction: column;
    padding-bottom: 80px;
    border-bottom: 2px solid rgb(172, 169, 169);
  }

  .option {
    width: 100%;
  }

  .option h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .option p {
    font-size: 20px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 10px;
  }


  #precio {
    position: static;
    margin-top: 10px;
  }

  .fa-chevron-right {
    font-size: 30px;
    color: #6c9e49;
  }

  .fa-caret-right {
    color: #6AC52B;
    font-size: 20px;
  }

  .caracteristicas {
    margin-left: 10%;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    margin-bottom: 0%;
    width: 90%;
  }


  .caracteristicas ul li {
    list-style-type: square;
    border-radius: 50px;
    margin: 5px 0px;
    color: #6AC52B;
  }

  .caracteristicas p {
    color: rgb(102, 100, 100);
    font-family: 'Montserrat';
    font-size: 15px;
    margin: 0px;
  }

  .caracteristicas img {
    position: static;
    margin-top: 5%;
    top: 0%;
    left: 0%;
    width: 200px;
  }

  .combo2 {
    display: flex;
    flex-direction: column;
    flex-wrap: none;
    padding-top: 50px;
    padding-bottom: 80px;
    border-bottom: 2px solid rgb(172, 169, 169);
  }

  .option2 {
    width: 100%;
  }

  .option2 h2 {
    font-size: 30px;
    margin-bottom: 5px;

  }

  .option2 p {
    color: #6c9e49;
    font-family: 'OpenSauceOneLight';
    font-size: 20px;
    font-weight: 600;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 10px;
  }

  #precio2 {
    position: static;
    margin-top: 5%;
    top: 0px;
    left: 0px;
    color: rgb(102, 100, 100);
  }

  .caracteristicas2 {
    margin-left: 10%;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 80px;
    padding-top: 10px;
    width: 90%;
  }


  .caracteristicas2 ul li {
    list-style-type: square;
    border-radius: 50px;
    margin: 5px;
    color: #6AC52B;
  }

  .caracteristicas2 p {
    font-size: 15px;
    margin: 0px;
  }

  .caracteristicas2 img {
    position: static;
    margin-top: 5%;
    top: 0px;
    left: 0%;
    width: 200px;
  }

  .combo3 {
    display: flex;
    flex-direction: column;
    flex-wrap: none;
    padding-top: 50px;
    padding-bottom: 80px;
    border-bottom: 2px solid rgb(172, 169, 169);
  }

  .option3 {
    width: 100%;
  }

  .option3 h2 {
    margin-bottom: 5px;
    font-size: 30px;
  }

  .option3 p {
    font-size: 20px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 10px;
  }

  #precio3 {
    position: static;
    margin-top: 5%;
    top: 0px;
    left: 0px;
  }

  .caracteristicas3 {
    margin-left: 10%;
    margin-right: 0%;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    width: 90%;
  }


  .caracteristicas3 ul li {
    list-style-type: square;
    border-radius: 50px;
    margin: 5px;
    color: #6AC52B;
  }

  .caracteristicas3 p {
    color: rgb(102, 100, 100);
    font-family: 'Montserrat';
    font-size: 20px;
    margin: 0px;
  }

  .caracteristicas3 img {
    position: static;
    margin-top: 5%;
    top: 0px;
    left: 0%;
    width: 200px;
  }

  .adicionales {
    width: 85%;
    margin: auto;
  }

  .adicionales h1 {
    font-size: 25px;
    margin-top: 40px;
    margin-bottom: 30px;
    text-align: center;
  }

  .adicionales ul li {
    margin-left: 30px;
    list-style-type: square;
    font-size: 30px;
    color: #6AC52B;
    width: 90%;
    margin-top: 0px;
  }

  .adicionales p {
    font-size: 15px;
  }

  .main-carousel{
    border: 2px solid #6AC52B;
    align-self: center;
    width: 40%;
    height: auto;
    margin-bottom: 150px;
  }

  .main-carousel2{
    border: 2px solid #6AC52B;
    align-self: center;
    width: 40%;
    height: auto;
    margin-bottom: 150px;
  }
  
  .main-carousel3{
    border: 2px solid #6AC52B;
    align-self: center;
    width: 40%;
    height: auto;
    margin-bottom: 150px;
  }

}

@media screen and (min-width: 961px) 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;
  }

  .equipos {
    width: 85%;
    margin: auto;
    margin-top: 30px;
  }

  .equipos h1 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 30px;
  }

  .combo1 {
    display: flex;
    flex-wrap: none;
    padding-bottom: 80px;
    border-bottom: 2px solid rgb(172, 169, 169);
  }

  .option {
    width: 40%;
  }

  .option h2 {
    font-size: 25px;
    margin-bottom: 10px;
  }

  .option p {
    font-size: 15px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 10px;
  }


  #precio {
    position: static;
    margin-top: 10px;
  }

  .fa-chevron-right {
    font-size: 30px;
    color: #6c9e49;
  }

  .fa-caret-right {
    color: #6AC52B;
    font-size: 20px;
  }

  .caracteristicas {
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    margin-bottom: 0%;
    width: 30%;
  }


  .caracteristicas ul li {
    list-style-type: square;
    border-radius: 50px;
    margin: 5px 0px;
    color: #6AC52B;
  }

  .caracteristicas p {
    color: rgb(102, 100, 100);
    font-family: 'Montserrat';
    font-size: 15px;
    margin: 0px;
  }

  .caracteristicas img {
    position: static;
    margin-top: 0%;
    top: 0%;
    left: 0%;
    width: 150px;
  }

  .combo2 {
    display: flex;
    flex-wrap: none;
    padding-top: 50px;
    padding-bottom: 80px;
    border-bottom: 2px solid rgb(172, 169, 169);
  }

  .option2 {
    width: 40%;
  }

  .option2 h2 {
    font-size: 25px;
    margin-bottom: 5px;

  }

  .option2 p {
    color: #6c9e49;
    font-family: 'OpenSauceOneLight';
    font-size: 15px;
    font-weight: 600;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 10px;
  }

  #precio2 {
    position: static;
    margin-top: 5%;
    top: 0px;
    left: 0px;
    color: rgb(102, 100, 100);
  }

  .caracteristicas2 {
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    width: 30%;
  }


  .caracteristicas2 ul li {
    list-style-type: square;
    border-radius: 50px;
    margin: 5px;
    color: #6AC52B;
  }

  .caracteristicas2 p {
    font-size: 15px;
    margin: 0px;
  }

  .caracteristicas2 img {
    position: static;
    margin-top: 5%;
    top: 0px;
    left: 0%;
    width: 150px;
  }

  .combo3 {
    display: flex;
    flex-wrap: none;
    padding-top: 50px;
    padding-bottom: 80px;
    border-bottom: 2px solid rgb(172, 169, 169);
  }

  .option3 {
    width: 40%;
  }

  .option3 h2 {
    margin-bottom: 5px;
    font-size: 25px;
  }

  .option3 p {
    font-size: 15px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 10px;
  }

  #precio3 {
    position: static;
    margin-top: 5%;
    top: 0px;
    left: 0px;
  }

  .caracteristicas3 {
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    width: 30%;
  }


  .caracteristicas3 ul li {
    list-style-type: square;
    border-radius: 50px;
    margin: 5px;
    color: #6AC52B;
  }

  .caracteristicas3 p {
    color: rgb(102, 100, 100);
    font-family: 'Montserrat';
    font-size: 15px;
    margin: 0px;
  }

  .caracteristicas3 img {
    position: static;
    margin-top: 5%;
    top: 0px;
    left: 0%;
    width: 100px;
  }

  .adicionales {
    width: 85%;
    margin: auto;
  }

  .adicionales h1 {
    font-size: 25px;
    margin-top: 40px;
    margin-bottom: 30px;
    text-align: center;
  }

  .adicionales ul li {
    margin-left: 30px;
    list-style-type: square;
    font-size: 30px;
    color: #6AC52B;
    width: 90%;
    margin-top: 0px;
  }

  .adicionales p {
    font-size: 15px;
  }

  .main-carousel{
    border: 2px solid #6AC52B;
    align-self: center;
    width: 40%;
    height: auto;
    margin-bottom: 150px;
  }

  .main-carousel2{
    border: 2px solid #6AC52B;
    align-self: center;
    width: 40%;
    height: auto;
    margin-bottom: 150px;
  }
  
  .main-carousel3{
    border: 2px solid #6AC52B;
    align-self: center;
    width: 40%;
    height: auto;
    margin-bottom: 150px;
  }

}

@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;
  }

  .main-carousel{
    border: 2px solid #6AC52B;
    align-self: center;
    width: 30%;
    height: auto;
    margin-bottom: 150px;
  }

  .main-carousel2{
    border: 2px solid #6AC52B;
    align-self: center;
    width: 30%;
    height: auto;
    margin-bottom: 150px;
  }
  
  .main-carousel3{
    border: 2px solid #6AC52B;
    align-self: center;
    width: 30%;
    height: auto;
    margin-bottom: 150px;
  }
}