html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline
}

html {
  line-height: 1
}

ol,
ul {
  list-style: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle
}

q,
blockquote {
  quotes: none
}

q::before,
q::after,
blockquote::before,
blockquote::after {
  content: "";
  content: none
}

a img {
  border: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block
}

.container {
  width: 100%;
  margin: auto;
  max-width: 940px
}

body,
.video-call textarea {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif
}

strong,
.steps h1,
.msg-webcam li,
.txt-webcam .txt ul li span,
.label-form,
.cnt-table-doc .header-table {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-weight: bold
}

button {
  background: #e1523D;
  color: #fff;
  border: none;
  text-align: center;
  border-radius: 12px;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-size: 1rem
}

.sticky .site-cnt,
header .container,
header .container .logos,
.steps ul,
.row-buttons,
.txt-webcam,
.check,
.loading-cnt,
.video-call .inst-msg,
.cnt-table-doc ul,
.cnt-table-doc ul li.doc-buttons,
.legenda {
  display: flex
}

.msg-webcam::before {
  position: absolute;
  left: 50%;
  z-index: 100;
  transform: translateX(-50%)
}

.steps ul li::after,
.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  z-index: 100;
  transform: translateY(-50%)
}

.countdown {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  transform: translate(-50%, -50%)
}

* {
  box-sizing: border-box;
  outline: none
}

html,
body {
  line-height: normal;
  position: relative;
  height: 100%
}

body {
  font-size: 14px;
  font-size: .875rem;
  color: #707070;
  overflow-X: hidden
}

.sticky .site-cnt {
  height: 100%;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between
}

.sticky .main-cnt {
  flex: 1 1 auto
}

main {
  height: calc(100% - 60px)
}

.container {
  position: relative
}

a,
a:link {
  color: #1aaeb7;
  transition: all, .5s
}

a::after,
a::before {
  transition: all, .5s
}

a:hover {
  text-decoration: underline
}

::placeholder {
  color: #3a3a3a
}

input,
textarea {
  appearance: none;
  border-radius: 0
}

header {
  width: 100%;
  background-color: #fff;
  border-bottom: solid 1px #d1d0d2
}

header .container {
  height: 60px;
  padding: 0 10px;
  justify-content: space-between;
  align-items: center
}

header .container .logos {
  height: 60px;
  align-items: center
}

header .logo {
  margin-right: 30px
}

header #agoslogo {
  display: none
}

header #client-logo {
  /*background: url("../img/logo-agos.gif") no-repeat;*/
  width: 79px;
  height: 29px
}

header p {
  color: #8b8b8b
}

footer {
  background: #1AAEB7;
  text-align: center;
  padding: 35px 10px 10px 10px;
  color: #b1b3b4
}

footer a,
footer a:link,
footer a:hover {
  color: #fff;
  text-decoration: underline
}

main {
  padding: 20px 0
}

.steps {
  margin-bottom: 40px
}

.steps h1 {
  color: #1aaeb7;
  text-align: center;
  margin-bottom: 20px
}

.steps ul {
  justify-content: center;
  align-items: center
}

.steps ul li {
  position: relative;
  padding-right: 25px
}

.steps ul li::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 5px solid #f7f7f7;
  border-radius: 50%;
  background: #d6d6d6;
  position: relative;
  z-index: 100
}

.steps ul li::after {
  content: "";
  z-index: 0;
  height: 3px;
  border: 1px solid #f7f7f7;
  width: 100%;
  display: block;
  left: 0;
  background: #f7f7f7
}

.steps ul li:last-child {
  padding-right: 0
}

.steps ul li:last-child::after {
  display: none
}

.steps ul li.active::before,
.steps ul li.active::after {
  background: #1aaeb7
}

.intro {
  text-align: center;
  margin-bottom: 35px;
  padding: 0 10px
}

.intro p {
  line-height: 20px
}

.msg-webcam {
  background: #f7f7f7;
  padding: 80px 20px 20px 20px;
  position: relative
}

.msg-webcam::before {
  content: "";
  display: block;
  top: 20px;
  background: url(../img/webcam.gif) no-repeat;
  background-size: contain;
  width: 40px;
  height: 47px
}

.msg-webcam h1 {
  font-size: 20px;
  font-size: 1.25rem;
  color: #1aaeb7;
  margin-bottom: 15px
}

.msg-webcam p {
  margin-bottom: 15px
}

.msg-webcam h2 {
  font-size: 16px;
  font-size: 1rem;
  color: #1aaeb7;
  margin-bottom: 5px
}

.msg-webcam li {
  padding-bottom: 5px
}

.msg-webcam li:last-child {
  padding: 0
}

.row-buttons {
  margin-top: 30px;
  justify-content: space-around;
  align-items: center
}

button {
  margin: 0 20px;
  min-width: 120px;
  transition: all, .5s, ease
}

