*{
  margin: 0;
  padding: 0;
  font-family: 'Montserrat';
}
#img{
  height: 110px;
  width: 200px;
}

.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;
}

.download{
  width: 85%;
  margin: auto;
}

.Title h1{
  color: #6AC52B;
  text-align: center;
  font-size: 30px;
  margin-top: 50px;
  margin-bottom: 40px;
}

.registration{
  text-align: center;
}

#empresa{
  margin-left: 10px;
  height: 50px;
  width: 500px;
  border-radius: 15px;
  margin-bottom: 5px;
}

#celular{
  margin-left: 75px;
  height: 50px;
  width: 500px;
  border-radius: 15px;
}

::placeholder{
  color: rgb(197, 195, 195);
}


.registration label{
  color: #6AC52B;
  font-size: 25px;
  font-weight: bold;
}

.registration button{
  text-align: center;
  margin-top: 50px;
  cursor: pointer;
  padding: 15px 50px;
  border: 7px solid #6AC52B;
  border-radius: 20px;
  color: #6AC52B;
  font-size: 30px;
  font-weight: bold;
}

.succes-modal{
  z-index: 20;
  display: flex;
  display:none;
  position: fixed;
  top: 0;
  left: 0;
  background: #000000b4;
  height: 100vh;
  width: 100vw;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.modal{
  background-color: #fffefe;
  padding-top: 20px;
  padding-bottom: 70px;
  border-radius: 15px;
  width: 60%;
  height: 20%;
  position: absolute;
  top: 30%;
  left: 20%;
}

.modal .fa-xmark{
  position: absolute;
  top: 10%;
  right: 5%;
  color: #6AC52B;
  cursor: pointer;
}

.modal h1{
  color: #6AC52B;
  margin-bottom: 5%;
}

.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;
}

.modal-container2{
  z-index: 20;
  display: flex;
  display:none;
  position: fixed;
  top: 0;
  left: 0;
  background: #000000b4;
  height: 100vh;
  width: 100vw;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.modal2{
  background-color: #fffefe;
  padding: 15px;
  border-radius: 15px;
  width: 50%;
  height: 60%;
  position: absolute;
  top: 20%;
  left: 25%;
}


.fa-regular{
  color:#6AC52B;
  font-size: 50px;
}

.modal2 h1{
  color: #6AC52B;
  margin-bottom: 5%;
  font-size: 30px;
}

.modal2 button{
  cursor: pointer;
  text-decoration: none;
  background-color: #6ac52b;
  font-weight: 600;
  border-radius: 20px;
  padding: 10px 50px;
  color: #ffffff;
  font-size: 25px;
  margin-right: 20px;
  border: none;
}

::placeholder{
  font-size: 12px;
}

.data{
  display: flex;
  margin-bottom: 2%;
}

.data1{
  display: flex;
  flex-direction: column;
  width: 50%;
  margin-right: 10px;
  text-align: left;
}

.data1 select{
  border-radius: 15px;
  margin-bottom: 5px;
  padding: 10px;
}

.data1 label{
  color: #6AC52B;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.data1 input{
  border-radius: 15px;
  margin-bottom: 5px;
  padding: 10px;
}

.data2{
  display: flex;
  flex-direction: column;
  width: 50%;
  text-align: left;
}

.data2 label{
  color: #6AC52B;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.data2 input{
  border-radius: 15px;
  margin-bottom: 5px;
  padding: 10px;
}

.utilities{
  margin-top: 70px;
  font-size: 20px;
  color: #6AC52B;
  border-bottom:2px solid #6AC52B;
}

.utilities h2{
  margin-left: 70px;
  margin-bottom: 20px;
}

.icons{
  display: flex;
  margin-bottom: 5%;
}

.impressold img{
  width: 70px;
}

.impress img{
  width: 70px;
}

.impress2 img{
  width: 70px;
}

.impress3 img{
  width: 70px;
}

.cables img{
  width: 70px;
}

.anydesk img{
  width: 70px;
}

.winrar img{
  width:70px;
}

.java img{
  width: 70px;
}

.reader img{
  width: 70px;
}

.hercules img{
  width: 70px;
}

.picture img{
  width: 60px;
  margin-left: 40px;
}

.hercules p{
  margin-top: 0px;
}

.icons img{
  margin-top: 20px;
  margin-left: 30px;
}

.icons p{
  font-family: 'OpenSauceOneLight';
  font-weight: 500;
  font-size: 12px;
  margin-top: 10px;
  color: rgb(140, 140, 140);
}

.impressold p{
  width: 70px;
  text-align: center;
  margin-left: 30px;
}

.impress2 p{
  width: 70px;
  text-align: center;
  margin-left: 30px;
}

.impress3 p{
  width: 70px;
  text-align: center;
  margin-left: 30px;
}

.impress p{
  width: 70px;
  text-align: center;
  margin-left: 30px;
}

.cables p{
  width: 70px;
  text-align: center;
  margin-left: 30px;
}

.anydesk p{
  margin-left: 30px;
}

.winrar p{
  margin-left: 40px;
}

.java p{
  margin-left: 50px;
}

.reader p{
  margin-left: 40px;
}

.hercules p{
  margin-left: 30px;
}

.picture p{
  margin-top: 20px;
  width: 70%;
  text-align: center;
  margin-left: 10px;
}

.enlace #video{
  width: 210px;
  position: absolute;
  left: 80%;
  top: 70%;
}

