.dvAbAdminCookies {
  width: 100%; }

.dvContentBlock {
  padding-bottom: 0; }

.dvConfigCookies {
  border-bottom: 1px solid #eaeaea;
  padding: 0 0 25px 0;
  position: relative; }

p.textIntro {
  padding-top: 15px;
  padding-bottom: 10px; }

@media (max-width: 767px) {
  p.textIntro {
    padding-bottom: 20px; } }

.dvConfigCookies h3 {
  margin-top: 20px;
  color: #26749f; }

@media (max-width: 767px) {
  .dvConfigCookies h3 {
    margin-bottom: 18px;
    color: #26749f; } }

@media (max-width: 400px) {
  .dvConfigCookies h3 {
    width: 85%;
    color: #26749f; } }

.dvConfigCookies input[type="checkbox"] {
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.dvConfigCookies label {
  cursor: pointer; }

.boton-pasos {
  cursor: pointer;
  width: 193px;
  height: 47px;
  color: #ffffff;
  font-family: "Raleway Bold";
  font-size: 16px;
  background-color: #1c6897;
  border-radius: 5px;
  /*   margin-right: 4px; */
  margin: auto;
  line-height: 98%; }

.boton-pasos:hover {
  cursor: pointer;
  border: 1px solid #1c6897;
  background-color: transparent;
  color: #1c6897; }

.boton-pasos:disabled {
  color: #ffffff;
  border: 0px solid #1c6897;
  background-color: #666;
  opacity: 50%;
  cursor: none;
  color: white;
  margin-right: 4px; }

.boton-anterior {
  cursor: pointer;
  width: 193px;
  height: 47px;
  border: 0px solid grey;
  background-color: transparent;
  margin-right: 8px;
  border-radius: 5px;
  font-family: "Raleway Bold"; }

.boton-anterior:hover {
  cursor: pointer;
  background-color: #1c6897;
  color: white;
  border-radius: 5px; }

.boton-anterior:disabled {
  border: 0px solid grey;
  background-color: #666;
  opacity: 50%;
  cursor: none; }

@media (max-width: 767px) {
  .dvConfigCookies label {
    display: inline; } }

.dvConfigCookies label:before, .dvConfigCookies label:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: ""; }

.dvConfigCookies label:before {
  width: 34px;
  height: 14px;
  opacity: 0.5;
  left: 5px;
  top: 58px;
  border-radius: 5rem;
  transition: background 0.4s;
  background-color: rgba(0, 0, 0, 0.2); }

@media (max-width: 767px) {
  .dvConfigCookies label:before {
    top: 5px;
    left: 90%; } }

@media (max-width: 400px) {
  .dvConfigCookies label:before {
    top: 5px;
    left: 86%; } }

.dvConfigCookies label:after {
  width: 20px;
  height: 20px;
  left: 5px;
  top: 55px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 0.1rem 0.25rem 0rem rgba(0, 0, 0, 0.3);
  transition: all 0.4s; }

@media (max-width: 767px) {
  .dvConfigCookies label:after {
    top: 2px;
    left: 90%; } }

@media (max-width: 400px) {
  .dvConfigCookies label:after {
    left: 86%; } }

.dvConfigCookies input:checked + label:before {
  background-color: #26749f; }

.dvConfigCookies input:checked + label:after {
  background-color: #26749f;
  left: 20px; }

@media (max-width: 767px) {
  .dvConfigCookies input:checked + label:after {
    left: calc(90% + 18px); } }

@media (max-width: 400px) {
  .dvConfigCookies input:checked + label:after {
    left: calc(86% + 18px); } }

.dvConfigCookies input:disabled + label {
  opacity: 0.5;
  cursor: default; }

.dvConfigCookies input:disabled + label:before {
  background-color: #26749f; }

.dvConfigCookies input:disabled + label:after {
  background-color: #26749f;
  left: 20px; }

@media (max-width: 767px) {
  .dvConfigCookies input:disabled + label:after {
    left: calc(90% + 18px); } }

@media (max-width: 400px) {
  .dvConfigCookies input:disabled + label:after {
    left: calc(86% + 18px); } }

.dvConfigCookies p {
  padding-left: 97px; }

@media (max-width: 767px) {
  .dvConfigCookies p {
    padding-left: 0; } }

.text_update_cookies {
  font-size: small;
  margin-top: auto;
  padding-left: inherit; }