.agrmnt:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0, .5);
  z-index: -1;
}
.agrmnt {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
.agrmnt .main {
  background: #022b52;
  padding: 30px 0;
}
.container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
.agrmnt .title {
  color: #fff;
  max-width: 490px;
  font-family: "Open Sans",sans-serif;
}
.agrmnt .title h1 {
  font-size: 24px !important;
  font-weight: 700;
  margin-bottom: 5px;
}
.agrmnt .title p {
  line-height: 14px;
  font-size: 14px;
  font-weight: normal;
}
.agrmnt .title a {
  color: #2795d0;
  text-decoration: underline;
}
.agrmnt .agmmrn-links {}
.agrmnt .acpt {
  width: 210px;
  display: inline-block;
  background: #2795d0;
  color: #fff;
  text-align: center;
  padding: 8px 0px;
  font-size: 14px;
  border-radius: 8px;
  font-weight: 700;
  margin-left: 20px;
  font-family: "Open Sans",sans-serif;
}
.agrmnt .politicas {
  color: #2795d0;
  display: inline-block;
  text-decoration: underline;
  font-family: "Open Sans",sans-serif;
}
/* Tabs cookies */
.agrmnt-politicas-modal {
  position: fixed;
  z-index: 99;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  display: none;
  max-width: 1000px;
  width: 100%;
  font-family: "Open Sans",sans-serif;
}
.agrmnt-politicas-modal.active {
  display: flex;
  flex-wrap: wrap;
}
.agrmnt-politicas-modal .agrmnt-politicas-header {
  padding: 18px 30px 18px 0;
  border-bottom: 1px solid #e5e5e5;
  font-size: 18px;
  color: #00519e;
  display: flex;
  font-weight: 700;
  position: relative;
  align-items: center;
  display: flex;
  width: 100%;
}
.agrmnt-politicas-modal .agrmnt-politicas-header .logo img {
  max-width: 120px;
}
.agrmnt-politicas-modal .agrmnt-politicas-header .logo {
  margin: 0 30px;
  display: inline-block;
  vertical-align: middle;
}
.agrmnt-politicas-modal .agrmnt-politicas-header .close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  background: url(https://brinquedos.xalingo.com.br/public/imagens/closeicon.png) no-repeat center center;
}
.agrmnt-politicas-modal .agrmnt-politicas-footer {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 20px 10px;
  border-top: 1px solid #e5e5e5;
  align-items: center;
}
.agrmnt-politicas-modal .agrmnt-politicas-footer .acpt {
  min-width: 150px;
  display: inline-block;
  background: #2795d0;
  color: #fff;
  text-align: center;
  padding: 8px 15px;
  font-size: 14px;
  border-radius: 8px;
  font-weight: 700;
  margin-left: 20px;
}
.agrmnt-politicas-modal .tabs-nav {
  width: 30%;
  min-width: 230px;
}
.agrmnt-politicas-modal .tabs-nav li,
.agrmnt-politicas-modal .tabs-nav ul {
  margin: 0;
  padding: 0;
}
.agrmnt-politicas-modal .tabs-nav .active a {
  color: #fff;
  background: #2795d0;
}
.agrmnt-politicas-modal .tabs-nav a {
  padding: 15px 20px;
  display: block;
  font-weight: 700;
  font-size: 14px;
  color: #00519e;
  border-bottom: 1px solid #e5e5e5;
}
.agrmnt-politicas-modal .tabs {
  width: 70%;
  max-width: calc(100% - 230px);
  min-height: 40vh;
}
.agrmnt-politicas-modal .tabs div {
  color: #00519e;
  font-size: 14px;
  line-height: 120%;
  padding: 30px;
  position: relative;
  display: none;
}
.agrmnt-politicas-modal .tabs .active {
  display: block;
}
.agrmnt-politicas-modal .tabs .flag {
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  font-weight: 700;
  padding: 0;
  color: #2795d0;
}
.agrmnt-politicas-modal .tabs b {}
/* switch */
.switch {
  position: relative;
  display: block;
  vertical-align: top;
  width: 100px;
  height: 30px;
  padding: 3px;
  margin: 0 10px 10px 0;
  background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
  background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
  border-radius: 18px;
  box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}

.switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px;
  text-transform: uppercase;
  background: #eceeef;
  border-radius: inherit;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
}

