.precio-wrapper .precio .boxes{display:grid;grid-template-columns:repeat(1,1fr)}@media (min-width:768px){.precio-wrapper .precio .boxes{grid-template-columns:repeat(2,1fr)}}@media (min-width:992px){.precio-wrapper .precio .boxes{grid-template-columns:repeat(3,1fr)}}.precio-wrapper .precio .boxes{gap:10px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:distribute;justify-content:space-around}.precio-wrapper .precio .boxes .box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:left;-ms-flex-align:left;align-items:left;text-align:left;position:relative;height:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 10px}.precio-wrapper .precio .boxes .box .box_head{border-radius:100%;line-height:.5;font-size:35px;font-weight:600;padding:0 0 10px 0;text-align:center}@media (max-width:767px){.precio-wrapper .precio .boxes .box .box_head{margin:18px 0}}.precio-wrapper .precio .boxes .box .box_content{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.precio-wrapper .precio .boxes .box img{max-height:45px}.precio-wrapper .precio .boxes .box p{padding:0;margin-top:20px;text-align:center!important}.precio-wrapper .precio .boxes .box h3{font-weight:600;font-size:18px;margin:0;color:var(--color1)!important;text-align:center!important}@media (max-width:767px){.precio-wrapper .precio .boxes .box h3{font-size:16px}}