* {
  box-sizing: border-box;
}
.whatsapp {
  position: fixed;
  bottom: 80px;
  right: 3px;
  font-family: "Open sans";
  font-size: 14px;
  transition: bottom 0.2s;
  padding: 5px;
}
.whatsapp .whatsapp-button {
  width: 45px;
  height: 45px;
  background-color: #25d366;
  background-image: url(../img/whatsappico.png);
  background-position: center;
  background-size: 120%;
  border-radius: 50%;
  box-shadow: 1px 1px 4px rgba(60, 60, 60, 0.4);
  transition: box-shadow 0.2s;
  cursor: pointer;
}

/* .whatsapp:hover {
  bottom: 17px;
}
*/
/* .whatsapp:hover .whatsapp-button {
  box-shadow: 1px 2px 8px rgba(60, 60, 60, 0.4);
}
*/

.whatsapp .badge {
  position: absolute;
  height: 20px;
  width: 20px;
  top: 2px;
  right: 0px;
  text-align: center;
  border-radius: 50%;
  background-color: red;
  color: white;
  display: none;
}

.w_chat {
  padding: 0 12px 12px 12px;
  width: 300px;
  height: 450px;
  background-image: url(../img/whatsapp-bg.png);
  overflow: hidden;
  border-radius: 10px;
  background-color: #e5ddd5;
  position: fixed;
  bottom: 15px;
  right: 3px;
  padding: 0;
  box-shadow: 1px 2px 8px rgba(60, 60, 60, 0.25);
  transition: width 0.2s, height 0.2s, padding 0.2s;
  transform-origin: bottom;
  display: none;
  z-index: 9;
}

.w-head {
  height: 60px;
  text-align: right;
  color: white;
  margin: 0 -15px 10px -15px;
  padding: 6px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  background-color: rgb(18, 140, 126);
}
.w-head img {
  height: 45px;
  border-radius: 50%;
  background-color: white;
  margin-left: 10px;
}
.w-head span {
  margin-left: -20px;
  font-family: cooper-black-std, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
}
.w-head .close {
  background: rgba(0, 0, 0, 0.4) url(../img/x.svg) 50% no-repeat;
  top: 50%;
  right: 24px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-size: 12px;
  cursor: pointer;
  transition: background-color 0.3s ease-out;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin-right: 13px;
}

.chat {
  background-color: #f2f2f2;
  border-radius: 5px;
  box-shadow: 0 0 6px #b2b2b2;
  display: inline-block;
  padding: 10px 10px 10px 10px;
  position: relative;
  vertical-align: top;
  text-align: left;
  font-size: 0.95rem;
}

.chat::before {
  background-color: #f2f2f2;
  content: "\00a0";
  display: block;
  height: 16px;
  position: absolute;
  top: 2px;
  transform: rotate(29deg) skew(-35deg);
  -moz-transform: rotate(29deg) skew(-35deg);
  -ms-transform: rotate(29deg) skew(-35deg);
  -o-transform: rotate(29deg) skew(-35deg);
  -webkit-transform: rotate(29deg) skew(-35deg);
  width: 20px;
}

.me {
  float: left;
  margin: 5px 35px 5px 20px;
}

.me::before {
  box-shadow: -2px 2px 2px 0 rgba(178, 178, 178, 0.4);
  left: -9px;
}

.w-input-message {
  margin: 0 -15px -15px -10px;
  padding: 6px 15px;
  display: flex;
  position: absolute;
  bottom: 12px;
  background-color: silver;
  align-items: flex-end;
}

.fake-textarea {
  background-color: white;
  width: 15rem;
  padding: 0.6rem;
  min-height: 2rem;
  border-radius: 24px;
  text-align: left;
  max-height: 14rem;
}
.fake-textarea:focus {
  outline: none;
}
.fake-textarea:empty::before {
  position: absolute;
  content: "Escribe aquí...";
}
.enter {
  background-color: rgb(18, 140, 126);
  border-radius: 50%;
  width: 35px;
  height: 35px;
  padding: 0 0 3px 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px 0 0 -8px;
}
.w-btn-send {
  margin-left: 12px;
  font-size: 0;
  cursor: pointer;
  bottom: 0px;
}

.show_on {
  display: block;
}
.show_off {
  display: none;
}

.avisos {
}
.avisos_li {
  font-size: 0.8em;
  text-decoration: none;
  text-align: left;
  margin-left: 10px;
}

.avisos_a {
  text-decoration: none;
}

/* ********* politica ************* */

.pol_h1 {
  font-size: 2.3em;
  text-align: center;
  color: var(--main-color);
}
.pol_h2 {
  font-size: 1.8em;
  text-align: left;
  color: var(--main-color);
}
.pol_h3 {
  font-size: 1.5em;
  text-align: left;
  color: var(--main-color);
}

.pol_h4 {
  font-size: 1.2em;
  text-align: left;
  color: var(--main-color);
}