@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;
  }

  .download{
    width: 85%;
    margin: auto;
  }
  
  .Title h1{
    width: 100%;
    color: #6AC52B;
    margin-left: 0%;
    text-align: center;
    font-size: 20px;
    margin-top: 50px;
    margin-bottom: 40px;
  }
  
  .registration{
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  
  #empresa{
    height: 40px;
    margin-left: 0px;
    width: 100%;
    border-radius: 50px;
    margin-bottom: 5%;
  }
  
  #celular{
    height: 40px;
    margin-left: 0px;
    width: 100%;
    border-radius: 50px;
    margin-bottom: 5%;
  }
  
  ::placeholder{
    color: rgb(197, 195, 195);
    font-size: 11px;
  }
  
  .registration p{
    margin-right: 25px;
    color: #6AC52B;
    font-size: 15px;
    font-weight: bold;
  }
  
  .registration button{
    text-decoration: none;
    padding: 15px 20px;
    border: 2px solid #6AC52B;
    border-radius: 20px;
    color: #6AC52B;
    font-size: 10px;
    font-weight: bold;
  }

  .succes-modal{
    z-index: 20;
    display: flex;
    display: none;
    position: fixed;
    top: 25%;
    left: 25%;
    border-radius: 15px;
    height: 50vh;
    /* border: 1px solid; */
    box-shadow: 0px 3px 11px 2px #e6e6e6;
    text-align: center;
  }
  
  .modal{
    background-color: #fffefe;
    padding: 110px;
    border-radius: 15px;
  }
  
  .modal h1{
    color: #6AC52B;
    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;
  }
  
  .modal-container2{
    width: 90%;
    z-index: 20;
    display: flex;
    display: none;
    position: fixed;
    top: 10%;
    left: 5%;
    border-radius: 15px;
    height: 65vh;
    /* border: 1px solid; */
    box-shadow: 0px 3px 11px 2px #e6e6e6;
    text-align: center;
  }
  
  .modal2{
    background-color: #fffefe;
    padding: 35px;
    border-radius: 15px;
  }
  
  
  .fa-regular{
    color:#6AC52B;
    font-size: 30px;
  }
  
  .modal2 h1{
    color: #6AC52B;
    margin-bottom: 5%;
    font-size: 15px;
  }
  
  .modal2 button{
    cursor: pointer;
    text-decoration: none;
    background-color: #6ac52b;
    box-shadow: 2px 3px 7px 1px #d5d5d5;
    font-weight: 600;
    border-radius: 20px;
    padding: 10px 15px;
    color: #ffffff;
    font-size: 15px;
    margin-right: 0px;
    border: none;
  }
  
  ::placeholder{
    font-size: 10px;
  }
  
  .data{
    display: flex;
    margin-bottom: 2%;
  }
  
  .data1{
    display: flex;
    flex-direction: column;
    width: 50%;
    margin-right: 10px;
    text-align: left;
  }
  
  .data1 label{
    color: #6AC52B;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
  }
  
  .data1 input{
    border-radius: 15px;
    margin-bottom: 5px;
    padding: 10px;
  }
  
  .data2{
    display: flex;
    flex-direction: column;
    width: 50%;
    text-align: left;
  }
  
  .data2 label{
    color: #6AC52B;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
  }
  
  .data2 input{
    border-radius: 15px;
    margin-bottom: 5px;
    padding: 10px;
  }
  
  .utilities{
    margin-top: 70px;
    font-size: 20px;
    color: #6AC52B;
    border-bottom:2px solid #6AC52B;
  }
  
  .utilities h2{
    margin-left: 70px;
    margin-bottom: 20px;
  }
  
  .icons{
    flex-direction: column;
    margin-left: 30%;
  }
  
  .impress2 img{
    width: 30%;
  }

  .impress img{
    width: 30%;
  }
  
  .anydesk img{
    width: 30%;
  }

  .winrar img{
    width: 30%;
  }

  .java img{
    width: 30%;
  }

  .reader img{
    width: 30%;
  }
  
  .hercules img{
    width: 30%;
  }

  .picture img{
    width: 30%;
  }

  .icons img{
    margin-top: 20px;
    margin-left: 30px;
  }
  
  .icons p{
    font-size: 12px;
    margin-top: 10px;
    margin-left: 15%;
  }
  
  .enlace #video{
    width: 50%;
    position: static;
    margin-top: 10%;
    margin-left: 25%;
  }

  .impress2 p{
    width: 70px;
    text-align: center;
    margin-left: 25px;
  }
  
  .impress p{
    width: 70px;
    text-align: center;
    margin-left: 25px;
  }
  
  .anydesk p{
    margin-left: 25px;
  }
  
  .winrar p{
    margin-left: 35px;
  }
  
  .java p{
    margin-left: 45px;
  }
  
  .reader p{
    margin-left: 35px;
  }
  
  .hercules p{
    margin-left: 25px;
  }
  
  .picture p{
    margin-top: 20px;
    width: 60%;
    text-align: center;
    margin-left: 5px;
  }
}

