*{
  margin: 0;
  padding: 0;
  font-family: 'Montserrat';
}

.fijado{
  position: sticky;
  top: 0px;
  z-index: 10;
  width: 50%;
  border-bottom-right-radius: 15px;
  background-color: #6AC52B;
  display: flex;
}

.fijado p{
  font-size: 17px;
  padding: 5px;
  color: #fff;
  margin-left: 70px;
}

.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;
}

.page{
  width: 85%;
  margin:auto;
}

.container h1{
  margin-top: 30px;
  margin-bottom: 70px;
  color: #6AC52B;
  text-align: center;
  font-family: 'Montserrat';
  font-size: 30px;
  font-weight: 600;
}

.info{
  margin-left: 30%;
  display: flex;
  margin-bottom: 5%;
}

.text{
  text-align: justify;
  width: 80%;
}

.text h2{
  margin-bottom: 20px;
  color: #6AC52B;
}

.text p{
  font-family: 'OpenSauceOneLight';
  font-size: 20px;
  font-weight: 500;
  color: rgb(102, 100, 100);
}

.image{
  margin-top: 40px;
  margin-left: 50px;
}

/*---------------------------*/

.info2{
  margin-top: 20px;
  margin-right: 20%;
  display: flex;
  margin-bottom: 5%;
}

.text2{
  text-align: justify;
  width: 80%;
}

.text2 h2{
  color: #6AC52B;
}

.text2 p{
  font-family: 'OpenSauceOneLight';
  font-size: 20px;
  font-weight: 500;
  color: rgb(102, 100, 100);
}

.image2{
  margin-top: 40px;
  margin-left: 50px;
}

/*------------------------*/

.info3{
  margin-top: 20px;
  margin-left: 30%;
  display: flex;
  margin-bottom: 5%;
}

.text3{
  text-align: justify;
  width: 80%;
  margin-bottom: 2%;
}

.text3 h2{
  color: #6AC52B;
}

.text3 p{
  font-family: 'OpenSauceOneLight';
  font-size: 20px;
  font-weight: 500;
  color: rgb(102, 100, 100);
}

.image3{
  margin-top: 15px;
  margin-left: 50px;
}

/*-----------------------------*/

.info4{
  margin-right: 20%;
  display: flex;
  margin-bottom: 5%;
}

.text4{
  text-align: justify;
  width: 80%;
  
}

.text4 h2{
  color: #6AC52B;
}

.text4 p{
  font-family: 'OpenSauceOneLight';
  font-size: 20px;
  font-weight: 500;
  color: rgb(102, 100, 100);
}

.image4{
  margin-top: 50px;
  margin-left: 50px;
}
/*<----------------------------------------------------------------------------------------------------------------------------->*/
@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;
  }
  
  .container h1{
    margin-top: 30px;
    margin-bottom: 70px;
    color: #6AC52B;
    text-align: center;
    font-family: 'Montserrat';
    font-size: 30px;
    font-weight: 600;
  }
  
  .info{
    margin-left: 0%;
    flex-direction: column;
  }
  
  .text{
    width: 100%;
  }
  
  .text h2{
    margin-bottom: 0px;
    color: #6AC52B;
  }
  
  .text p{
    font-size: 15px;
  }
  
  .image{
    margin-top: 40px;
    margin-left: 0px;
    align-self: center;
  }
  
  /*---------------------------*/
  
  .info2{
    margin-top: 20px;
    margin-right: 0%;
    flex-direction: column;
  }
  
  .text2{
    text-align: justify;
    width: 100%;
  }
  
  .text2 p{
    font-size: 15px;
  }
  
  .image2{
    margin-top: 40px;
    margin-left: 0px;
    align-self: center;
  }
  
  /*------------------------*/
  
  .info3{
    margin-top: 20px;
    margin-left: 0%;
    flex-direction: column;
  }
  
  .text3{
    text-align: justify;
    width: 100%;
  }
  
  .text3 p{
    font-size: 15px;
  }
  
  .image3{
    margin-top: 15px;
    margin-left: 0px;
    align-self: center;
  }
  
  /*-----------------------------*/
  
  .info4{
    margin-top: 20px;
    margin-right: 0%;
    margin-bottom: 50px;
    flex-direction: column;
  }
  
  .text4{
    text-align: justify;
    width: 100%;
  }
  
  .text4 h2{
    color: #6AC52B;
  }
  
  .text4 p{
    font-family: 'OpenSauceOneLight';
    font-size: 15px;
    font-weight: 500;
    color: rgb(102, 100, 100);
  }
  
  .image4{
    align-self: center;
    margin-top: 50px;
    margin-left: 0px;
  }
}

