@font-face {
  font-family: FS Joey;
  src: url(https://cdn01.sura.net.pe/integra/webapps/cercania/media/fs_joey-webfont.f7867824.woff2) format("woff2"), url(https://cdn01.sura.net.pe/integra/webapps/cercania/media/fs_joey-webfont.f3ea237b.woff) format("woff");
  font-style: normal
}

@font-face {
  font-family: fs_joeybold;
  src: url(https://cdn01.sura.net.pe/integra/webapps/cercania/media/fs_joey-bold.bbb1a8f1.woff2) format("woff2"), url(https://cdn01.sura.net.pe/integra/webapps/cercania/media/fs_joey-bold.762f388e.woff) format("woff");
  font-style: normal
}

@font-face {
  font-family: fs_joeylight;
  src: url(https://cdn01.sura.net.pe/integra/webapps/cercania/media/fs_joey-light.88c10af9.woff2) format("woff2"), url(https://cdn01.sura.net.pe/integra/webapps/cercania/media/fs_joey-light.bba1c904.woff) format("woff")
}

@font-face {
  font-family: FS Joey Medium;
  src: url(https://cdn01.sura.net.pe/integra/webapps/cercania/media/fs_joey-medium.64cd8f35.woff2) format("woff2"), url(https://cdn01.sura.net.pe/integra/webapps/cercania/media/fs_joey-medium.55ce4f57.woff) format("woff");
  font-style: normal
}


/*
@font-face {
  font-family: FS Joey;
  font-display: auto;
  src: url("FS_Joey.woff") format('woff');
}

@font-face {
  font-family: FS Joey Medium;
  font-display: auto;
  src: url("FS_Joey-Medium.woff") format('woff');
}*/

*:focus {
  outline: none;
}

body .wc-app, .wc-app button, .wc-app input, .wc-app textarea,p {
  font-family: "FS Joey";
  font-size: 15px;
}

a {
  color: #00B7FF;
}

li {
  font-size: 18px !important;
  color: #4C5662;
  line-height: 1.2em;
}

.wc-console {
  border: 0;
  background: #fff;
  height: 60px;
  box-shadow: 0 0 10px 0px #DDE6EE;
}

.wc-console .wc-textbox input {
  font-size: 18px;
  
}

.wc-console .wc-textbox input::placeholder {
  color: #C1C7D5;
}

.wc-console svg {
  margin: 20px;
}

.wc-header span {
  color: rgba(0,0,0,0);
  display: none;
}

.wc-chatview-panel {
  background-color: #f6fcff;
}

.wc-message-groups {
  top: 60px;
}

.wc-app ::-webkit-scrollbar {
  width: 8px;
  background-color: #F6FCFF;
}

.wc-app ::-webkit-scrollbar-thumb {
  background-color: #d2dde5;
}

.wc-message-from-bot {
  margin-left: 30px;
}
.wc-message.wc-message-from-bot .format-markdown p {
  font-size: 18px !important;
  color: #4C5662;
  line-height: 1.2em;
}

.wc-message.wc-message-from-bot .format-markdown ol li {
  font-size: 18px !important;
  color: #4C5662;
  line-height: 1.2em;
}

.wc-message-from-bot .wc-message-content {
  background-color: #fff;

}
.wc-message-from-bot .wc-message-content {
  border-radius: 15px 15px 15px 0 !important;
  padding: 15px !important;
}
.wc-message-from-bot svg.wc-message-callout,
.wc-message-from-me svg.wc-message-callout {
 
  display: none;
}



.wc-card {
  border: 0 ;
}
.wc-card button {
  color: #0057c2;
}

.wc-app button {
  border: 1px solid #0078d7;
}
.ac-container {
  padding: 0 !important;
}
.wc-carousel .ac-container > div:first-child {
  background: rgba(0,60,113,1);
  background: -moz-linear-gradient(left, rgba(0,60,113,1) 0%, rgba(31,182,204,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,60,113,1)), color-stop(100%, rgba(31,182,204,1)));
  background: -webkit-linear-gradient(left, rgba(0,60,113,1) 0%, rgba(31,182,204,1) 100%);
  background: -o-linear-gradient(left, rgba(0,60,113,1) 0%, rgba(31,182,204,1) 100%);
  background: -ms-linear-gradient(left, rgba(0,60,113,1) 0%, rgba(31,182,204,1) 100%);
  background: linear-gradient(to right, rgba(0,60,113,1) 0%, rgba(31,182,204,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0057c2', endColorstr='#00acc7', GradientType=1 );
  padding: 15px 22px 15px 22px;
  border-radius: 15px 15px 0 0;
  color:#fff;
}



.wc-carousel  .wc-carousel-item .wc-card {
  border: 1px solid #d2dde5; 
  width: 302px;
}

.wc-carousel .ac-container > div:first-child p{
  color:#fff;
  font-size: 16px;
  font-weight: bold;
}
.wc-carousel button.scroll.next,
.wc-carousel button.scroll.previous {
  border: 0;
}

.wc-carousel button.scroll.previous {
  left: -13px;
}

.wc-carousel button.scroll.next {
  right: -8px;
}

button.ac-pushButton {
  margin: 0 ;
}
.wc-card button{
  width: calc(100% - 10px);
  color: #0057C2;
  font-family: "FS Joey";
  font-size: 18px;
  font-weight: 500;
  line-height: 13px;
  min-height: 35px;
  border-radius: 5px;
}

.wc-card button:active {
  background-color: #0057C2;
  border-color: #0057C2;
  color: #ffffff;
  border-radius: 5px;
}

button.ac-pushButton:last-child {
  margin-bottom: 10px;
  
}

.wc-carousel button.ac-pushButton {
  font-family:FS Joey Medium;
  border: 0;
  border-bottom: 1px solid #cfcfcf;
  margin: 0;
  width: 100%;
  padding: 0 0 5px 22px;
  border-radius: 0;
  color: #4C5662;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
}

.wc-carousel .wc-card button:active {
  background-color: transparent;
  border-color: #cfcfcf;
  border-radius: 0;
}


.wc-carousel button.ac-pushButton:last-child {
  border-bottom: 0;
}


.wc-message-from-me .wc-message-content {
  background-color: #e4f6ff;
  color: #0057c2;
  border-radius: 15px 15px 0 15px !important;
  box-shadow: none !important;
  padding: 14px 24px 12px 24px;
  font-family: "FS Joey";
  font-size: 18px;

}

.wc-message-from-me svg.wc-message-callout path {
  fill: #e4f6ff;
}



.wc-message-from.wc-message-from-bot::before {
  width: 22px;
  height: 22px;
  content: " ";
  background-image: url(../images/irene-avatar.png);
  position: absolute;
  bottom: 14px;
  left: 0;
  background-size: 22px 22px;
}

[data-activity-id$="|0000000"] {
  display: block;
}


#content {
  margin: 0 auto;
  padding-bottom: 50px;
  width: 80%;
  max-width: 978px
}

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%
}

.hidden {
  display: none!important;
  visibility: hidden
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto
}

.invisible {
  visibility: hidden
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table
}

.clearfix:after {
  clear: both
}

.clearfix {
  *zoom: 1
}

.wc-carousel .wc-hscroll > ul > li {
  padding: 0 4px;
  max-width: calc(100% - 8px);
}

.wc-adaptive-card {
  width: 318px;
  max-width: 100%;
}
