:root {
    --red: #dd141d;
    --grey: #707070;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  /* font-family: 'Roboto Condensed', sans-serif; */
}
html{
  height: auto;
}
body {
  position: relative;
  background-size: cover;
  background-position: center;
  background-color: #ffffff;
  height: auto;
  overflow-x: hidden;
  }
a:focus{
    outline: 0 !important;
  }
header{
  position: absolute;
  padding-top: 30px;
}
.logo{
  position: absolute;
  top: 0;
  z-index: 1;
}
body section{
  height: auto;
}
section .row{
  height: auto;
}
.banner {
  display: grid;
  place-items: center;
  padding: 50px 0;
  height: 100%;
  text-align: center;
  background: url('https://s3.us-east-1.amazonaws.com/comunicaciones.davivienda/contenido/davivienda/PreferenciasComunicacion/img/Q7NWR-4fb9e763-b75c-499c-8f82-226d538db649_leit-bg.png') no-repeat;
  background-size: cover;
  background-position: right;
}
.banner .tittle-banner{
  margin-top: 30px;
  margin-bottom: 40px;
  text-align: center;
}
.banner .tittle-banner img{
  margin: 0 auto;
}
/* .img-mobile{
  display: none;
} */
.cont{
  margin-top: 15%;
}
.cont p{
  font-size: 18px;
  color: var(--grey);
  margin-bottom: 60px;
}
.cont .channels h4{
  font-size: 17px;
  line-height: 23px;
  font-weight: 500;
  height: 90px;
  color: var(--grey);
}
.channels ul{
  padding: 0;
}
.channels ul li{
  display: flex;
  margin-bottom: 25px;
  font-size: 17px;
  color: var(--grey);
}
/* Switch */
.toggle-button-cover {
  display: table-cell;
  position: relative;
  /* width: 200px;
  height: 140px; */
  box-sizing: border-box;
  margin-right: 10px;
  margin-top: 10px;
}

.button-cover {
  height: 100px;
  margin: 20px;
  background-color: #fff;
  box-shadow: 0 10px 20px -8px #c5d6d6;
  border-radius: 4px;
}

.button-cover:before {
  counter-increment: button-counter;
  content: counter(button-counter);
  position: absolute;
  right: 0;
  bottom: 0;
  color: #d7e3e3;
  font-size: 12px;
  line-height: 1;
  padding: 5px;
}

.button-cover,
.knobs,
.layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.button {
  position: relative;
  top: 50%;
  width: 58px;
  height: 30px;
  margin: -20px auto 0 auto;
  overflow: hidden;
}

.checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}

.knobs {
  z-index: 2;
}

.layer {
  width: 100%;
  background-color: var(--red);
  transition: 0.3s ease all;
  z-index: 1;
}

.button.r,
.button.r .layer {
  border-radius: 100px;
}

#button-3 .knobs:before {
  content: "SI";
  position: absolute;
  top: 4px;
  left: 32px;
  width: 22px;
  height: 22px;
  color: var(--grey);
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 6px 4px;
  background-color: #ffffff;
  border-radius: 50%;
  transition: 0.3s ease all, left 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15);
}

#button-3 .checkbox:active + .knobs:before {
  width: 46px;
  margin-left: -24px;
  border-radius: 100px;
}

#button-3 .checkbox:checked:active + .knobs:before {
  margin-left: 1px;
}

#button-3 .checkbox:checked + .knobs:before {
  content: "NO";
  left: 4px;
  background-color: #ffffff;
}

#button-3 .checkbox:checked ~ .layer {
  background-color: #e9e9e9;
}