button.disable,
button.disable:hover {
  background: #8e8e93
}

button:hover {
  background: #01669a;
  cursor: pointer
}

.big-title {
  font-size: 24px;
  font-size: 1.5rem;
  color: #1aaeb7;
  margin-bottom: 24px;
  text-align: center
}

.icheckbox,
.iradio {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 18px;
  height: 18px;
  background: url("../img/blue.png") no-repeat;
  border: none;
  cursor: pointer
}

.icheckbox {
  background-position: 0 0
}

.icheckbox.hover {
  background-position: -20px 0
}

.icheckbox.checked {
  background-position: -40px 0
}

.icheckbox.disabled {
  background-position: -60px 0;
  cursor: default
}

.icheckbox.checked.disabled {
  background-position: -80px 0
}

.iradio {
  background-position: -100px 0
}

.iradio.hover {
  background-position: -120px 0
}

.iradio.checked {
  background-position: -140px 0
}

.iradio.disabled {
  background-position: -160px 0;
  cursor: default
}

.iradio.checked.disabled {
  background-position: -180px 0
}

.webcam {
  margin-bottom: 20px
}

.cnt-webcam {
  margin: 0 10px 20px 10px;
  border: 5px solid #d75a4a;
  max-width: 550px
}

.cnt-webcam img {
  width: 100%;
  display: block
}

.txt-webcam {
  padding: 0 10px;
  max-width: 550px;
  flex-wrap: wrap;
  justify-content: space-between
}

.txt-webcam::before {
  content: "";
  flex-basis: 27px;
  max-width: 27px;
  height: 27px;
  background: url(../img/close-icon.png) no-repeat;
  background-size: contain;
  display: block
}

.txt-webcam .txt {
  flex-basis: 86%;
  max-width: 86%
}

.txt-webcam .txt ul {
  margin-top: 5px
}

.txt-webcam .txt ul li {
  margin-top: 5px
}

.txt-webcam .txt ul li span {
  color: #d75a4a
}

.txt-webcam .row-buttons {
  width: 100%
}

.operator-call {
  padding: 0 10px;
  font-size: 16px;
  font-size: 1rem;
  color: #1aaeb7
}

.privacy,
.cnt-form-upload {
  padding: 0 10px
}

.cnt-privacy {
  margin: 20px 0;
  height: 240px;
  padding: 15px;
  overflow-y: scroll;
  overflow-x: hidden;
  text-align: justify;
  font-size: 12px;
  font-size: .75rem;
  line-height: 16px;
  border: 1px solid gray
}

.cnt-privacy p {
  padding-top: 10px
}

.cnt-privacy li {
  padding: 8px 0 0 0
}

.cnt-privacy a,
.cnt-privacy a:link {
  color: #1aaeb7;
  text-decoration: underline
}

.check {
  justify-content: flex-start;
  position: relative;
  padding-bottom: 30px
}

.check .iradio,
.check .icheckbox {
  margin-right: 15px
}

.check label {
  width: 90%;
  flex-basis: 90%;
  max-width: 90%
}

.loading-cnt {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #FFF;
  z-index: 10004;
  top: 0;
  left: 0;
  color: #1aaeb7;
  font-size: 30px;
  font-size: 1.875rem;
  text-align: center;
  flex-direction: column;
  justify-content: center
}

.loading-cnt div {
  padding-bottom: 40px
}

.loading-cnt div.countdown {
  padding: 0
}

.loading-cnt div span {
  display: block
}

#circularG {
  position: relative;
  width: 195px;
  height: 195px;
  margin: 0 auto
}

.circularG {
  position: absolute;
  background-color: #1aaeb7;
  width: 46px;
  height: 46px;
  border-radius: 29px;
  animation-name: bounce_circularG;
  animation-duration: 1.1s;
  animation-iteration-count: infinite;
  animation-direction: normal;
}

.countdown {
  color: #1aaeb7;
  /* font-size: 54px; */
  font-size: 3.375rem
}

#circularG_1 {
  left: 0;
  top: 78px;
  animation-delay: 0.41s;
}

#circularG_2 {
  left: 20px;
  top: 20px;
  animation-delay: 0.55s;
}

#circularG_3 {
  top: 0;
  left: 78px;
  animation-delay: 0.69s;
}

#circularG_4 {
  right: 20px;
  top: 20px;
  animation-delay: 0.83s;
}

#circularG_5 {
  right: 0;
  top: 78px;
  animation-delay: 0.97s;
}

#circularG_6 {
  right: 20px;
  bottom: 20px;
  animation-delay: 1.1s;
}

#circularG_7 {
  left: 78px;
  bottom: 0;
  animation-delay: 1.24s;
}

#circularG_8 {
  left: 20px;
  bottom: 20px;
  animation-delay: 1.38s;
}