@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;
  }

  .Title h1{
    width: 100%;
    color: #6AC52B;
    margin-left: 0%;
    text-align: center;
    font-size: 20px;
    margin-top: 50px;
    margin-bottom: 40px;
  }
  
  .registration{
    text-align: center;
  }
  
  #empresa{
    height: 40px;
    margin-left: 0px;
    width: 100%;
    border-radius: 50px;
    margin-bottom: 5%;
  }
  
  #celular{
    height: 40px;
    margin-left: 0px;
    width: 100%;
    border-radius: 50px;
    margin-bottom: 5%;
  }
  
  ::placeholder{
    color: rgb(197, 195, 195);
    font-size: 11px;
  }
  
  .registration p{
    margin-right: 25px;
    color: #6AC52B;
    font-size: 20px;
    font-weight: bold;
  }
  
  .descarga{
    margin-left: 30%;
    margin-top: 50px;
  }
  
  .registration button{
    text-decoration: none;
    padding: 15px 20px;
    border: 2px solid #6AC52B;
    border-radius: 20px;
    color: #6AC52B;
    font-size: 15px;
    font-weight: bold;
  }
  
  .succes-modal{
    z-index: 20;
    display: flex;
    display: none;
    position: fixed;
    top: 25%;
    left: 25%;
    border-radius: 15px;
    height: 50vh;
    /* border: 1px solid; */
    box-shadow: 0px 3px 11px 2px #e6e6e6;
    text-align: center;
  }
  
  .modal{
    background-color: #fffefe;
    padding: 110px;
    border-radius: 15px;
  }
  
  .modal h1{
    color: #6AC52B;
    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;
  }
  
  .modal-container2{
    width: 90%;
    z-index: 20;
    display: flex;
    display: none;
    position: fixed;
    top: 10%;
    left: 5%;
    border-radius: 15px;
    height: 65vh;
    /* border: 1px solid; */
    box-shadow: 0px 3px 11px 2px #e6e6e6;
    text-align: center;
  }
  
  .modal2{
    background-color: #fffefe;
    padding: 25px;
    border-radius: 15px;
  }
  
  
  .fa-regular{
    color:#6AC52B;
    font-size: 30px;
  }
  
  .modal2 h1{
    color: #6AC52B;
    margin-bottom: 5%;
    font-size: 15px;
  }
  
  .modal2 button{
    cursor: pointer;
    text-decoration: none;
    background-color: #6ac52b;
    box-shadow: 2px 3px 7px 1px #d5d5d5;
    font-weight: 600;
    border-radius: 20px;
    padding: 10px 15px;
    color: #ffffff;
    font-size: 15px;
    margin-right: 0px;
    border: none;
  }
  
  ::placeholder{
    font-size: 10px;
  }
  
  .data{
    display: flex;
    margin-bottom: 2%;
  }
  
  .data1{
    display: flex;
    flex-direction: column;
    width: 50%;
    margin-right: 10px;
    text-align: left;
  }
  
  .data1 label{
    color: #6AC52B;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
  }
  
  .data1 input{
    border-radius: 15px;
    margin-bottom: 5px;
    padding: 10px;
  }
  
  .data2{
    display: flex;
    flex-direction: column;
    width: 50%;
    text-align: left;
  }
  
  .data2 label{
    color: #6AC52B;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
  }
  
  .data2 input{
    border-radius: 15px;
    margin-bottom: 5px;
    padding: 10px;
  }

  .utilities{
    margin-top: 70px;
    font-size: 20px;
    color: #6AC52B;
    border-bottom:2px solid #6AC52B;
  }
  
  .utilities h2{
    margin-left: 30%;
    margin-bottom: 20px;
  }
  
  .icons{
    flex-direction: column;
    margin-left: 30%;
  }
  
  .impress img{
    width: 30%;
  }
  
  .anydesk img{
    width: 30%;
  }

  .winrar img{
    width: 30%;
  }

  .java img{
    width: 30%;
  }

  .reader img{
    width: 30%;
  }

  .hercules img{
    width: 30%;
  }
  
  .icons img{
    margin-top: 20px;
    margin-left: 30px;
  }
  
  .icons p{
    font-size: 12px;
    margin-top: 10px;
    margin-left: 15%;
  }
  
  .enlace #video{
    width: 50%;
    position: static;
    margin-top: 10%;
    margin-left: 25%;
  }

  .impress2 p{
    width: 70px;
    text-align: center;
    margin-left: 40px;
  }
  
  .impress p{
    width: 70px;
    text-align: center;
    margin-left: 40px;
  }
  
  .anydesk p{
    margin-left: 40px;
  }
  
  .winrar p{
    margin-left: 50px;
  }
  
  .java p{
    margin-left: 60px;
  }
  
  .reader p{
    margin-left: 50px;
  }
  
  .hercules p{
    margin-left: 40px;
  }
  
  .picture p{
    margin-top: 20px;
    width: 40%;
    text-align: center;
    margin-left: 20px;
  }
}