.container_pol {
  padding: 0 10%;
}

.pol_b {
  font-weight: 700;
}
.pol_ ul {
  margin-left: 35px;
}

/* *************** modal politacas ******************** */

.modal_h2 {
  font-size: 1.1em;
  margin-top: 2em;
  text-align: center;
}

#modal {
  display: flex;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  position: fixed;
  top: -100vh;
  left: 0;
  height: 100vh;
  width: 100vw;
  transition: all 0.5s;
  z-index: 99;
}
.modal_avisoLegal {
  width: 600px;
  height: 300px;
  margin: 40px auto;
}
.modal_avisoH2 {
  font-size: 2em;
}

#modal p {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  font-size: 0.9em;
  text-align: left;
}

#mostrar-modal {
  display: none;
}

#mostrar-modal + label {
  color: var(--link-color);
  cursor: pointer;
  font-size: 0.8rem;
}

#mostrar-modal:checked ~ #modal {
  top: 0;
}
#mostrar-modal:checked ~ #cerrar-modal + label {
  display: block;
}

#cerrar-modal {
  display: none;
}
#cerrar-modal + label {
  position: fixed;
  top: 70px;
  right: 1em;
  z-index: 100;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  background: tomato;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  display: none;
  transition: all 0.5s;
}
#cerrar-modal:checked ~ #modal {
  top: -100vh;
}
#cerrar-modal:checked + label {
  display: none;
}

/* **************** ModalPago ************************ */
.modal_pago {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
  transition: all 1s;
  top: -160vh;
}

.active_pago {
  top: 60px;
}
.menu_pago {
  position: relative;
}
.pago {
  font-size: 1.5rem;
  font-weight: 600;
  color: #000;
}
.contenedor {
  width: 880px;
  margin: auto;
  background: var(--bg-color);
  color: #000;
  padding: 20px 15px 50px 50px;
  border-radius: 10px;
  box-shadow: 0 10px 10px 0px rgba(0, 0, 0, 0.8);
}
.tab-pane {
  clear: both;
  background: #fff;
  padding: 20px 0px 20px 20px;
  border-radius: 10px;
  border-top-left-radius: 0px;
  border-right: 1px solid var(--pestañas-activa);
  border-left: 1px solid var(--pestañas-activa);
  border-bottom: 1px solid var(--pestañas-activa);
  width: 725px;
  margin-left: 0px;
}

.nav-link.active {
  color: var(--main-color) !important;
}
.pago_h3 {
  font-size: 1.1rem;
  margin: -20px 0 20px 0;
  color: #000;
}

.pago_boton {
  margin-top: -10px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.nav-tabs {
  width: 717px;
}

#p_cerrar-modal {
  opacity: 0;
}
#p_cerrar-modal + label {
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  background: tomato;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  transition: all 0.5s;
  top: 80px;
}
#p_cerrar-modal:checked ~ #modal {
  top: -160vh;
}
#p_cerrar-modal:checked + label {
  display: none;
}

/* ************ KAS x1 ------------------ */

.kas_inicio {
  margin: 80px -15px 0 -15px;
}

.kasx1_info {
  display: grid;
  grid-template-columns: 360px;
  grid-template-rows: 1fr 1fr;
}
.kasx1_image {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}

.kasx1_image img {
  width: 350px;
  height: 350px;
}
.kasx1_text {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}
.kisx1_tilde-span {
  grid-column: 1 / 5;
  grid-row: 2 / 3;
}
.kasx1_text-h1 {
  font-family: "MuseoSans, Arial, Helvetica, sans-serif";
  color: #006d5c;
  font-size: 1.6rem;
}

.kasx1_interesado {
  background: #ddd;
  margin: 0;
  padding: 0;
}
.dudas {
  font-size: 1.5rem;
}
.kasx1_text-h2 {
  font-family: "MuseoSans, Arial, Helvetica, sans-serif";
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
  letter-spacing: -0.0625rem;
  line-height: 1.3;
  margin: -15px 0 0 40px;
}
.kisx1_tilde-span {
  padding-left: 30px;
  margin: 15px 0 15px 0;
}

.kasx1_tilde {
  fill: #ed2939;
}

.kisx1_circle_tilde {
  position: relative;
  display: inline;
  background: rgb(255, 255, 255);
  border-radius: 50%;
  padding: 8px;
  z-index: 100;
}
.kisx1_text_tilde-span {
  background: #006d5c;
  opacity: 80%;
  color: #fff;
  padding: 8px 8px 8px 21px;
  margin-left: -20px;
  border-radius: 0 15px 15px 0;
}
.kisx1_user {
  display: flex;
  flex-direction: row;
}
.border-1 {
  border: 1px solid red;
}
.border-2 {
  border: 1px solid blue;
}
.kasx1_price_val {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 11rem;
  font-weight: 700;
}
.clear {
  display: block;
}

.ver {
  height: 300vh;
}
