
.precio{
  color: #000;
  background-color: #1c6aa6;
  padding: 6px 10px;
  border-radius: 8px;
  font-size: 14px;
}
.pricing-plan-features{
  margin-left:30px;
  display:flex;
  text-align:left;
}

.login{
  color: #000;
  background-color: #fff;
  padding: 6px 10px;
  border-radius: 8px;
  font-size: 14px;
}

.back-form{
  padding: 1.5em;
  background:#ffff;
  border-radius: 6px;
}  
.text-titulo{
  text-shadow: 0px 0px 0px #ffff !important; 
  font-weight: 800 !important;
}  
.card-opciones{
  box-shadow: 2px 5px 17px 0 rgb(0 12 26 / 18%);
  background: #f2f2f7;
}  
.back-form{
}  
.back-form{
}  
.back-form{
}  

.back-gris{
  background: #f2f2f7;
}
    
.imagen-general{
    /* position: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;  
    background-image: url("../img/principal.png");
    */
    background:url("../img/landing/general-agenda-cita.jpg");
    /*background: #f5c607;*/
    background-position: center center;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size:cover;
    background-size: cover;
}
.fondo-titulo {
    background-color: rgb(185, 184, 184,0.6);
}

.format_div ul {
    padding: 0;
}

.format_div ul li {
    font-size: 16px;
    /*margin-bottom: 16px;*/
    color: #3b3f5c;
}

.format_div ul li .icon-svg {
    display: inline-block;
    margin-right: 5px;
}
.format_div ul li .icon-principal {
    color: #3b3f5c;
    width: 80px;
    height: 80px;
    vertical-align: bottom;
}
.format_div ul li .icon-small {
    color: #3b3f5c;
    width: 24px;
    height: 24px;
    /*vertical-align: bottom;*/
    margin-bottom: 5px;
}
.check {
    height: 24px;
    width: 24px;
    margin-right: 8px;
}
.format_div .bullet {
    display: flex;
}