.switch-label:before,
.switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -.5em;
  line-height: 1;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}

.switch-label:before {
  content: attr(data-off);
  right: 11px;
  color: #aaaaaa;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}

.switch-label:after {
  content: attr(data-on);
  left: 11px;
  color: #FFFFFF;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  opacity: 0;
}

.switch-input:checked~.switch .switch-label {
  background: #0088cc;
  border-color: #0088cc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.switch-input:checked~.switch .switch-label:before {
  opacity: 0;
}

.switch-input:checked~.switch .switch-label:after {
  opacity: 1;
}

.switch-handle {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 28px;
  height: 28px;
  background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
  background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
  border-radius: 100%;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.switch-handle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
  background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
  border-radius: 6px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
}

.switch-input:checked~.switch .switch-handle {
  left: 74px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

/* Transition
========================== */
.switch-label,
.switch-handle {
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}

.show-more-fields {
  display: none;
}

.switch-input:checked~.show-more-fields {
  display: block;
}

@media only screen and (max-width: 900px) {
  .agrmnt .cls-politicas {
    margin-bottom: 15px;
  }
  .agrmnt .agmmrn-links {
    text-align: center;
    margin-left: 20px;
  }
  .agrmnt .acpt {
    margin-left: 0;
  }
}

@media only screen and (max-width: 624px) {
  .agrmnt .container {
    flex-wrap: wrap;
    justify-content: center;
  }
  .agrmnt .agmmrn-links {
    margin-top: 20px;
    margin-left: 0;
  }
  .agrmnt .acpt {
    margin-left: 0;
  }
  .agrmnt-politicas-modal {
    transform: none;
    top: 0;
    left: 0;
    height: 100vh;
    overflow: auto;
  }
  .agrmnt-politicas-modal .agrmnt-politicas-header {
    font-size: 14px;
    padding: 20px 30px 20px 10px;
  }
  .agrmnt-politicas-modal .agrmnt-politicas-header .logo {
    display: none;
  }
  .agrmnt-politicas-modal .tabs-nav {
    width: 100%;
  }
  .agrmnt-politicas-modal .tabs,
  .agrmnt-politicas-modal .tabs div:not(.flag) {
    width: 100%;
    max-width: 100%;
  }
  .agrmnt-politicas-modal .tabs div:not(.flag) {
    padding-top: 50px;
  }
  .agrmnt-politicas-modal .agrmnt-politicas-footer {
    flex-wrap: wrap;
  }
  .agrmnt-politicas-modal .tabs .flag {
    top: 10px;
  }
  .agrmnt-politicas-modal .agrmnt-politicas-footer .acpt {
    margin: 0;
    margin-bottom: 20px;
    width: 100%;
  }
}
.agrmnt:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0, .8);
  z-index: -1;
}
.agrmnt {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  color:#FFF;
}
.agrmnt .main {
  display: flex;
  align-items: center;
}
.agrmnt .title {
  color: #fff;
}
.agrmnt .title h1 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  text-align:left;
  color:#FFF;
}
.agrmnt .title p {
  line-height: 18px;
  font-size: 14px;
  font-weight:normal !important;
  text-align:left;
  color:#FFF;
}
.agrmnt .title a {
  color: #2795d0;
  text-decoration: underline;
}
.agrmnt .acpt {
  min-width: 150px;
  background: #2795d0;
  color: #fff;
  text-align: center;
  padding: 8px 10px;
  border-radius: 8px;
  font-weight: 700;
  margin-left: 106px;
  text-decoration: none;
  outline: 0;
}