div#header-conv {
  background-color: #fff;
  color: #fff;
  display: flex;
  padding-left: 25px;
  padding-bottom: 1%;
  background: rgb(255, 255, 255);
  z-index: 1;
  width: 100%;
  padding-top: 1%;
}

img.logo-conv{
  margin-top: 1%;
  margin-bottom: 2%;
  width: 45%;
}

p.title-plan {
  color: #0080c5;
  margin-top: 7%;
  margin-left: 2%;
  font-size: 130%;
  font-weight: 700;
}

div#cont-log-coop {
  padding-left: 10%;
  border-right: 1px solid #0080c5;
  text-align: start;
}

div#cont-title-plan {
  border-left: 2px solid #bfdff0;
}

div#pagina-conv {
  background: rgb(131, 233, 255);
  background: linear-gradient(180deg, rgba(131, 233, 255, 1) 0%, rgba(212, 247, 255, 1) 90%, rgba(255, 255, 255, 1) 100%);
}

div#info-calc-plan-conv {
  margin-top: 3%;
  padding-left: 8%;
}

img.img-title {
  width: 85%;
  margin-bottom: 5%;
}

img.img-title-mob{
  display: none;
}

p.text-red-dav {
  display: none;
}

p.text-col-1 {
  text-align: justify;
  color: #555555;
  margin-left: 8%;
  margin-bottom: 0;
} 

p#precio-plan {
  color: #0080c5;
  font-size: 200%;
  font-weight: 700;
  text-align: justify;
  margin-left: 8%;
  margin-bottom:0;
}

img.icon-benef {
  width: 76%;
}



p.text-info-cob {
  color: #0080c5;
  font-size: 126%;
  font-weight: 700;
  TEXT-ALIGN: justify;
  margin-left: 4%;
  margin-right: 12%;
}

ul.desc-conv {
  text-align: justify;
  font-size: 120%;
  color: #212121;
  padding-left: 15%;
}

.content-desc {
  text-align: justify;
  margin-left: 3%;
}

a.desc-ficha {
  color: #0080c5;
  text-decoration: underline !important;
}

div#info-cargas-conv {
  padding-top: 3%;
  padding-left: 3%;
  padding-right: 3%;
  display: block;
}

p.title-conv-plan {
  color: #0080c5;
  font-size: 155%;
  font-weight: 600;
}

.cont-ing-cargas {
  background-color: #fff;
  border-radius: 15px;
  text-align: -webkit-center;
  padding: 5%;
}

.txt-consulta {
  color: #0080c5;
  font-size: 140%;
  font-weight: 700;
}

.row.btns-align-center {
  justify-content: center;
  margin-bottom: 5%;
}

div.btn-hab-cargas {
  border-radius: 5px;
  width: 10%;
  margin: 0 1% 0 1%;
  font-size: 135%;
  font-weight: 600;
  padding: 0%;
  cursor: pointer;
}

p.nota-carga {
  font-size: 100%;
}

.ind-menor {
  content: url(../assets/multimedia/icons/chevron-left.svg);
  margin-right: 5%;
}

.number-0 {
  content: url(../assets/multimedia/icons/0-square-fill.svg);
}
.number-1 {
  content: url(../assets/multimedia/icons/1-square-fill.svg);
}

.number-2 {
  content: url(../assets/multimedia/icons/2-square-fill.svg);
}

.number-3 {
  content: url(../assets/multimedia/icons/3-square-fill.svg);
}

.number-4 {
  content: url(../assets/multimedia/icons/4-square-fill.svg);
}

.number-5 {
  content: url(../assets/multimedia/icons/5-square-fill.svg);
}

.ind-mayor {
  content: url(../assets/multimedia/icons/chevron-right.svg);
  margin-right: 5%;
}

div#btns-number-conv {
  align-items: center;
}

div.btn-change-cargas {
  width: 10%;
  cursor: pointer;
} 

div.btn-action {
  background-color: #0080c5;
  margin-left: 1%;
  margin-right: 1%;
  color: #fff;
  border-radius: 5px;
  font-size: 113%;
  font-weight: 500;
  cursor: pointer;
}