@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;
  }

  .Title h1{
    width: 100%;
    color: #6AC52B;
    margin-left: 0%;
    text-align: center;
    font-size: 25px;
    margin-top: 50px;
    margin-bottom: 40px;
  }
  
  .registration{
    text-align: center;
  }

  #empresa{
    height: 40px;
    margin-left: 0px;
    width: 50%;
    border-radius: 50px;
    margin-bottom: 5%;
  }
  
  #celular{
    height: 40px;
    margin-left: 10%;
    width: 50%;
    border-radius: 50px;
    margin-bottom: 5%;
  }
  
  ::placeholder{
    color: rgb(197, 195, 195);
    font-size: 11px;
  }
  
  .registration p{
    margin-right: 25px;
    color: #6AC52B;
    font-size: 20px;
    font-weight: bold;
  }
  
  .descarga{
    margin-left: 35%;
    margin-top: 50px;
  }
  
  .descarga button{
    text-decoration: none;
    padding: 15px 30px;
    border: 2px solid #6AC52B;
    border-radius: 20px;
    color: #6AC52B;
    font-size: 15px;
    font-weight: bold;
  }

  .succes-modal{
    z-index: 20;
    display: flex;
    display: none;
    position: fixed;
    top: 25%;
    left: 25%;
    border-radius: 15px;
    height: 50vh;
    /* border: 1px solid; */
    box-shadow: 0px 3px 11px 2px #e6e6e6;
    text-align: center;
  }
  
  .modal{
    background-color: #fffefe;
    padding: 110px;
    border-radius: 15px;
  }
  
  .modal h1{
    color: #6AC52B;
    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;
  }
  
  .modal-container2{
    width: 90%;
    z-index: 20;
    display: flex;
    display: none;
    position: fixed;
    top: 10%;
    left: 5%;
    border-radius: 15px;
    height: 70vh;
    /* border: 1px solid; */
    box-shadow: 0px 3px 11px 2px #e6e6e6;
    text-align: center;
  }
  
  .modal2{
    background-color: #fffefe;
    padding: 20px;
    border-radius: 15px;
  }
  
  
  .fa-regular{
    color:#6AC52B;
    font-size: 40px;
  }
  
  .modal2 h1{
    color: #6AC52B;
    margin-bottom: 5%;
    font-size: 20px;
  }
  
  .modal2 button{
    cursor: pointer;
    text-decoration: none;
    background-color: #6ac52b;
    box-shadow: 2px 3px 7px 1px #d5d5d5;
    font-weight: 600;
    border-radius: 20px;
    padding: 10px 15px;
    color: #ffffff;
    font-size: 15px;
    margin-right: 0px;
    border: none;
  }
  
  ::placeholder{
    font-size: 12px;
  }
  
  .data{
    display: flex;
    margin-bottom: 2%;
  }
  
  .data1{
    display: flex;
    flex-direction: column;
    width: 50%;
    margin-right: 10px;
    text-align: left;
  }
  
  .data1 label{
    color: #6AC52B;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
  }
  
  .data1 input{
    border-radius: 15px;
    margin-bottom: 5px;
    padding: 10px;
  }
  
  .data2{
    display: flex;
    flex-direction: column;
    width: 50%;
    text-align: left;
  }
  
  .data2 label{
    color: #6AC52B;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
  }
  
  .data2 input{
    border-radius: 15px;
    margin-bottom: 5px;
    padding: 10px;
  }
  
  .utilities{
    margin-top: 70px;
    font-size: 20px;
    color: #6AC52B;
    border-bottom:2px solid #6AC52B;
  }
  
  .utilities h2{
    margin-left: 40%;
    margin-bottom: 20px;
  }
  
  .icons{
  }
  
  .impress img{
    width: 80%;
  }
  
  .anydesk img{
    width: 80%;
  }
  
  .winrar img{
    width: 80%;
  }

  .java img{
    width: 80%;
  }

  .reader img{
    width: 80%;
  }

  .hercules img{
    width: 80%;
  }

  .icons img{
    margin-top: 20px;
    margin-left: 10%;
    width: 75%;
  }
  
  .icons p{
    font-size: 12px;
    margin-top: 10px;
    margin-left: 15%;
  }
  
  .enlace #video{
    width: 30%;
    position: static;
    margin-top: 5%;
    margin-left: 40%;
  }

  
}