@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: 50%;
    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;
  }

  .container h1{
    margin-top: 30px;
    margin-bottom: 70px;
    color: #6AC52B;
    text-align: center;
    font-family: 'Montserrat';
    font-size: 30px;
    font-weight: 600;
  }
  
  .info{
    margin-left: 0%;
    flex-direction: column;
  }
  
  .text{
    width: 100%;
  }
  
  .text h2{
    margin-bottom: 0px;
    color: #6AC52B;
  }
  
  .text p{
    font-size: 15px;
  }
  
  .image{
    margin-top: 40px;
    margin-left: 0px;
    align-self: center;
  }
  
  /*---------------------------*/
  
  .info2{
    margin-top: 20px;
    margin-right: 0%;
    flex-direction: column;
  }
  
  .text2{
    text-align: justify;
    width: 100%;
  }
  
  .text2 p{
    font-size: 15px;
  }
  
  .image2{
    margin-top: 40px;
    margin-left: 0px;
    align-self: center;
  }
  
  /*------------------------*/
  
  .info3{
    margin-top: 20px;
    margin-left: 0%;
    flex-direction: column;
  }
  
  .text3{
    text-align: justify;
    width: 100%;
  }
  
  .text3 p{
    font-size: 15px;
  }
  
  .image3{
    margin-top: 15px;
    margin-left: 0px;
    align-self: center;
  }
  
  /*-----------------------------*/
  
  .info4{
    margin-top: 20px;
    margin-right: 0%;
    margin-bottom: 50px;
    flex-direction: column;
  }
  
  .text4{
    text-align: justify;
    width: 100%;
  }
  
  .text4 h2{
    color: #6AC52B;
  }
  
  .text4 p{
    font-family: 'OpenSauceOneLight';
    font-size: 15px;
    font-weight: 500;
    color: rgb(102, 100, 100);
  }
  
  .image4{
    align-self: center;
    margin-top: 50px;
    margin-left: 0px;
  }
}

@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: 50%;
    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;
  }

  .container h1{
    margin-top: 30px;
    margin-bottom: 70px;
    color: #6AC52B;
    text-align: center;
    font-family: 'Montserrat';
    font-size: 30px;
    font-weight: 600;
  }
  
  .info{
    margin-left: 0%;
    flex-direction: column;
  }
  
  .text{
    width: 100%;
  }
  
  .text h2{
    margin-bottom: 0px;
    color: #6AC52B;
  }
  
  .text p{
    font-size: 15px;
  }
  
  .image{
    margin-top: 40px;
    margin-left: 0px;
    align-self: center;
  }
  
  /*---------------------------*/
  
  .info2{
    margin-top: 20px;
    margin-right: 0%;
    flex-direction: column;
  }
  
  .text2{
    text-align: justify;
    width: 100%;
  }
  
  .text2 p{
    font-size: 15px;
  }
  
  .image2{
    margin-top: 40px;
    margin-left: 0px;
    align-self: center;
  }
  
  /*------------------------*/
  
  .info3{
    margin-top: 20px;
    margin-left: 0%;
    flex-direction: column;
  }
  
  .text3{
    text-align: justify;
    width: 100%;
  }
  
  .text3 p{
    font-size: 15px;
  }
  
  .image3{
    margin-top: 15px;
    margin-left: 0px;
    align-self: center;
  }
  
  /*-----------------------------*/
  
  .info4{
    margin-top: 20px;
    margin-right: 0%;
    margin-bottom: 50px;
    flex-direction: column;
  }
  
  .text4{
    text-align: justify;
    width: 100%;
  }
  
  .text4 h2{
    color: #6AC52B;
  }
  
  .text4 p{
    font-family: 'OpenSauceOneLight';
    font-size: 15px;
    font-weight: 500;
    color: rgb(102, 100, 100);
  }
  
  .image4{
    align-self: center;
    margin-top: 50px;
    margin-left: 0px;
  }
}

@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;
  }
    
}

@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;
  }
}