.cont-cotizacion {
  color: #0080c5;
  font-size: 160%;
  line-height: 1;
  text-align: center;
  padding-top: 5%;
}

p#precio-plan {
  font-size: 170%;
}

.row.content-col-icon {
  justify-content: center;
}

p.text-content-conv {
  background-color: #a81b8d;
  width: 85%;
  justify-self: center;
  display: block;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  font-size: 95%;
}

p.text-valor-plan {
  color: #0080c5;
  font-size: 145%;
  margin-bottom: 0;
}

@media only screen and (max-width : 980px) {
  div#info-calc-plan-conv {
    margin-top: 5%;
    padding-left: 0%;
    width: 100%;
  }

  div#info-cargas-conv {
    padding-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
    display: block;
    width: 100%;
  }

  div#cont-log-coop {
    padding-left: 0%;
    border-right: 1px solid #0080c5;
    text-align: start;
    width: 59%;
  }

  img.img-title {
    display: none;
  }

  .text-col-1{
    display: none;
  }

  #precio-plan{
    display: none;
  }

  img.icon-benef {
   display: none;
  }

  p.text-info-cob {
    display: none;
  } 

  ul.desc-conv {
    display: none;
  }

  .content-desc {
    display: none;
  }

  p.title-conv-plan {
    display: none;
  }

  .cont-ing-cargas {
    background-color: #fff;
    border-radius: 15px;
    text-align: -webkit-center;
    padding: 5%;
  }

  .txt-consulta {
    color: #0080c5;
    font-size: 55px;
    font-weight: 700;
  }

  .txt-consulta {
    margin-bottom: 2%;
  }

  div.btn-hab-cargas {
    border-radius: 5px;
    width: 10%;
    margin: 0 1% 0 1%;
    font-size: 40px;
    font-weight: 600;
    padding: 0%;
    cursor: pointer;
  }

  p.nota-carga {
    font-size: 25px;
  }

  .cont-cotizacion {
    color: #0080c5;
    font-size: 65px;
    line-height: 1;
    text-align: center;
    padding-top: 5%;
    margin-bottom: 55px;
  }

  p.title-plan {
    color: #0080c5;
    margin-top: 7%;
    margin-left: 2%;
    font-size: 25px;
    font-weight: 700;
    margin-right: 60px;
  }

  .ind-mayor {
    content: url(../assets/multimedia/icons/chevron-right.svg);
    margin-right: 5%;
    width: 90%;
  }

  .ind-menor {
    content: url(../assets/multimedia/icons/chevron-left.svg);
    margin-right: 5%;
    width: 90%;
  }

  div.btn-action {
    background-color: #0080c5;
    margin-left: 1%;
    margin-right: 1%;
    color: #fff;
    border-radius: 12px;
    font-size: 50px;
    font-weight: 500;
    cursor: pointer;
    width: 300px;
    box-shadow: 6px 8px #d8dee1;
  }

  p.text-red-dav {
    color: #0080c5;
    font-size: 50px;
    font-weight: 600;
    display: inline;
  }

  img.img-title-mob {
    width: 85%;
    margin-bottom: 5%;
    display: inline;
  }

  .content-conv {
    padding-left: 10px;
    padding-right: 10px;
  }

  p.text-content-conv {
    background-color: #a81b8d;
    width: 880px;
    justify-self: center;
    display: block;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
    font-size: 32px;
  }
  .stop-scrolling {
    overflow: hidden;
  }

  .esc{
    display: none;
  }

  .plus-circle {
    content: url(../assets/multimedia/icons/plus-circle.svg);
    width: 4%;
    display: inline-flex;
    margin-right: 1%;
  }

  p.text-valor-plan {
    color: #0080c5;
    font-size: 45px;
    margin-bottom: 0;
  }

  span#precio-plan-conv {
    font-weight: 800;
  }
  p.text-sub-conv {
    font-size: 40px;
    color: #555555;
  }

  .content-desc-mob {
    font-size: 50px;
    font-weight: lighter;
}
  
  /*#btn-volver-conv{
    display: none;
  }*/

  .row.content-col-icon {
    justify-content: center;
  }

}