@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;
  }

  .Title h1{
    width: 100%;
    color: #6AC52B;
    margin-left: 0%;
    text-align: center;
    font-size: 25px;
    margin-top: 50px;
    margin-bottom: 40px;
  }
  
  .registration{
    text-align: center;
  }
  
  #empresa{
    height: 40px;
    margin-left: 0px;
    width: 50%;
    border-radius: 50px;
    margin-bottom: 5%;
  }
  
  #celular{
    height: 40px;
    margin-left: 7%;
    width: 50%;
    border-radius: 50px;
    margin-bottom: 5%;
  }
  
  ::placeholder{
    color: rgb(197, 195, 195);
    font-size: 11px;
  }
  
  .registration p{
    margin-right: 25px;
    color: #6AC52B;
    font-size: 20px;
    font-weight: bold;
  }
  
  .descarga{
    margin-left: 40%;
    margin-top: 50px;
  }
  
  .descarga button{
    text-decoration: none;
    padding: 15px 30px;
    border: 4px solid #6AC52B;
    border-radius: 20px;
    color: #6AC52B;
    font-size: 15px;
    font-weight: bold;
  }

  .succes-modal{
    z-index: 20;
    display: flex;
    display: none;
    position: fixed;
    top: 25%;
    left: 25%;
    border-radius: 15px;
    height: 50vh;
    /* border: 1px solid; */
    box-shadow: 0px 3px 11px 2px #e6e6e6;
    text-align: center;
  }
  
  .modal{
    background-color: #fffefe;
    padding: 110px;
    border-radius: 15px;
  }
  
  .modal h1{
    color: #6AC52B;
    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;
  }
  
  .modal-container2{
    width: 90%;
    z-index: 20;
    display: flex;
    display: none;
    position: fixed;
    top: 10%;
    left: 5%;
    border-radius: 15px;
    height: 75vh;
    /* border: 1px solid; */
    box-shadow: 0px 3px 11px 2px #e6e6e6;
    text-align: center;
  }
  
  .modal2{
    background-color: #fffefe;
    padding: 20px;
    border-radius: 15px;
  }
  
  
  .fa-regular{
    color:#6AC52B;
    font-size: 40px;
  }
  
  .modal2 h1{
    color: #6AC52B;
    margin-bottom: 5%;
    font-size: 25px;
  }
  
  .modal2 button{
    cursor: pointer;
    text-decoration: none;
    background-color: #6ac52b;
    box-shadow: 2px 3px 7px 1px #d5d5d5;
    font-weight: 600;
    border-radius: 20px;
    padding: 15px 40px;
    color: #ffffff;
    font-size: 15px;
    margin-right: 40px;
    border: none;
  }
  
  ::placeholder{
    font-size: 12px;
  }
  
  .data{
    display: flex;
    margin-bottom: 2%;
  }
  
  .data1{
    display: flex;
    flex-direction: column;
    width: 50%;
    margin-right: 10px;
    text-align: left;
  }
  
  .data1 label{
    color: #6AC52B;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
  }
  
  .data1 input{
    border-radius: 15px;
    margin-bottom: 5px;
    padding: 10px;
  }
  
  .data2{
    display: flex;
    flex-direction: column;
    width: 50%;
    text-align: left;
  }
  
  .data2 label{
    color: #6AC52B;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
  }
  
  .data2 input{
    border-radius: 15px;
    margin-bottom: 5px;
    padding: 10px;
  }
  
  .utilities{
    margin-top: 70px;
    font-size: 20px;
    color: #6AC52B;
    border-bottom:2px solid #6AC52B;
  }
  
  .utilities h2{
    margin-left: 10%;
    margin-bottom: 20px;
  }
  
  .icons{
    margin-left: 20%;
  }
  
  .impress img{
    width: 60%;
  }
  
  .anydesk img{
    width: 60%;
  }
  
  .icons img{
    margin-top: 20px;
    margin-left: 10%;
  }
  
  .icons p{
    font-size: 12px;
    margin-top: 10px;
    margin-left: 15%;
  }
  
  .enlace #video{
    width: 12%;
    position: absolute;
    margin-top: 13%;
    margin-left: -70%;
  }

  .impress img{
    width: 70%;
  }
  
  .impress2 img{
    width: 70%;
  }
  
  .anydesk img{
    width: 70%;
  }
  
  .winrar img{
    width: 70%;
  }
  
  .java img{
    width: 70%;
  }
  
  .reader img{
    width: 70%;
  }
  
  .hercules img{
    width: 70%;
  }
  
  .picture img{
    width: 60%;
    margin-left: 20px;
  }

}