@keyframes bounce_circularG {
  0% {
    transform: scale(1)
  }

  100% {
    transform: scale(0.3)
  }
}

input[type="text"] {
  line-height: 30px;
  height: 30px;
  padding: 0 5px;
  border: 1px solid #d1d1d1;
  border-radius: 5px
}

input[type="text"]:focus {
  border-color: #1aaeb7
}

.video-call {
  padding: 0 10px;
  width: 100%;
  max-width: 550px;
  margin: auto
}

.video-call .cnt-video {
  padding: 5px;
  background: #1aaeb7;
  border-radius: 5px;
  margin-bottom: 20px
}

.video-call img {
  display: block;
  width: 100%
}

.video-call textarea {
  width: 100%;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 10px
}

.video-call .inst-msg {
  justify-content: space-between
}

.video-call .inst-msg button {
  margin: 0;
  min-width: 50px;
  width: 20%;
  flex-basis: 20%;
  max-width: 20%
}

.video-call .inst-msg input {
  flex-basis: 74%;
  max-width: 74%
}

.doc-list {
  padding: 0 10px
}

.doc-list p {
  padding-bottom: 20px;
  line-height: 20px
}

.doc-list li {
  position: relative;
  padding-left: 25px;
  background: url(../img/ico-doc.png) no-repeat;
  margin-bottom: 15px;
  min-height: 21px
}

.doc-list li a,
.doc-list li a:link {
  text-decoration: none;
  color: #3a3a3a
}

.doc-list li a:hover {
  text-decoration: none;
  color: #1aaeb7
}

.doc-view {
  padding: 0 10px
}

.doc-view p {
  padding-bottom: 20px;
  line-height: 20px
}

.owl-carousel .owl-wrapper::after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  transition: height 500ms ease-in-out
}

.owl-carousel .owl-item {
  float: left
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer
}

.owl-controls {
  user-select: none;
  -webkit-tap-highlight-color: transparent
}

/*.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}*/
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0)
}

.owl-item img.normal {
  width: 100%;
  height: auto;
  display: block
}

.owl-prev,
.owl-next {
  width: 20px;
  height: 33px
}

.owl-prev {
  left: 0;
  background: url(../img/left-arrow.png) no-repeat;
  background-size: contain
}

.owl-next {
  right: 0;
  background: url(../img/right-arrow.png) no-repeat;
  background-size: contain
}

.carousel {
  margin-bottom: 20px
}

.download-pdf {
  margin-bottom: 20px;
  text-align: right
}

.download-pdf a,
.download-pdf a:link {
  text-decoration: none;
  color: #3a3a3a;
  background: url(../img/ico-pdf.png) no-repeat;
  background-size: contain;
  display: inline-block;
  padding: 5px 0 5px 35px
}

.download-pdf a:hover {
  text-decoration: underline
}

.otp-code {
  padding: 20px 0 0 0;
  position: relative
}

.otp-code input {
  width: 100%;
  max-width: 300px
}

.otp-code .row {
  padding-bottom: 30px;
  position: relative
}

.label-form {
  display: block;
  padding-bottom: 5px
}

.row-form {
  padding-top: 30px
}

.item-form {
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 30px
}

.item-form input {
  width: 100%
}

.cnt-upload-doc {
  padding: 0 10px
}

.cnt-table-doc {
  border-radius: 5px;
  border: 1px solid #d6d6d6
}

.cnt-table-doc h3 {
  color: #FFF;
  font-size: 14px;
  font-size: .875rem;
  line-height: 40px;
  background-color: #1AAEB7;
  padding: 0 10px
}

.cnt-table-doc .header-table {
  display: none;
  background: #d6d6d6
}

.cnt-table-doc .body-table .row-table {
  background: #FFF;
  margin: 1px
}

.cnt-table-doc .body-table .row-table:nth-child(even) {
  background: #f7f7f7
}

.cnt-table-doc ul {
  padding: 20px 10px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}

.cnt-table-doc ul li.doc-descript {
  flex-basis: 100%;
  max-width: 100%;
  padding-bottom: 8px
}

.cnt-table-doc ul li.doc-status {
  flex-basis: 49%;
  max-width: 49%
}

.cnt-table-doc ul li.doc-buttons {
  flex-basis: 49%;
  max-width: 49%;
  justify-content: space-between
}

.cnt-table-doc ul li.doc-buttons input {
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 5px;
  cursor: pointer
}

.cnt-table-doc ul li.doc-buttons input.upload {
  background: url(../img/icon-allega-file.gif) no-repeat
}

.cnt-table-doc ul li.doc-buttons input.zoom {
  background: url(../img/icon-delete.gif) no-repeat
}

.cnt-table-doc ul li.doc-buttons input.delete {
  background: url(../img/icon-zoom.gif) no-repeat
}