/* End Switch */
.p-legal{
  font-size: 13px;
  color: var(--grey);
  line-height: 18px;
  margin-top: 25px;
  display: block;
  background-color: #F0F0F0;
  padding: 18px 25px;
  border-radius: 20px;
}
.red-btn{
  background-color: var(--red);
  border: none;
  border-radius: 50px;
  padding: 8px 70px;
  font-size: 18px;
  box-shadow: none;
}
.col-btn .red-btn{
  margin-top: 20px;

}
.red-btn:hover{
  background-color: #cc0f19;
}
.red-btn:active{
  background-color: #b00e16 !important;
}
.col-btn{
  text-align: right;
}
.box-button{
  text-align: center;
}
.cont-thank{
  margin-top: 30%;
}
.cont-thank img{
  margin-bottom: 30px;
}
footer {
    background-color: #000000;
    width: 100%;
    padding: 20px;
    position: relative;
    z-index: 10;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    font-weight: 300;
    /* margin-top: 100px; */
}
footer img{
  margin: 0 auto;
}
/* Modal styles */
.modal {
  background: rgb(0 0 0 / 35%);
  -webkit-backdrop-filter: saturate(180%) blur(40px);
  backdrop-filter: saturate(100%) blur(8px);
}
.modal-content{
  border: none;
  box-shadow: none;
  border-radius: 22px;
}
.modal-ingreso .modal-header{
  margin: 0 auto;
  border-bottom: none;
  padding-top: 50px;

}
.modal-ingreso .modal-body{
 padding-bottom: 50px;
}
.modal-ingreso .modal-header h1{
  color: #414141;
  font-size: 20px;
  font-weight: 700;
}
.form-ing{
  margin-top: 20px;
}
.form-ing .mb-3{
  margin-bottom: 20px !important;
}
.form-ing .form-control, .form-ing .form-select{
  border-radius: 50px;
  background-color: #F0F0F0;
  border: none;
  color: var(--grey);
}
.form-ing .form-control:focus, .form-ing .form-select:focus{
  border-color: #9c9c9c;
  box-shadow: 0 0 0 0.2rem rgba(162, 162, 162, 0.25);
}
.form-ing .form-label {
  font-size: 16px;
  font-weight: 500;
  color: var(--grey);
  margin-bottom: 3px;
}
.label-terms{
  font-size: 11px;
  color: var(--grey);
  line-height: 16px;
  margin: 25px 0 35px;
}
.modal-Conf .modal-body{
  text-align: center;
}
.modal-Conf .modal-body h2{
  font-weight: 600;
  font-size: 28px;
  color: #414141;
  margin-bottom: 30px;
  margin-top: 40px;
}
.modal-Conf .modal-body h1{
  font-weight: 600;
  font-size: 50px;
  color: var(--red);
  margin-bottom: 30px;
  margin-top: 40px;
}
.modal-Conf .modal-body p{
  font-size: 18px;
  color: var(--grey);
  margin-bottom: 40px;
}
.close-btn{
  background-color: transparent;
  border: none;
  position: absolute;
  right: 10px;
  top: 10px;
}
/* End modal styles */
@media screen and (min-width: 768px){

}
@media (max-height:870px){
  body{
    height: auto;
  }
  .col-btn{
    margin-bottom: 130px;
  }

}
@media (max-width:768px){
  html{
    overflow-x: hidden;
  }
  body{
    height: auto;
  }
  .banner {
    display: block;
    padding: 80px 0;
    text-align: center;
    background: url('https://s3.us-east-1.amazonaws.com/comunicaciones.davivienda/contenido/davivienda/PreferenciasComunicacion/img/QlTEz-100bc4fd-c754-42ae-945e-dd053ba88396_leit-bg-mobile.png') no-repeat;
    background-size: cover;
    background-position: center -110px;
}
.logo{
  width: 120px;
}
.logo-corredores{
  width: 250px;
}
.cont {
  margin-top: -80px;
  padding: 30px;
}
/* .img-desktop{
  display: none;
} */
/* .img-mobile{
  display: block;
} */
.cont .channels h4{
  height: auto;
  margin-bottom: 0;
  margin-top: 0;
}
.mt-10{
  margin-top: 30px;
}
.col-btn {
  text-align: center;
  margin-bottom: 20px;
}
.red-btn {
  padding: 12px 63px;
  font-size: 20px;

  width: 100%;
}
.col-btn .red-btn{
  margin-top: 30px;
  margin-bottom: 30px;
}
.vigilado{
  margin-bottom: 20px;
}
.modal-ingreso .modal-body {
  padding-left: 30px;
  padding-right: 30px;
}
.cont-thank{
  text-align: center;
}

  }