@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;
  }

  .Title h1{
    width: 100%;
    color: #6AC52B;
    margin-left: 5%;
    text-align: center;
    font-size: 25px;
    margin-top: 50px;
    margin-bottom: 40px;
  }
  
  .registration{
    text-align: center;
  }
  
  #empresa{
    margin-left: 0%;
    height:50px;
    width: 50%;
    border-radius: 50px;
    margin-bottom: 1%;
  }
  
  #celular{
    margin-left: 5%;
    height: 50px;
    width: 50%;
    border-radius: 50px;
  }
  
  ::placeholder{
    color: rgb(197, 195, 195);
  }
  
  .registration p{
    margin-right: 25px;
    color: #6AC52B;
    font-size: 20px;
    font-weight: bold;
  }
  
  .descarga{
    margin-left: 40%;
    margin-top: 50px;
  }
  
  .registration button{
    text-decoration: none;
    padding: 15px 30px;
    border: 4px solid #6AC52B;
    border-radius: 20px;
    color: #6AC52B;
    font-size: 25px;
    font-weight: bold;
  }

  .succes-modal{
    z-index: 20;
    display: flex;
    display: none;
    position: fixed;
    top: 25%;
    left: 25%;
    border-radius: 15px;
    height: 50vh;
    /* border: 1px solid; */
    box-shadow: 0px 3px 11px 2px #e6e6e6;
    text-align: center;
  }
  
  .modal{
    background-color: #fffefe;
    padding: 110px;
    border-radius: 15px;
  }
  
  .modal h1{
    color: #6AC52B;
    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;
  }
  
  .modal-container2{
    width: 90%;
    z-index: 20;
    display: flex;
    display: none;
    position: fixed;
    top: 10%;
    left: 5%;
    border-radius: 15px;
    height: 75vh;
    /* border: 1px solid; */
    box-shadow: 0px 3px 11px 2px #e6e6e6;
    text-align: center;
  }
  
  .modal2{
    background-color: #fffefe;
    padding: 20px;
    border-radius: 15px;
  }
  
  
  .fa-regular{
    color:#6AC52B;
    font-size: 40px;
  }
  
  .modal2 h1{
    color: #6AC52B;
    margin-bottom: 5%;
    font-size: 30px;
  }
  
  .modal2 button{
    cursor: pointer;
    text-decoration: none;
    background-color: #6ac52b;
    box-shadow: 2px 3px 7px 1px #d5d5d5;
    font-weight: 600;
    border-radius: 20px;
    padding: 15px 40px;
    color: #ffffff;
    font-size: 20px;
    margin-right: 40px;
    border: none;
  }
  
  ::placeholder{
    font-size: 12px;
  }
  
  .data{
    display: flex;
    margin-bottom: 2%;
  }
  
  .data1{
    display: flex;
    flex-direction: column;
    width: 50%;
    margin-right: 10px;
    text-align: left;
  }
  
  .data1 label{
    color: #6AC52B;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
  }
  
  .data1 input{
    border-radius: 15px;
    margin-bottom: 5px;
    padding: 10px;
  }
  
  .data2{
    display: flex;
    flex-direction: column;
    width: 50%;
    text-align: left;
  }
  
  .data2 label{
    color: #6AC52B;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
  }
  
  .data2 input{
    border-radius: 15px;
    margin-bottom: 5px;
    padding: 10px;
  }
  
  .utilities{
    margin-top: 70px;
    font-size: 20px;
    color: #6AC52B;
    border-bottom:2px solid #6AC52B;
  }
  
  .utilities h2{
    margin-left: 10%;
    margin-bottom: 20px;
  }
  
  .icons{
    margin-left: 0%;
  }
  
  .impress2 img{
    width: 60%;
  }

  .impress img{
    width: 60%;
  }
  
  .anydesk img{
    width: 60%;
  }
  
  .winrar img{
    width: 60%;
  }

  .java img{
    width: 60%;
  }
  
  .reader img{
    width: 60%;
  }

  .hercules img{
    width: 60%;
  }

  .picture img{
    width: 40%;
  }

  .icons img{
    margin-top: 20px;
    margin-left: 10%;
  }
  
  .icons p{
    font-size: 12px;
    margin-top: 10px;
    margin-left: 15%;
  }
  
  .enlace #video{
    width: 20%;
    position: static;
    margin-left: 40%;
  }

  .impress2 p{
    width: 70px;
    text-align: center;
    margin-left: 10px;
  }
  
  .impress p{
    width: 70px;
    text-align: center;
    margin-left: 10px;
  }
  
  .anydesk p{
    margin-left: 10px;
  }
  
  .winrar p{
    margin-left: 20px;
  }
  
  .java p{
    margin-left: 30px;
  }
  
  .reader p{
    margin-left: 20px;
  }
  
  .hercules p{
    margin-left: 10px;
  }
  
  .picture p{
    margin-top: 20px;
    width: 60%;
    text-align: center;
    margin-left: 5px;
  }
}

@media screen and (min-width: 1329px)and(max-width:1440px){
  .fijado{
    width: 80%;
  }

  .fijado p{
    font-size: 18px;
    margin-left: 8%;
  }

  .enlace #video{
    width: 15%;
    position: absolute;
    margin-top: 6%;
  }
}