.legenda {
  margin-top: 20px;
  flex-wrap: nowrap;
  flex-direction: column
}

.legenda li {
  padding-bottom: 8px
}

.procedura {
  padding: 20px 0
}

.procedura p {
  padding-bottom: 5px
}

.end-msg {
  max-width: 620px;
  margin: auto;
  padding-top: 50px
}

.error-msg {
  bottom: 10px;
  color: #df3249;
  display: none;
  font-size: 0.625rem;
  left: 0;
  position: absolute;
  text-transform: uppercase;
  z-index: 100
}

input.empty {
  border-color: #df3249;
  color: #df3249
}

@media only screen and (min-width: 480px) {
  .cnt-table-doc ul li.doc-buttons {
    justify-content: flex-end
  }

  .cnt-table-doc ul li.doc-buttons input {
    margin-left: 20px
  }
}

@media only screen and (min-width: 568px) {
  .steps ul li::before {
    width: 20px;
    height: 20px
  }

  .steps h1 {
    font-size: 16px;
    font-size: 1rem
  }

  .big-title {
    font-size: 28px;
    font-size: 1.75rem
  }

  .row-form {
    display: flex;
    align-items: center;
    justify-content: space-between
  }

  .row-form .item-form {
    flex-basis: 46%;
    max-width: 400px
  }
}

@media only screen and (min-width: 660px) {
  .row-buttons {
    justify-content: center
  }

  .msg-webcam {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between
  }

  .msg-webcam::before {
    position: relative;
    top: auto;
    left: auto;
    width: 65px;
    height: 76px;
    transform: translateX(0)
  }

  .msg-webcam .txt {
    flex-basis: 85%;
    max-width: 85%
  }

  .cnt-webcam,
  .txt-webcam {
    margin: 0 auto 20px auto
  }

  .txt-webcam::before {
    width: 50px;
    height: 50px;
    max-width: 50px;
    flex-basis: 50px
  }

  .operator-call {
    text-align: center
  }

  .cnt-privacy {
    font-size: 14px;
    font-size: .875rem;
    line-height: 18px
  }
}

@media only screen and (min-width: 768px) {
  .steps ul li::before {
    width: 20px;
    height: 20px
  }

  .steps h1 {
    font-size: 18px;
    font-size: 1.125rem
  }

  .big-title {
    font-size: 36px;
    font-size: 2.25rem
  }

  .msg-webcam h1 {
    /* font-size: 30px; */
    font-size: 1.875rem
  }

  .msg-webcam h2 {
    font-size: 18px;
    font-size: 1.125rem
  }

  .msg-webcam::before {
    width: 78px;
    height: 91px
  }

  .txt-webcam {
    padding: 0
  }

  .cnt-privacy {
    height: 440px
  }

  .doc-list {
    margin-bottom: 45px
  }

  .doc-list p {
    padding-bottom: 50px
  }

  .doc-list li {
    margin-bottom: 30px
  }

  .cnt-table-doc .header-table {
    display: block
  }

  .cnt-table-doc ul li.doc-descript {
    flex-basis: 68%;
    max-width: 68%;
    padding: 0
  }

  .cnt-table-doc ul li.doc-status {
    flex-basis: 10%;
    max-width: 10%
  }

  .cnt-table-doc ul li.doc-buttons {
    flex-basis: 22%;
    max-width: 22%
  }

  .owl-carousel .owl-item {
    padding: 0 20px
  }

  .owl-prev {
    left: 0;
    background: url(../img/left-arrow.png) no-repeat center center;
    background-size: 80%
  }

  .owl-next {
    right: 0;
    background: url(../img/right-arrow.png) no-repeat center center;
    background-size: 80%
  }

  .owl-prev,
  .owl-next {
    height: 50%;
    width: 30px;
    border-radius: 5px;
    background-color: #f7f7f7
  }

  .owl-prev:hover,
  .owl-next:hover {
    background-color: #e2e2e2
  }
}

@media only screen and (min-width: 1024px) {
  .webcam .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
  }

  .webcam .container .row-buttons {
    flex-basis: 100%;
    max-width: 100%;
    justify-content: flex-start
  }

  .webcam .container .row-buttons button {
    margin: 0
  }

  .webcam .container .cnt-webcam {
    flex-basis: 58%;
    max-width: 58%
  }

  .webcam .container .txt-webcam {
    flex-basis: 40%;
    max-width: 40%;
    display: block;
    padding-left: 20px
  }

  .webcam .container .txt-webcam .txt {
    flex-basis: 100%;
    max-width: 100%;
    margin-top: 20px
  }

  .txt-webcam .txt ul {
    margin-top: 20px
  }

  .txt-webcam .txt ul li span {
    /* font-size: 18px; */
    font-size: 1.125rem
  }

  .operator-call {
    text-align: left;
    font-size: 18px;
    font-size: 1.125rem
  }
}